/* ============================================================
   ARS FABULAE — Editorial Minimalism × Classical Theatre
   Rein statisch: HTML + CSS + Vanilla JS
   ============================================================ */

/* ---------- Lokal gehostete variable Fonts (kein Font-CDN) ---------- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-var-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: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-var-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: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-italic-var-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: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-italic-var-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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var-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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var-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;
}

/* ---------- Design Tokens (PRD) ---------- */
:root {
  --bg-primary: #F9F6F0;
  --bg-secondary: #F0EAE1;
  --bg-dark: #1C1A18;

  --text-primary: #181716;
  --text-secondary: #55504A;
  --text-secondary-dark: #ADA599;
  --text-light: #F9F6F0;

  --accent: #B89C68;
  --accent-quiet: rgba(184, 156, 104, 0.55);
  --border: #E2DBD0;
  --border-dark: rgba(249, 246, 240, 0.14);

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 8rem;
  --space-xxl: 12rem;

  --serif: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  --sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;

  --header-h: 5.25rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--serif);
  font-weight: 470;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Extrem subtile Papier-Textur (ca. 2–3 %, fast unbewusst) */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
  opacity: 0.026;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; height: auto; }

::selection { background: rgba(184, 156, 104, 0.28); color: var(--text-primary); }

/* Sichtbarer Fokus (WCAG) */
:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 2000;
  padding: 0.6rem 1rem;
  background: var(--bg-dark);
  color: var(--text-light);
  font-family: var(--sans);
  font-size: 0.8rem;
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 1rem; }

.container {
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 7vw, 7rem);
}

.section {
  padding-block: clamp(6rem, 14vh, var(--space-xxl));
}

.section--sand { background-color: var(--bg-secondary); }
.section--dark { background-color: var(--bg-dark); color: var(--text-light); }

/* ---------- Sektions-Labels ---------- */
.section-label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.label-index { color: var(--accent); }
.label-dash {
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: var(--accent-quiet);
}
.section-label--dark { color: var(--text-secondary-dark); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  transition: background-color 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background-color: rgba(249, 246, 240, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--border);
}
.site-header.on-dark {
  border-bottom-color: transparent;
}
.site-header.on-dark.is-scrolled {
  background-color: rgba(28, 26, 24, 0.88);
  border-bottom-color: var(--border-dark);
}

.header-inner {
  height: 100%;
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 7vw, 7rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wordmark {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.02rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-primary);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.35s ease;
}
.site-header.on-dark .wordmark { color: var(--text-light); }

.site-nav {
  display: flex;
  gap: clamp(1.6rem, 3vw, 3rem);
}
.site-nav a {
  position: relative;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
  text-decoration: none;
  padding-block: 0.4rem;
  transition: color 0.25s ease;
}
.site-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text-primary); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.site-header.on-dark .site-nav a { color: var(--text-secondary-dark); }
.site-header.on-dark .site-nav a:hover, .site-header.on-dark .site-nav a:focus-visible { color: var(--text-light); }

/* ---------- Mobile-Menü-Schalter ---------- */
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0.4rem 0;
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-primary);
  transition: color 0.35s ease;
}
.site-header.on-dark .menu-toggle { color: var(--text-light); }
.menu-toggle[aria-expanded="true"] { color: var(--text-light); }

/* ---------- Mobiles Vollbild-Menü ---------- */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 900;
  background-color: var(--bg-dark);
  color: var(--text-light);
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 2rem) clamp(1.5rem, 8vw, 4rem) 3rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s var(--ease-out), visibility 0s linear 0.45s;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s var(--ease-out);
}
.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-list li {
  border-bottom: 1px solid var(--border-dark);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
}
.mobile-menu.is-open .mobile-nav-list li { opacity: 1; transform: none; }
.mobile-menu.is-open .mobile-nav-list li:nth-child(1) { transition-delay: 0.10s; }
.mobile-menu.is-open .mobile-nav-list li:nth-child(2) { transition-delay: 0.16s; }
.mobile-menu.is-open .mobile-nav-list li:nth-child(3) { transition-delay: 0.22s; }
.mobile-menu.is-open .mobile-nav-list li:nth-child(4) { transition-delay: 0.28s; }
.mobile-menu.is-open .mobile-nav-list li:nth-child(5) { transition-delay: 0.34s; }
.mobile-nav-list a {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  padding: 1.1rem 0;
  color: var(--text-light);
  text-decoration: none;
}
.mobile-index {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--accent);
}
.mobile-link-text {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem, 8vw, 3.2rem);
  line-height: 1.1;
}
.mobile-menu-meta {
  margin-top: 3rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: var(--text-secondary-dark);
  opacity: 0;
  transition: opacity 0.5s ease 0.42s;
}
.mobile-menu.is-open .mobile-menu-meta { opacity: 1; }
.mobile-menu-meta a { color: var(--text-light); text-decoration-color: var(--accent-quiet); text-underline-offset: 4px; }

body.menu-open { overflow: hidden; }
/* Geöffnetes Menü: Header schwebt transparent über dem dunklen Overlay */
body.menu-open .site-header {
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom-color: transparent;
}
body.menu-open .wordmark { color: var(--text-light); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  background-color: var(--bg-primary);
  padding-block: calc(var(--header-h) + 3rem) 4rem;
}
.hero-inner {
  width: 100%;
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 7vw, 7rem);
  text-align: center;
}
.hero-emblem {
  width: clamp(5.7rem, 8.6vw, 7.4rem);
  margin-inline: auto;
  margin-bottom: clamp(1.6rem, 3.2vw, 2.4rem);
}
.hero-wordmark {
  margin: 0 0 clamp(2.2rem, 4.5vw, 3.6rem);
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-indent: 0.42em; /* optischer Ausgleich des Letterspacings */
  text-transform: uppercase;
  color: var(--text-secondary);
}
.hero-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.4rem, 9.4vw, 10.5rem);
  line-height: 0.92;
  letter-spacing: -0.015em;
  color: var(--text-primary);
}
.hero-title em {
  font-style: italic;
  font-weight: 340;
}
.hero-rule {
  width: 3.4rem;
  height: 1px;
  margin: clamp(2.4rem, 4.5vw, 3.6rem) auto clamp(1.6rem, 3vw, 2.2rem);
  background-color: var(--accent);
}
.hero-meta {
  margin: 0;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

/* Hero-Ladeanimation: opacity + max. 18px Verschiebung, ≤ 1,2 s */
@keyframes hero-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}
.hero-anim {
  opacity: 0;
  animation: hero-in 1.1s var(--ease-out) forwards;
}
.hero-emblem.hero-anim   { animation-delay: 0.10s; }
.hero-wordmark.hero-anim { animation-delay: 0.28s; }
.hero-title.hero-anim    { animation-delay: 0.55s; }
.hero-rule.hero-anim     { animation-delay: 0.85s; }
.hero-meta.hero-anim     { animation-delay: 1.00s; }

/* ============================================================
   STATEMENT
   ============================================================ */
.statement { padding-block: clamp(8rem, 20vh, 14rem); }

.statement-title {
  margin: 0;
  max-width: 19ch;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 6.4rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.statement-title em { font-weight: 340; }

.statement-body {
  margin-top: clamp(3rem, 6vw, 5rem);
  max-width: 42ch;
}
.statement-body p {
  margin: 0;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ============================================================
   PHILOSOPHIE — asymmetrisches Editorial-Layout
   ============================================================ */
.philosophie-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(1.5rem, 3vw, 3rem);
}
.philosophie-grid .section-label { grid-column: 1 / 4; align-self: start; }
.philosophie-content {
  grid-column: 6 / 13;
  padding-top: clamp(3rem, 7vw, 7rem);
}
.philosophie-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--text-primary);
}
.philosophie-title em { font-weight: 340; }
.philosophie-body {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  max-width: 40ch;
}
.philosophie-body p {
  margin: 0 0 1.4em;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.72;
  color: var(--text-secondary);
}
.philosophie-body p:last-child { margin-bottom: 0; }
.leitsatz {
  margin: clamp(4rem, 8vw, 7rem) 0 0;
  padding: 0;
}
.leitsatz-dash {
  display: block;
  width: 2.6rem;
  height: 1px;
  background-color: var(--accent);
  margin-bottom: 1.6rem;
}
.leitsatz p {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  line-height: 1.15;
  color: var(--text-primary);
}

/* ============================================================
   ARBEITSWEISE — typografische Gliederung, keine Icons
   ============================================================ */
.arbeitsweise { padding-block: clamp(7rem, 15vh, 11rem); }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(2.5rem, 5vw, 5rem);
  row-gap: 4rem;
}
.step { max-width: 30ch; }
.step-index {
  margin: 0 0 1.1rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  color: var(--accent);
}
.step-title {
  margin: 0 0 1.6rem;
  font-family: var(--serif);
  font-weight: 450;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  color: var(--text-primary);
}
.step-rule {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  margin-bottom: 1.8rem;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s var(--ease-out) 0.15s;
}
.step.is-visible .step-rule { transform: scaleX(1); }
.step-text {
  margin: 0;
  font-size: clamp(1.02rem, 1.15vw, 1.14rem);
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ============================================================
   BILD-INTERLUDE — Ruhemoment, volle Breite
   ============================================================ */
.interlude {
  margin: 0;
  background-color: var(--bg-dark);
}
.interlude img {
  width: 100%;
  height: clamp(18rem, 56vh, 38rem);
  object-fit: cover;
  object-position: center 62%;
}

/* ============================================================
   ZUSAMMENARBEIT — selektive Positionierung
   ============================================================ */
.zusammenarbeit { padding-block: clamp(8rem, 20vh, 14rem); }
.zusammenarbeit-title {
  margin: 0;
  max-width: 15ch;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 6.4rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.zusammenarbeit-title em { font-weight: 340; }
.zusammenarbeit-body {
  margin-top: clamp(3rem, 6vw, 5rem);
  max-width: 40ch;
}
.zusammenarbeit-body p {
  margin: 0 0 1.6rem;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  line-height: 1.7;
  color: var(--text-secondary);
}

/* Textlink mit langsam einfahrender Gold-Unterstreichung */
.text-link {
  display: inline-block;
  position: relative;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-primary);
  text-decoration: none;
  padding-bottom: 0.45rem;
}
.text-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--text-primary);
  transition: background-color 0.25s ease;
}
.text-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.text-link:hover::before, .text-link:focus-visible::before { transform: scaleX(1); }
.link-arrow { font-size: 0.95em; }

/* ============================================================
   KONTAKT / CLOSING — kompletter visueller Wechsel
   ============================================================ */
.kontakt {
  min-height: 90svh;
  padding-block: clamp(7rem, 16vh, 12rem) 0;
}
.kontakt-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.7rem, 6.8vw, 7.2rem);
  line-height: 1.03;
  letter-spacing: -0.01em;
  color: var(--text-light);
}
.kontakt-title em { font-weight: 340; }
.kontakt-sub {
  margin: clamp(2.2rem, 4vw, 3.2rem) 0 0;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  color: var(--text-secondary-dark);
}
.kontakt-block {
  margin-top: clamp(4rem, 9vw, 8rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--border-dark);
}
.kontakt-label {
  margin: 0 0 1.4rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-secondary-dark);
}
.kontakt-mail {
  display: inline-block;
  position: relative;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 4.2vw, 3.4rem);
  line-height: 1.2;
  color: var(--text-light);
  text-decoration: none;
  padding-bottom: 0.35rem;
}
.kontakt-mail::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.kontakt-mail:hover, .kontakt-mail:focus-visible { color: var(--accent); }
.kontakt-mail:hover::after, .kontakt-mail:focus-visible::after { transform: scaleX(1); }
.kontakt-ort {
  margin: 2rem 0 0;
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--text-secondary-dark);
}
.kontakt-tel {
  color: var(--text-light);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.kontakt-tel:hover, .kontakt-tel:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.kontakt-sep { margin-inline: 0.6rem; color: var(--accent-quiet); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  margin-top: clamp(6rem, 14vh, 11rem);
  border-top: 1px solid var(--border-dark);
}
.footer-inner {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.2rem 2.5rem;
}
.footer-ort {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  color: var(--text-secondary-dark);
}
.footer-nav {
  display: flex;
  gap: 1.8rem;
}
.footer-nav a {
  position: relative;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-secondary-dark);
  text-decoration: none;
  padding-bottom: 0.25rem;
  transition: color 0.25s ease;
}
.footer-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--text-light); }
.footer-nav a:hover::after, .footer-nav a:focus-visible::after { transform: scaleX(1); }


/* ============================================================
   REVEAL-ANIMATIONEN (einzelne, ruhige Einblendungen)
   ============================================================ */
/* Versteckt nur bei aktivem JavaScript — ohne JS bleibt alles sichtbar */
html.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
html.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   LEGAL-SEITEN (Impressum / Datenschutz)
   ============================================================ */
.legal-main {
  padding-top: calc(var(--header-h) + clamp(4rem, 9vw, 7rem));
  padding-bottom: clamp(5rem, 10vw, 8rem);
}
.legal-inner { max-width: 44rem; }
.legal-kicker {
  margin: 0 0 1.4rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.legal-title {
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.05;
  color: var(--text-primary);
}
.legal-inner h2 {
  margin: 3.2rem 0 1rem;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.55rem;
  color: var(--text-primary);
}
.legal-inner h3 {
  margin: 2.2rem 0 0.8rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--text-primary);
}
.legal-inner p, .legal-inner li {
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--text-secondary);
}
.legal-inner ul { padding-left: 1.3rem; }
.legal-inner a {
  color: var(--text-primary);
  text-decoration-color: var(--accent-quiet);
  text-underline-offset: 4px;
}
.legal-inner a:hover { color: var(--accent); }
.legal-back {
  display: inline-block;
  margin-bottom: 3rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
  text-decoration: none;
}
.legal-back:hover { color: var(--text-primary); }
.legal-footer {
  border-top: 1px solid var(--border);
}
.legal-footer .footer-ort { color: var(--text-secondary); }
.legal-footer .footer-nav a { color: var(--text-secondary); }
.legal-footer .footer-nav a:hover { color: var(--text-primary); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 64rem) {
  .philosophie-grid { display: block; }
  .philosophie-content { padding-top: 0; }
  .philosophie-grid .section-label { margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
}

@media (max-width: 48rem) {
  :root { --header-h: 4.4rem; }

  /* Mobile: nichts zu klein, zu eng oder zu filigran */
  body { font-size: 1.12rem; font-weight: 500; }

  .site-nav { display: none; }
  .menu-toggle { display: block; font-size: 0.78rem; }

  .hero { min-height: 94svh; }
  .hero-title { font-size: clamp(3rem, 13vw, 5.4rem); }
  .hero-wordmark { font-size: 0.76rem; letter-spacing: 0.38em; }
  .hero-meta { font-size: 0.76rem; }

  .section { padding-block: clamp(5.5rem, 13vh, 7.5rem); }
  .statement, .zusammenarbeit { padding-block: clamp(6rem, 15vh, 8.5rem); }

  .section-label { font-size: 0.78rem; margin-bottom: clamp(2.2rem, 5vw, 3rem); }

  /* Große Statements: max. ca. 35–40 Zeichen Zeilenbreite */
  .statement-title, .zusammenarbeit-title { max-width: 15ch; }
  .statement-body, .philosophie-body, .zusammenarbeit-body { max-width: 36ch; }
  .statement-body p, .philosophie-body p, .zusammenarbeit-body p {
    font-size: 1.18rem;
    line-height: 1.72;
  }

  .steps { grid-template-columns: 1fr; row-gap: 4rem; }
  .step { max-width: 34ch; }
  .step-index { font-size: 1.25rem; }
  .step-title { font-size: 1.9rem; }
  .step-text { font-size: 1.1rem; }

  .kontakt-title { font-size: clamp(2.6rem, 11vw, 4.2rem); }
  .kontakt-sub { font-size: 1.12rem; }
  .kontakt-ort { font-size: 0.84rem; }

  .interlude img { height: clamp(16rem, 44vh, 26rem); object-position: center 45%; }

  .footer-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .footer-ort, .footer-nav a { font-size: 0.78rem; }

  .legal-inner p, .legal-inner li { font-size: 1.16rem; }
}

@media (min-width: 90rem) {
  .hero-title { font-size: clamp(3.4rem, 8.5vw, 10.5rem); }
}

/* ============================================================
   REDUCED MOTION — alle Bewegungen entfallen
   ============================================================ */
@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;
    transition-delay: 0ms !important;
  }
  .hero-anim, .reveal, .mobile-nav-list li { opacity: 1 !important; transform: none !important; }
  .step-rule { transform: scaleX(1) !important; }
}
