/* =========================================================================
   Straßner Consulting
   1 Tokens · 2 Basis · 3 Typografie · 4 Layout · 5 Bausteine · 6 Kopf
   7 Hero · 8 Person · 9 Denkfehler · 10 Tagesverlauf · 11 Ablauf
   12 Region · 13 Fragen · 14 Kontakt · 15 Fuß · 16 Rechtsseiten
   17 Bewegung · 18 Druck

   Farblogik: Die Marke #264249 ist nicht Akzent, sondern Fläche. Sie trägt
   die gesamte Seite. Aufgehellt wird nur, wo Tiefe nötig ist; das Türkis
   erscheint ausschließlich dort, wo etwas passiert oder bedient wird.
   ========================================================================= */

/* ---------- 1 Tokens ---------------------------------------------------- */
:root {
  --petrol:       #264249;   /* Kundenfarbe, dominante Fläche              */
  --petrol-deep:  #14262b;   /* Kopf, Fuß, Bildschleier                    */
  --petrol-lift:  #2e4f57;   /* gehobene Fläche, Formularfelder            */
  --petrol-edge:  #1b343a;

  --ivory:        #f2efe8;   /* 9.3:1 auf der Marke                        */
  --muted:        #afc0c1;   /* 5.7:1 auf der Marke                        */
  --dim:          #8ba0a2;

  --teal:         #52c0bb;   /* 4.9:1 auf der Marke – nur Aktion & Zustand */
  --teal-deep:    #2c7c79;

  --line:         rgba(242, 239, 232, 0.14);
  --line-soft:    rgba(242, 239, 232, 0.08);
  --line-strong:  rgba(242, 239, 232, 0.30);

  --font-display: "Bodoni Moda", "Didot", "Bodoni MT", Georgia, serif;
  --font-body:    "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --fs-body:    1.0625rem;
  --fs-small:   1rem;
  --fs-micro:   0.75rem;
  --fs-lead:    clamp(1.125rem, 1.02rem + 0.5vw, 1.375rem);
  --fs-h3:      clamp(1.25rem, 1.14rem + 0.55vw, 1.5rem);
  --fs-h2:      clamp(2rem, 1.4rem + 2.6vw, 3.5rem);
  --fs-h1:      clamp(2.5rem, 1.5rem + 4.4vw, 5rem);

  --wrap:       76rem;
  --wrap-tight: 52rem;
  --measure:    38rem;
  --gutter:     clamp(1.25rem, 4.5vw, 3.5rem);
  --section-y:  clamp(5rem, 10vw, 9rem);

  --ease:       cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
}

/* Safari vor 16 kennt overflow:clip nicht. Dort greift hidden – das erzeugt
   zwar einen Scrollcontainer, ist aber allemal besser als eine Seite, die
   sich seitwärts schieben lässt. */
@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}

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

html {
  -webkit-text-size-adjust: 100%;
  /* Die Maschine beschneidet nur den body. Gibt der body seinen overflow
     nicht an den Viewport weiter – auf iOS der Regelfall, sobald eine
     fixierte Ebene darüberliegt – scrollt die Seite seitwärts. clip statt
     hidden, damit kein Scrollcontainer entsteht und sticky weiter trägt. */
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
  background: var(--petrol);
  /* Bildlaufleisten gehören zur Gestaltung, nicht zum Browser */
  scrollbar-color: var(--petrol-lift) var(--petrol-deep);
  scrollbar-width: thin;
}
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--petrol-deep); }
::-webkit-scrollbar-thumb {
  background: var(--petrol-lift);
  border: 3px solid var(--petrol-deep);
  border-radius: 99px;
}
::-webkit-scrollbar-thumb:hover { background: #3d666f; }

body {
  margin: 0;
  background: var(--petrol);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }

::selection { background: var(--teal); color: var(--petrol-deep); }

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

.skip-link {
  position: fixed; left: 1rem; top: 1rem; z-index: 300;
  transform: translateY(-160%);
  background: var(--teal); color: var(--petrol-deep);
  padding: 0.85rem 1.4rem; text-decoration: none; font-weight: 600;
  transition: transform 220ms var(--ease);
}
.skip-link:focus { transform: translateY(0); }

/* Nur für Screenreader. max-width und clip-path sind nötig, weil overflow auf
   display:table wirkungslos ist: eine so versteckte Tabelle wächst auf ihren
   Inhalt und schiebt die ganze Seite seitlich auf. */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px; max-width: 1px; max-height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
  white-space: nowrap; border: 0;
}

.icon { width: 1.25em; height: 1.25em; flex: none; fill: none;
        stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- 3 Typografie ------------------------------------------------ */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.028em;
  margin: 0;
  text-wrap: balance;
  font-variant-numeric: lining-nums;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 {
  font-family: var(--font-body);
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }

h1 + p, h2 + p, h2 + .lead, h3 + p { margin-top: 1.1rem; }

a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
a:hover { color: var(--ivory); }

strong { font-weight: 600; }

.lead {
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: var(--muted);
  max-width: var(--measure);
}
.measure { max-width: var(--measure); }

/* Gesperrte Versalien: Navigation, Beschriftungen, Legenden – nie über einer
   Überschrift. Die Überschrift trägt sich selbst. */
.caps {
  font-family: var(--font-body);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
}
/* text-transform: uppercase macht aus ß ein SS. Der Eigenname behält sein ß,
   genau wie die Wortmarke im Logo – deshalb hier bereits versal gesetzt. */
.caps--asis { text-transform: none; }

/* ---------- 4 Layout ---------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--tight { max-width: var(--wrap-tight); }

.section { padding-block: var(--section-y); position: relative; }
.section--deep { background: var(--petrol-deep); }
.section--edge { background: var(--petrol-edge); }

.section__head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section__head--center { text-align: center; margin-inline: auto; max-width: 44rem; }
.section__head--center .lead { margin-inline: auto; }

/* Haarlinie, die sich beim Einscrollen zeichnet */
.rule {
  height: 1px; border: 0; margin: 0;
  background: var(--line);
  transform-origin: left center;
}

/* ---------- 5 Bausteine ------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem;
  padding: 1.05rem 2rem;
  background: var(--teal); color: var(--petrol-deep);
  border: 1px solid var(--teal); border-radius: 2px;
  font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.02em;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background 220ms var(--ease), border-color 220ms var(--ease),
              color 220ms var(--ease), transform 100ms var(--ease-out);
}
.btn:hover { background: transparent; color: var(--teal); }
/* Druck ist ein Ereignis, kein Übergang: 100 ms, mit sichtbarer Geometrie. */
.btn:active {
  background: var(--teal-deep); border-color: var(--teal-deep); color: var(--ivory);
  transform: scale(0.97); transition-duration: 100ms;
}

.btn--ghost { background: transparent; color: var(--ivory); border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--ivory); border-color: var(--ivory); color: var(--petrol-deep); }

.btn--sm { padding: 0.7rem 1.25rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  color: var(--ivory); text-decoration: none;
  font-size: var(--fs-small); font-weight: 500;
  border-bottom: 1px solid var(--line-strong); padding-bottom: 0.35rem;
  transition: color 200ms var(--ease), border-color 200ms var(--ease);
}
.link-arrow .icon { transition: transform 260ms var(--ease-out); }
.link-arrow:hover { color: var(--teal); border-color: var(--teal); }
.link-arrow:hover .icon { transform: translateX(4px); }
.link-arrow:active { color: var(--teal-deep); border-color: var(--teal-deep); transition-duration: 90ms; }
.link-arrow:active .icon { transform: translateX(6px); transition-duration: 90ms; }

.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2rem; }

/* ---------- 6 Kopfzeile ------------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: transparent;
  transition: background 320ms var(--ease), box-shadow 320ms var(--ease);
}
.site-header[data-solid="true"] {
  /* Bei 94 % Deckung erreichten nur 6 % des Hintergrunds den Filter – das Glas
     war rechnerisch wirkungslos. 86 % lässt das Material arbeiten und hält
     --muted auch über den hellsten Bildstellen noch über 5:1. */
  background: color-mix(in srgb, var(--petrol-deep) 86%, transparent);
  backdrop-filter: blur(20px) saturate(180%);
}

/* Statt einer harten Linie unter der schwebenden Kopfzeile eine Verlaufskante:
   die einzige Stelle der Seite, an der Chrome den scrollenden Inhalt überlappt. */
.site-header::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0;
  height: 28px; pointer-events: none;
  opacity: 0; transition: opacity 320ms var(--ease);
  background: linear-gradient(to bottom,
    rgba(20, 38, 43, 0.45) 0%,
    rgba(20, 38, 43, 0.18) 45%,
    rgba(20, 38, 43, 0) 100%);
}
.site-header[data-solid="true"]::after { opacity: 1; }

.utility {
  border-bottom: 1px solid var(--line-soft);
  transition: opacity 320ms var(--ease);
}
.utility__inner {
  display: flex; justify-content: flex-end; align-items: center; gap: 2rem;
  min-height: 2.75rem;
}
.utility a {
  display: inline-flex; align-items: center; gap: 0.55rem;
  color: var(--muted); text-decoration: none;
  font-size: var(--fs-micro); letter-spacing: 0.06em;
  transition: color 200ms var(--ease);
}
.utility a:hover { color: var(--teal); }
.utility .icon { width: 0.95rem; height: 0.95rem; }
@media (max-width: 44em) { .utility { display: none; } }

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

.brand { display: inline-flex; align-items: center; gap: 0.85rem; color: var(--ivory); text-decoration: none; }
.brand__mark { width: 2.5rem; height: 2.5rem; color: var(--ivory); flex: none;
               transition: color 240ms var(--ease); }
.brand__word { width: 8.5rem; height: auto; color: var(--ivory);
               transition: color 240ms var(--ease); }
.brand:hover .brand__mark, .brand:hover .brand__word { color: var(--teal); }
/* Sobald das Menü als Umschalter erscheint, konkurrieren Wortmarke, Menü und
   Knopf um dieselbe Zeile. Das Monogramm trägt die Marke dann allein – mit
   Reserve statt auf Kante gerechnet. */
@media (max-width: 48em) { .brand__word { display: none; } }

.site-nav { display: flex; align-items: center; gap: 2.25rem; }
@media (max-width: 62em) { .site-nav { gap: 0.75rem; } }
.site-nav__links { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.site-nav__links a {
  position: relative;
  font-size: var(--fs-micro); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  transition: color 200ms var(--ease);
}
.site-nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -0.55rem;
  height: 1px; background: var(--teal);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 320ms var(--ease-out);
}
.site-nav__links a:hover { color: var(--ivory); }
.site-nav__links a:hover::after { transform: scaleX(1); }
@media (max-width: 62em) { .site-nav__links { display: none; } }
@media (max-width: 26em) { .site-nav .btn { padding: 0.7rem 1rem; font-size: var(--fs-micro); } }

/* ---------- 7 Hero ------------------------------------------------------ */
.hero {
  position: relative;
  min-height: min(100svh, 54rem);
  display: grid; align-items: end;
  padding-block: 12rem clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
/* Schleier in der Markenfarbe: Das Bild wird Teil der Fläche, nicht Dekoration */
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(15,30,34,0.86) 0%, rgba(15,30,34,0.62) 45%, rgba(15,30,34,0.42) 100%),
    linear-gradient(to bottom, rgba(15,30,34,0.55) 0%, rgba(15,30,34,0.20) 30%, rgba(15,30,34,0.45) 100%);
}

.hero__inner { position: relative; z-index: 1; max-width: 58rem; }
.hero h1 { max-width: 15ch; text-wrap: pretty; }
.hero h1 em { display: block; font-style: italic; color: var(--teal); }
.hero__lead {
  margin-top: 1.75rem;
  max-width: 34rem;
  font-size: var(--fs-lead); line-height: 1.6;
  color: var(--ivory); opacity: 0.86;
  max-width: 40rem;
}
.hero .cta-row { margin-top: 2.75rem; }

.hero__foot {
  position: absolute; left: 0; right: 0; bottom: clamp(1.5rem, 3vw, 2.5rem);
  z-index: 1;
}
.hero__foot-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding-top: 1.5rem; border-top: 1px solid var(--line);
}
.hero__sig { display: flex; align-items: center; gap: 0.9rem; }
.hero__sig svg { width: 5.5rem; height: auto; color: var(--ivory); opacity: 0.7; }
@media (max-width: 44em) { .hero__foot { display: none; } }

.scroll-cue { display: inline-flex; align-items: center; gap: 0.7rem; color: var(--dim); text-decoration: none; }
.scroll-cue .icon { animation: cue 2.6s var(--ease) infinite; }
@keyframes cue { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* ---------- 8 Person ---------------------------------------------------- */
.person__grid {
  display: grid; gap: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 58em) { .person__grid { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); } }

.person__figure { position: relative; margin: 0; }
.person__figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.person__figure::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,38,43,0.55), transparent 45%);
  pointer-events: none;
}
.person__caption {
  position: absolute; left: 0; bottom: 0; z-index: 1;
  padding: 1.25rem 1.5rem;
}
.person__caption .caps { color: var(--muted); }

.person__body p { color: var(--muted); max-width: 34rem; }
.person__body p:first-of-type { color: var(--ivory); font-size: var(--fs-lead); line-height: 1.6; }
.person__sign { margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid var(--line); }
/* Die echte Unterschrift ist mit 7:1 deutlich flacher als der frühere
   Platzhalter (3,75:1). Neben der Zeile stehend fiele sie zu einem dünnen
   Strich zusammen, deshalb steht sie darüber – so wie auf einem Brief. */
.person__sign-svg {
  display: block;
  width: clamp(9.5rem, 30vw, 13rem);
  height: auto;
  color: var(--ivory);
  opacity: 0.92;
}
.person__sign span { display: block; margin-top: 1rem; font-size: var(--fs-small); color: var(--dim); }

/* ---------- 9 Der Denkfehler ------------------------------------------- */
.offers {
  display: grid; gap: 0;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 52em) { .offers { grid-template-columns: repeat(3, 1fr); } }

.offer { padding: 2.25rem 0; border-bottom: 1px solid var(--line); }
@media (min-width: 52em) {
  .offer { padding: 2.5rem 2.25rem 2.75rem; border-bottom: 0; border-left: 1px solid var(--line); }
  .offer:first-child { padding-left: 0; border-left: 0; }
  .offer:last-child { padding-right: 0; }
}
.offer__claim {
  font-family: var(--font-display); font-size: 1.45rem; line-height: 1.28;
  letter-spacing: -0.018em; margin: 0.9rem 0 0.85rem;
}
.offer__note { font-size: var(--fs-small); color: var(--dim); margin: 0; }

.verdict {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.05rem + 1.9vw, 2.5rem);
  line-height: 1.24; letter-spacing: -0.022em;
  max-width: 32rem;
}
.verdict em { font-style: italic; color: var(--teal); }

/* ---------- 10 Tagesverlauf (Kernstück) --------------------------------- */
.day__head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 2rem; margin-bottom: clamp(2rem, 4vw, 3rem);
}

/* Segmentschalter */
.switch {
  display: inline-flex; border: 1px solid var(--line-strong); border-radius: 2px;
  overflow: hidden; flex: none;
}
.switch button {
  appearance: none; background: transparent; border: 0; cursor: pointer;
  padding: 0.8rem 1.15rem;
  font-size: var(--fs-micro); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
  transition: background 240ms var(--ease), color 240ms var(--ease);
}
.switch button + button { border-left: 1px solid var(--line-strong); }
.switch button[aria-checked="true"] { background: var(--teal); color: var(--petrol-deep); }
.switch button:not([aria-checked="true"]):hover { color: var(--ivory); background: rgba(242,239,232,0.05); }
.switch button:active { background: rgba(82, 192, 187, 0.22); color: var(--ivory); transition-duration: 90ms; }

.day__stage {
  position: relative; margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
}
.day__chart { width: 100%; height: auto; display: block; overflow: visible; }

.day__grid-line { stroke: var(--line-soft); stroke-width: 1; }
.day__axis-label { fill: var(--dim); font-family: var(--font-body); font-size: 11px; letter-spacing: 0.08em; }
.day__area-gen  { fill: rgba(82,192,187,0.13); }
.day__line-gen  { fill: none; stroke: var(--teal); stroke-width: 1.5; stroke-opacity: 0.55; }
.day__area-cov  { fill: rgba(82,192,187,0.55); }
.day__line-use  { fill: none; stroke: var(--ivory); stroke-width: 2; }
.day__playhead  { stroke: var(--ivory); stroke-width: 1; stroke-dasharray: 2 4; opacity: 0.55; }
.day__marker    { fill: var(--ivory); }

.day__legend {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.75rem;
  margin-top: 1.5rem;
}
.day__legend li { display: inline-flex; align-items: center; gap: 0.6rem; font-size: var(--fs-micro); color: var(--muted); letter-spacing: 0.04em; }
.day__legend i { width: 1.1rem; height: 0.55rem; flex: none; border-radius: 1px; }
.day__key-gen { background: rgba(82,192,187,0.18); border: 1px solid rgba(82,192,187,0.55); }
.day__key-cov { background: rgba(82,192,187,0.55); }
.day__key-use { background: transparent; border-top: 2px solid var(--ivory); height: 2px; }

/* Regler */
.day__scrub { margin-top: 2rem; }
.day__scrub-row { display: flex; align-items: center; gap: 1.25rem; }
.day__time {
  font-family: var(--font-display); font-size: 1.5rem; letter-spacing: -0.01em;
  min-width: 4.25ch; font-variant-numeric: tabular-nums;
}
input[type="range"].scrub {
  -webkit-appearance: none; appearance: none;
  flex: 1; height: 2.25rem; background: transparent; cursor: grab; margin: 0;
}
input[type="range"].scrub:active { cursor: grabbing; }
input[type="range"].scrub::-webkit-slider-runnable-track {
  height: 2px; background: var(--line-strong); border-radius: 2px;
}
input[type="range"].scrub::-moz-range-track { height: 2px; background: var(--line-strong); border-radius: 2px; }
input[type="range"].scrub::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 1.05rem; height: 1.05rem; margin-top: -0.5rem;
  background: var(--teal); border: 0; border-radius: 50%;
  box-shadow: 0 2px 10px -2px rgba(0,0,0,0.6);
  transition: transform 90ms var(--ease-out), box-shadow 90ms var(--ease-out);
}
input[type="range"].scrub::-moz-range-thumb {
  width: 1.05rem; height: 1.05rem; background: var(--teal); border: 0; border-radius: 50%;
}
input[type="range"].scrub:hover::-webkit-slider-thumb { transform: scale(1.15); }
/* Auf Touch gibt es kein Hover – ohne :active käme beim Anfassen gar nichts. */
input[type="range"].scrub:active::-webkit-slider-thumb {
  transform: scale(1.25);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.6), 0 0 0 6px rgba(82, 192, 187, 0.18);
}
input[type="range"].scrub:active::-moz-range-thumb {
  transform: scale(1.25);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.6), 0 0 0 6px rgba(82, 192, 187, 0.18);
}

.day__event {
  margin-top: 1rem; min-height: 1.7em;
  font-size: var(--fs-small); color: var(--muted);
}
.day__event strong { color: var(--ivory); font-weight: 500; }

/* Knoten des Systems */
.nodes {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 1px; background: var(--line-soft);
  border: 1px solid var(--line-soft);
  list-style: none; margin: 2.5rem 0 0; padding: 0;
}
.node {
  background: var(--petrol);
  padding: 1.15rem 1.15rem 1.25rem;
  display: flex; flex-direction: column; gap: 0.55rem;
  transition: background 320ms var(--ease), color 320ms var(--ease);
}
.section--deep .node { background: var(--petrol-deep); }
.node .icon { width: 1.4rem; height: 1.4rem; color: var(--dim); transition: color 320ms var(--ease); }
.node__name { font-size: var(--fs-small); font-weight: 500; }
.node__state { font-size: 0.8125rem; color: var(--dim); letter-spacing: 0.06em; transition: color 320ms var(--ease); }
/* „Erleuchtet“ heißt: läuft in dieser Stunde aus eigener Erzeugung */
.node[data-live="true"] { background: rgba(82,192,187,0.10); }
.node[data-live="true"] .icon { color: var(--teal); }
.node[data-live="true"] .node__state { color: var(--teal); }
.node[data-off="true"] { opacity: 0.42; }

/* ---------- 11 Ablauf --------------------------------------------------- */
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.step {
  display: grid; gap: 0.5rem 2.5rem;
  grid-template-columns: 1fr;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
  border-bottom: 1px solid var(--line);
  transition: background 300ms var(--ease);
}
@media (min-width: 50em) { .step { grid-template-columns: 4rem minmax(0, 17rem) minmax(0, 1fr); align-items: baseline; } }
@media (min-width: 64em) { .step { grid-template-columns: 11rem 4rem minmax(0, 17rem) minmax(0, 1fr); } }
.step__num {
  font-family: var(--font-display); font-size: 1.5rem; color: var(--teal);
  font-variant-numeric: tabular-nums; letter-spacing: 0;
}
.step h3 { margin: 0; }
.step p { margin: 0; color: var(--muted); font-size: var(--fs-small); max-width: 34rem; }
@media (min-width: 50em) { .step:hover { background: rgba(242,239,232,0.03); } }

/* ---------- 12 Region --------------------------------------------------- */
.region { display: grid; gap: clamp(2rem, 4vw, 3.5rem); grid-template-columns: 1fr; }
@media (min-width: 54em) { .region { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; } }
.places { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; margin: 0; padding: 0; }
.places li {
  font-size: var(--fs-small);
  border: 1px solid var(--line); border-radius: 2px;
  padding: 0.45rem 0.9rem; color: var(--muted);
}

/* ---------- 13 Fragen --------------------------------------------------- */
.faq { max-width: 50rem; margin-inline: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem;
  padding: 1.6rem 0; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: clamp(1.15rem, 1rem + 0.6vw, 1.45rem);
  line-height: 1.3; letter-spacing: -0.015em;
  transition: color 200ms var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--teal); }
.faq summary:active { color: var(--teal); background: rgba(242, 239, 232, 0.04); transition-duration: 90ms; }
.faq__sign { position: relative; width: 0.95rem; height: 0.95rem; flex: none; margin-top: 0.45em; color: var(--teal); }
.faq__sign::before, .faq__sign::after {
  content: ""; position: absolute; left: 0; top: 50%;
  width: 100%; height: 1.5px; background: currentColor;
  transition: transform 320ms var(--ease-out);
}
.faq__sign::after { transform: rotate(90deg); }
.faq details[open] .faq__sign::after { transform: rotate(0deg); }
.faq__answer { padding: 0 0 1.8rem; max-width: 42rem; }
.faq__answer p { font-size: var(--fs-small); color: var(--muted); }

/* Weiches Auf- und Zuklappen, ohne JavaScript.
   ::details-content ist der Kasten, den <details> um alles außer der
   Zusammenfassung legt. interpolate-size erlaubt den Übergang von 0 auf die
   natürliche Höhe, die sonst gar nicht animierbar wäre, und allow-discrete
   hält den Inhalt beim Zuklappen bis zum Ende sichtbar.
   Der Weg über JavaScript wäre hier falsch: die Höhe eines geschlossenen
   <details> lässt sich nicht verlässlich messen, der Browser meldet dort
   Werte des geöffneten Zustands. Browser ohne diese Eigenschaften klappen
   weiterhin hart um – das ist der Zustand von vorher, kein Rückschritt. */
@supports (interpolate-size: allow-keywords) and selector(details::details-content) {
  :root { interpolate-size: allow-keywords; }
  .faq details::details-content {
    block-size: 0;
    overflow: hidden;
    transition: block-size 340ms var(--ease-out),
                content-visibility 340ms allow-discrete;
  }
  .faq details[open]::details-content { block-size: auto; }
  @media (prefers-reduced-motion: reduce) {
    .faq details::details-content { transition-duration: 0.01ms; }
  }
}

/* ---------- 14 Kontakt -------------------------------------------------- */
.contact { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 60em) { .contact { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); } }

.promise {
  margin-top: 2rem; padding-top: 1.75rem; border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.05rem + 0.8vw, 1.6rem);
  line-height: 1.35; letter-spacing: -0.015em;
}
.contact__direct { margin-top: 2rem; display: grid; gap: 0.75rem; }
.contact__direct a { display: inline-flex; align-items: center; gap: 0.7rem; color: var(--muted); text-decoration: none; font-size: var(--fs-small); }
.contact__direct a:hover { color: var(--teal); }

.form__grid { display: grid; gap: 1.35rem; grid-template-columns: 1fr; }
@media (min-width: 36em) { .form__grid { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field--wide { grid-column: 1 / -1; }
.field label { font-size: var(--fs-micro); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.field label .opt { font-weight: 400; letter-spacing: 0.06em; color: var(--dim); text-transform: none; }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.95rem 1rem;
  background: var(--petrol-lift);
  color: var(--ivory);
  caret-color: var(--teal);
  border: 1px solid transparent; border-bottom-color: var(--line-strong); border-radius: 2px;
  transition: border-color 200ms var(--ease), background 200ms var(--ease);
}
.section--deep .field input, .section--deep .field select, .section--deep .field textarea { background: var(--petrol); }
.field input::placeholder, .field textarea::placeholder { color: var(--dim); }
.field textarea { resize: vertical; min-height: 7rem; }
.field select {
  appearance: none; padding-right: 2.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23afc0c1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal); background: var(--petrol-lift);
}
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #e2856f; }
.field__error { font-size: var(--fs-micro); color: #e2856f; letter-spacing: 0.02em; }
.field__error:empty { display: none; }

.consent { display: grid; grid-template-columns: 1.15rem 1fr; gap: 0.85rem; align-items: start; margin-top: 1.75rem; }
.consent input { width: 1.15rem; height: 1.15rem; margin-top: 0.3rem; accent-color: var(--teal); }
.consent label { font-size: 0.8125rem; color: var(--muted); line-height: 1.6; letter-spacing: 0; text-transform: none; font-weight: 400; }

.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; margin-top: 2rem; }
.form__hint { font-size: var(--fs-micro); color: var(--dim); }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__status { margin-top: 1.25rem; font-size: var(--fs-small); }
.form__status[data-state="error"] { color: #e2856f; }
.form__status[data-state="ok"] { color: var(--teal); }

/* ---------- 15 Fußzeile ------------------------------------------------- */
.site-footer { background: var(--petrol-deep); padding-block: clamp(3.5rem, 6vw, 5.5rem) 2rem; color: var(--muted); }
.site-footer a { color: var(--muted); text-decoration: none; transition: color 200ms var(--ease); }
.site-footer a:hover { color: var(--teal); }
.footer__grid { display: grid; gap: 2.75rem; grid-template-columns: 1fr; padding-bottom: 3rem; border-bottom: 1px solid var(--line-soft); }
@media (min-width: 48em) { .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 3.5rem; } }
.footer__logo { width: 8rem; height: auto; color: var(--ivory); margin-bottom: 1.5rem; }
.footer__title { color: var(--ivory); margin-bottom: 1.15rem; }
/* Mitgliedschaft in der Identitätsspalte. Das WJ-Zeichen ist ein fremdes
   Markenzeichen: es behält seine eigene weiße Fassung, wird nicht eingefärbt
   und nicht abgedunkelt. Gesteuert wird nur die Größe, damit es das
   Hauptlogo darüber nicht überstimmt. */
.footer__mitglied { margin-top: 2.25rem; }
.footer__mitglied .footer__title { margin-bottom: 0.9rem; }
.footer__wj { width: clamp(9.5rem, 38vw, 11.5rem); height: auto; }
.footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; font-size: var(--fs-small); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; font-size: var(--fs-micro); color: var(--dim); }
.footer__bottom a { color: var(--dim); }

/* ---------- 16 Rechtsseiten --------------------------------------------- */
.legal { padding-block: clamp(9rem, 14vw, 12rem) clamp(4rem, 7vw, 6rem); }
.legal__body { max-width: 46rem; }
.legal__body h2 { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.85rem); margin-top: 3rem; margin-bottom: 1rem; }
.legal__body h3 { font-size: 1.0625rem; margin-top: 1.75rem; margin-bottom: 0.5rem; }
.legal__body p, .legal__body li { font-size: var(--fs-small); color: var(--muted); }
.legal__body ul { padding-left: 1.15rem; display: grid; gap: 0.45rem; margin: 0 0 1.2em; }
.legal__body address { font-style: normal; }
.legal__note {
  border: 1px solid var(--line); border-left: 1px solid var(--teal);
  padding: 1.1rem 1.35rem; font-size: var(--fs-micro); color: var(--muted);
  margin-bottom: 2.5rem;
}

/* ---------- 17 Bewegung ------------------------------------------------- */
/* Eine gestaltete Bewegung trägt die Seite: der Tagesverlauf. Alles andere
   ist Ankunft – knapp, unterschiedlich je Rolle, nie derselbe Effekt. */
[data-enter] { transition-timing-function: var(--ease-out); transition-duration: 900ms; }
[data-enter="mask"] { clip-path: inset(0 0 100% 0); opacity: 0; transition-property: clip-path, opacity; }
[data-enter="mask"].is-in { clip-path: inset(-25% -25% -25% -25%); opacity: 1; }
[data-enter="rise"] { opacity: 0; transform: translateY(1.5rem); transition-property: opacity, transform; transition-duration: 800ms; }
[data-enter="rise"].is-in { opacity: 1; transform: none; }
[data-enter="draw"] { transform: scaleX(0); transition-property: transform; transition-duration: 1100ms; }
[data-enter="draw"].is-in { transform: scaleX(1); }
[data-enter="fade"] { opacity: 0; transition-property: opacity; transition-duration: 1200ms; }
[data-enter="fade"].is-in { opacity: 1; }
[data-enter] { transition-delay: var(--d, 0ms); }

.hero__media img { transform: scale(1.06); transition: transform 2200ms var(--ease-out); }
.hero.is-in .hero__media img { transform: scale(1); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-enter] { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .hero__media img { transform: none; }
  .scroll-cue .icon { animation: none; }
}

/* ---------- 17b Weitere Nutzersignale ----------------------------------- */
/* Durchsichtigkeit zurücknehmen: Kopfzeile und Bildschleier tragen Text.
   Wo das Material wegfällt, muss die Fläche die Lesbarkeit allein leisten. */
@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .site-header[data-solid="true"] {
    background: var(--petrol-deep);
    backdrop-filter: none;
    border-bottom: 1px solid var(--line-strong);
  }
  .site-header::after { display: none; }

  /* Fotos treten hinter den Text zurück, statt ihn zu tragen */
  .hero__media img,
  .band img,
  .region-band__media img { opacity: 0.28; }
  .hero__media::after {
    background: linear-gradient(to bottom,
      var(--petrol-deep) 0%, rgba(20,38,43,0.88) 40%, var(--petrol) 100%);
  }
  .band::after { background: var(--petrol-edge); }
  .region-band__media::after {
    background: linear-gradient(to right,
      var(--petrol-deep) 0%, rgba(20,38,43,0.92) 60%, rgba(20,38,43,0.82) 100%);
  }

  /* Zustände dürfen nicht allein über Deckkraft sprechen */
  .node[data-off="true"] { opacity: 0.85; }
  .node[data-live="true"] { background: var(--petrol-lift); }
  .day__area-gen { fill: rgba(82, 192, 187, 0.30); }
  .day__area-cov { fill: rgba(82, 192, 187, 0.80); }
}

/* Mehr Kontrast: Tokens anheben und Flächen mit einer definierten Kante
   versehen. Werte nachgerechnet gegen --petrol #264249. */
@media (prefers-contrast: more) {
  :root {
    --muted:       #cfdad9;   /* 7.5:1 statt 5.7:1  */
    --dim:         #cbd6d5;   /* 7.2:1 statt 3.9:1  */
    --teal:        #8ee0db;   /* 7.1:1 statt 4.9:1  */
    --line:        rgba(242, 239, 232, 0.42);  /* 3.1:1 – sichtbare Kante */
    --line-soft:   rgba(242, 239, 232, 0.28);
    --line-strong: rgba(242, 239, 232, 0.55);  /* 4.1:1 */
  }
  .site-header,
  .site-header[data-solid="true"] {
    background: var(--petrol-deep);
    backdrop-filter: none;
    border-bottom: 1px solid var(--line-strong);
  }
  .site-header::after { display: none; }
  .btn { border-width: 2px; }
  .btn--ghost { border-color: var(--ivory); color: var(--ivory); }
  .switch { border-width: 2px; }
  .field input, .field select, .field textarea { border: 1px solid var(--line-strong); }
  .node[data-off="true"] { opacity: 0.85; }
  .places li { border-color: var(--line-strong); }
  :focus-visible { outline-width: 3px; }
}

/* ---------- 18 Druck ---------------------------------------------------- */
@media print {
  .site-header, .cta-row, .day__scrub, .switch, .site-footer, .hero__foot { display: none; }
  body { background: #fff; color: #111; font-size: 11pt; }
  .section, .section--deep, .section--edge { background: #fff; padding-block: 1.25rem; }
  h1, h2, h3, .lead, p { color: #111; }
}

/* Stundenachse unter dem Diagramm */
.day__hours {
  display: flex; justify-content: space-between;
  margin-top: 0.7rem;
  font-size: var(--fs-micro); letter-spacing: 0.12em; color: var(--dim);
  font-variant-numeric: tabular-nums;
}

/* ---------- 19 Aussage über vollflächigem Bild --------------------------- */
/* Bilder sind vollflächiger Sektionsgrund mit flachem Überzug – kein Fader.
   Der Ausschnitt bleibt hoch genug, dass niemand angeschnitten wird. */
.statement {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: clamp(24rem, 46vw, 34rem);
  display: grid; align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
}
.statement__media { position: absolute; inset: 0; z-index: -2; }
.statement__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%;
  transform: scale(1.01);
  transition: transform 900ms var(--ease-out);
}
.statement:hover .statement__media img { transform: scale(1.04); }
.statement__media::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(15, 30, 34, 0.68);
}
.statement__inner { position: relative; z-index: 1; text-align: center; }

/* Mitgliedsband: dieselbe Bühne wie die Aussage, aber mit dem Zeichen statt
   einer Zeile. Etwas flacher, weil weniger darauf steht. Das WJ-Zeichen ist
   ein fremdes Markenzeichen und behält seine weiße Fassung. */
.statement--mitglied { min-height: clamp(17rem, 30vw, 23rem); }
/* Kräftigerer Schleier als beim Dachbild: dort liegt Text über hellem Himmel,
   hier liegt ein weißes Zeichen über einer unruhigen Halle und einem weißen
   Hemd. 0,68 reicht dafür nicht. */
.statement--mitglied .statement__media::after { background: rgba(15, 30, 34, 0.82); }
.statement__eyebrow { color: var(--muted); margin: 0 0 1.6rem; }
.statement__wj { width: clamp(11rem, 32vw, 17rem); height: auto; margin: 0 auto; }
.statement__line {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 1.1rem + 2.2vw, 2.9rem);
  line-height: 1.2; letter-spacing: -0.022em;
  max-width: 26ch; margin: 0 auto 2.25rem;
}
.statement__line em { font-style: italic; color: var(--teal); display: block; }

/* ---------- 20 Branchen ------------------------------------------------- */
.fields { display: grid; gap: 2.5rem 2rem; grid-template-columns: 1fr; }
@media (min-width: 52em) { .fields { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.field-card { display: flex; flex-direction: column; gap: 1.15rem; }
.field-card img {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  border-radius: 2px;
  filter: saturate(0.85) contrast(1.02);
}
.field-card h3 { margin: 0; }
.field-card p { margin: 0; color: var(--muted); font-size: var(--fs-small); }

/* ---------- 21 Schritte mit Bild ---------------------------------------- */
.step__img {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 2px;
  filter: saturate(0.8);
  margin-bottom: 0.5rem;
}
@media (min-width: 50em) and (max-width: 63.99em) { .step__img { display: none; } }
@media (min-width: 64em) { .step__img { margin-bottom: 0; align-self: start; } }
@media (max-width: 49.99em) { .step__img { max-width: 14rem; } }

/* ---------- 22 Regionsband ---------------------------------------------- */
.region-band {
  position: relative; isolation: isolate;
  padding-block: clamp(5rem, 10vw, 9rem);
  overflow: hidden;
}
.region-band__media { position: absolute; inset: 0; z-index: -2; }
.region-band__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%;
  transform: scale(1.01); transition: transform 900ms var(--ease-out);
}
.region-band:hover .region-band__media img { transform: scale(1.04); }
.region-band__media::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(15, 30, 34, 0.74);
}
.region-band__inner {
  position: relative; z-index: 1;
  display: grid; gap: clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 54em) { .region-band__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; } }
.region-band p { color: var(--muted); max-width: 32rem; }
.region-band .lead { color: var(--ivory); }
.region-band .places { margin-top: 2rem; }

/* ---------- 23 Lastspitze im Diagramm ----------------------------------- */
.day__peak { stroke: var(--ivory); stroke-width: 1.5; stroke-dasharray: 7 5; opacity: 0.85; }
.day__key-peak { background: transparent; border-top: 2px dashed var(--ivory); height: 2px; }

.day__meta {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 1.25rem 2rem; margin-top: 1.5rem;
}
.day__legend { margin: 0; padding: 0; list-style: none; }
.day__peak-readout {
  display: flex; flex-direction: column; gap: 0.3rem; margin: 0; text-align: right;
}
@media (max-width: 40em) { .day__peak-readout { text-align: left; } }
.day__peak-value {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.5rem, 1.2rem + 1.1vw, 2.15rem); line-height: 1;
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
  transition: color 400ms var(--ease);
}
.day__peak-value[data-better="true"] { color: var(--teal); }

.day__note {
  margin-top: 2.25rem; font-size: var(--fs-micro); color: var(--dim);
  max-width: 46rem; line-height: 1.7;
}

/* ---------- 24 Kontaktangaben ------------------------------------------- */
.contact__adresse {
  display: flex; align-items: flex-start; gap: 0.7rem;
  margin: 0; font-size: var(--fs-small); color: var(--muted);
}
.contact__figure { margin: 2.5rem 0 0; }
.contact__figure img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: 50% 30%; border-radius: 2px;
  filter: saturate(0.85);
}
@media (max-width: 59.99em) { .contact__figure { display: none; } }

/* ---------- 25 Leistungen ----------------------------------------------- */
.services { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.service {
  display: grid; gap: 0.6rem 2.5rem; grid-template-columns: 1fr;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
  border-bottom: 1px solid var(--line);
  transition: background 300ms var(--ease);
}
@media (min-width: 50em) {
  .service { grid-template-columns: 3.5rem minmax(0, 20rem) minmax(0, 1fr); align-items: baseline; }
  .service:hover { background: rgba(242, 239, 232, 0.03); }
}
.service__icon { width: 1.85rem; height: 1.85rem; color: var(--teal); align-self: start; }
.service h3 { margin: 0; }
.service p { margin: 0; color: var(--muted); font-size: var(--fs-small); max-width: 36rem; }
@media (min-width: 50em) { .service .card-link { grid-column: 3; margin-top: 0.75rem; } }

/* ---------- 26 Sicherheit ----------------------------------------------- */
.safety { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 58em) { .safety { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); } }

.safety__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.safety__item {
  display: grid; grid-template-columns: 1.85rem 1fr; gap: 1.35rem;
  padding: 1.85rem 0; border-bottom: 1px solid var(--line);
}
.safety__item .icon { width: 1.6rem; height: 1.6rem; color: var(--teal); margin-top: 0.15rem; }
.safety__item h3 { margin: 0 0 0.55rem; }
.safety__item p { margin: 0; color: var(--muted); font-size: var(--fs-small); }

/* =========================================================================
   27 Verhalten bei Berührung
   Ein Vokabular für die ganze Seite, aus der Referenz übernommen:
     Karte    → hebt sich 3 px, Rahmen wird Türkis, Fläche bekommt 6 % Tönung
     Knopf    → hebt sich 3 px, Pfeil fährt ein
     Bild     → zieht auf 1.04 an
   Alles unter prefers-reduced-motion abgeschaltet (Abschnitt 17).
   ========================================================================= */

/* --- Karten und kartenartige Zeilen ------------------------------------- */
.offer, .field-card, .service, .safety__item, .step, .node, .places li,
.faq details, .day__stage {
  transition: transform 260ms var(--ease-out),
              border-color 260ms var(--ease),
              background-color 260ms var(--ease);
}
.offer:hover, .field-card:hover, .service:hover,
.safety__item:hover, .step:hover, .places li:hover {
  transform: translateY(-3px);
  border-color: var(--teal);
  background-color: rgba(82, 192, 187, 0.06);
}
/* Zeilen in Listen haben nur eine untere Kante – dort wandert die Farbe dorthin */
.service:hover, .safety__item:hover, .step:hover {
  border-bottom-color: var(--teal);
}
/* Kein Ort ist dauerhaft hervorgehoben. Türkis erscheint erst, wenn der
   Besucher den Eintrag berührt, und geht danach wieder weg. */
.places li { transition: color 200ms var(--ease), border-color 200ms var(--ease); }
.places li:hover { color: var(--ivory); border-color: var(--muted); }
.places li:active { color: var(--teal); border-color: var(--teal); transition-duration: 90ms; }

/* Bilder in Karten ziehen mit an */
.field-card__figure, .step__figure {
  overflow: hidden; border-radius: 2px; display: block;
}
.field-card img {
  transition: transform 600ms var(--ease-out), filter 400ms var(--ease);
}
.field-card:hover img { transform: scale(1.04); filter: saturate(1); }
.step__img { transition: filter 400ms var(--ease); }
.step:hover .step__img { filter: saturate(1); }

/* --- Klickbare Karten --------------------------------------------------- */
.card-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: auto; padding-top: 0.35rem;
  color: var(--teal); text-decoration: none;
  font-size: var(--fs-micro); font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  opacity: 0; transform: translateY(4px);
  transition: opacity 260ms var(--ease), transform 260ms var(--ease-out), color 200ms var(--ease);
}
.card-link .icon { width: 1rem; height: 1rem; transition: transform 260ms var(--ease-out); }
.field-card:hover .card-link, .service:hover .card-link,
.field-card:focus-within .card-link, .service:focus-within .card-link {
  opacity: 1; transform: none;
}
.card-link:hover { color: var(--ivory); }
.card-link:hover .icon { transform: translateX(4px); }
@media (hover: none) { .card-link { opacity: 1; transform: none; } }

/* --- Knöpfe: heben sich und lassen den Pfeil einfahren ------------------ */
/* Der Pfeil fährt ein wie in der Referenz – aber über transform statt über
   margin, damit kein Layout pro Frame neu gerechnet wird (§11). */
.btn__icon {
  width: 1.05rem; height: 1.05rem;
  opacity: 0; transform: translateX(-7px);
  transition: opacity 260ms var(--ease), transform 260ms var(--ease-out);
}
.btn:hover { transform: translateY(-3px); }
.btn:hover .btn__icon { opacity: 1; transform: none; }
.btn:active { transform: scale(0.97) translateY(0); }

/* --- Navigation --------------------------------------------------------- */
.site-nav__links a { transition: color 200ms var(--ease), opacity 200ms var(--ease); }
.site-nav__links a[aria-current="true"] { color: var(--ivory); }
.site-nav__links a[aria-current="true"]::after { transform: scaleX(1); }

/* --- Personen- und Kontaktbild ------------------------------------------ */
.person__figure, .contact__figure { overflow: hidden; }
.person__figure img, .contact__figure img {
  transition: transform 900ms var(--ease-out);
}
.person__figure:hover img, .contact__figure:hover img { transform: scale(1.03); }

/* --- Diagramm: die Fläche reagiert auf Berührung ------------------------ */
.day__stage:hover { border-color: var(--line-strong); }
.node { cursor: default; }
.node:hover { background-color: rgba(82, 192, 187, 0.08); }

/* --- Mobile Navigation -------------------------------------------------- */
.nav-toggle { display: none; }
@media (max-width: 62em) {
  .nav-toggle { display: block; position: relative; }
  .nav-toggle > summary {
    display: flex; align-items: center; justify-content: center;
    width: 2.75rem; height: 2.75rem; cursor: pointer; list-style: none;
    border: 1px solid var(--line-strong); border-radius: 2px;
    color: var(--ivory);
    transition: border-color 200ms var(--ease), background 200ms var(--ease);
  }
  .nav-toggle > summary::-webkit-details-marker { display: none; }
  .nav-toggle > summary:hover { border-color: var(--teal); background: rgba(82,192,187,0.08); }
  .nav-toggle > summary:active { background: rgba(82,192,187,0.2); transition-duration: 90ms; }
  .nav-toggle__bars { position: relative; width: 1.15rem; height: 0.75rem; }
  .nav-toggle__bars::before, .nav-toggle__bars::after {
    content: ""; position: absolute; left: 0; width: 100%; height: 1.5px;
    background: currentColor; transition: transform 260ms var(--ease-out);
  }
  .nav-toggle__bars::before { top: 0; }
  .nav-toggle__bars::after { bottom: 0; }
  .nav-toggle[open] .nav-toggle__bars::before { transform: translateY(5.25px) rotate(45deg); }
  .nav-toggle[open] .nav-toggle__bars::after { transform: translateY(-5.25px) rotate(-45deg); }

  .nav-toggle__panel {
    position: absolute; right: 0; top: calc(100% + 0.75rem);
    min-width: 15rem; padding: 0.5rem 0;
    background: var(--petrol-deep);
    border: 1px solid var(--line);
    border-radius: 2px;
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.7);
    list-style: none; margin: 0;
  }
  .nav-toggle__panel a {
    display: block; padding: 0.85rem 1.35rem;
    color: var(--muted); text-decoration: none;
    font-size: var(--fs-micro); font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    transition: color 180ms var(--ease), background 180ms var(--ease);
  }
  .nav-toggle__panel a:hover { color: var(--ivory); background: rgba(242,239,232,0.05); }
  .nav-toggle__panel a:active { background: rgba(82,192,187,0.18); transition-duration: 90ms; }
  .nav-toggle__panel a[aria-current="true"] { color: var(--teal); }
}

@media (prefers-reduced-motion: reduce) {
  .offer:hover, .field-card:hover, .service:hover, .safety__item:hover,
  .step:hover, .places li:hover, .btn:hover { transform: none; }
  .statement:hover .statement__media img,
  .region-band:hover .region-band__media img,
  .field-card:hover img,
  .person__figure:hover img, .contact__figure:hover img { transform: none; }
}
