/* ==========================================================================
   DOMAINE 1196 — Redesign v01 "Monemvasia"
   Layout-DNA: monemvasiawinery.gr (10px-Raster, Riesenlettern, Chip-UI,
   Flicker-Hero, 200px-Rhythmus). Haut: 1196 Designsystem (Adelon / ASW DIN,
   Pirate Black auf warmem Papier, quadratisch, druckgrafisch).
   ========================================================================== */

/* ---------- FONTS ---------- */
@font-face {
  font-family: "Adelon Serial";
  src: url("../assets/fonts/AdelonSerial-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelon Serial";
  src: url("../assets/fonts/AdelonSerial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelon Serial";
  src: url("../assets/fonts/AdelonSerial-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ASW DIN";
  src: url("../assets/fonts/ASW-DIN-Variable.ttf") format("truetype-variations"),
       url("../assets/fonts/ASW-DIN-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avus Pro";
  src: url("../assets/fonts/AvusPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avus Pro";
  src: url("../assets/fonts/AvusPro-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avus Pro";
  src: url("../assets/fonts/AvusPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ---------- TOKENS ---------- */
:root {
  /* 1196 Kernpalette */
  --c-black:     #38383A;
  --c-off-white: #EFEAE0;
  --c-grey:      #7F7B6E;
  --c-sand-gold: #7C6946;
  --c-blue:      #CCD5DC;
  --c-paper-warm:#E6DFD2;
  --c-paper-deep:#D9D1C0;

  --line-soft: color-mix(in oklab, var(--c-black) 14%, transparent);
  --line-mid:  color-mix(in oklab, var(--c-black) 28%, transparent);

  --font-display: "Adelon Serial", "Times New Roman", serif;
  --font-text: "ASW DIN", "Avus Pro", "Helvetica Neue", sans-serif;

  /* Monemvasia-Rhythmus */
  --gutter: 10px;
  --pd-200: 10.416666vw;           /* 200px @ 1920 */
  --logo-h: 64px;

  /* Bewusst über das Foundation-Token --fs-display (140px) hinaus skaliert:
     die Monemvasia-Riesenlettern sind Teil der Layout-DNA dieser Version. */
  --fs-display-xl: 200px;
  --fs-hero: 220px;

  --tracking-h2: 0.2em;
  --tracking-caps: 0.12em;

  /* Chip-UI: harte Papierfläche, keine Glaswirkung. */
  --chip-bg: var(--c-off-white);
  --chip-fg: var(--c-black);
}

@media (max-width: 1440px) { :root { --logo-h: 56px; } }
@media (max-width: 960px)  { :root { --pd-200: 80px; --logo-h: 48px; } }

/* ---------- BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  font-size: 18px;
  font-synthesis: none;
  -webkit-font-synthesis: none;
  scroll-behavior: smooth;
  overflow-x: clip;        /* gegen horizontale Sub-Pixel-Ausreisser */
}
body { overflow-x: clip; }
@media (max-width: 1440px) { html { font-size: 16px; } }
@media (max-width: 1160px) { html { font-size: 15px; } }

body {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.005em;
  color: var(--c-black);
  background: var(--c-off-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: opacity .35s, color .35s; }
p { margin: 0 0 1em; max-width: 62ch; text-wrap: pretty; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; padding: 0; }

::selection { background: var(--c-sand-gold); color: var(--c-off-white); }

/* ---------- TYPE ---------- */
.t-display {
  font-family: var(--font-display);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.015em;
  line-height: 1.07;
  font-size: clamp(46px, 10.4vw, var(--fs-display-xl));
  margin: 0;
}
.t-h1 {
  font-family: var(--font-display);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.015em;
  line-height: 1.07;
  font-size: clamp(34px, 6vw, 92px);
  margin: 0;
}
/* H2 — gemäß Guideline S.14: Avus/ASW-DIN SemiBold, Versalien,
   letter-spacing 0.2em, linksbündig (Foundation .t-h2). */
.t-h2 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: clamp(15px, 1.22vw, 22px);
  line-height: 1.2;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.t-eyebrow {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  margin: 0;
}
.t-intro {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.35;
  text-align: center; /* Guideline S.13: Introduction/Highlights zentriert */
  margin: 0;
}
.t-intro--italic { font-style: italic; }
.t-caption {
  font-size: 12px;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--c-grey);
}
.muted { color: var(--c-grey); }

/* ---------- CHIP / BUTTON (Monemvasia-Pille, quadratisch gedacht) ---------- */
.chip {
  display: inline-block;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  line-height: 1;
  padding: 11px 16px 10px;
  min-width: 85px;
  text-align: center;
  border-radius: 2px;
  background: var(--chip-bg);
  color: var(--chip-fg);
  border: 1px solid transparent;
  transition: background-color .35s, color .35s, border-color .35s;
  cursor: pointer;
}
.chip:hover {
  background: var(--c-black);
  color: var(--c-off-white);
  opacity: 1;
}
.chip--solid { background: var(--c-black); color: var(--c-off-white); }
.chip--solid:hover { background: var(--c-sand-gold); color: var(--c-off-white); }
.chip--line { background: transparent; border-color: var(--line-mid); }
.chip--sq {
  min-width: 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---------- LAYOUT-PRIMITIVEN ---------- */
.container { padding: 0 var(--gutter); }
.flex { display: flex; flex-wrap: wrap; margin: 0 -5px; }
.flex > * { padding: 0 5px; }
.mg-200 { margin-bottom: var(--pd-200); }

.w-16 { width: 16.6666%; }
.w-25 { width: 25%; }
.w-33 { width: 33.3333%; }
.w-50 { width: 50%; }

/* Riesentitel mit Rand-Labels (SEIT ——— 1196) */
.block-big-title { position: relative; padding: 0 var(--gutter); margin-bottom: clamp(28px, 3vw, 56px); }
.block-big-title .edge-labels {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--gutter);
  pointer-events: none;
}
.block-big-title .edge-labels span {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  color: var(--c-grey);
}

/* Scroll-Reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none; /* nur die Chips selbst */
}
/* Papierbalken mit Haarlinie, sobald der Header über Inhalt liegt:
   trennt das Monogramm sauber von Riesenlettern/Kacheln (Schutzzone). */
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--logo-h) + 2 * var(--gutter));
  background: var(--c-off-white);
  border-bottom: 1px solid var(--line-soft);
  opacity: 1;
  transition: opacity .35s;
}
body.over-hero #header::before,
body.over-ink #header::before,
body.nav-open #header::before { opacity: 0; }
#header .header-inner { position: relative; height: 0; }
#header a, #header button { pointer-events: auto; }

.header-nav {
  position: absolute;
  top: var(--gutter);
  left: var(--gutter);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  max-width: calc(50vw - 70px);
}
.header-nav .chip { min-width: 0; padding-left: 13px; padding-right: 13px; }
.header-logo {
  position: absolute;
  top: var(--gutter);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
}
.header-logo img { height: var(--logo-h); width: auto; transition: opacity .35s; }
.header-tools {
  position: absolute;
  top: var(--gutter);
  right: var(--gutter);
  display: flex;
  gap: 6px;
}

/* Dunkle Flächen unter dem Header: Hero-Foto, offenes Menü (Tinte),
   Tinten-Footer. Heller Zustand für Chips + Off-White-Monogramm —
   nur auf den Header gescoped, damit Seiten-Chips unberührt bleiben. */
body.over-hero #header .chip,
body.nav-open #header .chip,
body.over-ink #header .chip {
  background: color-mix(in srgb, var(--c-black) 22%, transparent);
  color: var(--c-off-white);
}
body.over-hero #header .chip:hover,
body.nav-open #header .chip:hover,
body.over-ink #header .chip:hover { background: var(--c-off-white); color: var(--c-black); }

/* Monogramm: schwarz auf Papier, off-white auf dunklen Flächen
   (freigegebene Farbkombinationen der Marke). */
.header-logo .logo-light { display: none; }
.header-logo .logo-dark { display: block; }
body.over-hero .header-logo .logo-light,
body.nav-open .header-logo .logo-light,
body.over-ink .header-logo .logo-light { display: block; }
body.over-hero .header-logo .logo-dark,
body.nav-open .header-logo .logo-dark,
body.over-ink .header-logo .logo-dark { display: none; }

/* Burger */
.menu-toggle { display: none; }
.menu-toggle .bars {
  position: relative;
  width: 16px;
  height: 10px;
  display: block;
}
.menu-toggle .bars::before,
.menu-toggle .bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transition: top .35s, transform .35s .35s;
  top: 0;
}
.menu-toggle .bars::after { top: 8px; }
body.nav-open .menu-toggle .bars::before { top: 4px; transform: rotate(45deg); }
body.nav-open .menu-toggle .bars::after { top: 4px; transform: rotate(-45deg); }

/* Mobile-Menü: Vollbild-Tinte */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--c-black);
  color: var(--c-off-white);
  z-index: 990;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
}
body.nav-open .mobile-menu { display: flex; }
.mobile-menu a {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 8vw, 44px);
  text-transform: uppercase;
  line-height: 1.2;
}
.mobile-menu a:hover { color: var(--c-grey); } /* Blau nur als Fläche (Guideline S.11) */
.mobile-menu .mobile-meta {
  margin-top: 32px;
  font-size: 12px;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  color: var(--c-grey);
}

@media (max-width: 960px) {
  .header-nav { display: none; }
  .menu-toggle { display: inline-flex; }
}
/* Schmale Screens: Monogramm links docken — zentriert kollidiert es
   mit den Tools-Chips (DE/Warenkorb/Burger) rechts */
@media (max-width: 560px) {
  .header-logo { left: var(--gutter); transform: none; }
}

/* ==========================================================================
   HERO — Flicker-Slideshow + grosse Lettern
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--c-off-white);
  overflow: hidden;
}
.hero-slides { position: absolute; inset: 0; z-index: 0; background: var(--c-black); }
.hero-slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  /* harter Schnitt — kein Crossfade (Monemvasia-Flicker) */
}
.hero-slides img.active { opacity: 1; }
/* Reduzierter Scrim: nur so viel, dass Lettern auf allen sechs Motiven
   lesbar bleiben (Referenz legt Typo auf rohe, kontrastige Fotografie). */
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: color-mix(in srgb, var(--c-black) 24%, transparent);
}
.hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(var(--logo-h) + 34px) 0 64px;
}
.hero-title-block { position: relative; padding: 0 var(--gutter); }
.hero-title-block .edge-labels {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--gutter);
  pointer-events: none;
}
.hero-title-block .edge-labels span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(56px, 11.5vw, var(--fs-hero));
  line-height: 1.07; /* Guideline H1-Verhältnis 1:1,07 */
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.hero-title .word {
  display: block;
  overflow: hidden;
}
.hero-title .word > span {
  display: block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform .9s cubic-bezier(.22,1,.36,1), opacity .9s ease;
}
.hero.show .word > span { transform: translateY(0); opacity: 1; }
.hero.show .word.delay-1 > span { transition-delay: 0s; }
.hero.show .word.delay-2 > span { transition-delay: .12s; }
.hero.show .word.delay-3 > span { transition-delay: .24s; }

/* Hero mit offizieller "Domaine 1196"-Wortmarke (SVG) statt gesetzter Type.
   Seitenverhältnis der Wortmarke: 841,89 × 188,78 (~4,46:1).
   Breite lässt Raum für die Rand-Labels; margin-block zentriert vertikal. */
.hero-title-block { margin-block: auto; }
.hero-title--wordmark .word > span { display: flex; justify-content: center; }
.hero-title--wordmark img {
  display: block;
  width: min(70vw, 900px);
  height: auto;
}
@media (max-width: 860px) {
  .hero-title-block .edge-labels { display: none; }
  .hero-title--wordmark img { width: 86vw; }
}

.hero-lower { padding: 0 var(--gutter); }
.hero-lower .flex { align-items: flex-end; }
.hero-lower p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 21px);
  line-height: 1.3;
  margin: 0;
  max-width: none;
}
.hero-lower .col-1 p { text-align: left; padding-right: 40%; }
.hero-lower .col-2 p { text-align: center; }
.hero-lower .col-3 p { text-align: right; padding-left: 25%; }

@media (max-width: 660px) {
  .hero-lower .col-1, .hero-lower .col-2, .hero-lower .col-3 { width: 100%; }
  .hero-lower .col-1 p, .hero-lower .col-3 p { padding: 0; text-align: center; }
  .hero-lower .col-2 p { margin: 6px 0; }
  .hero-title-block .edge-labels { align-items: flex-start; padding-top: 0; }
}

/* ==========================================================================
   BANNERS — einheitliche Kachelzeile (4 × 25%), Haarlinien-Rahmen
   ========================================================================== */
.banners { padding: 0 var(--gutter); }
.banner a { display: block; }
.banner .thumb {
  margin-bottom: var(--gutter);
  overflow: hidden;
  background: var(--c-paper-warm);
  border: 1px solid var(--line-soft);
  aspect-ratio: 3 / 4;
  transition: border-color .35s;
}
.banner .thumb img { width: 100%; height: 100%; object-fit: cover; }
.banner .title { display: flex; flex-direction: column; gap: 2px; }
.banner .title .t-eyebrow { color: var(--c-grey); }
.banner a:hover .t-h2 { color: var(--c-sand-gold); }
.banner a:hover .thumb { border-color: var(--line-mid); }

@media (max-width: 660px) {
  .banner { width: 100%; margin-bottom: 32px; }
  .banner .thumb { aspect-ratio: 4 / 3; }
}

/* ==========================================================================
   STORY — ANNO 1196 (Editorial, 3 Spalten, Portrait in der Mitte)
   ========================================================================== */
.story-grid { padding: 0 var(--gutter); align-items: flex-start; }
.story-col-text { width: 33.3333%; }
.story-col-img { width: 33.3333%; }
.story-col-img img { width: 100%; height: auto; }
.story-col-text .t-eyebrow { margin-bottom: 18px; color: var(--c-sand-gold); }
.story-col-text p { font-size: 1rem; }
.story-col-text .first-line {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(18px, 1.3vw, 23px);
  line-height: 1.35;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  .story-col-text, .story-col-img { width: 100%; }
  .story-col-img { order: -1; margin-bottom: 28px; }
  .story-col-img img { max-height: 70vh; object-fit: cover; }
  .story-col-text + .story-col-text { margin-top: 28px; }
}

/* Schmale Vollbreite-Bildzeile (Pano) */
.pano-band { padding: 0 var(--gutter); }
.pano-band img { width: 100%; height: auto; }

/* ==========================================================================
   ERLEBNISSE — Farbblock-Karten mit Inversions-Hover
   ========================================================================== */
.exp-cards { padding: 0 var(--gutter); }
.exp-card { width: 25%; display: flex; }
.exp-card > a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  text-align: center;
  padding: 24px 20px;
  min-height: 540px;
  border-radius: 2px;
  transition: background-color .35s, color .35s;
}
.exp-card .upper { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.exp-card .upper .t-eyebrow { opacity: .75; }
.exp-card .upper .exp-title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.35;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  margin: 0;
}
.exp-card .upper .exp-info { font-size: 13px; line-height: 1.5; max-width: 30ch; margin: 0 auto; }
.exp-card .middle { padding: 0 22%; }
.exp-card .middle img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.exp-card .lower { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.exp-card .lower .cta {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: clamp(13px, 1vw, 16px);
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  line-height: 1.2;
}
.exp-card .lower .note { font-size: 11px; letter-spacing: var(--tracking-caps); text-transform: uppercase; opacity: .75; max-width: 30ch; }

.exp-card--gold > a { background: var(--c-sand-gold); color: var(--c-off-white); }
.exp-card--ink  > a { background: var(--c-black);     color: var(--c-off-white); }
.exp-card--grey > a { background: var(--c-grey);      color: var(--c-off-white); }
.exp-card--blue > a { background: var(--c-blue);      color: var(--c-black); }
.exp-card > a:hover { background: var(--c-paper-deep); color: var(--c-black); }
.exp-card--blue > a:hover { background: var(--c-black); color: var(--c-off-white); }

@media (max-width: 1160px) {
  .exp-card { width: 50%; }
  .exp-card > a { min-height: 480px; margin-bottom: var(--gutter); }
}
@media (max-width: 660px) {
  .exp-card { width: 100%; }
  .exp-card > a { min-height: 0; }
}

/* ==========================================================================
   PRODUKTKARTEN — Info-Karte aus dem Designsystem (components-product-card):
   Flasche auf Grundlinie + Größen-Chip, Attribut-Tabelle mit Haarlinien,
   Verfügbarkeits-Pip, Preis inkl. MwSt., Gold-CTA mit Unterstrich
   ========================================================================== */
.products { padding: 0 var(--gutter); }
.pcard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
}
.pcard {
  position: relative;
  border: 1px solid var(--line-soft);
  background: var(--c-off-white);
  border-radius: 2px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  padding: 24px 24px 22px;
}
.pcard-shot {
  position: relative;
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pcard-shot::after {
  content: "";
  position: absolute;
  left: -6px; right: -6px; bottom: -4px;
  border-bottom: 1px solid color-mix(in oklab, var(--c-black) 18%, transparent);
}
.pcard-shot img { max-height: 300px; max-width: 96px; width: auto; display: block; }
.pcard-size {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-grey);
  background: var(--c-off-white);
  padding: 0 6px;
  white-space: nowrap;
}
.pcard-body { display: flex; flex-direction: column; justify-content: center; min-height: 300px; }
.pcard-eyebrow {
  font-weight: 600;
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--c-grey);
  margin: 0 0 10px;
}
.pcard-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 12px;
}
.pcard-title .vin {
  font-size: 13px;
  letter-spacing: .06em;
}
.pcard-attrs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 4px 0 0;
  border-top: 1px solid var(--line-soft);
}
.pcard-attr {
  padding: 9px 0;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
.pcard-attr:nth-child(odd)  { padding-right: 14px; border-right: 1px solid var(--line-soft); }
.pcard-attr:nth-child(even) { padding-left: 14px; }
.pcard-attr .k {
  font-weight: 400;
  font-size: 8.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-grey);
}
.pcard-attr .v {
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: .02em;
  color: var(--c-black);
}
.pcard-bottom {
  margin-top: 20px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pcard-price { font-weight: 600; font-size: 16px; letter-spacing: .02em; color: var(--c-black); }
.pcard-price small { font-weight: 400; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--c-grey); margin-left: 6px; }
.pcard-cta {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-sand-gold);
  border: 0;
  background: transparent;
  padding: 6px 0;
  border-bottom: 1px solid var(--c-sand-gold);
  border-radius: 0;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
.pcard-cta:hover,
.pcard-cta:focus-visible { color: var(--c-black); border-bottom-color: var(--c-black); }
.pcard-pip {
  position: absolute;
  top: 14px; right: 16px;
  font-weight: 600;
  font-size: 8.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #5A6B52;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pcard-pip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; display: block; }
.pcard-pip.low { color: var(--c-sand-gold); }
.pcard-pip.out { color: var(--c-grey); }

@media (max-width: 1060px) { .pcard-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .pcard { grid-template-columns: 76px 1fr; gap: 16px; padding: 18px 16px; }
  .pcard-shot { height: 240px; }
  .pcard-shot img { max-height: 240px; max-width: 76px; }
  .pcard-body { min-height: 0; }
}

.shop-link { text-align: center; margin-top: clamp(40px, 4vw, 72px); }

/* Gruppentitel auf der Weinseite */
.wine-group-head {
  padding: 0 var(--gutter);
  margin-bottom: clamp(24px, 2.5vw, 44px);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line-soft);
  padding-top: 14px;
}
.wine-group-head .t-eyebrow { color: var(--c-sand-gold); }

/* Fixe Kategorien-Chips unten Mitte (Weinseite) */
.cat-links {
  position: fixed;
  bottom: var(--gutter);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 900;
  transition: opacity .35s;
}
.cat-links .chip { background: color-mix(in srgb, var(--c-off-white) 80%, transparent); border: 1px solid var(--line-soft); }
.cat-links .chip:hover { background: var(--c-black); color: var(--c-off-white); }
@media (max-width: 660px) { .cat-links { display: none; } }

/* ==========================================================================
   DAS STEINBACH — blaue Fläche (Ballad Blue ↔ Schwarz)
   ========================================================================== */
.steinbach {
  background: var(--c-blue);
  color: var(--c-black);
  padding: var(--pd-200) 0;
}
.steinbach .block-big-title .edge-labels span { color: color-mix(in oklab, var(--c-black) 60%, var(--c-blue)); }
/* Offizielles Das-Steinbach-Lockup (Monogramm über Wortmarke), Colourway:
   Ink auf Ballad Blue gemäß DAS_STEINBACH_LOGO_USAGE_EXAMPLES_WITH_COLOURWAYS */
.steinbach-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  margin: 0;
}
.steinbach-lockup .sb-monogram { width: clamp(54px, 6vw, 92px); height: auto; display: block; }
.steinbach-lockup .sb-wordmark { width: min(64vw, 760px); height: auto; display: block; }
.steinbach-media { padding: 0 var(--gutter); margin-bottom: clamp(32px, 3.5vw, 64px); }
.steinbach-media img { width: 100%; height: auto; }
.steinbach-cols { padding: 0 var(--gutter); align-items: flex-start; }
.steinbach-cols .col { width: 33.3333%; }
.steinbach-cols .t-intro { margin-bottom: 1em; }
.steinbach-cols p { font-size: 1rem; }
.steinbach-info {
  padding: 0 var(--gutter);
  margin-top: clamp(32px, 3.5vw, 56px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid color-mix(in oklab, var(--c-black) 18%, transparent);
  padding-top: 20px;
}
.steinbach-info .hours { font-size: 12px; letter-spacing: var(--tracking-caps); text-transform: uppercase; }
.steinbach-info .ctas { display: flex; gap: 6px; flex-wrap: wrap; }
.steinbach .chip { background: color-mix(in srgb, var(--c-black) 8%, transparent); border: 1px solid color-mix(in oklab, var(--c-black) 24%, transparent); }
.steinbach .chip:hover { background: var(--c-black); color: var(--c-off-white); }
@media (max-width: 960px) {
  .steinbach-cols .col { width: 100%; margin-bottom: 20px; }
}

/* ==========================================================================
   COMING UP — Eventzeilen mit Haarlinien
   ========================================================================== */
.events { padding: 0 var(--gutter); }
.event-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line-soft);
}
.event-row:last-child { border-bottom: 1px solid var(--line-soft); }
.event-row .when { width: 220px; font-weight: 600; font-size: 12px; letter-spacing: var(--tracking-h2); text-transform: uppercase; color: var(--c-sand-gold); }
.event-row .what { flex: 1; min-width: 240px; }
.event-row .what h3 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: clamp(14px, 1.15vw, 20px);
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 4px;
}
.event-row .what p { margin: 0; font-size: 14px; color: var(--c-grey); max-width: 56ch; }
.event-row .meta { font-size: 12px; letter-spacing: var(--tracking-caps); text-transform: uppercase; text-align: right; color: var(--c-grey); }
@media (max-width: 660px) {
  .event-row .when { width: 100%; }
  .event-row .meta { text-align: left; }
}

/* ==========================================================================
   NEWSLETTER — schmaler zentrierter Block + Vollbild-Overlay
   ========================================================================== */
.newsletter-teaser {
  padding: 0 var(--gutter);
  text-align: center;
}
.newsletter-teaser .inner { max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.newsletter-teaser .inner img { width: min(46%, 220px); height: auto; }
.newsletter-teaser h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(26px, 3.1vw, 56px);
  line-height: 1.07;
  text-transform: uppercase;
  margin: 0;
}

.newsletter-overlay {
  position: fixed;
  inset: 0;
  background: var(--c-black);
  color: var(--c-off-white);
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
body.newsletter-open .newsletter-overlay { display: flex; }
body.newsletter-open, body.nav-open { overflow: hidden; }
.newsletter-overlay .close {
  position: absolute;
  top: var(--gutter);
  right: var(--gutter);
  background: color-mix(in srgb, var(--c-off-white) 14%, transparent);
  color: var(--c-off-white);
}
.newsletter-overlay .close:hover { background: var(--c-off-white); color: var(--c-black); }
.newsletter-form { width: min(560px, 100%); text-align: center; display: flex; flex-direction: column; gap: 26px; align-items: center; }
.newsletter-form .t-eyebrow { color: var(--c-grey); }
.newsletter-form h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(30px, 4.5vw, 64px);
  line-height: 1.07;
  text-transform: uppercase;
  margin: 0;
}
.newsletter-form p { color: color-mix(in oklab, var(--c-off-white) 75%, var(--c-black)); margin: 0; }
.newsletter-form input[type="email"] {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in oklab, var(--c-off-white) 32%, transparent);
  border-radius: 0;
  color: var(--c-off-white);
  font: inherit;
  text-align: center;
  padding: 12px 0;
  outline: none;
}
.newsletter-form input[type="email"]:focus { border-bottom-color: var(--c-off-white); }
.newsletter-form .chip { background: var(--c-off-white); color: var(--c-black); min-width: 160px; }
.newsletter-form .chip:hover { background: var(--c-sand-gold); color: var(--c-off-white); }
.newsletter-form .form-note { font-size: 11px; color: var(--c-grey); letter-spacing: var(--tracking-caps); text-transform: uppercase; }

/* ==========================================================================
   FOOTER — Tinte (Schwarz, Off-White-Text), Papier-Schlussleiste
   ========================================================================== */
#footer {
  background: var(--c-black);
  color: var(--c-off-white);
  padding: clamp(56px, 6vw, 110px) var(--gutter) var(--gutter);
}
#footer a:hover { color: var(--c-grey); } /* Blau nur als Fläche (Guideline S.11) */
.footer-upper { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; margin-bottom: clamp(40px, 5vw, 90px); }
.footer-upper .col { display: flex; flex-direction: column; gap: 2px; }
.footer-upper .col.right { text-align: right; }
.footer-upper a, .footer-upper span {
  display: block;
  font-size: 13px;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  padding: 2px 0;
  line-height: 1.6;
}
.footer-upper .col-label { font-weight: 600; font-size: 11px; letter-spacing: var(--tracking-h2); color: var(--c-grey); margin-bottom: 10px; text-transform: uppercase; }
/* Schutzzone: 1/4 der Wortmarken-Höhe (Seitenverhältnis 4,46:1 → ~5,6vw) */
.footer-wordmark { padding: clamp(40px, 5.6vw, 120px) 0; }
.footer-wordmark img { width: 100%; height: auto; }
.footer-lower {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 11px;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--c-grey);
  margin-bottom: var(--gutter);
}
.footer-seal-strip {
  background: var(--c-off-white);
  color: var(--c-black);
  margin: 0 calc(-1 * var(--gutter)) calc(-1 * var(--gutter));
  /* unten genug Luft, damit das fixe Versions-Badge die Siegelzeile nicht überdeckt */
  padding: 24px 20px 58px;
  text-align: center;
}
/* Schutzzone des Monogramms: ≥ 1/4 der dargestellten Höhe (56px → 16px) */
.footer-seal-strip img { height: 56px; width: auto; margin: 0 auto 16px; }
.footer-seal-strip p {
  margin: 0 auto;
  max-width: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
}
@media (max-width: 660px) {
  .footer-upper .col.right { text-align: left; }
}

/* ==========================================================================
   SEITEN-INTRO (weine.html)
   ========================================================================== */
.page-intro {
  padding: calc(var(--logo-h) + clamp(60px, 9vw, 150px)) 0 0;
  margin-bottom: clamp(40px, 5vw, 90px);
}
.page-intro .lead {
  max-width: 720px;
  margin: clamp(22px, 2.5vw, 40px) auto 0;
  padding: 0 var(--gutter);
  text-align: center;
}
.page-intro .lead .t-intro { display: block; }

/* ---------- Versions-Badge ---------- */
.versions-badge {
  position: fixed;
  bottom: var(--gutter);
  left: var(--gutter);
  z-index: 950;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  padding: 9px 12px 8px;
  border-radius: 2px;
  background: var(--c-off-white);
  border: 1px solid var(--line-soft);
  color: var(--c-black);
}
.versions-badge:hover { background: var(--c-black); color: var(--c-off-white); }

/* Fokus sichtbar, golden */
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--c-off-white), 0 0 0 4px var(--c-sand-gold);
}

/* ==========================================================================
   V01 OVERNIGHT DEPTH PASS — route floor, shop, forms, modals
   ========================================================================== */
.nav-group { position: relative; display: inline-flex; }
.nav-sub { position: absolute; top: calc(100% + 6px); left: 0; min-width: 230px; background: var(--c-off-white); color: var(--c-black); border: 1px solid var(--line-soft); padding: 8px; display: none; }
.nav-sub a { display: block; padding: 8px 10px; font-size: 11px; font-weight: 600; letter-spacing: var(--tracking-caps); text-transform: uppercase; }
.nav-group:hover .nav-sub, .nav-group:focus-within .nav-sub { display: block; }
.chip.is-active, .chip[aria-current="page"] { background: var(--c-sand-gold); color: var(--c-off-white); }
.cart-chip { min-width: 44px; }
.mobile-menu { overflow: auto; padding: 96px 20px 40px; justify-content: flex-start; }
.mobile-menu a { font-size: clamp(22px, 6vw, 40px); }
.page-hero { min-height: min(78vh, 760px); margin-bottom: var(--pd-200); }
.page-hero-img { position: absolute; inset: 0; z-index: 0; background: var(--c-black); }
.page-hero-img img { width: 100%; height: 100%; object-fit: cover; opacity: .78; filter: saturate(.9) contrast(1.02); }
.split-copy { padding: 0 var(--gutter); display: grid; grid-template-columns: minmax(260px, 1fr) minmax(280px, 1.2fr); gap: clamp(24px, 5vw, 120px); align-items: start; }
.split-copy .t-intro { text-align: left; font-size: clamp(23px, 3vw, 54px); line-height: 1.06; text-transform: uppercase; }
.story-panel .pano-band { margin-top: clamp(42px, 6vw, 110px); }
.image-card-grid { padding: 0 var(--gutter); display: grid; gap: 10px; }
.image-card-grid.four { grid-template-columns: repeat(4, 1fr); }
.image-card-grid.three { grid-template-columns: repeat(3, 1fr); }
.image-card { min-height: 420px; border: 1px solid var(--line-soft); background: var(--c-paper-warm); position: relative; overflow: hidden; }
.image-card a { display: grid; grid-template-rows: 1fr auto; height: 100%; }
.image-card img { width: 100%; height: 260px; object-fit: cover; filter: saturate(.94); }
.image-card__body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.image-card__body h3 { font-family: var(--font-display); font-size: clamp(30px, 3vw, 58px); line-height: 1; font-weight: 300; text-transform: uppercase; margin: 0; }
.image-card__body p { margin: 0; }
.media-split { padding: 0 var(--gutter); display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(24px, 4vw, 80px); align-items: center; }
.media-split.reverse { grid-template-columns: .8fr 1.2fr; }
.media-split.reverse img { order: 2; }
.media-split img { width: 100%; min-height: 420px; object-fit: cover; }
.button-row, .button-grid { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; margin-top: 22px; }
.button-grid { padding: 0 var(--gutter); justify-content: center; }
.contact-band { margin: 0 var(--gutter) var(--pd-200); padding: clamp(26px, 4vw, 64px); background: var(--c-black); color: var(--c-off-white); display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.contact-band h2 { font-family: var(--font-display); font-weight: 300; text-transform: uppercase; font-size: clamp(32px, 4vw, 78px); margin: 0; line-height: 1; }
.contact-band p { color: color-mix(in oklab, var(--c-off-white) 76%, var(--c-black)); }
.event-grid { padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.event-card { border-top: 1px solid var(--line-soft); display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 22px 0; }
.event-card img { width: 190px; height: 190px; object-fit: cover; }
.event-card h3 { font-family: var(--font-display); font-size: clamp(30px, 3vw, 60px); font-weight: 300; line-height: 1; text-transform: uppercase; margin: 8px 0; }
.event-meta { font-size: 12px; letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--c-grey); }
.shop-shell { padding: 0 var(--gutter); display: grid; grid-template-columns: 290px 1fr; gap: 30px; align-items: start; }
.shop-filters { position: sticky; top: calc(var(--logo-h) + 30px); border: 1px solid var(--line-soft); padding: 18px; background: var(--c-paper-warm); }
.filter-group { border-top: 1px solid var(--line-soft); padding-top: 14px; margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.search-label, .form-grid label, .line-form label { display: flex; flex-direction: column; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--c-grey); }
.search-label { margin: 18px 0; }
input, textarea, select { font: inherit; color: var(--c-black); background: transparent; border: 0; border-bottom: 1px solid var(--line-mid); border-radius: 0; padding: 11px 0; outline: none; }
textarea { min-height: 120px; resize: vertical; }
.product-count { margin-bottom: 12px; font-size: 12px; font-weight: 600; letter-spacing: var(--tracking-h2); text-transform: uppercase; color: var(--c-grey); }
.empty-state { padding: 40px; border: 1px solid var(--line-soft); text-align: center; max-width: none; }
.pcard-desc { font-size: 13px; color: var(--c-grey); margin: 0 0 10px; }
.pcard-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.plain-shot { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.anchor-rail { position: sticky; top: calc(var(--logo-h) + 10px); z-index: 80; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; padding: 10px var(--gutter); background: var(--c-off-white); border-block: 1px solid var(--line-soft); margin-bottom: var(--pd-200); }
.anchor-rail a { font-size: 11px; font-weight: 600; letter-spacing: var(--tracking-caps); text-transform: uppercase; padding: 8px 10px; }
.menu-board { padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.menu-group { border: 1px solid var(--line-soft); padding: 22px; background: var(--c-paper-warm); }
.menu-line { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.menu-line span { max-width: 36ch; }
.reserve-band { padding: 0 var(--gutter); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(24px, 5vw, 110px); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid .wide { grid-column: 1 / -1; }
.form-note { font-size: 11px; letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--c-grey); }
.line-form { width: min(640px, 100%); display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.feature-grid { padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.feature-grid article, .account-card, .checkout-panel { border: 1px solid var(--line-soft); padding: 24px; background: var(--c-paper-warm); }
.feature-grid h3, .team-card h3 { font-family: var(--font-display); font-weight: 300; font-size: clamp(26px, 2.6vw, 48px); text-transform: uppercase; margin: 0 0 12px; line-height: 1; }
.tag-cloud { padding: 0 var(--gutter); display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud span { border: 1px solid var(--line-soft); padding: 13px 16px; font-weight: 600; font-size: 12px; letter-spacing: var(--tracking-caps); text-transform: uppercase; background: var(--c-paper-warm); }
.team-grid { padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.team-card { border: 1px solid var(--line-soft); padding: 22px; background: var(--c-paper-warm); }
.team-card img { width: 100%; height: 260px; object-fit: cover; margin-bottom: 18px; }
.tasting-flow { padding: 0 var(--gutter); }
.tasting-item { display: grid; grid-template-columns: 180px 1fr; gap: 20px; border-top: 1px solid var(--line-soft); padding: 28px 0; }
.tasting-no { font-family: var(--font-display); font-size: clamp(72px, 8vw, 150px); line-height: 1; color: var(--c-sand-gold); }
.account-grid, .cart-page, .contact-grid { padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
.legal-copy { max-width: 900px; margin-left: auto; margin-right: auto; padding: 0 var(--gutter); font-size: clamp(18px, 1.5vw, 24px); }
.map-mock { padding: 0 var(--gutter); display: grid; grid-template-columns: 1.4fr .6fr; gap: 24px; }
.map-mock.small { display: block; padding: 0; }
.map-grid { position: relative; min-height: 560px; background: var(--c-paper-deep); border: 1px solid var(--line-mid); overflow: hidden; }
.map-grid::before { content: ""; position: absolute; inset: 12%; border: 1px solid var(--line-mid); transform: rotate(-12deg); }
.map-grid span { position: absolute; transform: translate(-50%, -50%); background: var(--c-black); color: var(--c-off-white); padding: 8px 10px; font-size: 11px; font-weight: 600; letter-spacing: var(--tracking-caps); text-transform: uppercase; max-width: 220px; }
.cart-drawer { position: fixed; top: 0; right: 0; width: min(460px, 100vw); height: 100vh; background: var(--c-off-white); color: var(--c-black); z-index: 1200; border-left: 1px solid var(--line-mid); transform: translateX(105%); transition: transform .35s ease; padding: 18px; overflow: auto; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-head, .cart-total { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--line-soft); padding-bottom: 16px; margin-bottom: 16px; }
.cart-total { border-top: 1px solid var(--line-soft); border-bottom: 0; padding-top: 16px; }
.cart-line { display: grid; grid-template-columns: 66px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.cart-line img { width: 66px; height: 88px; object-fit: contain; }
.cart-line h3 { margin: 0; font-family: var(--font-display); text-transform: uppercase; font-size: 22px; line-height: 1; font-weight: 300; }
.modal-shell { position: fixed; inset: 0; z-index: 1300; background: color-mix(in oklab, var(--c-black) 68%, transparent); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-shell.is-open { display: flex; }
.modal-sheet { position: relative; width: min(860px, 100%); max-height: 92vh; overflow: auto; background: var(--c-off-white); color: var(--c-black); border: 1px solid var(--line-mid); padding: clamp(22px, 3vw, 42px); }
.modal-sheet--wide { width: min(1100px, 100%); }
.modal-close { position: sticky; top: 0; float: right; z-index: 2; }
.quick-view { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(300px, 1.2fr); gap: clamp(24px, 4vw, 70px); align-items: center; clear: both; }
.quick-img { background: var(--c-paper-warm); border: 1px solid var(--line-soft); min-height: 460px; display: flex; align-items: center; justify-content: center; }
.quick-img img { max-height: 420px; width: auto; }
.quick-view h2, .booking-modal h2, .event-detail h2 { font-family: var(--font-display); font-weight: 300; text-transform: uppercase; font-size: clamp(38px, 5vw, 86px); line-height: 1; margin: 8px 0 16px; }
.quick-facts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-soft); margin: 20px 0; }
.quick-facts div { padding: 10px 0; border-bottom: 1px solid var(--line-soft); display: flex; justify-content: space-between; gap: 12px; }
.quick-facts span { font-size: 10px; letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--c-grey); }
.quick-price { font-size: 24px; font-weight: 600; margin-bottom: 12px; }
.event-detail img { width: 100%; height: 360px; object-fit: cover; margin-bottom: 20px; }
.cookie-bar { position: fixed; left: var(--gutter); right: var(--gutter); bottom: var(--gutter); z-index: 1250; display: flex; gap: 10px; align-items: center; justify-content: center; background: var(--c-black); color: var(--c-off-white); border: 1px solid color-mix(in oklab, var(--c-off-white) 22%, transparent); padding: 14px; }
.cookie-bar p { margin: 0; max-width: 760px; font-size: 13px; }
.toast { position: fixed; right: var(--gutter); bottom: calc(var(--gutter) + 70px); z-index: 1400; background: var(--c-black); color: var(--c-off-white); padding: 12px 14px; border: 1px solid color-mix(in oklab, var(--c-off-white) 22%, transparent); opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s, transform .25s; max-width: min(420px, calc(100vw - 20px)); font-size: 13px; }
.toast.is-show { opacity: 1; transform: translateY(0); }
.brandline { font-size: clamp(18px, 2vw, 34px); font-family: var(--font-display); font-weight: 300; text-transform: uppercase; line-height: 1.2; }
.footer-brandline { margin-bottom: clamp(30px, 5vw, 80px); }
@media (max-width: 1180px) { .header-nav { max-width: calc(100vw - 260px); } .header-nav .chip { padding-left: 9px; padding-right: 9px; font-size: 10px; min-width: auto; } .nav-sub { min-width: 190px; } }
@media (max-width: 960px) { .split-copy, .media-split, .media-split.reverse, .shop-shell, .reserve-band, .account-grid, .cart-page, .contact-grid, .map-mock, .quick-view { grid-template-columns: 1fr; } .media-split.reverse img { order: 0; } .image-card-grid.four, .image-card-grid.three, .event-grid, .menu-board, .feature-grid, .team-grid { grid-template-columns: 1fr; } .shop-filters { position: static; } .event-card, .tasting-item { grid-template-columns: 1fr; } .event-card img { width: 100%; height: 240px; } .contact-band { flex-direction: column; align-items: flex-start; } .line-form, .form-grid { grid-template-columns: 1fr; } .cookie-bar { flex-direction: column; align-items: stretch; } }
@media (max-width: 560px) { .pcard-actions { justify-content: flex-start; } .quick-facts { grid-template-columns: 1fr; } .map-grid { min-height: 420px; } }


/* ==========================================================================
   REVIEW FIXES — hard paper surfaces, grouped mobile nav, commerce ergonomics
   ========================================================================== */
.hero-title--wordmark img {
  width: min(58vw, 760px, calc(100vw - 280px));
  max-height: 28vh;
  object-fit: contain;
}
.hero-title--wordmark .word { overflow: visible; }
.hero-title-block { max-width: 100vw; overflow: visible; }
@media (max-width: 860px) {
  .hero-title--wordmark img { width: min(84vw, 620px); max-height: 24vh; }
}

.mobile-menu { gap: 28px; }
.mobile-menu__group { border-top: 1px solid var(--line-soft); padding-top: 14px; }
.mobile-menu__group p {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  color: var(--c-grey);
}
.mobile-menu__group a {
  display: block;
  font-size: clamp(21px, 6vw, 36px);
  margin: 4px 0;
}

.shop-landing {
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, .7fr));
  gap: var(--gutter);
}
.shop-landing-card {
  min-width: 0;
  border: 1px solid var(--line-soft);
  background: var(--c-paper-warm);
}
.shop-landing-card--wide {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(280px, 1.1fr);
  gap: 24px;
  padding: 18px;
  align-items: center;
}
.shop-landing-card img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.shop-landing-card h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(34px, 4vw, 76px);
  line-height: 1;
  text-transform: uppercase;
  margin: 8px 0 12px;
}
.shop-landing-card button {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  text-align: left;
  background: var(--c-paper-warm);
  border: 0;
}
.shop-landing-card button span {
  padding: 16px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(24px, 2.6vw, 46px);
  line-height: 1;
  text-transform: uppercase;
}
.voucher-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  margin-top: 20px;
}
.voucher-box label {
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--c-grey);
}
.filter-drawer summary {
  display: none;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  cursor: pointer;
}
.filter-drawer summary::after { content: "Öffnen"; color: var(--c-grey); }
.filter-drawer[open] summary::after { content: "Schließen"; }
.shop-status {
  position: sticky;
  top: calc(var(--logo-h) + 10px);
  z-index: 60;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 14px;
  margin-bottom: 12px;
  background: var(--c-off-white);
  border-bottom: 1px solid var(--line-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--c-grey);
}
.shop-status strong { color: var(--c-black); }

.pcard, .pcard * { min-width: 0; }
.pcard-title, .pcard-eyebrow, .pcard-desc, .pcard-attr .v { overflow-wrap: anywhere; }
.pcard-size { max-width: 120px; white-space: normal; text-align: center; line-height: 1.25; }
.pcard-attr { flex-wrap: wrap; }
.pcard-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--line-mid);
  color: var(--c-black);
  background: var(--c-off-white);
  text-align: center;
}
.pcard-actions .pcard-cta:last-child { background: var(--c-black); color: var(--c-off-white); border-color: var(--c-black); }
.pcard-cta:hover,
.pcard-cta:focus-visible { color: var(--c-off-white); background: var(--c-sand-gold); border-color: var(--c-sand-gold); }

.event-support {
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gutter);
}
.event-support article {
  border-top: 1px solid var(--line-soft);
  padding-top: 18px;
}

.cookie-bar {
  left: 50%;
  right: auto;
  bottom: 10px;
  transform: translateX(-50%);
  width: min(640px, calc(100vw - 20px));
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  justify-content: stretch;
  background: var(--c-off-white);
  color: var(--c-black);
  border: 1px solid var(--line-mid);
  padding: 10px;
}
.cookie-bar p { font-size: 12px; line-height: 1.35; }
.cookie-bar .chip { min-height: 44px; }

@media (max-width: 960px) {
  .shop-landing, .shop-landing-card--wide, .event-support { grid-template-columns: 1fr; }
  .shop-landing { margin-bottom: 52px; }
  .shop-landing-card img { min-height: 210px; max-height: 280px; }
  .filter-drawer summary { display: flex; }
  .filter-panel-body { padding-top: 14px; }
  .shop-filters { position: sticky; top: calc(var(--logo-h) + 8px); z-index: 90; padding: 12px 14px; }
  .shop-status { position: static; }
  .filter-group .chip { min-height: 40px; min-width: 0; }
  .cookie-bar { grid-template-columns: 1fr 1fr; }
  .cookie-bar p { grid-column: 1 / -1; max-width: none; }
}

@media (max-width: 560px) {
  .pcard {
    grid-template-columns: minmax(58px, 70px) minmax(0, 1fr);
    gap: 12px;
    padding: 18px 12px;
  }
  .pcard-shot { height: 210px; }
  .pcard-shot img { max-height: 210px; max-width: 68px; }
  .pcard-size { max-width: 78px; bottom: -30px; }
  .pcard-bottom { flex-direction: column; align-items: stretch; gap: 12px; }
  .pcard-actions { width: 100%; gap: 8px; justify-content: stretch; }
  .pcard-actions .pcard-cta { flex: 1 1 100%; }
  .pcard-price small { display: block; margin: 4px 0 0; }
  .pcard-attrs { grid-template-columns: 1fr; }
  .pcard-attr:nth-child(odd), .pcard-attr:nth-child(even) { padding-left: 0; padding-right: 0; border-right: 0; }
}

/* Touch target correction for review devices */
.chip {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chip--sq { width: 44px; height: 44px; }
.filter-group .chip { min-height: 44px; }
.shop-landing-card .voucher-box button.chip {
  min-height: 44px;
  display: inline-flex;
  width: auto;
}
.shop-landing-card .voucher-box button.chip--solid {
  background: var(--c-black);
  color: var(--c-off-white);
  border: 1px solid var(--c-black);
}
.shop-landing-card .voucher-box button.chip--solid:hover,
.shop-landing-card .voucher-box button.chip--solid:focus-visible {
  background: var(--c-sand-gold);
  border-color: var(--c-sand-gold);
  color: var(--c-off-white);
}
.menu-toggle { display: none; }
@media (max-width: 960px) { .menu-toggle { display: inline-flex; } }
.cookie-bar {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}
.cookie-bar p { font-size: 11px; max-width: 300px; }
.cookie-bar .chip { min-width: 92px; padding-left: 10px; padding-right: 10px; }
@media (max-width: 960px) {
  .cookie-bar { grid-template-columns: minmax(0, 1fr) auto auto; }
  .cookie-bar p { grid-column: auto; max-width: none; font-size: 10.5px; }
}
@media (max-width: 420px) {
  .cookie-bar { gap: 6px; padding: 8px; }
  .cookie-bar .chip { min-width: 82px; font-size: 10px; letter-spacing: .12em; }
}
@media (max-width: 960px) {
  .shop-filters { position: static; }
}

/* Round 3 commerce/mobile fixes */
input,
textarea,
select {
  min-height: 44px;
}

.filter-drawer > summary {
  list-style: none;
}
.filter-drawer > summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 960px) {
  .page-intro {
    padding-top: calc(var(--logo-h) + 38px);
    margin-bottom: 32px;
  }
  .page-intro .block-big-title {
    margin-bottom: 18px;
  }
  .page-intro .t-display {
    font-size: 64px;
    line-height: 1;
    overflow-wrap: anywhere;
  }
  .page-intro .split-copy {
    padding: 0 14px;
    gap: 12px;
  }
  .split-copy .t-intro {
    font-size: 24px;
    line-height: 1.16;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }
  .shop-shell {
    gap: 16px;
  }
  .shop-landing {
    margin-bottom: 34px;
  }
  .shop-landing-card--wide {
    padding: 14px;
    gap: 14px;
  }
  .shop-landing-card img {
    min-height: 180px;
    max-height: 230px;
  }
  .shop-landing-card h2 {
    font-size: 42px;
  }
  .filter-panel-body {
    max-height: 62vh;
    overflow: auto;
    padding-bottom: 4px;
  }
  .shop-status {
    gap: 6px;
    padding: 8px 0 10px;
    font-size: 10px;
  }
  .shop-status .chip {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 560px) {
  .page-intro .t-display {
    font-size: 52px;
  }
  .shop-landing-card--wide p {
    font-size: 14px;
    line-height: 1.4;
  }
  .voucher-box {
    gap: 8px;
  }
  .voucher-box label {
    min-width: 130px;
  }
  .cookie-bar {
    bottom: max(6px, env(safe-area-inset-bottom));
    width: min(360px, calc(100vw - 14px));
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 4px;
    padding: 6px;
  }
  .cookie-bar p {
    font-size: 9.5px;
    line-height: 1.2;
    max-width: 145px;
  }
  .cookie-bar .chip {
    min-width: 68px;
    min-height: 44px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 9px;
  }
  .toast {
    bottom: 64px;
  }
}

/* Round 11 review fixes: quieter business pages and mobile commerce clarity */
.page-intro .t-display {
  font-size: clamp(42px, 8.4vw, 148px);
}

.page-intro .split-copy,
.page-intro .split-copy > *,
.shop-landing,
.shop-landing-card,
.shop-shell,
.shop-products {
  min-width: 0;
}

.page-intro .split-copy p {
  max-width: none;
  overflow-wrap: break-word;
}

.cookie-bar {
  left: auto;
  right: 10px;
  bottom: 10px;
  transform: none;
  width: auto;
  grid-template-columns: auto auto;
  gap: 4px;
  padding: 6px;
}

.cookie-bar p {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.cookie-bar .chip {
  min-width: 62px;
  min-height: 44px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 9px;
  letter-spacing: .08em;
}

@media (max-width: 960px) {
  .page-intro {
    padding-top: calc(var(--logo-h) + 24px);
    margin-bottom: 24px;
  }
  .page-intro .block-big-title {
    margin-bottom: 12px;
  }
  .page-intro .t-display {
    font-size: clamp(42px, 13vw, 56px);
    line-height: .98;
  }
  .page-intro .split-copy {
    padding: 0 14px;
    gap: 10px;
  }
  .page-intro .split-copy .t-intro {
    font-size: clamp(19px, 5vw, 23px);
    line-height: 1.14;
  }
  .page-intro .split-copy p:not(.t-intro) {
    font-size: 14px;
    line-height: 1.46;
  }
  .shop-landing {
    gap: 8px;
    margin-bottom: 18px;
  }
  .shop-landing-card--wide {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    align-items: stretch;
  }
  .shop-landing-card--wide > img {
    min-height: 140px;
    max-height: 140px;
    aspect-ratio: 1 / 1;
  }
  .shop-landing-card h2 {
    font-size: 30px;
    margin: 4px 0 8px;
  }
  .shop-landing-card--wide p:not(.t-eyebrow) {
    display: none;
  }
  .shop-landing-card:not(.shop-landing-card--wide) button {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .shop-landing-card:not(.shop-landing-card--wide) img {
    display: none;
  }
  .shop-landing-card button span {
    padding: 14px;
    font-size: 16px;
    letter-spacing: .08em;
  }
  .voucher-box {
    gap: 6px;
    margin-top: 8px;
  }
  .voucher-box label {
    min-width: 96px;
    flex: 1 1 96px;
    font-size: 10px;
  }
  .voucher-box .chip {
    flex: 1 0 auto;
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-filters {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .filter-drawer {
    border: 1px solid var(--line-soft);
    background: var(--c-paper-warm);
    padding: 0 12px;
  }
  .filter-drawer[open] {
    padding-bottom: 12px;
  }
  .filter-panel-body {
    max-height: min(58vh, 480px);
  }
}

@media (max-width: 560px) {
  .shop-landing-card--wide {
    grid-template-columns: 86px minmax(0, 1fr);
  }
  .shop-landing-card--wide > img {
    min-height: 126px;
    max-height: 126px;
  }
  .shop-landing-card h2 {
    font-size: 26px;
  }
  .voucher-box label {
    min-width: 88px;
  }
  .cookie-bar {
    left: auto;
    right: 6px;
    bottom: max(6px, env(safe-area-inset-bottom));
    transform: none;
    width: auto;
    grid-template-columns: auto auto;
    gap: 4px;
    padding: 6px;
  }
  .cookie-bar p {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .cookie-bar .chip {
    min-width: 62px;
    min-height: 44px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 8px;
    letter-spacing: .08em;
  }
}

/* Round 12 overnight review fixes: visible events, non-evasive consent, Monemvasia signature */
.hero:not(.page-hero) .hero-title-block::before {
  content: "";
  position: absolute;
  left: max(var(--gutter), 4vw);
  top: 50%;
  width: clamp(88px, 12vw, 220px);
  height: clamp(140px, 24vw, 420px);
  transform: translateY(-50%);
  background: var(--c-sand-gold);
  border: 1px solid color-mix(in oklab, var(--c-off-white) 28%, transparent);
  z-index: -1;
}
.hero:not(.page-hero) .hero-title-block::after {
  content: "V01 · MONEMVASIA";
  position: absolute;
  right: max(var(--gutter), 4vw);
  bottom: -18px;
  color: var(--c-off-white);
  font: 600 12px/1 var(--font-text);
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
}

body.shop-page .page-intro {
  background: var(--c-paper-warm);
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: clamp(20px, 3vw, 48px);
}
.shop-feature-buy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
}
.shop-feature-buy strong {
  flex: 1 1 190px;
  font-size: 13px;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}
.shop-feature-buy .chip { min-width: 132px; }

.coming-hero {
  min-height: min(88svh, 820px);
  padding: calc(var(--logo-h) + 42px) var(--gutter) clamp(28px, 4vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: var(--gutter);
  align-items: stretch;
  background: var(--c-paper-warm);
  border-bottom: 1px solid var(--line-soft);
}
.coming-hero__copy {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 4vw, 68px);
  background: var(--c-off-white);
  border: 1px solid var(--line-soft);
  color: var(--c-black);
}
.coming-hero__copy .edge-labels {
  position: absolute;
  inset: clamp(14px, 2vw, 28px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  color: var(--c-grey);
  font: 600 12px/1 var(--font-text);
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
}
.coming-hero__copy .t-display {
  text-align: left;
  font-size: clamp(58px, 9.2vw, 172px);
  line-height: .92;
  max-width: 8.5ch;
  margin: 34px 0 24px;
}
.coming-hero__copy p:not(.t-eyebrow) {
  max-width: 52ch;
  font-size: clamp(17px, 1.35vw, 24px);
  line-height: 1.35;
}
.coming-hero__visual {
  position: relative;
  margin: 0;
  min-height: 520px;
  border: 1px solid var(--line-soft);
  overflow: hidden;
  background: var(--c-black);
}
.coming-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  filter: saturate(.9) contrast(1.03);
}
.coming-hero__visual figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: var(--c-black);
  color: var(--c-off-white);
  font-size: 12px;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}
.event-grid--calendar {
  grid-template-columns: 1fr;
  gap: 0;
}
.event-grid--calendar .event-card {
  display: grid;
  grid-template-columns: 110px 210px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 10px 0;
  border-top: 1px solid var(--line-soft);
}
.event-grid--calendar .event-card:last-child { border-bottom: 1px solid var(--line-soft); }
.event-grid--calendar .event-card img {
  width: 210px;
  height: 190px;
  object-fit: cover;
  border: 1px solid var(--line-soft);
}
.event-date {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--line-soft);
  background: var(--c-paper-warm);
  text-align: center;
  text-transform: uppercase;
}
.event-date span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--tracking-h2);
  color: var(--c-grey);
}
.event-date strong {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(34px, 4vw, 72px);
  line-height: .9;
  color: var(--c-sand-gold);
}
.event-grid--calendar .button-row { margin-top: 16px; }
.event-grid--calendar .event-meta { color: var(--c-black); }

.cookie-bar {
  left: 10px;
  right: 10px;
  bottom: 10px;
  transform: none;
  width: min(820px, calc(100vw - 20px));
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  justify-content: stretch;
  padding: 10px 12px;
  background: var(--c-off-white);
  color: var(--c-black);
  border: 1px solid var(--line-mid);
}
.cookie-bar p {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip-path: none !important;
  margin: 0;
  max-width: none;
  font-size: 12px;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: normal;
}
.cookie-bar .chip {
  min-height: 44px;
  min-width: 112px;
  font-size: 10px;
  letter-spacing: var(--tracking-caps);
}

@media (max-width: 960px) {
  .hero:not(.page-hero) .hero-title-block::before { width: 104px; height: 210px; left: 10px; }
  .hero:not(.page-hero) .hero-title-block::after { right: 10px; bottom: -28px; }
  .coming-hero { grid-template-columns: 1fr; min-height: 0; padding-top: calc(var(--logo-h) + 28px); }
  .coming-hero__copy, .coming-hero__visual { min-height: 300px; }
  .coming-hero__copy { padding: 24px 18px; }
  .coming-hero__copy .t-display { font-size: clamp(50px, 16vw, 90px); max-width: 9ch; }
  .event-grid--calendar .event-card { grid-template-columns: 80px minmax(0, 1fr); }
  .event-grid--calendar .event-card img { display: none; }
  .event-date { min-height: 100%; }
  .shop-feature-buy { margin-top: 10px; padding-top: 10px; }
  .shop-feature-buy strong { flex-basis: 100%; font-size: 11px; }
}
@media (max-width: 560px) {
  .shop-landing-card--wide { grid-template-columns: 1fr; }
  .shop-landing-card--wide > img { display: none; }
  .shop-feature-buy .chip { flex: 1 1 100%; }
  .shop-feature-buy .chip--line { display: none; }
  .coming-hero__copy, .coming-hero__visual { min-height: 270px; }
  .coming-hero__visual figcaption { flex-direction: column; }
  .event-grid--calendar .event-card { grid-template-columns: 1fr; gap: 10px; padding: 14px 0; }
  .event-date { min-height: 92px; flex-direction: row; gap: 12px; }
  .cookie-bar {
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    width: auto;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 8px;
  }
  .cookie-bar p { grid-column: 1 / -1; font-size: 11px; line-height: 1.3; }
  .cookie-bar .chip { width: 100%; min-width: 0; font-size: 9px; }
}

.event-date--text strong {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: var(--tracking-caps);
  line-height: 1.1;
  color: var(--c-sand-gold);
}
.shop-landing-card .shop-feature-buy button.chip,
.shop-landing-card .shop-feature-buy a.chip {
  width: auto;
  min-height: 44px;
  display: inline-flex;
}
.shop-landing-card .shop-feature-buy button.chip--solid {
  background: var(--c-black);
  color: var(--c-off-white);
  border: 1px solid var(--c-black);
}
.shop-landing-card .shop-feature-buy button.chip--solid:hover,
.shop-landing-card .shop-feature-buy button.chip--solid:focus-visible {
  background: var(--c-sand-gold);
  border-color: var(--c-sand-gold);
  color: var(--c-off-white);
}
@media (max-width: 560px) {
  .shop-landing-card .shop-feature-buy button.chip { width: 100%; }
}
/* Legibility correction for the long German event headline. */
.coming-hero__copy .t-display {
  font-size: clamp(54px, 7vw, 118px);
  max-width: 11.7ch;
  overflow-wrap: normal;
}
@media (max-width: 960px) {
  .coming-hero__copy .t-display { font-size: clamp(46px, 13vw, 78px); max-width: 11.7ch; }
}
.coming-hero__copy .t-display {
  font-size: clamp(50px, 6vw, 98px);
  max-width: 12.8ch;
}

/* Round 13 review repairs: Monemvasia homepage frame, photo depth, compact commerce */
.steinbach-hero-panel {
  width: min(820px, calc(100vw - 20px));
  margin: 0 auto;
  padding: clamp(14px, 2vw, 24px);
  background: var(--c-blue);
  color: var(--c-black);
  border: 1px solid color-mix(in oklab, var(--c-black) 20%, transparent);
}
.steinbach-hero-panel .t-intro {
  text-align: left;
  max-width: none;
  color: var(--c-black);
}
.steinbach-service-facts {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: color-mix(in oklab, var(--c-black) 78%, var(--c-blue));
}
.steinbach-hero-panel .button-row {
  margin-top: 14px;
}
.steinbach-hero-panel .chip {
  background: transparent;
  border: 1px solid color-mix(in oklab, var(--c-black) 28%, transparent);
  color: var(--c-black);
}
.steinbach-hero-panel .chip--solid {
  background: var(--c-black);
  color: var(--c-off-white);
}
.steinbach-hero-panel .chip:hover {
  background: var(--c-sand-gold);
  border-color: var(--c-sand-gold);
  color: var(--c-off-white);
}

.hero-content--monemvasia {
  padding-top: calc(var(--logo-h) + 30px);
}
.hero-title-block--typeframe {
  align-self: stretch;
}
.hero-title--monemvasia {
  display: grid;
  gap: clamp(2px, .7vw, 12px);
  font-size: clamp(54px, 12.4vw, 226px);
  line-height: .82;
}
.hero-title--monemvasia .word:nth-child(2) {
  color: var(--c-blue);
}
.hero-title--monemvasia .word:nth-child(3) {
  font-size: .58em;
  letter-spacing: var(--tracking-h2);
}

.photo-index {
  padding-top: clamp(28px, 4vw, 76px);
  border-top: 1px solid var(--line-soft);
}
.photo-grid {
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--gutter);
}
.photo-grid figure {
  margin: 0;
  min-width: 0;
  border: 1px solid var(--line-soft);
  background: var(--c-paper-warm);
}
.photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.94) contrast(1.02);
}
.photo-grid figure:nth-child(6n + 1),
.photo-grid figure:nth-child(6n + 4) {
  grid-column: span 2;
}
.photo-grid figure:nth-child(6n + 1) img,
.photo-grid figure:nth-child(6n + 4) img {
  aspect-ratio: 8 / 5;
}
.photo-grid figcaption {
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--c-grey);
}

.coming-hero__event {
  margin-top: clamp(22px, 3vw, 44px);
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}
.coming-hero__event .event-date {
  min-height: 120px;
}
.coming-hero__event h2 {
  margin: 8px 0;
}
.coming-hero__event p:not(.t-eyebrow) {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .hero-title--monemvasia {
    font-size: clamp(56px, 17vw, 138px);
  }
  .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .photo-grid figure:nth-child(n) {
    grid-column: span 1;
  }
  .photo-grid figure:nth-child(4n + 1) {
    grid-column: span 2;
  }
  .coming-hero__event {
    grid-template-columns: 82px minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .hero-title--monemvasia {
    font-size: clamp(48px, 18vw, 86px);
    line-height: .88;
  }
  .hero-title--monemvasia .word:nth-child(3) {
    letter-spacing: var(--tracking-caps);
  }
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .photo-grid figure:nth-child(n) {
    grid-column: span 1;
  }
  .photo-grid img {
    aspect-ratio: 1 / 1;
  }
  .coming-hero__event {
    grid-template-columns: 1fr;
  }
  .coming-hero__event .event-date {
    min-height: 84px;
    flex-direction: row;
    gap: 12px;
  }
}

@media (max-width: 560px) {
  body.shop-page .page-intro {
    padding-top: calc(var(--logo-h) + 18px);
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
  body.shop-page .page-intro .block-big-title {
    margin-bottom: 8px;
  }
  body.shop-page .page-intro .t-display {
    font-size: clamp(42px, 14vw, 54px);
  }
  body.shop-page .page-intro .split-copy {
    gap: 4px;
  }
  body.shop-page .page-intro .split-copy .t-intro {
    font-size: 18px;
    line-height: 1.12;
  }
  body.shop-page .page-intro .split-copy p:not(.t-intro) {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 0;
  }
  body.shop-page .shop-landing {
    margin-bottom: 12px;
  }
  body.shop-page .shop-landing-card--wide {
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 8px;
    gap: 8px;
  }
  body.shop-page .shop-landing-card--wide > img {
    display: block;
    min-height: 118px;
    max-height: 118px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  body.shop-page .shop-landing-card h2 {
    font-size: 23px;
    margin: 2px 0 4px;
  }
  body.shop-page .shop-feature-buy {
    margin-top: 6px;
    padding-top: 6px;
    gap: 6px;
  }
  body.shop-page .shop-feature-buy strong {
    font-size: 10px;
    line-height: 1.25;
  }
  body.shop-page .shop-feature-buy .chip {
    flex: 1 1 100%;
    min-height: 40px;
  }
  body.shop-page .voucher-box {
    display: none;
  }
}

/* Round 13 proof fixes: prevent desktop headline clipping and mobile CTA spillover. */
.coming-hero__copy .t-display {
  font-size: clamp(48px, 4.55vw, 72px);
  max-width: 100%;
}
.steinbach-hero-panel .button-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.steinbach-hero-panel {
  box-sizing: border-box;
  max-width: 820px;
  width: 100%;
}
.steinbach-hero-panel .chip {
  min-width: 0;
  width: 100%;
  justify-content: center;
}
@media (max-width: 560px) {
  .steinbach-page .page-hero .hero-title {
    font-size: clamp(44px, 13vw, 58px);
    line-height: .98;
  }
  .steinbach-page .page-hero .hero-title .word {
    overflow: visible;
  }
  .steinbach-page .hero-lower {
    padding-left: 10px;
    padding-right: 10px;
  }
  .steinbach-page .steinbach-hero-panel {
    max-width: calc(100vw - 20px);
  }
  .steinbach-hero-panel .button-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .steinbach-hero-panel .button-row .chip:nth-child(3) {
    grid-column: 1 / -1;
  }
}

/* Round 14 review-worker pass: stricter place-first hero, compact shop mobile, visible event system. */
.hero:not(.page-hero) .hero-title-block::after {
  content: "1196 · STEINBACH";
}
.hero-place-rail {
  position: absolute;
  top: calc(var(--logo-h) + 20px);
  left: var(--gutter);
  right: var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gutter);
  color: var(--c-off-white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--tracking-h2);
  text-transform: uppercase;
  pointer-events: none;
}
.hero-place-rail span {
  padding-top: 10px;
  border-top: 1px solid color-mix(in oklab, var(--c-off-white) 42%, transparent);
}
.hero-place-rail span:nth-child(2) { text-align: center; }
.hero-place-rail span:nth-child(3) { text-align: right; }
.hero-content--monemvasia .hero-title-block {
  margin-top: clamp(86px, 11vh, 150px);
}
.hero-title--monemvasia {
  text-shadow: 0 1px 0 color-mix(in oklab, var(--c-black) 35%, transparent);
}

.coming-hero {
  min-height: min(72svh, 690px);
  padding-bottom: clamp(18px, 2.4vw, 42px);
}
.coming-hero__copy,
.coming-hero__visual {
  min-height: 440px;
}
.coming-hero__copy {
  justify-content: flex-start;
}
.coming-hero__event {
  margin-top: clamp(18px, 2.2vw, 32px);
}

@media (max-width: 560px) {
  .hero-place-rail {
    top: calc(var(--logo-h) + 14px);
    grid-template-columns: 1fr;
    gap: 7px;
    font-size: 9px;
  }
  .hero-place-rail span,
  .hero-place-rail span:nth-child(2),
  .hero-place-rail span:nth-child(3) {
    text-align: left;
  }
  .hero-place-rail span:nth-child(n + 2) {
    display: none;
  }
  .hero-content--monemvasia .hero-title-block {
    margin-top: clamp(78px, 16vh, 118px);
  }
  .hero-lower p {
    font-size: 14px;
    line-height: 1.24;
  }

  body.shop-page .page-intro {
    padding-top: calc(var(--logo-h) + 14px);
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  body.shop-page .page-intro .t-display {
    font-size: clamp(38px, 12vw, 48px);
  }
  body.shop-page .page-intro .split-copy {
    display: block;
  }
  body.shop-page .page-intro .split-copy .t-intro {
    font-size: 16px;
    max-width: 24ch;
  }
  body.shop-page .page-intro .split-copy p:not(.t-intro) {
    display: none;
  }
  body.shop-page .shop-landing {
    gap: 6px;
    margin-bottom: 8px;
  }
  body.shop-page .shop-landing-card:not(.shop-landing-card--wide) {
    display: none;
  }
  body.shop-page .shop-landing-card--wide {
    grid-template-columns: 94px minmax(0, 1fr);
    padding: 7px;
  }
  body.shop-page .shop-landing-card--wide > img {
    min-height: 108px;
    max-height: 108px;
  }
  body.shop-page .shop-landing-card h2 {
    font-size: 20px;
  }
  body.shop-page .shop-feature-buy strong {
    flex-basis: 100%;
    font-size: 9px;
  }
  body.shop-page .shop-feature-buy .chip {
    min-height: 38px;
  }
  body.shop-page .filter-drawer summary {
    min-height: 38px;
  }

  .coming-hero {
    padding-top: calc(var(--logo-h) + 18px);
  }
  .coming-hero__copy,
  .coming-hero__visual {
    min-height: 0;
  }
  .coming-hero__copy {
    padding: 18px 14px;
  }
  .coming-hero__copy .t-display {
    font-size: clamp(42px, 12vw, 58px);
  }

  .steinbach-page .hero-content {
    padding-bottom: 18px;
  }
  .steinbach-page .steinbach-hero-panel {
    padding: 12px;
  }
  .steinbach-hero-panel .t-intro {
    font-size: 16px;
    line-height: 1.18;
  }
  .steinbach-service-facts {
    font-size: 10px;
    line-height: 1.35;
  }
  .steinbach-hero-panel .button-row {
    gap: 6px;
    margin-top: 10px;
  }
  .steinbach-hero-panel .chip {
    min-height: 40px;
    font-size: 9px;
  }
}
