/*
 * RealLeaf - "Über uns" Craft-Editorial (page-22279.php, Redesign 2026-07-20,
 * Plan plans/plan-2026-07-20-uber-uns-redesign.md; Vorversion "Scrolljourney"
 * 2026-07-07 in der git-Historie).
 * R2 Form-Korrektur 2026-07-20 (Owner-Nachkritik "zu gross/formlos"):
 * Typo-Skala auf Homepage-Niveau zurueckgenommen, Statement als gefasste
 * Spalte (Eyebrow-Marginalie + Lauftext), Kapitel aus dem Full-Bleed in die
 * --maxw-Fassung geholt (Klimax = gefasstes dunkles Panel).
 * Eigener .rl-story-* / .rl-story-page-Namespace (kollisionsfrei). Nur Tokens
 * (tokens.css) + zwei lokale Akzente (--serif Fraunces aus fonts.css, --amber
 * aus dem Terpenes-Packaging). Reveal: motion.js global (data-reveal,
 * html.rl-reveal-ready-Gate -> ohne JS voll sichtbar). Scroll-Effekte:
 * CSS-Scroll-driven-Animations, @supports-gated mit statischem Fallback.
 * reduced-motion: globaler tokens.css-Block + harte Neutralisierung unten.
 */

/* ---- Basis ---- */
.rl-story-page {
  background: var(--surface); color: var(--text); overflow-x: clip;
  /* A1 (Redesign): Story-Absaetze erbten den System-Stack vom Body-Element,
     obwohl Hanken Grotesk self-hosted bereitliegt - hier hart setzen. */
  font-family: var(--body);
  --serif: 'Fraunces', Georgia, serif;
  --amber: #d69a2d;         /* Terpenes-Curry, dekorative Marks auf hell+dunkel */
  --amber-bright: #eab54d;  /* Amber auf Dunkelgruen */
  --amber-ink: #8a5f13;     /* Amber als Textfarbe auf Beige (Kontrast) */
}
.rl-story-page .rl-wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--rl-gutter); }
.rl-story-page h1, .rl-story-page h2, .rl-story-page h3 { font-family: var(--display); margin: 0; line-height: 1; letter-spacing: -.02em; font-weight: 900; color: var(--text); }
.rl-story-page p { line-height: 1.6; }
.rl-story-eyebrow { font-family: var(--body); font-weight: 700; font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-hover); display: block; }
.rl-story-eyebrow::before { content: ''; display: inline-block; width: 22px; height: 2px; background: var(--amber); border-radius: 1px; vertical-align: .28em; margin-right: 10px; }

/* ---- Buttons (rl-story-Muster, analog rl-btn) ---- */
.rl-story-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 16px; padding: 15px 26px; border-radius: var(--r-pill);
  border: 1.5px solid var(--outline); background: var(--text); color: var(--surface);
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.rl-story-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.rl-story-btn:active { transform: translateY(0); }
.rl-story-btn svg { transition: transform var(--dur-fast) var(--ease); }
.rl-story-btn:hover svg { transform: translateX(3px); }
.rl-story-btn--leaf { background: var(--accent) !important; color: var(--rl-white) !important; border-color: var(--accent) !important; }
.rl-story-btn--leaf:hover { background: var(--accent-hover) !important; border-color: var(--accent-hover) !important; }
.rl-story-btn--on-dark { color: var(--on-dark); border-color: color-mix(in srgb, var(--on-dark) 45%, transparent); background: transparent; }
.rl-story-btn--on-dark:hover { background: var(--on-dark); color: var(--rl-black); border-color: var(--on-dark); }

/* ============================================================
   HERO (Dark, Vollbreite, Editorial-Anker unten links)
   ============================================================ */
.rl-story-hero { position: relative; overflow: hidden; background: var(--dark-bg); min-height: clamp(460px, 74svh, 720px); display: grid; align-items: end; }
.rl-story-hero__img { position: absolute; inset: 0; z-index: 0; }
.rl-story-hero__img img { width: 100%; height: 100%; object-fit: cover; }
/* Shade: unten dicht (Typo-Kontrast), oben offen - das Foto darf atmen. */
.rl-story-hero__shade { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(to top, color-mix(in srgb, var(--rl-green-deep) 94%, transparent) 0%, color-mix(in srgb, var(--rl-green-deep) 55%, transparent) 38%, color-mix(in srgb, var(--rl-green-deep) 18%, transparent) 70%, color-mix(in srgb, var(--rl-green-deep) 30%, transparent) 100%),
  linear-gradient(100deg, color-mix(in srgb, var(--rl-green-deep) 45%, transparent), transparent 55%); }
/* Ghost-Gruendungsjahr, rechts angeschnitten. */
.rl-story-hero__ghost { position: absolute; right: -.06em; bottom: -.14em; z-index: 1; font-family: var(--display); font-weight: 900; font-size: clamp(120px, 16vw, 250px); line-height: .8; letter-spacing: -.05em; color: color-mix(in srgb, var(--rl-white) 7%, transparent); pointer-events: none; user-select: none; }
.rl-story-hero__inner { position: relative; z-index: 2; text-align: left; padding: 120px 0 56px; color: var(--rl-white); }
.rl-story-hero__inner .rl-story-eyebrow { color: var(--accent-bright); margin-bottom: 16px; }
.rl-story-hero .rl-story-hero__h1 { font-size: clamp(40px, 6vw, 84px); font-weight: 900; letter-spacing: -.03em; line-height: .92; color: var(--on-dark); text-transform: uppercase; max-width: 12ch; }
.rl-story-hero__tag { font-family: var(--display); font-weight: 800; font-size: clamp(14px, 1.5vw, 17px); letter-spacing: .14em; text-transform: uppercase; color: var(--accent-bright); margin: 16px 0 0; }
.rl-story-hero__lead { max-width: 46ch; margin: 20px 0 0; font-size: clamp(16px, 1.4vw, 19px); color: color-mix(in srgb, var(--rl-white) 84%, transparent); font-weight: 500; }
.rl-story-hero__scroll { display: inline-flex; align-items: center; gap: 10px; margin-top: 36px; font-family: var(--display); font-weight: 700; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: color-mix(in srgb, var(--rl-white) 74%, transparent); transition: color var(--dur) var(--ease); }
.rl-story-hero__scroll:hover { color: var(--rl-white); }
.rl-story-hero__scroll svg { animation: rl-story-bob 2.4s ease-in-out infinite; }
@keyframes rl-story-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* Einmalige Auftritts-Choreografie (CSS-only, kein JS-Gate noetig). */
@media (prefers-reduced-motion: no-preference) {
  .rl-story-hero__img img { animation: rl-story-kb 14s var(--ease-out) both; }
  .rl-story-hero__inner > * { animation: rl-story-rise .8s var(--ease-out) both; }
  .rl-story-hero__inner > :nth-child(2) { animation-delay: .08s; }
  .rl-story-hero__inner > :nth-child(3) { animation-delay: .16s; }
  .rl-story-hero__inner > :nth-child(4) { animation-delay: .24s; }
  .rl-story-hero__inner > :nth-child(5) { animation-delay: .32s; }
}
@keyframes rl-story-kb { from { transform: scale(1.1); } to { transform: scale(1); } }
@keyframes rl-story-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* ============================================================
   STATEMENT (R2: gefasste Spalte - Eyebrow als Marginalie links,
   Lauftext in gemessener Breite rechts, Wort-Reveal via Template-JS)
   ============================================================ */
.rl-story-intro { padding: clamp(60px, 7vw, 96px) 0 clamp(24px, 3vw, 40px); }
.rl-story-intro__inner { max-width: var(--maxw); display: grid; grid-template-columns: minmax(150px, 230px) minmax(0, 1fr); column-gap: clamp(28px, 4vw, 64px); align-items: start; }
.rl-story-intro__inner .rl-story-eyebrow { margin: 10px 0 0; }
.rl-story-intro__lead { grid-column: 2; font-family: var(--display); font-weight: 700; font-size: clamp(22px, 2.3vw, 32px); line-height: 1.42; letter-spacing: -.015em; color: var(--text); max-width: 36ch; margin: 0; }
/* Wort-Reveal: Template-JS zerlegt in .rl-story-w-Spans (ohne JS: Volltext). */
.rl-story-w { opacity: .16; transition: opacity .55s var(--ease-out); transition-delay: var(--wd, 0ms); }
.rl-story-w-on .rl-story-w { opacity: 1; }
/* Gezeichnete Schlusslinie Gruen->Amber (waechst mit dem data-reveal-Gate). */
.rl-story-intro__inner::after { content: ''; display: block; grid-column: 2; height: 3px; width: min(180px, 28%); margin-top: 28px; border-radius: 2px; background: linear-gradient(90deg, var(--accent), var(--amber)); transform-origin: left center; }
html.rl-reveal-ready .rl-story-intro__inner[data-reveal]::after { transform: scaleX(0); transition: transform .9s var(--ease-out) .25s; }
html.rl-reveal-ready .rl-story-intro__inner[data-reveal].rl-revealed::after { transform: scaleX(1); }

/* ============================================================
   KAPITEL (alternierende Full-Bleed-Zeilen statt Karten-Zickzack)
   ============================================================ */
.rl-story-chapters-wrap { padding: 12px 0 clamp(56px, 7vw, 92px); }
.rl-story-head { margin-bottom: clamp(36px, 5vw, 56px); }
.rl-story-head .rl-story-eyebrow { margin-bottom: 12px; }
.rl-story-head h2 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 900; letter-spacing: -.03em; max-width: 18ch; }

/* R2: Kapitel liegen in der --maxw-Fassung statt full-bleed. */
.rl-story-chapters { list-style: none; margin: 0; padding: 0 var(--rl-gutter); max-width: var(--maxw); margin-inline: auto; display: grid; gap: clamp(44px, 6vw, 88px); }
.rl-story-ch { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(28px, 4vw, 56px); min-height: min(52vh, 480px); }
/* --flip: Bild rechts (Spaltenproportion + Reihenfolge tauschen). */
.rl-story-ch--flip { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.rl-story-ch--flip .rl-story-ch__visual { order: 2; }

/* Visual: gefasstes Bild mit voller Rundung (R2, vorher viewport-angeschnitten). */
.rl-story-ch__visual { position: relative; align-self: stretch; min-height: clamp(280px, 30vw, 440px); }
.rl-story-ch__media { position: absolute; inset: 0; overflow: hidden; border-radius: var(--r-lg); background: var(--surface-2); }
.rl-story-ch--flip .rl-story-ch__media { border-radius: var(--r-lg); }
.rl-story-ch__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-slow) var(--ease); }
.rl-story-ch:hover .rl-story-ch__media img { transform: scale(1.03); }

/* Kapitel 04 (bewusst ohne Bild): typografisches Amber-Panel mit Jahres-Outline. */
.rl-story-ch__panel { position: absolute; inset: 0; border-radius: var(--r-lg); overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg, color-mix(in srgb, var(--amber) 18%, var(--surface-2)), var(--surface-2) 70%); border: 1.5px solid color-mix(in srgb, var(--amber) 32%, transparent); }
.rl-story-ch--flip .rl-story-ch__panel { border-radius: var(--r-lg); }
.rl-story-ch__panel span { font-family: var(--display); font-weight: 900; font-size: clamp(72px, 8.5vw, 140px); letter-spacing: -.04em; line-height: 1; color: color-mix(in srgb, var(--amber) 30%, transparent); }
@supports (-webkit-text-stroke: 2px black) {
  .rl-story-ch__panel span { color: transparent; -webkit-text-stroke: 2.5px color-mix(in srgb, var(--amber) 65%, transparent); }
}

/* Ghost-Kapitelnummer am inneren oberen Bildrand (Parallax nur mit Support). */
.rl-story-ch__num { position: absolute; z-index: 3; top: -.16em; inset-inline-end: -1.25em; font-family: var(--display); font-weight: 900; font-size: clamp(64px, 7.5vw, 120px); line-height: 1; letter-spacing: -.05em; color: color-mix(in srgb, var(--accent) 17%, transparent); pointer-events: none; user-select: none; }
.rl-story-ch--flip .rl-story-ch__num { inset-inline-end: auto; inset-inline-start: -1.25em; }
[data-theme="dark"] .rl-story-ch__num { color: color-mix(in srgb, var(--accent-bright) 15%, transparent); }
@supports (animation-timeline: view()) {
  .rl-story-ch__num { animation: rl-story-parallax linear both; animation-timeline: view(); animation-range: entry 0% exit 100%; }
}
@keyframes rl-story-parallax { from { transform: translateY(34px); } to { transform: translateY(-34px); } }

/* Copy-Seite (R2: Fassung liefert die Kante, weniger Eigen-Padding) */
.rl-story-ch__copy { padding-inline: clamp(8px, 2vw, 40px); max-width: 560px; }
.rl-story-ch--flip .rl-story-ch__copy { justify-self: end; }
.rl-story-ch__badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-hover); border: 1.5px solid color-mix(in srgb, var(--accent) 45%, transparent); padding: 6px 14px; border-radius: var(--r-pill); margin-bottom: 18px; }
.rl-story-ch__badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.rl-story-ch__copy h3 { font-size: clamp(23px, 2.4vw, 33px); font-weight: 900; letter-spacing: -.02em; line-height: 1.08; margin-bottom: 14px; }
.rl-story-ch__copy p { color: var(--text-muted); font-size: clamp(16px, 1.35vw, 18px); font-weight: 500; margin: 0; max-width: 46ch; }

/* Klimax-Kapitel (05, JOINTIP/Weltneuheit): R2 gefasstes dunkles Panel
   in der Kapitel-Fassung statt Full-Bleed-Band. */
.rl-story-ch--climax { background: var(--dark-bg); border-radius: var(--r-lg); padding: clamp(36px, 5vw, 64px) clamp(20px, 3.5vw, 56px); min-height: min(56vh, 520px); }
.rl-story-ch--climax .rl-story-ch__media, .rl-story-ch--climax .rl-story-ch__panel { border-radius: var(--r-lg); box-shadow: 0 24px 56px rgba(0, 0, 0, .4); }
.rl-story-ch--climax .rl-story-ch__num { color: color-mix(in srgb, var(--rl-white) 9%, transparent); }
.rl-story-ch--climax .rl-story-ch__badge { color: var(--amber-bright); border-color: color-mix(in srgb, var(--amber) 55%, transparent); }
.rl-story-ch--climax .rl-story-ch__copy h3 { color: var(--on-dark); font-size: clamp(24px, 2.6vw, 36px); }
.rl-story-ch--climax .rl-story-ch__copy p { color: color-mix(in srgb, var(--rl-white) 80%, transparent); }
.rl-story-ch__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--amber-bright); transition: gap var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease); }
.rl-story-ch__link:hover { gap: 12px; color: var(--rl-white); }

/* Kapitel-Reveal: Bild-Wipe + gestaffelte Copy (nur mit JS-Gate). */
html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__media,
html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__panel { clip-path: inset(0 100% 0 0); transition: clip-path .9s var(--ease-out); }
html.rl-reveal-ready .rl-story-ch--flip[data-reveal] .rl-story-ch__media,
html.rl-reveal-ready .rl-story-ch--flip[data-reveal] .rl-story-ch__panel { clip-path: inset(0 0 0 100%); }
html.rl-reveal-ready .rl-story-ch[data-reveal].rl-revealed .rl-story-ch__media,
html.rl-reveal-ready .rl-story-ch[data-reveal].rl-revealed .rl-story-ch__panel { clip-path: inset(0 0 0 0); }
html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__copy > * { opacity: 0; transform: translateY(22px); transition: opacity var(--dur-reveal) var(--ease-out), transform var(--dur-reveal) var(--ease-out); }
html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__copy > :nth-child(2) { transition-delay: 90ms; }
html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__copy > :nth-child(3) { transition-delay: 180ms; }
html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__copy > :nth-child(4) { transition-delay: 270ms; }
html.rl-reveal-ready .rl-story-ch[data-reveal].rl-revealed .rl-story-ch__copy > * { opacity: 1; transform: none; }

/* ============================================================
   MISSION (Dark-Anchor, Split + Amber-Rahmen + Inline-CTA)
   ============================================================ */
.rl-story-mission { background: var(--dark-bg); color: var(--on-dark); }
.rl-story-mission__inner { padding: clamp(56px, 7vw, 88px) 0; }
.rl-story-mission__inner .rl-story-eyebrow { color: var(--accent-bright); margin-bottom: 16px; }
.rl-story-mission .rl-story-mission__h2 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 900; letter-spacing: -.02em; line-height: 1.05; color: var(--on-dark); }
.rl-story-mission__h2 span { color: var(--accent-bright); }
.rl-story-mission__lead { margin: 22px 0 0; font-size: clamp(16px, 1.4vw, 19px); color: color-mix(in srgb, var(--rl-white) 82%, transparent); font-weight: 500; max-width: 54ch; }
.rl-story-mission__inner--split { max-width: var(--maxw); text-align: left; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 5vw, 64px); align-items: center; }
.rl-story-mission__inner--split .rl-story-mission__lead { margin-inline: 0; }
.rl-story-mission__link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--accent-bright); transition: gap var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease); }
.rl-story-mission__link:hover { gap: 13px; color: var(--rl-white); }
.rl-story-mission__media { position: relative; }
.rl-story-mission__media img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--r-lg, 18px); box-shadow: 0 18px 40px rgba(0, 0, 0, .35); }
.rl-story-mission__media::after { content: ''; position: absolute; inset: 16px -16px -16px 16px; border: 2px solid color-mix(in srgb, var(--amber) 50%, transparent); border-radius: var(--r-lg, 18px); z-index: -1; }

/* ============================================================
   HANDWERK (Prozess sichtbar: Rohstoff -> Schritte -> Ergebnis)
   ============================================================ */
.rl-story-craft { padding: clamp(56px, 7vw, 84px) 0 clamp(44px, 5vw, 64px); background: var(--surface-2); }
.rl-story-craft__grid { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(18px, 2.5vw, 32px); align-items: center; margin-top: 8px; }
/* Prozess-Linie hinter den Elementen (Figuren decken sie mit Eigenflaeche ab). */
.rl-story-craft__grid::before { content: ''; position: absolute; left: 4%; right: 4%; top: 50%; border-top: 2px dashed color-mix(in srgb, var(--accent) 40%, transparent); z-index: 0; }
.rl-story-craft__item { position: relative; z-index: 1; margin: 0; border: none; background: transparent; border-radius: 0; overflow: visible; }
.rl-story-craft__item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border-radius: var(--r-lg, 18px); box-shadow: 0 14px 32px rgba(17, 40, 25, .12); }
.rl-story-craft__item figcaption { padding: 13px 6px 0; font-family: var(--serif); font-style: italic; font-size: 15px; font-weight: 500; color: var(--text-muted); }
.rl-story-craft__steps { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.rl-story-craft__step { font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-hover); background: var(--surface); border: 1.5px solid color-mix(in srgb, var(--accent) 40%, transparent); padding: 8px 16px; border-radius: var(--r-pill); white-space: nowrap; }
html.rl-reveal-ready .rl-story-craft__steps[data-reveal] .rl-story-craft__step { opacity: 0; transform: translateY(12px); transition: opacity var(--dur-reveal) var(--ease-out), transform var(--dur-reveal) var(--ease-out); }
html.rl-reveal-ready .rl-story-craft__steps[data-reveal] .rl-story-craft__step:nth-child(2) { transition-delay: 110ms; }
html.rl-reveal-ready .rl-story-craft__steps[data-reveal] .rl-story-craft__step:nth-child(3) { transition-delay: 220ms; }
html.rl-reveal-ready .rl-story-craft__steps[data-reveal].rl-revealed .rl-story-craft__step { opacity: 1; transform: none; }
.rl-story-craft__lead { margin: 30px auto 0; max-width: 46ch; text-align: center; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.4; color: var(--text); }

/* ============================================================
   HALTUNG (Zitat-gefuehrt, Portraet entboxt + Overlap)
   ============================================================ */
.rl-story-owner { padding: clamp(52px, 7vw, 88px) 0; }
.rl-story-owner__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.rl-story-owner__media { position: relative; margin: 0; border: none; box-shadow: none; border-radius: 0; overflow: visible; }
.rl-story-owner__media img { width: 100%; height: auto; display: block; border-radius: var(--r-lg, 18px); box-shadow: 0 24px 48px rgba(17, 40, 25, .18); }
.rl-story-owner__media::after { content: ''; position: absolute; inset: -16px 16px auto -16px; height: calc(100% - 16px); border: 2px solid color-mix(in srgb, var(--amber) 45%, transparent); border-radius: var(--r-lg, 18px); z-index: -1; }
.rl-story-owner__media figcaption { margin-top: 16px; font-family: var(--serif); font-style: italic; font-size: 15px; font-weight: 500; color: var(--text-muted); }
.rl-story-owner__copy .rl-story-eyebrow { color: var(--accent-hover); margin-bottom: 16px; display: block; }
.rl-story-owner__copy h2 { font-family: var(--display); font-weight: 900; letter-spacing: -.02em; line-height: 1.05; font-size: clamp(25px, 2.8vw, 38px); color: var(--text); margin: 0; }
.rl-story-owner__quote { margin: 28px 0 0; padding: 4px 0 4px 24px; border-left: 3px solid var(--amber); }
.rl-story-owner__quote p { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(20px, 2.1vw, 28px); line-height: 1.35; color: var(--text); margin: 0; }
.rl-story-owner__quote cite { display: block; margin-top: 16px; font-style: normal; font-family: var(--body); font-weight: 700; font-size: 14px; letter-spacing: .04em; color: var(--text-muted); }
.rl-story-owner__quote cite::before { content: '— '; color: var(--amber-ink); }
@media (min-width: 1025px) {
  /* Portraet ragt in die Handwerk-Sektion hinein (Editorial-Overlap). */
  .rl-story-owner__media { margin-top: clamp(-96px, -6vw, -48px); }
}

/* ============================================================
   FAKTEN-BAND (boxlos, dunkles Band, Counter via Template-JS)
   ============================================================ */
.rl-story-facts { background: var(--dark-bg); padding: clamp(44px, 5.5vw, 64px) 0; border-bottom: 1px solid color-mix(in srgb, var(--rl-white) 8%, transparent); }
.rl-story-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 24px; }
.rl-story-fact { text-align: center; padding: 8px 10px; background: transparent; border: none; border-radius: 0; }
.rl-story-fact + .rl-story-fact { border-left: 1px solid color-mix(in srgb, var(--rl-white) 12%, transparent); }
.rl-story-fact__big { display: block; font-family: var(--display); font-weight: 900; font-size: clamp(32px, 3.4vw, 52px); line-height: 1; letter-spacing: -.03em; color: var(--accent-bright); font-variant-numeric: tabular-nums; }
.rl-story-fact__lbl { display: block; margin-top: 10px; font-size: 14px; font-weight: 600; color: color-mix(in srgb, var(--rl-white) 72%, transparent); line-height: 1.4; }
html.rl-reveal-ready .rl-story-fact[data-reveal-d="1"] { transition-delay: 90ms; }
html.rl-reveal-ready .rl-story-fact[data-reveal-d="2"] { transition-delay: 180ms; }
html.rl-reveal-ready .rl-story-fact[data-reveal-d="3"] { transition-delay: 270ms; }

/* ============================================================
   ABSCHLUSS-CTA (Full-Bleed, Dark, Blattschatten-Textur)
   ============================================================ */
.rl-story-cta { position: relative; overflow: hidden; background: var(--dark-bg-2); }
.rl-story-cta__tex { position: absolute; inset: 0; z-index: 0; opacity: .18; }
.rl-story-cta__tex img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(35%); }
.rl-story-cta__inner { position: relative; z-index: 2; padding: clamp(64px, 8vw, 92px) 0; text-align: center; color: var(--rl-white); }
.rl-story-cta .rl-story-cta__inner h2 { font-size: clamp(26px, 3.2vw, 42px); font-weight: 900; letter-spacing: -.02em; line-height: 1.06; color: var(--on-dark); max-width: 22ch; margin-inline: auto; }
/* Sauberer Zweizeiler: Satz 1 / Satz 2 (statt Farbsplit mitten im Umbruch). */
.rl-story-cta h2 span { display: block; color: var(--accent-bright); }
.rl-story-cta p { margin: 20px auto 0; color: color-mix(in srgb, var(--rl-white) 80%, transparent); font-size: 17px; max-width: 46ch; font-weight: 500; }
.rl-story-cta__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .rl-story-mission__inner--split { grid-template-columns: 1fr; gap: 36px; }
  .rl-story-mission__media::after { inset: 12px -10px -12px 12px; }
  .rl-story-owner__grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 900px) {
  /* Statement einspaltig (Marginalie wird zur Zeile ueber dem Text). */
  .rl-story-intro__inner { grid-template-columns: 1fr; }
  .rl-story-intro__inner .rl-story-eyebrow { margin: 0 0 16px; }
  .rl-story-intro__lead, .rl-story-intro__inner::after { grid-column: 1; }
  /* Kapitel einspaltig: gefasstes Bild (R2), Nummer als Overlay am Bild. */
  .rl-story-ch, .rl-story-ch--flip { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .rl-story-ch--flip .rl-story-ch__visual { order: 0; }
  .rl-story-ch__visual { min-height: clamp(220px, 56vw, 380px); }
  .rl-story-ch__num, .rl-story-ch--flip .rl-story-ch__num { inset-inline: auto; inset-inline-start: 12px; top: auto; bottom: .04em; font-size: clamp(56px, 17vw, 88px); color: color-mix(in srgb, var(--rl-white) 82%, transparent); text-shadow: 0 4px 24px rgba(17, 40, 25, .45); }
  .rl-story-ch__copy, .rl-story-ch--flip .rl-story-ch__copy { max-width: none; justify-self: stretch; padding: 22px 4px 0; }
  .rl-story-ch--climax { padding: 14px 14px 30px; }
  .rl-story-ch--climax .rl-story-ch__copy, .rl-story-ch--climax.rl-story-ch--flip .rl-story-ch__copy { padding-inline: 10px; }
  .rl-story-ch--climax .rl-story-ch__media, .rl-story-ch--climax.rl-story-ch--flip .rl-story-ch__media { margin-inline: 0; }
  /* Wipe quer ist auf schmalen Screens unruhig -> von unten aufdecken. */
  html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__media,
  html.rl-reveal-ready .rl-story-ch--flip[data-reveal] .rl-story-ch__media,
  html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__panel,
  html.rl-reveal-ready .rl-story-ch--flip[data-reveal] .rl-story-ch__panel { clip-path: inset(0 0 100% 0); }
  html.rl-reveal-ready .rl-story-ch[data-reveal].rl-revealed .rl-story-ch__media,
  html.rl-reveal-ready .rl-story-ch[data-reveal].rl-revealed .rl-story-ch__panel { clip-path: inset(0 0 0 0); }
  .rl-story-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .rl-story-fact + .rl-story-fact { border-left: 0; }
  .rl-story-fact:nth-child(even) { border-left: 1px solid color-mix(in srgb, var(--rl-white) 12%, transparent); }
  .rl-story-craft__grid { grid-template-columns: 1fr; }
  .rl-story-craft__grid::before { display: none; }
  .rl-story-craft__steps { flex-direction: row; flex-wrap: wrap; justify-content: center; padding: 4px 0; }
}
@media (max-width: 560px) {
  .rl-story-hero { min-height: clamp(420px, 72svh, 620px); }
  .rl-story-hero__inner { padding: 96px 0 44px; }
  .rl-story-hero__ghost { font-size: clamp(100px, 30vw, 150px); }
  .rl-story-intro { padding: 52px 0 20px; }
  .rl-story-mission__inner, .rl-story-cta__inner { padding: 60px 0; }
  .rl-story-owner { padding: 48px 0; }
  .rl-story-facts__grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .rl-story-btn { width: 100%; }
  .rl-story-cta__btns { flex-direction: column; align-items: stretch; }
}

/* reduced-motion: Der globale tokens.css-Block (animation-duration:0) stoppt
   ZEITbasierte Animationen, aber NICHT scroll-driven (view()/scroll()-Timeline).
   Daher hier hart neutralisieren; Wort-Reveal/Counter deaktiviert das
   Template-JS selbst (matchMedia-Gate). */
@media (prefers-reduced-motion: reduce) {
  .rl-story-ch__num { animation: none; }
  .rl-story-hero__scroll svg { animation: none; }
  .rl-story-hero__img img, .rl-story-hero__inner > * { animation: none; }
  html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__media,
  html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__panel { clip-path: none; transition: none; }
  html.rl-reveal-ready .rl-story-ch[data-reveal] .rl-story-ch__copy > * { opacity: 1; transform: none; transition: none; }
  .rl-story-w { opacity: 1; transition: none; }
}
