:root {
  --paper: #fbfdfb;
  --paper-warm: #f6faf6;
  --white: #ffffff;
  --ink: #153b2c;
  --ink-soft: #426052;
  --green: #216840;
  --green-dark: #0d3526;
  --green-mid: #3f8657;
  --leaf: #a9d66f;
  --leaf-pale: #e8f4d4;
  --mint: #eaf5ec;
  --line: #d9e7db;
  --cookie: #d99555;
  --cookie-dark: #ae6334;
  --chocolate: #3d231d;
  --muted: #65786d;
  --shadow: 0 24px 70px rgba(20, 65, 42, 0.12);
  --shadow-small: 0 10px 30px rgba(20, 65, 42, 0.09);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-locked { overflow: hidden; }

a { color: inherit; text-decoration: none; }

button, select { font: inherit; }

button { cursor: pointer; }

button:disabled { cursor: not-allowed; }

:focus-visible { outline: 3px solid var(--leaf); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -80px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--green-dark);
  color: var(--white);
  font-weight: 700;
  transition: top 180ms ease;
}

.skip-link:focus { top: 16px; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(217, 231, 219, 0.8);
  background: rgba(251, 253, 251, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 205px; height: auto; }

.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: var(--ink-soft); font-size: 14px; font-weight: 700; transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--green-dark); }

.header-actions { display: flex; align-items: center; gap: 10px; }

.cart-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 9px 12px 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cart-trigger:hover { border-color: var(--green-mid); box-shadow: var(--shadow-small); transform: translateY(-1px); }

.cart-total {
  color: var(--green-dark);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--leaf);
  color: var(--green-dark);
  font-size: 12px;
  line-height: 1;
}

.menu-trigger { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 50%; background: var(--mint); }
.menu-trigger span { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 4px; background: var(--green-dark); }

.mobile-menu { display: none; }

.hero-section { position: relative; padding: 86px 0 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); align-items: center; gap: 42px; }

.hero-copy { position: relative; z-index: 2; padding: 12px 0 58px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--green-mid);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 4px rgba(169, 214, 111, 0.22); }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 { color: var(--ink); font-family: var(--font-display); font-weight: 600; }
h1 { max-width: 640px; margin-bottom: 24px; font-size: clamp(4.2rem, 7.7vw, 7rem); letter-spacing: -0.065em; line-height: 0.91; }
h1 em, h2 em { color: var(--green-mid); font-style: italic; font-weight: 500; }

.hero-lede { max-width: 410px; margin-bottom: 32px; color: var(--ink-soft); font-size: 20px; line-height: 1.45; }

.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 50px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(13, 53, 38, 0.16); }
.button--dark { background: var(--green-dark); color: var(--white); }
.button--light { background: var(--white); color: var(--green-dark); }
.button--lime { background: var(--leaf); color: var(--green-dark); }
.button--full { width: 100%; }

.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: 14px; font-weight: 850; }
.text-link span { color: var(--green-mid); font-size: 18px; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 46px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.hero-note strong { color: var(--ink); font-size: 13px; }
.note-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.note-icon svg { width: 17px; height: 17px; fill: none; stroke: var(--green-mid); stroke-linecap: round; stroke-width: 1.7; }

.hero-art { position: relative; min-height: 540px; border-radius: var(--radius-xl); background: linear-gradient(138deg, #eff8ed 0%, #dcefd8 55%, #c9e5bf 100%); overflow: hidden; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(33, 104, 64, 0.15); border-radius: 28px; }
.art-grid { position: absolute; inset: 0; opacity: 0.34; background-image: linear-gradient(rgba(33, 104, 64, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(33, 104, 64, 0.09) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(125deg, rgba(0,0,0,0.9), transparent 72%); }
.art-moon { position: absolute; top: 54px; right: 78px; width: 136px; height: 136px; border-radius: 50%; background: var(--leaf); box-shadow: -23px -15px 0 6px #dcefd8; opacity: 0.95; }
.art-star { position: absolute; color: var(--green-mid); font-size: 24px; line-height: 1; }
.art-star--one { top: 102px; left: 74px; }
.art-star--two { right: 64px; bottom: 128px; font-size: 16px; }

.hero-cookie { position: absolute; border-radius: 50%; background-color: var(--cookie); background-image: radial-gradient(circle at 20% 26%, rgba(255,255,255,0.3) 0 4%, transparent 4.5%), radial-gradient(circle at 76% 20%, rgba(255,255,255,0.2) 0 3%, transparent 3.5%); box-shadow: inset -18px -22px 0 rgba(125, 67, 29, 0.13), inset 9px 10px 0 rgba(255, 211, 139, 0.25), 0 24px 40px rgba(74, 59, 27, 0.2); }
.hero-cookie--back { width: 190px; height: 190px; top: 98px; left: 90px; transform: rotate(-16deg); opacity: 0.82; }
.hero-cookie--front { width: 250px; height: 250px; top: 182px; left: 186px; transform: rotate(9deg); z-index: 4; }
.chip { position: absolute; width: 16px; height: 20px; border-radius: 45% 55% 45% 55%; background: var(--cookie-dark); box-shadow: inset 2px 2px 0 rgba(255,255,255,0.12); }
.hero-cookie--front .chip { width: 20px; height: 24px; }
.chip--one { top: 25%; left: 34%; transform: rotate(18deg); }
.chip--two { top: 30%; right: 21%; transform: rotate(-18deg); }
.chip--three { top: 53%; left: 19%; transform: rotate(44deg); }
.chip--four { top: 67%; right: 31%; transform: rotate(-35deg); }
.chip--five { top: 55%; right: 12%; transform: rotate(11deg); }
.chip--six { top: 75%; left: 46%; transform: rotate(65deg); }
.cookie-glow { position: absolute; top: 13%; left: 17%; width: 35px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.25); transform: rotate(-22deg); }

.hero-brownie { position: absolute; z-index: 3; right: 108px; bottom: 72px; width: 168px; height: 218px; border: 6px solid #6b3c2d; border-radius: 11px; background: linear-gradient(135deg, #5b3327, #2f1d1b 65%, #4b2b25); box-shadow: 0 25px 32px rgba(61, 35, 29, 0.23); transform: rotate(12deg); }
.brownie-sheen { position: absolute; left: 18px; top: 14px; width: 76px; height: 17px; border-radius: 50%; background: rgba(255, 221, 168, 0.1); transform: rotate(-20deg); }
.brownie-corner { position: absolute; right: -6px; top: -6px; width: 34px; height: 34px; background: #855037; clip-path: polygon(0 0, 100% 0, 100% 100%); }
.brownie-line { position: absolute; left: 23px; width: 106px; height: 3px; border-radius: 3px; background: rgba(208, 139, 87, 0.25); transform: rotate(32deg); }
.brownie-line--one { top: 85px; }
.brownie-line--two { top: 146px; left: 5px; width: 128px; transform: rotate(-24deg); }

.art-sticker { position: absolute; z-index: 8; right: 58px; top: 214px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 50%; background: var(--green-dark); color: var(--leaf); font-size: 11px; font-weight: 900; letter-spacing: 0.16em; line-height: 1.55; text-align: center; transform: rotate(12deg); box-shadow: 0 14px 20px rgba(13, 53, 38, 0.16); }
.art-sticker span:nth-child(2) { color: var(--white); font-family: var(--font-display); font-size: 22px; line-height: 0.7; }
.art-caption { position: absolute; right: 35px; bottom: 32px; margin: 0; color: var(--green-mid); font-size: 12px; letter-spacing: 0.07em; line-height: 1.4; text-align: right; text-transform: uppercase; }
.art-caption strong { color: var(--green-dark); font-size: 14px; }

.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 14px; }
.proof-item { display: flex; align-items: center; gap: 13px; min-height: 78px; padding: 17px 24px 17px 0; color: var(--ink-soft); font-size: 13px; }
.proof-item + .proof-item { padding-left: 24px; border-left: 1px solid var(--line); }
.proof-number { color: var(--green-mid); font-size: 11px; font-weight: 900; letter-spacing: 0.12em; }

.section { padding: 132px 0; }
.menu-section { background: var(--paper); }
.section-heading { margin-bottom: 54px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 0.64fr); gap: 60px; align-items: end; }
.section-heading--center { text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 5.7vw, 5.2rem); letter-spacing: -0.06em; line-height: 0.95; }
.section-intro { max-width: 360px; margin: 0 0 5px auto; color: var(--muted); font-size: 15px; line-height: 1.65; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product-card { display: flex; min-height: 460px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 3px 0 rgba(33, 104, 64, 0.02); transition: transform 220ms ease, box-shadow 220ms ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-small); }
.product-art { position: relative; min-height: 270px; overflow: hidden; }
.product-art::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(33, 104, 64, 0.13); border-radius: 18px; pointer-events: none; }
.product-art--cookie { background: radial-gradient(circle at 50% 55%, #e8b37b 0 100px, transparent 101px), linear-gradient(140deg, #f1f8e9, #d4ebc8); }
.product-art--cookie::before, .product-art--caramel::before { content: ""; position: absolute; left: 50%; top: 50%; width: 176px; height: 176px; border-radius: 50%; background: var(--cookie); box-shadow: inset -13px -17px 0 rgba(125, 67, 29, 0.13), inset 8px 9px 0 rgba(255, 211, 139, 0.25), 0 18px 24px rgba(74, 59, 27, 0.17); transform: translate(-50%, -50%) rotate(-10deg); }
.product-art--caramel { background: linear-gradient(145deg, #eaf6de, #c9e5b6); }
.product-art--caramel::before { background: #d98b4a; transform: translate(-50%, -50%) rotate(12deg); }
.product-art--caramel::after { border-color: rgba(33, 104, 64, 0.18); }
.product-art--brownie { background: radial-gradient(circle at 65% 36%, rgba(243, 197, 131, 0.22) 0 7px, transparent 8px), linear-gradient(140deg, #e4f2df, #c3e1bb); }
.product-art--espresso { background: linear-gradient(140deg, #f0f6e7, #cee6c4); }
.product-art--brownie::before, .product-art--espresso::before { content: ""; position: absolute; left: 50%; top: 50%; width: 194px; height: 158px; border: 6px solid #704032; border-radius: 12px; background: linear-gradient(135deg, #5b3327, #2f1d1b 65%, #4b2b25); box-shadow: 0 18px 24px rgba(61, 35, 29, 0.22); transform: translate(-50%, -50%) rotate(-10deg); }
.product-art--espresso::before { background: linear-gradient(135deg, #4b3228, #1e1d1c 67%, #3d2721); transform: translate(-50%, -50%) rotate(8deg); }
.product-chip { position: absolute; z-index: 2; width: 14px; height: 17px; border-radius: 45% 55% 45% 55%; background: var(--cookie-dark); box-shadow: inset 2px 2px 0 rgba(255,255,255,0.12); }
.product-art--cookie .product-chip, .product-art--caramel .product-chip { left: calc(50% - 88px); top: calc(50% - 88px); }
.product-art--cookie .product-chip--one { left: calc(50% - 37px); top: calc(50% - 70px); }
.product-art--cookie .product-chip--two { left: calc(50% + 34px); top: calc(50% - 62px); transform: rotate(-23deg); }
.product-art--cookie .product-chip--three { left: calc(50% - 64px); top: calc(50% + 22px); transform: rotate(32deg); }
.product-art--cookie .product-chip--four { left: calc(50% + 19px); top: calc(50% + 31px); transform: rotate(-35deg); }
.product-art--cookie .product-chip--five { left: calc(50% + 53px); top: calc(50% + 5px); transform: rotate(11deg); }
.product-art--cookie .product-chip--six { left: calc(50% - 3px); top: calc(50% + 62px); transform: rotate(65deg); }
.product-art--caramel .product-chip--one { left: calc(50% - 55px); top: calc(50% - 54px); background: #a95e2e; }
.product-art--caramel .product-chip--two { left: calc(50% + 33px); top: calc(50% - 44px); background: #a95e2e; transform: rotate(-23deg); }
.product-art--caramel .product-chip--three { left: calc(50% - 64px); top: calc(50% + 24px); background: #a95e2e; transform: rotate(32deg); }
.product-art--caramel .product-chip--four { left: calc(50% + 25px); top: calc(50% + 25px); background: #a95e2e; transform: rotate(-35deg); }
.caramel-swirl { position: absolute; z-index: 3; left: calc(50% - 25px); top: calc(50% + 8px); width: 68px; height: 18px; border-top: 3px solid #f2c472; border-radius: 50%; transform: rotate(-20deg); }
.product-art--brownie::after, .product-art--espresso::after { border-color: rgba(33, 104, 64, 0.13); }
.brownie-piece { position: absolute; z-index: 2; width: 72px; height: 5px; border-radius: 50%; background: rgba(205, 132, 81, 0.22); }
.brownie-piece--one { left: calc(50% - 55px); top: calc(50% - 35px); transform: rotate(24deg); }
.brownie-piece--two { left: calc(50% - 28px); top: calc(50% + 13px); transform: rotate(-27deg); }
.brownie-piece--three { left: calc(50% - 83px); top: calc(50% + 36px); transform: rotate(17deg); }
.brownie-salt, .espresso-bean { position: absolute; z-index: 3; width: 7px; height: 7px; border-radius: 50%; background: #f0cf9a; }
.brownie-salt--one { left: calc(50% + 35px); top: calc(50% - 25px); }
.brownie-salt--two { left: calc(50% + 3px); top: calc(50% + 42px); }
.espresso-bean { width: 13px; height: 19px; border: 2px solid #a87548; background: transparent; transform: rotate(38deg); }
.espresso-bean--one { left: calc(50% + 30px); top: calc(50% - 37px); }
.espresso-bean--two { left: calc(50% - 45px); top: calc(50% + 32px); transform: rotate(-38deg); }

.product-content { display: flex; flex: 1; flex-direction: column; justify-content: space-between; padding: 24px 26px 23px; }
.product-kicker { margin: 0 0 8px; color: var(--green-mid); font-size: 10px; font-weight: 900; letter-spacing: 0.13em; line-height: 1.2; text-transform: uppercase; }
.product-copy h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -0.04em; line-height: 1.05; }
.product-copy p:last-child { max-width: 270px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 25px; }
.product-price { color: var(--green-dark); font-size: 18px; font-weight: 900; letter-spacing: -0.02em; }
.add-button { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 13px 8px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-warm); color: var(--green-dark); font-size: 13px; font-weight: 850; transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.add-button span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--leaf); font-size: 18px; line-height: 1; }
.add-button:hover { border-color: var(--green-mid); background: var(--leaf-pale); transform: translateY(-1px); }

.bundle-card { display: flex; min-height: 310px; align-items: center; justify-content: space-between; gap: 24px; padding: 32px; border-radius: var(--radius-lg); background: var(--green-dark); color: var(--white); overflow: hidden; transition: transform 220ms ease, box-shadow 220ms ease; }
.bundle-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-small); }
.bundle-copy h3 { margin: 0 0 10px; color: var(--white); font-size: 34px; letter-spacing: -0.045em; line-height: 1; }
.bundle-copy p:not(.product-kicker) { max-width: 390px; margin: 0 0 23px; color: rgba(255,255,255,0.72); font-size: 14px; }
.bundle-copy .product-kicker { color: var(--leaf); }
.bundle-card--light { border: 1px solid var(--line); background: var(--leaf-pale); color: var(--green-dark); }
.bundle-card--light .bundle-copy h3 { color: var(--green-dark); }
.bundle-card--light .bundle-copy p:not(.product-kicker) { color: var(--muted); }
.bundle-card--light .bundle-copy .product-kicker { color: var(--green-mid); }
.bundle-card--light .bundle-price { color: var(--green-dark); }
.bundle-card--light .bundle-art { border-color: rgba(63, 134, 87, 0.45); color: var(--green-mid); }
.bundle-card--light .bundle-art::before, .bundle-card--light .bundle-art::after { border-color: rgba(63, 134, 87, 0.27); }
.bundle-card--light .bundle-art i { color: var(--green-dark); }
.bundle-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bundle-price { color: var(--leaf); font-family: var(--font-display); font-size: 20px; font-weight: 800; letter-spacing: -0.03em; white-space: nowrap; }
.bundle-option-list { display: grid; gap: 9px; }
.bundle-option { width: 100%; justify-content: space-between; }
.bundle-option strong { font-size: 12px; letter-spacing: 0.01em; }
.bundle-art { position: relative; display: flex; width: 150px; height: 150px; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(169, 214, 111, 0.5); border-radius: 50%; color: var(--leaf); transform: rotate(8deg); }
.bundle-art::before, .bundle-art::after { content: ""; position: absolute; border: 1px solid rgba(169, 214, 111, 0.27); border-radius: 50%; }
.bundle-art::before { inset: 10px; }
.bundle-art::after { inset: 20px; }
.bundle-art span { position: relative; z-index: 1; font-family: var(--font-display); font-size: 65px; letter-spacing: -0.1em; line-height: 0.8; }
.bundle-art small { position: relative; z-index: 1; font-size: 10px; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.bundle-art i { position: absolute; right: -11px; top: 14px; color: var(--white); font-size: 21px; font-style: normal; }

.custom-cookie-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr); gap: 42px; align-items: center; margin-top: 20px; padding: 36px 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-warm); }
.custom-cookie-copy h3 { margin: 0 0 12px; color: var(--green-dark); font-size: 36px; letter-spacing: -0.05em; line-height: 1; }
.custom-cookie-copy > p:not(.product-kicker) { max-width: 470px; margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.custom-cookie-copy .custom-cookie-note { margin-bottom: 0; color: var(--green-mid); font-size: 12px; font-weight: 750; }
.custom-cookie-form { display: grid; gap: 10px; }
.custom-cookie-form label { color: var(--green-dark); font-size: 12px; font-weight: 850; }
.custom-cookie-form textarea { width: 100%; min-height: 112px; padding: 13px 14px; resize: vertical; border: 1px solid var(--line); border-radius: var(--radius-sm); outline: 0; background: var(--white); color: var(--ink); font-size: 13px; line-height: 1.5; }
.custom-cookie-form textarea::placeholder { color: #8b9c91; }
.custom-cookie-form textarea:focus { border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(63, 134, 87, 0.12); }
.custom-cookie-form textarea[aria-invalid="true"] { border-color: #b85c49; box-shadow: 0 0 0 3px rgba(184, 92, 73, 0.12); }
.custom-cookie-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.custom-cookie-option { width: 100%; justify-content: space-between; padding-inline: 15px; }
.custom-cookie-option strong { font-size: 12px; letter-spacing: 0.01em; }
.custom-cookie-helper { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.menu-footnote { display: flex; align-items: center; gap: 10px; margin-top: 23px; color: var(--muted); font-size: 12px; }
.footnote-mark { color: var(--green-mid); }
.menu-footnote a { margin-left: auto; color: var(--green-dark); font-weight: 800; }
.menu-footnote a span { color: var(--green-mid); font-size: 16px; }

.steps-section { background: var(--mint); }
.steps-section .section-heading { margin-bottom: 56px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--line); }
.step-card { position: relative; min-height: 310px; padding: 32px; background: rgba(255,255,255,0.72); }
.step-card + .step-card { border-left: 0; }
.step-number { color: var(--green-mid); font-size: 11px; font-weight: 900; letter-spacing: 0.12em; }
.step-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 46px 0 27px; border-radius: 50%; background: var(--leaf-pale); color: var(--green-mid); }
.step-icon--moon { position: relative; }
.step-icon--moon::before { content: ""; width: 31px; height: 31px; border-radius: 50%; background: var(--green-mid); box-shadow: 12px -6px 0 2px var(--leaf-pale); }
.step-icon--pin::before { content: ""; width: 24px; height: 30px; border: 3px solid var(--green-mid); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.step-icon--pin span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--green-mid); }
.step-icon--spark { font-size: 36px; }
.step-card h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -0.04em; line-height: 1; }
.step-card p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.delivery-section { padding: 120px 0; background: var(--green-dark); color: var(--white); }
.delivery-grid { display: grid; grid-template-columns: 1fr minmax(390px, 0.75fr); align-items: center; gap: 100px; }
.eyebrow--light { color: var(--leaf); }
.delivery-copy h2 { max-width: 600px; margin-bottom: 25px; color: var(--white); }
.delivery-copy h2 em { color: var(--leaf); }
.delivery-copy > p:not(.eyebrow):not(.delivery-small) { max-width: 470px; margin-bottom: 30px; color: rgba(255,255,255,0.72); font-size: 17px; line-height: 1.6; }
.coverage-list { display: flex; flex-wrap: wrap; gap: 12px; }
.coverage-list div { display: flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid rgba(169, 214, 111, 0.34); border-radius: 999px; color: var(--white); font-size: 13px; font-weight: 800; }
.coverage-check { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--leaf); color: var(--green-dark); font-size: 12px; }
.delivery-small { max-width: 390px; margin: 34px 0 0; color: rgba(255,255,255,0.45); font-size: 12px; line-height: 1.5; }

.route-card { padding: 28px; border: 1px solid rgba(169, 214, 111, 0.4); border-radius: var(--radius-lg); background: rgba(255,255,255,0.07); box-shadow: 0 24px 70px rgba(0,0,0,0.12); }
.route-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 26px; color: rgba(255,255,255,0.58); font-size: 12px; font-weight: 800; }
.route-status { display: inline-flex; align-items: center; gap: 8px; color: var(--leaf); }
.route-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 4px rgba(169, 214, 111, 0.16); }
.route-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 30px; padding: 4px; border-radius: 14px; background: rgba(0,0,0,0.17); }
.route-tab { min-height: 44px; border: 0; border-radius: 10px; background: transparent; color: rgba(255,255,255,0.62); font-size: 13px; font-weight: 850; }
.route-tab.is-active { background: var(--leaf); color: var(--green-dark); }
.route-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 27px; }
.route-detail { padding: 5px 0; }
.route-detail strong { display: block; margin-bottom: 5px; color: var(--white); font-family: var(--font-display); font-size: 24px; letter-spacing: -0.04em; line-height: 1; }
.route-detail span { color: rgba(255,255,255,0.53); font-size: 11px; line-height: 1.2; }
.route-note { margin: 14px 0 0; color: rgba(255,255,255,0.45); font-size: 11px; text-align: center; }

.story-section { background: var(--paper-warm); }
.story-grid { display: grid; grid-template-columns: minmax(230px, 0.55fr) 1fr; align-items: center; gap: 110px; }
.story-mark { display: flex; align-items: center; gap: 25px; }
.story-mark img { width: 120px; height: 120px; }
.story-mark span { color: var(--green-mid); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; line-height: 1.4; text-transform: uppercase; }
.story-copy { max-width: 620px; }
.story-copy h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 4.7vw, 4.4rem); }
.story-copy > p:not(.eyebrow) { max-width: 535px; margin-bottom: 27px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 0.65fr 1fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; list-style: none; cursor: pointer; color: var(--ink); font-family: var(--font-display); font-size: 22px; letter-spacing: -0.035em; }
summary::-webkit-details-marker { display: none; }
.summary-icon { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--green-mid); font-family: var(--font-body); font-size: 18px; font-weight: 400; transition: transform 180ms ease, background 180ms ease; }
details[open] .summary-icon { background: var(--leaf-pale); transform: rotate(45deg); }
details p { max-width: 520px; margin: -7px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.closing-section { padding: 88px 0; background: var(--green-mid); color: var(--white); }
.closing-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.closing-inner h2 { color: var(--white); font-size: clamp(3.5rem, 6.2vw, 6rem); }
.closing-inner h2 em { color: var(--leaf); }

.contact-strip { padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-warm); }
.contact-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-strip-copy { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin: 0; color: var(--muted); font-size: 12px; }
.contact-kicker { color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-strip-copy a { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-decoration-color: var(--leaf); text-underline-offset: 3px; }
.contact-button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--green-dark); border-radius: 999px; color: var(--green-dark); font-size: 12px; font-weight: 850; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.contact-button:hover { background: var(--green-dark); color: var(--white); transform: translateY(-1px); }

.site-footer { padding: 72px 0 25px; background: var(--green-dark); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 0.7fr; gap: 80px; padding-bottom: 60px; }
.footer-brand img { width: 190px; margin-bottom: 19px; }
.footer-brand p { max-width: 260px; margin: 0; color: rgba(255,255,255,0.53); font-size: 13px; line-height: 1.55; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-label { margin-bottom: 8px; color: var(--leaf); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,0.75); font-size: 13px; transition: color 180ms ease; }
.footer-links a:hover { color: var(--leaf); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.13); color: rgba(255,255,255,0.4); font-size: 11px; }

.icon-button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--green-dark); }
.icon-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

.cart-overlay { position: fixed; z-index: 80; inset: 0; visibility: hidden; background: rgba(13, 53, 38, 0.35); opacity: 0; transition: opacity 220ms ease, visibility 220ms ease; }
.cart-overlay.is-open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; width: min(440px, 100%); visibility: hidden; background: var(--paper); box-shadow: -20px 0 70px rgba(13, 53, 38, 0.14); transform: translateX(100%); transition: transform 260ms cubic-bezier(0.22, 0.8, 0.2, 1), visibility 260ms ease; }
.cart-drawer.is-open { visibility: visible; transform: translateX(0); }
.cart-drawer-inner { display: flex; height: 100%; flex-direction: column; padding: 30px; }
.cart-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.cart-header .eyebrow { margin-bottom: 10px; }
.cart-header h2 { font-size: 37px; }
.cart-location { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-location label { color: var(--muted); font-size: 12px; font-weight: 800; }
.cart-location select { min-height: 40px; padding: 8px 30px 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 800; }
.cart-items { flex: 1; overflow: auto; padding: 12px 0; }
.cart-empty { display: grid; place-items: center; padding: 60px 20px; color: var(--muted); text-align: center; }
.cart-empty p { margin: 17px 0 4px; color: var(--ink); font-family: var(--font-display); font-size: 23px; }
.cart-empty span:last-child { font-size: 12px; }
.empty-moon { position: relative; display: block; width: 58px; height: 58px; border-radius: 50%; background: var(--leaf-pale); }
.empty-moon::after { content: ""; position: absolute; top: -4px; right: -7px; width: 53px; height: 53px; border-radius: 50%; background: var(--paper); }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-line h3 { margin: 0 0 5px; font-size: 18px; }
.cart-line p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-line-right { display: flex; flex-direction: column; align-items: end; justify-content: space-between; gap: 12px; }
.cart-line-price { color: var(--green-dark); font-size: 13px; font-weight: 850; }
.quantity-control { display: inline-flex; align-items: center; gap: 9px; }
.quantity-control button { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--green-dark); font-size: 16px; line-height: 1; }
.quantity-control span { min-width: 12px; color: var(--ink); font-size: 12px; font-weight: 800; text-align: center; }
.cart-summary { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; color: var(--muted); font-size: 13px; }
.cart-summary > div:first-child { color: var(--ink); }
.cart-summary strong { font-size: 17px; }
.cart-summary .button { margin-top: 14px; }
.checkout-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.checkout-note.is-warning { color: var(--cookie-dark); font-weight: 800; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; display: flex; align-items: center; max-width: calc(100% - 40px); padding: 12px 17px; border-radius: 999px; background: var(--green-dark); color: var(--white); box-shadow: var(--shadow-small); font-size: 13px; font-weight: 750; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity 200ms ease, transform 200ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.toast-action { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-weight: inherit; text-align: left; pointer-events: auto; }
.toast-action:hover { color: var(--leaf); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 16px; }
  .hero-copy { padding-bottom: 18px; }
  .hero-art { min-height: 500px; }
  .hero-proof { margin-top: 18px; }
  .section-heading--split { gap: 30px; }
  .delivery-grid { gap: 60px; }
  .story-grid { gap: 65px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 560px); }
  .site-header { background: rgba(251, 253, 251, 0.96); }
  .header-inner { min-height: 70px; }
  .brand img { width: 174px; }
  .desktop-nav { display: none; }
  .menu-trigger { display: block; }
  .mobile-menu { position: fixed; z-index: 70; inset: 0; display: block; visibility: hidden; background: var(--green-dark); color: var(--white); opacity: 0; transform: translateY(-10px); transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu-inner { display: flex; height: 100%; flex-direction: column; padding: 30px 24px 32px; }
  .mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
  .mobile-menu-top .eyebrow { color: var(--leaf); }
  .mobile-menu .icon-button { border-color: rgba(255,255,255,0.25); background: transparent; color: var(--white); }
  .mobile-menu nav { display: flex; flex-direction: column; margin-top: auto; }
  .mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,0.15); color: var(--white); font-family: var(--font-display); font-size: 38px; letter-spacing: -0.05em; }
  .mobile-menu nav a span { color: var(--leaf); font-family: var(--font-body); font-size: 22px; }
  .mobile-menu-note { max-width: 300px; margin: 31px 0 0; color: rgba(255,255,255,0.53); font-size: 13px; }
  .hero-section { padding-top: 54px; }
  h1 { font-size: clamp(4rem, 17vw, 6.3rem); }
  .hero-lede { font-size: 18px; }
  .hero-note { margin-top: 36px; }
  .hero-art { min-height: 390px; border-radius: 26px; }
  .hero-art::before { inset: 14px; border-radius: 20px; }
  .art-moon { top: 33px; right: 39px; width: 94px; height: 94px; box-shadow: -16px -11px 0 4px #dcefd8; }
  .art-star--one { top: 79px; left: 37px; }
  .hero-cookie--back { width: 132px; height: 132px; top: 71px; left: 44px; }
  .hero-cookie--front { width: 181px; height: 181px; top: 134px; left: 112px; }
  .hero-cookie--front .chip { width: 15px; height: 19px; }
  .hero-brownie { right: 50px; bottom: 54px; width: 116px; height: 154px; border-width: 4px; }
  .brownie-line { left: 16px; width: 74px; }
  .brownie-line--one { top: 57px; }
  .brownie-line--two { top: 103px; left: 2px; width: 92px; }
  .art-sticker { right: 24px; top: 154px; width: 75px; height: 75px; font-size: 8px; }
  .art-sticker span:nth-child(2) { font-size: 17px; }
  .art-caption { right: 22px; bottom: 19px; font-size: 9px; }
  .art-caption strong { font-size: 11px; }
  .hero-proof { grid-template-columns: 1fr; padding: 7px 0; }
  .proof-item, .proof-item + .proof-item { min-height: 44px; padding: 7px 0; border-left: 0; }
  .proof-item + .proof-item { border-top: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .section-intro { margin: 0; }
  h2 { font-size: clamp(3.1rem, 13vw, 4.7rem); }
  .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card { min-height: 430px; }
  .product-art { min-height: 240px; }
  .bundle-card { min-height: 280px; align-items: flex-start; padding: 28px 24px; }
  .bundle-copy h3 { font-size: 30px; }
  .bundle-art { width: 112px; height: 112px; margin: auto 0 0 auto; }
  .bundle-art span { font-size: 50px; }
  .custom-cookie-card { grid-template-columns: 1fr; gap: 28px; padding: 28px 24px; }
  .custom-cookie-copy h3 { font-size: 30px; }
  .custom-cookie-options { grid-template-columns: 1fr; }
  .menu-footnote { flex-wrap: wrap; }
  .menu-footnote a { width: 100%; margin-left: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 250px; padding: 27px; }
  .step-icon { margin: 28px 0 23px; }
  .delivery-section { padding: 90px 0; }
  .delivery-grid { grid-template-columns: 1fr; gap: 46px; }
  .delivery-copy h2 { max-width: 510px; }
  .route-card { padding: 22px; }
  .route-detail strong { font-size: 21px; }
  .story-grid { grid-template-columns: 1fr; gap: 45px; }
  .story-mark { gap: 18px; }
  .story-mark img { width: 85px; height: 85px; }
  .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .faq-heading { position: static; }
  .closing-section { padding: 70px 0; }
  .closing-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .contact-strip-inner { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; padding-bottom: 43px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (max-width: 400px) {
  .brand img { width: 160px; }
  .cart-trigger { gap: 7px; padding-right: 10px; padding-left: 12px; }
  .cart-count { display: none; }
}

@media (max-width: 360px) {
  .brand img { width: 150px; }
  .cart-trigger > span:first-child { display: none; }
}

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

@media (forced-colors: active) {
  .button, .add-button, .cart-trigger, .route-tab { border: 1px solid ButtonText; }
  .button--dark, .button--lime, .button--light { background: ButtonFace; color: ButtonText; }
}
