/* ============================================================
   Rommel Garten- und Landschaftsbau — PREMIUM CINEMATIC
   Estate-Gazette · Dunkelgrün #1c2b22 · Champagne/Messing #bfa06a · Cream
   Foundation: Tokens · Base · Fonts · Nav · Footer · Cinematic Layer
   ============================================================ */

/* --- Self-hosted Fonts (zero-tracking) --- */
@font-face { font-family: "Cinzel"; src: url("../fonts/cinzel-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Cinzel"; src: url("../fonts/cinzel-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Cinzel"; src: url("../fonts/cinzel-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-400i.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }

/* --- Design Tokens --- */
:root {
  /* Brand — edles Dunkelgrün */
  --c-brand: #1c2b22;
  --c-brand-dark: #101b14;
  --c-brand-light: #2f4636;
  --c-brand-soft: rgba(28, 43, 34, 0.08);

  /* Gold / Messing / Champagne */
  --c-gold: #bfa06a;
  --c-gold-dark: #9c7f4a;
  --c-gold-soft: rgba(191, 160, 106, 0.14);

  /* Paper / Ink — warm cream */
  --c-paper: #f6f2e9;
  --c-paper-warm: #ece4d4;
  --c-paper-deep: #ddd2bb;
  --c-ink: #1a1d18;
  --c-ink-mute: rgba(26, 29, 24, 0.64);
  --c-ink-faint: rgba(26, 29, 24, 0.34);
  --c-rule: rgba(26, 29, 24, 0.18);

  /* Cream for text on dark BG */
  --c-cream: #e9e1cf;
  --c-cream-mute: rgba(233, 225, 207, 0.8);
  --c-cream-faint: rgba(233, 225, 207, 0.55);

  /* Spacing rhythm */
  --gap-xs: 0.5rem;
  --gap-sm: 0.875rem;
  --gap-md: 1.5rem;
  --gap-lg: 2.5rem;
  --gap-xl: 4rem;
  --gap-2xl: 7rem;

  /* Type */
  --f-display: "Cinzel", "Cormorant Garamond", Georgia, serif;
  --f-serif: "Cormorant Garamond", Georgia, serif;
  --f-body: "Cormorant Garamond", Georgia, serif;
  --f-ui: "Inter", system-ui, -apple-system, sans-serif;

  /* Sizes */
  --size-hero: clamp(3.4rem, 9vw, 8rem);
  --size-h1: clamp(2.3rem, 5vw, 4rem);
  --size-h2: clamp(1.7rem, 3vw, 2.6rem);
  --size-h3: clamp(1.2rem, 2vw, 1.6rem);
  --size-eyebrow: 0.74rem;
  --size-body: clamp(1.05rem, 1.15vw, 1.18rem);
  --size-small: 0.875rem;

  --line-tight: 1.05;
  --line-snug: 1.25;
  --line-normal: 1.6;
}

/* --- Reset & base --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  background: var(--c-paper);
  color: var(--c-ink);
  font-family: var(--f-body);
  font-size: var(--size-body);
  line-height: var(--line-normal);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  max-width: 100vw;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; transition: color .25s; }
a:hover { color: var(--c-gold-dark); }
::selection { background: var(--c-brand); color: var(--c-paper); }

p { margin: 0 0 var(--gap-md); }

/* --- Typography helpers --- */
h1, h2, h3, h4 {
  font-family: var(--f-serif);
  font-weight: 500;
  line-height: var(--line-tight);
  letter-spacing: -0.005em;
  margin: 0 0 var(--gap-md);
  color: var(--c-ink);
}
.h-1 { font-size: var(--size-h1); }
.h-2 { font-size: var(--size-h2); }
.h-3 { font-size: var(--size-h3); }
.display { font-family: var(--f-display); font-weight: 600; letter-spacing: 0.02em; }
.eyebrow {
  font-family: var(--f-ui);
  font-size: var(--size-eyebrow);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--c-gold-dark);
  font-weight: 600;
  display: inline-block;
  margin-bottom: var(--gap-sm);
}
.eyebrow.light { color: var(--c-gold); }
em, .italic { font-style: italic; }

/* --- Layout containers --- */
.shell { max-width: 1280px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.shell-tight { max-width: 900px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.shell-wide { max-width: 1500px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
section { padding: var(--gap-2xl) 0; }
section.tight { padding: var(--gap-xl) 0; }

/* Rules */
.rule-haircline { height: 1px; background: var(--c-rule); position: relative; }
.rule-haircline::after {
  content: ""; position: absolute; left: 0; top: 0; height: 1px; background: var(--c-gold);
  width: 0; transition: width 1.3s cubic-bezier(.2,.7,.2,1);
}
.in-view .rule-haircline::after { width: 100%; }

/* --- Navigation --- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 242, 233, 0.9);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--c-rule);
}
.nav-inner {
  max-width: 1500px; margin: 0 auto;
  padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex; align-items: center; justify-content: space-between; gap: var(--gap-md);
}
.nav-brand { display: inline-flex; align-items: center; gap: 13px; }
.nav-logo {
  height: 46px; width: auto; flex-shrink: 0; transition: transform .35s;
  display: grid; place-items: center;
}
.nav-emblem {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1.5px solid var(--c-gold);
  display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 700; font-size: 1.15rem;
  color: var(--c-brand); background: var(--c-gold-soft);
  transition: transform .35s, background .35s;
}
.nav-brand:hover .nav-emblem { transform: rotate(-6deg) scale(1.06); background: var(--c-gold); color: var(--c-paper); }
.nav-wordmark { display: flex; flex-direction: column; line-height: 1.05; }
.nav-wordmark strong {
  font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; color: var(--c-brand);
  letter-spacing: 0.04em;
}
.nav-wordmark .sub {
  font-family: var(--f-ui); font-size: 0.6rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--c-ink-mute); margin-top: 2px;
}
.nav-menu { display: flex; gap: var(--gap-md); align-items: center; }
.nav-menu a {
  font-family: var(--f-ui); font-size: 0.82rem; font-weight: 500;
  color: var(--c-ink); padding: 0.4rem 0; position: relative; letter-spacing: 0.02em;
}
.nav-menu a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 1.5px; background: var(--c-gold); transition: right .3s;
}
.nav-menu a:hover::after, .nav-menu a.active::after { right: 0; }
.nav-cta {
  font-family: var(--f-ui); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
  padding: 0.58rem 1.1rem; background: var(--c-brand);
  color: var(--c-paper) !important; border-radius: 999px;
  transition: background .25s, transform .25s;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--c-gold-dark); transform: translateY(-1px); }

.nav-burger {
  display: none; flex-direction: column; gap: 4px; padding: 8px; cursor: pointer; background: transparent; border: 0;
}
.nav-burger span { width: 22px; height: 1.6px; background: var(--c-ink); transition: .3s; }
.nav-mobile {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: var(--c-paper); border-bottom: 1px solid var(--c-rule);
  padding: var(--gap-md) clamp(1.25rem, 4vw, 2.5rem);
}
.nav-mobile.open { display: block; }
.nav-mobile a { display: block; padding: 0.62rem 0; font-family: var(--f-ui); font-size: 0.95rem; border-bottom: 1px solid var(--c-rule); }
.nav-mobile a:last-child { border-bottom: 0; }
@media (max-width: 940px) {
  .nav-menu { display: none; }
  .nav-burger { display: inline-flex; }
}

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0.9rem 1.6rem;
  font-family: var(--f-ui); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 999px; transition: all .28s; cursor: pointer; border: 0;
}
.btn-primary { background: var(--c-brand); color: var(--c-paper); }
.btn-primary:hover { background: var(--c-gold-dark); color: var(--c-paper); transform: translateY(-2px); box-shadow: 0 12px 30px -12px rgba(28,43,34,0.5); }
.btn-gold { background: var(--c-gold); color: var(--c-brand-dark); }
.btn-gold:hover { background: var(--c-gold-dark); color: var(--c-paper); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--c-ink); border: 1px solid var(--c-ink); }
.btn-ghost:hover { background: var(--c-ink); color: var(--c-paper); }
.btn-ghost-light { background: transparent; color: var(--c-cream); border: 1px solid var(--c-cream-faint); }
.btn-ghost-light:hover { background: var(--c-cream); color: var(--c-brand-dark); }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(5px); }

/* --- Section header --- */
.section-head { text-align: center; margin-bottom: var(--gap-xl); }
.section-head h2 { margin: 0 auto; max-width: 22ch; font-size: var(--size-h1); }
.section-head p { font-style: italic; color: var(--c-ink-mute); max-width: 56ch; margin: var(--gap-sm) auto 0; font-size: 1.15rem; }
.ornament-line {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: var(--gap-md) auto 0; color: var(--c-gold);
}
.ornament-line::before, .ornament-line::after { content: ""; height: 1px; width: 56px; background: var(--c-gold); opacity: .7; }
.ornament-line .leaf { font-size: 1rem; }

/* --- Magazine Split --- */
.magazine-split {
  display: grid; gap: var(--gap-xl);
  grid-template-columns: 1fr 1fr; align-items: center;
  margin-bottom: var(--gap-2xl);
}
.magazine-split:last-child { margin-bottom: 0; }
.magazine-split.reverse > .ms-text { order: 2; }
.magazine-split .ms-text { padding: var(--gap-md) 0; }
.magazine-split .ms-text h3 { font-size: var(--size-h2); }
.magazine-split .ms-image {
  position: relative; overflow: hidden;
  border: 1px solid var(--c-rule); background: var(--c-paper-warm);
  box-shadow: 0 30px 60px -30px rgba(28,43,34,0.35);
}
.magazine-split .ms-image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.magazine-split .ms-image::before {
  content: ""; position: absolute; inset: 14px; border: 1px solid rgba(233,225,207,0.4);
  pointer-events: none; z-index: 2; opacity: 0; transition: opacity .8s .4s;
}
.magazine-split.in-view .ms-image::before { opacity: 1; }
@media (max-width: 880px) {
  .magazine-split { grid-template-columns: 1fr; gap: var(--gap-lg); }
  .magazine-split.reverse > .ms-text { order: 0; }
}

/* --- Footer --- */
.footer {
  background: var(--c-brand-dark);
  color: var(--c-cream);
  padding: var(--gap-2xl) 0 var(--gap-lg);
  margin-top: 0;
}
.footer a { color: var(--c-cream-mute); }
.footer a:hover { color: var(--c-gold); }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: var(--gap-xl);
  align-items: start;
}
.footer-brand h3 { font-family: var(--f-display); font-weight: 600; font-size: 1.5rem; color: var(--c-gold); margin-bottom: var(--gap-sm); letter-spacing: 0.04em; }
.footer-brand p { color: var(--c-cream-mute); font-style: italic; font-size: 1rem; line-height: 1.55; }
.footer-col h4 {
  font-family: var(--f-ui); font-size: 0.72rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--c-gold); margin-bottom: var(--gap-md); font-weight: 600;
}
.footer-col a, .footer-col p {
  display: block; padding: 0.3rem 0;
  font-family: var(--f-ui); font-size: 0.86rem; color: var(--c-cream-mute);
  line-height: 1.6; margin: 0;
}
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--gap-md);
  padding-top: var(--gap-md); margin-top: var(--gap-xl);
  border-top: 1px solid rgba(233,225,207,0.14);
  font-family: var(--f-ui); font-size: 0.76rem; color: var(--c-cream-faint); letter-spacing: 0.04em;
}
.footer-bottom a { color: var(--c-cream-faint); }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: var(--gap-lg); } }

/* --- Scroll-Reveal --- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal[data-delay="100"] { transition-delay: 100ms; }
.reveal[data-delay="200"] { transition-delay: 200ms; }
.reveal[data-delay="300"] { transition-delay: 300ms; }
.reveal[data-delay="400"] { transition-delay: 400ms; }
.reveal[data-delay="500"] { transition-delay: 500ms; }

/* --- Scroll-progress bar --- */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--c-gold), var(--c-gold-dark));
  transform-origin: left center; transform: scaleX(0); z-index: 100; pointer-events: none;
}

/* --- Demo notice pill --- */
.demo-notice {
  position: fixed; bottom: 14px; left: 14px; z-index: 90;
  background: rgba(28,43,34,0.92); color: var(--c-cream);
  font-family: var(--f-ui); font-size: 0.68rem; letter-spacing: 0.05em;
  padding: 0.5rem 0.85rem; border-radius: 999px;
  border: 1px solid rgba(191,160,106,0.4);
  backdrop-filter: blur(6px); max-width: 80vw;
  box-shadow: 0 8px 24px -10px rgba(0,0,0,0.5);
}
.demo-notice strong { color: var(--c-gold); }

/* --- Focus --- */
:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 3px; }

/* ============================================================
   CINEMATIC LAYER — Hero · Chapter · Bleed · Grain
   ============================================================ */
.cinematic { position: relative; }
.cinematic::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='5'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.36; mix-blend-mode: overlay; z-index: 5; animation: grain 8s steps(8) infinite;
}
@keyframes grain {
  0%,100% { transform: translate(0,0); } 10% { transform: translate(-3%,-2%); }
  30% { transform: translate(-2%,2%); } 50% { transform: translate(-3%,3%); }
  70% { transform: translate(-2%,-3%); } 90% { transform: translate(-3%,-2%); }
}

/* --- Hero cinematic --- */
.hero-cinematic {
  position: relative; min-height: 100vh; overflow: hidden;
  display: grid; place-items: center; background: var(--c-brand-dark); isolation: isolate;
}
.hero-cinematic > .bg {
  position: absolute; inset: -5%; z-index: 0;
  background-size: cover; background-position: center 42%;
  filter: saturate(1.04) brightness(0.78) contrast(1.05);
  animation: kenburns 30s ease-in-out infinite alternate;
  will-change: transform; opacity: 0; transition: opacity 2s ease;
}
.hero-cinematic > .bg.bg-1 { animation: kenburns 30s ease-in-out infinite alternate, fade-cycle-1 24s ease-in-out infinite; }
.hero-cinematic > .bg.bg-2 { animation: kenburns 30s ease-in-out infinite alternate -10s, fade-cycle-2 24s ease-in-out infinite; }
.hero-cinematic > .bg.bg-3 { animation: kenburns 30s ease-in-out infinite alternate -20s, fade-cycle-3 24s ease-in-out infinite; }
@keyframes kenburns { 0% { transform: scale(1.06) translate(0,0); } 100% { transform: scale(1.2) translate(-2.5%,-3%); } }
@keyframes fade-cycle-1 { 0%,25% { opacity: 1; } 33%,92% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fade-cycle-2 { 0%,25% { opacity: 0; } 33%,58% { opacity: 1; } 66%,100% { opacity: 0; } }
@keyframes fade-cycle-3 { 0%,58% { opacity: 0; } 66%,91% { opacity: 1; } 100% { opacity: 0; } }

.hero-cinematic > .vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(85% 55% at 50% 32%, transparent 0%, rgba(0,0,0,0.06) 70%, rgba(0,0,0,0.32) 100%),
    linear-gradient(180deg, rgba(16,27,20,0.32) 0%, transparent 28%, rgba(16,27,20,0.5) 72%, rgba(16,27,20,0.82) 100%);
}
.hero-cinematic > .dust {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image:
    radial-gradient(circle 1.5px at 20% 30%, rgba(255,244,210,0.55), transparent),
    radial-gradient(circle 1px at 80% 20%, rgba(255,244,210,0.45), transparent),
    radial-gradient(circle 2px at 50% 70%, rgba(255,244,210,0.5), transparent),
    radial-gradient(circle 1.5px at 70% 80%, rgba(255,244,210,0.42), transparent),
    radial-gradient(circle 1px at 10% 60%, rgba(255,244,210,0.45), transparent),
    radial-gradient(circle 1.5px at 90% 50%, rgba(255,244,210,0.45), transparent),
    radial-gradient(circle 1px at 30% 85%, rgba(255,244,210,0.5), transparent),
    radial-gradient(circle 1.5px at 60% 15%, rgba(255,244,210,0.45), transparent),
    radial-gradient(circle 1px at 40% 45%, rgba(255,244,210,0.5), transparent);
  animation: dust-drift 28s linear infinite; opacity: 0.8;
}
@keyframes dust-drift {
  0% { transform: translateY(0) translateX(0); opacity: 0.3; }
  50% { transform: translateY(-16px) translateX(9px); opacity: 0.8; }
  100% { transform: translateY(-32px) translateX(-5px); opacity: 0.2; }
}
.hero-cinematic > .haze {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(42% 32% at 28% 18%, rgba(255,240,200,0.16), transparent 70%);
  mix-blend-mode: screen;
}
.hero-cinematic > .letterbox {
  position: absolute; left: 0; right: 0; z-index: 6; pointer-events: none; background: #000;
  transition: height 0.9s cubic-bezier(.4,.7,.2,1);
}
.hero-cinematic > .letterbox.top { top: 0; height: 0; }
.hero-cinematic > .letterbox.bottom { bottom: 0; height: 0; }
.hero-cinematic.in-view > .letterbox.top { height: 54px; }
.hero-cinematic.in-view > .letterbox.bottom { height: 54px; }

.hero-cinematic .hero-inner { position: relative; z-index: 3; color: var(--c-cream); text-align: center; padding: 0 var(--gap-md); }
.hero-cinematic .hero-eyebrow {
  font-family: var(--f-ui); font-size: 0.76rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--c-gold); margin-bottom: var(--gap-md);
  opacity: 0; transform: translateY(-12px); transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
}
.hero-cinematic.in-view .hero-eyebrow { opacity: 1; transform: translateY(0); }
.hero-cinematic .hero-title {
  font-family: var(--f-display); font-weight: 600;
  font-size: var(--size-hero); letter-spacing: 0.01em; line-height: 0.98;
  color: var(--c-cream); text-shadow: 0 2px 30px rgba(0,0,0,0.4); margin: 0 0 var(--gap-md);
}
.hero-cinematic .hero-title .word { display: inline-block; white-space: nowrap; }
.hero-cinematic .hero-title .char {
  display: inline-block; opacity: 0;
  transform: translateY(40px) rotateX(-30deg); filter: blur(8px);
  transition: opacity 1.4s cubic-bezier(.2,.7,.2,1), transform 1.4s cubic-bezier(.2,.7,.2,1), filter 1.4s;
}
.hero-cinematic.in-view .hero-title .char { opacity: 1; transform: translateY(0) rotateX(0); filter: blur(0); }
.hero-cinematic .hero-sub {
  font-family: var(--f-serif); font-style: italic; font-size: clamp(1.1rem, 1.7vw, 1.5rem);
  color: var(--c-cream-mute); max-width: 54ch; margin: 0 auto var(--gap-lg); line-height: 1.55;
  opacity: 0; transform: translateY(16px); transition: opacity 1.4s 0.8s, transform 1.4s 0.8s;
}
.hero-cinematic.in-view .hero-sub { opacity: 1; transform: translateY(0); }
.hero-cinematic .hero-actions {
  display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  opacity: 0; transform: translateY(14px); transition: opacity 1.4s 1.1s, transform 1.4s 1.1s;
}
.hero-cinematic.in-view .hero-actions { opacity: 1; transform: translateY(0); }
.hero-cinematic .hero-meta {
  font-family: var(--f-ui); font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--c-cream-faint); display: inline-flex; align-items: center; gap: var(--gap-md);
  margin-top: var(--gap-lg);
  opacity: 0; transform: translateY(12px); transition: opacity 1.4s 1.3s, transform 1.4s 1.3s;
}
.hero-cinematic.in-view .hero-meta { opacity: 1; transform: translateY(0); }
.hero-cinematic .hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--c-gold); }
.hero-cinematic .scroll-cue {
  position: absolute; bottom: 76px; left: 50%; transform: translateX(-50%); z-index: 3;
  color: var(--c-cream-faint); font-family: var(--f-ui); font-size: 0.66rem; letter-spacing: 0.4em;
  text-transform: uppercase; animation: pulse-down 2.5s ease-in-out infinite;
}
.hero-cinematic .scroll-cue::after { content: " ↓"; }
@keyframes pulse-down { 0%,100% { transform: translate(-50%,0); opacity: 0.6; } 50% { transform: translate(-50%,8px); opacity: 1; } }

/* --- Sub-page mini hero --- */
.sub-hero { min-height: 62vh; }
.sub-hero .hero-title { font-size: clamp(2.8rem, 7vw, 5.6rem); }

/* --- Chapter card --- */
.chapter-card {
  position: relative; min-height: 70vh; background: var(--c-brand-dark); color: var(--c-cream);
  display: grid; place-items: center; padding: var(--gap-2xl) 0; overflow: hidden; isolation: isolate;
}
.chapter-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(60% 50% at 50% 50%, rgba(47,70,54,0.4), transparent 70%),
    linear-gradient(180deg, var(--c-brand-dark) 0%, #0a120c 50%, var(--c-brand-dark) 100%);
}
.chapter-card .chapter-inner { position: relative; z-index: 2; text-align: center; padding: 0 var(--gap-md); }
.chapter-card .chapter-year {
  font-family: var(--f-display); font-size: clamp(7rem, 20vw, 19rem); font-weight: 600;
  letter-spacing: 0.02em; line-height: 0.85; color: var(--c-gold); opacity: 0.16; margin: 0;
}
.chapter-card .chapter-tag {
  font-family: var(--f-ui); font-size: 0.76rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--c-gold); margin-bottom: var(--gap-md);
}
.chapter-card .chapter-line {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.6rem, 3.2vw, 2.7rem); color: var(--c-cream); max-width: 32ch; margin: 0 auto;
  line-height: 1.28; position: relative; margin-top: calc(-1 * clamp(3.5rem, 11vw, 11rem));
}

/* --- Bleed strip --- */
.bleed-strip {
  position: relative; min-height: 86vh; margin: 0; overflow: hidden;
  display: grid; place-items: center; isolation: isolate;
}
.bleed-strip > img {
  position: absolute; inset: 0; width: 100%; height: 130%; object-fit: cover; z-index: -1;
  will-change: transform; filter: saturate(0.95) brightness(0.5) contrast(1.08);
}
.bleed-strip::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(135deg, rgba(28,43,34,0.55), rgba(16,27,20,0.78)); mix-blend-mode: multiply;
}
.bleed-strip::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 46px; background: #000; z-index: 2;
  transition: opacity 0.8s; opacity: 0; pointer-events: none;
}
.bleed-strip .letterbox-bottom {
  position: absolute; bottom: 0; left: 0; right: 0; height: 46px; background: #000; z-index: 2; opacity: 0;
  transition: opacity 0.8s; pointer-events: none;
}
.bleed-strip.in-view::before { opacity: 1; }
.bleed-strip.in-view .letterbox-bottom { opacity: 1; }
.bleed-strip .bleed-inner { text-align: center; color: var(--c-cream); padding: 0 var(--gap-lg); max-width: 840px; z-index: 1; }
.bleed-strip .bleed-inner .eyebrow { color: var(--c-gold); }
.bleed-strip .bleed-inner h2 {
  color: var(--c-cream); font-size: clamp(2.6rem, 6vw, 5.4rem);
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4); margin: 0 auto var(--gap-md);
}
.bleed-strip .bleed-inner p { color: var(--c-cream-mute); font-style: italic; font-size: 1.2rem; max-width: 52ch; margin: 0 auto; }

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .hero-cinematic .hero-title .char, .hero-cinematic .hero-eyebrow, .hero-cinematic .hero-sub,
  .hero-cinematic .hero-actions, .hero-cinematic .hero-meta { opacity: 1 !important; transform: none !important; filter: none !important; }
  .hero-cinematic > .bg { transform: none !important; }
  .hero-cinematic > .bg.bg-1 { opacity: 1 !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
@media print { .nav, .footer, .scroll-cue, .scroll-progress, .demo-notice { display: none; } }
