/* Kervixa — servis kućanskih aparata. Global stylesheet. */

:root{
  --bg:#F7F5F1;
  --bg-alt:#EDEAE3;
  --ink:#12201F;
  --teal:#0F5C55;
  --teal-dark:#0A403B;
  --orange:#E4813A;
  --orange-hover:#F0913F;
  --orange-soft:#F6B57A;
  --border:#E6E2DA;
  --border-soft:#EFEBE3;
  --border-strong:#DCD7CD;
  --muted:#5C6B68;
  --muted-2:#6B7975;
  --muted-3:#7C8985;
  --muted-4:#8A9490;
  --white:#fff;
  --footer-bg:#12201F;
  --footer-text:#B6C6C2;
  --max:1180px;
  --radius-lg:22px;
  --radius-md:18px;
  --radius-sm:12px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  font-family:'Manrope',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
h1,h2,h3,h4{
  font-family:'Bricolage Grotesque','Manrope',sans-serif;
  margin:0;
  letter-spacing:-0.02em;
}
p{margin:0}
a{color:var(--teal);text-decoration:none}
a:hover{color:var(--orange)}
button{font-family:inherit}
input,select,textarea{font-family:inherit;font-size:15px}
img{max-width:100%;display:block}
ul{margin:0;padding:0;list-style:none}

.container{max-width:var(--max);margin:0 auto;padding:0 24px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  cursor:pointer;border:none;border-radius:999px;font-weight:700;font-size:15px;
  padding:14px 24px;transition:.15s;text-align:center;
}
.btn-lg{padding:16px 28px;font-size:16px;font-weight:800}
.btn-primary{background:var(--orange);color:#1A1208}
.btn-primary:hover{background:var(--orange-hover);color:#1A1208}
.btn-dark{background:var(--teal);color:#fff}
.btn-dark:hover{background:#12695f;color:#fff}
.btn-outline{background:transparent;border:1.5px solid var(--border-strong);color:var(--teal)}
.btn-outline:hover{border-color:var(--teal)}
.btn-outline-light{background:transparent;border:1.5px solid rgba(242,239,233,.35);color:#F2EFE9}
.btn-outline-light:hover{border-color:#F2EFE9;color:#fff}
.btn-outline-dark{background:transparent;border:1.5px solid #1A1208;color:#1A1208}
.btn-block{display:flex;width:100%}
.btn:disabled{opacity:.6;cursor:not-allowed}

/* ---------- topbar ---------- */
.topbar{background:var(--teal-dark);color:#BFD8D3;font-size:13px;padding:9px 0}
.topbar .container{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;justify-content:space-between}
.topbar-left{display:flex;gap:22px;flex-wrap:wrap}
.topbar-right{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.topbar-right a{color:#FFD9B8;font-weight:700}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(247,245,241,.92);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{display:flex;align-items:center;gap:20px;padding:14px 24px}
.brand{display:flex;align-items:center;gap:10px;cursor:pointer}
.brand-mark{
  width:34px;height:34px;border-radius:10px;background:var(--teal);flex:none;
  display:flex;align-items:center;justify-content:center;color:#fff;
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:18px;
}
.brand-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:20px;letter-spacing:-.03em;line-height:1;color:var(--ink)}
.brand-tag{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-3)}

.nav-toggle{
  display:none;margin-left:auto;width:42px;height:42px;border-radius:12px;border:1.5px solid var(--border-strong);
  background:transparent;cursor:pointer;align-items:center;justify-content:center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after{
  content:'';display:block;width:18px;height:2px;background:var(--ink);position:relative;transition:.15s;
}
.nav-toggle span::before{position:absolute;top:-6px}
.nav-toggle span::after{position:absolute;top:6px}

.main-nav{display:flex;gap:4px;flex-wrap:wrap;margin-left:auto;align-items:center}
.main-nav a{
  cursor:pointer;padding:8px 12px;border-radius:9px;font-size:14px;font-weight:600;color:#2C3B38;
}
.main-nav a:hover, .main-nav a.active{background:var(--bg-alt);color:var(--teal)}

.header-actions{display:flex;gap:10px;align-items:center}
.cart-btn{
  position:relative;cursor:pointer;width:42px;height:42px;border-radius:12px;border:1.5px solid var(--border-strong);
  background:transparent;display:flex;align-items:center;justify-content:center;
}
.cart-btn:hover{border-color:var(--teal)}
.cart-icon{width:15px;height:13px;border:2px solid var(--ink);border-top:none;border-radius:0 0 4px 4px}
.cart-badge{
  position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;
  background:var(--orange);color:#fff;font-size:11px;font-weight:800;display:none;align-items:center;justify-content:center;
}
.cart-badge.show{display:flex}
.call-btn{background:var(--teal);color:#fff;padding:12px 20px;border-radius:999px;font-weight:700;font-size:14px;white-space:nowrap}
.call-btn:hover{color:#fff;background:#12695f}

@media (max-width:980px){
  .nav-toggle{display:flex}
  .main-nav{
    display:none;position:fixed;inset:0;top:0;background:var(--bg);z-index:70;
    flex-direction:column;align-items:stretch;padding:90px 24px 24px;gap:6px;overflow:auto;
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:14px 16px;font-size:17px;border-bottom:1px solid var(--border)}
  .nav-close{
    display:none;
  }
  .main-nav.open ~ .nav-toggle, .nav-toggle.open{display:flex}
}

/* ---------- hero ---------- */
.hero{background:var(--teal-dark);color:#F2EFE9;overflow:hidden}
.hero-grid{
  padding:56px 24px 64px;display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:center;
}
.badge-pill{
  display:inline-flex;align-items:center;gap:8px;background:rgba(228,129,58,.16);color:var(--orange-soft);
  padding:7px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;
}
.hero h1{font-size:clamp(32px,4.6vw,60px);line-height:1.04;font-weight:800;margin-bottom:18px}
.hero-lead{font-size:18px;line-height:1.6;color:#B8CFCA;max-width:520px;margin-bottom:28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}
.hero-stats{display:flex;gap:32px;flex-wrap:wrap}
.stat-num{font-family:'Bricolage Grotesque',sans-serif;font-size:28px;font-weight:800;color:#fff}
.stat-label{font-size:13px;color:#9BB8B3}

.hero-media{display:flex;flex-direction:column;gap:14px}
.hero-photo{
  height:280px;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.14);
}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.price-callout{
  background:#F2EFE9;color:var(--ink);border-radius:18px;padding:18px 20px;display:flex;gap:16px;align-items:center;
}
.price-callout-icon{width:44px;height:44px;border-radius:14px;background:var(--orange);flex:none}
.price-callout strong{display:block;font-weight:800;font-size:15px}
.price-callout span{font-size:13px;color:var(--muted)}

/* ---------- page hero (inner pages) ---------- */
.page-hero{background:var(--bg-alt);padding:48px 0 42px;border-bottom:1px solid #E0DBD1}
.page-hero h1{font-size:clamp(30px,4vw,50px);font-weight:800;line-height:1.06}
.page-hero p{font-size:16px;line-height:1.6;color:#4A5A56;max-width:700px;margin-top:14px}
.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);font-weight:700;margin-bottom:12px;display:block}

/* ---------- sections ---------- */
.section{padding:64px 0}
.section-tight{padding:40px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;flex-wrap:wrap;margin-bottom:30px}
.section-head h2{font-size:clamp(26px,3.2vw,38px);font-weight:700;line-height:1.1}
.section-link{cursor:pointer;font-weight:700;color:var(--teal);border-bottom:2px solid var(--orange);padding-bottom:3px;white-space:nowrap}

/* ---------- brand strip ---------- */
.brands-strip{border-bottom:1px solid var(--border);background:#fff}
.brands-strip .container{padding:22px 24px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.brands-label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-3);font-weight:700;margin-right:6px}
.brand-chip{border:1px solid var(--border);border-radius:999px;padding:7px 15px;font-size:13px;font-weight:600;color:#3A4946}

/* ---------- grids ---------- */
.grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
@media (max-width:900px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .grid-2{grid-template-columns:1fr}
}
@media (max-width:600px){
  .grid-4, .grid-3, .grid-2{grid-template-columns:1fr}
}

/* ---------- cards ---------- */
.card{
  background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);
  padding:26px;display:flex;flex-direction:column;gap:12px;transition:.18s;
}
.card.clickable{cursor:pointer}
.card.clickable:hover{border-color:var(--teal);transform:translateY(-3px)}
.card-icon{
  width:44px;height:44px;border-radius:13px;background:#EAF1EF;color:var(--teal);
  display:flex;align-items:center;justify-content:center;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;
}
.card h3{font-size:19px;font-weight:700}
.card-text{font-size:14px;line-height:1.6;color:var(--muted)}
.card-price{margin-top:auto;padding-top:10px;font-size:14px;font-weight:700;color:var(--teal)}
.card-items{border-top:1px solid var(--border-soft);padding-top:12px;margin-top:6px}
.card-items div{font-size:13px;color:#3A4946;padding:3px 0}
.card-price-lg{margin-top:auto;padding-top:12px;font-size:15px;font-weight:800;color:var(--teal)}

/* how we work panel */
.panel{background:#fff;border:1px solid var(--border);border-radius:24px;padding:40px}
.panel-split{display:grid;grid-template-columns:1fr 1fr;gap:44px}
@media (max-width:800px){.panel-split{grid-template-columns:1fr}}
.panel h2{font-size:clamp(24px,2.8vw,32px);font-weight:700;line-height:1.1;margin-bottom:14px}
.panel-text{font-size:15px;line-height:1.65;color:var(--muted);margin-bottom:22px}

.step-list{display:flex;flex-direction:column;gap:2px}
.step-row{display:flex;gap:18px;padding:16px 0;border-bottom:1px solid var(--border-soft)}
.step-num{font-family:'Bricolage Grotesque',sans-serif;font-size:22px;font-weight:800;color:var(--orange);min-width:34px}
.step-title{font-weight:700;font-size:16px;margin-bottom:4px}
.step-text{font-size:14px;line-height:1.6;color:var(--muted)}

/* reasons */
.section-alt{background:var(--bg-alt)}
.reason-card{background:var(--bg);border-radius:18px;padding:24px}
.reason-dot{width:12px;height:12px;border-radius:3px;background:var(--teal);margin-bottom:16px}
.reason-card h3{font-size:17px;font-weight:700;margin-bottom:8px}

/* product cards */
.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column}
.product-shot{height:150px;overflow:hidden;background:var(--bg-alt)}
.product-shot img{width:100%;height:100%;object-fit:cover}
.product-shot.tall{height:160px}
.product-body{padding:16px;display:flex;flex-direction:column;gap:7px;flex:1}
.product-cat{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-4);font-weight:700}
.product-name{font-weight:700;font-size:15px;line-height:1.35}
.product-desc{font-size:13px;line-height:1.5;color:var(--muted-2)}
.product-stock{font-size:12px;color:var(--teal);font-weight:700}
.product-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px}
.product-price{font-family:'Bricolage Grotesque',sans-serif;font-size:19px;font-weight:800}
.add-btn{cursor:pointer;background:var(--teal);color:#fff;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:700;border:none}
.add-btn:hover{background:#12695f}

/* categories */
.cat-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}
.cat-pill{
  cursor:pointer;border:1.5px solid var(--border-strong);border-radius:999px;padding:9px 18px;font-size:14px;font-weight:700;
  background:transparent;color:#3A4946;
}
.cat-pill.active{background:var(--teal);color:#fff;border-color:var(--teal)}

/* reviews */
.section-teal{background:var(--teal);color:#F2EFE9}
.section-teal .eyebrow{color:var(--orange-soft)}
.review-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:24px}
.stars{color:var(--orange-soft);font-size:14px;letter-spacing:.2em;margin-bottom:12px}
.review-text{font-size:15px;line-height:1.65;color:#DCEAE7;margin-bottom:16px}
.review-name{font-weight:700;font-size:14px}
.review-city{font-size:13px;color:#9BB8B3}

/* faq */
.faq-item{cursor:pointer;background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 20px;margin-bottom:10px}
.faq-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;background:none;border:none;width:100%;cursor:pointer;padding:0;text-align:left;font-family:inherit}
.faq-q{font-weight:700;font-size:15px;color:var(--ink)}
.faq-sign{color:var(--orange);font-weight:800;font-size:18px;line-height:1;flex:none}
.faq-a{font-size:14px;line-height:1.65;color:var(--muted);margin-top:12px;display:none}
.faq-item.open .faq-a{display:block}

/* cta banner */
.cta-banner{background:var(--orange);border-radius:24px;padding:40px;display:flex;gap:28px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.cta-banner h2{font-size:clamp(24px,3vw,34px);font-weight:800;color:#1A1208;margin-bottom:10px;max-width:560px}
.cta-banner p{font-size:16px;line-height:1.6;color:#3A2A16}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}

/* dark panel (b2b, article cta) */
.dark-panel{background:var(--teal-dark);color:#F2EFE9;border-radius:24px;padding:40px}
.dark-panel h2{font-size:26px;font-weight:700;margin-bottom:12px}
.dark-panel p{font-size:15px;line-height:1.65;color:#B8CFCA;margin-bottom:16px}
.dark-panel-item{background:rgba(255,255,255,.07);border-radius:14px;padding:14px 16px;font-size:14px;line-height:1.5;color:#DCEAE7}
.dark-panel-split{display:grid;grid-template-columns:1fr 1fr;gap:44px}
@media (max-width:800px){.dark-panel-split{grid-template-columns:1fr}}

/* photo blocks (real photos + map placeholders) */
.photo-block{border-radius:20px;overflow:hidden;border:1px solid var(--border)}
.photo-block img{width:100%;height:100%;object-fit:cover;display:block}
.map-block{
  border-radius:22px;background:repeating-linear-gradient(135deg,#EAE6DE 0 10px,#F2EFE9 10px 20px);
  border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:#9A9488;
  font:12px/1.5 ui-monospace,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:20px;
}

/* forms */
.form-input, select.form-input, textarea.form-input{
  padding:13px 14px;border:1.5px solid var(--border-strong);border-radius:12px;font-size:15px;background:var(--bg);
  width:100%;color:var(--ink);
}
textarea.form-input{resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:520px){.form-row{grid-template-columns:1fr}}
.form-label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:#3A4946}
.form-check{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.55;color:var(--muted)}
.form-check input{margin-top:3px}
.radio-option{display:flex;gap:12px;align-items:center;border:1.5px solid var(--border-strong);border-radius:12px;padding:14px;font-size:15px}
.form-note{font-size:12px;color:#9BB8B3;margin-top:12px}
.form-success{text-align:center;padding:40px 10px}
.form-success-icon{width:52px;height:52px;border-radius:15px;background:var(--teal);margin:0 auto 20px}
.field-error{border-color:#C0483C !important}
.form-msg{font-size:13px;color:#A2564A;margin-top:-6px}

/* checkout */
.checkout-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:26px;align-items:start}
@media (max-width:860px){.checkout-grid{grid-template-columns:1fr}}
.summary-panel{background:var(--teal-dark);color:#F2EFE9;border-radius:20px;padding:26px;position:sticky;top:96px}
.summary-line{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.summary-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.2);padding-top:14px;margin-top:6px}
.summary-total-num{font-family:'Bricolage Grotesque',sans-serif;font-size:26px;font-weight:800}

/* pricing */
.calc-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:30px;margin-bottom:36px}
.calc-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:end}
@media (max-width:700px){.calc-grid{grid-template-columns:1fr}}
.calc-result{background:var(--teal-dark);color:#fff;border-radius:14px;padding:14px 22px;text-align:center;min-width:180px}
.calc-result-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#8FB3AD}
.calc-result-num{font-family:'Bricolage Grotesque',sans-serif;font-size:24px;font-weight:800}

.price-group{margin-bottom:30px}
.price-group h2{font-size:22px;font-weight:700;margin-bottom:12px}
.price-table{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden}
.price-row{display:flex;justify-content:space-between;gap:20px;padding:15px 20px;border-bottom:1px solid var(--border-soft)}
.price-row:last-child{border-bottom:none}
.price-row-service{font-size:15px;color:#22312E}
.price-row-amount{font-size:15px;font-weight:800;color:var(--teal);white-space:nowrap}
.note-box{background:var(--bg-alt);border-radius:18px;padding:24px 26px;font-size:14px;line-height:1.7;color:#41504C}

/* areas */
.area-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px}
.area-card h3{font-weight:800;font-size:16px;margin-bottom:6px}
.area-info{font-size:13px;color:var(--muted);line-height:1.55}

/* blog */
.post-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column}
.post-card:hover{border-color:var(--teal)}
.post-shot{height:170px;overflow:hidden}
.post-shot img{width:100%;height:100%;object-fit:cover}
.post-body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}
.post-meta{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-4);font-weight:700}
.post-title{font-size:18px;font-weight:700;line-height:1.25}
.post-lead{font-size:14px;line-height:1.6;color:var(--muted)}
.post-more{margin-top:auto;padding-top:10px;font-weight:700;color:var(--teal);font-size:14px}

.article{max-width:760px;margin:0 auto;padding:48px 24px 80px}
.article-back{cursor:pointer;font-size:14px;font-weight:700;color:var(--teal)}
.article-meta{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-4);font-weight:700;margin:20px 0 12px}
.article h1{font-size:clamp(28px,3.8vw,44px);font-weight:800;line-height:1.1;margin-bottom:16px}
.article-lead{font-size:18px;line-height:1.65;color:#41504C;margin-bottom:24px}
.article-photo{height:300px;border-radius:20px;overflow:hidden;border:1px solid var(--border);margin-bottom:30px}
.article-photo img{width:100%;height:100%;object-fit:cover}
.article-section{margin-bottom:24px}
.article-section h2{font-size:22px;font-weight:700;margin-bottom:9px}
.article-section p{font-size:16px;line-height:1.75;color:#3E4D49}

/* about */
.about-intro{display:grid;grid-template-columns:1.1fr 1fr;gap:44px;align-items:start;margin-bottom:52px}
@media (max-width:860px){.about-intro{grid-template-columns:1fr}}
.about-copy p{font-size:16px;line-height:1.75;color:#3E4D49;margin-bottom:16px}
.about-stats{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:14px}
.about-stat-num{font-family:'Bricolage Grotesque',sans-serif;font-size:24px;font-weight:800;color:var(--teal)}
.about-stat-label{font-size:13px;color:var(--muted)}
.about-photo{height:230px;border-radius:18px;overflow:hidden;border:1px solid var(--border)}
.about-photo img{width:100%;height:100%;object-fit:cover}
.team-card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden}
.team-photo{height:180px}
.team-photo img{width:100%;height:100%;object-fit:cover}
.team-body{padding:16px}
.team-name{font-weight:800;font-size:16px}
.team-role{font-size:13px;color:var(--orange);font-weight:700;margin:3px 0 8px}
.team-bio{font-size:13px;line-height:1.55;color:var(--muted)}

/* legal */
.legal-section{margin-bottom:24px}
.legal-section h2{font-size:20px;font-weight:700;margin-bottom:8px}
.legal-section p{font-size:15px;line-height:1.75;color:#3E4D49}
.legal-note{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px;font-size:14px;line-height:1.7;color:#41504C}
.legal-updated{font-size:14px;color:var(--muted-2);margin-top:10px}

/* contact */
.contact-card{background:#0A403B;color:#F2EFE9;border-radius:20px;padding:26px}
.contact-row{display:flex;flex-direction:column;gap:12px;font-size:15px;line-height:1.5}
.contact-item-label{color:#8FB3AD;font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.contact-item a, .contact-item span{font-weight:700}
.contact-form-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:30px}

/* footer */
.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:56px 0 26px;margin-top:auto}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}
@media (max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.footer-grid{grid-template-columns:1fr}}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer-brand-mark{width:32px;height:32px;border-radius:9px;background:var(--teal);display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Bricolage Grotesque',sans-serif;font-weight:800}
.footer-brand-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:19px;color:#fff}
.footer-desc{font-size:14px;line-height:1.7;margin-bottom:16px}
.footer-legal-block{font-size:13px;line-height:1.8;color:#8A9C98}
.footer-col-title{color:#fff;font-weight:800;font-size:14px;margin-bottom:14px;letter-spacing:.04em}
.footer-links{display:flex;flex-direction:column;gap:9px;font-size:14px}
.footer-links a{color:var(--footer-text)}
.footer-links a:hover{color:var(--orange-soft)}
.footer-bottom{padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;color:#7F918D}
.footer-bottom-right{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.footer-bottom-right a{color:#7F918D;cursor:pointer}
.footer-fine{font-size:12px;line-height:1.7;color:#687975;margin-top:16px;max-width:900px}

/* cart drawer */
.cart-overlay{position:fixed;inset:0;background:rgba(10,32,30,.45);z-index:99;display:none}
.cart-overlay.show{display:block}
.cart-drawer{
  position:fixed;top:0;right:-440px;width:420px;max-width:92vw;height:100%;background:var(--bg);
  z-index:100;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.2);transition:right .22s ease;
}
.cart-drawer.show{right:0}
.cart-head{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}
.cart-head h2{font-size:20px;font-weight:800}
.cart-close{cursor:pointer;font-size:22px;color:var(--muted);line-height:1;background:none;border:none}
.cart-body{flex:1;overflow:auto;padding:16px 24px}
.cart-empty{text-align:center;padding:56px 10px;color:var(--muted-2)}
.cart-empty p{font-size:15px;line-height:1.6;margin-bottom:16px}
.cart-line{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}
.cart-thumb{width:60px;height:60px;flex:none;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--bg-alt)}
.cart-thumb img{width:100%;height:100%;object-fit:cover}
.cart-line-name{font-weight:700;font-size:14px;line-height:1.35;margin-bottom:5px}
.cart-line-price{font-size:13px;color:var(--muted-2);margin-bottom:8px}
.qty-row{display:flex;align-items:center;gap:10px}
.qty-btn{cursor:pointer;width:26px;height:26px;border-radius:8px;border:1.5px solid var(--border-strong);display:flex;align-items:center;justify-content:center;font-weight:800;background:#fff}
.qty-val{font-weight:700;min-width:16px;text-align:center;font-size:14px}
.cart-remove{cursor:pointer;margin-left:auto;font-size:12px;color:#A2564A;font-weight:700;background:none;border:none}
.cart-line-total{font-weight:800;font-size:14px;white-space:nowrap}
.cart-foot{padding:18px 24px;border-top:1px solid var(--border);background:#fff}
.cart-foot .summary-line{color:var(--muted);border:none;padding:4px 0}
.cart-foot .summary-total{border-top:1px solid var(--border);margin-top:8px}

/* cookie banner */
.cookie-banner{position:fixed;left:16px;bottom:16px;right:16px;z-index:90;display:none;justify-content:center}
.cookie-banner.show{display:flex}
.cookie-inner{background:#12201F;color:#D7E3E0;border-radius:18px;padding:20px 22px;max-width:880px;display:flex;gap:22px;align-items:center;flex-wrap:wrap;box-shadow:0 20px 50px rgba(0,0,0,.28)}
.cookie-text{flex:1;min-width:260px;font-size:14px;line-height:1.6}
.cookie-text a{cursor:pointer;color:#FFD9B8;font-weight:700}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.cookie-btn-outline{cursor:pointer;border:1.5px solid rgba(255,255,255,.3);background:transparent;color:#fff;padding:11px 18px;border-radius:999px;font-weight:700;font-size:13px}
.cookie-btn-accept{cursor:pointer;background:var(--orange);border:none;color:#1A1208;padding:11px 20px;border-radius:999px;font-weight:800;font-size:13px}

.card-link{color:inherit;text-decoration:none}
.card-link:hover{color:inherit}
.btn-ink{background:#12201F;color:#fff}
.btn-ink:hover{background:#1c2e2c;color:#fff}
.span-all{grid-column:1/-1}
.mt-0{padding-top:0}

/* misc */
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;padding:10px 16px;z-index:200}
.skip-link:focus{left:10px;top:10px}
main{flex:1}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.hp-field{position:absolute;left:-9999px;top:-9999px;opacity:0}
