/* ATLAS v2 · Design-System „Dark Editorial“
   Dunkle, filmische Kapitel mit großen Fotos; helle Kapitel für Menschen, Wissen, Fragen.
   Cormorant kursiv als Akzent im Titel, Gold nur als Linie und für ein Wort. */
:root {
  --black: #0B0B0A; --ink: #131311; --ink-2: #1B1B18;
  --warm: #F5F2EE; --card: #FBF9F6;
  --text-dark: #1A1A1A; --text-light: #F5F2EE;
  --slate: #4A4E5A; --muted: #8A8E98; --muted-dark: rgba(245,242,238,0.58);
  --gold: #B8975A; --gold-deep: #9C7E48; --gold-light: #D6BC86;
  --line-dark: rgba(245,242,238,0.12); --line-light: rgba(13,13,13,0.10);
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1); --maxw: 1240px; --radius: 8px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { background: var(--black); color: var(--text-light); font-family: var(--sans); font-weight: 300; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
@media (min-width: 760px) { .wrap { padding: 0 48px; } }

/* Kapitel-Farbwelten */
.band { position: relative; }
.band.dark { background: var(--black); color: var(--text-light); }
.band.ink { background: var(--ink); color: var(--text-light); }
.band.light { background: var(--warm); color: var(--text-dark); }
.band.light h1, .band.light h2, .band.light h3 { color: var(--text-dark); }
.band.dark h1, .band.dark h2, .band.dark h3, .band.ink h1, .band.ink h2, .band.ink h3 { color: var(--text-light); }
.band .muted { color: var(--muted-dark); }
.band.light .muted { color: var(--slate); }

/* Typo */
.eyebrow { max-width: none; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); font-weight: 500; display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); }
h1, h2, h3 { font-family: var(--serif); font-weight: 300; line-height: 1.02; text-wrap: balance; }
h1 { font-size: clamp(46px, 8.6vw, 112px); letter-spacing: -0.015em; }
h2 { font-size: clamp(36px, 5.6vw, 72px); letter-spacing: -0.01em; }
h3 { font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
h1 em, h2 em, h3 em, .em { font-style: italic; color: var(--gold-light); }
.band.light h1 em, .band.light h2 em, .band.light h3 em { color: var(--gold-deep); }
.lead { font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; max-width: 36em; }
p { max-width: 40em; }
.small { font-size: 13px; line-height: 1.6; }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.center .lead, .center h2 { margin-left: auto; margin-right: auto; }

/* Wort-Einblendung */
.w { display: inline-block; overflow: hidden; vertical-align: bottom; padding: .04em .06em .26em; margin: -.04em -.06em -.26em; }
.w > span { display: inline-block; transform: translateY(110%); opacity: 0; transition: transform .9s var(--ease), opacity .6s; transition-delay: var(--d, 0s); }
.ready .w > span { transform: none; opacity: 1; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; padding: 18px 30px; border-radius: 999px; text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s; -webkit-tap-highlight-color: transparent; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--black); box-shadow: 0 10px 30px -14px rgba(184,151,90,.7); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { background: transparent; border-color: rgba(245,242,238,0.32); color: var(--text-light); }
.btn-outline:hover { border-color: var(--text-light); }
.band.light .btn-outline { border-color: rgba(13,13,13,0.3); color: var(--text-dark); }
.band.light .btn-outline:hover { border-color: var(--text-dark); }
.btn-sm { padding: 12px 20px; font-size: 11px; }
.btn-block { width: 100%; }
.btn .arrow { font-family: var(--serif); font-size: 20px; line-height: 0; font-weight: 400; transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.textlink { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 4px; display: inline-flex; gap: 10px; align-items: center; }
.textlink .arrow { font-family: var(--serif); font-size: 18px; line-height: 0; }

/* Nav (wechselt die Farbwelt je Kapitel) */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 22px; transition: background .4s, color .4s, border-color .4s; border-bottom: 1px solid transparent; color: var(--text-light); }
@media (min-width: 760px) { .nav { padding: 18px 48px; } }
.nav.scrolled { background: rgba(11,11,10,0.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--line-dark); }
.nav.on-light { color: var(--text-dark); }
.nav.on-light.scrolled { background: rgba(245,242,238,0.78); border-color: var(--line-light); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 36px; height: 36px; }
.brand span { font-family: var(--serif); font-size: 20px; letter-spacing: 0.34em; font-weight: 500; padding-left: 2px; }
.nav-links { display: none; gap: 30px; list-style: none; }
.nav-links a { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; opacity: .72; font-weight: 500; transition: opacity .2s; }
.nav-links a:hover, .nav-links a.on { opacity: 1; }
@media (min-width: 1024px) { .nav-links { display: flex; } }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang { display: flex; gap: 2px; font-size: 12px; letter-spacing: .04em; font-weight: 500; }
.lang a { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; min-width: 30px; padding: 7px 10px; border-radius: 999px; opacity: .72; transition: opacity .2s, background .2s, color .2s; }
.lang a:hover { opacity: 1; }
.lang a.on { opacity: 1; background: var(--gold); color: var(--black); font-weight: 600; }
.nav.on-light .lang a:not(.on) { color: var(--text-dark); }
.nav .btn-gold { box-shadow: none; }
@media (max-width: 479px) { .nav { padding: 14px 16px; gap: 10px; } .brand span { display: none; } .nav-right { gap: 8px; } .nav .btn-sm { padding-left: 16px; padding-right: 16px; } }

/* Hero */
.hero { min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; padding: 140px 0 0; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transform: scale(1.06); transition: transform 8s var(--ease); filter: saturate(.85) brightness(.85); }
.ready .hero-media img { transform: scale(1); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,10,.55) 0%, rgba(11,11,10,.2) 35%, rgba(11,11,10,.78) 72%, var(--black) 100%); }
.hero-inner { position: relative; z-index: 1; padding-bottom: clamp(32px, 5vw, 64px); }
.hero .eyebrow { margin-bottom: 26px; }
.hero h1 { max-width: 13em; margin-bottom: 28px; }
.hero .lead { color: rgba(245,242,238,.82); margin-bottom: 36px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-foot { position: relative; z-index: 1; border-top: 1px solid var(--line-dark); margin-top: clamp(40px, 6vw, 80px); }
.ticker { display: flex; flex-wrap: wrap; gap: 10px 36px; padding: 18px 0; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-dark); font-weight: 500; }
.ticker span::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); margin-right: 12px; vertical-align: middle; position: relative; top: -1px; }
.ticker span:first-child::before { display: none; }

/* Statement (hell, mit großem Foto) */
.statement-wrap { position: relative; overflow: hidden; }
.statement { position: relative; z-index: 1; padding: clamp(64px, 9vw, 120px) 0; }
.statement h2 { font-size: clamp(24px, 2.7vw, 36px); font-weight: 300; max-width: 22em; margin: 18px auto 0; line-height: 1.24; }
.statement .lead { margin: 22px auto 0; }
.statement-lion { position: absolute; top: 50%; right: -18%; width: 62%; min-width: 480px; max-width: 900px; transform: translateY(-50%); opacity: .08; pointer-events: none; user-select: none; z-index: 0; }
@media (min-width: 900px) { .statement-lion { right: -10%; width: 46%; } }

/* Kapitel: zwei Säulen als Glaskarten mit Geisterziffern */
.chapter { padding: clamp(64px, 9vw, 130px) 0; }
.chapter-head { margin-bottom: clamp(40px, 5vw, 72px); }
.chapter-head .lead { color: var(--muted-dark); }
.pillars { display: grid; gap: 18px; }
@media (min-width: 900px) { .pillars { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.pillar { position: relative; min-height: 520px; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px 28px; isolation: isolate; border: 1px solid var(--line-dark); }
@media (min-width: 760px) { .pillar { padding: 34px 30px 32px; min-height: 600px; } }
.pillar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s var(--ease); filter: saturate(.8) brightness(.72); }
.pillar:hover img { transform: scale(1.04); }
.pillar::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,11,10,.1) 0%, rgba(11,11,10,.55) 45%, rgba(11,11,10,.92) 100%); }
.pillar .ghost { position: absolute; top: 8px; right: 22px; font-family: var(--serif); font-size: clamp(120px, 16vw, 220px); line-height: 1; color: rgba(245,242,238,.08); font-weight: 300; letter-spacing: -.04em; pointer-events: none; }
.pillar .eyebrow { margin-bottom: 14px; }
.pillar h3 { font-size: clamp(28px, 2.6vw, 36px); margin-bottom: 14px; }
.pillar p { color: rgba(245,242,238,.78); font-size: 15.5px; max-width: 34em; }
.pillar-actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; }

/* Leistungen als nummerierte Liste */

/* Kennzahlen als Ringe */
.rings { display: grid; grid-template-columns: 1fr; gap: 28px; padding: clamp(56px, 8vw, 110px) 0 clamp(64px, 9vw, 130px); }
@media (min-width: 760px) { .rings { grid-template-columns: repeat(3, 1fr); gap: 40px; } }
.ring { position: relative; width: min(280px, 72vw); aspect-ratio: 1; margin: 0 auto; display: grid; place-items: center; text-align: center; }
.ring svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.ring circle { fill: none; stroke-width: 1.2; }
.ring .track { stroke: rgba(245,242,238,.1); }
.ring .bar { stroke: var(--gold); stroke-linecap: round; stroke-dasharray: 1000; stroke-dashoffset: 1000; transition: stroke-dashoffset 2.2s var(--ease); }
.ring .halo { stroke: rgba(184,151,90,.25); stroke-width: .6; stroke-dasharray: 2 10; }
.ring.in .bar { stroke-dashoffset: var(--off, 0); }
.ring .num { font-family: var(--serif); font-size: clamp(44px, 5vw, 64px); line-height: 1; font-weight: 300; font-variant-numeric: tabular-nums; }
.ring .num sup { font-size: 42%; vertical-align: top; position: relative; top: .35em; color: var(--gold-light); font-style: italic; }
.ring .lbl { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-dark); margin: 12px auto 0; font-weight: 500; max-width: 12em; line-height: 1.5; min-height: 3em; }
.ring .sub { font-size: 13px; color: rgba(245,242,238,.6); margin: 8px auto 0; max-width: 16em; line-height: 1.5; min-height: 6em; }

/* Helle Kapitel: Team, Stimmen, Insights, Fragen */
.section { padding: clamp(72px, 10vw, 140px) 0; }
.section-head { margin-bottom: clamp(40px, 5vw, 72px); }
.section-head .eyebrow { margin-bottom: 20px; }
.section-head h2 { margin-bottom: 22px; max-width: 15em; }
.split { display: grid; gap: 36px; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }
.team { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
@media (min-width: 760px) { .team { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; } }
.member { min-width: 0; }
.member .photo { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 6px; position: relative; background: #ddd6cc; }
.member .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(1) contrast(1.04); transition: filter .6s var(--ease), transform 1s var(--ease); }
.member .photo::after { display: none; }
.member:hover .photo img { filter: grayscale(0); transform: scale(1.03); }
.member .name { font-family: var(--serif); font-size: 26px; line-height: 1.1; margin-top: 16px; }
.member .role { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); margin-top: 6px; }
.trustline { display: flex; flex-wrap: wrap; gap: 14px 48px; padding: 22px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); margin-top: clamp(40px, 5vw, 64px); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate); font-weight: 500; }
.trustline span { white-space: nowrap; }
@media (max-width: 639px) { .trustline { flex-direction: column; gap: 14px; } .trustline span { white-space: normal; } }
.trustline b { color: var(--text-dark); font-weight: 500; }

.pull { font-family: var(--serif); font-size: clamp(28px, 3.6vw, 48px); font-style: italic; line-height: 1.2; max-width: 22em; color: var(--text-dark); }
.pull-by { margin-top: 22px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate); font-weight: 500; }
.quotes { display: grid; gap: 22px; margin-top: clamp(40px, 5vw, 64px); }
@media (min-width: 900px) { .quotes { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.quote { border-top: 1px solid var(--line-light); padding-top: 22px; display: flex; flex-direction: column; gap: 16px; }
.quote p { font-size: 15.5px; color: var(--text-dark); flex: 1; }
.quote .who { display: flex; align-items: center; gap: 12px; }
.quote .who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.quote .who span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--slate); font-weight: 500; }

/* Insights (Blog) */
.posts { display: grid; gap: 22px; }
@media (min-width: 900px) { .posts { grid-template-columns: 1.4fr 1fr; gap: 28px; } .posts.single { grid-template-columns: minmax(0, 760px); } }
.post { display: flex; flex-direction: column; text-decoration: none; color: inherit; border-radius: var(--radius); overflow: hidden; background: var(--card); border: 1px solid var(--line-light); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.post:hover { transform: translateY(-3px); box-shadow: 0 30px 60px -40px rgba(13,13,13,.35); }
.post .cover { aspect-ratio: 16 / 9; overflow: hidden; background: #E6E0D8; }
.post .cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.post:hover .cover img { transform: scale(1.04); }
.post-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; }
.post .meta { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; }
.post h3 { font-size: clamp(22px, 2.2vw, 30px); }
.post p { font-size: 14.5px; color: var(--slate); }
.post .more { margin-top: auto; padding-top: 10px; }
.post.feature .cover { aspect-ratio: 16 / 10; }
@media (min-width: 900px) { .post.feature h3 { font-size: clamp(28px, 2.8vw, 38px); } }
.post-list { display: grid; gap: 18px; }
.post-list .post .cover { aspect-ratio: 21 / 9; }

/* FAQ */
.faq { border-top: 1px solid var(--line-light); }
.faq details { border-bottom: 1px solid var(--line-light); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 44px 1fr 28px; gap: 16px; align-items: baseline; padding: 24px 0; font-family: var(--serif); font-size: clamp(20px, 2.4vw, 26px); color: var(--text-dark); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .n { font-family: var(--sans); font-size: 11px; letter-spacing: .14em; color: var(--gold-deep); font-weight: 500; }
.faq summary .pm { font-family: var(--sans); font-size: 24px; color: var(--gold-deep); text-align: right; line-height: 1; transition: transform .25s var(--ease); }
.faq details[open] summary .pm { transform: rotate(45deg); }
.faq details p { padding: 0 0 24px 60px; font-size: 15.5px; color: var(--slate); max-width: 46em; }

/* CTA-Kapitel mit Formular */
.cta-band { position: relative; overflow: hidden; padding: clamp(80px, 11vw, 150px) 0; }
.cta-band .ghost-word { position: absolute; right: -2vw; bottom: -6vw; font-family: var(--serif); font-style: italic; font-size: clamp(120px, 22vw, 320px); line-height: 1; color: rgba(245,242,238,.045); pointer-events: none; white-space: nowrap; letter-spacing: -.03em; }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; position: relative; }
.cta-grid > * { min-width: 0; }
@media (min-width: 1000px) { .cta-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; } }
.cta-copy .eyebrow { margin-bottom: 22px; }
.cta-copy h2 { margin-bottom: 22px; }
.cta-copy .lead { color: var(--muted-dark); }
.cta-points { list-style: none; display: grid; gap: 12px; margin-top: 30px; }
.cta-points li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; font-size: 15px; color: rgba(245,242,238,.82); }
.cta-points li::before { content: ""; width: 8px; height: 8px; border: 1px solid var(--gold); border-radius: 50%; margin-top: 8px; }
.glass { background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); border-radius: 14px; padding: 28px 22px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
@media (min-width: 640px) { .glass { padding: 40px 40px 36px; } }
fieldset { border: 0; margin: 0 0 28px; }
legend { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; margin-bottom: 14px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; color: var(--text-light); }
legend .n { font-family: var(--serif); color: var(--gold-light); font-size: 20px; font-weight: 400; letter-spacing: 0; }
legend .opt { flex: 1 0 100%; font-weight: 300; letter-spacing: .02em; text-transform: none; color: var(--muted-dark); font-size: 12.5px; }
.chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (min-width: 640px) { .chips.four { grid-template-columns: repeat(4, minmax(0, 1fr)); } .chips.three { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.chipbtn { min-width: 0; overflow-wrap: break-word; }
.chipbtn { background: transparent; border: 1px solid rgba(245,242,238,0.22); border-radius: 8px; padding: 14px 12px; font-size: 14px; font-weight: 400; color: var(--text-light); cursor: pointer; text-align: center; line-height: 1.3; transition: border-color .2s, background .2s, color .2s; -webkit-tap-highlight-color: transparent; }
.chipbtn small { display: block; font-size: 11.5px; color: var(--muted-dark); margin-top: 3px; font-weight: 300; }
.chipbtn:hover { border-color: var(--text-light); }
.chipbtn[aria-pressed="true"] { background: var(--gold); color: var(--black); border-color: var(--gold); }
.chipbtn[aria-pressed="true"] small { color: rgba(11,11,10,.65); }
.fields { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.fields .field { min-width: 0; }
@media (min-width: 640px) { .fields { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .fields .full { grid-column: 1 / -1; } }
.field label { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 8px; font-weight: 500; }
.field label span { color: var(--gold-light); }
.field input { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(245,242,238,0.2); border-radius: 8px; padding: 15px 16px; font: inherit; font-size: 16px; font-weight: 400; color: var(--text-light); transition: border-color .2s, box-shadow .2s, background .2s; }
.field input::placeholder { color: rgba(245,242,238,.35); }
.field input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.07); box-shadow: 0 0 0 3px rgba(184,151,90,.18); }
.field.invalid input { border-color: #C96A52; }
.field .err { display: none; font-size: 12.5px; color: #E0907C; margin-top: 6px; }
.field.invalid .err { display: block; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { font-size: 12.5px; color: var(--muted-dark); line-height: 1.6; margin: 16px 0 20px; }
.consent a { color: var(--gold-light); }
.form-msg { display: none; margin-top: 16px; font-size: 14px; padding: 14px 16px; border-radius: 6px; }
.form-msg.error { display: block; background: rgba(201,106,82,0.12); color: #F0B4A4; border: 1px solid rgba(201,106,82,0.35); }
.alt-link { text-align: center; margin-top: 16px; font-size: 13px; color: var(--muted-dark); }
.alt-link a { color: var(--gold-light); }
.success { display: none; text-align: center; padding: 20px 0 8px; }
.success.visible { display: block; }
.success .lionmark { width: 88px; margin: 0 auto 22px; }
.success h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 14px; }
.success p { margin: 0 auto 8px; color: var(--muted-dark); }
.success .btn { margin-top: 26px; }

/* Footer */
footer { border-top: 1px solid var(--line-dark); padding: 56px 0 120px; color: var(--muted-dark); }
@media (min-width: 760px) { footer { padding-bottom: 64px; } }
.foot-grid { display: grid; gap: 28px; }
@media (min-width: 900px) { .foot-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; } }
footer .brand { color: var(--text-light); }
footer .brand span { font-size: 17px; }
footer .col h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 14px; }
footer .col a { display: block; text-decoration: none; font-size: 14px; color: rgba(245,242,238,.72); padding: 4px 0; }
footer .col a:hover { color: var(--text-light); }
.legal { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line-dark); font-size: 12.5px; line-height: 1.7; max-width: none; }
.disclaimer { margin-top: 14px; font-size: 12.5px; line-height: 1.7; max-width: none; }

/* Sticky CTA mobil */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(11,11,10,0.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line-dark); transform: translateY(110%); transition: transform .35s var(--ease); }
.sticky.on { transform: translateY(0); }
@media (min-width: 760px) { .sticky { display: none; } }

/* Cookie */
.cookie-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(11,11,10,0.72); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .4s var(--ease); }
.cookie-overlay.visible { opacity: 1; pointer-events: auto; }
.cookie-banner { position: relative; background: var(--ink); color: var(--warm); border: .5px solid rgba(184,151,90,.25); padding: 44px 32px 36px; max-width: 520px; width: 100%; overflow: hidden; transform: translateY(16px); transition: transform .4s var(--ease); border-radius: 10px; }
@media (min-width: 640px) { .cookie-banner { padding: 56px 56px 48px; } }
.cookie-overlay.visible .cookie-banner { transform: translateY(0); }
.cookie-lion { position: absolute; right: -10%; bottom: -10%; width: 55%; opacity: .06; pointer-events: none; }
.cookie-label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.cookie-banner h3 { font-size: 28px; color: var(--warm); margin-bottom: 16px; }
.cookie-banner p { font-size: 13px; line-height: 1.75; color: rgba(245,242,238,.65); margin: 0 0 32px; max-width: none; }
.cookie-banner a { color: var(--gold); text-decoration: none; }
.cookie-actions { display: flex; flex-direction: column; gap: 12px; }
.cookie-accept { font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; background: var(--gold); color: var(--black); border: none; padding: 16px 24px; cursor: pointer; width: 100%; border-radius: 999px; }
.cookie-decline { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; background: transparent; color: rgba(245,242,238,.5); border: .5px solid rgba(245,242,238,.2); padding: 14px 24px; cursor: pointer; width: 100%; border-radius: 999px; }

/* Einblenden */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; } .reveal.d2 { transition-delay: .2s; } .reveal.d3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } .w > span { transform: none; opacity: 1; } }

/* Säulenseiten: helle Wege-Sektion in Spalten statt Karten */
.ways { display: grid; gap: 0; border-top: 1px solid var(--line-light); }
.way { padding: 32px 0 36px; border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 900px) { .ways { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 64px; } .way { padding: 40px 0 44px; border-bottom: 0; position: relative; } .way:not(:last-child)::after { content: ""; position: absolute; top: 0; bottom: 0; right: -32px; width: 1px; background: var(--line-light); } }
.way .k { font-family: var(--serif); font-size: 64px; line-height: .9; color: var(--gold-deep); font-weight: 300; }
.way .photo { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; flex: none; width: 100%; }
.way .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.way:hover .photo img { transform: scale(1.03); }
.way h3 { font-size: clamp(26px, 2.6vw, 34px); }
.way .forwho { font-size: 13.5px; color: var(--slate); padding-left: 12px; border-left: 2px solid var(--gold); line-height: 1.5; }
.way p { font-size: 15px; color: var(--slate); }
.calc { background: rgba(184,151,90,0.12); border-radius: 6px; padding: 16px 16px 14px; }
.calc-title { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; margin-bottom: 10px; }
.calc dl { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 7px 12px; font-size: 13.5px; }
.calc dt { color: var(--slate); }
.calc dd { text-align: right; font-weight: 500; color: var(--text-dark); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.calc dt.hi, .calc dd.hi { color: var(--gold-deep); font-weight: 500; border-top: 1px solid rgba(184,151,90,.35); padding-top: 8px; }
.way .btn { margin-top: auto; align-self: flex-start; }
.way .waynote { font-size: 13.5px; color: var(--slate); opacity: .8; line-height: 1.5; }
@media (min-width: 900px) { .ways.two { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 96px; } .ways.two .way:not(:last-child)::after { right: -48px; } }
.fit { display: grid; gap: 20px; }
@media (min-width: 760px) { .fit { grid-template-columns: 1fr 1fr; gap: 28px; } }
.fit-col { border-top: 1px solid var(--line-light); padding-top: 22px; }
.fit-col h3 { font-size: 26px; margin-bottom: 18px; }
.fit-col ul { list-style: none; display: grid; gap: 14px; }
.fit-col li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; font-size: 15px; color: var(--slate); align-items: start; }
.fit-col li svg { width: 20px; height: 20px; margin-top: 2px; }
.fit-yes li svg { stroke: var(--gold-deep); } .fit-no li svg { stroke: var(--muted); }
/* Für wen (drei Ausgangslagen) */
.who { display: grid; gap: 18px; margin-top: 8px; }
@media (min-width: 900px) { .who { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.who-card { border: 1px solid var(--line-light); border-radius: 10px; padding: 32px 28px 28px; background: var(--card); display: flex; flex-direction: column; gap: 14px; }
.who-card h3 { font-size: 28px; margin-top: 4px; }
.who-card p { font-size: 15.5px; color: var(--slate); flex: 1; }
.who-card .textlink { margin-top: 6px; align-self: flex-start; }

.steps { display: grid; gap: 0; counter-reset: step; border-top: 1px solid var(--line-dark); }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 40px; border-top: 0; } }
.step { position: relative; padding: 28px 0; border-bottom: 1px solid var(--line-dark); counter-increment: step; }
@media (min-width: 760px) { .step { padding: 32px 0 0; border-bottom: 0; border-top: 1px solid var(--gold); } }
.step::before { content: counter(step, decimal-leading-zero); display: block; font-family: var(--serif); font-size: 40px; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 14px; }
.step h3 { font-size: 26px; margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--muted-dark); }
