/* V5 · Teal & Copper auf warmem Papier · Sora/Inter self-hosted (Live-Parität) */
@font-face { font-family: "Sora"; src: url("fonts/Sora-VariableFont_wght.ttf") format("truetype-variations"); font-weight: 100 800; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/InterVariable.ttf") format("truetype-variations"); font-weight: 100 900; font-display: swap; }

:root {
  --paper: #F3F6F4;
  --card: #FFFFFF;
  --ink: #161616;
  --ink-soft: #4A4A4A;
  --border: #D3DCD6;
  --teal: #0F5B5F;
  --teal-deep: #094548;
  --teal-soft: #E2EEE9;
  --smaragd: #1E7D6C;          /* Positiv-Momente + Zweitton (ersetzt Copper: Trennung von mindsoy-Terracotta) */
  --copper: #1E7D6C;           /* Smaragd-Alias: Copper aus Trennungsgruenden stillgelegt, Rollen -> Smaragd */
  --ink-bg: #161616;
  --on-ink: #F3F6F4;
  --radius: 14px;
  --radius-sm: 8px;
  --ease: cubic-bezier(0.2, 0.65, 0.3, 1);
  --font-h: "Sora", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-b: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { background: var(--paper); color: var(--ink); font-family: var(--font-b); font-size: 16.5px; line-height: 1.6; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 44px); }
h1, h2, h3 { font-family: var(--font-h); letter-spacing: -0.015em; text-wrap: balance; }
h2 { font-size: clamp(28px, 3.4vw, 46px); line-height: 1.1; font-weight: 750; letter-spacing: -0.025em; }
img { max-width: 100%; height: auto; }
::selection { background: var(--teal); color: #fff; }
:where(a, button, input):focus-visible { outline: 2.5px solid var(--teal); outline-offset: 3px; }
.sec-intro { color: var(--ink-soft); margin-top: 12px; max-width: 56ch; }
section { padding: clamp(56px, 9vh, 104px) 0; }
.text-link { color: var(--teal); font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--teal-soft); }
.text-link:hover { border-bottom-color: var(--teal); }
.text-link.on-dark { color: var(--on-ink); border-bottom-color: rgba(246, 243, 237, 0.3); }
.copper { color: var(--copper); }

/* ===== Nav ===== */
.nav { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--paper) 94%, transparent); border-bottom: 1px solid var(--border); }
.bar { height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text b { font-family: var(--font-h); font-size: 16px; }
.brand-text small { font-size: 11.5px; color: var(--ink-soft); letter-spacing: 0.04em; }
.links { display: flex; gap: 24px; }
.links a { text-decoration: none; color: var(--ink-soft); font-weight: 500; font-size: 15px; }
.links a:hover { color: var(--teal); }
.btn { display: inline-block; font-family: var(--font-h); font-weight: 700; font-size: 15.5px; text-decoration: none; padding: 13px 22px; border-radius: var(--radius-sm); transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s; cursor: pointer; border: 0; }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-deep); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(15, 91, 95, 0.25); }
.btn-primary:active { transform: translateY(1px) scale(0.985); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--ink); }
.btn.big { padding: 18px 32px; font-size: 17.5px; }
.nav-cta { padding: 10px 18px; font-size: 14.5px; }
@media (max-width: 820px) { .links { display: none; } .brand-text small { display: none; } }

/* ===== Hero ===== */
.hero { padding-top: clamp(48px, 7vh, 84px); }
.hero-grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
h1 { font-size: clamp(36px, 5vw, 64px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 780; max-width: 17ch; }
h1 em { font-style: normal; color: var(--teal); box-shadow: inset 0 -0.12em 0 var(--teal-soft); }
.lede { margin-top: 20px; font-size: clamp(17px, 1.35vw, 19.5px); color: var(--ink-soft); max-width: 46ch; }
.cta-row { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.cta-row.center { justify-content: center; }
.hero-note { margin-top: 16px; font-size: 14px; color: var(--ink-soft); }
.hero-note.center { text-align: center; }
.hero-photo { position: relative; }
.hero-photo img { width: 100%; border-radius: var(--radius); display: block; box-shadow: 0 18px 50px rgba(22, 22, 22, 0.14); }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } .hero-photo { max-width: 420px; } }

/* ===== Stats (V3-Beweis) ===== */
.stats { padding: 0 0 clamp(48px, 7vh, 84px); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.stat { background: var(--paper); padding: 26px 22px 20px; display: flex; flex-direction: column; gap: 6px; }
.stat .n { font-family: var(--font-h); font-weight: 800; font-size: clamp(40px, 4.2vw, 58px); color: var(--teal); line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.stat .l { font-size: 14px; color: var(--ink-soft); }
.stat .src { font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--copper); margin-top: auto; padding-top: 8px; }
@media (max-width: 860px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===== Ordner (Story Hook) ===== */
.ordner { background: var(--card); border-block: 1px solid var(--border); }
.ordner-grid { display: grid; grid-template-columns: 7fr 4fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.ordner-text h2 { max-width: 20ch; }
.ordner-text p { margin-top: 18px; color: var(--ink-soft); max-width: 58ch; }
.ordner-text blockquote { margin-top: 18px; border-left: 3px solid var(--copper); padding: 4px 0 4px 20px; font-family: var(--font-h); font-size: clamp(19px, 1.8vw, 24px); line-height: 1.4; color: var(--ink); }
.ordner-text .text-link { display: inline-block; margin-top: 22px; }
.ordner-photo img { width: 100%; border-radius: var(--radius); display: block; }
.ordner-photo figcaption { margin-top: 10px; font-size: 13px; color: var(--ink-soft); }
@media (max-width: 860px) { .ordner-grid { grid-template-columns: 1fr; } }

/* ===== Raeume ===== */
.raeume-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.raeume-grid figure { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.raeume-grid img { width: 100%; height: 250px; object-fit: cover; object-position: 50% 15%; display: block; }
.raeume-grid figcaption { padding: 12px 16px 14px; font-size: 13.5px; color: var(--ink-soft); }
@media (max-width: 860px) { .raeume-grid { grid-template-columns: 1fr; } .raeume-grid img { height: 220px; } }

/* ===== Papier ===== */
.papier { background: var(--card); border-block: 1px solid var(--border); }
.papier-grid { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); }
.papier-col h3 { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal); margin-bottom: 4px; }
.papier-col h3.copper { color: var(--copper); }
.papier-col ul { list-style: none; }
.papier-col li { padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 15.5px; }
@media (max-width: 700px) { .papier-grid { grid-template-columns: 1fr; } }

/* ===== Fit ===== */
.fit-grid { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 26px 20px; }
.fit-card h3 { font-size: 17px; margin-bottom: 12px; }
.fit-card ul { list-style: none; }
.fit-card li { padding: 10px 0 10px 28px; position: relative; font-size: 15.5px; color: var(--ink-soft); border-bottom: 1px solid color-mix(in srgb, var(--border) 55%, transparent); }
.fit-card li:last-child { border-bottom: 0; }
.fit-card.ja li::before { content: "✓"; position: absolute; left: 2px; color: var(--smaragd); font-weight: 700; }
.fit-card.nein li::before { content: "·"; position: absolute; left: 6px; color: var(--ink-soft); font-weight: 700; }
@media (max-width: 780px) { .fit-grid { grid-template-columns: 1fr; } }

/* ===== Wege ===== */
.weg { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(22px, 2.6vw, 32px); }
.weg + .weg-row, .weg-row + .weg-row { margin-top: 18px; }
.wege .flagship { margin-top: 36px; background: var(--teal); border-color: var(--teal); color: #fff; padding: clamp(28px, 3.4vw, 44px); box-shadow: 0 24px 60px rgba(15, 91, 95, 0.28); }
.wege .flagship p { color: rgba(255, 255, 255, 0.86); }
.wege .flagship .weg-head h3 { font-size: clamp(23px, 2.3vw, 30px); }
.wege .flagship .weg-no { color: #8FD6C7; }
.wege .flagship .weg-price { color: #fff; font-size: clamp(24px, 2.6vw, 34px); }
.wege .flagship .montag { border-top-color: rgba(255, 255, 255, 0.25); }
.wege .flagship .montag b { color: #fff; }
.weg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.weg-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 12px; flex-wrap: wrap; }
.weg-no { font-family: var(--font-h); font-weight: 800; color: var(--copper); font-size: 15px; }
.weg-head h3 { font-size: clamp(19px, 1.8vw, 23px); }
.weg-price { margin-left: auto; font-family: var(--font-h); font-weight: 800; font-size: clamp(19px, 1.8vw, 24px); color: var(--teal); white-space: nowrap; }
.weg-price small { font-weight: 500; font-size: 0.62em; margin-right: 2px; }
.weg p { font-size: 15px; color: var(--ink-soft); max-width: 64ch; }
.montag { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); }
.montag b { color: var(--smaragd); font-weight: 650; }
.weg.speaking { background: var(--teal-soft); border-color: color-mix(in srgb, var(--teal) 22%, var(--border)); }
@media (max-width: 860px) { .weg-row { grid-template-columns: 1fr; } .weg-price { margin-left: 0; width: 100%; } }


/* Credential-System: Logo wo vorhanden, sonst Icon (einheitlich) */
.cred-list { list-style: none; }
.cred { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 15.5px; }
.cred-ico { width: 26px; height: 26px; flex: none; color: var(--teal); }
.cred-logo { width: 44px; height: 44px; flex: none; }
/* INQA-Angebots-Zeile in der Flagship-Karte */
.inqa-offer { display: flex; align-items: center; gap: 14px; margin-top: 14px; padding: 12px 14px; background: rgba(255, 255, 255, 0.1); border-radius: var(--radius-sm); }
.inqa-offer img { width: 52px; height: 52px; flex: none; }
.inqa-offer span { font-size: 14.5px; color: rgba(255, 255, 255, 0.92) !important; }
.inqa-offer b { color: #fff; }

/* ===== Stimmen ===== */
.stimmen { background: var(--teal-soft); border-block: 1px solid var(--border); }
.quote-main { margin-top: 28px; max-width: 780px; }
.quote-main p { font-family: var(--font-h); font-size: clamp(22px, 2.7vw, 34px); line-height: 1.35; font-weight: 650; letter-spacing: -0.02em; }
.quote-main em { font-style: normal; color: var(--teal); }
.quote-main footer { margin-top: 14px; font-size: 14.5px; color: var(--ink-soft); }
.stimmen-note { margin-top: 18px; font-size: 13.5px; color: var(--ink-soft); }

/* ===== Log ===== */
.log-table { margin-top: 32px; width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; font-size: 15px; }
.log-table th { text-align: left; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); padding: 12px 16px; background: var(--teal-soft); }
.log-table td { padding: 13px 16px; border-top: 1px solid var(--border); vertical-align: top; }
.log-table td:first-child { font-variant-numeric: tabular-nums; color: var(--ink-soft); white-space: nowrap; }
.tag { display: inline-block; font-size: 11.5px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; color: var(--teal); background: var(--teal-soft); border-radius: 999px; padding: 3px 10px; }
.log-photo { margin-top: 26px; }
.log-photo img { width: 100%; border-radius: var(--radius); display: block; }
.log-photo figcaption { margin-top: 10px; font-size: 13px; color: var(--ink-soft); }
@media (max-width: 720px) { .log-table thead { display: none; } .log-table tr { display: block; border-top: 1px solid var(--border); padding: 10px 0; } .log-table td { display: block; border: 0; padding: 3px 16px; } }

/* ===== Haltung + Ueber ===== */
.haltung { background: var(--ink-bg); color: var(--on-ink); }
.haltung-grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(32px, 5vw, 80px); }
.haltung h2 { max-width: 18ch; }
.haltung h2 em { font-style: normal; color: #5BB8BD; }
.haltung-text p { margin-top: 18px; color: rgba(246, 243, 237, 0.78); max-width: 56ch; }
.haltung-text .text-link { display: inline-block; margin-top: 22px; }
.ueber h3 { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: #5BB8BD; margin-bottom: 14px; }
.ueber p { color: rgba(246, 243, 237, 0.78); font-size: 15.5px; margin-bottom: 14px; }
@media (max-width: 860px) { .haltung-grid { grid-template-columns: 1fr; } }

/* ===== Brief ===== */
.brief { background: var(--card); border-block: 1px solid var(--border); }
.brief-grid { display: grid; grid-template-columns: 6fr 5fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.brief h2 { max-width: 18ch; }
.brief p { margin-top: 14px; color: var(--ink-soft); max-width: 52ch; }
.brief-form label { font-size: 13px; font-weight: 600; color: var(--ink); display: block; margin-bottom: 8px; }
.brief-row { display: flex; gap: 10px; }
.brief-row input { flex: 1; min-width: 0; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font: inherit; background: var(--paper); color: var(--ink); }
.brief-row input:focus { outline: 2px solid var(--teal); outline-offset: 1px; border-color: var(--teal); }
.brief-note { margin-top: 10px !important; font-size: 13px !important; }
@media (max-width: 780px) { .brief-grid { grid-template-columns: 1fr; } }

/* ===== Kontakt + Closer + Footer ===== */
.kontakt { text-align: center; }
.kontakt h2 { max-width: 24ch; margin-inline: auto; }
.kontakt .sec-intro { margin-inline: auto; }
.kontakt .cta-row { margin-top: 32px; }
.closer { text-align: center; padding: clamp(48px, 8vh, 80px) 20px; border-top: 1px solid var(--border); }
.closer img { opacity: 0.14; width: clamp(130px, 16vw, 200px); height: auto; }
.closer p { margin-top: 16px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.site { background: var(--card); border-top: 1px solid var(--border); }
.foot-grid { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-block: 28px; flex-wrap: wrap; }
.foot-wordmark { height: 20px; width: auto; display: block; margin-bottom: 8px; }
.site p { font-size: 13.5px; color: var(--ink-soft); }
.site nav { display: flex; gap: 20px; flex-wrap: wrap; }
.site a { color: var(--ink-soft); text-decoration: none; font-size: 14px; }
.site a:hover { color: var(--teal); }

/* ===== Reveals (js-gated, reduced-motion-sicher) ===== */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
  .js .reveal.in { opacity: 1; transform: none; }
  .js .reveal.d1 { transition-delay: 0.07s; }
  .js .reveal.d2 { transition-delay: 0.14s; }
  .js .reveal.d3 { transition-delay: 0.21s; }
}

/* ===== Unterseiten ===== */
.page-head { padding: clamp(44px, 7vh, 80px) 0 clamp(24px, 4vh, 44px); }
.crumb { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 16px; }
.crumb a { color: var(--teal); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
.page-head h1 { font-size: clamp(32px, 4.2vw, 56px); }
.page-head .lede { margin-top: 18px; }
.links a[aria-current="page"] { color: var(--teal); font-weight: 650; }
.prose { max-width: 68ch; }
.prose h2 { margin-top: 44px; font-size: clamp(22px, 2.4vw, 30px); }
.prose h3 { margin-top: 30px; font-size: 18.5px; }
.prose p { margin-top: 14px; color: var(--ink-soft); }
.prose ul, .prose ol { margin: 14px 0 0 1.3em; color: var(--ink-soft); }
.prose li { margin: 7px 0; }
.prose li::marker { color: var(--teal); }
.prose strong, .prose b { color: var(--ink); }
.prose a { color: var(--teal); }
.prose blockquote { margin-top: 20px; border-left: 3px solid var(--copper); padding: 4px 0 4px 20px; font-family: var(--font-h); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.45; color: var(--ink); }
.prose hr { border: 0; border-top: 1px solid var(--border); margin: 36px 0; }
.cta-band { background: var(--teal); color: #fff; border-radius: var(--radius); padding: clamp(30px, 4.5vw, 52px); box-shadow: 0 24px 60px rgba(15, 91, 95, 0.24); }
.cta-band h2 { color: #fff; max-width: 22ch; }
.cta-band p { margin-top: 12px; color: rgba(255, 255, 255, 0.86); max-width: 56ch; }
.cta-band .btn-primary { background: #fff; color: var(--teal-deep); }
.cta-band .btn-primary:hover { background: var(--teal-soft); }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, 0.45); }
.cta-band .btn-ghost:hover { border-color: #fff; }
.weg .more { display: inline-block; margin-top: 12px; font-size: 14.5px; }
.essay-list { list-style: none; margin-top: 28px; }
.essay-list li { border-bottom: 1px solid var(--border); }
.essay-list a { display: block; padding: 22px 0; text-decoration: none; color: var(--ink); }
.essay-list h3 { font-size: clamp(19px, 2vw, 24px); }
.essay-list a:hover h3 { color: var(--teal); }
.essay-list p { margin-top: 6px; color: var(--ink-soft); font-size: 15px; }
.essay-list .meta { font-size: 13px; color: var(--ink-soft); margin-top: 8px; }
