/* ============================================================
   AUREON — The Design of Value
   Design-System: Ivory / Deep Green / Gold · Cormorant Garamond + Plus Jakarta Sans
   ============================================================ */

:root {
  --ivory: #f3f1ec;
  --paper: #faf9f6;
  --stone: #dad7ce;
  --stone-soft: rgba(23, 32, 28, .10);
  --ink: #17201c;
  --ink-70: rgba(23, 32, 28, .70);
  --ink-55: rgba(23, 32, 28, .55);
  --deep: #0b2720;
  --forest: #173a30;
  --sage: #8d9b8f;
  --gold: #b79a5f;
  --gold-line: rgba(183, 154, 95, .70);
  --ivory-on-dark: rgba(243, 241, 236, .92);
  --ivory-on-dark-60: rgba(243, 241, 236, .62);
  --line-on-dark: rgba(243, 241, 236, .16);

  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;

  --gutter: clamp(20px, 5vw, 72px);
  --section: clamp(88px, 12vw, 176px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::after { /* feine Papierkörnung */
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 60; opacity: .035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 1px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--forest); color: var(--ivory); }

/* ---------- Typografie ---------- */
.t-hero, .t-section, .t-block { hyphens: manual; }
.display, .t-hero, .t-section, .t-block, .t-card {
  font-family: var(--serif);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.12;
  color: var(--ink);
  text-wrap: balance;
}
.t-hero { font-size: clamp(2.4rem, 5.4vw, 5.2rem); letter-spacing: .07em; line-height: 1.08; }
.t-section { font-size: clamp(1.9rem, 3.6vw, 3.3rem); }
.t-block { font-size: clamp(1.5rem, 2.6vw, 2.3rem); }
.t-card { font-size: clamp(1.25rem, 1.9vw, 1.65rem); }
.t-claim {
  font-family: var(--serif); font-weight: 400; font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  line-height: 1.3; color: var(--ink); text-wrap: balance;
}
.accent { color: var(--forest); }
.accent-gold { color: var(--gold); }
.on-dark .display, .on-dark .t-hero, .on-dark .t-section, .on-dark .t-block, .on-dark .t-card, .on-dark .t-claim { color: var(--ivory-on-dark); }
.on-dark .accent { color: var(--sage); }
.on-dark .accent-gold { color: var(--gold); }

.label {
  font-family: var(--sans); font-weight: 500; font-size: 10px; letter-spacing: .32em; text-transform: uppercase;
  color: var(--ink-55);
}
.on-dark .label { color: var(--ivory-on-dark-60); }
.label-gold { color: var(--gold); }
.body { font-size: 14px; line-height: 1.85; color: var(--ink-70); max-width: 34em; }
.body-lg { font-size: 15px; line-height: 1.85; color: var(--ink-70); max-width: 36em; }
.on-dark .body, .on-dark .body-lg { color: var(--ivory-on-dark-60); }
.serif { font-family: var(--serif); }
.small { font-size: 12px; }

/* Kapitel-Nummer mit Strich:  01 —— */
.chapter { display: flex; align-items: center; gap: 14px; }
.chapter .num { font-family: var(--serif); font-size: 15px; letter-spacing: .12em; color: var(--ink); }
.chapter .rule { width: 26px; height: 1px; background: var(--gold); }
.chapter .label { margin-left: 8px; }
.on-dark .chapter .num { color: var(--ivory-on-dark); }

/* Links & Buttons */
.link {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-weight: 500; font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink); padding-bottom: 6px; border-bottom: 1px solid var(--ink); transition: gap .3s var(--ease), color .3s;
}
.link::after { content: "→"; font-family: var(--serif); font-size: 15px; letter-spacing: 0; line-height: 1; }
.link:hover { gap: 18px; color: var(--forest); }
.on-dark .link { color: var(--ivory-on-dark); border-color: rgba(243, 241, 236, .5); }
.on-dark .link:hover { color: var(--gold); }
.btn {
  display: inline-flex; align-items: center; gap: 16px; padding: 18px 28px;
  font-family: var(--sans); font-weight: 500; font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  background: var(--deep); color: var(--ivory); border: 1px solid var(--deep);
  transition: background .35s var(--ease), color .35s var(--ease), gap .3s var(--ease);
}
.btn::after { content: "→"; font-family: var(--serif); font-size: 15px; letter-spacing: 0; }
.btn:hover { background: transparent; color: var(--deep); gap: 22px; }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn.ghost:hover { background: var(--deep); color: var(--ivory); border-color: var(--deep); }
.on-dark .btn { background: var(--ivory); color: var(--deep); border-color: var(--ivory); }
.on-dark .btn:hover { background: transparent; color: var(--ivory); }

/* ---------- Layout-Basis ---------- */
.wrap { padding-inline: var(--gutter); }
.section { padding-block: var(--section); position: relative; }
.section-tight { padding-block: clamp(64px, 8vw, 120px); }
.on-dark { background: var(--deep); color: var(--ivory-on-dark); }
.on-forest { background: var(--forest); color: var(--ivory-on-dark); }
.on-paper { background: var(--paper); }
.hairline { border-top: 1px solid var(--stone-soft); }
.on-dark .hairline { border-color: var(--line-on-dark); }
.grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(20px, 3vw, 48px); }
.col-4 { grid-column-end: span 4; } .col-5 { grid-column-end: span 5; } .col-6 { grid-column-end: span 6; }
.col-7 { grid-column-end: span 7; } .col-8 { grid-column-end: span 8; } .col-start-7 { grid-column-start: 7; } .col-start-8 { grid-column-start: 8; }
@media (max-width: 900px) { .grid-12 > * { grid-column: 1 / -1 !important; } }

/* Ecke in Dunkelgrün (Allegra-Signatur) */
.corner { position: absolute; background: var(--deep); z-index: 2; pointer-events: none; }
.corner.br { right: 0; bottom: 0; width: clamp(56px, 8vw, 120px); height: clamp(40px, 5vw, 76px); }
.corner.bl { left: 0; bottom: 0; width: clamp(56px, 8vw, 120px); height: clamp(40px, 5vw, 76px); }
.corner.tl { left: 0; top: 0; width: clamp(28px, 3vw, 48px); height: clamp(160px, 30vh, 360px); }
.corner.gold { background: var(--gold); }
.on-dark .corner { background: var(--ivory); }

/* Geometrie */
.geo { position: absolute; pointer-events: none; color: var(--gold-line); }
.geo-ink { color: var(--stone); }
.on-dark .geo { color: rgba(183, 154, 95, .55); }
.geo path, .geo circle, .geo rect, .geo line { vector-effect: non-scaling-stroke; }
.geo .geo, .geo-wrap .geo { position: absolute; inset: 0; width: 100%; height: 100%; }
.geo-wrap { position: absolute; inset: 0; pointer-events: none; }
.geo-draw path, .geo-draw circle, .geo-draw rect, .geo-draw line {
  stroke-dasharray: 2000; stroke-dashoffset: 2000; animation: geo-draw 2.6s var(--ease) forwards;
}
@keyframes geo-draw { to { stroke-dashoffset: 0; } }

/* Bilder: Freisteller (PNG) oder Schwarzweiß-Fotos mit hellem Grund → auf Ivory multipliziert */
.cutout { mix-blend-mode: multiply; filter: grayscale(1) contrast(1.04); }
.on-dark .cutout { mix-blend-mode: normal; }
.photo { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .12s; } .reveal[data-delay="2"] { transition-delay: .24s; }
.reveal[data-delay="3"] { transition-delay: .36s; } .reveal[data-delay="4"] { transition-delay: .48s; }
.clip { clip-path: inset(0 0 0 100%); transition: clip-path 1.5s var(--ease) .3s; }
.clip.in { clip-path: inset(0 0 0 0); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .clip { opacity: 1; transform: none; clip-path: none; transition: none; }
  .geo-draw * { animation: none; stroke-dasharray: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--gutter);
  transition: background .4s, padding .4s, box-shadow .4s;
}
.header.scrolled { background: rgba(243, 241, 236, .92); backdrop-filter: blur(10px); padding-block: 14px; border-bottom: 1px solid var(--stone-soft); }
.header.dark:not(.scrolled) { color: var(--ivory); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { height: 30px; width: auto; }
.brand .word { font-family: var(--sans); font-weight: 500; font-size: 15px; letter-spacing: .36em; text-transform: uppercase; }
.brand .tag { display: block; font-size: 8px; letter-spacing: .3em; text-transform: uppercase; opacity: .6; margin-top: 3px; }
.header.dark:not(.scrolled) .brand img.dark-mark { display: none; }
.header:not(.dark) .brand img.light-mark, .header.scrolled .brand img.light-mark { display: none; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
.nav a { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; font-weight: 500; position: relative; padding-bottom: 4px; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.nav a:hover::after, .nav a.active::after { right: 0; }
.lang { display: flex; gap: 10px; font-size: 10px; letter-spacing: .25em; font-weight: 500; }
.lang a { opacity: .45; } .lang a.active { opacity: 1; }
.burger { display: none; width: 40px; height: 40px; position: relative; }
.burger span { position: absolute; left: 8px; right: 8px; height: 1px; background: currentColor; transition: transform .35s var(--ease), opacity .3s; }
.burger span:nth-child(1) { top: 14px; } .burger span:nth-child(2) { top: 20px; } .burger span:nth-child(3) { top: 26px; }
.burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); } .burger.open span:nth-child(2) { opacity: 0; } .burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 1000px) { .nav { display: none; } .burger { display: block; } }

.menu { position: fixed; inset: 0; z-index: 49; background: var(--deep); color: var(--ivory); display: none; padding: 110px var(--gutter) 60px; overflow: auto; }
.menu.open { display: block; }
.menu .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.menu h4 { font-family: var(--serif); font-size: 1.6rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; font-weight: 400; }
.menu li a { display: block; padding: 8px 0; font-size: 13px; color: var(--ivory-on-dark-60); border-bottom: 1px solid var(--line-on-dark); }
.menu li a:hover { color: var(--ivory); }

/* Mega-Dropdown (Desktop) */
.nav .has-sub { position: relative; }
.sub { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px); min-width: 300px; background: var(--paper); border: 1px solid var(--stone-soft);
  padding: 22px 26px; opacity: 0; visibility: hidden; transition: opacity .3s, transform .3s var(--ease), visibility 0s .3s; color: var(--ink); }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: translate(-50%, 14px); transition-delay: 0s; }
.sub a { display: block; padding: 8px 0; letter-spacing: .08em; text-transform: none; font-size: 13px; font-weight: 400; color: var(--ink); }
.sub a::after { display: none; }
.sub a small { display: block; font-size: 11px; color: var(--ink-55); letter-spacing: 0; }
.sub a:hover { color: var(--forest); }

/* ============================================================
   HOME — HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  background: var(--ivory); overflow: hidden;
}
.hero-text { position: relative; padding: clamp(140px, 18vh, 200px) var(--gutter) clamp(60px, 8vh, 96px); display: flex; flex-direction: column; justify-content: space-between; z-index: 3; }
.hero-text .brand-big img { height: clamp(64px, 8vw, 96px); }
.hero-text .brand-big .word { font-family: var(--sans); font-weight: 500; font-size: clamp(1.6rem, 2.6vw, 2.2rem); letter-spacing: .38em; text-transform: uppercase; margin-top: 22px; display: block; }
.hero-text .brand-big .tag { display: block; font-size: 10px; letter-spacing: .34em; text-transform: uppercase; color: var(--ink-55); margin-top: 6px; }
.vrule { width: 1px; height: clamp(56px, 9vh, 96px); background: var(--ink); margin: clamp(28px, 5vh, 56px) 0 clamp(22px, 4vh, 40px); }
.hero-title { font-size: clamp(2rem, 4vw, 3.9rem); }
.hero-title .accent { color: var(--sage); }
.hero-disciplines { display: flex; flex-wrap: wrap; gap: 0 22px; margin-top: clamp(36px, 6vh, 72px); }
.hero-disciplines span { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; font-weight: 500; color: var(--ink-70); }
.hero-disciplines span + span::before { content: "|"; margin-right: 22px; color: var(--stone); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; margin-top: clamp(28px, 5vh, 48px); }
.hero-visual { position: relative; overflow: hidden; background: var(--paper); border-left: 1px solid var(--stone-soft); }
.hero-visual .geo { inset: -8% -12% -8% -6%; width: auto; height: auto; }
.hero-visual .animal { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 12% 4% 0; }
.hero-visual .animal img { width: 100%; max-height: 100%; object-fit: contain; object-position: bottom center; }
.hero-rail { position: absolute; right: 0; top: 0; bottom: 0; width: clamp(56px, 6vw, 92px); border-left: 1px solid var(--stone-soft); display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 120px 0 0; z-index: 3; }
.hero-rail .vtext { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; letter-spacing: .34em; text-transform: uppercase; font-weight: 500; color: var(--ink-70); }
.hero-rail .vline { width: 1px; height: 48px; background: var(--ink); margin-bottom: 20px; }
.hero-rail .block { width: 100%; height: 30%; background: var(--deep); display: flex; align-items: center; justify-content: center; }
.hero-rail .block img { width: 34px; opacity: .9; }
.hero-scroll { position: absolute; left: var(--gutter); bottom: 28px; font-size: 9px; letter-spacing: .34em; text-transform: uppercase; color: var(--ink-55); display: flex; align-items: center; gap: 14px; }
.hero-scroll::after { content: ""; width: 56px; height: 1px; background: var(--ink-55); }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 62vw; border-left: 0; border-top: 1px solid var(--stone-soft); }
  .hero-rail { display: none; }
  .hero-scroll { display: none; }
}

/* ============================================================
   HOME — Kacheln & Sektionen
   ============================================================ */
.tile-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--stone-soft); border: 1px solid var(--stone-soft); }
@media (max-width: 1200px) { .tile-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .tile-grid { grid-template-columns: 1fr; } }
.tile { position: relative; background: var(--ivory); padding: clamp(28px, 3vw, 44px); min-height: 440px; display: flex; flex-direction: column; overflow: hidden; }
.tile.dark { background: var(--deep); color: var(--ivory-on-dark); }
.tile .chapter { margin-bottom: 26px; }
.tile .t-card { margin-bottom: 18px; max-width: 12em; font-size: clamp(1.05rem, 1.3vw, 1.35rem); hyphens: auto; -webkit-hyphens: auto; }
.tile .body { font-size: 13px; max-width: 22em; }
.tile .animal { position: absolute; right: -6%; bottom: 0; width: 78%; height: 56%; display: flex; align-items: flex-end; justify-content: flex-end; }
.tile .animal img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; }
.tile .tile-link { margin-top: auto; position: relative; z-index: 2; }
.tile .corner { width: 64px; height: 44px; }
.tile:hover .animal img { transform: scale(1.03); }
.tile .animal img { transition: transform 1.2s var(--ease); }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 78vh; }
.split > * { position: relative; }
.split .text { padding: clamp(60px, 9vw, 130px) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.split .visual { position: relative; overflow: hidden; background: var(--paper); }
.split .visual .geo { inset: 6%; width: 88%; height: 88%; }
.split .visual .animal { position: absolute; inset: 8% 6% 0; display: flex; align-items: flex-end; justify-content: center; }
.split .visual .animal img { max-width: 100%; max-height: 100%; object-fit: contain; }
.split .visual .photo { position: absolute; inset: 0; }
.split.flip .text { order: 2; } .split.flip .visual { order: 1; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split .visual { min-height: 70vw; } .split.flip .text { order: 1; } .split.flip .visual { order: 2; } }

.title-lines span { display: block; }
.mt-1 { margin-top: 12px; } .mt-2 { margin-top: 22px; } .mt-3 { margin-top: 34px; } .mt-4 { margin-top: 48px; } .mt-5 { margin-top: 64px; }
.mb-2 { margin-bottom: 22px; } .mb-3 { margin-bottom: 34px; } .mb-4 { margin-bottom: 48px; }

/* Werte-Liste (01 Intelligenz …) */
.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0; border-top: 1px solid var(--line-on-dark); }
.values li { padding: 22px 0; border-bottom: 1px solid var(--line-on-dark); }
.values .num { font-family: var(--serif); font-size: 13px; letter-spacing: .1em; color: var(--gold); display: block; margin-bottom: 8px; }
.values .v { font-family: var(--serif); font-size: 1.25rem; letter-spacing: .04em; }
.principles { display: flex; flex-wrap: wrap; gap: 0 28px; font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2rem); letter-spacing: .04em; color: var(--ivory-on-dark); }

/* Zeilen-Index (01 Name — Beschreibung → ) */
.rows { border-top: 1px solid var(--stone-soft); }
.row { display: grid; grid-template-columns: 60px 1fr auto; gap: 24px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid var(--stone-soft); transition: padding-left .4s var(--ease); }
a.row:hover { padding-left: 12px; }
.row .num { font-family: var(--serif); font-size: 14px; letter-spacing: .12em; color: var(--gold); }
.row .name { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.75rem); letter-spacing: .04em; }
.row .desc { font-size: 13px; color: var(--ink-55); margin-top: 4px; }
.row .tags { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-55); margin-top: 8px; }
.row .arrow { font-family: var(--serif); font-size: 20px; color: var(--ink-55); }
.on-dark .rows, .on-dark .row { border-color: var(--line-on-dark); }
.on-dark .row .desc, .on-dark .row .tags, .on-dark .row .arrow { color: var(--ivory-on-dark-60); }
@media (max-width: 700px) { .row { grid-template-columns: 40px 1fr; } .row .arrow { display: none; } }

/* Spalten-Index (Karten mit Nummer) */
.cols-index { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--stone-soft); border: 1px solid var(--stone-soft); }
.cols-index .cell { background: var(--ivory); padding: 30px 26px 36px; min-height: 200px; }
.on-dark .cols-index { background: var(--line-on-dark); border-color: var(--line-on-dark); }
.on-dark .cols-index .cell { background: var(--deep); }
.cell .num { font-family: var(--serif); font-size: 13px; letter-spacing: .12em; color: var(--gold); display: block; margin-bottom: 26px; }
.cell .name { font-family: var(--serif); font-size: 1.35rem; letter-spacing: .04em; line-height: 1.25; }
.cell .desc { font-size: 12.5px; color: var(--ink-55); margin-top: 10px; }
.on-dark .cell .desc { color: var(--ivory-on-dark-60); }

/* Bildband */
.band { position: relative; overflow: hidden; }
.band img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: grayscale(1); }
@media (min-width: 900px) { .band img { aspect-ratio: 21 / 9; } }
.band .geo { inset: 0; width: 100%; height: 100%; color: rgba(250, 249, 246, .8); }
.band .cap { position: absolute; left: var(--gutter); bottom: clamp(24px, 4vw, 48px); color: var(--ivory); font-size: 10px; letter-spacing: .32em; text-transform: uppercase; font-weight: 500; line-height: 1.9; white-space: pre-line; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.band .cap::before { content: ""; display: block; width: 40px; height: 1px; background: var(--gold); margin-bottom: 14px; }

/* Prozess-Schritte */
.steps { border-top: 1px solid var(--stone-soft); }
.step { display: grid; grid-template-columns: 60px 200px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--stone-soft); }
.step .num { font-family: var(--serif); letter-spacing: .12em; color: var(--gold); }
.step .title { font-family: var(--serif); font-size: 1.25rem; letter-spacing: .04em; }
.step .text { font-size: 13px; color: var(--ink-55); }
@media (max-width: 700px) { .step { grid-template-columns: 40px 1fr; } .step .text { grid-column: 2; } }

/* Related / CTA / Dark */
.related { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; background: var(--stone-soft); border: 1px solid var(--stone-soft); }
.related a { background: var(--ivory); padding: 28px 26px 32px; display: flex; flex-direction: column; gap: 8px; transition: background .4s; }
.related a:hover { background: var(--paper); }
.related .lbl { font-family: var(--serif); font-size: 1.3rem; letter-spacing: .04em; }
.related .meta { font-size: 12.5px; color: var(--ink-55); }
.related .arrow { margin-top: auto; padding-top: 18px; font-family: var(--serif); font-size: 20px; color: var(--gold); }
.cta-block { text-align: left; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
@media (max-width: 800px) { .cta-block { grid-template-columns: 1fr; } }
.quote { font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.4rem); font-weight: 300; font-style: italic; line-height: 1.35; white-space: pre-line; max-width: 22em; }
.note { font-size: 11px; letter-spacing: .08em; color: var(--ink-55); border-left: 1px solid var(--gold); padding-left: 14px; }
.on-dark .note { color: var(--ivory-on-dark-60); }

/* Team / Portraits */
.team { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(20px, 3vw, 40px); }
.member img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1); }
.member .name { font-family: var(--serif); font-size: 1.3rem; letter-spacing: .04em; margin-top: 18px; }
.member .role { font-size: 12px; color: var(--ink-55); margin-top: 4px; }
.portrait-wrap { position: relative; }
.portrait-wrap img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1); }
.portrait-wrap .geo { inset: -6%; width: 112%; height: 112%; }
.portrait-wrap figcaption { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-55); margin-top: 14px; }
.founder-card { display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: center; border: 1px solid var(--stone-soft); padding: clamp(24px, 3vw, 44px); background: var(--paper); }
.founder-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1); }
@media (max-width: 700px) { .founder-card { grid-template-columns: 1fr; } }

/* Programme / Levels / Locations / Journal */
.two-lists { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); }
@media (max-width: 800px) { .two-lists { grid-template-columns: 1fr; } }
.plain-list li { padding: 14px 0; border-bottom: 1px solid var(--stone-soft); font-family: var(--serif); font-size: 1.15rem; letter-spacing: .03em; display: flex; gap: 18px; }
.plain-list li::before { content: "—"; color: var(--gold); }
.on-dark .plain-list li { border-color: var(--line-on-dark); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips li { border: 1px solid var(--stone-soft); padding: 8px 14px; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: var(--ink-70); }
.on-dark .chips li { border-color: var(--line-on-dark); color: var(--ivory-on-dark); }
.filters { display: flex; flex-wrap: wrap; gap: 22px; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; font-weight: 500; color: var(--ink-55); }
.filters li:first-child { color: var(--ink); border-bottom: 1px solid var(--ink); }
.journal { border-top: 1px solid var(--stone-soft); }
.journal .item { display: grid; grid-template-columns: 60px 140px 1fr auto; gap: 24px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--stone-soft); }
.journal .cat { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.journal .title { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: .03em; }
@media (max-width: 800px) { .journal .item { grid-template-columns: 40px 1fr; } .journal .cat { grid-column: 2; } }

/* Formular */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 32px; }
.form .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; font-weight: 500; color: var(--ink-55); }
.field input, .field select, .field textarea { font: inherit; font-size: 14px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink-55); padding: 10px 0; border-radius: 0; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
@media (max-width: 700px) { .form { grid-template-columns: 1fr; } }

/* ============================================================
   UNTERSEITEN — Hero
   ============================================================ */
.page-hero { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 86vh; overflow: hidden; border-bottom: 1px solid var(--stone-soft); }
.page-hero .text { padding: clamp(150px, 20vh, 220px) var(--gutter) clamp(60px, 8vh, 96px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.page-hero .visual { position: relative; overflow: hidden; background: var(--paper); border-left: 1px solid var(--stone-soft); }
.page-hero .visual .geo { inset: 4%; width: 92%; height: 92%; }
.page-hero .visual .animal { position: absolute; inset: 14% 6% 0; display: flex; align-items: flex-end; justify-content: center; }
.page-hero .visual .animal img { max-width: 100%; max-height: 100%; object-fit: contain; object-position: bottom center; }
.page-hero .visual .photo { position: absolute; inset: 0; }
.page-hero.dark { background: var(--deep); border-color: var(--line-on-dark); }
.page-hero.dark .visual { background: var(--forest); border-color: var(--line-on-dark); }
.page-hero.dark .visual .cutout { mix-blend-mode: screen; filter: grayscale(1) invert(0); }
.page-hero .vrule { background: var(--ink); }
.page-hero.dark .vrule { background: var(--ivory-on-dark-60); }
.page-hero.solo { grid-template-columns: 1fr; }
.page-hero.solo .text { max-width: 900px; }
.page-hero.solo .geo { right: -10%; top: 10%; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px; left: auto; }
@media (max-width: 900px) {
  .page-hero { grid-template-columns: 1fr; min-height: auto; }
  .page-hero .visual { min-height: 66vw; border-left: 0; border-top: 1px solid var(--stone-soft); }
  .page-hero.solo .geo { display: none; }
}

/* Slogan-Leiste (Footer-Kopf) */
.slogan-bar { background: var(--deep); color: var(--ivory-on-dark); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 28px var(--gutter); }
.slogan-bar .line { width: 100px; height: 1px; background: var(--gold); }
.slogan-bar ul { display: flex; justify-content: space-around; gap: 24px; flex-wrap: wrap; }
.slogan-bar li { font-size: 10px; letter-spacing: .32em; text-transform: uppercase; font-weight: 500; text-align: center; line-height: 1.9; }
.slogan-bar li + li { border-left: 1px solid var(--line-on-dark); padding-left: 24px; }
.slogan-bar .brand-mini { display: flex; align-items: center; gap: 12px; }
.slogan-bar .brand-mini img { height: 32px; }
.slogan-bar .brand-mini .word { font-size: 12px; letter-spacing: .36em; text-transform: uppercase; font-weight: 500; }
@media (max-width: 900px) { .slogan-bar { grid-template-columns: 1fr; } .slogan-bar .line, .slogan-bar .brand-mini { display: none; } .slogan-bar ul { justify-content: flex-start; } .slogan-bar li + li { border: 0; padding: 0; } }

/* Footer */
.footer { background: var(--deep); color: var(--ivory-on-dark-60); padding: clamp(64px, 8vw, 110px) var(--gutter) 40px; border-top: 1px solid var(--line-on-dark); }
.footer .top { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 40px; }
.footer .statement { font-family: var(--serif); font-size: 1.5rem; color: var(--ivory-on-dark); letter-spacing: .04em; margin-top: 22px; }
.footer .locations { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; white-space: pre-line; line-height: 2; margin-top: 22px; }
.footer h4 { font-size: 10px; letter-spacing: .32em; text-transform: uppercase; color: var(--ivory-on-dark); font-weight: 500; margin-bottom: 20px; }
.footer li a { display: block; padding: 5px 0; font-size: 13px; color: var(--ivory-on-dark-60); }
.footer li a:hover { color: var(--ivory-on-dark); }
.footer .bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line-on-dark); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.footer .bottom ul { display: flex; gap: 26px; }
@media (max-width: 900px) { .footer .top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer .top { grid-template-columns: 1fr; } }

/* Hilfsklassen */
.hidden { display: none !important; }
.pre { white-space: pre-line; }
.center { text-align: center; }
.max-30 { max-width: 30em; }
.stack > * + * { margin-top: 18px; }

/* Blume des Lebens (Philosophie) */
.flower-col { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.flower { position: relative; width: min(38vw, 520px); height: min(38vw, 520px); flex: none; }
@media (max-width: 900px) { .flower { width: 80vw; height: 80vw; } }
.flower .geo { position: absolute; inset: 0; width: 100%; height: 100%; }
.values { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.values li { padding: 16px 12px 16px 0; }
/* Porträts füllen die Bildfläche */
.animal.portrait { inset: 0 !important; padding: 0 !important; }
.animal.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; max-height: none; }