/* =====================================================================
   naked · Naturweinmesse — Styles
   Built on tokens.css. Desktop reference canvas = 1728px (content 1668px).
   Fluid type via clamp(); dedicated mobile layout below breakpoints.
   ===================================================================== */

/* ---------- Reset ---------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--font-body);
  font-weight: var(--fw-body);
  background: var(--bg-page);
  color: var(--text-base);
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  max-width: 100%;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; padding: 0; }
input { font: inherit; }

/* ---------- Utilities ----------------------------------------------- */
.wrap {
  width: min(100% - (var(--gutter) * 2), var(--content-max));
  margin-inline: auto;
}
.is-muted { color: var(--text-muted); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Wordmark (masked hand-lettered logo) -------------------- */
.wordmark {
  width: min(1540px, 100%);
  height: auto;
  display: block;
}

/* =====================================================================
   TOPPER (shared label row)
   ===================================================================== */
.topper,
.hero__topper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-20);
  font-size: var(--fs-topper);
  color: var(--text-base);
  padding-block: var(--sp-30) 0;
}
.topper__item { white-space: nowrap; }
.topper__date { display: inline-flex; gap: 11px; }
.topper--intro {
  font-size: var(--fs-label);
  padding-block: var(--sp-80);
  gap: var(--sp-40);
}
.topper__center {
  white-space: normal;
  max-width: 60ch;
  text-align: center;
  flex: 1 1 auto;
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  padding-top: var(--sp-30);
  padding-bottom: var(--sp-30);
}
.hero__topper { padding-right: 280px; }      /* clear space for badge */

.hero__wordmark {
  margin-top: clamp(48px, 9vw, 150px);
  transform: translateY(40px);         /* dips ~40px further over the image */
  position: relative;
  z-index: 2;                          /* sits above the image */
  display: flex;
  justify-content: center;             /* equal space left/right */
}
.hero__wordmark .wordmark {
  margin-left: 0;
  clip-path: inset(0 0 0 0);           /* base for the write-on reveal */
}

/* image slides up so the wordmark overhangs its top edge by ~40px */
.hero__image-wrap {
  margin-top: clamp(-40px, -2.8vw, -24px);
  position: relative;
  z-index: 1;
}
.hero__mobile-copy { display: none; }   /* shown only on small viewports */
.hero__image {
  width: 100%;
  aspect-ratio: 1668 / 572;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.hero__image img,
.hero__image video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
  display: block;
  background: var(--c-purely-naked-100);
}
/* scale the clip up slightly to crop the black pillarbox baked into the video */
.hero__video { transform: scale(1.1); transform-origin: center; }

/* =====================================================================
   BADGE — save the date stamp
   ===================================================================== */
.badge {
  position: relative;
  width: clamp(180px, 20vw, 285px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex: none;
  transition: scale var(--dur-fast) var(--ease-out);   /* scale != transform → no clash with positioning */
}
.badge__disc {
  position: absolute;
  width: 77%;                     /* 220 / 285 */
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--c-fuzzy-berry);
  transition: background var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out);
}
.badge--light .badge__disc { background: var(--c-purely-naked-50); }
.badge__ring {
  position: absolute;
  width: 100%; height: 100%;
  animation: badge-spin var(--spin-dur) linear infinite;
}
.badge__center {
  position: relative;
  display: flex;
  gap: 0.35em;
  font-size: var(--fs-badge);
  color: var(--c-purely-naked-900);
}
/* CTA states — grow + lighter disc on hover/focus, subtle press on active */
.badge:hover,
.badge:focus-visible { scale: 1.07; }
.badge:active { scale: 1.02; }
.badge:hover .badge__disc,
.badge:focus-visible .badge__disc {
  background: color-mix(in srgb, var(--c-fuzzy-berry) 68%, white);
}
.badge--light:hover .badge__disc,
.badge--light:focus-visible .badge__disc { background: var(--c-light); }
.badge:focus-visible { outline: none; }
.badge:focus-visible .badge__disc {
  box-shadow: 0 0 0 3px var(--c-purely-naked-900);
}
@keyframes badge-spin { to { transform: rotate(360deg); } }

.badge--hero {
  position: absolute;
  top: -12px;
  right: var(--gutter);
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  .badge__ring { animation: none; }
}

/* =====================================================================
   INTRO / FACTS
   ===================================================================== */
.section { position: relative; }
.section-intro { padding-bottom: var(--sp-80); }
.intro__stage { position: relative; }

/* corkscrew + grape (combined SVG) — top of the intro */
.intro__drill {
  position: relative;
  width: min(100%, 1669px);
  margin: 0 auto clamp(70px, 9vw, 130px);
  z-index: 1;
}
.intro__screwgrape {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: var(--sp-20);
  padding-top: clamp(40px, 8vw, 120px);
}
.fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--sp-50);
  padding: var(--sp-40) var(--sp-20);
}
.fact--down { margin-top: clamp(40px, 8vw, 120px); }
.fact__num {
  font-family: var(--font-body);
  font-size: var(--fs-number);
  line-height: 0.8;
  color: var(--c-fuzzy-berry-800);
}
.fact__copy {
  font-size: var(--fs-copy);
  color: var(--c-black);
  line-height: 1.2;
  padding-top: var(--sp-40);
}
.fact__action { padding-top: var(--sp-40); }
.fact__soon {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: var(--fs-copy);
  color: var(--c-purely-naked-600);
}
.round-btn {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--c-fuzzy-berry);
  display: grid; place-items: center;
  transition: transform var(--dur-fast) var(--ease-out);
}
.round-btn:hover { transform: scale(1.06); }
.round-btn img { width: 24px; height: 24px; }

/* ---- bottle line-up ---- */
.bottles {
  position: relative;
  margin-top: clamp(60px, 10vw, 180px);
  display: flex;
  justify-content: center;
  min-height: 300px;
}
.bottles__row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;                                   /* no gap between bottles */
  width: 100%;
}
.bottle {
  flex: none;
  width: clamp(90px, 13.6vw, 236px);        /* all bottles the same size */
  display: block;
}
.bottle--grey { opacity: 0.9; }
.bottle--center { position: relative; z-index: 2; }
.bottle--center > img { width: 100%; display: block; }
.bottle__labels {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 62.5%;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.6vw, 27px);
  font-size: clamp(6px, 0.85vw, 13.6px);
  color: var(--c-inky);
  line-height: 1;
}
.bottle__row {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  white-space: nowrap;
}
.bottles__badge {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(calc(-40% + 70px), 80px);   /* dips into the bottle, nudged right/down */
  z-index: 3;
}

/* =====================================================================
   Shared section head
   ===================================================================== */
.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-20);
  font-size: var(--fs-head);
}
.head__item { white-space: nowrap; }
.head__item--dark  { color: var(--c-purely-naked-900); }
.head__item--plum  { color: var(--c-purely-naked-800); }

/* =====================================================================
   WAS IST NAKED (manifesto)
   ===================================================================== */
.section-manifesto {
  background: var(--c-fuzzy-berry);
  padding: var(--sp-60) var(--gutter) var(--sp-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(120px, 30vw, 585px);
}
.section-manifesto .head { width: 100%; }
.section-manifesto .head__item { color: var(--c-purely-naked-900); }
.section-manifesto .head__item--plum { color: var(--c-purely-naked-800); }
.manifesto {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 70px);
}
.manifesto__p {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: var(--fs-manifesto);
  line-height: 1.05;
  color: var(--c-black);
}

/* ---- Scroll-driven letter-by-letter reveal (GSAP) ---------------
   Chars are split & animated by GSAP (SplitText + ScrollTrigger, see
   js/animations.js). Base state below keeps the text fully visible for
   no-JS / reduced-motion; GSAP sets the dimmed start inline at runtime. */
.manifesto .char { will-change: opacity; }
.manifesto__p { text-wrap: pretty; }

/* =====================================================================
   ERLEBNIS (2x2 grid)
   ===================================================================== */
.section-experience {
  padding: var(--sp-200) var(--gutter) var(--sp-110);
  display: flex;
  flex-direction: column;
  gap: var(--sp-50);
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.cell {
  position: relative;
  min-height: clamp(520px, 58vw, 1000px);
  display: grid;
  place-items: center;
  padding: var(--sp-70) var(--sp-30);
  overflow: hidden;
}
.cell--weine     { background: var(--c-fine-wine-500); }
.cell--workshops { background: var(--c-fine-wine); }
.cell--kulinarik { background: var(--c-purely-naked-400); }
.cell--hangout   { background: var(--c-warm-flow); }

.cell__art { position: absolute; pointer-events: none; }
.cell__art--weine    { top: 0; bottom: 0; left: 50%; transform: translateX(-50%); height: 100%; width: auto; }
.cell__art--workshops{ height: 100%; width: auto; max-width: none; top: 0; left: 50%; transform: translateX(-50%); }
.cell__art--kulinarik{ height: 100%; width: auto; max-width: none; top: 0; left: 50%; transform: translateX(-50%); }
/* pink bottle laid down (90°), sitting centered at the bottom */
.cell__art--hangout1 {
  left: 50%;
  bottom: 0;
  width: clamp(110px, 15vw, 200px);      /* bottle thickness (upright width) */
  height: auto;
  transform: translate(-50%, 33%) rotate(90deg);
  transform-origin: center;
}

.cell__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 4vw, 61px);
  width: min(345px, 90%);
  color: var(--c-light);
}
.cell__title {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: var(--fs-cell);
  line-height: 0.92;
  text-align: left;
}
.cell__title--center { text-align: center; }
.cell__title--dark { color: var(--c-inky); }
.cell__text {
  font-size: var(--fs-label);
  line-height: 1.3;
  text-align: left;
  width: 100%;
}
.cell__text--dark { color: var(--c-purely-naked-900); }
.cell--kulinarik .cell__copy { color: var(--c-purely-naked-900); }
.cell--hangout .cell__copy { color: var(--c-purely-naked-900); }

/* =====================================================================
   LÄDEN (shops + team photo)
   ===================================================================== */
.section-shops {
  padding: var(--sp-230) var(--gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-50);
}
.shops__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-40);
  font-size: var(--fs-head);
}
.shops__title { color: var(--c-purely-naked-900); line-height: 1.2; }
.shops__list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-12);
  font-size: var(--fs-label);
}
.shops__list a { position: relative; }
.shops__list a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 100%; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-fast) var(--ease-out);
}
.shops__list a:hover::after { transform: scaleX(1); }

.shops__photo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.shops__photo img {
  width: min(952px, 100%);
  aspect-ratio: 952 / 523;
  object-fit: cover;
  border-radius: var(--r-sm);
}

/* =====================================================================
   BAND sections (Winzerinnen / Preise)
   ===================================================================== */
.section-band { padding: var(--sp-110) var(--gutter); }
.section-band--pink { background: var(--c-purely-naked); }
.section-band--blue { background: var(--c-fine-wine); }
.band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-20);
  font-size: var(--fs-head);
}
.band__item { white-space: nowrap; color: var(--c-inky); }
.band__item--dark { color: var(--c-purely-naked-900); }
.band__item--light { color: var(--c-purely-naked-50); }
.band__soon {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: var(--fs-sketch-sm);
  white-space: nowrap;
}
.band__soon--blue  { color: var(--c-fine-wine); }
.band__soon--berry { color: var(--c-fuzzy-berry); }

/* =====================================================================
   ILLUSTRATION / CTA section
   ===================================================================== */
.section-illu {
  background: var(--c-fuzzy-berry);
  overflow: hidden;
  min-height: clamp(700px, 90vw, 1699px);
  display: flex;
  align-items: center;              /* vertically centered */
  justify-content: center;
}
.section-illu__inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-illu__art {
  width: 100%;                      /* full width */
  min-width: 1000px;
  max-width: none;
  height: auto;
}
.section-illu__badge {
  position: absolute;
  top: 1%;
  left: 56%;                        /* just right of the glass, at the top edge */
}

/* =====================================================================
   GASTRO GUEST
   ===================================================================== */
.section-gastro {
  background: var(--c-purely-naked);
  padding: var(--sp-80) var(--gutter) var(--sp-30);
}
.gastro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-40);
}
.gastro__title {
  font-size: var(--fs-head);
  color: var(--c-inky);
  margin-bottom: var(--sp-20);
}
.gastro__body {
  font-size: var(--fs-label);
  color: var(--c-purely-naked-900);
  line-height: 1.4;
  max-width: 70ch;
}

/* =====================================================================
   BUTTONS
   ===================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-10);
  padding: var(--sp-14) var(--sp-30);
  border-radius: var(--r-sm);
  font-size: var(--fs-label);
  color: var(--c-inky);
  min-height: 60px;
  transition: transform var(--dur-fast) var(--ease-out), filter var(--dur-fast) var(--ease-out);
}
.btn img { width: 24px; height: 24px; flex: none; }
/* Serial Blur sits high in its line box → nudge labels down for optical centering */
.btn span { position: relative; top: 2px; }
.btn--berry { background: var(--c-fuzzy-berry); }
.btn--dark { background: var(--c-inky); color: var(--c-light); }
.btn--dark img { filter: brightness(0) invert(1); }   /* Icons weiß auf dunklem Button */
.btn:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn:active { transform: translateY(0); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer {
  background: var(--c-purely-naked-50);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  padding-top: var(--sp-150);
  overflow: hidden;
}
.footer__main {
  padding: var(--sp-80) var(--gutter-lg);
  display: flex;
  flex-direction: column;
  gap: var(--sp-110);
}
.footer__brand { display: flex; flex-direction: column; gap: var(--sp-20); }
.footer__brand .wordmark { width: min(1540px, 100%); }
.footer__tagline { font-size: var(--fs-tagline); color: var(--c-inky); }

.footer__cols {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-80);
}
.footer__col { display: flex; flex-direction: column; gap: var(--sp-30); min-width: 160px; }
.footer__h {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--fs-tagline);
  color: var(--c-inky);
  padding-bottom: var(--sp-12);
}
.footer__links, .footer__address {
  display: flex;
  flex-direction: column;
  gap: var(--sp-20);
  font-size: var(--fs-label);
  font-style: normal;
}
.footer__address { gap: var(--sp-4); }
.footer__links a:hover, .footer__address a:hover { color: var(--c-purely-naked-600); }

.footer__bar {
  border-top: 1px solid var(--c-inky-400);
  padding: var(--sp-30) var(--gutter-lg);
}
.footer__copy {
  font-family: var(--font-body);
  font-size: var(--fs-copyright);
  color: var(--c-zest-800);
}

/* =====================================================================
   FLOATING DOCK MENU
   ===================================================================== */
.dock {
  position: fixed;
  right: clamp(16px, 3vw, 50px);
  bottom: clamp(16px, 3vw, 40px);
  z-index: 40;
  width: min(356px, calc(100vw - 32px));
  background: var(--c-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-float);
  overflow: hidden;
  transition: box-shadow var(--dur-med) var(--ease-smooth);
}
.dock__bar {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--sp-20);
}
.dock__title {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-20);
  flex: 1;
  padding-right: var(--sp-20);
  font-size: var(--fs-label);
  color: var(--c-inky);
}
.dock__toggle {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid; place-items: center;
  flex: none;
}
.dock__icon { width: 24px; height: 24px; }
.dock__icon--close { display: none; }
.dock[data-collapsed="false"] .dock__icon--menu { display: none; }
.dock[data-collapsed="false"] .dock__icon--close { display: block; }

.dock__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--dur-med) var(--ease-smooth);
}
.dock__panel > * { overflow: hidden; }
.dock[data-collapsed="false"] .dock__panel { grid-template-rows: 1fr; }
.dock__panel-inner { }
.dock__links {
  display: flex;
  flex-direction: column;
  gap: var(--sp-20);
  padding: 0 var(--sp-20) var(--sp-20);
  font-size: var(--fs-label);
}
.dock__links a {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-20);
  color: var(--c-inky);
  transition: opacity var(--dur-fast) var(--ease-out);
}
.dock__links a:hover { opacity: 0.6; }
.dock__save {
  width: calc(100% - var(--sp-20) * 2);
  margin: 0 var(--sp-20) var(--sp-20);
  border-radius: var(--r-md);
}

/* Ticket-Hand: nur Desktop, links nahtlos an der Bar; blendet beim Öffnen aus */
.dock__ticket { display: none; }
@media (min-width: 901px) {
  .dock { overflow: visible; }
  .dock__ticket {
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(100% - 10px);          /* nur minimal in die Bar (weiße Hand verschmilzt) */
    width: clamp(120px, 12vw, 165px);
    z-index: 1;
    transition: opacity var(--dur-med) var(--ease-out),
                transform var(--dur-med) var(--ease-out);
  }
  .dock__ticket img { width: 100%; height: auto; display: block; }
  .dock[data-collapsed="false"] .dock__ticket {
    opacity: 0;
    transform: translateX(18px) scale(0.95);
    pointer-events: none;
  }
}

/* =====================================================================
   SAVE THE DATE OVERLAY
   ===================================================================== */
.overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: var(--gutter);
}
.overlay[hidden] { display: none; }

/* Blur-in on open / blur-out on close (500ms). Reduced-motion → instant. */
@media (prefers-reduced-motion: no-preference) {
  .overlay {
    opacity: 0;
    transition: opacity 500ms var(--ease-out);
  }
  .overlay.is-open { opacity: 1; }
  .overlay__card {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(12px) scale(0.985);
    transition: opacity 500ms var(--ease-out),
                filter 500ms var(--ease-out),
                transform 500ms var(--ease-out);
  }
  .overlay.is-open .overlay__card {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.overlay__scrim {
  position: absolute;
  inset: 0;
  background: var(--c-overlay);
  -webkit-backdrop-filter: blur(62px);
          backdrop-filter: blur(62px);
}
.overlay__card {
  position: relative;
  width: min(958px, 100%);
  max-height: calc(100dvh - var(--gutter) * 2);
  overflow-y: auto;
  padding: clamp(24px, 5vw, 50px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vw, 51px);
}
.overlay__topper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: var(--fs-label);
  color: var(--c-purely-naked-900);
}
.overlay__topper .overlay__t:nth-child(2) { text-align: center; }
.overlay__close { justify-self: end; width: 24px; height: 24px; }
.overlay__head { display: flex; flex-direction: column; gap: clamp(40px, 8vw, 80px); }
.overlay__date, .overlay__place {
  display: flex;
  justify-content: space-between;
  font-size: var(--fs-label);
  color: var(--c-purely-naked-900);
}
.overlay__actions {
  display: flex;
  flex-direction: column;
  gap: var(--sp-20);
}
.overlay__form { width: 100%; }
.overlay__input {
  width: 100%;
  height: 70px;
  padding: var(--sp-10) var(--sp-20);
  border: 2px solid var(--c-purely-naked-200);
  border-radius: var(--r-sm);
  background: var(--c-light);
  text-align: center;
  color: var(--c-purely-naked-900);
  font-size: var(--fs-label);
}
.overlay__input::placeholder { color: var(--c-purely-naked-900); opacity: 0.5; }
.overlay__input:focus { outline: none; border-color: var(--c-fuzzy-berry); }

/* ---- newsletter multi-step form ---- */
.nl-step[hidden] { display: none; }
.nl-field { position: relative; }
.nl-step--email .overlay__input { padding-inline: 64px; }
.nl-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-fuzzy-berry);
  transition: filter var(--dur-fast) var(--ease-out), scale var(--dur-fast) var(--ease-out);
}
.nl-arrow img { width: 22px; height: 22px; }
.nl-arrow:hover { filter: brightness(1.05); scale: 1.05; }
.nl-arrow:active { scale: 0.98; }

.nl-step--details { display: flex; flex-direction: column; gap: 16px; }
.nl-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--c-purely-naked-900);
  cursor: pointer;
  padding: 2px;
}
.nl-consent input {
  width: 22px;
  height: 22px;
  flex: none;
  margin-top: 1px;
  accent-color: var(--c-fuzzy-berry);
  cursor: pointer;
}
.nl-submit { width: 100%; }
.nl-submit:disabled { opacity: 0.45; cursor: not-allowed; filter: none; transform: none; }

.nl-step--success {
  text-align: center;
  font-size: clamp(1.15rem, 1.4vw, 1.4rem);
  line-height: 1.4;
  color: var(--c-purely-naked-900);
  padding: 24px 0;
}
.overlay__actions .btn { width: 100%; }
.overlay__row { display: flex; gap: var(--sp-14); }
.overlay__row .btn { flex: 1 1 0; min-width: 0; width: auto; }
.overlay__row .btn span { white-space: normal; }
.overlay__gastro {
  font-size: var(--fs-label);
  color: var(--c-purely-naked-900);
  line-height: 1.4;
  padding-top: var(--sp-40);
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1200px) {
  .hero__topper { padding-right: 200px; }
  .topper__center { display: none; }        /* keep intro topper tidy */
}

@media (max-width: 900px) {
  :root { --gutter: 20px; }
  .hero__topper { padding-right: 0; }
  .hero__topper .topper__item:not(:first-child) { display: none; }
  .badge--hero { position: absolute; top: 8px; right: var(--gutter); width: 128px; }

  .topper--intro {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-12);
    padding-block: var(--sp-56);
  }
  .topper--intro .topper__item { white-space: normal; }

  .facts { grid-template-columns: repeat(2, 1fr); gap: var(--sp-40); }
  .fact--down { margin-top: 0; }

  .grid { grid-template-columns: 1fr; }
  .cell { min-height: 78vw; }

  .shops__head { flex-direction: column; }
  .band { flex-wrap: wrap; gap: var(--sp-12); }
  .band__soon { width: 100%; }

  .gastro { flex-direction: column; align-items: flex-start; }
  .gastro__btn { width: 100%; }

  .footer__main { padding-inline: var(--gutter); }
  .footer__bar { padding-inline: var(--gutter); }
  .footer__cols { gap: var(--sp-40); }
}

@media (max-width: 640px) {
  .head { flex-direction: column; align-items: flex-start; gap: var(--sp-8); }
  .head__item { white-space: normal; }
  .gastro__title { font-size: var(--fs-head); }

  /* --- Stage (hero) reflow: wordmark → badge → copy → video --- */
  .hero { display: flex; flex-direction: column; }
  .hero__topper { display: none; }
  .hero__wordmark { order: 1; transform: none; margin-top: clamp(20px, 6vw, 48px); }
  .badge--hero {
    order: 2;
    position: relative;      /* in flow, but keeps disc/ring positioning context */
    inset: auto;
    width: clamp(150px, 46vw, 210px);
    margin: clamp(16px, 5vw, 28px) auto 0;
  }
  .hero__mobile-copy {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    font-size: var(--fs-label);
    line-height: 1.35;
    color: var(--text-base);
    margin-top: clamp(20px, 6vw, 36px);
  }
  .hero__image-wrap { order: 4; margin-top: clamp(24px, 7vw, 44px); }
  .hero__image { aspect-ratio: auto; height: 60vw; }

  /* the copy now lives in the stage → hide the duplicate intro topper */
  .topper--intro { display: none; }

  /* screw + grape: centered to the viewport, min 1200px wide */
  .intro__drill {
    width: max(100vw, 1200px);
    min-width: 1200px;
    margin-left: calc(50% - max(50vw, 600px));
    margin-right: 0;
  }

  /* big number items: 60px spacing */
  .facts { grid-template-columns: 1fr; gap: 60px; }

  /* keep the blue bottle surrounded by bottles, overflowing the viewport (centered) */
  .bottle { width: clamp(100px, 27vw, 180px); }
  .bottles { display: block; }
  .bottles__row { width: max-content; position: relative; left: 50%; transform: translateX(-50%); }

  /* Erlebnis: full-bleed tiles, each rounded, ~one screen tall */
  .section-experience { padding-inline: 0; }
  .grid {
    width: 100vw;
    margin-inline: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    border-radius: 0;
    overflow: visible;
  }
  .cell { height: 250vw; min-height: 0; border-radius: 20px; overflow: hidden; }

  /* floating dock: max 50px tall by default */
  .dock__bar { height: 50px; }

  /* extra breathing room at the very bottom */
  .footer { padding-bottom: 200px; }

  /* stacking tidy-ups */
  .band { flex-direction: column; align-items: flex-start; }
  .band__item { white-space: normal; }
  .footer__cols { flex-direction: column; }
  .dock__title span:last-child { display: none; }
}
