@font-face {
  font-family: "Newsreader";
  src: url("../fonts/aspekte-newsreader.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/aspekte-newsreader-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/aspekte-manrope.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #17352b;
  --forest: #123e32;
  --forest-deep: #0c2d25;
  --sage: #9cad91;
  --sage-soft: #dfe6d8;
  --ivory: #f7f1e7;
  --sand: #e7d8c3;
  --cream: #fcf9f2;
  --gold: #aa8450;
  --line: rgba(23, 53, 43, .18);
  --shadow: 0 30px 90px rgba(19, 45, 36, .16);
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1240px;
  --pad: clamp(1.1rem, 4vw, 3rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 1rem; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .24em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #d0a866; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -8rem; padding: .75rem 1rem; background: #fff; color: var(--forest); }
.skip-link:focus { top: 1rem; }
.draft-banner { display: none; }
.footer-bottom > span:last-child { display: none; }
.container { width: min(var(--max), calc(100% - 2 * var(--pad))); margin-inline: auto; }
.narrow { width: min(790px, calc(100% - 2 * var(--pad))); margin-inline: auto; }
.kicker { margin: 0 0 1.25rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 7.7vw, 7.2rem); }
h2 { font-size: clamp(2.35rem, 5.3vw, 5rem); }
h3 { font-size: clamp(1.65rem, 2.5vw, 2.35rem); line-height: 1.08; }
p { margin: 0 0 1rem; }
.lead { max-width: 42rem; font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.65; }
.micro { margin-top: 1rem; color: rgba(23,53,43,.68); font-size: .86rem; }
.section { position: relative; padding: clamp(5rem, 11vw, 9.5rem) 0; }
.section-heading { max-width: 800px; margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.section-heading p:last-child { margin-top: 1.6rem; max-width: 650px; font-size: 1.08rem; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(247,241,231,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .3s, box-shadow .3s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 12px 35px rgba(12,45,37,.06); }
.header-inner { width: min(1380px, calc(100% - 2 * var(--pad))); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-logo { width: clamp(150px, 15vw, 205px); height: auto; max-height: 68px; object-fit: contain; mix-blend-mode: multiply; }
.site-nav ul { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.2rem); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 1px; background: var(--gold); transition: right .25s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.nav-cta, .button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: .65rem; padding: .8rem 1.3rem; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: #fff; font-weight: 700; text-decoration: none; transition: transform .25s, background .25s, box-shadow .25s; }
.nav-cta { min-height: 44px; padding: .6rem 1.05rem; }
.button::after { content: "↗"; font-size: 1rem; transition: transform .25s; }
.button:hover { transform: translateY(-2px); background: var(--forest-deep); box-shadow: 0 14px 35px rgba(18,62,50,.18); }
.button:hover::after { transform: translate(2px,-2px); }
.button.ghost { background: transparent; color: var(--forest); }
.button.light { border-color: var(--cream); background: var(--cream); color: var(--forest); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.nav-toggle span, .nav-toggle span::before { display: block; width: 20px; height: 1px; margin: auto; background: var(--forest); transition: transform .25s; content: ""; }
.nav-toggle span::before { transform: translateY(6px); }
.nav-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::before { transform: rotate(-90deg); }

.hero { min-height: min(850px, calc(100svh - 112px)); display: grid; align-items: center; position: relative; padding: clamp(4rem, 7vw, 7rem) 0 clamp(6rem, 10vw, 10rem); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: min(66vw, 900px); aspect-ratio: 1; right: -16%; top: -30%; border-radius: 48% 52% 58% 42%; background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.9), rgba(223,230,216,.58) 48%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(310px,.8fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 em { color: var(--gold); font-weight: inherit; }
.hero .lead { margin-top: 2rem; }
.portrait-stage { position: relative; z-index: 1; justify-self: end; width: min(100%, 470px); }
.portrait-stage::before { content: ""; position: absolute; inset: 7% -8% -4% 7%; border: 1px solid rgba(170,132,80,.65); border-radius: 49% 51% 46% 54% / 34% 36% 64% 66%; }
.portrait-stage::after { content: ""; position: absolute; z-index: -1; inset: -8% 10% 4% -10%; border-radius: 61% 39% 44% 56% / 43% 54% 46% 57%; background: var(--sand); }
.portrait-window { overflow: hidden; border-radius: 49% 51% 46% 54% / 34% 36% 64% 66%; box-shadow: var(--shadow); background: #d8c7af; }
.portrait-window img { width: 100%; height: clamp(480px, 58vw, 690px); object-fit: cover; object-position: 50% 18%; }
.portrait-caption { position: absolute; left: -3rem; bottom: 2rem; padding: .9rem 1.15rem; background: rgba(252,249,242,.94); box-shadow: 0 15px 45px rgba(20,42,35,.14); font-family: var(--serif); }
.scroll-cue { position: absolute; left: var(--pad); bottom: 2.25rem; display: flex; align-items: center; gap: .7rem; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left; }
.scroll-cue::before { content: ""; width: 45px; height: 1px; background: var(--gold); }

.intro-strip { position: relative; z-index: 3; margin-top: -2.2rem; padding: 2.3rem 0 1.6rem; border-radius: 50% 50% 0 0 / 2.2rem 2.2rem 0 0; background: var(--forest); color: var(--cream); }
.intro-strip .container { display: flex; justify-content: space-between; gap: 2rem; }
.intro-strip span { font-family: var(--serif); font-size: clamp(1rem, 1.7vw, 1.2rem); }
.path-story { background: var(--cream); }
.path-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); }
.path-sticky { position: sticky; top: 140px; align-self: start; }
.path-sticky p { max-width: 28rem; margin-top: 1.5rem; }
.path-panels { display: grid; gap: 14vh; padding-bottom: 8vh; }
.path-panel { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 5rem); border-radius: 180px 12px 180px 12px; background: var(--sage-soft); box-shadow: 0 25px 70px rgba(24,52,43,.08); }
.path-panel:nth-child(2) { border-radius: 12px 180px 12px 180px; background: var(--sand); }
.path-number { color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.path-panel h3 { margin: 1.2rem 0; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1rem; font-weight: 700; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .25s; }
.text-link:hover::after { transform: translateX(5px); }

.editorial-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.quote-block { position: relative; max-width: 750px; font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 4.2rem); line-height: 1.1; }
.quote-block::before { content: "“"; position: absolute; left: -.45em; top: -.3em; color: var(--sage); font-size: 2em; }
.reading p { max-width: 600px; }
.reading > p:not(.kicker) { font-size: 1.08rem; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.principle { padding: 2rem clamp(1rem,3vw,3rem); border-right: 1px solid var(--line); }
.principle:last-child { border: 0; }
.principle span { color: var(--gold); font-family: var(--serif); }
.principle h3 { margin: 2rem 0 1rem; }
.dark { background: var(--forest-deep); color: var(--cream); }
.dark .kicker { color: #d0aa74; }
.dark .micro { color: rgba(255,255,255,.65); }
.steps { counter-reset: steps; border-top: 1px solid rgba(255,255,255,.22); }
.step { counter-increment: steps; display: grid; grid-template-columns: 90px .7fr 1.3fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid rgba(255,255,255,.22); align-items: start; }
.step::before { content: "0" counter(steps); color: #d0aa74; font-family: var(--serif); }
.step p { margin: 0; color: rgba(255,255,255,.72); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.6rem 3.5rem 1.6rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.25rem,2vw,1.6rem); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .5rem; top: 1.3rem; color: var(--gold); font-family: var(--sans); font-size: 1.7rem; font-weight: 300; transition: transform .25s; }
details[open] summary::after { transform: rotate(45deg); }
details > div { max-width: 720px; padding: 0 3rem 1.7rem 0; color: rgba(23,53,43,.75); }
.cta-band { overflow: hidden; background: var(--sand); }
.cta-band::before { content: "Möglichkeiten"; position: absolute; right: -2vw; bottom: -8vw; color: rgba(255,255,255,.32); font-family: var(--serif); font-size: 15vw; line-height: 1; }
.cta-inner { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }
.cta-inner p { max-width: 650px; margin: 1.5rem 0 0; }

.page-hero { position: relative; padding: clamp(5rem,10vw,9rem) 0 clamp(6rem,12vw,11rem); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -12vw; bottom: -18vw; width: 55vw; aspect-ratio: 1; border: 1px solid rgba(170,132,80,.35); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(223,230,216,.32), 0 0 0 16vw rgba(231,216,195,.25); }
.page-hero .container, .page-hero .hero-copy { min-width: 0; }
.page-hero .hero-copy { max-width: 950px; }
.page-hero .button-row { min-width: 0; max-width: 100%; }
.page-hero .button { max-width: 100%; white-space: normal; text-align: center; }
.page-hero h1 { max-width: 1000px; }
.page-hero .lead { margin-top: 2rem; }
.chapter { display: grid; grid-template-columns: 180px 1fr; gap: clamp(2rem,7vw,7rem); padding: 3rem 0; border-top: 1px solid var(--line); }
.chapter-label { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.chapter-content { max-width: 820px; }
.chapter-content h3 { margin-bottom: 1rem; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 72px 16px 72px 16px; background: var(--line); box-shadow: 0 28px 80px rgba(24,52,43,.08); }
.duo article { padding: clamp(2rem,5vw,5rem); background: var(--cream); }
.duo article:nth-child(2) { background: var(--sage-soft); }
.duo h3 { margin-bottom: 1.5rem; }
.duo ul { padding-left: 1.2rem; }
.portrait-editorial { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,9vw,9rem); align-items: center; }
.portrait-tall { position: relative; }
.portrait-tall::before { content: ""; position: absolute; inset: 8% -8% -7% 12%; z-index: -1; background: var(--sand); border-radius: 48% 48% 12px 12px; }
.portrait-tall img { width: 100%; max-height: 720px; object-fit: cover; object-position: top center; border-radius: 48% 48% 12px 12px; box-shadow: var(--shadow); }
.credentials { display: grid; gap: 0; border-top: 1px solid var(--line); }
.credential { display: grid; grid-template-columns: 100px 1fr auto; gap: 1.5rem; align-items: baseline; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.credential time { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.credential strong { font-family: var(--serif); font-size: clamp(1.25rem,2vw,1.65rem); font-weight: 400; }
.credential span { color: rgba(23,53,43,.62); font-size: .82rem; text-align: right; }

.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.form-shell { padding: clamp(1.5rem,5vw,4.5rem); border-radius: 72px 16px 72px 16px; background: var(--cream); box-shadow: var(--shadow); }
.prototype-note { margin-bottom: 2rem; padding: 1rem; border-left: 3px solid var(--gold); background: var(--ivory); font-size: .9rem; }
.field, fieldset { margin: 0 0 1.5rem; padding: 0; border: 0; }
legend, .field-label { display: block; margin-bottom: .55rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea { width: 100%; min-height: 52px; padding: .75rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); }
textarea { min-height: 120px; resize: vertical; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.choice-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.choice-item { display: flex; align-items: center; gap: .55rem; padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.choice-item:has(input:checked) { border-color: var(--forest); background: var(--sage-soft); }
.choice-item input { width: 1rem; min-height: auto; }
.field-help { color: rgba(23,53,43,.66); font-size: .82rem; }
button[disabled] { cursor: not-allowed; opacity: .55; }
.contact-list { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-list li { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-list strong { color: var(--gold); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
@media (min-width: 641px) {
  .contact-list li:last-child { grid-template-columns: 132px minmax(0, 1fr); }
}

.site-footer { position: relative; z-index: 3; margin-top: -2.5rem; padding: 7rem 0 2rem; border-radius: 50% 50% 0 0 / 4rem 4rem 0 0; background: var(--forest-deep); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 4rem; }
.footer-brand strong { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 400; }
.footer-brand p { max-width: 440px; color: rgba(255,255,255,.66); }
.footer-title { display: block; margin-bottom: 1rem; color: #d0aa74; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: .65rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: .75rem; }

[data-reveal] { opacity: 0; transform: translateY(38px) scale(.985); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal="left"] { transform: translateX(-35px); }
[data-reveal="right"] { transform: translateX(35px); }
[data-reveal].is-visible { opacity: 1; transform: translate(0); }
.hero [data-hero] { opacity: 0; transform: translateY(24px); animation: hero-in .9s cubic-bezier(.2,.7,.2,1) forwards; }
.hero [data-hero="2"] { animation-delay: .12s; }
.hero [data-hero="3"] { animation-delay: .24s; }
.hero [data-hero="4"] { animation-delay: .38s; }
@keyframes hero-in { to { opacity: 1; transform: none; } }

/* V2.1: weichere, miteinander verbundene Abschnittsdramaturgie */
.section { isolation: isolate; }
.section > .container, .section > .narrow { position: relative; z-index: 2; }
.section:not(.dark):not(.cta-band)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 8%;
  right: -12vw;
  width: min(40vw, 560px);
  aspect-ratio: 1;
  border-radius: 43% 57% 62% 38% / 54% 42% 58% 46%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.7), rgba(223,230,216,.38) 50%, transparent 72%);
  opacity: .72;
  transform: translate3d(0, var(--flow-y, 0px), 0);
  transition: transform .12s linear;
  pointer-events: none;
}
.section:not(.dark):not(.cta-band):nth-of-type(even)::before { right: auto; left: -15vw; background: radial-gradient(circle at 60% 45%, rgba(231,216,195,.5), transparent 70%); }
.section.dark { margin-block: 2.5rem; background: radial-gradient(circle at 82% 18%, rgba(156,173,145,.16), transparent 32%), var(--forest-deep); }
.section.dark::before, .section.dark::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5%;
  width: 110%;
  height: 6rem;
  background: var(--forest-deep);
  pointer-events: none;
}
.section.dark::before { top: -3.8rem; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.section.dark::after { bottom: -3.8rem; border-radius: 0 0 50% 50% / 0 0 100% 100%; }
.path-story { background: radial-gradient(circle at 85% 20%, rgba(223,230,216,.5), transparent 28%), radial-gradient(circle at 15% 75%, rgba(231,216,195,.4), transparent 25%), var(--cream); }
.path-panel { transition: box-shadow .5s ease, border-radius .7s ease; }
.path-panel.is-visible { box-shadow: 0 32px 90px rgba(24,52,43,.12); }
.cta-band { margin-top: -2.5rem; padding-top: calc(clamp(5rem, 11vw, 9.5rem) + 2rem); border-radius: 50% 50% 0 0 / 5rem 5rem 0 0; background: linear-gradient(145deg, #eadcc8 0%, var(--sand) 48%, #dfccb0 100%); }
.scroll-progress { position: absolute; z-index: 5; left: 0; right: 0; bottom: -1px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--sage)); transform: scaleX(0); transform-origin: left center; pointer-events: none; }

@media (max-width: 1120px) {
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: grid; place-items: center; padding: 6rem 2rem 2rem; background: var(--ivory); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s, visibility .25s, transform .25s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav ul { flex-direction: column; gap: 1.6rem; }
  .site-nav a { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
  .hero-grid, .editorial-grid, .portrait-editorial, .contact-layout { grid-template-columns: minmax(0, 1fr); }
  .hero { min-height: auto; }
  .portrait-stage { width: min(85%, 430px); margin-right: 5%; }
  .path-layout { grid-template-columns: 1fr; }
  .path-sticky { position: static; }
  .path-panels { gap: 3rem; }
  .path-panel { min-height: 520px; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  [data-reveal="left"], [data-reveal="right"] { transform: translateY(30px) scale(.985); }
  .draft-banner { font-size: .56rem; letter-spacing: .08em; }
  .header-inner { min-height: 70px; }
  .brand-logo { width: 150px; max-height: 56px; }
  .hero { padding-top: 3.5rem; }
  .hero-grid { gap: 4.2rem; }
  .hero h1, .page-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .portrait-stage { width: 92%; margin: 0 auto; }
  .portrait-window img { height: 500px; }
  .portrait-caption { left: -2%; bottom: 1.2rem; font-size: .85rem; }
  .scroll-cue { display: none; }
  .intro-strip .container { flex-direction: column; gap: .35rem; }
  .path-panel { min-height: 450px; padding: 2.2rem 1.6rem; border-radius: 90px 8px 90px 8px; }
  .path-panel:nth-child(2) { border-radius: 8px 90px 8px 90px; }
  .duo, .form-shell { border-radius: 42px 10px 42px 10px; }
  .section.dark { margin-block: 1.5rem; }
  .section.dark::before, .section.dark::after { height: 3.5rem; }
  .section.dark::before { top: -2.4rem; }
  .section.dark::after { bottom: -2.4rem; }
  .cta-band { border-radius: 50% 50% 0 0 / 2.6rem 2.6rem 0 0; }
  .site-footer { border-radius: 50% 50% 0 0 / 2.6rem 2.6rem 0 0; }
  .principles { grid-template-columns: 1fr; }
  .principle { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step { grid-template-columns: 52px 1fr; gap: 1rem; }
  .step p { grid-column: 2; }
  .chapter { grid-template-columns: 1fr; gap: 1rem; }
  .duo { grid-template-columns: 1fr; }
  .credential { grid-template-columns: 60px 1fr; }
  .credential span { grid-column: 2; text-align: left; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .choice-list { flex-direction: column; align-items: stretch; }
  .contact-list li { grid-template-columns: 1fr; gap: .25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], .hero [data-hero] { opacity: 1 !important; transform: none !important; }
  .scroll-progress { display: none; }
  .section::before { transform: none !important; }
}

/* AME-78 · V2.2 Contemporary editorial motion system */
:root {
  --ink: #18352d;
  --forest: #123d32;
  --forest-deep: #092b24;
  --sage: #91a789;
  --sage-soft: #dce5d8;
  --ivory: #f6f0e6;
  --sand: #e8d8c1;
  --cream: #fcf9f2;
  --gold: #ad8752;
  --line: rgba(18, 61, 50, .17);
  --line-strong: rgba(18, 61, 50, .34);
  --shadow: 0 32px 100px rgba(9, 43, 36, .16);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-smooth: cubic-bezier(.65, 0, .35, 1);
  --max: 1320px;
}

html { scrollbar-color: var(--sage) var(--ivory); }
body {
  background-color: var(--ivory);
  background-image:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,.76), transparent 24rem),
    radial-gradient(circle at 88% 42%, rgba(220,229,216,.42), transparent 32rem),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, .quote-block, .footer-brand strong {
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 56, "wght" 420;
}
h1 { font-size: clamp(4rem, 8.3vw, 8.9rem); line-height: .86; letter-spacing: -.058em; }
h2 { font-size: clamp(3rem, 6vw, 6.4rem); line-height: .91; letter-spacing: -.05em; }
h3 { letter-spacing: -.038em; }
.lead { font-size: clamp(1.06rem, 1.45vw, 1.28rem); line-height: 1.66; }
.kicker { letter-spacing: .24em; }
.micro { line-height: 1.55; }

.draft-banner {
  position: relative;
  z-index: 55;
  padding: .27rem 1rem .25rem;
  background: linear-gradient(90deg, #092b24, #17493b 48%, #092b24);
  color: rgba(255,255,255,.72);
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.site-header {
  view-transition-name: site-header;
  background: rgba(246,240,230,.86);
  border-bottom: 1px solid rgba(18,61,50,.08);
  backdrop-filter: saturate(125%) blur(22px);
  -webkit-backdrop-filter: saturate(125%) blur(22px);
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled { background: rgba(252,249,242,.94); box-shadow: 0 18px 55px rgba(9,43,36,.08); }
.header-inner { min-height: 78px; }
.brand {
  view-transition-name: brand-mark;
  position: relative;
  z-index: 62;
  padding: .35rem .7rem .3rem;
  border: 1px solid rgba(18,61,50,.1);
  border-radius: 3px;
  background: rgba(255,255,255,.64);
}
.brand-logo { width: clamp(156px, 14vw, 194px); max-height: 56px; }
.site-nav ul {
  gap: clamp(.2rem, .55vw, .7rem);
  padding: .36rem .4rem .36rem 1.15rem;
  border: 1px solid rgba(18,61,50,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.36);
}
.site-nav a:not(.nav-cta) { padding: .65rem clamp(.48rem, .85vw, .85rem); }
.site-nav a:not(.nav-cta)::after { left: .55rem; right: calc(100% - .55rem); bottom: .3rem; }
.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta)[aria-current="page"]::after { right: .55rem; }

main { view-transition-name: page-content; }
@view-transition { navigation: auto; }
::view-transition-old(page-content) { animation: v22-page-out .18s ease both; }
::view-transition-new(page-content) { animation: v22-page-in .44s var(--ease-out) both; }
::view-transition-old(site-header),
::view-transition-new(site-header),
::view-transition-old(brand-mark),
::view-transition-new(brand-mark) { animation-duration: .26s; }
@keyframes v22-page-out { to { opacity: .74; transform: translateY(-4px); } }
@keyframes v22-page-in { from { opacity: .72; transform: translateY(8px); } }

.nav-cta, .button {
  --mag-x: 0px;
  --mag-y: 0px;
  --light-x: 50%;
  --light-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(9,43,36,.78);
  border-radius: 4px 18px 4px 18px;
  background:
    radial-gradient(circle at var(--light-x) var(--light-y), rgba(255,255,255,.22), transparent 38%),
    var(--forest);
  box-shadow: 0 1px 0 rgba(255,255,255,.12) inset;
  transform: translate3d(var(--mag-x), var(--mag-y), 0);
  transition: transform .32s var(--ease-out), background-color .28s, border-radius .32s var(--ease-out), box-shadow .32s;
}
.nav-cta:hover, .button:hover {
  border-radius: 18px 4px 18px 4px;
  transform: translate3d(var(--mag-x), calc(var(--mag-y) - 2px), 0);
}
.button.ghost { background: rgba(252,249,242,.28); color: var(--forest); }
.button.light { background: var(--cream); color: var(--forest); }
.button.ghost.light { border-color: rgba(252,249,242,.58); background: rgba(252,249,242,.06); color: var(--cream); }

.hero {
  min-height: min(930px, calc(100svh - 104px));
  isolation: isolate;
  padding: clamp(4.5rem, 7vw, 7.5rem) 0 clamp(7.5rem, 11vw, 11rem);
  background:
    linear-gradient(112deg, rgba(255,255,255,.62), transparent 43%),
    radial-gradient(circle at var(--pointer-x, 72%) var(--pointer-y, 25%), rgba(208,170,116,.16), transparent 24rem),
    linear-gradient(155deg, #f8f3ea 0%, #f0eadf 58%, #dce5d8 142%);
}
.hero::before {
  z-index: -1;
  top: -26%;
  right: -10%;
  width: min(64vw, 920px);
  border: 1px solid rgba(173,135,82,.26);
  border-radius: 52% 48% 46% 54% / 62% 45% 55% 38%;
  background: radial-gradient(circle at 39% 42%, rgba(255,255,255,.86), rgba(220,229,216,.44) 48%, transparent 70%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% 5% auto auto;
  width: min(34vw, 520px);
  height: 62%;
  border-right: 1px solid rgba(173,135,82,.26);
  border-bottom: 1px solid rgba(173,135,82,.16);
  transform: skewY(-7deg);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  min-height: 650px;
  gap: 1rem;
}
.hero .hero-copy {
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: center;
  width: min(66%, 850px);
  padding: 2rem 0 4rem;
}
.hero h1 { max-width: 850px; font-size: clamp(5rem, 8.8vw, 9.6rem); }
.hero h1 em { display: inline-block; color: var(--gold); font-variation-settings: "opsz" 72, "wght" 330; }
.hero .lead { max-width: 39rem; }
.portrait-stage {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  width: min(43vw, 535px);
  margin-right: clamp(0rem, 2vw, 2rem);
}
.portrait-window { border-radius: 48% 48% 8px 8px / 28% 28% 8px 8px; box-shadow: 0 35px 110px rgba(9,43,36,.2); }
.portrait-stage::before { inset: 5% -5% -3% 10%; border-radius: 48% 48% 6px 6px / 28% 28% 6px 6px; }
.portrait-stage::after { inset: 17% 13% -8% -13%; border-radius: 3px; background: linear-gradient(150deg, var(--sand), #d8c3a5); }
.portrait-window img { height: clamp(540px, 59vw, 740px); }
.portrait-caption {
  left: -2.7rem;
  bottom: 1.7rem;
  padding: .76rem 1rem;
  border: 1px solid rgba(18,61,50,.11);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero [data-hero], main > :first-child [data-reveal] {
  opacity: 1;
  transform: none;
}
.hero [data-hero] { animation: v22-hero-in .82s var(--ease-out) both; }
.hero [data-hero="2"] { animation-delay: .07s; }
.hero [data-hero="3"] { animation-delay: .14s; }
.hero [data-hero="4"] { animation-delay: .21s; }
@keyframes v22-hero-in { from { opacity: .42; transform: translateY(16px); } }

.intro-strip {
  margin-top: 0;
  padding: 1rem 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
  background: rgba(252,249,242,.78);
  color: var(--forest);
}
.intro-strip span { display: flex; align-items: center; gap: .75rem; font-family: var(--sans); font-size: .78rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.intro-strip span::before { content: ""; width: 1.8rem; height: 1px; background: var(--gold); }

.section { padding: clamp(6rem, 11vw, 10.5rem) 0; }
.section:not(.dark):not(.cta-band)::before {
  top: 13%;
  right: clamp(1rem, 5vw, 5rem);
  width: 1px;
  height: min(72%, 680px);
  border-radius: 0;
  background: linear-gradient(transparent, rgba(173,135,82,.38), transparent);
  opacity: .72;
}
.section:not(.dark):not(.cta-band):nth-of-type(even)::before { left: clamp(1rem, 5vw, 5rem); right: auto; background: linear-gradient(transparent, rgba(145,167,137,.48), transparent); }
.section-heading { position: relative; max-width: 900px; }
.section-heading::after {
  content: "";
  display: block;
  width: min(12rem, 32vw);
  height: 1px;
  margin-top: 2.2rem;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform-origin: left;
}
.path-story {
  background:
    linear-gradient(90deg, rgba(18,61,50,.025) 1px, transparent 1px) 0 0 / min(9vw, 120px) 100%,
    radial-gradient(circle at 84% 17%, rgba(220,229,216,.72), transparent 28rem),
    var(--cream);
}
.path-layout { grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(3rem, 9vw, 10rem); }
.path-sticky { top: 150px; }
.path-panels { gap: clamp(5rem, 12vh, 9rem); }
.path-panel {
  position: relative;
  min-height: 64vh;
  overflow: hidden;
  border: 1px solid rgba(18,61,50,.1);
  border-radius: 5rem 5rem .45rem .45rem;
  background:
    radial-gradient(circle at var(--pointer-x, 80%) var(--pointer-y, 12%), rgba(255,255,255,.72), transparent 19rem),
    linear-gradient(155deg, #e8eee5, var(--sage-soft));
  box-shadow: 0 32px 100px rgba(9,43,36,.1);
}
.path-panel::before {
  content: "";
  position: absolute;
  inset: 1.4rem 1.4rem auto;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent 66%);
}
.path-panel:nth-child(2) {
  margin-left: clamp(-3rem, -4vw, -1rem);
  border-radius: .45rem .45rem 5rem 5rem;
  background:
    radial-gradient(circle at var(--pointer-x, 20%) var(--pointer-y, 18%), rgba(255,255,255,.6), transparent 18rem),
    linear-gradient(145deg, #eedfca, var(--sand));
}
.path-panel h3 { font-size: clamp(3.2rem, 6vw, 6.2rem); }

.editorial-grid { gap: clamp(3.5rem, 10vw, 10rem); }
.quote-block { font-size: clamp(2.7rem, 5.2vw, 5.4rem); line-height: .98; }
.quote-block::before { color: rgba(145,167,137,.54); }
.duo, .form-shell {
  border: 1px solid rgba(18,61,50,.1);
  border-radius: 2.6rem .35rem 2.6rem .35rem;
  box-shadow: 0 34px 105px rgba(9,43,36,.11);
}
.duo article { background: rgba(252,249,242,.9); }
.principles { border-color: var(--line-strong); }
.principle { position: relative; padding-top: 2.7rem; }
.principle::before { content: ""; position: absolute; top: -1px; left: 0; width: 36%; height: 2px; background: var(--gold); transform: scaleX(.24); transform-origin: left; transition: transform .7s var(--ease-out); }
.principle.is-visible::before { transform: scaleX(1); }

.section.dark {
  margin-block: 0;
  background:
    linear-gradient(108deg, transparent 0 62%, rgba(145,167,137,.075) 62% 63%, transparent 63%),
    radial-gradient(circle at var(--pointer-x, 82%) var(--pointer-y, 18%), rgba(145,167,137,.18), transparent 30rem),
    var(--forest-deep);
}
.section.dark::before, .section.dark::after {
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(208,170,116,.38), transparent);
}
.section.dark::before { top: 0; }
.section.dark::after { bottom: 0; }
.step { grid-template-columns: 96px minmax(220px,.7fr) minmax(0,1.3fr); padding: 2.7rem 0; transition: padding-left .4s var(--ease-out), background .4s; }
.step:hover { padding-left: 1rem; background: rgba(255,255,255,.025); }

.page-hero {
  min-height: min(730px, calc(100svh - 104px));
  display: grid;
  align-items: center;
  isolation: isolate;
  padding: clamp(6rem, 10vw, 10rem) 0;
  background:
    radial-gradient(circle at var(--pointer-x, 74%) var(--pointer-y, 24%), rgba(173,135,82,.17), transparent 24rem),
    linear-gradient(150deg, #faf6ee, #ede6d9);
}
.page-hero.dark {
  background:
    radial-gradient(circle at var(--pointer-x, 78%) var(--pointer-y, 20%), rgba(145,167,137,.22), transparent 28rem),
    linear-gradient(135deg, #092b24 0%, #123d32 68%, #1b4d3f 100%);
}
.page-hero::after {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: auto;
  width: min(43vw, 680px);
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(173,135,82,.26);
  border-radius: 0;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(220,229,216,.42) 38% 39%, transparent 39%),
    linear-gradient(160deg, rgba(255,255,255,.2), transparent 70%);
  box-shadow: none;
  clip-path: polygon(27% 0,100% 0,100% 100%,0 100%);
}
.page-hero.dark::after { background: linear-gradient(115deg, transparent 0 38%, rgba(208,170,116,.16) 38% 39%, transparent 39%); }
.page-hero .hero-copy { position: relative; z-index: 2; max-width: 1060px; }
.page-hero h1 { max-width: 1050px; font-size: clamp(4.6rem, 9vw, 9.5rem); }
.chapter { grid-template-columns: minmax(130px, 180px) minmax(0,1fr); padding: 3.3rem 0; }
.chapter:hover { border-top-color: var(--gold); }

.portrait-editorial { grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); }
.portrait-tall::before { border-radius: 16rem 16rem .35rem .35rem; }
.portrait-tall img { border-radius: 16rem 16rem .35rem .35rem; }
.credential { grid-template-columns: 110px 1fr minmax(150px, auto); padding: 1.8rem 0; transition: padding-left .35s var(--ease-out), border-color .35s; }
.credential:hover { padding-left: .7rem; border-color: var(--gold); }

.cta-band {
  margin-top: 0;
  padding-top: clamp(7rem, 13vw, 12rem);
  border-top: 1px solid rgba(173,135,82,.28);
  border-radius: 46% 46% 0 0 / 2.3rem 2.3rem 0 0;
  background:
    radial-gradient(circle at var(--pointer-x, 82%) var(--pointer-y, 18%), rgba(255,255,255,.42), transparent 25rem),
    linear-gradient(135deg, #ecdfcc, #dfccb1 58%, #d9c4a5);
}
.cta-band::before { right: -1vw; bottom: -4vw; color: rgba(255,255,255,.26); font-size: 13vw; }
.cta-inner { align-items: center; }

.form-shell {
  background:
    radial-gradient(circle at var(--pointer-x, 84%) var(--pointer-y, 8%), rgba(220,229,216,.7), transparent 18rem),
    rgba(252,249,242,.92);
}
.prototype-note { border-left-width: 2px; background: rgba(246,240,230,.72); }
input, select, textarea { transition: border-color .25s, background .25s, padding-left .25s; }
input:focus, select:focus, textarea:focus { padding-left: .5rem; border-color: var(--gold); background: rgba(255,255,255,.42); outline: 0; }
.choice-item { min-height: 46px; background: rgba(255,255,255,.28); transition: background .25s, border-color .25s, transform .25s; }
.choice-item:hover { border-color: var(--gold); transform: translateY(-1px); }

details { transition: background .3s; }
details[open] { background: rgba(255,255,255,.28); }
summary { transition: padding-left .3s var(--ease-out), color .3s; }
summary:hover { padding-left: .6rem; color: var(--forest-deep); }
details > div { animation: v22-faq-open .36s var(--ease-out); }
@keyframes v22-faq-open { from { opacity: .45; transform: translateY(-7px); } }

.site-footer {
  margin-top: 0;
  padding-top: 8rem;
  border-top: 1px solid rgba(208,170,116,.24);
  border-radius: 46% 46% 0 0 / 2.5rem 2.5rem 0 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / min(9vw, 120px) 100%,
    var(--forest-deep);
}
.footer-brand strong { font-size: clamp(2.3rem, 4vw, 4.2rem); letter-spacing: -.05em; }

.pointer-surface { --pointer-x: 50%; --pointer-y: 50%; }
.menu-open { overflow: hidden; }
.mobile-flow-cta { display: none; }

@supports (background: color-mix(in srgb, white, black)) {
  .site-header { background: color-mix(in srgb, var(--ivory) 86%, transparent); }
  .site-header.scrolled { background: color-mix(in srgb, var(--cream) 94%, transparent); }
  .choice-item:has(input:checked) { background: color-mix(in srgb, var(--sage-soft) 84%, white); }
}

@supports (content-visibility: auto) {
  main > .section:not(:first-child) {
    content-visibility: auto;
    contain-intrinsic-size: auto 860px;
  }
}

/* CD00-AME-WEBSITE-DIRECTION-IMPLEMENT-20260724-A
   Local-only Rauchfrei direction candidate. */
.rauchfrei-direction-hero {
  min-height: min(790px, calc(100svh - 82px));
  background:
    radial-gradient(circle at 79% 23%, rgba(170,132,80,.18), transparent 21rem),
    radial-gradient(circle at 20% 88%, rgba(156,173,145,.28), transparent 28rem),
    linear-gradient(135deg, #fcf8ef 0%, #f1e8da 56%, #dfe8dc 125%);
}
.rauchfrei-direction-hero::after {
  right: -18vw;
  bottom: -24vw;
  width: min(58vw, 780px);
  border-color: rgba(170,132,80,.24);
  box-shadow: 0 0 0 7vw rgba(223,230,216,.22), 0 0 0 14vw rgba(231,216,195,.18);
}
.rauchfrei-direction-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, .74fr);
  gap: clamp(3rem, 8vw, 8.5rem);
  align-items: center;
}
.rauchfrei-direction-copy { min-width: 0; max-width: 760px; }
.rauchfrei-direction-copy h1 {
  max-width: 720px;
  font-size: clamp(4.5rem, 9.5vw, 9.2rem);
  line-height: .86;
  letter-spacing: -.065em;
}
.rauchfrei-direction-copy .lead { max-width: 36rem; margin-top: 2rem; }
.rauchfrei-direction-copy .button-row { margin-top: 2rem; }
.rauchfrei-direction-copy .button.ghost { background: rgba(252,249,242,.48); }
.rauchfrei-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  max-width: 640px;
  margin: clamp(2.1rem, 4vw, 3rem) 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(23,53,43,.22);
}
.rauchfrei-facts div { min-width: 0; }
.rauchfrei-facts dt {
  margin-bottom: .25rem;
  color: rgba(23,53,43,.65);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rauchfrei-facts dd {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.05;
}
.rauchfrei-portrait-stage {
  position: relative;
  width: min(100%, 460px);
  margin: 0;
  justify-self: end;
}
.rauchfrei-portrait-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 9% -9% -5% 10%;
  border: 1px solid rgba(170,132,80,.72);
  border-radius: 50% 50% 43% 57% / 34% 34% 66% 66%;
}
.rauchfrei-portrait-stage::after {
  content: "";
  position: absolute;
  z-index: -3;
  inset: -5% 8% 3% -10%;
  border-radius: 55% 45% 48% 52% / 43% 42% 58% 57%;
  background: linear-gradient(160deg, var(--sage-soft), var(--sand));
}
.rauchfrei-portrait-window {
  min-height: clamp(490px, 55vw, 690px);
  overflow: hidden;
  border-radius: 50% 50% 43% 57% / 34% 34% 66% 66%;
  background: linear-gradient(158deg, #e6d6c2, #cbd8ca);
  box-shadow: var(--shadow);
}
.rauchfrei-portrait-window img {
  width: 100%;
  height: clamp(490px, 55vw, 690px);
  object-fit: cover;
  object-position: 50% 12%;
}
.rauchfrei-portrait-stage figcaption {
  position: absolute;
  left: -2.4rem;
  bottom: 1.75rem;
  margin: 0;
  padding: .85rem 1rem;
  background: rgba(252,249,242,.94);
  box-shadow: 0 14px 35px rgba(18,61,50,.13);
  font-family: var(--serif);
  font-size: 1.05rem;
}
.rauchfrei-trust { padding-bottom: clamp(5.5rem, 12vw, 10rem); }
.rauchfrei-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .75fr);
  gap: clamp(3rem, 10vw, 11rem);
  align-items: start;
}
.rauchfrei-trust .section-heading { margin-bottom: 0; }
.rauchfrei-trust .reading { padding-top: .7rem; }
.rauchfrei-package { margin-block: 0; }
.rauchfrei-package::before, .rauchfrei-package::after { display: none; }
.rauchfrei-package .section-heading { max-width: 850px; }
.rauchfrei-package-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.24);
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.rauchfrei-package-facts p {
  min-height: 12rem;
  margin: 0;
  padding: 2rem clamp(1.1rem, 3vw, 3rem);
  border-right: 1px solid rgba(255,255,255,.24);
}
.rauchfrei-package-facts p:last-child { border-right: 0; }
.rauchfrei-package-facts strong,
.rauchfrei-package-facts span { display: block; }
.rauchfrei-package-facts strong {
  color: #f1dfc4;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: .95;
}
.rauchfrei-package-facts span { margin-top: 1.3rem; color: rgba(255,255,255,.7); }
.rauchfrei-process-direction { background: var(--cream); }
.rauchfrei-process-direction::before { display: none; }
.rauchfrei-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.rauchfrei-timeline li {
  display: grid;
  grid-template-columns: minmax(4rem, .22fr) minmax(0, .72fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  padding: clamp(1.9rem, 4vw, 3.4rem) 0;
  border-bottom: 1px solid var(--line);
}
.rauchfrei-timeline li > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.25rem;
}
.rauchfrei-timeline h3 { margin: 0; }
.rauchfrei-timeline p { max-width: 580px; margin: 0; color: rgba(23,53,43,.78); }
.rauchfrei-faq-section { padding-top: clamp(5rem, 12vw, 10rem); }
.rauchfrei-faq-section::before { display: none; }
.rauchfrei-final-cta { margin-top: 0; }
.rauchfrei-final-cta .final-boundary { position: relative; z-index: 1; }

@media (max-width: 1120px) {
  .rauchfrei-direction-grid,
  .rauchfrei-trust-grid { grid-template-columns: minmax(0, 1fr); }
  .rauchfrei-portrait-stage { width: min(82%, 560px); justify-self: start; margin-top: 1.5rem; }
  .rauchfrei-package-facts p { min-height: 10rem; }
}

@media (max-width: 640px) {
  .rauchfrei-direction-hero { padding-top: 4.25rem; padding-bottom: 6rem; }
  .rauchfrei-direction-copy h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .rauchfrei-direction-copy .button-row { display: grid; grid-template-columns: minmax(0, 1fr); }
  .rauchfrei-direction-copy .button { width: 100%; }
  .rauchfrei-facts { gap: .65rem; }
  .rauchfrei-facts dt { font-size: .56rem; letter-spacing: .08em; }
  .rauchfrei-facts dd { font-size: clamp(1.15rem, 6vw, 1.55rem); }
  .rauchfrei-portrait-stage { width: min(92%, 430px); }
  .rauchfrei-portrait-window,
  .rauchfrei-portrait-window img { height: min(126vw, 590px); min-height: 0; }
  .rauchfrei-portrait-stage figcaption { left: -.8rem; bottom: 1rem; font-size: .95rem; }
  .rauchfrei-package-facts { grid-template-columns: minmax(0, 1fr); }
  .rauchfrei-package-facts p { min-height: 0; padding: 1.45rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .rauchfrei-package-facts p:last-child { border-bottom: 0; }
  .rauchfrei-package-facts strong { font-size: 2.35rem; }
  .rauchfrei-package-facts span { margin-top: .5rem; }
  .rauchfrei-timeline li { grid-template-columns: 2.8rem minmax(0, 1fr); gap: 1rem; }
  .rauchfrei-timeline li > div { grid-column: 2; }
  .rauchfrei-timeline li h3 { margin-bottom: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .rauchfrei-direction-hero *, .rauchfrei-trust *, .rauchfrei-package *, .rauchfrei-process-direction *, .rauchfrei-faq-section *, .rauchfrei-final-cta * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-contrast: more) {
  .rauchfrei-facts, .rauchfrei-timeline, .rauchfrei-package-facts { border-color: currentColor; }
  .rauchfrei-portrait-stage::before { border-width: 2px; }
}

@supports (animation-timeline: view()) {
  main > .section:not(:first-child) [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    animation-name: v22-view-reveal;
    animation-duration: 1ms;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-timeline: view();
    animation-range: entry 0% cover 34%;
  }
  .path-panel[data-reveal] { animation-name: v22-panel-reveal; animation-range: entry -4% cover 42%; }
  .section-heading::after {
    animation: v22-line-grow 1ms linear both;
    animation-timeline: view();
    animation-range: entry 18% cover 38%;
  }
  @keyframes v22-view-reveal {
    from { opacity: .38; transform: translateY(28px) scale(.988); }
    to { opacity: 1; transform: none; }
  }
  @keyframes v22-panel-reveal {
    from { opacity: .44; transform: translateY(42px) rotate(.35deg); }
    to { opacity: 1; transform: none; }
  }
  @keyframes v22-line-grow { from { transform: scaleX(.08); } to { transform: scaleX(1); } }
}

@supports (animation-timeline: scroll()) {
  .scroll-progress {
    transform: none;
    animation: v22-scroll-progress 1ms linear both;
    animation-timeline: scroll(root block);
  }
  @keyframes v22-scroll-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
}

@media (hover: hover) and (pointer: fine) {
  .nav-cta, .button { will-change: transform; }
  .text-link:hover { color: var(--forest-deep); }
  .pointer-surface { transition: background-position .12s linear; }
}

@media (max-width: 1100px) {
  .hero .hero-copy { width: min(68%, 760px); }
  .hero h1 { font-size: clamp(4.4rem, 8.7vw, 7.4rem); }
  .site-nav ul { padding-left: .5rem; }
  .site-nav a:not(.nav-cta) { padding-inline: .42rem; font-size: .76rem; }
}

@media (max-width: 1120px) {
  .header-inner { min-height: 72px; }
  .nav-toggle { z-index: 63; border-color: var(--line-strong); background: rgba(252,249,242,.72); }
  .site-nav {
    z-index: 60;
    place-items: stretch;
    align-content: center;
    padding: max(7rem, calc(env(safe-area-inset-top) + 6rem)) var(--pad) max(3rem, env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 84% 18%, rgba(145,167,137,.38), transparent 24rem),
      linear-gradient(145deg, #f9f4eb, #ece4d7);
    clip-path: inset(0 0 100% 0);
    transform: none;
    transition: opacity .35s, visibility .35s, clip-path .58s var(--ease-out);
  }
  .site-nav::before {
    content: "Möglichkeiten entdecken";
    position: absolute;
    left: var(--pad);
    bottom: max(2rem, env(safe-area-inset-bottom));
    color: rgba(18,61,50,.52);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .site-nav.open { clip-path: inset(0); }
  .site-nav ul { counter-reset: nav; align-items: stretch; gap: .2rem; padding: 0; border: 0; border-radius: 0; background: transparent; }
  .site-nav li { counter-increment: nav; border-bottom: 1px solid var(--line); }
  .site-nav li::before { content: "0" counter(nav); position: absolute; margin-top: 1.15rem; color: var(--gold); font-size: .62rem; letter-spacing: .1em; }
  .site-nav a, .site-nav a:not(.nav-cta) {
    display: flex;
    min-height: 62px;
    align-items: center;
    padding: .7rem 0 .7rem 2.5rem;
    font-size: clamp(1.65rem, 6vw, 2.6rem);
  }
  .site-nav .nav-cta { justify-content: flex-start; margin-top: 1rem; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: var(--forest); }
  .site-nav .nav-cta::after { color: var(--gold); }
  body.menu-open .brand { background: rgba(255,255,255,.82); }
  body.menu-open .site-header {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero { min-height: auto; padding-top: clamp(4rem, 10vw, 6rem); }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 5rem; }
  .hero .hero-copy { grid-column: 1; grid-row: 1; width: 100%; padding: 0; }
  .hero h1 { font-size: clamp(4.35rem, 14vw, 7.2rem); }
  .portrait-stage { grid-column: 1; grid-row: 2; width: min(82%, 480px); margin-right: 4%; }
  .hero::after { display: none; }
  .path-layout { grid-template-columns: 1fr; }
  .path-panel:nth-child(2) { margin-left: 0; }
  .portrait-editorial { grid-template-columns: 1fr; }
  .page-hero { min-height: min(680px, calc(100svh - 95px)); }

  .mobile-flow-cta {
    position: static;
    display: flex;
    width: min(var(--max), calc(100% - 2 * var(--pad)));
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin: clamp(2.5rem, 8vw, 4.5rem) auto max(3rem, env(safe-area-inset-bottom));
    padding: .82rem 1rem;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 4px 18px 4px 18px;
    background: rgba(9,43,36,.95);
    color: #fff;
    box-shadow: 0 20px 55px rgba(9,43,36,.24);
    text-decoration: none;
  }
  .mobile-flow-cta::after { content: "→"; color: #d0aa74; font-size: 1.2rem; }
}

@media (max-width: 640px) {
  .draft-banner { padding-block: .22rem; font-size: .5rem; }
  .brand { padding: .25rem .45rem; }
  .brand-logo { width: 143px; max-height: 50px; }
  .hero { padding-bottom: 7.5rem; }
  .hero h1, .page-hero h1 { font-size: clamp(3.65rem, 17.2vw, 5.55rem); line-height: .86; }
  .hero .lead { margin-top: 1.6rem; }
  .portrait-stage { width: 91%; margin: 0 auto; }
  .portrait-window img { height: min(132vw, 560px); }
  .portrait-caption { left: -.3rem; max-width: 82%; font-size: .62rem; }
  .intro-strip .container { gap: .55rem; }
  .intro-strip span { font-size: .68rem; }
  .section { padding-block: clamp(5.3rem, 20vw, 7.2rem); }
  .section:not(.dark):not(.cta-band)::before { right: .75rem; }
  .section:not(.dark):not(.cta-band):nth-of-type(even)::before { left: .75rem; }
  .section-heading { margin-bottom: 3.2rem; }
  .path-panel { min-height: 470px; padding: 3rem 1.4rem; border-radius: 3.6rem 3.6rem .35rem .35rem; }
  .path-panel:nth-child(2) { border-radius: .35rem .35rem 3.6rem 3.6rem; }
  .path-panel h3 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .quote-block { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .duo, .form-shell { border-radius: 2rem .3rem 2rem .3rem; }
  .step { grid-template-columns: 46px 1fr; padding-block: 2.2rem; }
  .step:hover { padding-left: 0; }
  .page-hero { min-height: 570px; padding-block: 5rem 6rem; }
  .page-hero::after { width: 72vw; opacity: .58; }
  .chapter { grid-template-columns: 1fr; }
  .credential { grid-template-columns: minmax(3rem, 60px) minmax(0, 1fr); gap: 1rem; }
  .credential strong, .credential span { min-width: 0; }
  .credential span { grid-column: 2; text-align: left; }
  .cta-band, .site-footer { border-radius: 46% 46% 0 0 / 1.7rem 1.7rem 0 0; }
  .mobile-flow-cta {
    min-height: 50px;
    padding: .72rem .9rem;
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: -.01em;
  }
}

@media (max-width: 359px) {
  .container, .narrow { width: min(100% - 2rem, var(--max)); }
  .hero h1, .page-hero h1 { font-size: 3.45rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; padding-inline: .9rem; font-size: .82rem; }
  .mobile-flow-cta { padding-inline: .85rem; }
}

@media (pointer: coarse) {
  .nav-cta, .button, summary, .text-link, .choice-item { min-height: 48px; }
  .nav-cta, .button { --mag-x: 0px !important; --mag-y: 0px !important; }
}

@media (prefers-reduced-transparency: reduce) {
  body { background-image: none; }
  .site-header, .site-header.scrolled, .brand, .site-nav ul, .prototype-note { background: var(--cream); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .mobile-flow-cta { background: var(--forest-deep); }
  .path-panel, .form-shell { background: var(--cream); }
}

@media (prefers-contrast: more) {
  :root { --ink: #09261f; --forest: #062d24; --forest-deep: #031e18; --gold: #815a27; --line: rgba(3,30,24,.52); --line-strong: rgba(3,30,24,.72); }
  body { background-image: none; }
  .micro, .field-help, details > div, .footer-brand p, .footer-bottom { color: currentColor; }
  .button, .nav-cta, .choice-item, .form-shell, .duo { border-width: 2px; }
  :focus-visible { outline-width: 4px; outline-color: #b36d00; }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(page-content),
  ::view-transition-new(page-content),
  ::view-transition-old(site-header),
  ::view-transition-new(site-header),
  ::view-transition-old(brand-mark),
  ::view-transition-new(brand-mark) { animation: none !important; }
  [data-reveal], .hero [data-hero], .path-panel, details > div, .section-heading::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .site-nav { transition: none; }
  .nav-cta, .button { --mag-x: 0px !important; --mag-y: 0px !important; transform: none !important; }
}

/* Reproduzierbarer, nur auf localhost per JS aktivierbarer QA-Spiegel des Ruhemodus. */
html.qa-reduced-motion { scroll-behavior: auto; }
html.qa-reduced-motion *,
html.qa-reduced-motion *::before,
html.qa-reduced-motion *::after {
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
}
html.qa-reduced-motion [data-reveal],
html.qa-reduced-motion .hero [data-hero],
html.qa-reduced-motion .path-panel,
html.qa-reduced-motion details > div,
html.qa-reduced-motion .section-heading::after {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}
html.qa-reduced-motion .scroll-progress { display: none; }
html.qa-reduced-motion .site-nav { transition: none; }
html.qa-reduced-motion .nav-cta,
html.qa-reduced-motion .button {
  --mag-x: 0px !important;
  --mag-y: 0px !important;
  transform: none !important;
}
html.qa-reduced-motion::view-transition-old(page-content),
html.qa-reduced-motion::view-transition-new(page-content),
html.qa-reduced-motion::view-transition-old(site-header),
html.qa-reduced-motion::view-transition-new(site-header) { animation: none !important; }

/* AME-79 · Redaktionelle Themenreise und sichtbare Gesundheitsgrenze */
.topics-section {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,61,50,.035) 1px, transparent 1px) 0 0 / min(11vw, 150px) 100%,
    radial-gradient(circle at 86% 14%, rgba(220,229,216,.82), transparent 30rem),
    var(--cream);
}
.topics-intro {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(280px,.68fr);
  gap: clamp(3rem, 10vw, 10rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}
.topics-intro .section-heading { margin-bottom: 0; }
.topic-stream { position: relative; border-top: 1px solid var(--line-strong); }
.topic-stream::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(5.8rem, 11vw, 10rem);
  width: 1px;
  background: linear-gradient(var(--gold), var(--sage), transparent);
}
.topic-chapter {
  position: relative;
  display: grid;
  grid-template-columns: clamp(6.5rem, 14vw, 13rem) minmax(0, 1fr);
  gap: clamp(1.4rem, 5vw, 5rem);
  padding: clamp(3.4rem, 7vw, 6.5rem) 0;
  border-bottom: 1px solid var(--line);
}
.topic-chapter > div { max-width: 900px; }
.topic-chapter:nth-child(even) > div { margin-left: clamp(0rem, 7vw, 7rem); }
.topic-index {
  position: relative;
  z-index: 2;
  align-self: start;
  color: rgba(173,135,82,.76);
  font-family: var(--serif);
  font-size: clamp(3.8rem, 8vw, 8rem);
  font-variation-settings: "opsz" 72, "wght" 300;
  line-height: .78;
  letter-spacing: -.08em;
}
.topic-chapter h3 { max-width: 850px; margin-bottom: 1.45rem; font-size: clamp(2.7rem, 5vw, 5.3rem); line-height: .94; }
.topic-chapter p:not(.kicker):not(.topic-line) { max-width: 690px; }
.topic-line {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin: 1.3rem 0 0;
  color: var(--forest-deep);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 750;
}
.topic-line::before { content: ""; width: 2.8rem; height: 1px; background: var(--gold); }
.topics-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding-top: 2rem;
}
.topics-cta span { color: rgba(23,53,43,.64); font-size: .82rem; }

.health-boundary {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.56), transparent 25rem),
    linear-gradient(142deg, #eee2d2, #e3d2ba 58%, #d9c5a9);
}
.health-boundary-grid {
  display: grid;
  grid-template-columns: minmax(270px,.7fr) minmax(0,1.3fr);
  gap: clamp(3rem, 9vw, 9rem);
}
.health-boundary-grid > *, .health-boundary .section-heading, .boundary-list { min-width: 0; }
.health-boundary .section-heading { position: sticky; top: 9rem; align-self: start; margin-bottom: 0; }
.health-boundary .section-heading p:last-child { max-width: 540px; }
.boundary-list { border-top: 1px solid var(--line-strong); }
.boundary-list article {
  display: grid;
  grid-template-columns: minmax(180px,.62fr) minmax(0,1.38fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  padding: clamp(2.1rem, 4vw, 3.5rem) 0;
  border-bottom: 1px solid var(--line-strong);
}
.boundary-term {
  margin: 0;
  color: var(--forest-deep);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-variation-settings: "opsz" 36, "wght" 480;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.boundary-list p { margin: 0; }
.boundary-conclusion {
  grid-column: 2;
  max-width: 780px;
  margin: 0;
  padding: 1.5rem 0 0;
  font-size: .9rem;
  font-weight: 620;
}

@media (max-width: 1120px) {
  .topics-intro, .health-boundary-grid { grid-template-columns: minmax(0, 1fr); }
  .health-boundary .section-heading { position: static; }
  .boundary-conclusion { grid-column: 1; }
}

@media (max-width: 640px) {
  .topic-stream::before { left: 2.4rem; }
  .topic-chapter { grid-template-columns: 4.8rem minmax(0,1fr); gap: 1rem; padding-block: 3.2rem; }
  .topic-chapter:nth-child(even) > div { margin-left: 0; }
  .topic-index { font-size: 3.8rem; }
  .topic-chapter h3 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .topic-line { align-items: flex-start; }
  .topic-line::before { flex: 0 0 1.4rem; margin-top: .75rem; }
  .topics-cta { align-items: flex-start; flex-direction: column; }
  .boundary-list article { grid-template-columns: minmax(0, 1fr); gap: .8rem; }
}

@media (max-width: 359px) {
  .topic-stream::before { left: 1.75rem; }
  .topic-chapter { grid-template-columns: 3.6rem minmax(0,1fr); }
  .topic-index { font-size: 3rem; }
}

/* Bestehende lokale Mehrbild-Kompositionen */
.trust-stage,
.coaching-hero-grid,
.coaching-process-stage {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.trust-stage > *,
.coaching-hero-grid > *,
.coaching-process-stage > * { min-width: 0; }
.trust-portrait,
.trust-copy,
.coaching-conversation,
.coaching-process-image { position: relative; margin: 0; }
.trust-portrait::before,
.coaching-conversation::before,
.coaching-process-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(173,135,82,.42);
  pointer-events: none;
}
.trust-portrait::before { inset: -1.4rem 2.4rem 1.6rem -1.4rem; border-radius: 6rem .4rem 6rem .4rem; }
.trust-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 48%;
  border-radius: .4rem 6rem .4rem 6rem;
  box-shadow: var(--shadow);
}
.trust-copy h2 { max-width: 760px; font-size: clamp(2.8rem, 5vw, 5.5rem); }

.coaching-hero { min-height: min(820px, calc(100svh - 104px)); }
.coaching-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); }
.coaching-hero .hero-copy { max-width: none; }
.coaching-hero h1 { font-size: clamp(4.4rem, 7.1vw, 7.8rem); }
.coaching-conversation { justify-self: end; width: min(100%, 500px); }
.coaching-conversation::before { inset: 8% -7% -5% 10%; border-radius: 48% 48% .35rem .35rem; }
.coaching-conversation::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -5% 12% 10% -12%;
  border-radius: .35rem;
  background: linear-gradient(145deg, var(--sage-soft), var(--sand));
}
.coaching-conversation img {
  width: 100%;
  height: auto;
  aspect-ratio: 853 / 1280;
  object-fit: cover;
  border-radius: 48% 48% .35rem .35rem;
  box-shadow: var(--shadow);
}
.coaching-conversation figcaption {
  position: absolute;
  right: -1.2rem;
  bottom: 1.5rem;
  max-width: 78%;
  padding: .75rem 1rem;
  border: 1px solid rgba(18,61,50,.1);
  background: rgba(252,249,242,.94);
  color: var(--forest);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.coaching-process-section { overflow: hidden; }
.coaching-process-stage { grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); }
.coaching-process-image { transform: translateX(clamp(-3rem, -4vw, -1rem)); }
.coaching-process-image::before { inset: 1.8rem -1.6rem -1.5rem 2rem; border-radius: .35rem 5rem .35rem 5rem; }
.coaching-process-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 5rem .35rem 5rem .35rem;
  box-shadow: var(--shadow);
}
.coaching-process-copy blockquote {
  margin: 2.2rem 0 1.3rem;
  padding-left: 1.4rem;
  border-left: 1px solid var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  font-variation-settings: "opsz" 42, "wght" 390;
  line-height: 1.08;
}
.portrait-tall-about img { object-position: 50% 35%; }

@media (max-width: 1120px) {
  .trust-stage,
  .coaching-hero-grid,
  .coaching-process-stage { grid-template-columns: minmax(0, 1fr); }
  .trust-stage { gap: 4.5rem; }
  .trust-portrait { width: min(92%, 680px); }
  .coaching-hero { min-height: auto; padding-bottom: 8rem; }
  .coaching-hero-grid { gap: 5.5rem; }
  .coaching-conversation { justify-self: center; width: min(82%, 470px); }
  .coaching-process-stage { gap: 4.5rem; }
  .coaching-process-image { width: min(94%, 760px); transform: none; }
}

@media (max-width: 640px) {
  .trust-stage { gap: 3.8rem; }
  .trust-portrait { width: 96%; }
  .trust-portrait::before { inset: -.9rem 1.1rem 1rem -.8rem; border-radius: 3.3rem .3rem 3.3rem .3rem; }
  .trust-portrait img { border-radius: .3rem 3.3rem .3rem 3.3rem; }
  .trust-copy h2 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .coaching-hero-grid { gap: 4.5rem; }
  .coaching-hero h1 { font-size: clamp(3.5rem, 16.3vw, 5.1rem); }
  .coaching-conversation { width: 88%; }
  .coaching-conversation::before { inset: 7% -5% -4% 8%; }
  .coaching-conversation figcaption { right: -.6rem; bottom: 1rem; max-width: 84%; font-size: .58rem; }
  .coaching-process-stage { gap: 3.6rem; }
  .coaching-process-image { width: 96%; }
  .coaching-process-image::before { inset: 1rem -.8rem -.9rem 1rem; border-radius: .3rem 3rem .3rem 3rem; }
  .coaching-process-image img { border-radius: 3rem .3rem 3rem .3rem; }
}

@media (prefers-reduced-transparency: reduce) {
  .coaching-conversation figcaption { background: var(--cream); }
}

/* AME-84 · Feedbackrunde V2: Lesbarkeit, inhaltliche Vertiefung und ruhige Themennavigation */
h1 { line-height: 1.02; }
h2 { line-height: 1.01; }
h3 { line-height: 1.12; }

.hero-copy > .kicker { margin-bottom: clamp(1.65rem, 2.4vw, 2.3rem); }
.hero-copy > h1 + .lead { margin-top: clamp(2.25rem, 3.6vw, 3.2rem); }
.hero-copy > .lead + .button-row { margin-top: clamp(2.2rem, 3vw, 2.8rem); }
.hero-copy > .button-row + .micro { margin-top: 1.35rem; }
.section-heading > .kicker { margin-bottom: clamp(1.45rem, 2vw, 1.9rem); }

.about-hero { padding-top: clamp(6rem, 10vw, 10rem); }
.about-attitude {
  background:
    linear-gradient(90deg, rgba(18,61,50,.03) 1px, transparent 1px) 0 0 / min(11vw, 150px) 100%,
    radial-gradient(circle at 88% 18%, rgba(220,229,216,.74), transparent 28rem),
    var(--cream);
}
.about-paths .section-heading { max-width: 940px; }
.about-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.24);
}
.about-path-grid article { min-width: 0; padding: clamp(2.3rem, 5vw, 4.5rem) clamp(0rem, 3vw, 3rem); }
.about-path-grid article + article { border-left: 1px solid rgba(255,255,255,.24); }
.about-path-grid span { color: #d0aa74; font-size: .7rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.about-path-grid h3 { margin: 1.5rem 0 1rem; font-size: clamp(2.3rem, 4vw, 4.3rem); }
.about-path-grid p { max-width: 560px; color: rgba(255,255,255,.74); }
.about-path-grid .text-link { color: var(--cream); }
.about-path-note { max-width: 760px; margin: 1.5rem 0 0; color: rgba(255,255,255,.74); }

.topic-accordion { border-top: 1px solid var(--line-strong); }
.topic-detail { background: transparent; }
.topic-detail[open] { background: rgba(255,255,255,.32); }
.topic-detail > summary {
  display: grid;
  grid-template-columns: clamp(4.6rem, 9vw, 8rem) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: center;
  min-height: clamp(8rem, 14vw, 11rem);
  padding: 1.4rem clamp(3.5rem, 6vw, 5.5rem) 1.4rem 0;
}
.topic-detail > summary:hover { padding-left: .7rem; }
.topic-detail > summary::after { top: 50%; right: 1.2rem; transform: translateY(-50%); }
.topic-detail[open] > summary::after { transform: translateY(-50%) rotate(45deg); }
.topic-detail .topic-index {
  color: rgba(173,135,82,.78);
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  line-height: 1;
}
.topic-detail summary span:last-child { display: grid; gap: .55rem; min-width: 0; }
.topic-detail summary small { color: var(--gold); font-family: var(--sans); font-size: .67rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.topic-detail summary strong { max-width: 900px; font-size: clamp(1.8rem, 3.6vw, 3.7rem); font-weight: 410; line-height: 1.08; }
.topic-detail > div { max-width: none; padding: 0 clamp(3.5rem, 6vw, 5.5rem) 2.6rem clamp(5.8rem, 12vw, 11rem); }
.topic-detail > div > p:not(.topic-line) { max-width: 720px; font-size: 1.05rem; }

.health-note-section { padding: clamp(2.5rem, 5vw, 4.5rem) 0; background: linear-gradient(145deg, #eee2d2, #e2cfb4); }
.health-note {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(1.8rem, 3.5vw, 3rem) 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.health-note .kicker { margin-bottom: .85rem; }
.health-note h2 { font-size: clamp(2rem, 3.6vw, 3.7rem); line-height: 1.08; }
.health-note > p { max-width: 720px; margin: 0; font-weight: 620; line-height: 1.75; }

@media (max-width: 1120px) {
  .about-path-grid, .health-note { grid-template-columns: minmax(0, 1fr); }
  .about-path-grid article + article { border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
  .health-note { gap: 1.4rem; }
}

@media (max-width: 640px) {
  h1, .hero h1, .page-hero h1, .coaching-hero h1 { line-height: 1.03; }
  h2 { line-height: 1.04; }
  .hero-copy > .kicker { margin-bottom: 1.65rem; }
  .hero-copy > h1 + .lead { margin-top: 2.15rem; }
  .hero-copy > .lead + .button-row { margin-top: 2.1rem; }
  .about-hero { padding-top: 5.5rem; }
  .topic-detail > summary { grid-template-columns: 3.8rem minmax(0, 1fr); gap: .8rem; min-height: 8.5rem; padding-right: 2.8rem; }
  .topic-detail > summary:hover { padding-left: 0; }
  .topic-detail > summary::after { right: .4rem; }
  .topic-detail .topic-index { font-size: 3rem; }
  .topic-detail summary strong { font-size: clamp(1.55rem, 8.2vw, 2.35rem); }
  .topic-detail > div { padding: 0 .5rem 2.3rem 4.6rem; }
  .health-note-section { padding-block: 2rem; }
  .health-note { padding-block: 1.6rem; }
}

@media (max-width: 359px) {
  .topic-detail > summary { grid-template-columns: 3.2rem minmax(0, 1fr); }
  .topic-detail .topic-index { font-size: 2.55rem; }
  .topic-detail > div { padding-left: 4rem; }
}

@media (prefers-reduced-transparency: reduce) {
  .about-attitude, .health-note-section { background: var(--cream); }
}

/* AME-85 · copytreue V3 und freigegebene Raumfoto-Rollen */
.path-panel h3 {
  max-width: 780px;
  font-size: clamp(2.65rem, 4.45vw, 4.65rem);
  line-height: 1.02;
}
.path-note {
  grid-column: 2;
  max-width: 760px;
  margin-top: -2rem;
  padding: 2rem 0 0;
  border-top: 1px solid var(--line-strong);
}
.path-note p { max-width: 680px; margin: 0 0 1rem; }

.steps-light {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  border-top-color: var(--line-strong);
}
.steps-light .step { border-bottom-color: var(--line-strong); }
.steps-light .step p { color: rgba(23,53,43,.74); }
.steps-light .step::before { color: var(--gold); }
.chapter-note {
  max-width: 860px;
  margin: 2.3rem 0 0 clamp(0px, 17vw, 250px);
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--line);
  color: rgba(23,53,43,.78);
}
.process-after { margin-top: 2.2rem; }
.expectation-duo article { align-content: start; }
.expectation-duo li + li { margin-top: .75rem; }

.trust-editorial {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,61,50,.035) 1px, transparent 1px) 0 0 / min(11vw, 150px) 100%,
    radial-gradient(circle at 85% 12%, rgba(220,229,216,.78), transparent 30rem),
    var(--cream);
}

.room-feature-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 16%, rgba(255,255,255,.72), transparent 24rem),
    linear-gradient(145deg, var(--sand), #efe4d4 52%, var(--sage-soft));
}
.room-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.room-feature-reverse { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.1fr); }
.room-feature > * { min-width: 0; }
.room-feature-media {
  position: relative;
  margin: 0;
}
.room-feature-media::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1.3rem -1.3rem -1.4rem 1.6rem;
  border: 1px solid rgba(173,135,82,.32);
  border-radius: .4rem 6rem .4rem 6rem;
}
.room-picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 6rem .4rem 6rem .4rem;
  background: var(--sage);
  box-shadow: var(--shadow);
}
.room-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.health-note > div:last-child p:first-child {
  max-width: 720px;
  margin: 0;
  font-weight: 620;
  line-height: 1.75;
}
.health-note > div:last-child .micro { margin-top: 1rem; }
.principles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.principle { min-width: 0; }
.contact-orientation { padding-bottom: 0; }

@media (max-width: 1120px) {
  .path-note { grid-column: 1; margin-top: 0; }
  .room-feature, .room-feature-reverse { grid-template-columns: minmax(0, 1fr); }
  .room-feature-reverse .reading { order: 2; }
  .room-feature-reverse .room-feature-media { order: 1; }
  .room-feature-media { width: min(94%, 780px); }
  .principles { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 640px) {
  .path-panel h3 { font-size: clamp(2.25rem, 10.5vw, 3.25rem); }
  .chapter-note { margin-left: 0; }
  .room-feature { gap: 3.4rem; }
  .room-feature-media { width: 96%; }
  .room-feature-media::before { inset: .8rem -.75rem -.8rem .8rem; border-radius: .3rem 3.2rem .3rem 3.2rem; }
  .room-picture { aspect-ratio: 4 / 5; border-radius: 3.2rem .3rem 3.2rem .3rem; }
}

@media (prefers-reduced-transparency: reduce) {
  .trust-editorial, .room-feature-section { background: var(--cream); }
}

/* AME-86 · V4 Patrick-Feedback: Logo, robuste Wege-Komposition und Bedienelemente */
.brand,
body.menu-open .brand {
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.brand-logo {
  width: clamp(178px, 16vw, 230px);
  max-height: 60px;
  mix-blend-mode: normal;
}

.path-layout {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(3.5rem, 6vw, 6.5rem);
}
.path-layout > *,
.path-sticky,
.path-panels,
.path-panel { min-width: 0; }
.path-sticky h2 {
  max-width: 10.5ch;
  font-size: clamp(2.65rem, 4vw, 4.45rem);
  line-height: 1.04;
}
.path-panel:nth-child(2) { margin-left: 0; }

.room-feature .reading h2 {
  font-size: clamp(2.3rem, 4.1vw, 4.3rem);
  line-height: 1.01;
}
.coaching-process-copy h2 {
  font-size: clamp(2.3rem, 4.1vw, 4.3rem);
  line-height: 1.01;
}

.faq-list details,
.faq-list details[open] {
  background: transparent;
  color: var(--ink);
}
.faq-list summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 1.6rem 4.5rem 1.6rem 1rem;
  color: var(--ink);
}
.faq-list summary:hover { padding-left: 1rem; }
.faq-list summary::after {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details > div {
  max-width: 760px;
  padding: .75rem 4.5rem 1.8rem 1rem;
  color: var(--ink);
}

.nav-cta,
.button {
  padding-block: .85rem;
  text-align: center;
  line-height: 1.25;
}
.choice-item {
  min-height: 50px;
  justify-content: center;
  padding: .75rem 1rem;
  line-height: 1.25;
  text-align: center;
}
.choice-item:focus-within {
  outline: 3px solid #d0a866;
  outline-offset: 3px;
}
.choice-item input {
  flex: 0 0 1rem;
  margin: 0;
}

.expectation-single { grid-template-columns: minmax(0, 1fr); }
.expectation-single article { min-width: 0; }

#qualifikationen .credential {
  grid-template-columns: minmax(220px, .82fr) minmax(0, 1.18fr);
  align-items: start;
}
#qualifikationen .credential span {
  text-align: left;
  line-height: 1.6;
}
.qualification-boundary {
  max-width: 820px;
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: rgba(23,53,43,.76);
}

@media (max-width: 1120px) {
  .path-layout { grid-template-columns: minmax(0, 1fr); }
  .path-sticky h2 { max-width: 14ch; }
}

@media (max-width: 640px) {
  .brand-logo { width: 172px; max-height: 48px; }
  .faq-list summary { min-height: 68px; padding: 1.4rem 3.25rem 1.4rem .35rem; }
  .faq-list summary:hover { padding-left: .35rem; }
  .faq-list summary::after { right: .35rem; }
  .faq-list details > div { padding: .75rem 3.25rem 1.55rem .35rem; }
  #qualifikationen .credential { grid-template-columns: minmax(0, 1fr); gap: .55rem; }
  #qualifikationen .credential span { grid-column: 1; }
}

@media (max-width: 359px) {
  .about-paths .section-heading h2,
  #qualifikationen .section-heading h2 {
    font-size: 2.3rem;
  }
}

/* AME-87 · V5: sechsphasige Besucherführung und fokussiertes Angebot */
.v5-problem {
  background:
    linear-gradient(90deg, rgba(18,61,50,.03) 1px, transparent 1px) 0 0 / min(11vw, 150px) 100%,
    radial-gradient(circle at 86% 14%, rgba(220,229,216,.72), transparent 30rem),
    var(--cream);
}
.v5-wish {
  background:
    radial-gradient(circle at 10% 18%, rgba(255,255,255,.76), transparent 24rem),
    linear-gradient(148deg, var(--ivory), #eee4d5 58%, var(--sage-soft));
}
.v5-phase-cluster,
.v5-phase-cta { position: relative; isolation: isolate; }
.offer-focus {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(18,61,50,.14);
  border-radius: .4rem 3.5rem .4rem 3.5rem;
  background: rgba(252,249,242,.78);
  box-shadow: 0 24px 70px rgba(9,43,36,.08);
}
.offer-focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 2px;
  background: var(--gold);
}
.offer-focus h3 {
  margin: .4rem 0 1rem;
  font-size: clamp(2.4rem, 4vw, 4.1rem);
}
.credentials-simple .credential {
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
  align-items: start;
}
.credentials-simple .credential span {
  min-width: 0;
  text-align: left;
  line-height: 1.65;
}
.credential strong,
.credential span,
.footer-links a,
.contact-list a { overflow-wrap: break-word; }
.v5-credentials-section {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18,61,50,.028) 1px, transparent 1px) 0 0 / min(11vw, 150px) 100%,
    var(--ivory);
}
.v5-support-image {
  width: min(64%, 820px);
  margin: clamp(4rem, 8vw, 7rem) 0 0 auto;
}
.compact-crosslink {
  margin: 0 0 2rem;
  color: var(--forest-deep);
}
.rauchfrei-hero {
  min-height: min(860px, calc(100svh - 104px));
  background:
    radial-gradient(circle at var(--pointer-x, 76%) var(--pointer-y, 22%), rgba(173,135,82,.16), transparent 25rem),
    linear-gradient(145deg, #faf5ec 0%, #eee6d9 62%, #dce5d8 125%);
}
.rauchfrei-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.rauchfrei-hero-grid > * { min-width: 0; }
.rauchfrei-hero h1 {
  max-width: 930px;
  font-size: clamp(4.1rem, 7.1vw, 7.6rem);
  overflow-wrap: anywhere;
  hyphens: auto;
}
.rauchfrei-room { width: min(100%, 560px); justify-self: end; }
.orientation-note {
  max-width: 720px;
  margin-top: 2.2rem;
  padding: 1.3rem 1.4rem;
  border-left: 2px solid var(--gold);
  background: rgba(252,249,242,.68);
  color: rgba(23,53,43,.76);
  font-size: .88rem;
  line-height: 1.7;
}
.rauchfrei-process .section-heading { max-width: 1040px; }
.price-panel {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 1rem clamp(2rem, 6vw, 6rem);
  align-items: start;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 4vw, 3.2rem);
  border: 1px solid rgba(208,170,116,.34);
  background: rgba(255,255,255,.045);
}
.price-panel .price-line {
  grid-row: 1 / 3;
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}
.price-panel p { margin: 0; color: rgba(255,255,255,.76); }
.price-panel .micro { margin-top: .4rem; }
.final-boundary {
  position: relative;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1.4rem;
  border-top: 1px solid rgba(18,61,50,.24);
  color: rgba(23,53,43,.74);
  font-size: .84rem;
  line-height: 1.7;
}
.about-path-grid.v5-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-path-grid.v5-three h3 { font-size: clamp(2rem, 3.2vw, 3.5rem); }
.adult-confirmation { margin: 0 0 1.8rem; }
.adult-choice {
  justify-content: flex-start;
  border-radius: .35rem 1.4rem .35rem 1.4rem;
  text-align: left;
}
.adult-confirmation .field-help { margin: .65rem 0 0 .2rem; }

@media (max-width: 1120px) {
  .rauchfrei-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .rauchfrei-room { width: min(92%, 760px); justify-self: start; }
  .about-path-grid.v5-three { grid-template-columns: minmax(0, 1fr); }
  .about-path-grid.v5-three article + article { border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
  .price-panel { grid-template-columns: minmax(0, 1fr); }
  .price-panel .price-line { grid-row: auto; }
  .v5-support-image { width: min(92%, 820px); margin-left: 0; }
}

@media (max-width: 640px) {
  .offer-focus { padding: 1.7rem 1.35rem; border-radius: .3rem 2.2rem .3rem 2.2rem; }
  .credentials-simple .credential { grid-template-columns: minmax(0, 1fr); gap: .55rem; }
  .credentials-simple .credential span { grid-column: 1; }
  .page-hero[data-copy-block="K-01"] h1 { font-size: clamp(3rem, 15.3vw, 4.12rem); }
  .rauchfrei-hero { padding-bottom: 7rem; }
  .rauchfrei-hero h1 {
    font-size: clamp(2.75rem, 12.2vw, 4rem);
    line-height: 1;
  }
  .rauchfrei-room { width: 96%; }
  .orientation-note { padding: 1.1rem; font-size: .82rem; }
  .price-panel { padding: 1.5rem 1.2rem; }
  .price-panel .price-line { font-size: 1.85rem; }
  .v5-support-image { width: 96%; }
}

@media (max-width: 359px) {
  .page-hero[data-copy-block="C-01"] h1 { font-size: 3.2rem; }
  [data-copy-block="C-03"] .quote-block { font-size: 2.45rem; }
  #form-title { font-size: 2.8rem; }
  [data-copy-block="C-05"] .section-heading h2,
  [data-copy-block="H-05"] .section-heading h2,
  [data-copy-block="RF-05"] .section-heading h2 { font-size: 2.7rem; }
}

@media (prefers-reduced-transparency: reduce) {
  .v5-problem,
  .v5-wish,
  .v5-credentials-section,
  .orientation-note { background: var(--cream); }
  .price-panel { background: transparent; }
}

/* AME-74 · lokale Release-Candidate-Vorbereitung: Kontaktformular */
.form-status {
  margin: 0 0 2rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--gold);
  background: var(--ivory);
  line-height: 1.65;
}
.form-status.success { border-left-color: var(--forest); }
.form-status.error { border-left-color: #9d513f; }
.form-status ul { margin: .65rem 0 0; padding-left: 1.2rem; }
[aria-invalid="true"] { border-color: #9d513f; }
fieldset[aria-invalid="true"] {
  padding: .75rem;
  border: 2px solid #9d513f;
}
.privacy-confirmation { margin: 0 0 1.8rem; }
.privacy-confirmation a {
  color: var(--forest-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.legal-page .page-hero { min-height: auto; }
.legal-content {
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.8;
}
.legal-content p + p { margin-top: 1.4rem; }
.legal-content a {
  color: var(--forest-deep);
  text-decoration: underline;
  text-underline-offset: .18em;
}
.itrk-legaltext { min-height: 8rem; }
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  font-size: .82rem;
}
.footer-social a,
.social-trust a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}
.social-trust {
  margin-top: 1.4rem;
  color: rgba(23,53,43,.72);
  font-size: .9rem;
}
.external-link-note { margin: -1rem 0 2rem; }

@media (max-width: 640px) {
  .footer-social { gap: .75rem 1.2rem; }
  .footer-social a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
  .contact-list a[href^="https://wa.me/"] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
  .social-trust a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

/* CD00 candidate cascade anchor: keep this page-specific direction after the shared V5 system. */
.page-hero.rauchfrei-direction-hero {
  min-height: min(790px, calc(100svh - 82px));
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(5.5rem, 10vw, 8.5rem);
  background:
    radial-gradient(circle at 79% 23%, rgba(170,132,80,.18), transparent 21rem),
    radial-gradient(circle at 20% 88%, rgba(156,173,145,.28), transparent 28rem),
    linear-gradient(135deg, #fcf8ef 0%, #f1e8da 56%, #dfe8dc 125%);
}
.page-hero.rauchfrei-direction-hero::after {
  right: -18vw;
  top: auto;
  bottom: -24vw;
  width: min(58vw, 780px);
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(170,132,80,.24);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 7vw rgba(223,230,216,.22), 0 0 0 14vw rgba(231,216,195,.18);
  clip-path: none;
}
.rauchfrei-direction-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(330px, .74fr); gap: clamp(3rem, 8vw, 8.5rem); align-items: center; }
.page-hero .rauchfrei-direction-copy { position: relative; z-index: 2; width: auto; min-width: 0; max-width: 760px; padding: 0; }
.rauchfrei-direction-copy h1 { max-width: 720px; font-size: clamp(4.5rem, 9.5vw, 9.2rem); line-height: .86; letter-spacing: -.065em; }
.rauchfrei-direction-copy .lead { max-width: 36rem; margin-top: 2rem; }
.rauchfrei-portrait-stage { width: min(100%, 460px); margin: 0; justify-self: end; }
.rauchfrei-portrait-window,
.rauchfrei-portrait-window img { height: clamp(490px, 55vw, 690px); }

@media (max-width: 1120px) {
  .rauchfrei-direction-grid { grid-template-columns: minmax(0, 1fr); }
  .rauchfrei-portrait-stage { width: min(82%, 560px); justify-self: start; margin-top: 1.5rem; }
}
@media (max-width: 640px) {
  .page-hero.rauchfrei-direction-hero { padding: 4.25rem 0 6rem; }
  .rauchfrei-direction-copy h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .rauchfrei-direction-copy .button-row { display: grid; grid-template-columns: minmax(0, 1fr); }
  .rauchfrei-direction-copy .button { width: 100%; }
  .rauchfrei-portrait-stage { width: min(92%, 430px); }
  .rauchfrei-portrait-window,
  .rauchfrei-portrait-window img { height: min(126vw, 590px); min-height: 0; }
}

/* CD-00 system expansion: the Rauchfrei direction becomes a shared editorial grammar,
   while each core page keeps its own rhythm and image treatment. */
.page-system {
  background:
    linear-gradient(90deg, rgba(170,132,80,.055) 1px, transparent 1px) 0 0 / min(12vw, 168px) 100%,
    var(--ivory);
}
.page-system .site-header { background: color-mix(in srgb, var(--ivory) 91%, transparent); }
.page-system .site-header::after {
  content: "";
  position: absolute;
  right: var(--pad);
  bottom: 0;
  left: var(--pad);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170,132,80,.72), transparent);
}
.system-hero {
  isolation: isolate;
  min-height: min(820px, calc(100svh - 82px));
  padding-top: clamp(5rem, 9vw, 8.5rem);
  padding-bottom: clamp(5.5rem, 10vw, 9.5rem);
  background:
    radial-gradient(circle at var(--pointer-x, 82%) var(--pointer-y, 20%), rgba(170,132,80,.16), transparent 24rem),
    linear-gradient(135deg, #fcf8ef 0%, #f2eadf 59%, #dfe8dc 125%);
}
.system-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 9% 7% auto auto;
  width: min(43vw, 570px);
  aspect-ratio: 1;
  border: 1px solid rgba(170,132,80,.38);
  border-radius: 51% 49% 41% 59% / 42% 49% 51% 58%;
  box-shadow: 0 0 0 2.2rem rgba(252,249,242,.42), 0 0 0 9vw rgba(156,173,145,.09);
  pointer-events: none;
}
.system-hero::after {
  z-index: -2;
  opacity: .8;
}
.system-hero .kicker { margin-bottom: 1.5rem; }
.system-hero h1 {
  max-width: 900px;
  font-size: clamp(4.1rem, 7.7vw, 8.2rem);
  line-height: .9;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.system-hero .lead { max-width: 39rem; font-size: clamp(1.05rem, 1.45vw, 1.25rem); }
.system-hero .micro { max-width: 33rem; }
.page-system .v5-problem,
.page-system .v5-wish { overflow: clip; }
.page-system .v5-problem .editorial-grid,
.page-system .v5-wish .editorial-grid { min-height: clamp(360px, 36vw, 540px); }
.page-system .v5-wish { background: linear-gradient(115deg, rgba(223,230,216,.55), rgba(252,249,242,.88)); }
.page-system .quote-block { max-width: 16ch; }
.page-system .section-heading h2 { text-wrap: balance; }

.system-hero-home { min-height: min(850px, calc(100svh - 82px)); }
.system-hero-home .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr); gap: clamp(3rem, 8vw, 9rem); }
.system-hero-home h1 { max-width: 760px; font-size: clamp(4.7rem, 8.9vw, 9.3rem); }
.system-hero-home .portrait-stage { width: min(100%, 450px); }
.system-hero-home .portrait-window { border-radius: 48% 52% 44% 56% / 33% 37% 63% 67%; }
.system-hero-home .portrait-window img { height: clamp(500px, 55vw, 690px); }
.page-system-home .intro-strip { margin-top: -2.8rem; padding-top: 2.65rem; background: linear-gradient(105deg, var(--forest-deep), var(--forest)); }
.page-system-home .path-story { padding-top: clamp(8rem, 14vw, 13rem); }
.page-system-home .path-panel { border: 1px solid rgba(170,132,80,.16); }

.system-hero-coaching .coaching-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}
.system-hero-coaching .coaching-conversation {
  position: relative;
  width: min(100%, 450px);
  margin: 0;
  justify-self: end;
}
.system-hero-coaching .coaching-conversation::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% -10% -8% 9%;
  border: 1px solid rgba(170,132,80,.62);
  border-radius: 10rem 10rem 1rem 1rem;
}
.system-hero-coaching .coaching-conversation img {
  width: 100%;
  height: clamp(480px, 53vw, 650px);
  object-fit: cover;
  object-position: 50% 28%;
  border-radius: 10rem 10rem 1rem 1rem;
  box-shadow: var(--shadow);
}
.system-hero-coaching .coaching-conversation figcaption {
  position: absolute;
  right: -2.5rem;
  bottom: 2rem;
  padding: .85rem 1rem;
  background: var(--ivory);
  box-shadow: 0 15px 40px rgba(18,62,50,.14);
  font-family: var(--serif);
}
.page-system-coaching .room-feature-section { background: linear-gradient(115deg, #e7dccb, #f8f4ec 62%, #dce7d8); }
.page-system-coaching .room-feature-media { border-radius: 72px 10px 72px 10px; overflow: hidden; box-shadow: var(--shadow); }

.system-hero-hypnose {
  background:
    radial-gradient(circle at 82% 20%, rgba(208,170,116,.20), transparent 22rem),
    radial-gradient(circle at 18% 110%, rgba(156,173,145,.20), transparent 31rem),
    var(--forest-deep);
}
.system-hero-hypnose::before {
  border-color: rgba(208,170,116,.48);
  box-shadow: 0 0 0 2.2rem rgba(255,255,255,.025), 0 0 0 9vw rgba(156,173,145,.09);
}
.system-hero-hypnose .hero-copy { position: relative; z-index: 2; max-width: 850px; }
.system-hero-hypnose h1 { max-width: 760px; color: var(--cream); }
.system-hero-hypnose .lead { color: rgba(252,249,242,.78); }
.system-hero-hypnose .button { background: var(--cream); border-color: var(--cream); color: var(--forest-deep); }
.system-hero-hypnose .button:hover { background: #fff; }
.page-system-hypnose .topics-section { background: linear-gradient(145deg, rgba(223,230,216,.5), var(--ivory) 55%, rgba(231,216,195,.52)); }
.page-system-hypnose .topic-list { border-color: rgba(170,132,80,.35); }

.system-hero-about { padding-top: clamp(5rem, 9vw, 8.5rem); background: linear-gradient(135deg, #fcf8ef 0%, #f0e6d7 58%, #dbe7d9 130%); }
.system-hero-about .portrait-editorial { grid-template-columns: minmax(280px, .7fr) minmax(0, 1.1fr); }
.system-hero-about .portrait-tall { width: min(100%, 430px); }
.system-hero-about .portrait-tall::before { inset: 6% -10% -8% 10%; border-radius: 52% 48% 8px 8px; background: rgba(156,173,145,.48); }
.system-hero-about .portrait-tall img { height: clamp(490px, 54vw, 690px); border-radius: 52% 48% 8px 8px; }
.system-hero-about .hero-copy { max-width: 720px; }
.system-hero-about h1 { font-size: clamp(4.4rem, 8.4vw, 8.7rem); }
.page-system-about .about-attitude { background: linear-gradient(105deg, rgba(231,216,195,.56), transparent 65%); }

.system-hero-contact { min-height: min(650px, calc(100svh - 110px)); padding-bottom: clamp(5rem, 9vw, 8rem); }
.system-hero-contact .hero-copy { max-width: 820px; }
.system-hero-contact::before { inset: 18% 12% auto auto; width: min(36vw, 480px); border-radius: 62% 38% 52% 48% / 42% 57% 43% 58%; }
.system-hero-contact h1 { max-width: 850px; }
.page-system-contact .contact-orientation { margin-top: -3.5rem; }
.page-system-contact .contact-orientation .container {
  position: relative;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(170,132,80,.26);
  background: rgba(252,249,242,.86);
  box-shadow: 0 25px 65px rgba(18,62,50,.09);
}
.page-system-contact .form-shell { border-radius: 86px 10px 86px 10px; border: 1px solid rgba(170,132,80,.2); }

@media (max-width: 1120px) {
  .system-hero-home .hero-grid,
  .system-hero-coaching .coaching-hero-grid,
  .system-hero-about .portrait-editorial { grid-template-columns: minmax(0, 1fr); }
  .system-hero-home .portrait-stage,
  .system-hero-coaching .coaching-conversation,
  .system-hero-about .portrait-tall { justify-self: start; margin-top: 1.5rem; }
  .page-system .v5-problem .editorial-grid,
  .page-system .v5-wish .editorial-grid { min-height: 0; }
}
@media (max-width: 640px) {
  .system-hero { min-height: auto; padding-top: 4.2rem; padding-bottom: 6rem; }
  .system-hero::before { top: 7%; right: -15%; width: 82vw; }
  .system-hero h1 { font-size: clamp(3.35rem, 16.2vw, 5rem); line-height: .92; }
  .system-hero-home h1,
  .system-hero-about h1 { font-size: clamp(3.7rem, 17vw, 5.25rem); }
  .system-hero-home .portrait-stage,
  .system-hero-coaching .coaching-conversation,
  .system-hero-about .portrait-tall { width: min(92%, 430px); }
  .system-hero-coaching .coaching-conversation img,
  .system-hero-about .portrait-tall img { height: min(127vw, 570px); }
  .system-hero-coaching .coaching-conversation figcaption { right: -1rem; bottom: 1.2rem; font-size: .86rem; }
  .page-system-home .intro-strip { margin-top: -1.4rem; }
  .page-system-contact .contact-orientation { margin-top: -2rem; }
  .page-system-contact .contact-orientation .container { padding: 1.6rem 1.25rem; }
  .page-system-contact .form-shell { border-radius: 52px 8px 52px 8px; }
}
