/* MilledOnOrder — site styles. Brand tokens from Brand Guidelines v2.0. */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-var.woff2") format("woff2-variations"), url("../fonts/montserrat-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #015840;
  --green-700: #01452F;
  --green-100: #E3F0EA;
  --green-050: #F1F7F4;
  --cream: #F7F1E7;
  --cream-2: #EEE4D3;
  --cream-3: #E4D7C1;
  --white: #FFFFFF;
  --kraft: #C79A68;
  --kraft-2: #B07F52;
  --kraft-050: #F6EBDC;
  --gold: #D6A34A;
  --gold-2: #B9872F;
  --ink: #2D2D2D;
  --ink-2: #5A5A5A;
  --ink-3: #8A8A8A;
  --red: #B54233;
  --red-050: #FBECEA;
  --radius: 16px;
  --radius-sm: 12px;
  --pill: 999px;
  --max: 1200px;
  --gutter: 24px;
  --margin: clamp(20px, 5vw, 64px);
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --shadow: 0 1px 2px rgba(1, 88, 64, .05), 0 10px 30px rgba(1, 88, 64, .08);
  --shadow-lg: 0 2px 4px rgba(45, 45, 45, .06), 0 24px 48px rgba(1, 88, 64, .14);
  --header-h: 76px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.625; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, p, ul, ol, dl, figure, blockquote, pre { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
a { color: var(--green); text-decoration-color: rgba(1, 88, 64, .35); text-underline-offset: 3px; }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold); color: var(--ink); }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip { position: absolute; left: 16px; top: -60px; background: var(--green); color: var(--white); padding: 10px 16px; border-radius: var(--pill); z-index: 100; }
.skip:focus { top: 12px; }

/* ---------- Type ---------- */
h1, .h1 { font-size: clamp(34px, 2.2vw + 22px, 48px); line-height: 1.15; font-weight: 700; letter-spacing: -.012em; color: var(--green); text-wrap: balance; }
h2, .h2 { font-size: clamp(27px, 1.4vw + 19px, 36px); line-height: 1.2; font-weight: 700; letter-spacing: -.01em; color: var(--green); text-wrap: balance; }
h3, .h3 { font-size: clamp(20px, .6vw + 16px, 24px); line-height: 1.3; font-weight: 700; color: var(--green); }
.lead { font-size: clamp(17px, .4vw + 15px, 19px); line-height: 1.6; color: var(--ink-2); max-width: 58ch; }
.eyebrow { font-size: 13px; line-height: 1.4; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 14px; }
.eyebrow-light { color: var(--gold); }
.small { font-size: 13px; line-height: 1.5; color: var(--ink-3); }
.muted { color: var(--ink-3); font-weight: 400; }
.center { text-align: center; }
.mt { margin-top: 24px; }
.prose > * + * { margin-top: 1em; }
.prose h2 { font-size: 24px; margin-top: 1.6em; }
.prose h3 { font-size: 19px; margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .35em; }
.prose-light, .prose-light h2, .prose-light h3 { color: var(--cream); }
.prose-light a { color: var(--gold); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding-left: var(--margin); padding-right: var(--margin); }
.narrow { max-width: 760px; }
.section { padding: clamp(56px, 7vw, 96px) 0; }
.section-tight { padding-top: clamp(24px, 3vw, 40px); }
.section-head { max-width: 680px; margin-bottom: clamp(32px, 4vw, 48px); }
.section-head .lead { margin-top: 14px; }
.section-head-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.grid { display: grid; gap: var(--gutter); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.page-head { padding: clamp(28px, 4vw, 56px) 0 clamp(8px, 2vw, 24px); }
.page-head .lead { margin-top: 14px; }
.page-head-tight { padding-bottom: 0; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--ink-3); margin-bottom: 20px; }
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--green); }
nav.crumbs.wrap { padding-top: 24px; margin-bottom: 0; }

/* Grain dots for deep-green sections */
.dots { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(var(--gold) 1.1px, transparent 1.6px); background-size: 26px 26px; opacity: .16; mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.35)); }

/* ---------- Buttons & pills ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 24px; border-radius: var(--pill); border: 2px solid transparent; font-size: 15px; line-height: 1.2; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: background-color .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease); }
.btn .icon { width: 20px; height: 20px; flex: none; }
.btn-primary { background: var(--green); color: var(--white); }
.btn-primary:hover { background: var(--green-700); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(1, 88, 64, .22); }
.btn-secondary { background: transparent; color: var(--green); border-color: var(--green); }
.btn-secondary:hover { background: var(--green-100); }
.btn-cream { background: var(--cream); color: var(--green); border-color: var(--cream); }
.btn-cream:hover { background: var(--white); transform: translateY(-1px); }
.btn-lg { min-height: 56px; padding: 14px 30px; font-size: 16px; }
.btn-sm { min-height: 40px; padding: 8px 16px; font-size: 13px; }
.btn-block { width: 100%; }
.btn-text { color: var(--green); font-weight: 700; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.icon-btn { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--ink-3); }
.icon-btn:hover { background: var(--red-050); color: var(--red); }
.icon-btn .icon { width: 20px; height: 20px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; color: var(--green); }
.link-arrow .icon { width: 18px; height: 18px; transition: transform .18s var(--ease); }
.link-arrow:hover .icon { transform: translateX(4px); }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: var(--pill); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; line-height: 1.3; }
.pill .icon { width: 14px; height: 14px; }
.pill-kraft { background: var(--kraft-050); color: var(--kraft-2); }
.pill-green { background: var(--green-100); color: var(--green); }
.pill-check { background: var(--green); color: var(--cream); }
.icon { width: 24px; height: 24px; flex: none; }

/* ---------- Announcement + header ---------- */
.announce { background: var(--green); color: var(--cream); font-size: 14px; font-weight: 700; }
.announce .wrap { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; text-align: center; }
.announce .icon { width: 18px; height: 18px; color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 241, 231, .94); backdrop-filter: saturate(140%) blur(8px); -webkit-backdrop-filter: saturate(140%) blur(8px); border-bottom: 1px solid var(--cream-2); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(1, 88, 64, .08); }
.header-inner { display: flex; align-items: center; gap: 16px; min-height: var(--header-h); }
.brand { display: block; color: var(--green); margin-right: 8px; }
.logo { color: var(--green); width: 150px; height: auto; aspect-ratio: 863 / 492; fill: currentColor; }
.brand .logo { width: 138px; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a { padding: 10px 14px; border-radius: var(--pill); font-size: 15px; font-weight: 700; color: var(--green); text-decoration: none; white-space: nowrap; }
.nav a:hover { background: var(--green-100); }
.nav a[aria-current="page"] { background: var(--green-100); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta { min-height: 44px; padding: 10px 20px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; color: var(--green); place-items: center; }
.nav-toggle:hover { background: var(--green-100); }
.nav-toggle .i-close { display: none; }
.nav-toggle[aria-expanded="true"] .i-open { display: none; }
.nav-toggle[aria-expanded="true"] .i-close { display: block; }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 6vw, 88px) 0 clamp(48px, 6vw, 80px); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-copy .lead { margin-top: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions.center { justify-content: center; }
.hero-facts { display: grid; gap: 10px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--cream-3); font-size: 15px; color: var(--ink-2); }
.hero-facts li { display: flex; align-items: center; gap: 12px; }
.hero-facts .icon { width: 22px; height: 22px; color: var(--green); }
.cutoff-line { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; padding: 12px 16px; background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius-sm); font-size: 14px; font-weight: 700; color: var(--green); width: fit-content; max-width: 100%; }
.cutoff-line .icon { width: 20px; height: 20px; color: var(--gold-2); margin-top: 1px; }
.hero-visual { position: relative; display: grid; justify-items: center; }
.hero-caption { margin-top: 26px; font-size: 13px; color: var(--ink-3); text-align: center; max-width: 34ch; }

/* ---------- Proof label (signature element) ---------- */
.proof-card { position: relative; width: min(100%, 400px); background: linear-gradient(135deg, #CFA574 0%, var(--kraft) 40%, #C1925F 100%); color: var(--green); border-radius: var(--radius); padding: 30px 28px 24px; box-shadow: var(--shadow-lg); isolation: isolate; }
.proof-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 3px), radial-gradient(rgba(255, 255, 255, .12) .8px, transparent 1.2px); background-size: auto, 9px 9px; opacity: .9; pointer-events: none; z-index: -1; }
.proof-card::after { content: ""; position: absolute; inset: 10px; border: 1.5px dashed rgba(1, 88, 64, .45); border-radius: 10px; pointer-events: none; }
.proof-card.tilt { transform: rotate(-2.2deg); }
.proof-hole { position: absolute; top: 12px; left: 50%; width: 14px; height: 14px; margin-left: -7px; border-radius: 50%; background: var(--cream); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25); }
.proof-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }
.proof-logo { width: 96px; }
.proof-stamp { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 4px 8px; border: 1.5px solid var(--green); border-radius: 4px; transform: rotate(-4deg); }
.proof-eyebrow { margin-top: 22px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green-700); opacity: .85; }
.proof-name { font-size: 40px; line-height: 1.05; font-weight: 700; letter-spacing: -.01em; margin-top: 4px; }
.proof-meta { display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; align-items: baseline; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(1, 88, 64, .35); font-size: 14px; }
.proof-meta dt { font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: 11px; opacity: .85; }
.proof-meta dd { margin: 0; font-weight: 700; text-align: right; font-variant-numeric: tabular-nums; }
.proof-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.seal { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--gold); color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; box-shadow: inset 0 0 0 3px var(--kraft), inset 0 0 0 4.5px var(--gold); transform: rotate(8deg); }
.proof-mini { width: 100%; padding: 22px 22px 18px; }
.proof-mini .proof-name { font-size: 30px; }
.proof-mini .proof-eyebrow { margin-top: 14px; }
@media (prefers-reduced-motion: no-preference) {
  .hero .proof-card { animation: stamp .7s var(--ease) both; }
  @keyframes stamp { from { opacity: 0; transform: rotate(-2.2deg) scale(1.06) translateY(6px); } to { opacity: 1; transform: rotate(-2.2deg) scale(1) translateY(0); } }
}

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gutter); counter-reset: step; }
.step { position: relative; background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius); padding: 28px 24px 26px; }
.step-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--green-100); color: var(--green); }
.step-icon .icon { width: 26px; height: 26px; }
.step-num { position: absolute; top: 22px; right: 22px; font-size: 13px; font-weight: 700; color: var(--gold-2); letter-spacing: .1em; }
.step h3 { margin-top: 20px; font-size: 19px; }
.step p { margin-top: 10px; font-size: 15px; color: var(--ink-2); }

/* ---------- Product cards ---------- */
.product-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius); overflow: hidden; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-media { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; background: var(--cream); overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-media .bag { height: 86%; width: auto; }
.product-media .pill, .product-media .soon-tag { position: absolute; top: 14px; left: 14px; }
.soon-tag { display: inline-block; padding: 5px 12px; border-radius: var(--pill); background: var(--ink); color: var(--cream); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.is-soon .product-media { filter: saturate(.75); }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; }
.product-name { font-size: 21px; }
.product-name a { text-decoration: none; }
.product-tagline { margin-top: 8px; font-size: 15px; color: var(--ink-2); }
.product-foot { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.price { font-size: 22px; font-weight: 700; color: var(--green); line-height: 1.2; }
.price-from, .price-unit { font-size: 13px; font-weight: 400; color: var(--ink-3); }
.price-soon { font-size: 14px; color: var(--ink-3); font-weight: 400; }

/* Kraft pack illustration */
.bag { width: 100%; height: auto; max-height: 100%; }
.bag-logo { fill: var(--green); }
.bag-title { font-family: var(--font); font-weight: 700; font-size: 15px; fill: var(--green); }
.bag-sub { font-family: var(--font); font-weight: 700; font-size: 7.5px; letter-spacing: .12em; fill: var(--gold-2); }
.bag-label { font-family: var(--font); font-weight: 700; font-size: 8px; letter-spacing: .12em; fill: var(--green); }
.bag-seal { font-family: var(--font); font-weight: 700; font-size: 7px; letter-spacing: .1em; fill: var(--green); }

/* ---------- Chakki (green) ---------- */
.chakki { position: relative; background: var(--green); color: var(--cream); overflow: hidden; }
.chakki h2, .chakki h3 { color: var(--cream); }
.chakki-grid { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.chakki-copy .prose { margin-top: 20px; font-size: 17px; }
.chakki-copy .btn { margin-top: 28px; }
.chakki-points { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.chakki-points li { background: rgba(247, 241, 231, .07); border: 1px solid rgba(247, 241, 231, .16); border-radius: var(--radius); padding: 22px; }
.point-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--gold); color: var(--green); }
.point-icon .icon { width: 22px; height: 22px; }
.chakki-points h3, .chakki-points h2 { font-size: 17px; margin-top: 14px; }
.chakki-points p { margin-top: 6px; font-size: 14px; opacity: .88; }
.chakki-points-light li { background: var(--white); border-color: var(--cream-2); }
.chakki-points-light h2 { color: var(--green); }
.chakki-points-light p { color: var(--ink-2); opacity: 1; }
.chakki-page { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.chakki-page .prose { font-size: 17px; }
.chakki-facts { background: var(--white); border-top: 1px solid var(--cream-2); border-bottom: 1px solid var(--cream-2); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gutter); }
.fact { text-align: center; padding: 8px; }
.fact-num { display: block; font-size: 56px; line-height: 1; font-weight: 700; color: var(--green); letter-spacing: -.02em; }
.fact-label { display: block; margin-top: 10px; font-size: 14px; color: var(--ink-2); }
.fact-note { margin-top: 36px; text-align: center; font-size: 13px; color: var(--ink-3); }

/* ---------- Delivery ---------- */
.delivery-section { background: var(--white); }
.delivery-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.delivery-grid > div:first-child .lead { margin-top: 14px; }
.delivery-card { background: var(--cream); border: 1px solid var(--cream-2); border-radius: var(--radius); padding: 28px; }
.delivery-card h3 { font-size: 19px; }
.delivery-card .link-arrow { margin-top: 18px; }
.delivery-card .btn { margin-top: 20px; }
.tick-list { display: grid; gap: 12px; margin-top: 18px; font-size: 15px; color: var(--ink-2); }
.tick-list li { position: relative; padding-left: 34px; }
.tick-list .icon { position: absolute; left: 0; top: 1px; width: 22px; height: 22px; color: var(--green); }
.tick-compact { margin-top: 18px; font-size: 14px; }
.pin-form { margin-top: 28px; }
.pin-label { display: block; font-weight: 700; margin-bottom: 10px; color: var(--green); }
.pin-row { display: flex; gap: 10px; }
.pin-row input { flex: 1; min-width: 0; height: 52px; padding: 0 18px; border: 2px solid var(--cream-3); border-radius: var(--pill); background: var(--white); font-size: 17px; font-weight: 700; letter-spacing: .06em; }
.pin-row input:focus { border-color: var(--green); outline: none; }
.pin-result { margin-top: 12px; font-size: 15px; line-height: 1.5; min-height: 0; }
.pin-result.ok { color: var(--green); font-weight: 700; }
.pin-result.no { color: var(--ink-2); }
.pin-result a { font-weight: 700; }
.pin-server-result { display: flex; gap: 14px; align-items: flex-start; margin-top: 20px; padding: 20px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--cream-2); }
.pin-server-result .icon { width: 28px; height: 28px; color: var(--green); }
.pin-server-result.no .icon { color: var(--kraft-2); }
.pin-server-result p { margin: 6px 0 14px; font-size: 15px; color: var(--ink-2); }
.zone-table { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 15px; }
.zone-table th { text-align: left; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); padding: 0 8px 8px 0; }
.zone-table td { padding: 10px 8px 10px 0; border-top: 1px solid var(--cream-3); }
.pin-list { display: grid; gap: 8px; margin-top: 14px; font-size: 15px; }
.pin-list li { display: flex; align-items: center; gap: 10px; }
.pin-code { font-weight: 700; color: var(--green); letter-spacing: .06em; font-variant-numeric: tabular-nums; }
.pin-zone { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--gold-2); letter-spacing: .08em; text-transform: uppercase; }
.delivery-card .small { margin-top: 14px; }

/* ---------- Testimonials, FAQ, compliance ---------- */
.quote { background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius); padding: 26px; font-size: 16px; }
.quote footer { margin-top: 16px; font-size: 14px; color: var(--ink-2); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.faq-grid .section-head { margin-bottom: 0; position: sticky; top: calc(var(--header-h) + 24px); }
.faq-grid .link-arrow { margin-top: 22px; }
.faq-list { display: grid; gap: 10px; }
.faq { background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius-sm); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; font-weight: 700; color: var(--green); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { width: 20px; height: 20px; color: var(--gold-2); transition: transform .2s var(--ease); }
.faq[open] summary .icon { transform: rotate(180deg); }
.faq-body { padding: 0 20px 20px; color: var(--ink-2); }
.faq-body > * + * { margin-top: .8em; }
.compliance { display: flex; gap: 14px; align-items: flex-start; margin-top: 22px; padding: 18px 20px; background: var(--green-050); border: 1px solid var(--green-100); border-radius: var(--radius-sm); font-size: 14px; color: var(--ink-2); }
.compliance .icon { width: 22px; height: 22px; color: var(--green); margin-top: 2px; }
.compliance-wide { margin-top: 40px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background: var(--green); color: var(--cream); padding: clamp(48px, 6vw, 80px) 0; overflow: hidden; }
.cta-band h2 { color: var(--cream); }
.cta-band p { margin-top: 12px; max-width: 52ch; opacity: .9; }
.cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px; align-items: center; }
.cta-actions { display: grid; justify-items: start; gap: 14px; }
.cta-cutoff { font-size: 14px; font-weight: 700; color: var(--gold); margin: 0; }
@media (min-width: 901px) { .cta-actions { justify-items: end; text-align: right; } }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--green); color: var(--cream); padding: clamp(48px, 6vw, 80px) 0 32px; overflow: hidden; }
.site-footer .wrap { position: relative; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
.logo-footer { color: var(--cream); width: 160px; }
.footer-tagline { margin-top: 18px; font-size: 18px; font-weight: 700; }
.footer-sub { margin-top: 10px; font-size: 14px; opacity: .8; }
.footer-h { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 10px; font-size: 15px; }
.footer-col a { color: var(--cream); text-decoration: none; }
.footer-col a:hover { text-decoration: underline; }
.footer-col small { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-left: 6px; }
.footer-contact li { display: flex; align-items: center; gap: 10px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; }
.footer-contact .icon { width: 20px; height: 20px; color: var(--gold); }
.footer-legal { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(247, 241, 231, .2); display: grid; gap: 8px; font-size: 12px; opacity: .75; line-height: 1.6; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: inline-flex; align-items: center; gap: 10px; padding: 0 20px 0 12px; height: 56px; border-radius: var(--pill); background: #25D366; color: #fff; font-weight: 700; font-size: 15px; text-decoration: none; box-shadow: 0 10px 28px rgba(0, 0, 0, .2); transition: transform .18s var(--ease); }
.wa-float:hover { transform: translateY(-2px); }
.wa-float .icon { width: 30px; height: 30px; }

/* ---------- Product page ---------- */
.product-hero { padding: 24px 0 clamp(40px, 5vw, 64px); }
.product-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.product-visual { position: sticky; top: calc(var(--header-h) + 24px); }
.product-visual > img, .product-visual > .bag { border-radius: var(--radius); background: var(--white); border: 1px solid var(--cream-2); }
.product-visual > .bag { padding: 24px; }
.product-visual > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.product-proof { margin-top: 20px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.product-info .lead { margin-top: 14px; }
.product-summary { margin-top: 14px; color: var(--ink-2); }
.order-form { margin-top: 28px; padding: 24px; background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius); }
.variants { border: 0; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.variants legend { font-weight: 700; color: var(--green); margin-bottom: 12px; padding: 0; }
.variant { position: relative; display: block; cursor: pointer; }
.variant input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.variant-box { display: grid; gap: 2px; padding: 16px 18px; border: 2px solid var(--cream-3); border-radius: var(--radius-sm); background: var(--cream); transition: border-color .15s, background-color .15s; }
.variant input:checked + .variant-box { border-color: var(--green); background: var(--green-050); }
.variant input:focus-visible + .variant-box { outline: 3px solid var(--gold); outline-offset: 2px; }
.variant.is-out { opacity: .55; cursor: not-allowed; }
.variant-label { font-size: 22px; font-weight: 700; color: var(--green); }
.variant-price { font-size: 17px; font-weight: 700; }
.variant-compare { font-size: 13px; color: var(--ink-3); }
.variant-note { font-size: 12px; color: var(--ink-3); margin-top: 4px; }
.order-row { display: flex; gap: 14px; align-items: center; margin-top: 20px; flex-wrap: wrap; }
.order-row .btn { flex: 1; }
.qty { display: inline-flex; align-items: center; border: 2px solid var(--cream-3); border-radius: var(--pill); background: var(--cream); height: 56px; }
.qty-btn { display: grid; place-items: center; width: 48px; height: 100%; color: var(--green); border-radius: var(--pill); }
.qty-btn:hover { background: var(--green-100); }
.qty-btn .icon { width: 18px; height: 18px; }
.qty input { width: 48px; height: 100%; text-align: center; border: 0; background: transparent; font-weight: 700; font-size: 17px; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.order-hint { margin-top: 16px; font-size: 13px; color: var(--ink-3); }
.notice { margin-top: 24px; padding: 16px 18px; background: var(--kraft-050); border-radius: var(--radius-sm); color: var(--kraft-2); font-weight: 700; }
.notice + .btn { margin-top: 16px; }
.soon-box { margin-top: 28px; padding: 24px; background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius); }
.soon-box p { margin-top: 12px; color: var(--ink-2); }
.soon-box .btn { margin-top: 18px; }
.ingredients { margin-top: 36px; }
.ingredients h2 { font-size: 22px; }
.ing-table { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 15px; }
.ing-table th { text-align: left; font-weight: 700; padding: 10px 12px 10px 0; width: 45%; color: var(--ink); border-top: 1px solid var(--cream-3); }
.ing-table td { padding: 10px 0; border-top: 1px solid var(--cream-3); vertical-align: middle; }
.ing-table .pct { width: 52px; text-align: right; font-weight: 700; color: var(--green); font-variant-numeric: tabular-nums; }
.bar { display: block; height: 10px; border-radius: var(--pill); background: var(--cream-2); overflow: hidden; }
.bar-fill { display: block; height: 100%; border-radius: var(--pill); background: linear-gradient(90deg, var(--green), var(--gold)); }
.w-0{width:0}.w-5{width:5%}.w-10{width:10%}.w-15{width:15%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-35{width:35%}.w-40{width:40%}.w-45{width:45%}.w-50{width:50%}.w-55{width:55%}.w-60{width:60%}.w-65{width:65%}.w-70{width:70%}.w-75{width:75%}.w-80{width:80%}.w-85{width:85%}.w-90{width:90%}.w-95{width:95%}.w-100{width:100%}
.allergen { position: relative; padding-left: 30px; margin-top: 16px; font-size: 14px; color: var(--ink-2); }
.allergen .icon { position: absolute; left: 0; top: 2px; width: 20px; height: 20px; color: var(--kraft-2); }
.product-desc { background: var(--white); border-top: 1px solid var(--cream-2); }
.product-desc .prose { font-size: 17px; }

/* ---------- How it works ---------- */
.how-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.timeline { position: relative; counter-reset: tl; display: grid; gap: 8px; }
.timeline li { position: relative; padding: 22px 0 22px 72px; counter-increment: tl; }
.timeline li::before { content: counter(tl); position: absolute; left: 0; top: 18px; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: var(--cream); font-weight: 700; font-size: 18px; }
.timeline li::after { content: ""; position: absolute; left: 23px; top: 70px; bottom: -8px; width: 2px; background: var(--cream-3); }
.timeline li:last-child::after { display: none; }
.timeline h2 { font-size: 22px; }
.timeline p { margin-top: 8px; color: var(--ink-2); }
.how-aside { display: grid; gap: 28px; justify-items: center; position: sticky; top: calc(var(--header-h) + 24px); }
.how-aside .delivery-card { width: 100%; }

/* ---------- Forms (contact, checkout) ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.contact-wa { display: flex; align-items: center; gap: 16px; padding: 20px; background: var(--green); color: var(--cream); border-radius: var(--radius); text-decoration: none; }
.contact-wa .icon { width: 40px; height: 40px; color: var(--gold); }
.contact-wa span { display: grid; gap: 2px; font-size: 18px; font-weight: 700; }
.contact-wa strong { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.contact-wa small { font-size: 13px; font-weight: 400; opacity: .85; }
.contact-list { display: grid; gap: 16px; margin-top: 24px; font-size: 15px; color: var(--ink-2); }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.contact-list .icon { width: 22px; height: 22px; color: var(--green); flex: none; margin-top: 2px; }
.form-card { background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius); padding: clamp(22px, 3vw, 36px); }
.field { display: grid; gap: 6px; margin-bottom: 18px; }
.field label { font-weight: 700; color: var(--green); font-size: 15px; }
.field .opt { font-weight: 400; color: var(--ink-3); }
.field input, .field textarea, .field select { width: 100%; padding: 13px 16px; border: 2px solid var(--cream-3); border-radius: var(--radius-sm); background: var(--cream); font-size: 16px; transition: border-color .15s, background-color .15s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); background: var(--white); outline: none; }
.field textarea { resize: vertical; min-height: 96px; }
.field .hint { font-size: 13px; color: var(--ink-3); }
.field-error { font-size: 13px; font-weight: 700; color: var(--red); }
.has-error input, .has-error textarea { border-color: var(--red); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-card .btn { margin-top: 6px; }
.form-card .small { margin-top: 16px; }
.alert { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border-radius: var(--radius-sm); margin-bottom: 20px; font-size: 15px; }
.alert .icon { width: 22px; height: 22px; flex: none; margin-top: 2px; }
.alert.ok { background: var(--green-050); color: var(--green); }
.alert.err { background: var(--red-050); color: var(--red); font-weight: 700; }
.cf-turnstile { margin-bottom: 16px; }

/* Checkout */
.checkout-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.summary-card { background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius); padding: clamp(20px, 3vw, 28px); position: sticky; top: calc(var(--header-h) + 24px); }
.summary-card h2 { font-size: 22px; }
.summary-card .empty { margin: 14px 0 18px; color: var(--ink-3); }
.lines { display: grid; gap: 0; margin-top: 12px; }
.line { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--cream-2); }
.line-name { display: grid; gap: 2px; font-size: 15px; }
.line-name span { font-size: 13px; color: var(--ink-3); }
.line-qty { display: flex; align-items: center; gap: 8px; }
.line-qty select { padding: 6px 8px; border: 2px solid var(--cream-3); border-radius: 8px; background: var(--cream); font-weight: 700; }
.line-total { font-weight: 700; color: var(--green); min-width: 64px; text-align: right; font-variant-numeric: tabular-nums; }
.summary-card .link-arrow { margin-top: 16px; font-size: 14px; }
.totals { display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--cream-2); font-size: 15px; }
.totals dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; text-align: right; }
.totals .grand { font-size: 20px; color: var(--green); padding-top: 10px; border-top: 1px solid var(--cream-2); }
.summary-card .small { margin-top: 12px; }

/* Order confirmation */
.order-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.order-grid .small.center { margin-top: 12px; }
.order-send .btn { margin-top: 0; }
.wa-preview { margin-top: 20px; padding: 18px 20px; background: var(--cream); border-radius: var(--radius-sm); white-space: pre-wrap; word-break: break-word; font: 14px/1.55 var(--font); color: var(--ink-2); }
.fallback { margin-top: 16px; font-size: 14px; color: var(--ink-2); }
.fallback summary { font-weight: 700; color: var(--green); cursor: pointer; }
.fallback p { margin-top: 8px; }
.next-steps { counter-reset: ns; display: grid; gap: 14px; margin-top: 16px; font-size: 15px; color: var(--ink-2); }
.next-steps li { position: relative; padding-left: 40px; counter-increment: ns; }
.next-steps li::before { content: counter(ns); position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--green); color: var(--cream); display: grid; place-items: center; font-size: 13px; font-weight: 700; }
.order-grid .proof-card.mt { margin-top: 32px; margin-left: auto; margin-right: auto; }

/* ---------- Installer ---------- */
.install-wrap { min-height: 100vh; display: grid; place-items: start center; padding: clamp(24px, 5vw, 64px) var(--margin); }
.install-card { width: 100%; max-width: 680px; background: var(--white); border: 1px solid var(--cream-2); border-radius: var(--radius); padding: clamp(24px, 4vw, 44px); }
.logo-install { width: 150px; margin-bottom: 24px; }
.install-card h1 { font-size: 30px; }
.install-card .lead { margin-top: 12px; }
.install-card .h3 { margin: 32px 0 14px; }
.install-card form .btn { margin-top: 12px; }
.check-list { display: grid; gap: 10px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border-radius: var(--radius-sm); background: var(--green-050); color: var(--green); }
.check-list li .icon { width: 22px; height: 22px; flex: none; }
.check-list li.fail { background: var(--red-050); color: var(--red); }
.check-list li.warn { background: var(--kraft-050); color: var(--kraft-2); }
.install-card code { background: var(--cream); padding: 2px 6px; border-radius: 6px; font-size: 13px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  :root { --header-h: 68px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px var(--margin) 20px; background: var(--cream); border-bottom: 1px solid var(--cream-2); box-shadow: 0 20px 40px rgba(1, 88, 64, .12); }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 16px; font-size: 17px; }
  .nav-toggle { display: grid; }
  .header-cta span { display: none; }
  .header-cta { width: 44px; padding: 0; }
  .header-cta .icon { width: 22px; height: 22px; }
  .cols-3 { grid-template-columns: repeat(2, 1fr); }
  .chakki-grid, .chakki-page, .delivery-grid, .faq-grid, .how-grid, .contact-grid, .checkout-grid, .order-grid, .product-grid, .cta-inner { grid-template-columns: 1fr; }
  .faq-grid .section-head, .product-visual, .how-aside, .summary-card { position: static; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head-row { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 720px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: 2; margin-top: 40px; }
  .hero-copy { order: 1; }
  .proof-card { width: min(100%, 360px); }
  .steps { grid-template-columns: 1fr; }
  .chakki-points { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .order-row .btn { flex-basis: 100%; }
  .line { grid-template-columns: 1fr auto; }
  .line-total { grid-column: 1; text-align: left; }
  .line-remove { grid-column: 2; grid-row: 1; justify-self: end; }
}
@media (max-width: 560px) {
  :root { --gutter: 16px; }
  body { font-size: 16px; }
  .cols-3, .cols-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .fact-num { font-size: 44px; }
  .variants { grid-template-columns: 1fr; }
  .wa-float span { display: none; }
  .wa-float { padding: 0; width: 56px; justify-content: center; }
  .hero-actions .btn { width: 100%; }
  .pin-row { flex-direction: column; }
  .btn-lg { width: 100%; }
  .brand .logo { width: 140px; }
  .proof-name { font-size: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
@media print {
  .site-header, .site-footer, .wa-float, .cta-band, .announce { display: none; }
}

/* No floating chat button where the page already ends in a WhatsApp action */
.page-checkout .wa-float, .page-order .wa-float { display: none; }
