/* The Apéro Garden — Website UI kit styles. Pairs with ../../colors_and_type.css */
* { box-sizing: border-box; }
/* overflow-x: hidden on the page itself is the safety net against any
   absolutely-positioned child (carousel cards, decorative sprigs, fly-to-cart
   animation) pushing the document wider than the viewport on mobile. Sticky
   positioning on <header> still works fine alongside this. */
html, body { margin: 0; max-width: 100%; overflow-x: hidden; }
#root { min-height: 100vh; }
.app { background: var(--bg); color: var(--fg-1); min-height: 100vh; display: flex; flex-direction: column; }
button { font-family: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }

/* ---- icon ---- */
.ic { display: inline-flex; align-items: center; justify-content: center; }
.ic svg { width: 100%; height: 100%; stroke-width: 1.75; }

/* ---- buttons ---- */
.btn { font-family: var(--font-body); font-weight: 600; border-radius: var(--radius-btn);
  border: 1.5px solid transparent; display: inline-flex; align-items: center; gap: 8px;
  line-height: 1; transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out); white-space: nowrap; }
.btn:active { transform: scale(0.98); }
.btn--lg { font-size: 16px; padding: 15px 28px; }
.btn--md { font-size: 15px; padding: 12px 22px; }
.btn--sm { font-size: 13px; padding: 8px 16px; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-hover); }
.btn--solid { background: var(--brand); color: #fff; }
.btn--solid:hover { background: var(--brand-hover); }
.btn--secondary { background: transparent; color: var(--brand-deep); border-color: var(--green-600); }
.btn--secondary:hover { background: var(--green-50); }
.btn--ghost { background: transparent; color: var(--brand-deep); }
.btn--ghost:hover { background: var(--green-50); }
.btn--ondark { background: var(--green-50); color: var(--brand-deep); }
.btn--ondark:hover { background: #fff; }
.btn--block { width: 100%; justify-content: center; }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }

/* ---- badges & chips ---- */
.badge { font-family: var(--font-mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase;
  padding: 4px 10px; border-radius: var(--radius-pill); display: inline-flex; align-items: center; gap: 6px; }
.badge--new { background: var(--clay-500); color: #fff; }
.badge--best { background: var(--green-900); color: var(--green-50); }
.badge--limited { background: var(--clay-100); color: var(--clay-700); }
.badge--soldout { background: #F0DAD3; color: #8a3322; }
.badge--abv { background: rgba(255,255,255,.85); color: var(--ink); }
.chip { font-family: var(--font-body); font-weight: 500; font-size: 14px; padding: 9px 18px;
  border-radius: var(--radius-pill); border: 1.5px solid var(--border); background: var(--surface);
  color: var(--fg-2); transition: all var(--dur-fast) var(--ease-out); }
@media (hover: hover) {
  .chip:hover { border-color: var(--green-400); color: var(--brand-deep); }
}
.chip--on { background: var(--green-700); color: #fff; border-color: var(--green-700); }
.chip--on:hover { color: #fff; }

/* ---- container ---- */
/* Content container. 1440px is the modern premium-D2C max — fills a typical
   1440 laptop edge-to-edge but still leaves a small rail on bigger monitors.
   Text-heavy sections (PDP body, static pages) keep their own narrower
   caps via .page-static-wrap / .auth__inner so reading width stays sane. */
.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 32px; }
.eyebrow { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--brand); }

/* =================== HEADER =================== */
/* Sticky the whole <header> (announce + hdr bar) so it follows scroll. The
   earlier attempt put position:sticky on .hdr directly, but .hdr is bounded
   by its <header> parent's containing block (only ~104px tall) and ran out
   of room to stay. Sticking <header> itself uses the .app column as the
   containing block, which is full-page tall. */
header { position: sticky; top: 0; z-index: 100; }
.hdr { background: color-mix(in oklab, var(--paper) 88%, transparent);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.hdr__bar { display: flex; align-items: center; gap: 28px; height: 72px; }
.hdr__logo { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.hdr__logo img { height: 34px; }
.hdr__word { font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -.01em; color: var(--brand-deep); }
.hdr__word .the { font-weight: 400; opacity: .65; }

/* New Apéro Garden wordmark — inlined SVG via the Logo atom. currentColor
   lets the same source render dark on light surfaces and light on dark. */
.hdr__logo-mark   { height: 26px; color: var(--brand-deep); }
.mmenu__logo-mark { height: 26px; color: var(--brand-deep); }
.ftr__logo-mark   { height: 30px; color: var(--green-50); margin-bottom: 14px; }
@media (max-width: 600px) {
  .hdr__logo-mark   { height: 20px; }
  .mmenu__logo-mark { height: 22px; }
}
.hdr__nav { display: flex; gap: 26px; margin-left: 8px; }
.hdr__nav a { font-size: 15px; color: var(--fg-2); text-decoration: none; cursor: pointer; transition: color var(--dur-fast); }
.hdr__nav a:hover, .hdr__nav a.on { color: var(--brand-deep); }
.hdr__shop-link { display: inline-flex; align-items: center; gap: 4px; }
.hdr__shop-link .ic { transition: transform var(--dur-fast) var(--ease-out); }
.hdr__shop-link.open .ic { transform: rotate(180deg); }

/* =================== SHOP MEGA MENU ===================
   Full-width panel under the sticky header. Lives inside <header> so it
   sticks along with it; opacity/translate transition, pointer-events off
   when closed. Columns: Anlass / Geschmackswelten / Getränkearten / Mehr. */
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--paper);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 24px 48px rgba(35, 42, 34, .10);
  opacity: 0; transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 180ms var(--ease-out), transform 220ms var(--ease-out);
  z-index: 99;
}
.mega.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mega__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px; padding-top: 24px; padding-bottom: 28px;
}
/* Two-level hover. Level 1: the WHOLE column box goes FULL Poppy the
   moment the pointer is anywhere inside it — solid orange-500, all text
   flips to white. Level 2: the individual link inverts on top of that —
   a white pill with Poppy text. Negative margins let the pill grow
   around the text without shifting the list layout. */
.mega__col {
  padding: 18px 20px 22px;
  border-radius: var(--radius-md);
  transition: background var(--dur-fast) var(--ease-out);
}
.mega__col:hover,
.mega__col:focus-within { background: var(--orange-500); }
.mega__col h5 {
  margin: 0 0 14px; font-family: var(--font-mono); font-weight: 400;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3);
  transition: color var(--dur-fast);
}
.mega__col:hover h5,
.mega__col:focus-within h5 { color: rgba(255, 255, 255, .85); }
.mega__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.mega__col a {
  display: inline-block;
  padding: 5px 12px; margin: -5px -12px;
  border-radius: var(--radius-pill);
  font-size: 15.5px; color: var(--fg-1); cursor: pointer; text-decoration: none;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.mega__col:hover a,
.mega__col:focus-within a { color: #fff; }
.mega__col a:hover,
.mega__col a:focus-visible { background: #fff; color: var(--orange-500); }
/* "Bald" placeholders need to stay legible on the orange box */
.mega__col:hover .mega__soon,
.mega__col:focus-within .mega__soon { color: rgba(255, 255, 255, .75); }
.mega__col:hover .mega__soon em,
.mega__col:focus-within .mega__soon em { background: rgba(255, 255, 255, .22); color: #fff; }
.mega__soon { font-size: 15.5px; color: var(--fg-3); cursor: default; }
.mega__soon em {
  font-style: normal; font-family: var(--font-mono); font-size: 9px;
  letter-spacing: .08em; text-transform: uppercase; vertical-align: 2px;
  background: var(--sand-200); color: var(--fg-3);
  border-radius: var(--radius-pill); padding: 2px 7px; margin-left: 6px;
}
@media (max-width: 900px) {
  .mega { display: none; }   /* mobile gets the structure via MobileMenu */
}
.hdr__actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.iconbtn { width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; color: var(--fg-1);
  display: inline-flex; align-items: center; justify-content: center; position: relative; transition: background var(--dur-fast); }
@media (hover: hover) {
  .iconbtn:hover { background: var(--green-50); }
}
.iconbtn .count { position: absolute; top: 4px; right: 4px; min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--accent); color: #fff; border-radius: var(--radius-pill); font-family: var(--font-mono);
  font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
/* Announce bar: shipping note centered, B2B link pinned right (Inga wants
   the business segment visible — site notes 2026-06-12). The spacer keeps
   the middle text truly centered. */
.announce { background: var(--green-900); color: var(--green-50);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 8px 20px; }
.announce b { color: var(--clay-300); font-weight: 400; }
.announce__spacer { flex: 1 1 0; }
.announce > span:not(.announce__spacer) { text-align: center; }
.announce__b2b { flex: 1 1 0; text-align: right; color: var(--clay-300); cursor: pointer;
  text-decoration: none; white-space: nowrap; }
.announce__b2b:hover { color: #fff; }

/* Language switch (header + mobile menu) */
.lang-switch { display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; color: var(--fg-3); }
.lang-switch button { background: none; border: 0; padding: 4px 2px; color: var(--fg-3);
  font: inherit; letter-spacing: inherit; cursor: pointer; }
.lang-switch button.on { color: var(--brand-deep); font-weight: 700; }
.lang-switch button:hover { color: var(--brand-deep); }
.lang-switch--menu { font-size: 13px; margin-bottom: 14px; }

/* =================== HERO =================== */
.hero { position: relative; overflow: hidden; }
/* Note: only vertical padding — .wrap provides horizontal padding. Setting
   `padding: 72px 0 80px` here used to override the .wrap rule because both
   classes live on the same element, killing left/right padding on mobile. */
.hero__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; padding-top: 72px; padding-bottom: 80px; }
.hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 5vw, 64px);
  line-height: 1.02; letter-spacing: -.025em; margin: 18px 0 22px; color: var(--fg-1);
  overflow-wrap: break-word; hyphens: auto; }
.hero p.lead { font-size: 19px; line-height: 1.6; color: var(--fg-2); max-width: 30em; margin: 0 0 30px; }
.hero__cta { display: flex; gap: 14px; align-items: center; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 22px 32px; margin-top: 40px; }
.hero__stat .n { font-family: var(--font-display); font-weight: 700; font-size: 28px; color: var(--brand-deep); }
.hero__stat .l { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--fg-3); }
.hero__media { position: relative; aspect-ratio: 4/5; border-radius: var(--radius-xl);
  background: linear-gradient(150deg, var(--green-300), var(--green-600)); overflow: hidden;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-lg); }
.hero__media .ph-label { position: absolute; bottom: 16px; left: 16px; }
.hero__bottle { width: 120px; height: 320px; border-radius: 60px 60px 18px 18px; background: rgba(255,255,255,.22); }
.hero__sprig { position: absolute; opacity: .25; }

/* =================== SECTION shells =================== */
.section { padding: 88px 0; }
.section--tint { background: var(--surface-tint); }

/* The recipes section — uses the brand's main green (brand-deep / #2B3A2D)
   with light text + cards floating on top. Same on-dark pattern as the
   feature band, so both sections of the home page share the brand voice. */
.section--garden { background: var(--brand-deep); color: var(--fg-on-dark); }
.section--garden .eyebrow { color: var(--clay-300); }
.section--garden .section__head h2 { color: #fff; }
.section--garden .section__head p { color: var(--fg-on-dark-2); }
.section__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 38px; gap: 24px; }
.section__head h2 { font-family: var(--font-display); font-weight: 600; font-size: 38px; letter-spacing: -.02em; margin: 10px 0 0; }
.section__head p { margin: 8px 0 0; color: var(--fg-2); max-width: 38em; }

/* =================== PRODUCT GRID & CARD =================== */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.pcard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); cursor: pointer; display: flex; flex-direction: column; }
@media (hover: hover) {
  .pcard:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
}
.pcard__media { position: relative; aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pcard__media .bottle { width: 64px; height: 168px; border-radius: 30px 30px 12px 12px; opacity: .6; transition: transform var(--dur-base) var(--ease-out); }
@media (hover: hover) {
  .pcard:hover .pcard__media .bottle { transform: scale(1.05) translateY(-4px); }
}
.pcard__badge { position: absolute; top: 14px; left: 14px; }
.pcard__fav { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.85); border: 0; color: var(--clay-600); display: flex; align-items: center; justify-content: center; }
@media (hover: hover) {
  .pcard__fav:hover { background: #fff; }
}
.pcard__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pcard__name { font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: -.01em; margin: 0; color: var(--fg-1); }
.pcard__tag { font-size: 13.5px; color: var(--fg-2); margin: 0; line-height: 1.45; flex: 1; }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }

/* =================== FEATURE band =================== */
.feature { background: var(--brand-deep); color: var(--fg-on-dark); border-radius: var(--radius-xl);
  padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.feature h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -.02em; color: #fff; margin: 14px 0 18px; line-height: 1.05; }
.feature p { color: var(--fg-on-dark-2); font-size: 17px; line-height: 1.6; margin: 0 0 28px; }
.feature__media { aspect-ratio: 5/4; border-radius: var(--radius-lg); background: linear-gradient(150deg, var(--green-700), var(--green-500)); display: flex; align-items: center; justify-content: center; }
.feature__sprig { position: absolute; right: -30px; top: -30px; opacity: .12; width: 240px; }

/* steps / values */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.value { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.value .vic { width: 46px; height: 46px; border-radius: 50%; background: var(--green-50); color: var(--brand);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.value h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; margin: 0 0 8px; }
.value p { margin: 0; font-size: 14.5px; color: var(--fg-2); line-height: 1.55; }

/* =================== FOOTER =================== */
.ftr { background: var(--brand-deep); color: var(--fg-on-dark); margin-top: auto; padding: 64px 0 28px; }
.ftr__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.ftr__brand img { height: 40px; margin-bottom: 14px; }
.ftr__brand p { color: var(--fg-on-dark-2); font-size: 14px; line-height: 1.6; max-width: 24em; }
.ftr h4 { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .14em;
  color: var(--clay-300); margin: 0 0 16px; font-weight: 400; }
.ftr ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.ftr ul a { color: var(--fg-on-dark-2); text-decoration: none; font-size: 14.5px; cursor: pointer; }
.ftr ul a:hover { color: #fff; }
.ftr__news { display: flex; gap: 8px; margin-top: 14px; }
.ftr__news input { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  color: #fff; border-radius: var(--radius-pill); padding: 11px 16px; font-family: var(--font-body); font-size: 14px; }
.ftr__news input::placeholder { color: var(--fg-on-dark-2); }
.ftr__bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 48px;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: var(--fg-on-dark-2); font-size: 13px; }
.ftr__bottom .links { display: flex; gap: 22px; }

/* =================== CART DRAWER =================== */
.scrim { position: fixed; inset: 0; background: rgba(30,42,32,.45); z-index: 90; opacity: 0; pointer-events: none; transition: opacity var(--dur-base); }
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw; background: var(--paper);
  z-index: 100; box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform var(--dur-base) var(--ease-out);
  display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--border); }
.drawer__head h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; margin: 0; }
.drawer__body { flex: 1; overflow-y: auto; padding: 8px 24px; }
.drawer__foot { padding: 20px 24px 26px; border-top: 1px solid var(--border); background: var(--cream); }
.citem { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.citem__media { width: 78px; aspect-ratio: 4/5; border-radius: var(--radius-sm); flex: none; display: flex; align-items: center; justify-content: center; }
.citem__media .b { width: 22px; height: 56px; border-radius: 11px 11px 4px 4px; opacity: .7; }
.citem__info { flex: 1; }
.citem__info h4 { font-family: var(--font-display); font-weight: 600; font-size: 15.5px; margin: 0 0 3px; }
.citem__info .meta { font-family: var(--font-mono); font-size: 11px; color: var(--fg-3); }
.citem__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--border); border-radius: var(--radius-pill); overflow: hidden; background: var(--surface); }
.stepper button { border: 0; background: transparent; width: 32px; height: 32px; color: var(--brand-deep); display: flex; align-items: center; justify-content: center; }
@media (hover: hover) {
  .stepper button:hover { background: var(--green-50); }
}
.stepper span { min-width: 26px; text-align: center; font-family: var(--font-mono); font-weight: 700; font-size: 14px; }
.drawer__row { display: flex; justify-content: space-between; font-size: 14px; color: var(--fg-2); margin-bottom: 8px; }
.drawer__row.total { color: var(--fg-1); font-size: 17px; font-weight: 600; font-family: var(--font-display); margin: 14px 0 18px; }
.drawer__row.total .price { font-size: 19px; }
.drawer__empty { text-align: center; padding: 60px 24px; }
.drawer__empty img { height: 64px; margin-bottom: 18px; opacity: .8; }
.drawer__empty p { color: var(--fg-2); margin: 0 0 22px; }

/* =================== PDP =================== */
.pdp { padding: 40px 0 88px; }
.pdp__crumbs { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; color: var(--fg-3); margin-bottom: 26px; }
.pdp__crumbs span { cursor: pointer; }
.pdp__crumbs span:hover { color: var(--brand); }
.pdp__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.pdp__gallery { position: sticky; top: 96px; }
.pdp__main-img { aspect-ratio: 4/5; border-radius: var(--radius-xl); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; box-shadow: var(--shadow-md); }
.pdp__main-img .bottle { width: 110px; height: 300px; border-radius: 55px 55px 16px 16px; opacity: .55; }
.pdp__thumbs { display: flex; gap: 12px; margin-top: 14px; }
.pdp__thumb { width: 72px; aspect-ratio: 4/5; border-radius: var(--radius-sm); border: 2px solid transparent; display: flex; align-items: center; justify-content: center; }
.pdp__thumb.on { border-color: var(--green-600); }
.pdp__thumb .b { width: 22px; height: 60px; border-radius: 11px 11px 4px 4px; opacity: .6; }
.pdp h1 { font-family: var(--font-display); font-weight: 700; font-size: 44px; letter-spacing: -.025em; line-height: 1.05; margin: 12px 0 14px; }
.pdp__price { display: flex; align-items: baseline; gap: 12px; margin: 0 0 22px; }
.pdp__price .price { font-size: 26px; }
.pdp__price .old { font-family: var(--font-mono); color: var(--fg-3); text-decoration: line-through; font-size: 16px; }
.pdp__desc { font-size: 16.5px; line-height: 1.65; color: var(--fg-2); margin: 0 0 26px; }
.pdp__notes { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.note-chip { background: var(--green-50); color: var(--green-800); border-radius: var(--radius-pill);
  padding: 7px 14px; font-size: 13px; font-weight: 500; }
.pdp__buy { display: flex; gap: 14px; align-items: center; margin-bottom: 30px; }
.pdp__specs { border-top: 1px solid var(--border); padding-top: 24px; }
.pdp__spec { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.pdp__spec dt { color: var(--fg-3); font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; }
.pdp__spec dd { margin: 0; color: var(--fg-1); font-weight: 500; }

/* =================== ABOUT =================== */
.about-hero { padding: 80px 0 60px; text-align: center; }
.about-hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px,5vw,60px); letter-spacing: -.025em; line-height: 1.05; margin: 18px auto 22px; max-width: 16em; }
.about-hero p { font-size: 19px; color: var(--fg-2); max-width: 34em; margin: 0 auto; line-height: 1.6; }
.about-band { aspect-ratio: 21/9; border-radius: var(--radius-xl); background: linear-gradient(150deg, var(--green-400), var(--green-700)); display: flex; align-items: flex-end; padding: 28px; position: relative; overflow: hidden; }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 80px 0; }
.about-split h2 { font-family: var(--font-display); font-weight: 600; font-size: 34px; letter-spacing: -.02em; margin: 12px 0 18px; }
.about-split p { font-size: 16px; line-height: 1.7; color: var(--fg-2); margin: 0 0 16px; }
.about-split .media { aspect-ratio: 1/1; border-radius: var(--radius-lg); background: linear-gradient(150deg, var(--clay-200), var(--clay-400)); position: relative; overflow: hidden; }

/* toast */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 120;
  background: var(--green-900); color: var(--green-50); padding: 13px 22px; border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 500; box-shadow: var(--shadow-lg); display: none; align-items: center; gap: 10px; }
.toast.show { display: flex; }
.toast .ic { color: var(--clay-300); }

/* =================== MOTION =================== */
@media (prefers-reduced-motion: no-preference) {
  /* Scroll reveal */
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal-d1 { transition-delay: .07s; }
  .reveal-d2 { transition-delay: .14s; }
  .reveal-d3 { transition-delay: .21s; }

  /* Hero entrance — staggered fade-up, only once JS marks the stage ready */
  .hero.in .hero__inner > div > * { animation: heroUp .7s var(--ease-out) backwards; }
  .hero.in .hero__inner > div > *:nth-child(1) { animation-delay: .05s; }
  .hero.in .hero__inner > div > *:nth-child(2) { animation-delay: .12s; }
  .hero.in .hero__inner > div > *:nth-child(3) { animation-delay: .19s; }
  .hero.in .hero__inner > div > *:nth-child(4) { animation-delay: .26s; }
  .hero.in .hero__inner > div > *:nth-child(5) { animation-delay: .33s; }
  .hero.in .hero__media { animation: heroMedia 1s var(--ease-out) backwards; animation-delay: .1s; }
  @keyframes heroUp { from { opacity: 0; transform: translateY(22px); } }
  @keyframes heroMedia { from { opacity: 0; transform: translateY(28px) scale(.98); } }

  /* Cart badge bump */
  .iconbtn .count.bump { animation: bump .42s var(--ease-out); }
  @keyframes bump { 0%{transform:none} 30%{transform:scale(1.5)} 60%{transform:scale(.9)} 100%{transform:none} }
}

/* =================== MOBILE MENU =================== */
.hamburger { display: none; width: 42px; height: 42px; border: 0; background: transparent; color: var(--fg-1);
  align-items: center; justify-content: center; border-radius: 50%; }
.hamburger:hover { background: var(--green-50); }
/* z-index 105: above the sticky header (100) so the menu's own top bar with
   the close button is reachable — below search (110) and toast (120). */
.mmenu { position: fixed; inset: 0; z-index: 105; background: var(--paper); display: none; flex-direction: column; padding: 20px 24px; }
.mmenu.open { display: flex; }
.mmenu__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.mmenu nav { display: flex; flex-direction: column; gap: 4px; }
.mmenu nav a { font-family: var(--font-display); font-weight: 600; font-size: 30px; letter-spacing: -.02em;
  color: var(--brand-deep); text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--border); }
.mmenu__foot { margin-top: auto; }
.mmenu__claim { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }

/* =================== SEARCH OVERLAY =================== */
.search { position: fixed; inset: 0; z-index: 110; background: color-mix(in oklab, var(--paper) 97%, transparent);
  backdrop-filter: blur(14px); display: none; flex-direction: column; }
.search.open { display: flex; }
@keyframes overlayIn { from { opacity: 0; } to { opacity: 1; } }
.search__bar { border-bottom: 1px solid var(--border); }
.search__inner { max-width: 900px; margin: 0 auto; width: 100%; padding: 0 32px; }
.search__row { display: flex; align-items: center; gap: 16px; height: 92px; }
.search__row input { flex: 1; border: 0; background: transparent; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(24px, 4vw, 38px); letter-spacing: -.02em; color: var(--fg-1); }
.search__row input::placeholder { color: var(--stone-400); }
.search__row input:focus { outline: none; }
.search__body { overflow-y: auto; padding: 28px 0 60px; }
.search__suggest { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.search__count { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 20px; }
.search__empty { text-align: center; padding: 50px 0; color: var(--fg-2); }
.search__empty img { height: 48px; opacity: .7; margin-bottom: 14px; }
.search .grid { transform: translateY(8px); }

/* =================== CHECKOUT =================== */
.checkout { padding: 36px 0 90px; }
.checkout__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: start; }
.checkout__steps { display: flex; gap: 8px; align-items: center; margin-bottom: 30px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--fg-3); }
.checkout__steps .on { color: var(--brand); }
.checkout__steps .sep { color: var(--border-strong); }
.cblock { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: 24px; margin-bottom: 18px; }
.cblock h3 { font-family: var(--font-display); font-weight: 600; font-size: 19px; margin: 0 0 18px; display: flex; align-items: center; gap: 10px; }
.cblock h3 .num { width: 26px; height: 26px; border-radius: 50%; background: var(--green-700); color: #fff; font-family: var(--font-mono); font-size: 13px; display: inline-flex; align-items: center; justify-content: center; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fgrid .full { grid-column: 1 / 3; }
.field { font-family: var(--font-body); font-size: 15px; color: var(--fg-1); background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 12px 14px; width: 100%; box-sizing: border-box; }
.field:focus { outline: none; border-color: var(--border-focus); box-shadow: 0 0 0 3px var(--focus-ring); }
.field::placeholder { color: var(--fg-3); }
.radio-row { display: flex; flex-direction: column; gap: 10px; }
.radio { display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 14px 16px; cursor: pointer; transition: border-color var(--dur-fast); }
.radio.on { border-color: var(--green-600); background: var(--green-50); }
.radio .dot { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--border-strong); flex: none; display: flex; align-items: center; justify-content: center; }
.radio.on .dot { border-color: var(--green-600); }
.radio.on .dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green-600); }
.radio .label { flex: 1; font-size: 14.5px; }
.radio .label b { display: block; font-weight: 600; color: var(--fg-1); }
.radio .label span { color: var(--fg-3); font-size: 13px; }
.radio .price { font-family: var(--font-mono); font-weight: 700; }
.summary { position: sticky; top: 96px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--cream); padding: 24px; }
.summary h3 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin: 0 0 18px; }
.sitem { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.sitem .m { width: 52px; aspect-ratio: 4/5; border-radius: var(--radius-sm); flex: none; display: flex; align-items: center; justify-content: center; position: relative; }
.sitem .m .b { width: 16px; height: 42px; border-radius: 8px 8px 3px 3px; opacity: .7; }
.sitem .m .q { position: absolute; top: -7px; right: -7px; min-width: 20px; height: 20px; background: var(--green-800); color: #fff; border-radius: var(--radius-pill); font-family: var(--font-mono); font-size: 11px; display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.sitem .i { flex: 1; }
.sitem .i h4 { font-family: var(--font-display); font-weight: 600; font-size: 14.5px; margin: 0 0 2px; }
.sitem .i .meta { font-family: var(--font-mono); font-size: 10.5px; color: var(--fg-3); }
.summary__row { display: flex; justify-content: space-between; font-size: 14px; color: var(--fg-2); margin: 10px 0; }
.summary__row.total { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--fg-1); padding-top: 14px; border-top: 1px solid var(--border); margin-top: 14px; }
.promo { display: flex; gap: 8px; margin: 16px 0; }
.promo input { flex: 1; }

/* Confirmation */
.confirm { text-align: center; padding: 90px 0; max-width: 540px; margin: 0 auto; }
.confirm__mark { width: 88px; height: 88px; border-radius: 50%; background: var(--green-50); display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; color: var(--brand); }
@media (prefers-reduced-motion: no-preference) {
  .confirm__mark { animation: pop .5s var(--ease-out) backwards; }
  .confirm__mark .ic { animation: drawIn .5s var(--ease-out) .2s backwards; }
  @keyframes pop { from { transform: scale(.6); opacity: 0; } }
  @keyframes drawIn { from { transform: scale(0); } }
}
.confirm h1 { font-family: var(--font-display); font-weight: 700; font-size: 40px; letter-spacing: -.025em; margin: 0 0 14px; }
.confirm p { color: var(--fg-2); font-size: 16.5px; line-height: 1.6; margin: 0 0 8px; }
.confirm__order { font-family: var(--font-mono); font-size: 13px; color: var(--brand); background: var(--green-50); display: inline-block; padding: 8px 16px; border-radius: var(--radius-pill); margin: 18px 0 28px; }

/* =================== ACCOUNT =================== */
.account { padding: 40px 0 90px; }
.account__grid { display: grid; grid-template-columns: 230px 1fr; gap: 48px; align-items: start; }
.account__nav { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 4px; }
.account__nav button { text-align: left; border: 0; background: transparent; font-family: var(--font-body); font-size: 15px; color: var(--fg-2); padding: 11px 14px; border-radius: var(--radius-md); display: flex; align-items: center; gap: 11px; transition: background var(--dur-fast); }
.account__nav button:hover { background: var(--green-50); }
.account__nav button.on { background: var(--green-700); color: #fff; }
.account__nav .sep { height: 1px; background: var(--border); margin: 10px 4px; }
.acard { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: 22px 24px; margin-bottom: 16px; }
.order { display: flex; align-items: center; gap: 18px; }
.order__media { width: 56px; aspect-ratio: 4/5; border-radius: var(--radius-sm); flex: none; display: flex; align-items: center; justify-content: center; }
.order__media .b { width: 16px; height: 44px; border-radius: 8px 8px 3px 3px; opacity: .7; }
.order__info { flex: 1; }
.order__info h4 { font-family: var(--font-display); font-weight: 600; font-size: 16px; margin: 0 0 3px; }
.order__info .meta { font-family: var(--font-mono); font-size: 11px; color: var(--fg-3); }
.ostatus { font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; padding: 5px 11px; border-radius: var(--radius-pill); }
.ostatus--del { background: var(--green-100); color: var(--green-800); }
.ostatus--way { background: var(--clay-100); color: var(--clay-700); }
.sub-hero { background: var(--brand-deep); color: var(--fg-on-dark); border-radius: var(--radius-lg); padding: 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px; position: relative; overflow: hidden; }
.sub-hero h3 { font-family: var(--font-display); font-weight: 600; font-size: 24px; color: #fff; margin: 0 0 8px; }
.sub-hero p { color: var(--fg-on-dark-2); margin: 0; font-size: 14.5px; }
.sub-hero .sprig { position: absolute; right: 18px; top: -20px; width: 130px; opacity: .14; }
.sub-controls { display: flex; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.section-title { font-family: var(--font-display); font-weight: 600; font-size: 26px; letter-spacing: -.02em; margin: 0 0 20px; }

/* =================== RESPONSIVE =================== */
@media (max-width: 980px) {
  .checkout__grid, .account__grid { grid-template-columns: 1fr; gap: 28px; }
  .account__nav { position: static; flex-direction: row; overflow-x: auto; }
  .summary { position: static; }
}
@media (max-width: 900px) {
  .hero__inner, .pdp__grid, .feature, .about-split, .ftr__top { grid-template-columns: 1fr; }
  .grid, .grid--4, .values { grid-template-columns: repeat(2, 1fr); }
  .hdr__nav { display: none; }
  .hamburger { display: inline-flex; }
  .feature { padding: 40px; }
  .pdp__gallery, .account__nav { position: static; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 20px; }
  .grid, .grid--4, .values, .fgrid { grid-template-columns: 1fr; }
  .fgrid .full { grid-column: 1; }
  .section { padding: 56px 0; }
  .hero__inner { padding-top: 40px; padding-bottom: 48px; gap: 28px; }
  .hero__stats { gap: 22px; }
  .feature { padding: 28px; border-radius: var(--radius-lg); }
  .pdp h1, .confirm h1 { font-size: 32px; }
  .section__head { flex-direction: column; align-items: flex-start; }
  .announce { font-size: 10px; }
  .hdr__actions [aria-label="Konto"] { display: none; }
  .hdr__word { font-size: 17px; }

  /* The highlight product photos are composed with the bottle+glass cluster
     sitting at roughly 63% from the left of the frame — fine on desktop
     where the hero image is narrow, but on mobile it fills the whole content
     width and that off-centre composition becomes obvious (more empty space
     on the left than the right). Narrowing the container's aspect to 2:3
     makes the image render ~20% wider than the box, and object-position:
     100% pins it to the right edge of the box. Net effect: ~17% of the
     image's left side gets clipped, and the cluster's centre lands almost
     exactly in the middle of the hero. */
  .hero__media { aspect-ratio: 2 / 3; }
  .hero__media .product-photo { object-position: 100% center; }
}

/* =================== SHOP 3-LAYER STRUCTURE ===================
   Layer 1: Anlass — horizontal tab bar. Layer 2: Geschmackswelten — round
   boxes ("round boxest", Inga's notes). Layer 3: Getränkeart — the existing
   chip row. */
.anlass-bar {
  display: flex; gap: 4px; margin: 6px 0 26px;
  border-bottom: 1.5px solid var(--border);
  overflow-x: auto; scrollbar-width: none;
}
.anlass-bar::-webkit-scrollbar { display: none; }
.anlass-tab {
  background: none; border: 0; cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: 16.5px;
  color: var(--fg-3); padding: 10px 16px 12px;
  border-bottom: 2.5px solid transparent; margin-bottom: -1.5px;
  white-space: nowrap; transition: color var(--dur-fast);
}
.anlass-tab:hover { color: var(--fg-1); }
.anlass-tab.on { color: var(--brand-deep); border-bottom-color: var(--brand); }

/* Layers 2 + 3 as ONE quiet filter panel: two labelled rows of identical
   pills, sort docked at the end of the second row. The label column keeps
   both rows aligned so the whole thing reads as a single system. */
.filters {
  display: flex; flex-direction: column; gap: 14px;
  padding: 20px 0 24px; margin-bottom: 34px;
  border-bottom: 1px solid var(--border);
}
.filter-row { display: flex; align-items: center; gap: 18px; }
.filter-row__label {
  flex: 0 0 118px;
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--fg-3);
}
.filter-row__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-row .collection__sort { margin-left: auto; }

/* Geschmack pill: small colored dot for its taste world. The dots follow
   the SAME light→dark green ramp as the home Geschmackswelten cards —
   one deliberate scale across the whole system, not four random colors. */
.chip--dot { display: inline-flex; align-items: center; gap: 8px; }
.chip--dot .dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.gw--frisch   { background: var(--green-300); }
.gw--fruchtig { background: var(--green-500); }
.gw--krautrig { background: var(--green-700); }
.gw--komplex  { background: var(--green-950); }
.gw--extra    { background: var(--stone-400, var(--sand-300)); }

@media (max-width: 720px) {
  .filter-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .filter-row__label { flex: none; }
  .filter-row .collection__sort { margin-left: 0; }
}

/* =================== GESCHMACKSWELTEN (home navigation) ===================
   Four numbered cards on ONE deliberate color system: the green scale
   ramps light → dark in step with the taste narrative (Frisch & Leicht
   lightest, Komplex & Besonders deepest). Card shape, radius and hover
   match the rest of the card language (values, product cards). */
.gw-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.gw-card {
  border: 0; cursor: pointer; text-align: left;
  border-radius: var(--radius-lg); padding: 24px 26px;
  min-height: 190px;
  display: flex; flex-direction: column; align-items: flex-start;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
@media (hover: hover) {
  .gw-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
  .gw-card:hover .gw-card__arrow { transform: translateX(4px); }
}
.gw-card__num {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em;
  opacity: .65;
}
.gw-card__name {
  margin-top: auto;
  font-family: var(--font-display); font-weight: 600; font-size: 19px;
  letter-spacing: -.01em; line-height: 1.2;
}
.gw-card__arrow { display: inline-block; transition: transform var(--dur-fast) var(--ease-out); }
.gw-card__desc { margin-top: 6px; font-size: 13.5px; line-height: 1.45; }

/* The ramp: 01 lightest → 04 deepest. Text colors per step for contrast. */
.gw-card.gw--frisch   { background: var(--green-100); }
.gw-card.gw--frisch   .gw-card__num,
.gw-card.gw--frisch   .gw-card__name { color: var(--green-950); }
.gw-card.gw--frisch   .gw-card__desc { color: var(--green-800); }

.gw-card.gw--fruchtig { background: var(--green-300); }
.gw-card.gw--fruchtig .gw-card__num,
.gw-card.gw--fruchtig .gw-card__name { color: var(--green-950); }
.gw-card.gw--fruchtig .gw-card__desc { color: var(--green-900); }

.gw-card.gw--krautrig { background: var(--green-600); }
.gw-card.gw--krautrig .gw-card__num,
.gw-card.gw--krautrig .gw-card__name { color: #fff; }
.gw-card.gw--krautrig .gw-card__desc { color: var(--green-100); }

.gw-card.gw--komplex  { background: var(--green-900); }
.gw-card.gw--komplex  .gw-card__num,
.gw-card.gw--komplex  .gw-card__name { color: #fff; }
.gw-card.gw--komplex  .gw-card__desc { color: var(--fg-on-dark-2); }

@media (max-width: 900px) { .gw-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (max-width: 600px) { .gw-card { min-height: 150px; } }

.collection__empty {
  text-align: center; padding: 72px 20px; color: var(--fg-2);
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.collection__empty .ic { color: var(--green-600); }
.collection__empty p { margin: 0; font-size: 16.5px; }

/* =================== B2B BAND (home) =================== */
.b2b-band {
  background: var(--clay-100); border-radius: var(--radius-xl);
  padding: 56px 64px; display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px; align-items: center;
}
.b2b-band h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 34px;
  letter-spacing: -.02em; margin: 12px 0 14px; color: var(--fg-1);
}
.b2b-band p { color: var(--fg-2); font-size: 16.5px; line-height: 1.6; margin: 0 0 26px; max-width: 34em; }
.b2b-band__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.b2b-band__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.b2b-band__points li {
  display: flex; align-items: center; gap: 12px;
  background: var(--paper); border-radius: var(--radius-md);
  padding: 16px 18px; font-weight: 500; font-size: 15.5px; color: var(--fg-1);
}
.b2b-band__points .ic { color: var(--brand); flex-shrink: 0; }
@media (max-width: 900px) {
  .b2b-band { grid-template-columns: 1fr; padding: 36px 28px; gap: 28px; }
}

/* =================== PRODUZENTEN =================== */
.prodgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.prodcard {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  background: var(--surface); padding: 30px;
  display: flex; flex-direction: column; gap: 14px;
}
.prodcard__head { display: flex; align-items: center; gap: 16px; }
.prodcard__head h3 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 21px; }
.prodcard__region { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-3); }
.prodcard__initial {
  width: 58px; height: 58px; border-radius: 50%; flex-shrink: 0;
  background: var(--green-100); color: var(--brand-deep);
  font-family: var(--font-display); font-weight: 700; font-size: 24px;
  display: flex; align-items: center; justify-content: center;
}
.prodcard__media { width: 58px; height: 58px; border-radius: 50%; overflow: hidden; position: relative; flex-shrink: 0; }
.prodcard__claim { margin: 0; font-weight: 600; color: var(--brand-deep); font-size: 15.5px; }
.prodcard__story { margin: 0; color: var(--fg-2); font-size: 15px; line-height: 1.65; }
.prodcard__drinks { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 4px; }
.prodcard__drinks-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-3); }
.prodcard__drink {
  font-size: 13.5px; font-weight: 500; color: var(--brand-deep); cursor: pointer;
  background: var(--green-50); border-radius: var(--radius-pill); padding: 6px 14px;
  transition: background var(--dur-fast);
}
.prodcard__drink:hover { background: var(--green-100); }
@media (max-width: 720px) {
  .prodgrid { grid-template-columns: 1fr; }
}

/* =================== STORIES =================== */
.story__back {
  display: inline-block; margin-bottom: 22px; cursor: pointer;
  font-size: 14.5px; color: var(--fg-2);
}
.story__back:hover { color: var(--brand-deep); }
.story__media {
  position: relative; aspect-ratio: 16/9; border-radius: var(--radius-lg);
  overflow: hidden; margin: 8px 0 28px;
}

/* Mobile menu group labels + indented shop entries. The menu carries more
   links now (Shop structure + content pages) — scale type down from the old
   30px so everything fits, and let the nav scroll on short screens. */
.mmenu nav { overflow-y: auto; }
.mmenu nav a { font-size: 23px; }
.mmenu__group {
  display: block; font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3);
  margin: 18px 0 6px;
}
.mmenu__group:first-child { margin-top: 0; }
.mmenu nav .mmenu__sub { padding-left: 14px; font-size: 19px; font-weight: 500; }

/* =================== STATIC PAGES (FAQ, Versand, legal, ...) =================== */
.page-static h1 {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -.025em; line-height: 1.05; margin: 10px 0 18px;
}
.page-static .lead { margin: 0 0 32px; font-size: 18px; color: var(--fg-2); }
.page-static__draft {
  background: var(--clay-100); border-left: 3px solid var(--clay-500);
  padding: 12px 16px; border-radius: var(--radius-sm);
  font-size: 13.5px; margin: 0 0 36px; color: var(--fg-2);
}
.page-static__draft b { color: var(--clay-700); }
.page-static__body { color: var(--fg-2); font-size: 16px; line-height: 1.7; }
.page-static__body h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 24px;
  letter-spacing: -.02em; color: var(--fg-1); margin: 36px 0 14px;
}
.page-static__body h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 18px;
  letter-spacing: -.01em; color: var(--fg-1); margin: 24px 0 10px;
}
.page-static__body p { margin: 0 0 14px; }
.page-static__body ul, .page-static__body ol { padding-left: 22px; margin: 0 0 14px; }
.page-static__body li { margin: 0 0 6px; }
.page-static__body strong, .page-static__body b { color: var(--fg-1); font-weight: 600; }
.page-static__body a { color: var(--link); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

/* FAQ accordion */
.faq { display: flex; flex-direction: column; border-top: 1px solid var(--border); }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__q {
  width: 100%; background: transparent; border: 0; padding: 18px 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font-display); font-weight: 600; font-size: 17px;
  color: var(--fg-1); cursor: pointer; text-align: left; transition: color var(--dur-fast);
}
@media (hover: hover) {
  .faq__q:hover { color: var(--brand); }
}
.faq__item.on .faq__q { color: var(--brand-deep); }
.faq__a { padding: 0 4px 22px; color: var(--fg-2); font-size: 15.5px; line-height: 1.65; }

/* Kontakt */
.kontakt__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.kontakt__form { background: var(--surface-tint); padding: 28px; border-radius: var(--radius-lg); }
.kontakt__form h3 {
  margin: 0 0 14px; font-family: var(--font-display); font-weight: 600;
  font-size: 18px; color: var(--fg-1);
}
.kontakt__form textarea.field { resize: vertical; min-height: 110px; font-family: var(--font-body); }
.kontakt__sent { text-align: center; padding: 24px 8px; }
.kontakt__sent-mark {
  width: 64px; height: 64px; border-radius: 50%; background: var(--white);
  color: var(--brand); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
@media (max-width: 720px) {
  .kontakt__grid { grid-template-columns: 1fr; gap: 28px; }
}

/* =================== CART POLISH (progress bar + cross-sell) =================== */
.cart-progress {
  background: var(--green-50); border-radius: var(--radius-md);
  padding: 14px 16px; margin: 8px 0 18px;
}
.cart-progress.is-free { background: var(--green-100); }
.cart-progress__top {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px; color: var(--green-800); margin-bottom: 10px;
}
.cart-progress__top .ic { color: var(--brand); }
.cart-progress__top b { color: var(--fg-1); font-weight: 600; }
.cart-progress__bar {
  background: rgba(98, 113, 82, 0.18); border-radius: 999px;
  height: 6px; overflow: hidden;
}
.cart-progress__fill {
  background: var(--brand); height: 100%;
  border-radius: 999px; transition: width var(--dur-base) var(--ease-out);
}

.cart-cross { padding: 24px 0 4px; }
.cart-cross__head {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fg-3); margin-bottom: 12px;
}
.cart-cross__list { display: flex; flex-direction: column; gap: 10px; }
.cart-cross__item {
  display: flex; gap: 12px; align-items: center; padding: 10px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-md); transition: border-color var(--dur-fast);
}
@media (hover: hover) {
  .cart-cross__item:hover { border-color: var(--green-400); }
}
.cart-cross__media {
  width: 44px; aspect-ratio: 4/5; border-radius: var(--radius-sm); flex: none;
  display: flex; align-items: center; justify-content: center;
}
.cart-cross__media .b { width: 14px; height: 36px; border-radius: 7px 7px 3px 3px; opacity: .7; }
.cart-cross__info { flex: 1; min-width: 0; }
.cart-cross__info h5 {
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  margin: 0 0 2px; color: var(--fg-1);
}
.cart-cross__info .meta { font-family: var(--font-mono); font-size: 11px; color: var(--fg-3); }
.cart-cross__add {
  width: 32px; height: 32px; border: 1.5px solid var(--border);
  border-radius: 50%; background: var(--surface); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all var(--dur-fast);
}
@media (hover: hover) {
  .cart-cross__add:hover { border-color: var(--brand); background: var(--green-50); }
}

/* =================== AUTH (login + signup) =================== */
.auth { padding: 70px 0 110px; }
.auth__inner { max-width: 460px; margin: 0 auto; padding: 0 32px; }
.auth__card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px; margin-top: 22px;
}
.auth__form { display: flex; flex-direction: column; gap: 12px; }
.auth__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.auth__forgot {
  align-self: flex-end; font-size: 13px; color: var(--link);
  cursor: pointer; text-decoration: underline; text-underline-offset: 3px;
  margin-top: -4px;
}
.auth__divider {
  display: flex; align-items: center; gap: 12px; margin: 22px 0;
  color: var(--fg-3); font-size: 12px; font-family: var(--font-mono);
  letter-spacing: .12em; text-transform: uppercase;
}
.auth__divider::before, .auth__divider::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.auth__foot { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; text-align: center; font-size: 14px; color: var(--fg-2); }
.auth__foot a { color: var(--link); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.auth__foot p { margin: 0; }

/* =================== SHARED PAGE TYPOGRAPHY =================== */
/* Used as the page-level h1 on Account dashboard, Auth, Checkout, etc. */
.page-h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 38px);
  letter-spacing: -.025em;
  line-height: 1.05;
  color: var(--fg-1);
  margin: 8px 0 28px;
  overflow-wrap: break-word;
  hyphens: auto;
}
.page-h1--tight { margin: 8px 0 10px; }

/* Static-page wrap — replaces inline padding so we can shrink it on mobile */
.page-static-wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 32px 110px;
}

/* PDP trust row */
.pdp__trust {
  display: flex; flex-wrap: wrap;
  gap: 14px 18px; margin-top: 22px;
  color: var(--fg-2); font-size: 14px;
}
.pdp__trust > span { display: flex; align-items: center; gap: 7px; }

/* Collection / Shop header + sort row */
.collection__head { margin-bottom: 32px; }
.collection__head h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 40px; letter-spacing: -.02em;
  margin: 10px 0 6px;
  overflow-wrap: break-word; hyphens: auto;
}
.collection__head p { color: var(--fg-2); margin: 0; }
.collection__controls {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-bottom: 30px; flex-wrap: wrap;
}
.collection__chips { display: flex; gap: 10px; flex-wrap: wrap; }
.collection__sort { display: flex; align-items: center; gap: 10px; }
.collection__sort-label {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--fg-3);
}
.collection__sort-select {
  font-family: var(--font-body); font-size: 14px;
  border: 1.5px solid var(--border); border-radius: var(--radius-pill);
  padding: 9px 16px; background: var(--surface); color: var(--fg-1);
}

/* =================== FOCUS-VISIBLE (keyboard a11y) =================== */
.btn:focus-visible,
.iconbtn:focus-visible,
.chip:focus-visible,
.hamburger:focus-visible,
.pcard__fav:focus-visible,
.stepper button:focus-visible,
.faq__q:focus-visible,
.cart-cross__add:focus-visible,
.account__nav button:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}
.field:focus-visible,
.collection__sort-select:focus-visible {
  outline: none;
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px var(--focus-ring);
}

/* =================== MOBILE OVERRIDES =================== */
@media (max-width: 600px) {
  .page-static-wrap { padding: 50px 20px 80px; }
  .auth { padding: 50px 0 80px; }
  .auth__inner { padding: 0 20px; }
  .auth__card { padding: 24px; }
  .page-h1 { margin-bottom: 22px; }
}
@media (max-width: 420px) {
  .auth__row { grid-template-columns: 1fr; }
}

/* =================== PRODUCT PHOTOS =================== */
/* Used in every media slot that renders a real product mockup. The parent
   needs `position: relative` (and usually `overflow: hidden`) so the photo
   fills the slot and inherits the rounded corners. */
.product-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

/* Containers that previously only laid out a Bottle silhouette and now host
   a <img class="product-photo">. Need positioning + clipping. */
.pdp__thumb,
.citem__media,
.cart-cross__media,
.order__media,
.feature__media {
  position: relative;
  overflow: hidden;
}

/* The Home highlight feature panel wants to show the WHOLE bottle + glass
   composition, not a center crop. Switch the photo to contain + pad it a
   touch so the dark green backdrop frames it. */
/* Feature band: image fills the panel edge-to-edge with center crop. */

/* Hero media — the highlight product image is now clickable straight into
   its PDP. Add a cursor hint + a subtle desktop hover lift. */
.hero__media { cursor: pointer; }
@media (hover: hover) {
  .hero__media { transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
  .hero__media:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg), 0 6px 24px rgba(35,42,34,.06); }
  /* When the spyglass reveal is active (a secondary image exists), the
     flower-shaped mask IS the visual feedback under the cursor — so hide
     the real cursor and let the flower be the pointer. Touch devices and
     products without a secondary photo keep cursor: pointer above. */
  .hero__media--has-reveal,
  .hero__media--has-reveal * { cursor: none; }
}

/* =================== HERO FLOWER CURSOR ===================
   A solid Poppy flower (inline SVG overlay in Home.jsx) glides over the
   hero photo: a requestAnimationFrame loop moves its <path> with the
   cursor, scales it with the tweened radius, and slowly rotates it while
   hovering. The parent .hero__media's overflow:hidden clips it to the
   rounded corners. pointer-events: none keeps the hero clickable. */
.hero__flower {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.hero__flower path { fill: var(--orange-500); }

/* =================== FEATURED CAROUSEL =================== */
.carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
.carousel__viewport {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  /* Critical for mobile: the carousel items are absolutely positioned at
     ±2 step-widths around left:50% so the off-screen cards (and the wrap-
     around cards) sit far beyond the viewport bounds. Without overflow:
     hidden here, those cards push the whole page wider than the screen
     and the document becomes horizontally scrollable. */
  overflow: hidden;
  /* Viewport-anchored edge fade: any card sliding through the outer 18%
     of the viewport on either side passes through a transparent-to-opaque
     gradient, so it fades smoothly regardless of its own opacity. */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%);
}
.carousel__viewport:active { cursor: grabbing; }
.carousel__item {
  position: absolute;
  left: 50%;
  transition:
    transform 700ms cubic-bezier(0.45, 0.05, 0.4, 0.95),
    opacity   700ms cubic-bezier(0.45, 0.05, 0.4, 0.95);
  cursor: pointer;
  will-change: transform, opacity;
}
.carousel__item-img {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--sand-100);
  transition: box-shadow 600ms ease;
}
.carousel__item.is-center .carousel__item-img { box-shadow: var(--shadow-lg); }
.carousel__item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
/* Hover-swap to the secondary photo on grid cards (Collection) and carousel
   cards (Home). The primary fades to 0, revealing the secondary that's
   stacked underneath. The sibling combinator (~) means the fade only kicks
   in when the alt actually exists in the DOM, so products without a second
   image in Shopify keep the primary visible all the time. Gated on
   (hover: hover) so a tap on touch doesn't leave the secondary stuck on. */
.pcard__photo,
.carousel__item-photo {
  transition: opacity 320ms var(--ease-out);
}
@media (hover: hover) {
  .pcard:hover .pcard__photo-alt ~ .pcard__photo,
  .carousel__item:hover .carousel__item-photo-alt ~ .carousel__item-photo {
    opacity: 0;
  }
}
.carousel__arrow {
  position: absolute;
  top: calc(50% - 40px); /* center on the viewport, not the whole carousel */
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--surface);
  color: var(--fg-1);
  cursor: pointer;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
@media (hover: hover) {
  .carousel__arrow:hover { background: var(--green-50); border-color: var(--green-300); }
}
.carousel__arrow--prev { left: 8px; }
.carousel__arrow--next { right: 8px; }
.carousel__caption {
  text-align: center;
  margin-top: 28px;
  max-width: 38em;
}
.carousel__caption .eyebrow { color: var(--fg-3); }
.carousel__caption h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  margin: 6px 0 10px;
  letter-spacing: -.01em;
  color: var(--fg-1);
}
.carousel__caption p {
  color: var(--fg-2);
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.55;
}
.carousel__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

/* =================== RECIPES =================== */
.rgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.rcard {
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .rcard:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
}
.rcard__media {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.rcard__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.rcard__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -.01em;
  margin: 8px 0 8px;
  color: var(--fg-1);
}
.rcard__body { padding: 18px 20px 22px; }
.rcard__intro {
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 0;
  /* Cap to 3 lines so a longer intro doesn't push the row taller than its
     neighbours. Anything past 3 lines is clipped with an ellipsis. */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Recipe detail page */
.recipe { padding: 40px 0 88px; }
.recipe__crumbs {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--fg-3);
  margin-bottom: 26px;
}
.recipe__crumbs span { cursor: pointer; }
.recipe__crumbs span:hover { color: var(--brand); }
.recipe__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.recipe__media {
  aspect-ratio: 3/4;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}
.recipe__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.recipe__intro h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -.025em;
  line-height: 1.05;
  margin: 12px 0 18px;
  overflow-wrap: break-word;
}
.recipe__intro .lead { margin-bottom: 4px; }
.recipe__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--fg-2);
  font-size: 14px;
  margin-top: 18px;
}
.recipe__meta span { display: inline-flex; align-items: center; gap: 8px; }
.recipe__body {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  margin-top: 64px;
}
.recipe__ingredients h2,
.recipe__steps h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -.01em;
  margin: 0 0 18px;
}
.recipe__ingredients ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recipe__ingredients li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--fg-1);
  font-size: 15.5px;
}
.recipe__ingredients li:last-child { border-bottom: none; }
.recipe__steps ol {
  padding-left: 0;
  list-style: none;
  margin: 0;
  counter-reset: step;
}
.recipe__steps li {
  position: relative;
  padding: 0 0 22px 50px;
  color: var(--fg-1);
  font-size: 15.5px;
  line-height: 1.6;
  counter-increment: step;
}
.recipe__steps li::before {
  content: counter(step);
  position: absolute;
  left: 0; top: -2px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe__product {
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid var(--border);
  text-align: center;
}
.recipe__product h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -.02em;
  margin: 10px 0 12px;
}
.recipe__product p {
  color: var(--fg-2);
  max-width: 32em;
  margin: 0 auto 32px;
}
.recipe__product-card {
  max-width: 360px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .rgrid { grid-template-columns: repeat(2, 1fr); }
  .recipe__hero { grid-template-columns: 1fr; gap: 32px; }
  .recipe__body { grid-template-columns: 1fr; gap: 36px; margin-top: 48px; }
}
@media (max-width: 600px) {
  .rgrid { grid-template-columns: 1fr; gap: 20px; }
}

/* =================== FLY TO CART =================== */
/* Cloned product photo that arcs from a card/PDP image to the header cart
   icon on add-to-cart. Position + animation set inline by launchFlyToCart
   in atoms.jsx — this rule only handles look + safety. */
.fly-to-cart {
  position: fixed;
  pointer-events: none;
  z-index: 200;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-sm);
  box-shadow: 0 14px 36px rgba(35, 42, 34, 0.20);
  will-change: transform, opacity;
}

/* =================== BOOT SPLASH =================== */
/* Shown while the Shopify Storefront API call is in flight on first paint. */
.boot-splash {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: var(--bg); color: var(--fg-2);
  gap: 18px; text-align: center; padding: 40px 20px;
}
.boot-splash svg { animation: boot-pulse 1.6s ease-in-out infinite; }
.boot-splash p {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.boot-splash h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 3.5vw, 28px);
  letter-spacing: -.02em;
  margin: 4px 0 0;
  color: var(--fg-1);
  max-width: 22em;
}
.boot-splash--error svg { animation: none; opacity: 1; }
@keyframes boot-pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

