/* Veterina Lapka — shared stylesheet */
:root{
  --bg:#FAF7F2;
  --ink:#23282B;
  --muted:#6B7280;
  --green:#2F6F5E;
  --green-dark:#24564A;
  --orange:#E8825A;
  --orange-dark:#D96F48;
  --border:#E7E1D8;
  --border-soft:#F1EEE7;
  --card:#FFFFFF;
  --soft:#F1ECE2;
  --footer-bg:#23282B;
  --footer-muted:#9AA0A8;
  --footer-border:#3A4046;
  --font-heading:'Manrope','Segoe UI',Arial,sans-serif;
  --font-body:'Karla','Segoe UI',Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.5;min-height:100vh;display:flex;flex-direction:column}
a{color:var(--green);text-decoration:none}
a:hover{color:var(--green-dark)}
img{display:block;max-width:100%;height:auto}
ul{list-style:none}
h1,h2,h3{font-family:var(--font-heading);color:var(--ink)}
.container{max-width:1160px;margin:0 auto;padding:0 24px}
.container-narrow{max-width:900px;margin:0 auto;padding:0 24px}
.container-article{max-width:760px;margin:0 auto;padding:0 24px}
.eyebrow{color:var(--green);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;display:inline-block}
.section{padding:64px 24px}
.section-tight{padding:56px 24px}
.section-alt{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-soft{background:var(--soft)}
.center{text-align:center}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-weight:700;font-size:15px;cursor:pointer;padding:14px 24px;border:1px solid transparent;font-family:var(--font-body);text-align:center}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-dark);color:#fff}
.btn-outline{background:#fff;color:var(--ink);border-color:var(--border)}
.btn-outline:hover{background:var(--soft);color:var(--ink)}
.btn-green{background:var(--green);color:#fff}
.btn-green:hover{background:var(--green-dark);color:#fff}
.btn-sm{padding:10px 18px;font-size:13.5px;border-radius:8px}
.btn-link{background:none;border:none;color:var(--green);font-weight:700;font-size:14px;cursor:pointer;padding:0}
.btn-block{width:100%}
.btn:disabled{opacity:.55;cursor:not-allowed}

/* Header */
.site-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--border)}
.header-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:18px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{width:42px;height:42px;border-radius:12px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:15px;flex-shrink:0}
.brand-text{display:flex;flex-direction:column;line-height:1.15;text-align:left}
.brand-text strong{font-family:var(--font-heading);font-weight:800;font-size:17px;color:var(--ink)}
.brand-text small{font-size:11px;color:var(--muted);letter-spacing:.04em}
.main-nav{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}
.main-nav a{font-weight:600;font-size:14px;color:var(--ink)}
.main-nav a.active{color:var(--green)}
.header-actions{display:flex;align-items:center;gap:10px}
.cart-btn{position:relative;background:var(--soft);border:1px solid var(--border);border-radius:8px;padding:9px 14px;font-weight:700;font-size:13px;cursor:pointer;color:var(--ink);font-family:var(--font-body)}
.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:8px;width:40px;height:40px;font-size:18px;cursor:pointer}

@media (max-width: 860px){
  .main-nav{display:none;width:100%;order:3;flex-direction:column;align-items:flex-start;gap:4px;padding-top:12px;border-top:1px solid var(--border);margin-top:12px}
  .main-nav.open{display:flex}
  .main-nav a{padding:8px 0;width:100%}
  .nav-toggle{display:block}
  .header-actions .btn-sm{display:none}
}

/* Hero */
.hero{padding:72px 24px 56px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);gap:48px;align-items:center}
.hero h1{font-weight:800;font-size:clamp(30px,4.2vw,46px);line-height:1.1;margin:14px 0 18px}
.hero p{color:var(--muted);font-size:16.5px;line-height:1.6;max-width:52ch}
.hero-actions{display:flex;gap:14px;margin-top:26px;flex-wrap:wrap}
.hero-stats{display:flex;gap:22px;margin-top:34px;flex-wrap:wrap}
.hero-stats div{display:flex;flex-direction:column}
.hero-stats span.num{font-family:var(--font-heading);font-weight:800;font-size:22px;color:var(--green)}
.hero-stats span.lbl{font-size:12.5px;color:var(--muted)}
.hero-media img{width:100%;aspect-ratio:4/3.2;object-fit:cover;border-radius:16px}
.page-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}

/* Page header (non-home) */
.page-head{padding:64px 24px 20px}
.page-head h1{font-weight:800;font-size:clamp(28px,4vw,38px);margin:10px 0 14px}
.page-head p{color:var(--muted);font-size:15.5px;max-width:60ch;line-height:1.6}

/* Why grid */
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;margin-top:32px}
.why-num{width:44px;height:44px;border-radius:10px;background:var(--soft);display:flex;align-items:center;justify-content:center;color:var(--green);font-weight:800;font-family:var(--font-heading)}
.why-grid h3{font-weight:700;font-size:17px;margin:14px 0 6px}
.why-grid p{color:var(--muted);font-size:14px;line-height:1.55}

/* Section heading */
.section-title{font-weight:800;font-size:clamp(24px,3vw,32px);margin:10px 0 32px}
.section-heading-row{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;margin-bottom:28px}

/* Services grid (home) */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.service-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px}
.service-card .tag{color:var(--orange);font-family:var(--font-heading);font-weight:800;font-size:13px}
.service-card h3{font-weight:700;font-size:17px;margin:8px 0 8px}
.service-card p{color:var(--muted);font-size:14px;line-height:1.55}

/* Services page (full) */
.service-row{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:32px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:28px;align-items:center;margin-bottom:24px}
.service-row img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}
.service-row .tag{color:var(--orange);font-family:var(--font-heading);font-weight:800;font-size:13px}
.service-row h2{font-weight:700;font-size:21px;margin:8px 0 10px}
.service-row p{color:var(--muted);font-size:14.5px;line-height:1.6;margin-bottom:14px}
.service-row ul{display:flex;flex-direction:column;gap:6px;padding-left:18px;list-style:disc}
.service-row li{font-size:14px;color:var(--ink)}

/* Testimonials */
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.testi-card{background:var(--card);border-radius:14px;padding:22px;border:1px solid var(--border)}
.testi-card p.quote{font-size:14.5px;line-height:1.6;color:var(--ink)}
.testi-card p.author{margin-top:14px;font-weight:700;font-size:13px;color:var(--green)}

/* Blog cards */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.blog-card{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:block}
.blog-card img{aspect-ratio:16/10;width:100%;object-fit:cover}
.blog-card .body{padding:18px}
.blog-card .date{font-size:12px;color:var(--muted)}
.blog-card h3{font-weight:700;font-size:16px;margin:6px 0 8px}
.blog-card p{font-size:13.5px;color:var(--muted);line-height:1.5}

/* E-shop teaser (home) */
.eshop-teaser-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.eshop-teaser-head .copy{max-width:44ch}
.eshop-teaser-head h2{font-weight:800;font-size:clamp(22px,2.8vw,30px);margin:10px 0 10px}
.eshop-teaser-head p{color:var(--muted);font-size:14.5px;line-height:1.6}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:32px}
.product-grid.full{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));margin-top:0}
.product-card{border:1px solid var(--border);border-radius:12px;padding:16px;background:#fff;display:flex;flex-direction:column}
.product-card img{aspect-ratio:1;width:100%;object-fit:cover;border-radius:8px;margin-bottom:12px}
.product-card .cat{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.product-card h3{font-weight:700;font-size:14.5px;margin:6px 0 8px}
.product-card p.desc{color:var(--muted);font-size:13px;line-height:1.5;margin-bottom:14px;flex:1}
.product-card .row{display:flex;justify-content:space-between;align-items:center}
.product-card .price{font-weight:800;color:var(--green);font-size:15px}
.add-btn{background:var(--soft);border:1px solid var(--border);border-radius:7px;padding:8px 13px;font-size:12.5px;font-weight:700;cursor:pointer;font-family:var(--font-body)}
.add-btn:hover{background:var(--border)}
.eshop-perks{background:var(--soft);padding:36px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;text-align:center;border-radius:14px;margin-top:48px}
.eshop-perks p.t{font-weight:700;font-size:14.5px;margin-bottom:4px}
.eshop-perks p.s{font-size:13px;color:var(--muted)}

/* FAQ */
.faq-item{border-top:1px solid var(--border);padding:18px 0}
.faq-item p.q{font-weight:700;font-size:15px;margin-bottom:6px}
.faq-item p.a{color:var(--muted);font-size:14px;line-height:1.55}

/* CTA band */
.cta-band{background:var(--green);padding:56px 24px;text-align:center;color:#fff}
.cta-band h2{font-weight:800;font-size:clamp(22px,3vw,30px);margin-bottom:10px;color:#fff}
.cta-band p{opacity:.9;font-size:15px;margin-bottom:22px}

/* Pricing */
.price-cat{margin-bottom:36px}
.price-cat h2{font-weight:700;font-size:19px;margin-bottom:14px;color:var(--green)}
.price-table{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}
.price-row{display:flex;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border-soft);font-size:14.5px}
.price-row:last-child{border-bottom:none}
.price-row .amount{font-weight:700}

/* About */
.about-hero{padding:64px 24px 40px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center}
.about-hero h1{font-weight:800;font-size:clamp(28px,4vw,38px);margin:10px 0 16px}
.about-hero p{color:var(--muted);font-size:15px;line-height:1.65;margin-bottom:12px}
.about-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px}
.team-card img{aspect-ratio:1;width:100%;object-fit:cover;border-radius:12px;margin-bottom:12px}
.team-card h3{font-weight:700;font-size:15.5px}
.team-card p.role{color:var(--orange);font-size:12.5px;font-weight:700;margin:3px 0 8px}
.team-card p.bio{color:var(--muted);font-size:13.5px;line-height:1.5}
.rooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.rooms-grid figure{margin:0}
.rooms-grid img{aspect-ratio:4/3;width:100%;object-fit:cover;border-radius:12px}
.rooms-grid figcaption{font-size:12px;color:var(--muted);margin-top:6px;text-align:center}

/* Contact */
.contact-grid{padding:64px 24px 72px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:44px;max-width:1160px;margin:0 auto}
.contact-info h1{font-weight:800;font-size:clamp(26px,3.6vw,34px);margin:10px 0 22px}
.contact-details{display:flex;flex-direction:column;gap:14px;margin-bottom:26px}
.contact-details p.label{font-weight:700;font-size:14px}
.contact-details p.value{color:var(--muted);font-size:14px}
.map-placeholder{aspect-ratio:16/9;border-radius:12px;background:repeating-linear-gradient(45deg,#EFEAE1,#EFEAE1 8px,#E7E1D8 8px,#E7E1D8 16px);display:flex;align-items:center;justify-content:center;text-align:center;padding:14px}
.map-placeholder span{font-family:monospace;font-size:12px;color:var(--muted)}
.form-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px}
.form-field{margin-bottom:14px}
.form-field label{font-size:13px;font-weight:700;display:block;margin-bottom:5px}
.form-field input,.form-field textarea{width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;font-family:var(--font-body)}
.form-field textarea{resize:vertical}
.form-consent{font-size:12px;color:var(--muted);margin-bottom:14px}
.form-success{background:#fff;border:1px solid var(--border);border-radius:14px;padding:32px;text-align:center}
.check-badge{width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;margin:0 auto 14px}
.form-error{color:#B4483B;font-size:13px;margin-bottom:10px;display:none}
.form-error.show{display:block}

/* Legal pages */
.legal h1{font-weight:800;font-size:28px;margin-bottom:22px}
.legal-block{display:flex;flex-direction:column;gap:18px;color:var(--ink);font-size:14.5px;line-height:1.7}
.legal-block h2{font-family:var(--font-heading);font-weight:700;font-size:16.5px;margin-bottom:6px}
.legal-card{display:flex;flex-direction:column;gap:10px;color:var(--ink);font-size:14.5px;line-height:1.8;background:#fff;border:1px solid var(--border);border-radius:14px;padding:26px}

/* Blog post */
.post-hero img{aspect-ratio:16/9;width:100%;object-fit:cover;border-radius:14px;margin-bottom:26px}
.post-body{display:flex;flex-direction:column;gap:16px}
.post-body p{font-size:15.5px;line-height:1.75;color:var(--ink)}
.back-link{background:none;border:none;color:var(--green);font-weight:700;font-size:13.5px;cursor:pointer;margin-bottom:18px;display:inline-block}

/* Footer */
.site-footer{background:var(--footer-bg);color:#D8DBDF;padding:56px 24px 24px;margin-top:auto}
.footer-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;padding-bottom:32px;border-bottom:1px solid var(--footer-border)}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.footer-mark{width:36px;height:36px;border-radius:10px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:13px}
.footer-brand strong{font-family:var(--font-heading);font-weight:800;font-size:15.5px;color:#fff}
.footer-col p.desc{font-size:13px;line-height:1.6;color:var(--footer-muted)}
.footer-social{display:flex;gap:14px;margin-top:14px}
.footer-social span{font-size:12.5px;color:var(--footer-muted)}
.footer-col p.head{font-weight:700;color:#fff;font-size:13.5px;margin-bottom:12px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-links a{background:none;border:none;color:var(--footer-muted);font-size:13.5px;text-align:left;cursor:pointer;padding:0}
.footer-links a:hover{color:#fff}
.footer-contact{font-size:13.5px;color:var(--footer-muted);line-height:1.7}
.footer-bottom{max-width:1160px;margin:20px auto 0;font-size:12px;color:#7A828A}

/* Cookie banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:60;background:var(--footer-bg);color:#D8DBDF;padding:16px 24px;display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}
.cookie-banner p{font-size:13px;max-width:70ch}
.cookie-banner a{color:#fff;text-decoration:underline}
.cookie-banner.hidden{display:none}

/* Cart drawer */
.cart-overlay{position:fixed;inset:0;background:rgba(35,40,43,.45);z-index:70;display:none}
.cart-overlay.open{display:block}
.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:400px;max-width:92vw;background:#fff;z-index:71;box-shadow:-10px 0 30px rgba(0,0,0,.15);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .25s ease}
.cart-drawer.open{transform:translateX(0)}
.cart-head{padding:20px 22px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}
.cart-head span{font-family:var(--font-heading);font-weight:800;font-size:18px}
.cart-close{background:none;border:none;font-size:22px;cursor:pointer;line-height:1}
.cart-items{flex:1;overflow-y:auto;padding:18px 22px;display:flex;flex-direction:column;gap:16px}
.cart-line{display:flex;gap:12px;border-bottom:1px solid var(--border-soft);padding-bottom:16px}
.cart-line img{width:56px;height:56px;border-radius:8px;flex-shrink:0;object-fit:cover}
.cart-line .info{flex:1;display:flex;flex-direction:column;gap:4px}
.cart-line .info .name{font-weight:700;font-size:13.5px}
.cart-line .info .unit{color:var(--muted);font-size:12px}
.qty-row{display:flex;align-items:center;gap:8px;margin-top:4px}
.qty-btn{width:24px;height:24px;border-radius:6px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:14px;line-height:1}
.remove-btn{margin-left:auto;background:none;border:none;color:#B4483B;font-size:12px;cursor:pointer}
.cart-line .line-total{font-weight:700;font-size:13px}
.cart-footer{padding:18px 22px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}
.cart-total-row{display:flex;justify-content:space-between;font-weight:700;font-size:15px}
.cart-note{font-size:11.5px;color:var(--muted)}
.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;text-align:center}
.cart-empty p{color:var(--muted);font-size:14px}
.checkout-success{padding:40px 24px;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}
.checkout-form{display:flex;flex-direction:column;gap:10px;margin-top:6px}
.checkout-form input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;font-family:var(--font-body);font-size:13.5px}

/* Responsive */
@media (max-width:900px){
  .hero,.about-hero,.contact-grid{grid-template-columns:1fr}
  .service-row{grid-template-columns:1fr}
}
