/* =========================================================================
   ESG - refined design system (applied)
   Mirrors source/styles/globals.css :root, plus the approved proposal tokens.
   No hard-coded hex in components - everything reads from these tokens.
   ========================================================================= */
:root{
  /* Brand - ESG blue (official #008CCF = 500) - UNCHANGED */
  --brand-50:#e9f6fd; --brand-100:#ccebfb; --brand-200:#9bd9f6; --brand-300:#5fc4f0;
  --brand-400:#1faae7; --brand-500:#008ccf; --brand-600:#0072ac; --brand-700:#075c89;
  --brand-800:#0d4c70; --brand-900:#103f5d; --brand-950:#0a2638; --brand-fg:#ffffff;

  /* Accent - nudged toward teal/green for separation + eco story
     (was #00ade5 / #009dda) */
  --accent:#00c2c8; --accent-strong:#00a6ad; --accent-fg:#042231;

  /* Brand slate */
  --slate:#353c4c; --slate-deep:#2a303d;

  /* Neutrals — surfaces lean warm-neutral (paper) so the blue brand + product
     photography pops; interactive tints stay cool via the brand ramp */
  --bg:#ffffff; --bg-subtle:#f3f5f4; --surface:#ffffff; --surface-2:#f6f7f5;
  --ink:#19212e; --ink-muted:#5b6878; --ink-faint:#647082;
  --border:#e3eaf1; --border-strong:#d1dae4;

  --radius-card:1rem;
  --shadow-soft:0 1px 2px rgba(12,19,32,.04), 0 10px 28px -14px rgba(12,19,32,.2);
  --shadow-lift:0 2px 6px rgba(12,19,32,.06), 0 28px 56px -22px rgba(12,19,32,.32);
  --shadow-pop:0 1px 2px rgba(12,19,32,.05), 0 18px 44px -16px color-mix(in oklab,var(--brand-500) 42%,transparent);

  /* Fluid type - clamp()'d so long Georgian words never overflow @375 */
  --text-display:clamp(2.25rem,7vw,4.25rem);
  --text-h1:clamp(1.9rem,5.2vw,3rem);
  --text-h2:clamp(1.6rem,3.4vw,2.4rem);
  --text-lead:clamp(1.0625rem,1.4vw,1.25rem);

  --ease-brand:cubic-bezier(.22,1,.36,1);
  --section-y:clamp(4rem,8vw,7rem);
  /* vertical rhythm: section-head→content flow + intra-section block gap */
  --flow:clamp(2rem,4.2vw,3rem);
  --block:clamp(2.75rem,5vw,4rem);

  --font-sans:"Noto Sans Georgian",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-display:"Noto Serif Georgian",Georgia,serif;
}

*{box-sizing:border-box;}
*,::before,::after{border-color:var(--border);}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth;}
body{
  margin:0; min-height:100%; display:flex; flex-direction:column;
  background:var(--bg); color:var(--ink); font-family:var(--font-sans);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
main{flex:1 0 auto;}
h1,h2,h3,h4{margin:0; letter-spacing:-.02em; text-wrap:balance;}
/* display pairing: editorial serif for page/section headlines, sans for UI.
   Georgian mkhedruli bowls collide when tracked tight — relax tracking per lang. */
h1,h2{font-family:var(--font-display); font-weight:700; letter-spacing:-.015em;}
:lang(ka) h1,:lang(ka) h2{letter-spacing:-.005em;}
p{margin:0; text-wrap:pretty;}
a{color:inherit; text-decoration:none;}
img{display:block;}
:focus-visible{outline:3px solid var(--brand-500); outline-offset:2px; border-radius:8px;}
.btn:focus-visible,.iconbtn:focus-visible,.lang button:focus-visible{outline-offset:3px; box-shadow:0 0 0 4px color-mix(in oklab,var(--brand-500) 22%,transparent);}
.lang button[aria-pressed="true"]:focus-visible{outline-color:#fff; box-shadow:0 0 0 3px var(--brand-700);}
::selection{background:color-mix(in oklab,var(--accent) 32%,transparent); color:var(--ink);}

/* ---- utility patterns ---- */
.container{margin:0 auto; width:100%; max-width:80rem; padding-inline:20px;}
@media(min-width:640px){.container{padding-inline:32px;}}
.bg-grid{
  background-image:
    linear-gradient(to right,color-mix(in oklab,var(--ink) 6%,transparent) 1px,transparent 1px),
    linear-gradient(to bottom,color-mix(in oklab,var(--ink) 6%,transparent) 1px,transparent 1px);
  background-size:56px 56px;
}
.brand-sheen{
  background:linear-gradient(100deg,var(--brand-600) 0%,var(--brand-400) 60%,var(--brand-300) 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.icon{width:1em; height:1em; stroke:currentColor; fill:none; stroke-width:1.75; stroke-linecap:round; stroke-linejoin:round; flex:none;}

/* section + numbered eyebrow system */
.section{padding-block:var(--section-y);}
.section--tight{padding-block:clamp(3rem,6vw,5rem);}
.section--alt{background:var(--surface-2); border-block:1px solid var(--border);}
.eyebrow{
  display:inline-flex; align-items:center; gap:9px; font-size:12.5px; font-weight:700;
  letter-spacing:.14em; text-transform:uppercase; color:var(--brand-700);
}
/* water-drop marker — the recurring brand device that replaces section numbers */
.eyebrow::before{
  content:""; flex:none; width:14px; height:15px; background:var(--brand-500);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2s7 6.7 7 12a7 7 0 0 1-14 0c0-5.3 7-12 7-12z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2s7 6.7 7 12a7 7 0 0 1-14 0c0-5.3 7-12 7-12z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.hero .eyebrow::before{display:none;} /* hero already carries the ESG chip as its marker */
.section-head{max-width:44rem;}
.section-head.center{margin-inline:auto; text-align:center;}
.section-head.center .eyebrow{justify-content:center;}
.section-head h2{margin-top:16px; font-size:var(--text-h2); line-height:1.18; font-weight:700;}
.section-head p{margin-top:14px; font-size:var(--text-lead); line-height:1.65; color:var(--ink-muted);}
/* section sub-heading — uniform intra-section block rhythm */
.section-sub{margin-top:var(--block); font-size:var(--text-h2); line-height:1.2; font-weight:700;}

/* reveal on scroll - gated on html.js so no-JS / failed-JS keeps content visible */
html.js .reveal{opacity:0; transform:translateY(18px); transition:opacity .55s var(--ease-brand), transform .55s var(--ease-brand);}
html.js .reveal.in{opacity:1; transform:none;}

/* =========================================================================
   BUTTONS
   ========================================================================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px; border-radius:999px;
  font-weight:600; font-family:inherit; cursor:pointer; white-space:nowrap; border:0;
  transition:all .2s var(--ease-brand); position:relative; overflow:hidden;
}
.btn:active{transform:scale(.98);}
.btn-md{height:44px; padding:0 20px; font-size:14px;}
.btn-lg{height:48px; padding:0 28px; font-size:16px;}
.btn-primary{background:var(--brand-500); color:var(--brand-fg); box-shadow:var(--shadow-soft);}
.btn-primary:hover{background:var(--brand-600); box-shadow:var(--shadow-lift);}
.btn-accent{background:var(--accent); color:var(--accent-fg);}
.btn-accent:hover{background:var(--accent-strong);}
.btn-outline{border:1px solid var(--border-strong); background:var(--surface); color:var(--ink);}
.btn-outline:hover{border-color:var(--brand-400); color:var(--brand-700);}
.btn-ghost{color:var(--ink); background:transparent;}
.btn-ghost:hover{background:var(--bg-subtle);}
.btn-block{width:100%;}
/* water ripple: a single ring blooms from the centre on hover (the droplet motif,
   in motion) — the ONE signature button effect; no sheen, no extra flourishes */
@media(prefers-reduced-motion:no-preference){
  .btn-primary::before,.btn-accent::before{content:""; position:absolute; left:50%; top:50%; width:6px; height:6px; border-radius:50%; transform:translate(-50%,-50%); opacity:0; pointer-events:none;}
  .btn-primary:hover::before{animation:btn-ripple .7s var(--ease-brand);}
  .btn-accent:hover::before{animation:btn-ripple .7s var(--ease-brand);}
}
@keyframes btn-ripple{0%{opacity:.5; box-shadow:0 0 0 0 color-mix(in oklab,#fff 55%,transparent);}100%{opacity:0; box-shadow:0 0 0 80px transparent;}}

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header{position:sticky; top:0; z-index:50; transition:all .3s var(--ease-brand); border-bottom:1px solid transparent;}
.site-header.scrolled{background:color-mix(in oklab,var(--surface) 80%,transparent); backdrop-filter:blur(12px); border-bottom-color:var(--border); box-shadow:var(--shadow-soft);}
.site-header .scrollbar{position:absolute; left:0; bottom:-1px; height:2px; width:0%; background:linear-gradient(90deg,var(--brand-500),var(--accent)); transition:width .1s linear;}
.header-row{display:flex; align-items:center; justify-content:space-between; gap:16px; height:64px;}
.logo{display:inline-flex; align-items:center; gap:10px;}
.logo img{height:36px; width:auto; transition:transform .2s var(--ease-brand);}
.logo:hover img{transform:scale(1.06);}
.logo .wm{display:flex; flex-direction:column; line-height:1;}
.logo .wm .name{font-size:20px; font-weight:800; letter-spacing:-.02em;}
.logo .wm .sub{margin-top:3px; font-size:10px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-faint);}
.nav{display:none; align-items:center; gap:4px;}
@media(min-width:1024px){.nav{display:flex;}}
.nav a{position:relative; border-radius:999px; padding:8px 14px; font-size:14px; font-weight:500; color:var(--ink-muted); transition:color .2s;}
.nav a:hover{color:var(--ink);}
.nav a.active{color:var(--brand-700);}
.nav a.active::before{content:""; position:absolute; inset:0; z-index:-1; border-radius:999px; background:var(--brand-50);}
.header-actions{display:none; align-items:center; gap:12px;}
@media(min-width:1024px){.header-actions{display:flex;}}
.header-mobile{display:flex; align-items:center; gap:8px;}
@media(min-width:1024px){.header-mobile{display:none;}}
.iconbtn{display:grid; place-items:center; height:40px; width:40px; border-radius:12px; border:1px solid var(--border); background:var(--surface); color:var(--ink); cursor:pointer;}

/* language toggle */
.lang{display:inline-flex; padding:3px; gap:2px; border-radius:999px; background:var(--bg-subtle); border:1px solid var(--border);}
.lang button{appearance:none; border:0; cursor:pointer; font-family:inherit; font-weight:700; font-size:13px; min-height:34px; padding:6px 12px; border-radius:999px; color:var(--ink-muted); background:transparent; transition:all .2s var(--ease-brand);}
.lang button[aria-pressed="true"]{background:var(--brand-500); color:#fff;}

/* mobile menu — visibility keeps closed-menu links out of the tab order */
.mobile-menu{overflow:hidden; max-height:0; visibility:hidden; transition:max-height .3s var(--ease-brand), visibility .3s; border-bottom:1px solid transparent; background:var(--surface);}
.mobile-menu.open{max-height:480px; visibility:visible; border-bottom-color:var(--border);}
.mobile-menu nav{display:flex; flex-direction:column; gap:4px; padding:16px 0 20px;}
.mobile-menu a{border-radius:12px; padding:12px 16px; font-size:16px; font-weight:500; color:var(--ink);}
.mobile-menu a.active{background:var(--brand-50); color:var(--brand-700);}
.mobile-menu a:not(.active):hover{background:var(--bg-subtle);}

/* =========================================================================
   HOME - HERO
   ========================================================================= */
.hero{position:relative; overflow:hidden;}
.hero .bgglow{position:absolute; inset:0; z-index:0; pointer-events:none;}
.hero .bgglow .g1{position:absolute; top:-130px; left:-60px; width:540px; height:440px; border-radius:50%; background:radial-gradient(closest-side,var(--brand-100),transparent); filter:blur(48px); opacity:.85;}
.hero .bgglow .g2{position:absolute; bottom:-160px; right:-40px; width:440px; height:440px; border-radius:50%; background:radial-gradient(closest-side,color-mix(in oklab,var(--accent) 40%,transparent),transparent); filter:blur(50px); opacity:.5;}
.hero .grid{position:absolute; inset:0; z-index:0; -webkit-mask-image:radial-gradient(ellipse 60% 55% at 30% 0%,#000 55%,transparent 100%); mask-image:radial-gradient(ellipse 60% 55% at 30% 0%,#000 55%,transparent 100%);}
.hero .wrap{position:relative; z-index:1; display:grid; gap:36px; align-items:center; padding-block:clamp(40px,6vw,76px);}
/* visible ESG droplet behind the hero copy */
.hero .hero-logo{position:absolute; z-index:0; pointer-events:none; top:50%; left:clamp(-50px,1vw,30px); transform:translateY(-50%); width:clamp(300px,33vw,500px); aspect-ratio:298/417;}
.hero .hero-logo img{position:relative; z-index:1; width:100%; height:100%; object-fit:contain; opacity:.14;}
.hero .hero-logo::before{content:""; position:absolute; inset:-14%; border-radius:50%; background:radial-gradient(closest-side,color-mix(in oklab,var(--brand-300) 55%,transparent),transparent 70%); filter:blur(44px); opacity:.45;}
@media(min-width:880px){.hero .wrap{grid-template-columns:1.05fr .95fr; gap:48px;}}
.hero .eyebrow .chip{display:inline-flex; align-items:center; gap:6px; color:var(--brand-700); background:var(--brand-50); padding:5px 11px; border-radius:999px; border:1px solid color-mix(in oklab,var(--brand-500) 14%,transparent); letter-spacing:.08em;}
.hero .eyebrow .chip .icon{width:13px; height:13px; color:var(--brand-500);}
.hero h1{margin-top:22px; font-size:var(--text-display); line-height:1.08; font-weight:700;}
.hero p.lead{margin-top:22px; max-width:46ch; font-size:var(--text-lead); line-height:1.65; color:var(--ink-muted);}
.hero .cta{display:flex; flex-wrap:wrap; gap:12px; margin-top:30px;}
.hero .cta .btn{min-width:190px;}
.hero-call{display:inline-flex; align-items:center; gap:9px; margin-top:18px; font-size:15px; font-weight:600; color:var(--ink-muted); transition:color .2s var(--ease-brand);}
.hero-call .hc-ico{display:grid; place-items:center; width:32px; height:32px; border-radius:9px; background:var(--brand-50); color:var(--brand-600); flex:none;}
.hero-call .hc-ico .icon{width:16px; height:16px;}
.hero-call .num{font-weight:800; color:var(--brand-700); letter-spacing:.01em; font-variant-numeric:tabular-nums;}
.hero-call:hover{color:var(--ink);}
.hero-call:hover .num{color:var(--brand-500);}
.hero .strip{display:flex; flex-wrap:wrap; margin-top:40px; border-top:1px solid var(--border); padding-top:26px;}
.hero .strip .s{padding-right:26px; margin-right:26px; border-right:1px solid var(--border);}
.hero .strip .s:last-child{border-right:0; margin-right:0; padding-right:0;}
.hero .strip .v{font-size:clamp(1.5rem,3vw,2rem); font-weight:800; letter-spacing:-.03em; color:var(--brand-700); font-variant-numeric:tabular-nums;}
.hero .strip .l{margin-top:2px; font-size:13px; color:var(--ink-muted); max-width:16ch;}

/* hero media stage - premium photo showcase */
.hero .stage{position:relative; border-radius:26px; min-height:clamp(440px,52vw,560px);
  box-shadow:0 34px 70px -32px rgba(15,23,42,.55), 0 0 90px -28px color-mix(in oklab,var(--brand-500) 60%,transparent);}
.hero .stage::after{content:""; position:absolute; inset:0; border-radius:26px; pointer-events:none; z-index:5;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16), inset 0 1px 0 0 rgba(255,255,255,.28);}
.hero .stage .pill{position:absolute; z-index:4; display:inline-flex; align-items:center; gap:8px; font-size:12.5px; font-weight:700; color:#fff; background:rgba(18,28,48,.34); border:1px solid rgba(255,255,255,.28); backdrop-filter:blur(10px) saturate(1.2); -webkit-backdrop-filter:blur(10px) saturate(1.2); padding:9px 14px; border-radius:999px; box-shadow:0 12px 28px -16px rgba(0,0,0,.7);}
.hero .stage .pill .icon{width:15px; height:15px; color:var(--accent);}
.hero .stage .pill.p1{top:22px; left:20px;}
.hero .stage .pill.p2{top:70px; right:20px;}
/* floating product caption */
.hero .stage .tagcard{position:absolute; z-index:4; left:20px; bottom:20px; display:flex; align-items:center; gap:12px;
  padding:12px 16px 12px 12px; border-radius:16px; background:rgba(14,22,40,.46); border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(14px) saturate(1.25); -webkit-backdrop-filter:blur(14px) saturate(1.25);
  box-shadow:0 18px 40px -20px rgba(0,0,0,.8);}
.hero .stage .tagcard .logomark{position:relative; display:grid; place-items:center; height:40px; width:40px; border-radius:11px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18);}
.hero .stage .tagcard .logomark img{height:24px; width:auto; filter:drop-shadow(0 3px 6px rgba(0,0,0,.4));}
.hero .stage .tagcard .tc-txt{display:flex; flex-direction:column; gap:2px; line-height:1.1;}
.hero .stage .tagcard .tc-k{font-size:14px; font-weight:800; letter-spacing:.06em; color:#fff;}
.hero .stage .tagcard .tc-s{font-size:11.5px; font-weight:600; color:rgba(255,255,255,.78);}
@keyframes esg-kenburns{0%{transform:scale(1.04) translate(0,0);transform-origin:62% 42%}50%{transform:scale(1.12) translate(-1.4%,-1.2%);transform-origin:58% 38%}100%{transform:scale(1.04) translate(0,0);transform-origin:62% 42%}}

/* ---- hero product showcase (Biskonto bottles, light premium panel) ---- */
.hero .stage--showcase{
  background:
    radial-gradient(115% 95% at 50% 6%, #ffffff 0%, var(--surface-2) 52%, var(--bg-subtle) 100%);
  border:1px solid var(--border);
  box-shadow:var(--shadow-lift), 0 0 110px -46px color-mix(in oklab,var(--brand-500) 60%,transparent);
}
.hero .stage--showcase::after{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7), inset 0 1px 0 0 rgba(255,255,255,.9);
}
.hero .stage--showcase .showcase-bg{position:absolute; inset:0; z-index:0; border-radius:26px; overflow:hidden; pointer-events:none;}
.hero .stage--showcase .showcase-bg::before{
  content:""; position:absolute; left:50%; top:46%; width:78%; height:64%; transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(closest-side, color-mix(in oklab,var(--brand-300) 42%,transparent), transparent 72%);
  filter:blur(36px);
}
.hero .stage--showcase .showcase-bg::after{
  content:""; position:absolute; inset:0;
  background-image:radial-gradient(color-mix(in oklab,var(--brand-700) 12%,transparent) 1px, transparent 1.4px);
  background-size:22px 22px;
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 42%, #000 35%, transparent 78%);
  mask-image:radial-gradient(ellipse 70% 60% at 50% 42%, #000 35%, transparent 78%);
  opacity:.5;
}
.hero .stage--showcase .bottles{position:absolute; inset:0; z-index:2;}
.hero .stage--showcase .bottle{position:absolute; bottom:13%; width:auto; object-fit:contain;
  filter:drop-shadow(0 26px 26px rgba(16,63,93,.26)) drop-shadow(0 6px 10px rgba(16,63,93,.16));}
.hero .stage--showcase .b-back{left:50%; transform:translateX(-50%); height:80%; z-index:1; bottom:15%;}
.hero .stage--showcase .b-left{left:9%; height:50%; z-index:2; transform:rotate(-4deg); transform-origin:bottom center;}
.hero .stage--showcase .b-right{right:8%; height:55%; z-index:3; transform:rotate(3deg); transform-origin:bottom center;}
/* soft floor reflection */
.hero .stage--showcase .bottles::after{
  content:""; position:absolute; left:50%; bottom:11%; transform:translateX(-50%);
  width:74%; height:34px; border-radius:50%;
  background:radial-gradient(closest-side, rgba(16,63,93,.28), transparent 75%);
  filter:blur(6px); z-index:0;
}
/* light-glass pills + tagcard over the bright panel */
.hero .stage--showcase .pill{color:var(--brand-800); background:rgba(255,255,255,.82); border:1px solid var(--border-strong);
  backdrop-filter:blur(8px) saturate(1.1); -webkit-backdrop-filter:blur(8px) saturate(1.1); box-shadow:var(--shadow-soft);}
.hero .stage--showcase .pill .icon{color:var(--brand-500);}
/* the one green signature — the biodegradable eco-badge (dark text on cyan-green, mirrors btn-accent) */
.hero .stage--showcase .pill.eco{color:var(--accent-fg); background:linear-gradient(135deg,var(--accent),var(--accent-strong)); border-color:transparent; box-shadow:0 12px 26px -12px color-mix(in oklab,var(--accent) 85%,transparent);}
.hero .stage--showcase .pill.eco .icon{color:var(--accent-fg);}
.hero .stage--showcase .tagcard{background:rgba(255,255,255,.88); border:1px solid var(--border-strong); box-shadow:var(--shadow-lift);}
.hero .stage--showcase .tagcard .logomark{background:var(--brand-50); border:1px solid var(--border);}
.hero .stage--showcase .tagcard .logomark img{filter:none;}
.hero .stage--showcase .tagcard .tc-k{color:var(--brand-800);}
.hero .stage--showcase .tagcard .tc-s{color:var(--ink-muted);}

/* =========================================================================
   CARDS - categories / features / contact / branches (shared recipe)
   ========================================================================= */
.cardgrid{display:grid; gap:20px; margin-top:var(--flow);}
.cardgrid.cols-2{grid-template-columns:1fr;}
.cardgrid.cols-3{grid-template-columns:1fr;}
.cardgrid.cols-4{grid-template-columns:1fr;}
@media(min-width:640px){
  .cardgrid.cols-2{grid-template-columns:repeat(2,1fr);}
  .cardgrid.cols-3{grid-template-columns:repeat(2,1fr);}
  .cardgrid.cols-4{grid-template-columns:repeat(2,1fr);}
}
@media(min-width:1024px){
  .cardgrid.cols-3{grid-template-columns:repeat(3,1fr);}
  .cardgrid.cols-4{grid-template-columns:repeat(4,1fr);}
}
.card{position:relative; height:100%; overflow:hidden; border-radius:var(--radius-card); border:1px solid var(--border); background:var(--surface); padding:24px; box-shadow:var(--shadow-soft);}
.card.interactive{transition:transform .3s var(--ease-brand), box-shadow .3s var(--ease-brand), border-color .3s var(--ease-brand);}
.card.interactive:hover{transform:translateY(-6px); border-color:var(--brand-200); box-shadow:var(--shadow-pop);}
.card .blob{position:absolute; right:0; top:0; height:96px; width:96px; transform:translate(32px,-32px); border-radius:50%; background:var(--brand-50); opacity:0; transition:opacity .3s;}
.card.interactive:hover .blob{opacity:1;}
.tile{position:relative; display:grid; place-items:center; height:48px; width:48px; border-radius:12px; background:var(--brand-50); color:var(--brand-600); transition:all .3s var(--ease-brand);}
.card.interactive:hover .tile{background:var(--brand-500); color:var(--brand-fg);}
.tile .icon{width:24px; height:24px;}
.card h3{position:relative; margin-top:20px; font-size:18px; font-weight:700;}
.card p{position:relative; margin-top:8px; font-size:14.5px; line-height:1.6; color:var(--ink-muted);}
.card .more{position:relative; margin-top:16px; display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:600; color:var(--brand-700);}
.card .more .icon{width:16px; height:16px; transition:transform .25s var(--ease-brand);}
.card.interactive:hover .more .icon{transform:translateX(3px);}
@media(min-width:1024px){.card.reveal-more .more{opacity:0; transition:opacity .3s;} .card.reveal-more:hover .more{opacity:1;}}

/* why-ESG - open feature strip (contrasts with the bordered cards above) */
.featgrid{display:grid; gap:32px 28px; margin-top:var(--flow); grid-template-columns:1fr;}
@media(min-width:640px){.featgrid{grid-template-columns:1fr 1fr;}}
@media(min-width:1024px){
  .featgrid{grid-template-columns:repeat(4,1fr); gap:0;}
  .featgrid .feat{padding-inline:28px; border-right:1px solid var(--border);}
  .featgrid .feat:first-child{padding-left:0;}
  .featgrid .feat:last-child{border-right:0; padding-right:0;}
}
.feat h3{margin-top:18px; font-size:17px; font-weight:700;}
.feat p{margin-top:8px; font-size:14.5px; line-height:1.55; color:var(--ink-muted);}

/* about teaser - facility photo panel */
.photo-panel{position:relative; margin:0; overflow:hidden; border-radius:24px; border:1px solid var(--border); box-shadow:var(--shadow-lift); min-height:clamp(300px,36vw,420px);}
.photo-panel img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:58% 38%;}
.photo-panel::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(10,38,56,.55) 100%);}
.photo-panel figcaption{position:absolute; left:18px; right:18px; bottom:16px; z-index:2; display:flex; align-items:center; gap:9px; font-size:13px; font-weight:700; color:#fff;}
.photo-panel figcaption::before{content:""; flex:none; width:7px; height:7px; border-radius:50%; background:var(--brand-400); box-shadow:0 0 10px color-mix(in oklab,var(--brand-400) 80%,transparent);}

/* about teaser slate panel */
.about-teaser{display:grid; gap:40px; align-items:center;}
@media(min-width:1024px){.about-teaser{grid-template-columns:1fr 1fr;}}
.about-teaser h2{font-size:var(--text-h2); line-height:1.18; font-weight:700;}
.about-teaser p.body{margin-top:20px; font-size:var(--text-lead); line-height:1.65; color:var(--ink-muted);}
.about-teaser p.tag{margin-top:20px; font-size:var(--text-lead); font-weight:700; color:var(--brand-700);}
/* CTA band */
.cta-band{position:relative; overflow:hidden; border-radius:28px; background:var(--brand-900); padding:clamp(40px,6vw,64px) 24px; text-align:center;}
.cta-band .grid{position:absolute; inset:0; opacity:.12;}
.cta-band .glow1{position:absolute; right:-64px; top:-64px; height:256px; width:256px; border-radius:50%; background:radial-gradient(closest-side,var(--brand-500),transparent); opacity:.5; filter:blur(40px);}
.cta-band .glow2{position:absolute; left:-40px; bottom:-80px; height:256px; width:256px; border-radius:50%; background:radial-gradient(closest-side,var(--accent),transparent); opacity:.32; filter:blur(40px);}
.cta-band .inner{position:relative; margin-inline:auto; max-width:40rem;}
.cta-band h2{font-size:var(--text-h2); font-weight:700; color:#fff;}
.cta-band p{margin-top:16px; font-size:var(--text-lead); color:var(--brand-100);}
.cta-band .btnrow{margin-top:30px; display:flex; justify-content:center;}

/* =========================================================================
   PAGE HERO (inner pages)
   ========================================================================= */
.page-hero{position:relative; overflow:hidden; background:var(--surface-2); border-bottom:1px solid var(--border);}
.page-hero .grid{position:absolute; inset:0; opacity:.6; -webkit-mask-image:radial-gradient(ellipse 70% 60% at 30% 0%,#000 50%,transparent 100%); mask-image:radial-gradient(ellipse 70% 60% at 30% 0%,#000 50%,transparent 100%);}
.page-hero .glow{position:absolute; left:-60px; top:-80px; width:380px; height:320px; border-radius:50%; background:radial-gradient(closest-side,var(--brand-100),transparent); filter:blur(46px); opacity:.7;}
.page-hero .inner{position:relative; padding-block:clamp(48px,7vw,80px);}
.page-hero h1{margin-top:18px; font-size:var(--text-h1); line-height:1.12; font-weight:700;}
.page-hero p{margin-top:18px; max-width:46rem; font-size:var(--text-lead); line-height:1.6; color:var(--ink-muted);}

/* =========================================================================
   PRODUCT CATALOG
   ========================================================================= */
/* category filter - self-contained icon chips (wrap on desktop, wrap/scroll on mobile) */
.filters{display:flex; flex-wrap:wrap; gap:10px; flex:1 1 auto; min-width:0;}
.filters .tab{display:inline-flex; align-items:center; gap:9px; appearance:none; cursor:pointer; font-family:inherit;
  padding:9px 15px 9px 11px; border-radius:13px; background:var(--surface); border:1px solid var(--border-strong);
  transition:transform .2s var(--ease-brand), box-shadow .2s var(--ease-brand), background .2s var(--ease-brand), border-color .2s var(--ease-brand);}
.filters .tab .ci{display:grid; place-items:center; width:26px; height:26px; border-radius:8px; background:var(--brand-50); color:var(--brand-600); flex:none; transition:background .2s, color .2s;}
.filters .tab .ci svg{width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round;}
.filters .tab .cl{font-size:14px; font-weight:600; color:var(--ink); white-space:nowrap;}
.filters .tab .cn{font-size:12px; font-weight:700; color:var(--ink-faint); background:var(--bg-subtle); border-radius:999px; padding:2px 8px; font-variant-numeric:tabular-nums; transition:background .2s, color .2s;}
.filters .tab:hover{border-color:var(--brand-300); transform:translateY(-1px); box-shadow:var(--shadow-soft);}
.filters .tab[aria-pressed="true"]{background:var(--brand-500); border-color:var(--brand-500); box-shadow:var(--shadow-pop);}
.filters .tab[aria-pressed="true"] .ci{background:rgba(255,255,255,.18); color:#fff;}
.filters .tab[aria-pressed="true"] .cl{color:#fff;}
.filters .tab[aria-pressed="true"] .cn{background:rgba(255,255,255,.22); color:#fff;}

.product-grid{display:grid; gap:20px; margin-top:var(--flow); grid-template-columns:1fr;}
@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);}}

.pc{position:relative; display:flex; flex-direction:column; height:100%; overflow:hidden; border-radius:var(--radius-card); border:1px solid var(--border); background:var(--surface); box-shadow:var(--shadow-soft); transition:transform .3s var(--ease-brand), box-shadow .3s var(--ease-brand), border-color .3s var(--ease-brand);}
.pc:hover{transform:translateY(-6px); box-shadow:var(--shadow-pop); border-color:var(--brand-200);}
.pc .bar{height:3px; width:100%;}
.pc.shampoo .bar{background:linear-gradient(90deg,var(--brand-700),var(--brand-500));}
.pc.biskonto .bar{background:linear-gradient(90deg,var(--brand-700),var(--brand-500));}
.pc.cosmetics .bar{background:linear-gradient(90deg,var(--brand-400),var(--brand-200));}
.pc .stage{position:relative; aspect-ratio:4/3; overflow:hidden; background:radial-gradient(125% 95% at 50% 4%,#ffffff 0%,var(--brand-50) 60%,var(--bg-subtle) 100%);}
.pc .stage::before{content:""; position:absolute; left:50%; top:45%; width:76%; height:66%; transform:translate(-50%,-50%); border-radius:50%; background:radial-gradient(closest-side, color-mix(in oklab, var(--brand-300) 30%, transparent), transparent 72%); filter:blur(24px); pointer-events:none;}
/* default: clean cut-out friendly (contain). Add data-crop for messy scans (cover+zoom). */
.pc .stage img{position:absolute; inset:0; width:100%; height:100%; object-fit:contain; padding:14px; transition:transform .45s var(--ease-brand);}
.pc:hover .stage img{transform:scale(1.05);}
.pc .stage[data-crop] img{object-fit:cover; padding:0; object-position:var(--crop,32% 34%); transform:scale(var(--zoom,1.42)); transform-origin:var(--corg,38% 40%);}
.pc .stage[data-crop]:hover img,.pc:hover .stage[data-crop] img{transform:scale(calc(var(--zoom,1.42) + .06));}
.pc .stage::after{content:""; position:absolute; top:0; bottom:0; width:42%; transform:translateX(-180%) skewX(-16deg); background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent); pointer-events:none; transition:transform .7s var(--ease-brand);}
.pc:hover .stage::after{transform:translateX(360%) skewX(-16deg);}
.pc .cat{position:absolute; top:12px; left:12px; z-index:2; display:inline-flex; align-items:center; gap:7px; font-size:11px; font-weight:700; letter-spacing:.04em; padding:6px 11px; border-radius:999px; background:color-mix(in oklab,#fff 78%,transparent); backdrop-filter:blur(6px); border:1px solid var(--border); color:var(--ink-muted);}
.pc .cat .d{width:7px; height:7px; border-radius:50%;}
.pc.shampoo .cat .d{background:var(--brand-500);}
.pc.biskonto .cat .d{background:var(--brand-500);}
.pc.cosmetics .cat .d{background:var(--brand-300);}
.pc .body{display:flex; flex-direction:column; flex:1; padding:20px;}
.pc h3{font-size:20px; font-weight:700; letter-spacing:-.01em;}
.pc .blurb{margin-top:9px; font-size:15px; line-height:1.55; color:var(--ink-muted); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.pc .chip{margin-top:14px; display:inline-flex; align-items:center; gap:6px; width:fit-content; white-space:nowrap; border-radius:999px; background:var(--brand-50); color:var(--brand-700); font-size:12px; font-weight:700; padding:5px 11px;}
.pc .chip .icon{width:13px; height:13px; color:var(--brand-500);}
.pc .spec{border-top:1px solid var(--border); margin-top:16px; padding-top:14px;}
.pc .spec .lbl{font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--ink-faint);}
.pc .spec ul{list-style:none; margin:8px 0 0; padding:0; display:flex; flex-direction:column; gap:6px;}
.pc .spec li{display:flex; align-items:center; justify-content:space-between; font-size:14px;}
.pc .spec .sz{font-weight:600; color:var(--ink);}
.pc .spec .cd{color:var(--ink-muted); font-variant-numeric:tabular-nums;}
.pc .quote{margin-top:auto; padding-top:14px; border-top:1px solid var(--border);}
.pc .quote a{display:inline-flex; align-items:center; gap:7px; font-size:14.5px; font-weight:700; color:var(--brand-700); transition:color .2s var(--ease-brand);}
.pc .quote a:hover{color:var(--brand-500);}
.pc .quote a .icon{transition:transform .25s var(--ease-brand);}
.pc:hover .quote a .icon{transform:translateX(3px);}

.coming{margin-top:32px; border:1px dashed var(--border-strong); border-radius:var(--radius-card); padding:20px 24px; font-size:14px; color:var(--ink-muted); background:var(--surface-2);}

/* subcategory chip row (equipment) */
.subfilters{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px;}
.subfilters[hidden]{display:none;}
.subfilters .subtab{appearance:none; cursor:pointer; font-family:inherit; font-size:13px; font-weight:600; color:var(--ink-muted); background:var(--surface); border:1px solid var(--border); border-radius:999px; padding:7px 14px; transition:color .2s var(--ease-brand), background .2s var(--ease-brand), border-color .2s var(--ease-brand);}
.subfilters .subtab:hover{color:var(--brand-700); border-color:var(--brand-300);}
.subfilters .subtab[aria-pressed="true"]{color:var(--brand-fg); background:var(--brand-500); border-color:var(--brand-500);}

/* equipment cards: flat-white stage, accent bar, spec line + code */
.pc.equipment .bar,.pc.cloths .bar{background:linear-gradient(90deg,var(--brand-700),var(--brand-400));}
.pc.equipment .cat .d,.pc.cloths .cat .d{background:var(--brand-400);}
.pc.equipment .stage.eq,.pc.cloths .stage.eq{background:#fff;}
.pc.equipment .stage.eq img,.pc.cloths .stage.eq img{padding:clamp(14px,5%,28px);}
.pc .chip.eq-spec{margin-top:14px; white-space:normal; line-height:1.4; text-align:left; background:var(--surface-2); color:var(--ink); border:1px solid var(--border);}
.pc .chip.eq-spec .icon{color:var(--ink-faint);}
.pc .eq-code{margin-top:12px; font-size:13px; color:var(--ink-muted); font-variant-numeric:tabular-nums;}
.pc .eq-code .cd{font-weight:700; color:var(--brand-700);}
.pd-stage.equipment,.pd-stage.cloths{background:#fff;}
.pd-stage.equipment .cat .d,.pd-stage.cloths .cat .d{background:var(--brand-400);}
.pd-stage.equipment img,.pd-stage.cloths img{padding:clamp(24px,5%,52px);}

/* catalog controls: filters + search + count */
.catalog-controls{display:flex; flex-wrap:wrap; gap:16px; align-items:flex-start; justify-content:space-between;}
.catalog-meta{margin-top:14px; font-size:13px; color:var(--ink-faint); font-variant-numeric:tabular-nums;}
.psearch{position:relative; display:flex; align-items:center; flex:1 1 280px; max-width:380px; min-width:220px;}
.psearch .ps-ico{position:absolute; left:15px; width:17px; height:17px; color:var(--ink-faint); pointer-events:none;}
.psearch input{width:100%; height:46px; font-family:inherit; font-size:15px; color:var(--ink); background:var(--surface); border:1px solid var(--border-strong); border-radius:999px; padding:0 44px 0 42px; transition:border-color .2s var(--ease-brand), box-shadow .2s var(--ease-brand);}
.psearch input::placeholder{color:var(--ink-faint);}
.psearch input::-webkit-search-cancel-button{-webkit-appearance:none; appearance:none;}
.psearch input:hover{border-color:var(--brand-300);}
.psearch input:focus{outline:none; border-color:var(--brand-400); box-shadow:0 0 0 4px var(--brand-50);}
.psearch .ps-clear{position:absolute; right:8px; display:grid; place-items:center; height:32px; width:32px; border:0; border-radius:50%; background:var(--bg-subtle); color:var(--ink-muted); cursor:pointer; transition:background .2s var(--ease-brand), color .2s var(--ease-brand);}
.psearch .ps-clear[hidden]{display:none;}
.psearch .ps-clear:hover{background:var(--brand-50); color:var(--brand-700);}

.empty-state{margin-top:48px; text-align:center; font-size:16px; color:var(--ink-muted);}

/* stretched link so the whole card opens the product page */
.pc .pc-link{position:absolute; inset:0; z-index:3;}
.pc .pc-link:focus-visible{outline:2px solid var(--brand-500); outline-offset:-3px;}
.pc .quote a.pc-cta{position:relative; z-index:4;}

/* =========================================================================
   PRODUCT DETAIL
   ========================================================================= */
.crumbs{display:flex; align-items:center; gap:7px; font-size:13px; color:var(--ink-faint); flex-wrap:wrap;}
.crumbs a{color:var(--ink-muted); font-weight:500; transition:color .2s var(--ease-brand);}
.crumbs a:hover{color:var(--brand-700);}
.crumbs .sep{width:14px; height:14px; color:var(--border-strong);}
.crumbs .here{color:var(--ink); font-weight:600;}

.pdetail{display:grid; gap:clamp(28px,4vw,56px); align-items:start; margin-top:28px;}
@media(min-width:920px){.pdetail{grid-template-columns:1fr 1.05fr;}}

/* media (right) */
.pd-media{position:relative; order:-1;}
@media(min-width:920px){.pd-media{order:1; position:sticky; top:88px;}}
.pd-stage{position:relative; overflow:hidden; aspect-ratio:1/1; border-radius:calc(var(--radius-card) + .5rem); border:1px solid var(--border); background:radial-gradient(120% 92% at 50% 12%,#fff 0%,var(--surface-2) 72%); box-shadow:var(--shadow-lift);}
.pd-stage img{position:absolute; inset:0; width:100%; height:100%; object-fit:contain; padding:clamp(28px,6%,64px);}
.pd-stage[data-crop] img{object-fit:cover; padding:0; object-position:var(--crop,32% 34%); transform:scale(var(--zoom,1.4)); transform-origin:var(--corg,38% 40%);}
.pd-stage .cat{position:absolute; top:16px; left:16px; z-index:2; display:inline-flex; align-items:center; gap:7px; font-size:12px; font-weight:700; letter-spacing:.04em; padding:7px 13px; border-radius:999px; background:color-mix(in oklab,#fff 80%,transparent); backdrop-filter:blur(6px); border:1px solid var(--border); color:var(--ink-muted);}
.pd-stage .cat .d{width:7px; height:7px; border-radius:50%;}
.pd-stage.shampoo .cat .d{background:var(--brand-500);}
.pd-stage.biskonto .cat .d{background:var(--brand-500);}
.pd-stage.cosmetics .cat .d{background:var(--brand-300);}
.pd-stage .topbar{position:absolute; top:0; left:0; right:0; height:4px; z-index:2;}
.pd-stage.shampoo .topbar{background:linear-gradient(90deg,var(--brand-700),var(--brand-500));}
.pd-stage.biskonto .topbar{background:linear-gradient(90deg,var(--brand-700),var(--brand-500));}
.pd-stage.cosmetics .topbar{background:linear-gradient(90deg,var(--brand-400),var(--brand-200));}

/* info (left) */
.pd-info h1{margin-top:18px; font-size:var(--text-h1); line-height:1.1; font-weight:700;}
.pd-info .lede{margin-top:18px; font-size:var(--text-lead); line-height:1.7; color:var(--ink-muted); max-width:46ch;}
.pd-info .chip{margin-top:22px; display:inline-flex; align-items:center; gap:7px; width:fit-content; border-radius:999px; background:var(--brand-50); color:var(--brand-700); font-size:13px; font-weight:700; padding:8px 14px;}
.pd-info .chip .icon{width:15px; height:15px; color:var(--brand-500);}

.pd-block{margin-top:28px;}
.pd-block .lbl{font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-faint);}
.pd-specs{list-style:none; margin:12px 0 0; padding:0; border:1px solid var(--border); border-radius:var(--radius-card); overflow:hidden;}
.pd-specs li{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 18px; font-size:15px;}
.pd-specs li + li{border-top:1px solid var(--border);}
.pd-specs li:nth-child(even){background:var(--surface-2);}
.pd-specs .sz{font-weight:600; color:var(--ink);}
.pd-specs .cd{color:var(--ink-muted); font-variant-numeric:tabular-nums; font-size:14px;}

.pd-facts{list-style:none; margin:12px 0 0; padding:0; display:grid; gap:10px; grid-template-columns:1fr 1fr;}
.pd-facts li{display:flex; gap:12px; align-items:flex-start; border:1px solid var(--border); border-radius:14px; padding:14px 16px; background:var(--surface);}
.pd-facts .fi{flex:none; display:grid; place-items:center; height:34px; width:34px; border-radius:10px; background:var(--brand-50); color:var(--brand-600);}
.pd-facts .fi .icon{width:17px; height:17px;}
.pd-facts .ft{display:flex; flex-direction:column; gap:2px;}
.pd-facts .ft .k{font-size:11px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--ink-faint);}
.pd-facts .ft .v{font-size:14px; font-weight:600; color:var(--ink); line-height:1.3;}

.pd-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:30px;}

/* size switcher (detail page) */
.pd-sizes{display:flex; flex-wrap:wrap; gap:9px; margin-top:12px;}
.szbtn{appearance:none; cursor:pointer; font:inherit; font-weight:700; font-size:15px; line-height:1;
  padding:11px 18px; border-radius:999px; border:1.5px solid var(--border); background:var(--surface);
  color:var(--ink-muted); transition:border-color .2s, background .2s, color .2s, box-shadow .2s, transform .12s;}
.szbtn:hover{border-color:var(--brand-300); color:var(--brand-700);}
.szbtn:active{transform:translateY(1px);}
.szbtn.on{border-color:var(--brand-500); background:var(--brand-500); color:#fff;
  box-shadow:0 8px 20px -10px color-mix(in oklab,var(--brand-500) 80%,transparent);}
.szbtn:focus-visible{outline:2px solid var(--brand-500); outline-offset:2px;}
.pd-codeline{margin-top:13px; font-size:13px; font-weight:600; color:var(--ink-faint); letter-spacing:.04em; text-transform:uppercase;}
.pd-codeline .cd{color:var(--ink); font-variant-numeric:tabular-nums; letter-spacing:0;}

/* usage block */
.pd-usage{display:flex; gap:12px; align-items:flex-start; margin-top:12px; padding:15px 17px;
  border:1px solid var(--border); border-radius:14px; background:var(--surface-2);
  font-size:15px; line-height:1.6; color:var(--ink-muted);}
.pd-usage .icon{flex:none; width:18px; height:18px; margin-top:2px; color:var(--brand-500);}

/* active packaging row */
.pd-specs .spec-row.on{background:var(--brand-50);}
.pd-specs .spec-row.on .sz{color:var(--brand-700);}
.pd-specs .spec-row.on .cd{color:var(--brand-600); font-weight:600;}

/* smooth photo swap on the detail stage */
.pd-stage #pd-photo{transition:opacity .26s var(--ease-brand), transform .26s var(--ease-brand);}
.pd-stage #pd-photo.swap{opacity:0; transform:scale(.97);}

/* size chips on catalog cards */
.pc-sizes{display:flex; flex-wrap:wrap; gap:6px; margin-top:12px;}
.pc-sizes .szc{display:inline-flex; align-items:center; font-size:12px; font-weight:700; line-height:1;
  padding:6px 10px; border-radius:999px; border:1px solid var(--border); background:var(--surface-2);
  color:var(--ink-muted); font-variant-numeric:tabular-nums;
  transition:background .35s var(--ease-brand), color .35s var(--ease-brand), border-color .35s var(--ease-brand);}
.pc-sizes .szc.on{background:var(--brand-50); color:var(--brand-700); border-color:var(--brand-200);}

/* hover cross-fade through size photos */
.pc .stage .shots{position:absolute; inset:0;}
.pc .stage .shot{opacity:0; transition:opacity .5s var(--ease-brand), transform .45s var(--ease-brand);}
.pc .stage .shot.on{opacity:1;}
.pc .stage .shot-dots{position:absolute; left:50%; bottom:11px; transform:translateX(-50%); z-index:2;
  display:flex; gap:6px; pointer-events:none; opacity:0; transition:opacity .3s var(--ease-brand);}
.pc:hover .stage .shot-dots,.pc:focus-within .stage .shot-dots{opacity:1;}
.pc .stage .shot-dots i{width:6px; height:6px; border-radius:50%; background:var(--border-strong);
  transition:background .35s var(--ease-brand), transform .35s var(--ease-brand);}
.pc .stage .shot-dots i.on{background:var(--brand-500); transform:scale(1.25);}
@media (prefers-reduced-motion: reduce){
  .pc .stage .shot-dots{display:none;}
}

/* similar products */
.similar{margin-top:8px;}

/* =========================================================================
   SERVICES
   ========================================================================= */
.prose-lead{max-width:48rem; font-size:var(--text-lead); line-height:1.7; color:var(--ink-muted);}
.offer-grid{display:grid; gap:16px; margin-top:var(--flow); grid-template-columns:1fr;}
@media(min-width:640px){.offer-grid{grid-template-columns:repeat(2,1fr);}}
.offer{display:flex; gap:16px; align-items:flex-start; border-radius:var(--radius-card); border:1px solid var(--border); background:var(--surface); padding:20px 22px; box-shadow:var(--shadow-soft); transition:transform .3s var(--ease-brand), box-shadow .3s var(--ease-brand), border-color .3s var(--ease-brand);}
.offer:hover{transform:translateY(-4px); border-color:var(--brand-200); box-shadow:var(--shadow-pop);}
.offer .tile{height:40px; width:40px; flex:none; transition:background .3s var(--ease-brand), color .3s var(--ease-brand);}
.offer:hover .tile{background:var(--brand-500); color:var(--brand-fg);}
.offer .tile .icon{width:20px; height:20px;}
.offer p{font-size:15px; line-height:1.5; color:var(--ink); padding-top:8px;}

/* featured offer (the standout warranty / free-service item) */
.offer.feature{grid-column:1/-1; align-items:center; padding:24px 26px;
  background:linear-gradient(120deg,color-mix(in oklab,var(--brand-500) 9%,var(--surface)) 0%,var(--surface) 62%);
  border-color:color-mix(in oklab,var(--brand-500) 30%,transparent);}
.offer.feature .tile{height:48px; width:48px;}
.offer.feature .tile .icon{width:24px; height:24px;}
.offer.feature p{font-size:16px; font-weight:600; padding-top:0;}
.offer.feature:hover{border-color:color-mix(in oklab,var(--brand-500) 52%,transparent);}

/* process journey - step-by-step path */
.process{list-style:none; margin:28px 0 0; padding:0; position:relative;}
.process::before{content:""; position:absolute; left:25px; top:26px; bottom:26px; width:2px; border-radius:2px;
  background:linear-gradient(var(--brand-300),var(--brand-600)); opacity:.4;}
.pstep{position:relative; display:grid; grid-template-columns:52px 1fr; gap:24px; padding-bottom:30px;}
.pstep:last-child{padding-bottom:0;}
.pnode{position:relative; z-index:1; display:grid; place-items:center; width:52px; height:52px; border-radius:50%;
  font-size:14px; font-weight:800; color:#fff; font-variant-numeric:tabular-nums; letter-spacing:.02em;
  background:linear-gradient(150deg,var(--brand-500),var(--brand-700));
  box-shadow:0 10px 20px -10px color-mix(in oklab,var(--brand-700) 70%,transparent);}
.pstep:last-child .pnode{background:linear-gradient(150deg,var(--brand-600),var(--brand-800));
  box-shadow:0 10px 20px -10px color-mix(in oklab,var(--brand-700) 70%,transparent);}
.pbody{padding-top:4px;}
.ptitle{display:flex; align-items:center; gap:10px;}
.ptitle .pico{display:grid; place-items:center; width:30px; height:30px; border-radius:9px; background:var(--brand-50); color:var(--brand-600); flex:none;}
.pstep:last-child .ptitle .pico{background:var(--brand-50); color:var(--brand-600);}
.ptitle .pico .icon{width:17px; height:17px;}
.ptitle h4{font-size:17px; font-weight:700; letter-spacing:-.01em;}
.pbody p{margin-top:7px; font-size:14.5px; line-height:1.55; color:var(--ink-muted); max-width:44ch;}

.dark-cta{position:relative; overflow:hidden; border-radius:28px; background:var(--brand-900); padding:clamp(36px,5vw,56px); margin-top:56px;}
.dark-cta .grid{position:absolute; inset:0; opacity:.12;}
.dark-cta .glow{position:absolute; right:-50px; bottom:-60px; height:240px; width:240px; border-radius:50%; background:radial-gradient(closest-side,var(--accent),transparent); opacity:.34; filter:blur(40px);}
.dark-cta .inner{position:relative; display:flex; flex-wrap:wrap; gap:24px; align-items:center; justify-content:space-between;}
.dark-cta h2{font-size:var(--text-h2); font-weight:700; color:#fff; max-width:20ch;}

/* =========================================================================
   ABOUT
   ========================================================================= */
.about-prose{max-width:48rem;}
.about-prose p{font-size:var(--text-lead); line-height:1.75; color:var(--ink-muted);}
.about-prose p + p{margin-top:24px;}
/* About hero - full-bleed facility photo behind the headline */
.about-hero{background:var(--brand-950); border-bottom:0;}
.about-hero::after{content:""; position:absolute; left:0; right:0; bottom:0; height:3px; z-index:3;
  background:linear-gradient(90deg,var(--brand-500),var(--accent));}
.about-hero .media{position:absolute; inset:0; z-index:0; overflow:hidden;}
.about-hero .media img{width:100%; height:100%; object-fit:cover; object-position:62% 34%;
  transform:scale(1.06); transform-origin:60% 40%;}
@media (prefers-reduced-motion: no-preference){
  .about-hero .media img{animation:esg-kenburns 32s ease-in-out infinite;}
}
.about-hero .scrim{position:absolute; inset:0; z-index:1; background:
  linear-gradient(82deg, rgba(10,38,56,.94) 0%, rgba(10,38,56,.8) 30%, rgba(10,38,56,.42) 56%, rgba(10,38,56,.1) 78%, rgba(10,38,56,0) 100%),
  linear-gradient(180deg, rgba(10,38,56,.4) 0%, rgba(10,38,56,0) 30%, rgba(10,38,56,0) 58%, rgba(10,38,56,.62) 100%);}
.about-hero .inner{position:relative; z-index:2; max-width:56rem; padding-block:clamp(88px,12vw,160px);}
.about-hero .eyebrow{color:rgba(255,255,255,.86);}
.about-hero .eyebrow::before{background:rgba(255,255,255,.9);}
.about-hero h1{color:#fff; max-width:21ch; text-shadow:0 2px 20px rgba(5,20,32,.55);}
.about-hero p.lead{margin-top:20px; max-width:42rem; font-size:var(--text-lead); line-height:1.65;
  color:rgba(255,255,255,.86); text-shadow:0 1px 14px rgba(5,20,32,.6); text-wrap:pretty;}
.about-hero .hero-meta{display:flex; flex-wrap:wrap; gap:10px; margin-top:32px;}
.about-hero .chip{display:inline-flex; align-items:center; gap:9px; font-size:13px; font-weight:700; letter-spacing:.02em;
  color:#fff; padding:9px 17px; border-radius:999px; background:rgba(13,40,60,.42);
  border:1px solid rgba(255,255,255,.24); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14), 0 8px 20px -12px rgba(5,20,32,.7);}
.about-hero .chip::before{content:""; flex:none; width:7px; height:7px; border-radius:50%;
  background:var(--brand-300); box-shadow:0 0 10px color-mix(in oklab,var(--brand-300) 80%,transparent);}

.quote-block{max-width:48rem; margin-top:48px; border-left:4px solid var(--brand-500); padding:6px 0 6px 24px; position:relative;}
.quote-block::before{content:""; position:absolute; left:-4px; top:0; bottom:0; width:4px; background:linear-gradient(var(--brand-500),var(--brand-700));}
.quote-block p{font-family:var(--font-display); font-size:clamp(1.25rem,2.4vw,1.6rem); font-weight:600; line-height:1.4;}

/* About - facility mosaic gallery */
.facility-gallery{display:grid; gap:16px; grid-template-columns:1fr 1fr; margin-top:var(--flow);}
.facility-gallery figure{margin:0; position:relative; overflow:hidden; border-radius:18px;
  border:1px solid var(--border); box-shadow:var(--shadow-soft); min-height:230px; background:var(--surface-2);}
.facility-gallery img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition:transform .85s var(--ease-brand);}
.facility-gallery figure:hover img{transform:scale(1.055);}
.facility-gallery figcaption{position:absolute; left:0; right:0; bottom:0; z-index:2;
  padding:34px 18px 15px; font-size:12.5px; font-weight:700; letter-spacing:.01em; color:#fff;
  background:linear-gradient(to top, rgba(10,38,56,.86) 0%, rgba(10,38,56,.42) 48%, rgba(10,38,56,0) 100%);}
.facility-gallery .fg-feature img{object-position:50% 60%;}
@media(min-width:900px){
  .facility-gallery{grid-template-columns:1.4fr 1fr 1fr; grid-template-rows:repeat(2,1fr);
    height:clamp(440px,46vw,560px);}
  .facility-gallery figure{min-height:0;}
  .fg-feature{grid-row:1 / span 2;}
  .fg-wide{grid-column:2 / span 2; grid-row:1;}
}

/* About - production / equipment grid */
.prod-gallery{display:grid; gap:18px; grid-template-columns:repeat(2,1fr); margin-top:var(--flow);}
@media(min-width:780px){.prod-gallery{grid-template-columns:repeat(4,1fr);}}
.prod-gallery figure{margin:0; overflow:hidden; border-radius:16px; border:1px solid var(--border);
  background:var(--surface); box-shadow:var(--shadow-soft); display:flex; flex-direction:column;}
.prod-gallery .ph{position:relative; aspect-ratio:4/3; overflow:hidden;}
.prod-gallery .ph img{width:100%; height:100%; object-fit:cover; transition:transform .85s var(--ease-brand);}
.prod-gallery figure:hover .ph img{transform:scale(1.06);}
.prod-gallery figcaption{padding:15px 16px 17px; font-size:13.5px; font-weight:600; line-height:1.4;
  color:var(--ink); display:flex; align-items:center; gap:9px;}
.prod-gallery figcaption::before{content:""; flex:none; width:7px; height:7px; border-radius:50%;
  background:var(--brand-400); box-shadow:0 0 9px color-mix(in oklab,var(--brand-400) 80%,transparent);}

/* =========================================================================
   CONTACT
   ========================================================================= */
.info-card{border-radius:var(--radius-card); border:1px solid var(--border); background:var(--surface); padding:24px; box-shadow:var(--shadow-soft);}

/* quote form (contact) */
.quote-grid{display:grid; gap:40px;}
@media(min-width:980px){.quote-grid{grid-template-columns:.85fr 1.15fr; gap:64px; align-items:start;}}
.quote-lead{margin-top:14px; font-size:var(--text-lead); line-height:1.6; color:var(--ink-muted); max-width:34rem;}
.quote-points{list-style:none; margin:28px 0 0; padding:0; display:flex; flex-direction:column; gap:14px;}
.quote-points li{display:flex; gap:11px; align-items:flex-start; font-size:15px; line-height:1.5; color:var(--ink-muted);}
.quote-points .icon{width:18px; height:18px; flex:none; margin-top:2px; color:var(--brand-500);}
.quote-form{border-radius:calc(var(--radius-card) + .25rem); border:1px solid var(--border); background:var(--surface); box-shadow:var(--shadow-lift); padding:clamp(22px,3.4vw,34px);}
.quote-form .frow{display:grid; gap:16px;}
@media(min-width:560px){.quote-form .frow.cols-2{grid-template-columns:1fr 1fr;}}
.quote-form .fgroup{display:flex; flex-direction:column; gap:7px; min-width:0;}
.quote-form .frow + .fgroup,.quote-form .fgroup + .fgroup,.quote-form .fgroup + .frow{margin-top:16px;}
.flabel{font-size:13px; font-weight:700; color:var(--ink);}
select.field{height:46px;}
.quote-form .send{display:flex; flex-wrap:wrap; align-items:center; gap:16px; margin-top:24px;}
.form-note{font-size:13.5px; color:var(--ink-faint);}
.form-note a{font-weight:700; color:var(--brand-700);}
.sent-note{display:flex; gap:10px; align-items:flex-start; margin:18px 0 0; padding:12px 16px; border-radius:12px; font-size:14px; line-height:1.5; color:var(--ink);
  background:color-mix(in oklab,var(--accent) 10%,var(--surface)); border:1px solid color-mix(in oklab,var(--accent) 35%,transparent);}
.sent-note .icon{width:17px; height:17px; flex:none; margin-top:2px; color:var(--accent-strong);}
.sent-note[hidden]{display:none;}
.sent-note.err{background:color-mix(in oklab,#e5484d 9%,var(--surface)); border-color:color-mix(in oklab,#e5484d 36%,transparent);}
.sent-note.err .icon{color:#cf2b31;}

/* map embed */
.map-frame{position:relative; margin-top:36px; overflow:hidden; border-radius:calc(var(--radius-card) + .25rem); border:1px solid var(--border); box-shadow:var(--shadow-soft); background:var(--surface-2); aspect-ratio:21/9;}
@media(max-width:700px){.map-frame{aspect-ratio:4/3;}}
.map-frame iframe{position:absolute; inset:0; width:100%; height:100%; border:0;}
.info-card .lbl{margin-top:18px; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-faint);}
.info-card .val{margin-top:6px; font-size:16px; font-weight:600; color:var(--ink); word-break:break-word;}
.branch{display:block; border-radius:var(--radius-card); border:1px solid var(--border); background:var(--surface); padding:22px; box-shadow:var(--shadow-soft); transition:transform .3s var(--ease-brand), box-shadow .3s var(--ease-brand), border-color .3s var(--ease-brand);}
.branch:hover{transform:translateY(-4px); border-color:var(--brand-200); box-shadow:var(--shadow-pop);}
.branch .row{display:flex; gap:14px; align-items:flex-start;}
.branch h3{font-size:17px; font-weight:700;}
.branch .addr{margin-top:6px; font-size:14px; color:var(--ink-muted); line-height:1.5;}
.branch .more{margin-top:14px; display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:600; color:var(--brand-700);}
.branch .more .icon{width:15px; height:15px; transition:transform .25s var(--ease-brand);}
.branch:hover .more .icon{transform:translateX(3px);}

/* form fields */
.field{
  width:100%; font-family:inherit; font-size:15px; color:var(--ink);
  background:var(--surface); border:1px solid var(--border-strong); border-radius:12px;
  padding:12px 14px; transition:border-color .2s var(--ease-brand), box-shadow .2s var(--ease-brand);
}
.field::placeholder{color:var(--ink-faint);}
.field:hover{border-color:var(--brand-300);}
.field:focus{outline:none; border-color:var(--brand-500); box-shadow:0 0 0 3px color-mix(in oklab,var(--brand-500) 18%,transparent);}
textarea.field{resize:vertical; min-height:96px;}
/* inline validation (replaces alert() dialogs) */
.field.err{border-color:#cf2b31; box-shadow:0 0 0 3px color-mix(in oklab,#e5484d 16%,transparent);}
.field.err:focus{border-color:#cf2b31;}

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer{flex-shrink:0; margin-top:clamp(56px,8vw,80px); border-top:1px solid var(--border); background:var(--surface-2);}
.footer-grid{display:grid; gap:40px; padding-block:56px; grid-template-columns:1fr;}
@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:1024px){.footer-grid{grid-template-columns:1.4fr .8fr 1.4fr 1.2fr;}}
.footer-grid h4{font-size:13px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--ink-faint); margin-bottom:16px;}
.footer-grid .tagline{margin-top:16px; font-size:14px; line-height:1.6; color:var(--ink-muted); max-width:30ch;}
.footer-grid .web{margin-top:14px; display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:600; color:var(--brand-700);}
.footer-grid ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
.footer-grid li a,.footer-grid .lk{font-size:14px; color:var(--ink-muted); transition:color .2s; display:inline-flex; gap:8px; align-items:flex-start; text-decoration:none;}
.footer-grid li a:hover,.footer-grid .lk:hover{color:var(--brand-700);}
.footer-grid .lk .icon{width:15px; height:15px; margin-top:2px; color:var(--ink-faint); flex:none;}
.footer-grid .nm{color:var(--ink); font-weight:600;}
.socials{margin-top:18px; display:flex; flex-direction:column; gap:13px;}
.socials .sgroup{display:flex; flex-direction:column; gap:8px;}
.socials .sname{font-size:11.5px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--ink-faint);}
.socials .sicons{display:flex; gap:9px;}
.socials a{width:42px; height:42px; border-radius:12px; display:grid; place-items:center; color:var(--ink-muted); border:1px solid var(--border); background:var(--surface); transition:color .2s, background .2s, border-color .2s, transform .2s;}
.socials a svg{width:18px; height:18px;}
.socials a:hover{color:#fff; background:var(--brand-700); border-color:var(--brand-700); transform:translateY(-2px);}
.footer-bottom{border-top:1px solid var(--border); padding-block:20px; font-size:13px; color:var(--ink-faint);}

/* =========================================================================
   MOBILE POLISH (≤560px)
   ========================================================================= */
@media(max-width:560px){
  /* header: tighter, larger touch targets */
  .header-row{height:60px;}
  .iconbtn{height:44px; width:44px;}
  .header-mobile{gap:6px;}
  .header-mobile .lang button{padding:0 14px; min-height:44px;}
  .logo img{height:32px;}
  .logo .wm .name{font-size:18px;}
  .logo .wm .sub{font-size:9px;}

  /* hero: tighten + premium 3-up stat grid (no awkward wrapped dividers) */
  .hero .stage{min-height:340px; border-radius:22px;}
  .hero h1{margin-top:18px;}
  .hero p.lead{margin-top:18px;}
  .hero .strip{display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:32px;}
  .hero .strip .s{padding:0 14px; margin:0; border-right:1px solid var(--border);}
  .hero .strip .s:first-child{padding-left:0;}
  .hero .strip .s:last-child{border-right:0; padding-right:0;}
  .hero .strip .v{font-size:1.4rem;}
  .hero .strip .l{font-size:11.5px; line-height:1.35; overflow-wrap:anywhere;}
  .hero .cta .btn{flex:1 1 auto; min-width:0;}

  /* filters: chips wrap into tidy rows on phones */
  .filters{display:flex; flex-wrap:wrap; gap:8px;}
  .filters .tab{flex:0 1 auto; padding:8px 13px 8px 9px;}
  .filters .tab .cl{font-size:13.5px;}

  /* card insides a touch denser */
  .card{padding:20px;}
  .pc .body{padding:18px;}
  .cardgrid{margin-top:36px;}
}

/* =========================================================================
   MOBILE OPTIMISATION - type scale, compact product cards, detail, services
   ========================================================================= */
@media(max-width:600px){
  /* tame the fluid type so long Georgian words never dominate the screen */
  :root{
    --text-display:clamp(1.95rem,8.4vw,2.7rem);
    --text-h1:clamp(1.6rem,6.6vw,2.1rem);
    --text-h2:clamp(1.4rem,5.6vw,1.85rem);
    --text-lead:1.0625rem;
    --section-y:clamp(2.75rem,9vw,4rem);
    --radius-card:.875rem;
  }
  h1,h2,h3,h4{overflow-wrap:break-word;}
  .section-head p{margin-top:12px;}

  /* HERO - calmer stage chrome */
  .hero .wrap{gap:28px;}
  .hero .stage .pill{font-size:11px; padding:7px 11px;}
  .hero .stage .pill .icon{width:13px; height:13px;}
  .hero .stage .pill.p2{top:62px;}
  .hero .stage .tagcard{left:13px; bottom:13px; gap:10px; padding:9px 13px 9px 9px;}
  .hero .stage .tagcard .logomark{height:34px; width:34px;}
  .hero .stage .tagcard .logomark img{height:20px;}
  .hero .stage .tagcard .tc-k{font-size:13px;}
  .hero .stage .tagcard .tc-s{font-size:10.5px;}

  /* PRODUCTS - compact horizontal list cards (see several at once) */
  .catalog-controls{gap:10px;}
  .psearch{flex:1 1 100%; max-width:none;}
  .product-grid{gap:12px; margin-top:22px;}
  .pc{flex-direction:row; align-items:stretch;}
  .pc .bar{display:none;}
  .pc .stage{flex:0 0 40%; max-width:150px; aspect-ratio:auto; align-self:stretch; min-height:128px;}
  .pc .stage img{padding:12px;}
  .pc .stage::after{display:none;}
  .pc .cat{top:8px; left:8px; font-size:10px; padding:4px 9px;}
  .pc .body{padding:13px 15px; min-width:0;}
  .pc h3{font-size:16px;}
  .pc .blurb{margin-top:5px; font-size:13px; line-height:1.45; -webkit-line-clamp:2;}
  .pc .chip{margin-top:9px; font-size:11px; padding:4px 9px;}
  .pc .spec{display:none;}
  .pc .quote{padding-top:11px;}
  .pc .quote a{font-size:13.5px;}
  .pc:hover{transform:none;}

  /* PRODUCT DETAIL - full-width actions, tighter blocks */
  .pdetail{gap:24px; margin-top:18px;}
  .pd-info .lede{margin-top:14px;}
  .pd-block{margin-top:22px;}
  .pd-actions{flex-direction:column; gap:10px; margin-top:24px;}
  .pd-actions .btn{width:100%;}
  .pd-facts{gap:8px;}
  .pd-facts li{padding:12px 13px;}
  .pd-specs li{padding:12px 14px; font-size:14px;}

  /* SERVICES - tighter process timeline + featured card */
  .process{margin-top:22px;}
  .pstep{grid-template-columns:44px 1fr; gap:16px; padding-bottom:24px;}
  .pnode{width:44px; height:44px; font-size:13px;}
  .process::before{left:21px; top:22px; bottom:22px;}
  .ptitle h4{font-size:16px;}
  .pbody p{font-size:14px;}
  .offer-grid{gap:12px; margin-top:28px;}
  .offer{padding:16px 18px;}
  .offer.feature{padding:18px 20px;}

  /* CTA bands sit closer to the edge nicely */
  .dark-cta,.cta-band{border-radius:20px;}
}

/* very small phones (≤380): squeeze the product thumbnail a touch more */
@media(max-width:380px){
  .pc .stage{flex-basis:38%; min-height:118px;}
  .hero .stage .pill.p1 span:not(.icon),
  .hero .stage .pill.p2 span:not(.icon){font-size:10.5px;}
}

@media (prefers-reduced-motion: reduce){
  *,::before,::after{animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important;}
  .reveal{opacity:1 !important; transform:none !important;}
}

/* ---- subtle glowing ESG watermark (decorative, behind section content) ---- */
.section.has-watermark{position:relative; overflow:hidden;}
.section.has-watermark > .container{position:relative; z-index:1;}
.esg-watermark{position:absolute; z-index:0; pointer-events:none; top:50%; right:clamp(-70px,1vw,30px); transform:translateY(-50%); width:clamp(260px,32vw,500px); aspect-ratio:298/417;}
.esg-watermark img{position:relative; z-index:1; width:100%; height:100%; object-fit:contain; opacity:.06; filter:saturate(1.1);}
.esg-watermark::before{content:""; position:absolute; inset:-14%; border-radius:50%; background:radial-gradient(closest-side, color-mix(in oklab,var(--brand-400) 46%,transparent), transparent 72%); filter:blur(42px); opacity:.35;}
.esg-watermark.wm-top{top:clamp(110px,16%,230px); transform:none;}

/* ---- product prices (catalog cards + detail) ---- */
.pc-price{margin-top:12px; font-size:19px; font-weight:800; color:var(--brand-700); letter-spacing:-.01em;}
.pd-priceline{margin-top:6px; font-size:13px; color:var(--ink-muted);}
.pd-priceline .pv{font-weight:800; font-size:18px; color:var(--brand-700); letter-spacing:-.01em;}
/* =========================================================================
   CART + CHECKOUT (layout/styling only — behaviour wired separately)
   Demo without JS: the header cart icon is <a href="#cart-drawer"> so :target
   opens the drawer; clicking the overlay closes it. Logic should instead
   toggle .is-open on #cart-drawer and .is-shown on #cart-overlay.
   ========================================================================= */

/* ---- header cart button + count badge ---- */
.cart-btn{position:relative; display:grid; place-items:center; height:40px; width:40px; border-radius:12px;
  border:1px solid var(--border); background:var(--surface); color:var(--ink); cursor:pointer;
  transition:border-color .2s var(--ease-brand), color .2s var(--ease-brand), background .2s var(--ease-brand);}
.cart-btn:hover{border-color:var(--brand-400); color:var(--brand-700); background:var(--brand-50);}
.cart-btn .icon{width:20px; height:20px;}
.cart-badge{position:absolute; top:-6px; right:-6px; min-width:18px; height:18px; padding:0 5px;
  display:grid; place-items:center; border-radius:999px; background:var(--brand-500); color:#fff;
  font-size:11px; font-weight:800; line-height:1; font-variant-numeric:tabular-nums;
  border:2px solid var(--surface); box-shadow:var(--shadow-soft);}
.cart-badge[data-count="0"], .cart-badge[data-count=""]{display:none;}  /* empty cart hides the badge */
.header-mobile .cart-btn{height:44px; width:44px;}

/* ---- quantity stepper (shared: add-to-cart + cart line items) ---- */
.qty{display:inline-flex; align-items:center; border:1px solid var(--border-strong); border-radius:999px; background:var(--surface); overflow:hidden;}
.qty-btn{appearance:none; border:0; background:transparent; cursor:pointer; color:var(--ink-muted);
  width:38px; height:42px; display:grid; place-items:center; font-family:inherit;
  transition:background .2s var(--ease-brand), color .2s var(--ease-brand);}
.qty-btn:hover{background:var(--bg-subtle); color:var(--brand-700);}
.qty-btn .icon{width:16px; height:16px;}
.qty-input{width:42px; height:42px; border:0; text-align:center; font-family:inherit; font-size:15px; font-weight:700;
  color:var(--ink); background:transparent; -moz-appearance:textfield; font-variant-numeric:tabular-nums;}
.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none; margin:0;}
.qty-input:focus{outline:none;}

/* ---- add-to-cart block (lives in the product detail) ---- */
.addcart{margin-top:6px;}
.addcart-price{display:flex; align-items:baseline; gap:8px; margin-bottom:14px;}
.addcart-price .ap-val{font-size:26px; font-weight:800; color:var(--brand-700); letter-spacing:-.02em; font-variant-numeric:tabular-nums;}
.addcart-price .ap-unit{font-size:14px; font-weight:600; color:var(--ink-faint);}
.price-request{display:inline-flex; align-items:center; gap:8px; margin-bottom:14px; font-size:16px; font-weight:700; color:var(--ink);}
.price-request .icon{width:17px; height:17px; color:var(--brand-500);}
.addcart-row{display:flex; flex-wrap:wrap; gap:12px; align-items:center;}
.addcart .qty{height:48px;}
.addcart .qty-btn{height:46px; width:42px;}
.addcart .qty-input{height:46px;}
.addcart-btn{flex:1 1 auto; min-width:210px;}
.addcart-note{margin-top:12px; display:flex; align-items:flex-start; gap:8px; font-size:13.5px; line-height:1.5; color:var(--ink-muted);}
.addcart-note .icon{width:16px; height:16px; color:var(--brand-500); flex:none; margin-top:2px;}

/* ---- overlay + slide-out drawer ---- */
.cart-overlay{position:fixed; inset:0; z-index:60; background:rgba(10,38,56,.42); backdrop-filter:blur(2px);
  opacity:0; visibility:hidden; transition:opacity .3s var(--ease-brand), visibility .3s var(--ease-brand);}
.cart-overlay.is-shown{opacity:1; visibility:visible;}
/* visibility keeps the closed drawer out of the keyboard tab order */
.cart-drawer{position:fixed; top:0; right:0; bottom:0; z-index:61; width:min(430px,94vw);
  display:flex; flex-direction:column; background:var(--surface);
  box-shadow:-26px 0 64px -30px rgba(10,38,56,.55); visibility:hidden;
  transform:translateX(102%); transition:transform .34s var(--ease-brand), visibility .34s; will-change:transform;}
.cart-drawer.is-open{transform:translateX(0); visibility:visible;}
.cart-head{flex:none; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:20px 22px; border-bottom:1px solid var(--border);}
.cart-head h2{font-family:var(--font-sans); font-size:18px; font-weight:800; letter-spacing:-.01em; display:inline-flex; align-items:baseline; gap:7px;}
.cart-head .cart-head-count{font-size:14px; font-weight:700; color:var(--ink-faint);}
.cart-close{display:grid; place-items:center; width:38px; height:38px; border-radius:10px; border:1px solid var(--border); background:var(--surface); color:var(--ink-muted); cursor:pointer; transition:border-color .2s, color .2s;}
.cart-close:hover{border-color:var(--brand-300); color:var(--brand-700);}
.cart-close .icon{width:18px; height:18px;}

.cart-body{flex:1 1 auto; overflow-y:auto; padding:4px 22px;}
.cart-items{list-style:none; margin:0; padding:0;}
.cart-item{display:grid; grid-template-columns:64px 1fr auto; gap:14px; padding:18px 0; border-bottom:1px solid var(--border);}
.cart-item:last-child{border-bottom:0;}
.ci-thumb{width:64px; height:64px; border-radius:12px; object-fit:contain; padding:6px; background:radial-gradient(120% 100% at 50% 0,#fff,var(--brand-50)); border:1px solid var(--border);}
.ci-main{min-width:0; display:flex; flex-direction:column; gap:8px;}
.ci-name{font-size:15px; font-weight:700; color:var(--ink); line-height:1.25;}
.ci-size{font-size:12.5px; font-weight:600; color:var(--ink-faint); font-variant-numeric:tabular-nums;}
.ci-qty.qty{align-self:flex-start; height:36px;}
.ci-qty .qty-btn{width:32px; height:34px;}
.ci-qty .qty-input{width:34px; height:34px; font-size:14px;}
.ci-right{display:flex; flex-direction:column; align-items:flex-end; justify-content:space-between; gap:6px;}
.ci-line{font-size:16px; font-weight:800; color:var(--brand-700); font-variant-numeric:tabular-nums; white-space:nowrap;}
.ci-line.req{font-size:13px; font-weight:700; color:var(--ink-faint);}
.ci-unit{font-size:11.5px; color:var(--ink-faint); font-variant-numeric:tabular-nums;}
.ci-remove{appearance:none; border:0; background:transparent; cursor:pointer; color:var(--ink-faint); width:30px; height:30px; display:grid; place-items:center; border-radius:8px; transition:color .2s, background .2s;}
.ci-remove:hover{color:#cf2b31; background:color-mix(in oklab,#e5484d 10%,transparent);}
.ci-remove .icon{width:16px; height:16px;}

/* empty-cart state (remove the `hidden` attr on .cart-empty to preview) */
.cart-empty{flex:1 1 auto; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; text-align:center; padding:48px 28px;}
.cart-empty[hidden]{display:none;}
.cart-empty .ce-ico{display:grid; place-items:center; width:74px; height:74px; border-radius:50%; background:var(--brand-50); color:var(--brand-500);}
.cart-empty .ce-ico .icon{width:34px; height:34px;}
.cart-empty h3{font-size:17px; font-weight:800;}
.cart-empty p{font-size:14px; color:var(--ink-muted); max-width:26ch; line-height:1.55;}

/* drawer footer */
.cart-foot{flex:none; border-top:1px solid var(--border); padding:16px 22px 18px; background:var(--surface-2);}
.cart-quote-note{display:flex; align-items:center; gap:7px; font-size:12px; font-weight:600; color:var(--ink-faint); margin-bottom:10px;}
.cart-subtotal-row{display:flex; align-items:baseline; justify-content:space-between; margin-bottom:4px;}
.cart-subtotal-row .lbl{font-size:14px; font-weight:600; color:var(--ink-muted);}
.cart-subtotal-row .val{font-size:22px; font-weight:800; color:var(--ink); letter-spacing:-.01em; font-variant-numeric:tabular-nums;}
.cart-foot .cart-note{font-size:12.5px; line-height:1.5; color:var(--ink-faint); margin:6px 0 14px;}

/* ---- checkout page ---- */
.checkout-grid{display:grid; gap:32px; margin-top:var(--flow);}
@media(min-width:920px){.checkout-grid{grid-template-columns:1.1fr .9fr; gap:48px; align-items:start;}}
.co-form-col{order:2;}
.co-sum-col{order:1;}
@media(min-width:920px){.co-form-col{order:1;} .co-sum-col{order:2;}}
.co-sum{border-radius:calc(var(--radius-card) + .25rem); border:1px solid var(--border); background:var(--surface); box-shadow:var(--shadow-soft); padding:24px;}
@media(min-width:920px){.co-sum{position:sticky; top:88px;}}
.co-sum h2{font-family:var(--font-sans); font-size:16px; font-weight:800; letter-spacing:.01em;}
.co-items{list-style:none; margin:16px 0 0; padding:0;}
.co-item{display:grid; grid-template-columns:48px 1fr auto; gap:12px; align-items:center; padding:13px 0; border-top:1px solid var(--border);}
.co-item:first-child{border-top:0;}
.co-thumb{width:48px; height:48px; border-radius:10px; object-fit:contain; padding:5px; background:radial-gradient(120% 100% at 50% 0,#fff,var(--brand-50)); border:1px solid var(--border);}
.co-iname{font-size:14px; font-weight:700; color:var(--ink); line-height:1.25;}
.co-imeta{font-size:12px; color:var(--ink-faint); font-variant-numeric:tabular-nums;}
.co-iqty{font-size:12px; color:var(--ink-muted);}
.co-iline{font-size:15px; font-weight:800; color:var(--brand-700); font-variant-numeric:tabular-nums; white-space:nowrap;}
.co-iline.req{font-size:12.5px; font-weight:700; color:var(--ink-faint);}
.co-totals{margin-top:16px; border-top:1px solid var(--border); padding-top:16px; display:flex; flex-direction:column; gap:9px;}
.co-row{display:flex; align-items:baseline; justify-content:space-between; font-size:14px; color:var(--ink-muted);}
.co-row[hidden]{display:none;}
.co-row .v{font-variant-numeric:tabular-nums; font-weight:700; color:var(--ink);}
.co-row.quote{font-size:12.5px; color:var(--ink-faint);}
.co-row.total{margin-top:4px; font-size:18px; font-weight:800; color:var(--ink);}
.co-row.total .v{font-size:20px; color:var(--brand-700);}
.pay-note{display:flex; gap:10px; align-items:flex-start; margin-top:18px; padding:13px 15px; border-radius:12px;
  background:var(--brand-50); border:1px solid color-mix(in oklab,var(--brand-500) 18%,transparent); font-size:13px; line-height:1.5; color:var(--brand-900);}
.pay-note .icon{width:18px; height:18px; color:var(--brand-600); flex:none; margin-top:1px;}
.co-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:26px;}
.co-actions .btn{flex:1 1 220px;}
.btn-whatsapp{background:var(--accent); color:var(--accent-fg);}
.btn-whatsapp:hover{background:var(--accent-strong);}
.co-fineprint{margin-top:14px; font-size:12.5px; color:var(--ink-faint); line-height:1.5;}

/* confirmation / success (logic toggles .is-shown) */
.order-success{display:none; text-align:center; max-width:560px; margin:8px auto; padding:24px;}
.order-success.is-shown{display:block;}
.order-success .os-ico{display:grid; place-items:center; width:84px; height:84px; border-radius:50%; margin:0 auto 22px;
  background:linear-gradient(135deg,var(--accent),var(--accent-strong)); color:var(--accent-fg);
  box-shadow:0 16px 38px -16px color-mix(in oklab,var(--accent) 80%,transparent);}
.order-success .os-ico .icon{width:40px; height:40px;}
.order-success h2{font-size:var(--text-h2); font-weight:700;}
.order-success p{margin-top:14px; font-size:var(--text-lead); line-height:1.6; color:var(--ink-muted);}
.order-ref{margin-top:20px; display:inline-block; padding:9px 18px; border-radius:999px; background:var(--surface-2); border:1px solid var(--border); font-weight:700; color:var(--ink); font-variant-numeric:tabular-nums;}
.order-success .os-actions{margin-top:26px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center;}

/* ---- responsive ---- */
@media(max-width:640px){
  .cart-drawer{width:100vw;}
  .addcart-btn{min-width:0; width:100%;}
  .addcart .qty{width:100%; justify-content:space-between;}
  .co-actions .btn{flex:1 1 100%;}
}

/* ---- reduced motion ---- */
@media(prefers-reduced-motion:reduce){
  .cart-overlay, .cart-drawer{transition:none;}
}

/* a11y: visible focus on the quantity stepper (the input hides its own outline) */
.qty:focus-within{border-color:var(--brand-400); box-shadow:0 0 0 3px color-mix(in oklab,var(--brand-300) 35%,transparent);}

/* =========================================================================
   "MADE IN GEORGIA" ROUNDEL — bespoke brand stamp (hero + product detail)
   ========================================================================= */
.mig-roundel{position:absolute; z-index:4; display:block; width:98px; height:98px; pointer-events:none;
  filter:drop-shadow(0 10px 22px rgba(16,63,93,.22));}
.mig-roundel svg{width:100%; height:100%; overflow:visible; display:block;}
.mig-roundel .disc{fill:rgba(255,255,255,.92); stroke:var(--border-strong); stroke-width:1;}
.mig-roundel .ring{transform-origin:50% 50%; animation:mig-spin 48s linear infinite;}
.mig-roundel text{font-family:var(--font-sans); font-size:10.6px; font-weight:700; letter-spacing:.12em; fill:var(--brand-800);}
.mig-roundel .drop{fill:var(--brand-500);}
@keyframes mig-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.mig-roundel .ring{animation:none;}}
.hero .stage--showcase .mig-roundel{top:18px; right:18px;}
.pd-stage .mig-roundel{width:78px; height:78px; right:16px; bottom:16px;}
@media(max-width:600px){
  .hero .stage--showcase .mig-roundel{width:78px; height:78px; top:12px; right:12px;}
  .pd-stage .mig-roundel{width:64px; height:64px; right:12px; bottom:12px;}
}

/* ---- checkout: empty-cart state ---- */
.co-empty{display:none; text-align:center; max-width:520px; margin:8px auto; padding:32px 24px;}
.co-empty.is-shown{display:block;}
.co-empty .ce-ico{display:grid; place-items:center; width:74px; height:74px; border-radius:50%; margin:0 auto 18px; background:var(--brand-50); color:var(--brand-500);}
.co-empty .ce-ico .icon{width:34px; height:34px;}
.co-empty h2{font-size:var(--text-h2);}
.co-empty p{margin-top:12px; font-size:var(--text-lead); color:var(--ink-muted);}
.co-empty .btn{margin-top:22px;}

/* ---- a11y: skip to content ---- */
.skip-link{position:absolute; left:16px; top:-52px; z-index:100; padding:10px 18px; border-radius:0 0 12px 12px;
  background:var(--brand-700); color:#fff; font-weight:700; font-size:14px; transition:top .2s;}
.skip-link:focus{top:0;}
