/* ══════════════════════════════════════════════════════════════════════
   Robin Heinicke – 1:1 Coaching · ENTWURF B
   Neutral, ohne Farbakzent, mehr Weissraum.
   Hintergrund #F1F1F1 wie in der Referenz. Hierarchie entsteht
   ausschliesslich ueber Groesse, Gewicht, Weissraum und die dunklen
   Kontrastbloecke — nicht ueber Farbe.
   ══════════════════════════════════════════════════════════════════════ */

/* ── 0 · SCHRIFTEN ──────────────────────────────────────────────────────
   Selbst gehostet, kein Google-Fonts-CDN. Damit wird beim Seitenaufruf
   keine Verbindung zu Google hergestellt und keine IP uebertragen.
   Beide Dateien sind variabel: Archivo mit Gewichts- UND Breitenachse,
   Newsreader kursiv mit Gewichtsachse. Vietnamesische Subsets wurden
   bewusst weggelassen — spart rund 190 KB.
   ────────────────────────────────────────────────────────────────────── */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  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: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  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: "Newsreader";
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url("../fonts/newsreader-latin.woff2") format("woff2");
  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: "Newsreader";
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url("../fonts/newsreader-latin-ext.woff2") format("woff2");
  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;
}

/* ── 1 · TOKENS ─────────────────────────────────────────────────────── */

:root {
  color-scheme: light;

  /* ── Graustufen-Basis ──────────────────────────────────────────────
     Gegenueber der ersten Fassung deutlich kontrastreicher: Flaechen
     weiter auseinander, Linien kraeftiger, gedaempfter Text dunkler.
     Vorher lagen Grund, Flaeche und Linie in einem zu engen Band. */
  --c-bg:            #F2F2F3;
  --c-bg-raised:     #E2E2E4;
  --c-bg-sunken:     #D6D6D9;
  --c-text:          #101012;
  --c-text-muted:    #5A5A5D;                  /* 6,1:1 statt 4,8:1 */
  --c-rule:          rgba(16, 16, 18, 0.20);   /* 0,20 statt 0,13 */
  --c-ph:            rgba(16, 16, 18, 0.07);

  --c-ink:           #101012;
  --c-ink-on:        #F2F2F3;

  /* Dunkle Kontrastbloecke */
  --c-band-bg:       #101012;
  --c-band-text:     #F2F2F3;
  --c-band-muted:    #9B9B9E;
  --c-band-rule:     rgba(242, 242, 243, 0.18);

  /* ── Akzent ────────────────────────────────────────────────────────
     Jeder Akzent hat ZWEI Werte, und das ist keine Spielerei:
     ein reines Pastell erreicht auf hellem Grund nie 4,5:1 und kann
     deshalb keinen Text und keine Ziffern tragen. Also:
       --a-deep : traegt Text, Ziffern, Linien  (immer ueber 5:1)
       --a-tint : traegt Flaechen und Waschungen
     Standard unten = Sage. Umschaltbar ueber data-accent am <html>. */
  --a-deep:          #4F6B57;
  --a-tint:          #E4EBE5;

  --f-sans:  "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-serif: "Newsreader", ui-serif, Georgia, "Times New Roman", serif;

  --t-display: clamp(2.5rem, 5.2vw, 4.25rem);
  --t-h2:      clamp(1.875rem, 3.6vw, 2.875rem);
  --t-quote:   clamp(1.75rem, 3.6vw, 3rem);
  --t-quote-s: clamp(1.375rem, 2.2vw, 1.875rem);
  --t-lead:    clamp(1.125rem, 1.6vw, 1.3125rem);
  --t-body:    1.0625rem;
  --t-meta:    0.875rem;
  --t-eyebrow: 0.75rem;
  --t-num:     clamp(2.25rem, 4.4vw, 3.5rem);

  --shell:     75rem;
  --gutter:    clamp(1.25rem, 5vw, 3rem);

  /* Deutlich mehr Luft als in Entwurf A (dort 5–9rem) */
  --sp-section: clamp(6.5rem, 14vw, 12rem);
  --measure:   60ch;

  /* Kantig. Keine Rundungen — das war der Teil, der gefallen hat. */
  --radius:    0px;
  --ease:      cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ── Akzentvarianten ────────────────────────────────────────────────
   Alle vier sind gedeckt, keine knalligen Toene. Der tiefe Wert liegt
   jeweils zwischen 5,0:1 und 5,7:1 auf dem Grund — also AA-sicher. */

[data-accent="sage"]   { --a-deep: #4F6B57; --a-tint: #E4EBE5; }  /* Salbei, gruen-grau  */
[data-accent="slate"]  { --a-deep: #4A6280; --a-tint: #E3E8EF; }  /* Blaugrau, kuehl     */
[data-accent="plum"]   { --a-deep: #6B5A72; --a-tint: #EAE5EC; }  /* Mauve, ungewoehnlich*/
[data-accent="petrol"] { --a-deep: #3F6F70; --a-tint: #E0EAEA; }  /* Petrol, modern      */

/* Ohne Akzent — als Vergleichsanker */
[data-accent="none"]   { --a-deep: #101012; --a-tint: #E2E2E4; }

/* ── 2 · RESET ──────────────────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 6rem; }

body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--f-sans);
  font-size: var(--t-body);
  font-variation-settings: "wdth" 100;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, p, blockquote, figure, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
a { color: inherit; }

a, button, summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

:focus-visible { outline: 2px solid var(--c-text); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  padding: 0.75rem 1.25rem; background: var(--c-text); color: var(--c-bg); text-decoration: none;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ── 3 · TYPOGRAFIE ─────────────────────────────────────────────────── */

.eyebrow {
  font-size: var(--t-eyebrow);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-bottom: 2rem;
}

.h2 {
  font-size: var(--t-h2);
  font-weight: 600;
  font-variation-settings: "wdth" 90;
  letter-spacing: -0.02em;
  line-height: 1.12;
  max-width: 22ch;
  text-wrap: balance;
}

.lead {
  font-size: var(--t-lead);
  line-height: 1.6;
  color: var(--c-text-muted);
  max-width: 46ch;
}

.prose { max-width: var(--measure); }
.prose p + p { margin-top: 1.375rem; }

/* Freizeile zwischen Ueberschrift und Text — vorher stiess der Absatz
   direkt an die H2 und wirkte gedraengt. */
.h2 + .prose { margin-top: 2rem; }

.meta { font-size: var(--t-meta); color: var(--c-text-muted); }

/* Serif erscheint genau zweimal auf der Seite — das ist Absicht. */
.statement {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  font-size: var(--t-quote);
  line-height: 1.28;
  letter-spacing: -0.012em;
  max-width: 24ch;
  text-wrap: balance;
}
/* Das Schlusszitat braucht Luft. Vorher klebte es am letzten Absatz und
   las sich wie dessen Fortsetzung statt als abgesetzte Aussage. */
.statement--sm {
  font-size: var(--t-quote-s);
  max-width: 32ch;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: 2rem;
  padding-left: 0;
  border-left: 0;
  border-top: 2px solid var(--a-deep);
}

/* ── 4 · LAYOUT ─────────────────────────────────────────────────────── */

.shell {
  width: 100%; max-width: var(--shell);
  margin-inline: auto; padding-inline: var(--gutter);
}

.section { padding-block: var(--sp-section); }

.split {
  display: grid; grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 5rem); align-items: center;
}

/* ── 5 · KOMPONENTEN ────────────────────────────────────────────────── */

/* Der Haupt-CTA traegt die Akzentfarbe. --a-deep liegt in allen Varianten
   ueber 5:1 auf hellem Grund, heller Text darauf ueber 6:1. */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3.375rem;
  padding: 0.75rem 2rem;
  background: var(--a-deep);
  color: var(--c-ink-on);
  font-size: 0.9375rem; font-weight: 600;
  text-decoration: none; border-radius: var(--radius);
  transition: opacity 0.16s var(--ease);
}
.btn:hover { opacity: 0.86; }

.btn--sm { min-height: 2.75rem; padding: 0.4rem 1.15rem; font-size: 0.875rem; }

/* Ohne Akzentfarbe braucht der Nav-CTA eine Kontur, um Button zu bleiben. */
.btn--ghost {
  background: transparent; color: var(--a-deep);
  box-shadow: inset 0 0 0 1px var(--a-deep);
}
.btn--ghost:hover { opacity: 1; background: var(--a-deep); color: var(--c-ink-on); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  min-height: 3.375rem; font-weight: 500;
  text-decoration: underline; text-underline-offset: 0.35em;
  text-decoration-color: var(--c-rule);
  transition: text-decoration-color 0.16s var(--ease);
}
.link-arrow::after { content: "→"; transition: transform 0.16s var(--ease); }
.link-arrow:hover { text-decoration-color: var(--c-text); }
.link-arrow:hover::after { transform: translateX(3px); }

/* ── Randlos auslaufendes Breitbild ─────────────────────────────────
   Der Kern von Entwurf B. Die Maske laesst das Bild an allen Kanten in
   den Seitenhintergrund auslaufen — es gibt keine sichtbare Bildkante.
   Wichtig: nur .wide__media wird maskiert, das Platzhalterlabel bleibt
   voll lesbar. */

.wide { position: relative; margin-top: clamp(2.5rem, 6vw, 5rem); }

.wide__media {
  position: relative;
  aspect-ratio: 21 / 9;
  background-color: var(--c-bg-raised);
  background-image: repeating-linear-gradient(135deg,
    transparent 0 16px, var(--c-ph) 16px 17px);

  --fade: radial-gradient(ellipse 72% 82% at 50% 48%,
            #000 38%, rgba(0, 0, 0, 0.55) 62%, transparent 84%);
  -webkit-mask-image: var(--fade);
          mask-image: var(--fade);
}

.wide__media > img { width: 100%; height: 100%; object-fit: cover; }

.wide__label {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.4rem; text-align: center; padding: 1rem;
  color: var(--c-text-muted); pointer-events: none;
}
.wide__label b { font-size: var(--t-meta); font-weight: 600; letter-spacing: 0.02em; }
.wide__label code { font-size: 0.75rem; font-family: ui-monospace, "Cascadia Mono", monospace; opacity: 0.8; }
.wide__label span { font-size: 0.6875rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.65; }

/* Uebrige Bilder: gleiche Idee, aber rechteckig — nur der Hero laeuft aus. */
.media { position: relative; overflow: hidden; background: var(--c-bg-raised); border-radius: var(--radius); }
.media--portrait  { aspect-ratio: 4 / 5; }
.media--landscape { aspect-ratio: 3 / 2; }
/* Quadratisch: Notloesung fuer Hochkantmaterial. Aus einem Hochkantvideo
   laesst sich kein 3:2-Querformat schneiden, ohne den Kopf zu verlieren. */
.media--square    { aspect-ratio: 1 / 1; }
.media--strip     { aspect-ratio: 21 / 9; border-radius: 0; }
.media > img { width: 100%; height: 100%; object-fit: cover; }

.media__ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.4rem; padding: 1rem; text-align: center;
  background-image: repeating-linear-gradient(135deg, transparent 0 14px, var(--c-ph) 14px 15px);
  color: var(--c-text-muted);
}
.media__ph-label { font-size: var(--t-meta); font-weight: 600; }
.media__ph-file  { font-size: 0.75rem; font-family: ui-monospace, "Cascadia Mono", monospace; opacity: 0.8; }
.media__ph-ratio { font-size: 0.6875rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.65; }

/* ── 6 · ABSCHNITTE ─────────────────────────────────────────────────── */

.nav {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease);
}
/* Blur auf dem Pseudoelement, nicht auf .nav — sonst wird .nav zum
   Containing Block fuer das position:fixed-Vollbildmenue. */
.nav.is-stuck::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: color-mix(in srgb, var(--c-bg) 90%, transparent);
  backdrop-filter: blur(12px);
}
.nav.is-stuck { border-bottom-color: var(--c-rule); }

.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 4.75rem;
}

.nav__brand {
  display: inline-flex; align-items: center; min-height: 2.75rem;
  font-size: 0.9375rem; font-weight: 600; letter-spacing: -0.01em;
  text-decoration: none; white-space: nowrap;
}
.nav__brand-sep { color: var(--c-text-muted); margin-inline: 0.15em; }
.nav__brand-sub { font-weight: 400; color: var(--c-text-muted); }

.nav__links { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.nav__links a {
  display: inline-flex; align-items: center; min-height: 2.75rem;
  font-size: 0.9375rem; text-decoration: none;
  transition: color 0.16s var(--ease), background-color 0.16s var(--ease), opacity 0.16s var(--ease);
}
.nav__links a:not(.nav__cta) { color: var(--c-text-muted); }
.nav__links a:not(.nav__cta):hover { color: var(--c-text); }

.nav__toggle { display: none; align-items: center; gap: 0.6rem; padding: 0.6rem 0; min-height: 2.75rem; }
.nav__toggle-text { font-size: 0.9375rem; font-weight: 500; }
.nav__toggle-bars { display: grid; gap: 5px; width: 20px; }
.nav__toggle-bars span {
  display: block; height: 1.5px; background: currentColor;
  transition: transform 0.2s var(--ease);
}
.nav__toggle[aria-expanded="true"] .nav__toggle-bars span:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] .nav__toggle-bars span:last-child  { transform: translateY(-3.25px) rotate(-45deg); }

/* Hero */
.hero { padding-block: clamp(3.5rem, 9vw, 7rem) clamp(3rem, 7vw, 5.5rem); }

.hero__title {
  font-size: var(--t-display);
  font-weight: 600;
  font-variation-settings: "wdth" 90;
  letter-spacing: -0.028em;
  line-height: 1.04;
  max-width: 24ch;
  margin-bottom: 1.875rem;
  text-wrap: balance;
}

.hero__actions {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.75rem 2rem; margin-top: 2.5rem; margin-bottom: 1rem;
}

/* Philosophie */
.band {
  background: var(--c-band-bg);
  color: var(--c-band-text);
}
.band .eyebrow   { color: var(--c-band-muted); }
.band .prose     { color: var(--c-band-muted); }
.band .statement { color: var(--c-band-text); margin-bottom: 3.5rem; }

.tenets { margin-top: clamp(3.5rem, 7vw, 5rem); border-top: 1px solid var(--c-band-rule); }
.tenet { padding-block: 2rem; border-bottom: 1px solid var(--c-band-rule); }
.tenet__title { font-size: 1.0625rem; font-weight: 600; margin-bottom: 0.4rem; }
.tenet__text  { color: var(--c-band-muted); max-width: var(--measure); }

/* Fuer wen */
.checklist {
  margin-top: 3rem; margin-bottom: clamp(4rem, 9vw, 7rem);
  max-width: 56ch; border-top: 1px solid var(--c-rule);
}
.checklist li {
  padding-block: 1.1875rem; border-bottom: 1px solid var(--c-rule);
  color: var(--c-text-muted);
}

.pivot {
  font-size: var(--t-lead); font-weight: 600;
  letter-spacing: -0.01em; color: var(--c-text); margin-bottom: 1.375rem;
}

/* Ablauf */
.steps { margin-top: 3.5rem; display: grid; grid-template-columns: 1fr; gap: 0; }
.step { position: relative; padding-block: 2rem; border-top: 1px solid var(--c-rule); }
.step:last-child { border-bottom: 1px solid var(--c-rule); }
.step__num {
  font-size: var(--t-num); font-weight: 400;
  font-variation-settings: "wdth" 78;
  line-height: 1; letter-spacing: -0.02em;
  color: var(--a-deep); margin-bottom: 0.875rem;
}
.step__title { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.5rem; }
.step__text  { color: var(--c-text-muted); max-width: 38ch; }

/* Leistungen */
.groups { margin-top: 3.5rem; display: grid; grid-template-columns: 1fr; gap: 0; }
.group { padding-block: 2.25rem; border-top: 1px solid var(--c-rule); }
.group:last-child { border-bottom: 1px solid var(--c-rule); }
.group__title {
  font-size: var(--t-eyebrow); font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--a-deep); margin-bottom: 1.625rem;
}
/* Reine Auflistung — die Erklaerung steht gesammelt darunter, nicht je Punkt. */
.group__items { display: grid; gap: 0.5rem; margin-bottom: 1.625rem; }
.group__items li { font-size: 1.0625rem; font-weight: 600; letter-spacing: -0.005em; }

.group__desc {
  color: var(--c-text-muted);
  font-size: var(--t-meta);
  line-height: 1.7;
  max-width: 38ch;
  padding-top: 1.375rem;
  border-top: 1px solid var(--c-rule);
}

/* Bildband */
.strip { margin-block: clamp(1rem, 3vw, 2rem); }
.strip__caption {
  display: block; margin-top: 1.375rem;
  font-size: var(--t-meta); color: var(--c-text-muted); max-width: 58ch;
}

/* Erstgespraech — die einzige Flaeche mit Pastellwaschung. Das gibt dem
   Abschluss ein Ankommen, ohne dass die Farbe die Seite uebernimmt. */
.section--cta { background: var(--a-tint); border-top: 1px solid var(--c-rule); }
.cta { text-align: center; }
.cta__title {
  font-size: var(--t-h2); font-weight: 600;
  font-variation-settings: "wdth" 90;
  letter-spacing: -0.02em; line-height: 1.12;
  max-width: 24ch; margin-inline: auto; margin-bottom: 1.625rem;
  text-wrap: balance;
}
.cta .lead { margin-inline: auto; }
.cta .meta { margin-top: 1.375rem; }

.booking { margin-top: 3rem; }
.booking__note {
  max-width: 46ch; margin-inline: auto; padding: 1.5rem;
  border: 1px dashed var(--c-rule); border-radius: var(--radius);
  font-size: var(--t-meta); color: var(--c-text-muted);
}
.booking__note code { font-family: ui-monospace, "Cascadia Mono", monospace; color: var(--c-text); }
.booking__consent {
  max-width: 34rem; margin-inline: auto; padding: 2rem 1.5rem;
  background: var(--c-bg-raised); border-radius: var(--radius);
}
.booking__consent p { font-size: var(--t-meta); color: var(--c-text-muted); margin-bottom: 1.25rem; }
.booking__frame { min-height: 44rem; }
.booking__fallback {
  margin-top: 1rem;
  font-size: var(--t-meta);
  color: var(--c-text-muted);
}
.booking__fallback a { color: var(--a-deep); text-underline-offset: 0.25em; }

/* Footer */
.footer { padding-block: 3.5rem; border-top: 1px solid var(--c-rule); }
.footer__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1rem 2rem; font-size: var(--t-meta);
}
.footer__brand { font-weight: 600; }
.footer__links { display: flex; gap: 1.5rem; }
.footer__links a {
  display: inline-flex; align-items: center; min-height: 2.75rem;
  color: var(--c-text-muted); text-decoration: none;
}
.footer__links a:hover { color: var(--c-text); }
.footer__copy { color: var(--c-text-muted); }

/* ── Rechtsseiten (Impressum, Datenschutz) ──────────────────────────── */

.nav__back { white-space: nowrap; }

@media (max-width: 30em) {
  .nav__back-full { display: none; }
}

.legal { max-width: 46rem; }

.legal h2 {
  font-size: 1.375rem;
  font-weight: 600;
  font-variation-settings: "wdth" 92;
  letter-spacing: -0.015em;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.legal h2:first-of-type { margin-top: 2.5rem; }

.legal h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.legal p, .legal ul { color: var(--c-text-muted); }
.legal p + p { margin-top: 1rem; }
.legal ul { margin-top: 0.875rem; padding-left: 1.25rem; list-style: disc; }
.legal li { margin-bottom: 0.4rem; }
.legal li::marker { color: var(--a-deep); }
.legal a { color: var(--a-deep); text-underline-offset: 0.2em; }
.legal strong { color: var(--c-text); font-weight: 600; }

.legal__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  font-variation-settings: "wdth" 90;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

/* Auszufuellende Stellen — vor Go-Live muessen alle verschwinden. */
.ph {
  padding: 0.1em 0.45em;
  background: var(--a-tint);
  box-shadow: inset 0 -1px 0 var(--a-deep);
  color: var(--c-text);
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 0.9em;
}

.notice {
  padding: 1.375rem 1.5rem;
  margin-bottom: 2.5rem;
  background: var(--c-bg-raised);
  border-left: 3px solid var(--a-deep);
  font-size: var(--t-meta);
  line-height: 1.65;
}
.notice p { color: var(--c-text); }

/* Entwurfsumschalter — nur Prototyp, vor Go-Live entfernen */
.draft-switch {
  position: fixed;
  right: calc(1rem + env(safe-area-inset-right));
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 150;
  display: flex; align-items: center; gap: 0.25rem;
  padding: 0.3rem 0.4rem;
  background: var(--c-bg);
  border: 1px solid var(--c-rule);
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-size: 0.8125rem;
}
.draft-switch__label {
  font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--c-text-muted); padding-left: 0.6rem;
}
.draft-switch a {
  display: inline-flex; align-items: center;
  min-height: 2.75rem; padding: 0.3rem 0.9rem;
  color: var(--c-text-muted); text-decoration: none; border-radius: 999px;
}
.draft-switch a[aria-current="page"] { background: var(--c-ink); color: var(--c-ink-on); font-weight: 600; }

/* Farbumschalter — nur Prototyp, vor Go-Live entfernen */
.accent-switch {
  position: fixed;
  left: calc(1rem + env(safe-area-inset-left));
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 150;
  display: flex; align-items: center; gap: 0.4rem;
  padding: 0.45rem 0.7rem;
  background: var(--c-bg);
  border: 1px solid var(--c-rule);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.accent-switch__label {
  font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--c-text-muted); margin-right: 0.2rem;
}
.accent-switch__btn {
  width: 2.75rem; height: 2.75rem;
  display: grid; place-items: center;
  border: 1px solid var(--c-rule);
  background: var(--sw);
}
.accent-switch__btn[aria-pressed="true"] {
  box-shadow: inset 0 0 0 2px var(--c-bg), 0 0 0 2px var(--c-text);
}
.accent-switch__btn span {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

/* ── 7 · BEWEGUNG ───────────────────────────────────────────────────── */

.js .reveal { opacity: 0; transform: translateY(24px); }
.js .reveal.is-visible {
  opacity: 1; transform: none;
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

/* ── 8 · RESPONSIVE ─────────────────────────────────────────────────── */

@media (max-width: 56.25em) {
  .nav__toggle { display: inline-flex; position: relative; z-index: 1; }

  .nav__links {
    position: fixed; inset: 0;
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 1.5rem;
    padding: max(var(--gutter), env(safe-area-inset-top))
             max(var(--gutter), env(safe-area-inset-right))
             max(var(--gutter), env(safe-area-inset-bottom))
             max(var(--gutter), env(safe-area-inset-left));
    background: var(--c-bg);
    overflow-y: auto; overscroll-behavior: contain;
    transform: translateY(-100%); visibility: hidden;
    transition: transform 0.3s var(--ease), visibility 0.3s var(--ease);
  }
  .nav__links.is-open { transform: translateY(0); visibility: visible; }
  .nav__links a:not(.nav__cta) { font-size: 1.375rem; color: var(--c-text); }
  .nav__cta { font-size: 0.9375rem; margin-top: 0.5rem; }

  /* Schmale Displays: die Maske faellt flacher aus, sonst bleibt vom
     Panoramabild kaum sichtbarer Inhalt uebrig. */
  .wide__media {
    aspect-ratio: 16 / 10;
    --fade: radial-gradient(ellipse 88% 92% at 50% 50%,
              #000 52%, rgba(0, 0, 0, 0.6) 74%, transparent 92%);
  }
}

@media (min-width: 40em) {
  .steps { grid-template-columns: repeat(2, 1fr); column-gap: clamp(1.5rem, 4vw, 3rem); }
  .step:nth-child(-n+2) { border-top: 1px solid var(--c-rule); }
  .step:last-child      { border-bottom: 0; }
  .step:nth-child(n+3)  { border-bottom: 1px solid var(--c-rule); }
}

@media (min-width: 56.25em) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--reverse .split__body { order: 2; }

  .groups {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    border-top: 1px solid var(--c-rule);
  }
  .group { border-top: 0; padding-block: 2.75rem 0; }
  .group:last-child { border-bottom: 0; }
}

@media (min-width: 64em) {
  .steps { grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--c-rule); }
  .step  { border-top: 0; padding-right: 1rem; }
  .step:last-child, .step:nth-child(-n+2), .step:nth-child(n+3) {
    border-top: 0; border-bottom: 0;
  }
  .step::before {
    content: ""; position: absolute; top: -1px; left: 0;
    width: 2.5rem; height: 2px; background: var(--a-deep);
  }
}

/* Flache Laptop-Displays: CTA muss ueber der Falz bleiben. */
@media (min-width: 56.25em) and (max-height: 46.875em) {
  .hero { padding-block: 2.5rem 2rem; }
  .hero .eyebrow { margin-bottom: 1.25rem; }
  .hero__title { font-size: clamp(2.25rem, 3.4vw, 3rem); margin-bottom: 1.25rem; }
  .hero__actions { margin-top: 1.75rem; }
  .wide { margin-top: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .nav, .draft-switch, .booking { display: none; }
  body { background: #fff; color: #000; }
}
