/* ============================================================
   Lennert Bewernick · Holistic Business
   Token-first, Brand-Kit v2 (Türkis + Gold)
   Drei Typo-Stimmen: Cinzel (zeremoniell) / Alegreya (editorial)
   / Raleway (klar). Type-Scale: Perfect Fourth ×1.333 auf 17px.
   ============================================================ */

@font-face {
  font-family: "Stay Classy SLDT";
  src: url("../fonts/stay-classy.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Farben, Lennerts Style-Sheet */
  --gold-light: #cec0ab;
  --gold: #b4a36c;
  --gold-dark: #65502a;

  --teal-light: #82c1b6;
  --teal: #4c9a8d;
  --teal-dark: #0e5851;
  --teal-deep: #0a423d;

  --stone: #F4EFE6;
  --stone-soft: #FAF7F1;
  --ink: #1F1D19;
  --ink-soft: #3F3C36;
  --muted: #7A7468;
  --line: #E5DDD0;
  --white: #FFFFFF;

  /* Typo-Stimmen */
  --font-display: "Cinzel", "Trajan Pro", Georgia, serif;
  --font-script: "Stay Classy SLDT", cursive;
  --font-editorial: "Alegreya", Georgia, serif;
  --font-body: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Perfect Fourth ab 17px */
  --fs--1: 0.875rem;                            /* 14 */
  --fs-0: 1.0625rem;                            /* 17 */
  --fs-1: clamp(1.25rem, 1.1rem + 0.7vw, 1.4165rem);   /* ~22.7 */
  --fs-2: clamp(1.5rem, 1.25rem + 1.2vw, 1.889rem);    /* ~30.2 */
  --fs-3: clamp(1.85rem, 1.4rem + 2.2vw, 2.518rem);    /* ~40.3 */
  --fs-4: clamp(2.2rem, 1.6rem + 3.4vw, 3.357rem);     /* ~53.7 */

  --radius: 6px;
  --shadow-md: 0 10px 34px rgba(14, 88, 81, 0.10);
  --shadow-lg: 0 26px 60px rgba(31, 29, 25, 0.18);

  --max: 1180px;
  --pad: 1.375rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; max-width: 100%; }

body {
  font-family: var(--font-body);
  font-size: var(--fs-0);
  line-height: 1.7;
  font-weight: 400;
  color: var(--ink);
  background: var(--stone);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-dark); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--gold-dark); }
::selection { background: var(--teal-light); color: var(--ink); }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ---------- Typo-Rollen ---------- */

h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-4);
  line-height: 1.16;
  letter-spacing: 0.015em;
  color: var(--ink);
}
h1 em, .voice-em {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--teal-dark);
}

h2 {
  font-family: var(--font-editorial);
  font-weight: 500;
  font-size: var(--fs-3);
  line-height: 1.22;
  color: var(--ink);
}
h2 em { font-style: italic; font-weight: 400; color: var(--teal-dark); }

h3 {
  font-family: var(--font-editorial);
  font-weight: 500;
  font-size: var(--fs-2);
  line-height: 1.28;
}

h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs--1);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-dark);
}

.lead { font-size: var(--fs-1); line-height: 1.55; color: var(--ink-soft); font-weight: 400; }

/* Feine Metazeile statt Pill-Badge */
.meta-line {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.meta-line::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: var(--gold);
}
.on-dark .meta-line, .meta-line.on-photo { color: var(--gold-light); }
.on-dark .meta-line::before, .meta-line.on-photo::before { background: var(--gold); }

/* ---------- Buttons: 6px-Radius, kein Pill ---------- */

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.9rem 1.9rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn-primary { background: var(--teal-dark); color: var(--stone-soft); }
.btn-primary:hover { background: var(--teal-deep); color: var(--white); transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-light); color: var(--ink); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--teal-dark); border-color: var(--teal-dark); }
.btn-ghost:hover { border-color: var(--gold-dark); color: var(--gold-dark); }

.link-arrow {
  font-weight: 600;
  color: var(--teal-dark);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.15rem;
}
.link-arrow:hover { color: var(--gold-dark); border-bottom-color: var(--gold-dark); }
.on-dark .link-arrow { color: var(--stone); border-bottom-color: var(--gold); }
.on-dark .link-arrow:hover { color: var(--gold-light); }

/* ---------- Navigation ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: color-mix(in srgb, var(--stone) 92%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.7rem var(--pad);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-brand { display: flex; align-items: center; gap: 0.7rem; color: var(--ink); }
.nav-logo { width: 42px; height: 42px; border-radius: 50%; }
.nav-brand span { display: flex; flex-direction: column; line-height: 1.15; }
.nav-mark { font-family: var(--font-display); font-size: 0.98rem; letter-spacing: 0.07em; }
.nav-brand small { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.nav-links { list-style: none; display: flex; gap: 1.6rem; margin-left: auto; }
.nav-links a { font-size: 0.95rem; font-weight: 500; color: var(--ink-soft); padding: 0.3rem 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: var(--teal-dark); }
.nav-links a.active { color: var(--teal-dark); border-bottom-color: var(--gold); }
.nav-cta { white-space: nowrap; }
.nav .btn { padding: 0.62rem 1.3rem; font-size: 0.92rem; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.4rem; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 60px 0 auto 0;
  z-index: 55;
  background: var(--stone-soft);
  border-bottom: 1px solid var(--line);
  padding: 1.4rem var(--pad) 2rem;
}
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; margin-bottom: 1.4rem; }
.mobile-menu li + li { border-top: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 0.85rem 0.2rem; font-size: 1.05rem; font-weight: 500; color: var(--ink); }
.mobile-menu .btn { width: 100%; text-align: center; }

/* ---------- Hero: Foto-Bühne ---------- */

.stage {
  position: relative;
  min-height: clamp(520px, 82vh, 800px);
  overflow: hidden;
}
.stage-photo,
.stage-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage-photo img { object-position: 50% 26%; }
@media (min-width: 861px) {
  .stage-content h1 { max-width: 13em; }
}
.stage-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(31,29,25,0) 34%, rgba(31,29,25,0.62) 82%);
}
.stage-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.4rem var(--pad);
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.stage-content h1 {
  color: var(--stone-soft);
  max-width: 15em;
  margin-top: 1.2rem;
  margin-bottom: clamp(4.5rem, 9vh, 6.5rem);
  text-wrap: balance;
  text-shadow: 0 1px 3px rgba(31, 29, 25, 0.55), 0 2px 22px rgba(31, 29, 25, 0.45);
}
.stage-content .meta-line {
  text-shadow: 0 1px 3px rgba(31, 29, 25, 0.6), 0 2px 16px rgba(31, 29, 25, 0.5);
}
.stage-content h1 em { color: var(--gold-light); }

/* Karte, die über die Bühnen-Unterkante ragt */
.stage-card {
  position: relative;
  z-index: 3;
  max-width: 620px;
  margin: -5.4rem auto 0 var(--pad);
  background: var(--stone-soft);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 2rem 2.2rem 2.1rem;
}
@media (min-width: 981px) {
  .stage-card { margin-left: calc(max(var(--pad), (100vw - var(--max)) / 2 + var(--pad))); }
}
.stage-card .lead { margin-bottom: 1.5rem; }
.stage-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; align-items: center; }

/* Kompakter Seiten-Hero für Unterseiten */
.page-hero { padding: 4.5rem 0 3rem; }
.page-hero h1 { max-width: 17em; margin: 1.1rem 0 1.3rem; }
.page-hero .lead { max-width: 38em; }

/* ---------- Sektionen & Rhythmus ---------- */

section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
section.tight { padding: clamp(3rem, 6vw, 4.5rem) 0; }

.prose { max-width: 660px; }
.prose p + p { margin-top: 1.1rem; }
.prose h2 { margin: 0.9rem 0 1.4rem; max-width: 18em; }

.closing-voice {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: var(--fs-1);
  color: var(--teal-dark);
  margin-top: 1.6rem;
}

/* Geist-Wort: großes Alegreya-Italic hinter dem Frame-Shift */
.ghost-word {
  position: absolute;
  right: 0.5rem;
  top: -0.4rem;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(5rem, 13vw, 11rem);
  line-height: 1;
  color: var(--gold);
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.has-ghost { position: relative; }

/* Gold-Strich-Listen statt Checkmarks */
.dash-list { list-style: none; margin: 1.3rem 0; }
.dash-list li {
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: 0.75rem;
}
.dash-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 1.05rem;
  height: 2px;
  background: var(--gold);
}

/* ---------- Dunkles Teal-Band (Wie ich arbeite / CTA) ---------- */

.band {
  background: linear-gradient(160deg, var(--teal-dark) 0%, var(--teal-deep) 100%);
  color: var(--stone);
}
section.band-work { padding-top: clamp(2.8rem, 5vw, 4rem); }
.band h2, .band h3 { color: var(--stone-soft); }
.band .lead { color: color-mix(in srgb, var(--stone) 82%, transparent); }
.band p { color: color-mix(in srgb, var(--stone) 88%, transparent); }

.band-split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.band-photo { position: relative; }
.band-photo img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  margin-top: -5.5rem;                 /* bricht nach oben aus dem Band aus */
}
.band-photo::after {
  content: "";
  position: absolute;
  right: -0.9rem;
  bottom: -0.9rem;
  width: 55%;
  height: 55%;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  border-radius: 0 0 var(--radius) 0;
}

/* ---------- Editoriale Stufenliste (statt Karten-Grid) ---------- */

.stages-list { list-style: none; margin-top: 1.5rem; }
.stage-item {
  display: grid;
  grid-template-columns: minmax(90px, 150px) minmax(0, 1fr);
  gap: 1.2rem 2.2rem;
  padding: 2.4rem 0;
  border-top: 1px solid var(--line);
}
.stage-item:last-child { border-bottom: 1px solid var(--line); }
.stage-num {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(3.2rem, 7vw, 5.2rem);
  line-height: 0.9;
  color: var(--gold-dark);
}
.stage-item h3 { margin-bottom: 0.55rem; max-width: 17em; }
.stage-item .stage-kicker {
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.5rem;
}
.stage-body p + p, .stage-body p + ul { margin-top: 0.8rem; }
.stage-fit { font-size: 0.98rem; color: var(--ink-soft); margin-top: 0.9rem; }
.stage-fit strong { color: var(--teal-dark); }

@media (min-width: 861px) {
  .stage-item:nth-child(2) { margin-left: 2.5rem; }
  .stage-item:nth-child(3) { margin-left: 5rem; }
}

.offers-note {
  max-width: 620px;
  margin: 2.2rem 0 0;
  font-size: 0.98rem;
  color: var(--muted);
}

/* ---------- Track-Record: Porträt + Fakten ---------- */

.record-split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2.2rem, 5vw, 4.8rem);
  align-items: start;
}

/* Beweis-Karte: Portal als lebende Arbeitsprobe */
.proof-card {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.2rem, 5vw, 4.5rem);
  align-items: center;
}
.proof-shot { display: block; }
.proof-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  transition: transform 0.25s ease;
}
.proof-shot:hover img { transform: translateY(-4px); }
.proof-body h2 { margin: 0.9rem 0 0.9rem; }
.record-photo { position: relative; max-width: 430px; }
.record-photo img { border-radius: var(--radius); }
.record-photo::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: -0.9rem;
  width: 46%;
  height: 46%;
  border-left: 2px solid var(--gold);
  border-top: 2px solid var(--gold);
  border-radius: var(--radius) 0 0 0;
}
.record-facts { margin-top: 1rem; }
.record-fact {
  display: grid;
  grid-template-columns: minmax(86px, 120px) minmax(0, 1fr);
  gap: 0.4rem 1.4rem;
  align-items: start;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}
.record-fact:last-child { border-bottom: 1px solid var(--line); }
.fact-num {
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  line-height: 1;
  color: var(--gold-dark);
  white-space: nowrap;
}
.record-fact h4 { margin-bottom: 0.45rem; }
.record-fact p { color: var(--ink-soft); }

/* ---------- Anti-Klient ---------- */

.honest { background: var(--stone-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.honest .prose { border-left: 2px solid var(--gold); padding-left: clamp(1.2rem, 3vw, 2.2rem); }

.honest-center { position: relative; overflow: hidden; }
.honest-center .honest-seal {
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(360px, 46vw, 680px);
  height: auto;
  border-radius: 50%;
  opacity: 0.13;
  filter: saturate(0.4);
  pointer-events: none;
  user-select: none;
}
.honest-center .prose {
  border-left: 0;
  padding-left: 0;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.honest-center .prose > .meta-line + h2 { margin-bottom: 1.6rem; }
.honest-center h2, .honest-center .meta-line { text-align: center; display: block; }
.honest-center .meta-line { display: inline-flex; }
.honest-center .prose { text-align: left; }
.honest-center .honest-head { text-align: center; margin-bottom: 0.4rem; }
.honest-center .prose { text-align: center; }
.honest-plain p { max-width: 620px; margin: 0 auto; }
.gold-sep {
  display: block;
  width: 2.4rem;
  height: 1px;
  background: var(--gold);
  border: 0;
  margin: 1.3rem auto;
}

/* ---------- Werte (Über mich) ---------- */

.values-list { list-style: none; margin-top: 1.6rem; max-width: 720px; }
.values-list li { padding: 1.6rem 0; border-top: 1px solid var(--line); }
.values-list li:last-child { border-bottom: 1px solid var(--line); }
.values-list h3 { font-size: var(--fs-1); margin-bottom: 0.4rem; }
.values-list .pending { font-style: italic; color: var(--muted); }

/* ---------- Portal-Feature ---------- */

.featured-portal {
  border: 1px solid var(--line);
  border-left: 3px solid var(--teal-dark);
  border-radius: var(--radius);
  background: var(--stone-soft);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  max-width: 760px;
}
.featured-portal h3 { margin: 0.5rem 0 0.3rem; }
.featured-portal .tagline { color: var(--ink-soft); margin-bottom: 0.9rem; }
.featured-portal .link-arrow { display: inline-block; margin-top: 1.1rem; }

/* ---------- Kontakt-Karten ---------- */

.contact-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.4rem;
  max-width: 880px;
}
.contact-card {
  display: block;
  background: var(--stone-soft);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.8rem 1.9rem;
  color: var(--ink);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); color: var(--ink); border-top-color: var(--teal-dark); }
.contact-card-eyebrow {
  display: block;
  font-family: var(--font-display);
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.6rem;
}
.contact-card-value {
  display: block;
  font-family: var(--font-editorial);
  font-size: var(--fs-2);
  color: var(--teal-dark);
  margin-bottom: 0.7rem;
}
.contact-card-hint { display: block; font-size: 0.97rem; color: var(--ink-soft); }
.contact-direct-note { max-width: 620px; margin-top: 1.8rem; color: var(--muted); font-size: 0.98rem; }

/* ---------- Nummerierte Schritte (Wie wir starten) ---------- */

.steps-list { list-style: none; counter-reset: step; max-width: 720px; margin-top: 1.6rem; }
.steps-list li {
  counter-increment: step;
  position: relative;
  padding: 1.5rem 0 1.5rem 4.6rem;
  border-top: 1px solid var(--line);
}
.steps-list li:last-child { border-bottom: 1px solid var(--line); }
.steps-list li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1.35rem;
  font-family: var(--font-script);
  font-size: 2.3rem;
  line-height: 1;
  color: var(--gold-dark);
}
.steps-list strong.step-title {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 0.35rem;
}

/* ---------- CTA-Schlussband ---------- */

.cta-final { text-align: left; }
.cta-final .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.cta-final-inner { max-width: 720px; }

.cta-split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.cta-photo { position: relative; max-width: 440px; justify-self: end; }
.cta-photo img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.cta-photo::after {
  content: "";
  position: absolute;
  right: -0.9rem;
  bottom: -0.9rem;
  width: 55%;
  height: 55%;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  border-radius: 0 0 var(--radius) 0;
}
.mini-steps {
  list-style: none;
  margin: 1.4rem 0 1.8rem;
  padding: 0;
}
.mini-steps li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  color: color-mix(in srgb, var(--stone) 88%, transparent);
}
.mini-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 1.05rem;
  height: 2px;
  background: var(--gold);
}
.cta-scarcity {
  font-size: 0.98rem;
  color: color-mix(in srgb, var(--stone) 70%, transparent);
  margin-top: 1.2rem;
}
.cta-final h2 { max-width: 15em; }
.cta-final .lead { margin: 1.1rem 0 1.8rem; }
.cta-final .stage-actions { margin-bottom: 1.6rem; }
.cta-final .small-note {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 1.02rem;
  color: color-mix(in srgb, var(--stone) 72%, transparent);
  max-width: 40em;
}

/* ---------- Footer ---------- */

.footer { background: var(--stone); border-top: 1px solid var(--line); padding: 3.2rem 0 2rem; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  margin-bottom: 2.2rem;
}
.footer-brand { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: 0.06em; }
.footer-tagline { color: var(--ink-soft); font-size: 0.95rem; margin-top: 0.3rem; }
.footer-meta { color: var(--muted); font-size: 0.88rem; margin-top: 0.4rem; }
.footer-title {
  font-family: var(--font-display);
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.7rem;
}
.footer ul { list-style: none; }
.footer ul a { display: inline-block; padding: 0.22rem 0; color: var(--ink-soft); font-size: 0.97rem; }
.footer ul a:hover { color: var(--teal-dark); }
.portal-badge {
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 720px;
}
.footer-copy { margin-top: 1.8rem; font-size: 0.85rem; color: var(--muted); }

/* ---------- Reveal (dezent) ---------- */

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .band-split { grid-template-columns: minmax(0, 1fr); }
  .band-photo img { margin-top: 0; max-width: min(520px, 100%); }
  .record-split { grid-template-columns: minmax(0, 1fr); }
  .proof-card { grid-template-columns: minmax(0, 1fr); }
  .cta-split { grid-template-columns: minmax(0, 1fr); }
  .cta-photo { justify-self: start; max-width: min(440px, 100%); }
  .honest-center .honest-seal { right: -30%; opacity: 0.05; }
}

@media (max-width: 860px) {
  .nav-links, .nav .nav-cta { display: none; }
  .nav-toggle { display: block; }

  .stage { min-height: clamp(440px, 68vh, 620px); }
  .stage-photo img { object-position: 82% 30%; }
  .stage-content h1 { margin-bottom: 3.6rem; }
  .stage-card { margin: -2.8rem var(--pad) 0; padding: 1.6rem 1.4rem; }

  .stage-item { grid-template-columns: 1fr; gap: 0.7rem; padding: 1.9rem 0; }
  .stage-num { font-size: 2.4rem; }

  .ghost-word { font-size: 4rem; opacity: 0.35; top: -0.6rem; right: 0.5rem; }

  .footer-grid { grid-template-columns: 1fr; gap: 1.4rem; }
}
