/* Lupercia — restrained editorial system rooted in the salon itself */
@font-face { font-family: "Fraunces"; src: url("/assets/fonts/Fraunces-latin-ext.woff2") format("woff2"); font-style: normal; font-weight: 300 700; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Fraunces"; src: url("/assets/fonts/Fraunces-latin.woff2") format("woff2"); font-style: normal; font-weight: 300 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/SourceSans3-latin-ext.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/SourceSans3-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --paper: #f3eee4;
  --paper-deep: #e8dfcf;
  --ink: #241b15;
  --ink-soft: #675a50;
  --tea-green: #29382a;
  /* Gold aus dem Siegel - nur als Linie und im Ornament. Als Textfarbe
     traegt es auf dem hellen Papier keinen ausreichenden Kontrast. */
  --gold-line: rgb(201 148 44 / 55%);
  --line: rgb(41 56 42 / 20%);
  --line-strong: rgb(41 56 42 / 45%);
  --paper-soft: rgb(243 238 228 / 76%);
  --font-heading: "Fraunces", "Iowan Old Style", "Baskerville", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --font-brand: "Fraunces", "Iowan Old Style", Georgia, serif;
  --step-label: 0.875rem;
  --step-small: 0.9375rem;
  --step-body: clamp(1.025rem, 0.13vw + 1rem, 1.125rem);
  --step-lead: clamp(1.1rem, 0.18vw + 1.06rem, 1.25rem);
  --step-h3: clamp(1.45rem, 0.85vw + 1.24rem, 1.8rem);
  --step-h2: clamp(1.7rem, calc(1.42rem + 1.05vw), 2.6rem);
  --step-h2-anchor: clamp(2.25rem, calc(1.7rem + 2vw), 3.9rem);
  --step-h1: clamp(2.65rem, calc(1.95rem + 2.75vw), 4.75rem);
  --step-page-h1: clamp(2.5rem, calc(1.95rem + 2.2vw), 4.25rem);
  /* Haarfeiner Abstand fuer gestapelte Labelzeilen, unterhalb der Grundskala. */
  --space-0: 0.125rem;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: clamp(3.75rem, 6vw, 6rem);
  --layout-gap: clamp(2.5rem, 5vw, 5rem);
  /* RASTER-01: ein einziges Spaltenverhaeltnis fuer alle Zweispalter */
  --split: minmax(0, 0.86fr) minmax(0, 1.14fr);
  /* Innenraster fuer Label-/Beschreibungspaare innerhalb einer Spalte */
  --split-inner: minmax(10rem, 0.34fr) minmax(0, 1fr);
  --page-gutter: max(var(--gutter), calc((100vw - var(--container)) / 2));
  /* Position der Spaltenkante, gemessen von der Fensterkante. Randlose
     Abschnitte setzen ihre Kante darauf, statt ein eigenes fr-Verhaeltnis
     auf die volle Fensterbreite anzuwenden. */
  --axis: calc(var(--page-gutter) + (100vw - 2 * var(--page-gutter) - var(--layout-gap)) * 0.43 + var(--layout-gap));
  --section-y: clamp(5rem, 8vw, 8rem);
  --section-y-compact: clamp(3.75rem, 5.5vw, 5.5rem);
  /* RAUM-03: Blockabstand innerhalb einer Sektion, rund die Haelfte von --section-y */
  --block-y: clamp(2.25rem, 3.5vw, 3.5rem);
  /* Zwei Zeilentakte fuer die Listen: einzeilige Eintraege eng,
     Label-und-Text-Paare weit. Vorher sechs verschiedene Werte. */
  --row-y: var(--space-4);
  --row-y-tight: var(--space-3);
  /* Grossbuchstaben-Label traten mit drei Sperrungen auf (0.14/0.12/0.1em),
     obwohl es dasselbe Gestaltungsmittel ist. Ab jetzt ein Wert. */
  --track-label: 0.12em;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --container: 82rem;
  --copy: 34rem;
  --header-height: 5rem;
  --initial-viewport: 100vh;
  --dynamic-viewport: 100vh;
  --hero-viewport: calc(var(--initial-viewport) - var(--header-height));
  --hero-media-floor: clamp(10rem, 26vh, 28rem);
  --page-hero-media-floor: clamp(10rem, 30vh, 22rem);
  --duration: 180ms;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@supports (height: 100dvh) {
  :root { --initial-viewport: 100dvh; --dynamic-viewport: 100dvh; }
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: var(--step-body); font-feature-settings: "kern" 1, "liga" 1; font-kerning: normal; font-synthesis: none; font-weight: 400; line-height: 1.62; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
main { overflow-x: clip; }
main#main-content { scroll-margin-top: var(--header-height); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; height: auto; }
figure, blockquote, dl, dd { margin: 0; }
/* Deutsch bricht ohne Trennung unschoen um - Komposita wie
   "Geschmacksprofil" sprengen sonst die schmalen Spalten. Ueberschriften
   bleiben ungetrennt, dort zaehlt die geschlossene Form. */
p, li, dd { hyphens: auto; -webkit-hyphens: auto; hyphenate-limit-chars: 8 4 4; }
h1, h2, h3, .eyebrow, .button, .text-link, time { hyphens: manual; -webkit-hyphens: manual; }
p { margin-block: 0 1.25em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
section[id] { scroll-margin-top: calc(var(--header-height) + 1rem); }
h1, h2 { margin: 0; font-family: var(--font-heading); font-optical-sizing: auto; font-style: normal; font-variation-settings: "SOFT" 0, "WONK" 0; font-weight: 400; text-wrap: balance; }
h1 { font-size: var(--step-h1); letter-spacing: -0.018em; line-height: 1.03; }
/* Ueberschriften halten Abstand nach unten, sofern ueberhaupt etwas folgt.
   Vorher pflegte das CSS zwei Selektorlisten gegeneinander - der
   Besuchsblock fiel durch beide und stand ohne Abstand. */
h2:not(:last-child) { margin-bottom: var(--space-4); }
h2 { max-width: 22ch; font-size: var(--step-h2); letter-spacing: -0.012em; line-height: 1.1; }
h3 { max-width: 26ch; margin: 0; font-family: var(--font-heading); font-optical-sizing: auto; font-size: var(--step-h3); font-variation-settings: "SOFT" 0, "WONK" 0; font-weight: 400; letter-spacing: -0.008em; line-height: 1.2; text-wrap: balance; }
blockquote { max-width: var(--copy); margin-top: var(--space-5); font-family: var(--font-heading); font-optical-sizing: auto; font-size: clamp(1.35rem, 1.5vw, 1.75rem); font-variation-settings: "SOFT" 0, "WONK" 0; font-weight: 400; line-height: 1.45; }
::selection { background: var(--paper-deep); color: var(--ink); }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
/* Auf den dunkelgruenen Flaechen lag der Fokusring in --ink und kam damit
   auf 1.36:1 - unsichtbar. Heller Ring innen, dunkler Saum aussen: sichtbar
   auf jedem Untergrund, ohne die Form zu veraendern. */
.button--primary:focus-visible, .booking-link:focus-visible {
  outline: 2px solid var(--paper); outline-offset: -4px;
  box-shadow: 0 0 0 2px var(--ink);
}
.surface-dark a:focus-visible, .surface-dark button:focus-visible { outline-color: var(--paper); }

.section-shell { padding: var(--section-y) max(var(--gutter), calc((100vw - var(--container)) / 2)); }
.surface-deep { background: var(--paper-deep); }
.eyebrow { display: block; margin: 0 0 var(--space-3); color: var(--tea-green); font-size: var(--step-label);
  font-weight: 600; letter-spacing: var(--track-label); line-height: 1.3; text-transform: uppercase; }
.surface-dark .eyebrow { color: var(--paper-soft); }
/* FARBE-03: der Leadsatz traegt volle Tinte, erst der Folgetext wird zurueckgenommen */
.body-large { max-width: var(--copy); color: var(--ink); font-size: var(--step-lead); line-height: 1.55; }
.section-actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-3) var(--space-5); margin-top: var(--space-5); }

.button, .text-link { display: inline-flex; width: fit-content; align-items: center; justify-content: center; font-size: var(--step-label); font-weight: 600; letter-spacing: 0.01em; line-height: 1.2; }
.button { min-height: 3.5rem; padding: var(--space-3) var(--space-4); border: 1px solid var(--ink); }
.button--primary { border-color: var(--tea-green); background: var(--tea-green); color: var(--paper); }
.text-link { min-height: 2.75rem; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.38em; }

.skip-link { position: fixed; top: var(--space-3); left: var(--gutter); z-index: 100; padding: var(--space-2) var(--space-3); border: 1px solid var(--ink); background: var(--paper); font-size: var(--step-label); font-weight: 600; transform: translateY(calc(-100% - 2rem)); transition: transform var(--duration) var(--ease); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: var(--space-3); align-items: center; height: var(--header-height); min-height: var(--header-height); padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2)); border-bottom: 1px solid var(--line); background: var(--paper); }
.header-brand { display: flex; min-width: 0; align-items: center; gap: clamp(0.75rem, 1.2vw, 1rem); }
.wordmark { display: inline-flex; width: 3rem; height: 3rem; flex: 0 0 auto; align-items: center; justify-content: center; background: var(--paper); }
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.brand-lockup { display: grid; min-width: 0; gap: var(--space-0); }
.brand-name, .brand-descriptor { display: block; font-family: var(--font-brand); font-weight: 400; line-height: 1.16; white-space: nowrap; }
.brand-name { font-size: 1.02rem; letter-spacing: 0.07em; }
.brand-descriptor { color: var(--tea-green); font-family: var(--font-body); font-size: 0.75rem;
  font-weight: 600; letter-spacing: var(--track-label); text-transform: uppercase; }
.site-header nav, .booking-link { display: none; }
.site-header nav a, .booking-link { font-size: var(--step-label); font-weight: 600; letter-spacing: 0.01em; line-height: 1.2; white-space: nowrap; }
.menu-button { position: relative; width: 2.75rem; height: 2.75rem; justify-self: end; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { position: absolute; left: 0.5rem; width: 1.75rem; height: 1px; background: var(--ink); transition: top var(--duration) var(--ease), transform var(--duration) var(--ease); }
.menu-button span:first-child { top: 1.02rem; }
.menu-button span:last-child { top: 1.68rem; }
.site-header.open { position: fixed; inset: 0; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: var(--header-height) 1fr auto; align-items: center; width: 100%; height: var(--dynamic-viewport); padding-bottom: max(var(--space-5), env(safe-area-inset-bottom)); overflow-y: auto; background: var(--paper); }
.site-header.open .header-brand { grid-column: 1; grid-row: 1; }
.site-header.open .menu-button { grid-column: 2; grid-row: 1; }
.site-header.open nav { display: grid; grid-column: 1 / -1; grid-row: 2; align-self: start; gap: var(--space-2); padding-block: var(--space-6); }
.site-header.open nav a { font-size: clamp(1.5rem, min(6vw, 6vh), 2.25rem); line-height: 1.15; }
.site-header.open .booking-link { display: inline-flex; grid-column: 1 / -1; grid-row: 3; justify-self: start; padding-bottom: var(--space-1); border-bottom: 1px solid currentColor; }
.site-header.open .menu-button span:first-child { top: 1.35rem; transform: rotate(45deg); }
.site-header.open .menu-button span:last-child { top: 1.35rem; transform: rotate(-45deg); }

/* Home hero */
.hero { display: grid; grid-template-rows: minmax(var(--hero-media-floor), 1fr) auto; min-height: var(--hero-viewport); background: var(--paper); }
.hero-media { position: relative; min-height: 0; overflow: hidden; background: var(--tea-green); }
.hero-media picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.hero-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.25rem, 6vw, 4.5rem) var(--gutter); overflow: visible; overscroll-behavior: auto; }
.hero h1 { max-width: 10.5ch; margin-bottom: var(--space-4); line-height: 1.03; }
.hero h1 span { display: block; }
.hero .body-large { margin-bottom: var(--space-4); color: var(--ink-soft); }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-2) var(--space-5); }

/* Home structure */
.salon-overview { display: grid; align-content: start; gap: var(--layout-gap); background: var(--paper-deep); }
.salon-copy > p, .maria-copy > p, .gift > div > p { max-width: var(--copy); }
.salon-copy > p:not(.body-large), .maria-copy > p:not(.body-large), .gift > div > p:not(.body-large) { color: var(--ink-soft); }
.salon-menu { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.salon-menu li { padding: var(--row-y-tight) 0; border-bottom: 1px solid var(--line); font-size: var(--step-lead); font-weight: 600; line-height: 1.3; }
.salon-menu .is-secondary { color: var(--ink-soft); }
.salon-photo { position: relative; }
.salon-photo figure { aspect-ratio: 4 / 5; overflow: hidden; }
.salon-photo img { width: 100%; height: 100%; object-fit: cover; }

.product-world { display: grid; gap: var(--layout-gap); background: var(--paper); }
.product-intro p { max-width: var(--copy); color: var(--ink-soft); }
.product-list { border-top: 1px solid var(--ink); }
.product-list article { display: grid; gap: var(--space-2); padding: var(--row-y) 0; border-bottom: 1px solid var(--line); }
.product-list p { max-width: var(--copy); margin: 0; color: var(--ink-soft); }
.section-heading { display: grid; gap: var(--space-5); }
.section-heading.section-shell { padding-bottom: var(--block-y); }
.instagram-heading { margin-bottom: var(--block-y); }
.section-heading > div:last-child > p, .instagram-heading > div:last-child > p { max-width: var(--copy); color: var(--ink-soft); }

.tea-moment, .maria, .gift { display: grid; align-items: start; gap: var(--layout-gap); }
.tea-moment, .gift { background: var(--paper-deep); }
.today-photo, .portrait-art, .gift-photo { width: 100%; justify-self: stretch; overflow: hidden; }
.today-photo, .gift-photo { aspect-ratio: 4 / 5; }
.portrait-art { aspect-ratio: 3 / 4; }
/* BILD-02: bewusster Bildausschnitt statt Vorgabe Bildmitte */
.today-photo img { object-position: 50% 42%; }
.portrait-art img { object-position: 50% 28%; }
.gift-photo img { object-position: 50% 46%; }
.salon-photo img { object-position: 34% 58%; }
.today-photo img, .portrait-art img, .gift-photo img { width: 100%; height: 100%; object-fit: cover; }
.image-note, .instagram-data-note { color: var(--ink-soft); font-size: var(--step-small); }

.events { background: var(--paper); }

.instagram { background: var(--paper); }
.instagram-heading { display: grid; gap: var(--space-5); }
.instagram-feed-shell { width: 100%; min-width: 0; min-height: clamp(27rem, 47vw, 42rem); overflow: hidden; background: var(--paper-deep); }
.instagram-feed-shell .elfsight-app-eea1093c-dd61-4d51-a3f2-c1a335162a59 { width: 100%; min-width: 0; min-height: clamp(27rem, 47vw, 42rem); }
.instagram-feed-shell iframe { display: block !important; width: 100% !important; max-width: 100% !important; }
.instagram-feed-shell noscript { display: grid; min-height: 25rem; place-items: center; padding: var(--space-5); text-align: center; }
.instagram-feed-shell noscript p { max-width: 28rem; }
.instagram-feed-shell a, .instagram-data-note a { text-decoration: underline; text-underline-offset: 0.2em; }
.instagram-data-note { margin-top: var(--space-3); }

/* FARBE-01: eine dunkle Flaeche, genau einmal eingesetzt, bricht die Beige-Strecke */
.surface-dark { background: var(--tea-green); color: var(--paper); }
.surface-dark h2, .surface-dark h3 { color: var(--paper); }
.surface-dark p, .surface-dark .body-large { color: var(--paper); }
.surface-dark p:not(.body-large) { color: var(--paper-soft); }
.surface-dark .text-link { color: var(--paper); }
.surface-dark figcaption { color: var(--paper-soft); }

/* TYPO-02: eine Ankerueberschrift pro Seite traegt mehr Gewicht als die Nebenabschnitte */
.h2-anchor { max-width: 15ch; font-size: var(--step-h2-anchor); line-height: 1.03; }

/* RASTER-03: Zaesur-Abschnitt - schmal, zentriert, ohne zweite Spalte */
.caesura { display: grid; justify-items: center; text-align: center; }
.caesura > div { justify-self: center; }
/* Die Zaesur ist ein kurzer Atemzug, kein zweiter Hero: schmales Szenenband. */
.caesura .today-photo { justify-self: center; width: min(100%, 38rem); aspect-ratio: 2 / 1; }
.caesura > div { max-width: var(--copy); }
.caesura .body-large { margin-inline: auto; }

/* BILD-01: Bildunterschriften als eigene Ebene */
.photo-caption { margin-top: var(--space-2); color: var(--ink-soft); font-size: var(--step-small); }

/* FARBE-02: Listenlinien tragen das Markengruen, die Oberkante staerker */
.salon-menu, .product-list, .tea-families, .plain-list, .format-list { border-top-color: var(--line-strong); }

/* INHALT-01: Besuchsblock vor dem Footer */
.visit { display: grid; gap: var(--layout-gap); }
.visit-facts { display: grid; gap: var(--space-5); font-variant-numeric: tabular-nums; }
.visit-facts > div { padding-top: var(--space-3); border-top: 1px solid var(--line); }
.visit-facts dt { margin-bottom: var(--space-2); color: var(--tea-green); font-size: var(--step-label);
  font-weight: 600; letter-spacing: var(--track-label); text-transform: uppercase; }
.visit-facts dd { margin: 0; }
.visit-facts a { text-decoration: underline; text-underline-offset: 0.22em; }
.surface-dark .visit-facts > div { border-top-color: rgb(243 238 228 / 30%); }
.surface-dark .visit-facts dt { color: var(--paper-soft); }

/* INHALT-04: Termine mit Datum, tabellarisch statt als leere Karte */
.event-dates { margin: 0; padding: 0; border-top: 1px solid var(--line-strong); list-style: none; }
.event-dates li { display: grid; gap: var(--space-1) var(--space-5); padding: var(--row-y) 0; border-bottom: 1px solid var(--line); }
.event-dates time { color: var(--tea-green); font-size: var(--step-label); font-weight: 600;
  letter-spacing: var(--track-label); text-transform: uppercase; }
.event-dates p { margin: 0; color: var(--ink-soft); }

/* Kamelienmarke - die Bluete aus dem Siegel als wiederkehrendes Zeichen.
   Sie steht auf jeder Seite genau einmal: dort, wo die Erzaehlung endet und
   die Einladung beginnt. */
.bloom-rule { display: flex; align-items: center; gap: var(--space-4); margin-bottom: var(--block-y); }
.bloom-rule::before, .bloom-rule::after { flex: 1 1 0; height: 1px; background: var(--gold-line); content: ""; }
.bloom-rule img { width: clamp(2.5rem, 4vw, 3.25rem); height: auto; flex: 0 0 auto; }
.surface-dark .bloom-rule::before, .surface-dark .bloom-rule::after { background: rgb(243 238 228 / 32%); }

/* Auf den dunklen Flaechen liegt dieselbe Bluete gross und sehr leise
   hinter dem Satz - Tiefe, kein Dekor. */
.surface-dark .maria-copy, .surface-dark .story-copy { position: relative; isolation: isolate; }
.surface-dark .maria-copy::after, .surface-dark .story-copy::after {
  position: absolute; right: 0; bottom: 0; z-index: -1;
  width: min(80%, 26rem); aspect-ratio: 200 / 140;
  background: url("/assets/camellia.svg") right bottom / contain no-repeat;
  opacity: 0.09; content: ""; pointer-events: none;
}

/* Die Bluete als Siegel im Bildfeld des Heros - unteres Drittel, nah an der
   Spaltenkante, damit sie zum Text hinueberbindet statt im Bild zu schwimmen. */
.hero-media::after, .page-hero-photo::after, .tea-hero-media::after {
  position: absolute; left: 7%; bottom: 14%;
  width: clamp(3.25rem, 14%, 8rem); aspect-ratio: 200 / 140;
  background: url("/assets/camellia.svg") center / contain no-repeat;
  filter: drop-shadow(0 3px 14px rgb(20 18 14 / 42%));
  content: ""; pointer-events: none;
}

/* Inner-page heroes */
.salon-hero, .tea-hero, .events-hero, .maria-hero, .gift-hero { display: grid; grid-template-rows: auto minmax(var(--page-hero-media-floor), 1fr); min-height: var(--hero-viewport); background: var(--paper); }
.salon-hero-copy, .tea-hero-copy, .events-hero > div, .maria-hero-copy, .gift-hero > div { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 3.75rem) var(--gutter); overflow: visible; }
.salon-hero h1, .tea-hero h1, .events-hero h1, .maria-hero h1, .gift-hero h1 { max-width: 14ch; margin-bottom: var(--space-4); font-size: var(--step-page-h1); line-height: 1.03; }
.page-hero-photo, .tea-hero-media { position: relative; min-height: var(--page-hero-media-floor); overflow: hidden; }
.page-hero-photo img, .tea-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.salon-hero .page-hero-photo img { object-position: 52% 54%; }
.events-hero .page-hero-photo img { object-position: 50% 45%; }
.maria-hero .page-hero-photo img { object-position: 50% 36%; }
.gift-hero .page-hero-photo img { object-position: 50% 52%; }

/* Shared inner-page modules */
.content-grid { display: grid; gap: var(--layout-gap); }
.content-grid > div > p, .story-copy > p { max-width: var(--copy); }
.content-grid > div:last-child > p:not(.body-large), .story-copy > p:not(.body-large) { color: var(--ink-soft); }
.media-story { display: grid; }
.story-photo { position: relative; min-height: 0; aspect-ratio: 4 / 5; overflow: hidden; }
.story-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: var(--section-y) var(--gutter); }
.surface-dark .story-copy > p { color: var(--paper-soft); }
.editorial-photo { width: 100%; aspect-ratio: 3 / 4; overflow: hidden; }
.editorial-photo img { width: 100%; height: 100%; object-fit: cover; }

.tea-families { display: grid; margin-top: var(--space-6); border-top: 1px solid var(--ink); }
.tea-families article { padding: var(--row-y) 0; border-bottom: 1px solid var(--line); }

.tea-families p { margin: 0; color: var(--ink-soft); }
.plain-list { margin: var(--space-5) 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.plain-list li { padding: var(--row-y-tight) 0; border-bottom: 1px solid var(--line); }
.format-list { border-top: 1px solid var(--ink); }
.format-list article { padding: var(--row-y) 0; border-bottom: 1px solid var(--line); }
/* Titel und Beschreibung in den Label-Listen halten ueberall denselben
   Abstand. .event-dates hatte hier 0 px. */
.tea-families h3, .format-list h3, .event-dates h3 { margin-bottom: var(--space-1); }
.format-list p { margin: 0; color: var(--ink-soft); }

.visit-grid { display: grid; gap: var(--space-5); }
.visit-grid > div { padding-top: var(--space-3); border-top: 1px solid var(--line); }
.visit-grid dt { margin-bottom: var(--space-2); font-weight: 600; }
.visit-grid dd { color: var(--ink-soft); }
.visit-hours dd { display: grid; gap: var(--space-0); }

/* Legal pages */
.legal-page { max-width: 70rem; margin-inline: auto; }
.legal-page > h1 { margin-bottom: var(--space-7); font-size: var(--step-page-h1); }
.legal-page > div { max-width: 48rem; }
.legal-page > div h2 { max-width: none; margin: var(--space-7) 0 var(--space-3); overflow-wrap: break-word; font-family: var(--font-body); font-size: var(--step-h3); font-weight: 600; hyphens: auto; letter-spacing: 0; }
.legal-page code { font-size: 0.9em; overflow-wrap: anywhere; }
.legal-page a { text-decoration: underline; text-underline-offset: 0.2em; }

/* Footer */
.site-footer { display: grid; gap: var(--space-6); padding: var(--section-y-compact) max(var(--gutter), calc((100vw - var(--container)) / 2)) var(--space-5); background: var(--tea-green); color: var(--paper); }
.site-footer .wordmark { width: 4.5rem; height: 4.5rem; padding: var(--space-1); background: var(--paper); }
.footer-brand p { margin-top: var(--space-3); color: var(--paper-soft); font-size: var(--step-body); line-height: 1.45; }
.footer-details { display: grid; gap: var(--space-5); font-style: normal; font-variant-numeric: tabular-nums; }
.footer-details span { display: block; margin-bottom: var(--space-2); color: var(--paper-soft); font-size: var(--step-label); font-weight: 600; }
.footer-details p { margin: 0; }
.footer-navigation, .footer-legal { display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-4); }
.footer-navigation a, .footer-legal a { color: var(--paper-soft); font-size: var(--step-small); text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 0.25em; }
.footer-navigation a[aria-current="page"], .footer-legal a[aria-current="page"] { color: var(--paper); text-decoration-color: currentColor; }
.site-footer small { color: var(--paper-soft); }
.site-footer--compact { grid-template-columns: auto 1fr; align-items: center; }
.site-footer--compact .footer-legal { justify-self: end; }
.site-footer--compact small { grid-column: 1 / -1; }

@media (min-width: 42rem) {
  .hero-actions { flex-direction: row; align-items: center; }
  .visit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-details { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 56rem) {
  .hero { grid-template-columns: var(--axis) minmax(0, 1fr); grid-template-rows: 1fr; }
  .hero-media { grid-column: 2; grid-row: 1; }
  .hero-copy { grid-column: 1; grid-row: 1; padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2)) var(--gutter); }
  .salon-overview { grid-template-columns: var(--split); }
  .salon-copy, .salon-menu { grid-column: 1; }
  .salon-photo { grid-column: 2; grid-row: 1 / span 2; align-self: stretch; }
  .salon-photo figure { position: absolute; inset: 0; height: auto; aspect-ratio: auto; }

  .section-heading, .instagram-heading, .content-grid { grid-template-columns: var(--split); }
  .section-heading > div:last-child, .instagram-heading > div:last-child { align-self: end; }
  .product-world { grid-template-columns: var(--split); }
  .product-list article { grid-template-columns: var(--split-inner); }
  .tea-moment, .maria, .gift { grid-template-columns: var(--split); }
  .caesura { grid-template-columns: minmax(0, 1fr); }
  .maria .portrait-art { grid-column: 2; }
  .maria .maria-copy { grid-column: 1; grid-row: 1; }
  .bloom-rule { grid-column: 1 / -1; }
  .visit { grid-template-columns: var(--split); }
  .visit-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--layout-gap); }
  .event-dates li { grid-template-columns: var(--split-inner); align-items: baseline; }

  .salon-hero, .tea-hero, .events-hero, .maria-hero, .gift-hero { grid-template-columns: var(--axis) minmax(0, 1fr); grid-template-rows: 1fr; min-height: var(--hero-viewport); }
  .salon-hero-copy, .tea-hero-copy, .events-hero > div, .maria-hero-copy, .gift-hero > div { grid-column: 1; grid-row: 1; padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2)); }
  .page-hero-photo, .tea-hero-media { grid-column: 2; grid-row: 1; min-height: 0; }

  /* Randlos wie die Heroes: Kante auf die Seitenachse, nicht auf ein
     fr-Verhaeltnis der vollen Fensterbreite. */
  .media-story { grid-template-columns: var(--axis) minmax(0, 1fr); }
  .story-photo { min-height: 100%; aspect-ratio: 4 / 5; }
  .story-copy { padding-right: max(var(--gutter), calc((100vw - var(--container)) / 2)); }
  .surface-dark .story-photo img { object-position: 50% 38%; }
  .tea-families { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--space-5); }
  .visit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .site-footer { grid-template-columns: var(--split); column-gap: var(--layout-gap); }
  .footer-navigation, .footer-legal, .site-footer small { grid-column: 2; }
  .site-footer--compact { grid-template-columns: auto 1fr auto; }
  .site-footer--compact .footer-legal { grid-column: 2; justify-self: center; }
  .site-footer--compact small { grid-column: 3; }
}

@media (min-width: 56rem) and (max-height: 46rem) {
  .hero h1 { font-size: clamp(2.65rem, 7.3vh, var(--step-h1)); }
  .hero-copy { padding-block: clamp(1.5rem, 6vh, 4.5rem); }
  .hero .body-large { margin-bottom: var(--space-3); font-size: clamp(1rem, 2.4vh, var(--step-lead)); line-height: 1.5; }
  .hero .button { min-height: 3.1rem; padding-block: var(--space-2); }

  .salon-hero h1, .tea-hero h1, .events-hero h1, .maria-hero h1, .gift-hero h1 { font-size: clamp(2.25rem, 6.6vh, var(--step-page-h1)); }
  .salon-hero-copy, .tea-hero-copy, .events-hero > div, .maria-hero-copy, .gift-hero > div { padding-block: clamp(1.25rem, 5vh, 3.75rem); }
  .salon-hero .body-large, .tea-hero .body-large, .events-hero .body-large, .maria-hero .body-large, .gift-hero .body-large {
    margin-bottom: var(--space-3); font-size: clamp(1rem, 2.4vh, var(--step-lead)); line-height: 1.5; }
}

@media (min-width: 56rem) {
  /* Seitenspalten nach Inhalt: das fruehere 15rem-Minimum reservierte mehr
     Platz als Marke (168 px) und Aktion (178 px) brauchen und liess die
     Kopfzeile mit fuenf Navigationspunkten ueberlaufen. */
  .site-header { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
  .site-header nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.15rem, 2.2vw, 2.5rem); }
  .site-header nav a[aria-current="page"] { color: var(--tea-green); }
  .booking-link { display: inline-flex; justify-self: end; padding: var(--space-2) var(--space-3); background: var(--tea-green); color: var(--paper); }
  .menu-button { display: none; }
  .site-header--compact { grid-template-columns: 1fr; }
}

@media (max-width: 55.999rem) and (max-height: 48rem) {
  .hero h1 { margin-bottom: var(--space-3); font-size: clamp(1.85rem, 5.9vh, var(--step-h1)); }
  .hero-copy { padding-block: clamp(0.75rem, 2.8vh, 4.5rem); }
  .hero .body-large { margin-bottom: var(--space-3); font-size: clamp(0.95rem, 2vh, var(--step-lead)); line-height: 1.42; }
  .hero .button, .hero .text-link { min-height: 2.75rem; }
  .hero-actions { gap: var(--space-1) var(--space-5); }

  .salon-hero h1, .tea-hero h1, .events-hero h1, .maria-hero h1, .gift-hero h1 { margin-bottom: var(--space-3); font-size: clamp(1.8rem, 5.4vh, var(--step-page-h1)); }
  .salon-hero-copy, .tea-hero-copy, .events-hero > div, .maria-hero-copy, .gift-hero > div { padding-block: clamp(0.75rem, 2.8vh, 3.75rem); }
  .salon-hero .body-large, .tea-hero .body-large, .events-hero .body-large, .maria-hero .body-large, .gift-hero .body-large {
    margin-bottom: var(--space-3); font-size: clamp(0.95rem, 2vh, var(--step-lead)); line-height: 1.42; }
}

/* Interaktion. Die Seite hatte bisher keinen einzigen Hover-Zustand,
   obwohl --duration und --ease dafuer bereitlagen. Alles bleibt im
   vorhandenen Vokabular: Linie, Teegruen, Gold. Nur hinter (hover: hover),
   damit auf Touch-Geraeten keine Zustaende haengen bleiben. */
.button, .text-link, .site-header nav a, .booking-link,
.footer-navigation a, .footer-legal a, .visit-facts a, .event-dates li {
  transition: color var(--duration) var(--ease), background-color var(--duration) var(--ease),
    border-color var(--duration) var(--ease), text-decoration-color var(--duration) var(--ease),
    text-underline-offset var(--duration) var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .text-link:hover { text-decoration-thickness: 2px; text-underline-offset: 0.3em; }
  .surface-dark .text-link:hover { text-decoration-color: var(--paper); }

  .button:hover { border-color: var(--tea-green); background: var(--tea-green); color: var(--paper); }
  .button--primary:hover { background: var(--ink); border-color: var(--ink); }

  .site-header nav a { text-decoration: underline; text-decoration-color: transparent;
    text-underline-offset: 0.42em; text-decoration-thickness: 1px; }
  .site-header nav a:hover { color: var(--tea-green); text-decoration-color: var(--gold-line); }
  .booking-link:hover { background: var(--ink); }

  .footer-navigation a:hover, .footer-legal a:hover { color: var(--paper); text-decoration-color: currentColor; }
  .visit-facts a:hover { text-underline-offset: 0.3em; }

  /* Terminzeilen heben sich beim Ueberfahren minimal an - dieselbe
     Linienfarbe, nur kraeftiger. Kein Flaechenwechsel. */
  .event-dates li:hover { border-bottom-color: var(--line-strong); }
}

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