/* ═══════════════════════════════════════════════════════════════
   THE DOMINANT REGISTER — Design System
   Museum gallery meets Nigerian textile heritage
   "Peace / at home" — authority through arrival
   ═══════════════════════════════════════════════════════════════ */

/* ─── FONT FACES ────────────────────────────────────────────── */

/* PP Editorial New — Pangram Pangram */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Ultralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-UltralightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Ultrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-UltraboldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* PP Neue Montreal — Pangram Pangram */
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Thin.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-SemiBolditalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('fonts/PPNeueMontreal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ─── CUSTOM PROPERTIES ─────────────────────────────────────── */
:root {
  /* Emerald family */
  --emerald: #1B5E3B;
  --emerald-deep: #0F3D26;
  --emerald-light: #2A7A4F;

  /* Teal family */
  --teal: #1A6B6A;
  --teal-light: #238C8A;

  /* Crimson family */
  --crimson: #8B2E1F;
  --crimson-light: #B33D2A;

  /* Coral-gold family */
  --coral-gold: #C8843A;
  --coral-gold-light: #D4A04E;
  --gold-foil: #C9A84C;

  /* Bisque family — the earth canvas */
  --bisque: #E2D5C3;
  --bisque-deep: #D5C9B8;
  --bisque-light: #EBE1D3;

  /* Pearl family */
  --pearl: #F2EDE8;
  --pearl-dim: #C8BFB6;

  /* Void family */
  --void: #0D0A08;
  --void-active: #0F1410;

  /* Semantic tokens */
  --text-on-dark: var(--pearl);
  --text-dim-on-dark: var(--pearl-dim);
  --text-on-light: #2C2016;
  --text-dim-on-light: #6B5A4A;
  --label-on-dark: var(--coral-gold);
  --label-on-light: var(--emerald);

  /* Typography */
  --serif: 'PP Editorial New', Georgia, serif;
  --sans: 'PP Neue Montreal', system-ui, sans-serif;

  /* Spacing */
  --section-pad-x: clamp(24px, 5vw, 96px);
  --section-pad-y: clamp(80px, 12vw, 140px);
  --content-max: 1200px;
  --content-narrow: 800px;

  /* Animation */
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-reveal: 0.85s;
  --duration-hover: 0.35s;
}

/* ─── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body {
  background: var(--bisque);
  color: var(--text-on-light);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; border: none; cursor: pointer; background: none; }

/* ─── TYPOGRAPHY ────────────────────────────────────────────── */
h1 {
  font-family: var(--serif);
  font-weight: 200;
  font-style: italic;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h2 {
  font-family: var(--serif);
  font-weight: 200;
  font-style: italic;
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.005em;
}

h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.2;
}

h4 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

p { max-width: 65ch; }
p + p { margin-top: 1em; }

em { font-style: italic; }

.eyebrow {
  display: block;
  font-family: var(--sans);
  font-size: clamp(9px, 1vw, 11px);
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-label {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.small-text {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* Amber rule — decorative horizontal line */
.amber-rule {
  width: 36px;
  height: 1px;
  background: var(--coral-gold);
  border: none;
  margin: 24px 0;
}

/* ─── SECTION RHYTHM — Option C ─────────────────────────────── */
.section {
  position: relative;
  padding: var(--section-pad-y) var(--section-pad-x);
}

.section-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.section-narrow {
  max-width: var(--content-narrow);
  margin: 0 auto;
}

/* Dark sections — void background */
.section-dark {
  background: var(--void);
  color: var(--text-on-dark);
}
.section-dark .eyebrow,
.section-dark .section-label { color: var(--coral-gold); }
.section-dark h2 em { color: var(--coral-gold); }
.section-dark p em { color: var(--coral-gold-light); }
.section-dark .amber-rule { background: var(--coral-gold); }

/* Bisque sections — warm earth canvas */
.section-bisque {
  background: var(--bisque);
  color: var(--text-on-light);
}
.section-bisque .eyebrow,
.section-bisque .section-label { color: var(--emerald); }
.section-bisque h2 em { color: var(--emerald); }
.section-bisque p em { color: var(--emerald); }
.section-bisque .amber-rule { background: var(--emerald); }

/* Bisque-deep sections — slightly deeper warmth */
.section-bisque-deep {
  background: var(--bisque-deep);
  color: var(--text-on-light);
}
.section-bisque-deep .eyebrow,
.section-bisque-deep .section-label { color: var(--emerald); }
.section-bisque-deep h2 em { color: var(--emerald); }
.section-bisque-deep .amber-rule { background: var(--emerald); }

/* Emerald sections — deep forest */
.section-emerald {
  background: var(--emerald-deep);
  color: var(--text-on-dark);
}
.section-emerald .eyebrow,
.section-emerald .section-label { color: var(--coral-gold); }
.section-emerald h2 em { color: var(--coral-gold); }
.section-emerald p em { color: var(--coral-gold-light); }
.section-emerald .amber-rule { background: var(--coral-gold); }

/* ─── NAVIGATION ────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 5vw, 48px);
  transition: background 0.4s var(--ease-smooth), backdrop-filter 0.4s var(--ease-smooth);
}

.nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13,10,8,0.7) 0%, transparent 100%);
  pointer-events: none;
  transition: opacity 0.4s var(--ease-smooth);
}

.nav.scrolled::before { opacity: 0; }

.nav.scrolled {
  background: rgba(10,10,12,0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-mark {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--pearl);
  position: relative;
  transition: color 0.4s var(--ease-smooth);
}

.nav.scrolled .nav-mark { color: var(--pearl); }

.nav-links {
  display: flex;
  gap: 36px;
  align-items: center;
  position: relative;
}

.nav-links a {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  transition: color 0.25s;
}

.nav-links a:hover { color: var(--coral-gold); }

.nav.scrolled .nav-links a { color: rgba(242,237,232,0.6); }
.nav.scrolled .nav-links a:hover { color: var(--coral-gold); }

.nav-cta {
  color: var(--coral-gold) !important;
  border-bottom: 1px solid rgba(200,132,58,0.5);
  padding-bottom: 2px;
}

.nav.scrolled .nav-cta {
  color: var(--coral-gold) !important;
  border-bottom-color: rgba(200,132,58,0.5);
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  position: relative;
  z-index: 210;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--pearl);
  transition: transform 0.3s var(--ease-smooth), opacity 0.3s, background 0.3s;
}

.nav.scrolled .nav-toggle span { background: var(--pearl); }

.nav-toggle.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile overlay */
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 190;
  background: var(--void);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  opacity: 0;
  transition: opacity 0.4s var(--ease-smooth);
}

.nav-overlay.active {
  display: flex;
  opacity: 1;
}

.nav-overlay a {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--pearl);
  transition: color 0.25s;
}

.nav-overlay a:hover { color: var(--coral-gold); }

/* ─── HERO ──────────────────────────────────────────────────── */
/* ─── HERO NIGHT — FULL-BLEED MOONLIT ──────────────────────── */
.hero-night {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  background-image: url('images/tdr-hero-night.jpg');
  background-size: cover;
  background-position: center 35%;
  background-color: #0A0A0C;
  color: var(--text-on-dark);
  overflow: hidden;
}

/* Bottom-heavy gradient — text zone readable, sky clear */
.hero-night-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(10, 10, 12, 0.94) 0%,
    rgba(10, 10, 12, 0.78) 25%,
    rgba(10, 10, 12, 0.38) 45%,
    rgba(10, 10, 12, 0.1) 60%,
    transparent 75%
  );
}

/* Subtle edge vignette */
.hero-night-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 85% 80% at 50% 45%,
    transparent 50%,
    rgba(10, 10, 12, 0.4) 100%
  );
}

.hero-night-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0 var(--section-pad-x) clamp(48px, 6vh, 80px);
}

.hero-night-inner .eyebrow {
  color: var(--coral-gold);
  margin-bottom: 28px;
}

.hero-night-inner h1 {
  margin-bottom: 40px;
  text-align: center;
  color: #F2EDE8;
}
.hero-night-inner h1 em { color: var(--coral-gold); font-style: italic; }

/* No hero-sub — headline only. Maximum restraint. */

/* Thin rule above credentials */
.hero-rule {
  width: 36px;
  height: 1px;
  background: rgba(200, 132, 58, 0.3);
  margin: 56px auto 24px;
}

/* Credentials inside hero */
.hero-credentials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(8px, 0.9vw, 10px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242, 237, 232, 0.5);
}

.cred-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(200, 132, 58, 0.35);
  display: inline-block;
}

/* Ghost button — sharp corners, coral-gold border */
.btn-ghost {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 52px;
  border: 1px solid rgba(200, 132, 58, 0.6);
  border-radius: 0;
  background: transparent;
  color: var(--coral-gold);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-ghost:hover {
  background: rgba(200, 132, 58, 0.08);
  border-color: var(--coral-gold);
  transform: translateY(-1px);
}

.hero-sub {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(200, 191, 182, 0.8);
  max-width: 480px;
  margin: 0 0 40px;
  text-align: left;
}

/* ─── CREDIBILITY BAR ───────────────────────────────────────── */
.credibility-bar {
  padding: 28px var(--section-pad-x);
  background: var(--bisque);
  border-top: 1px solid rgba(27,94,59,0.12);
  border-bottom: 1px solid rgba(27,94,59,0.12);
}

.credibility-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 32px;
}

.credibility-item {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--emerald);
}

.credibility-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--emerald);
  opacity: 0.4;
}

/* ─── BUTTONS ───────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pearl);
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-light) 100%);
  border: 2px solid var(--coral-gold);
  padding: 18px 44px;
  border-radius: 0;
  transition: transform var(--duration-hover) var(--ease-out),
              box-shadow var(--duration-hover) var(--ease-out);
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(200,132,58,0.25),
              0 0 0 1px rgba(200,132,58,0.12);
}

.btn-primary:active { transform: translateY(0); }

/* On light backgrounds — invert */
.section-bisque .btn-primary,
.section-bisque-deep .btn-primary {
  box-shadow: 0 2px 8px rgba(15,61,38,0.15);
}
.section-bisque .btn-primary:hover,
.section-bisque-deep .btn-primary:hover {
  box-shadow: 0 8px 24px rgba(200,132,58,0.25),
              0 2px 8px rgba(15,61,38,0.1);
}

/* Secondary — ghost/outline */
.btn-secondary {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--emerald);
  background: transparent;
  border: 1.5px solid var(--emerald);
  padding: 16px 40px;
  border-radius: 0;
  transition: background var(--duration-hover),
              color var(--duration-hover),
              transform var(--duration-hover) var(--ease-out);
}

.btn-secondary:hover {
  background: var(--emerald);
  color: var(--pearl);
  transform: translateY(-2px);
}

.section-dark .btn-secondary {
  color: var(--pearl);
  border-color: var(--pearl-dim);
}

.section-dark .btn-secondary:hover {
  background: var(--pearl);
  color: var(--void);
}

/* Text link with arrow */
.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald);
  transition: gap var(--duration-hover) var(--ease-out);
}

.btn-text::after {
  content: '→';
  transition: transform var(--duration-hover) var(--ease-out);
}

.btn-text:hover { gap: 14px; }
.btn-text:hover::after { transform: translateX(2px); }

.section-dark .btn-text { color: var(--coral-gold); }
.section-emerald .btn-text { color: var(--coral-gold); }

/* ─── STAGE CARDS ───────────────────────────────────────────── */
.stages {
  display: flex;
  gap: 24px;
}

.stage {
  flex: 1;
  padding: 24px 0 24px 20px;
}

.stage-border-emerald { border-left: 4px solid var(--emerald); }
.stage-border-teal { border-left: 4px solid var(--teal); }
.stage-border-teal-lt { border-left: 4px solid var(--teal-light); }
.stage-border-gold { border-left: 4px solid var(--coral-gold); }
.stage-border-crimson { border-left: 4px solid var(--crimson); }

.stage-num {
  font-family: var(--sans);
  font-size: 36px;
  font-weight: 800;
  opacity: 0.1;
  line-height: 1;
  margin-bottom: 8px;
}

.stage-name {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.stage-desc {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--pearl-dim);
}

.section-bisque .stage-desc,
.section-bisque-deep .stage-desc { color: var(--text-dim-on-light); }

/* ─── STAT DISPLAY ──────────────────────────────────────────── */
.stat-number {
  font-family: var(--sans);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
  color: var(--coral-gold);
}

.stat-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 6px;
}

.section-bisque .stat-number { color: var(--emerald); }

/* ─── TESTIMONIAL CARDS ─────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.testimonial-card {
  padding: 36px;
  border: 1px solid rgba(27,94,59,0.12);
  border-radius: 0;
  transition: transform var(--duration-hover) var(--ease-out),
              border-color var(--duration-hover);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,132,58,0.3);
}

.testimonial-quote {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  color: var(--coral-gold);
  opacity: 0.4;
  margin-bottom: 8px;
}

.section-bisque .testimonial-quote { color: var(--emerald); opacity: 0.25; }

.testimonial-body {
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 24px;
}

.testimonial-name {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-title {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--text-dim-on-light);
  margin-top: 4px;
}

.section-dark .testimonial-card {
  border-color: rgba(242,237,232,0.08);
}
.section-dark .testimonial-card:hover {
  border-color: rgba(200,132,58,0.25);
}
.section-dark .testimonial-title { color: var(--pearl-dim); }

/* ─── COMPARISON TABLE ──────────────────────────────────────── */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--serif);
}

.compare-table th {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: left;
  border-bottom: 2px solid rgba(242,237,232,0.12);
}

.compare-table th:first-child { color: #888; }
.compare-table th:last-child { color: var(--emerald-light); }

.compare-table td {
  padding: 14px 20px;
  font-size: 16px;
  border-bottom: 1px solid rgba(242,237,232,0.06);
  vertical-align: top;
}

.compare-table td:first-child {
  color: var(--pearl-dim);
  opacity: 0.7;
}

.compare-table td:last-child {
  color: var(--pearl);
}

/* On light backgrounds */
.section-bisque .compare-table th { border-bottom-color: rgba(44,32,22,0.12); }
.section-bisque .compare-table th:first-child { color: #999; }
.section-bisque .compare-table th:last-child { color: var(--emerald); }
.section-bisque .compare-table td { border-bottom-color: rgba(44,32,22,0.08); }
.section-bisque .compare-table td:first-child { color: var(--text-dim-on-light); }
.section-bisque .compare-table td:last-child { color: var(--text-on-light); }

/* ─── FORM INPUTS ───────────────────────────────────────────── */
.form-group { margin-bottom: 24px; }

.form-label {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dim-on-light);
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  font-family: var(--serif);
  font-size: 17px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(27,94,59,0.15);
  border-radius: 0;
  color: var(--text-on-light);
  transition: border-color 0.25s, box-shadow 0.25s;
}

.form-input::placeholder {
  color: var(--text-dim-on-light);
  opacity: 0.5;
}

.form-input:focus {
  outline: none;
  border-color: var(--emerald);
  box-shadow: 0 0 0 3px rgba(27,94,59,0.08);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

/* Dark background forms */
.section-dark .form-input {
  background: rgba(242,237,232,0.06);
  border-color: rgba(242,237,232,0.12);
  color: var(--pearl);
}
.section-dark .form-input::placeholder { color: var(--pearl-dim); opacity: 0.5; }
.section-dark .form-input:focus {
  border-color: var(--coral-gold);
  box-shadow: 0 0 0 3px rgba(200,132,58,0.1);
}
.section-dark .form-label { color: var(--pearl-dim); }

/* ─── CARDS (generic) ───────────────────────────────────────── */
.card {
  padding: 32px;
  border: 1px solid rgba(27,94,59,0.1);
  border-radius: 0;
  transition: transform var(--duration-hover) var(--ease-out),
              border-color var(--duration-hover),
              box-shadow var(--duration-hover);
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,132,58,0.25);
  box-shadow: 0 12px 32px rgba(13,10,8,0.06);
}

.section-dark .card {
  border-color: rgba(242,237,232,0.06);
}
.section-dark .card:hover {
  border-color: rgba(200,132,58,0.2);
  box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

/* ─── FOOTER ────────────────────────────────────────────────── */
.footer {
  background: var(--void);
  color: var(--pearl);
  padding: clamp(48px, 8vw, 80px) var(--section-pad-x) clamp(32px, 4vw, 48px);
}

.footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
}

.footer-brand .nav-mark {
  color: var(--pearl);
  margin-bottom: 16px;
  display: block;
}

.footer-desc {
  font-size: 15px;
  color: var(--pearl-dim);
  line-height: 1.6;
  max-width: 360px;
}

.footer-heading {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--coral-gold);
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--pearl-dim);
  transition: color 0.25s;
}

.footer-links a:hover { color: var(--coral-gold); }

.footer-bottom {
  max-width: var(--content-max);
  margin: 48px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(242,237,232,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--pearl-dim);
  opacity: 0.6;
}

/* ─── PAGE HEADER — Inner pages ────────────────────────────── */
.page-header {
  padding-top: clamp(140px, 18vh, 200px);
}

.page-header h1 {
  max-width: 900px;
}

.page-header-sub {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(242, 237, 232, 0.65);
  max-width: 600px;
  margin-top: 24px;
}

/* Nav on inner pages — starts dark */
.nav--inner {
  background: rgba(10,10,12,0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav--inner::before { opacity: 0; }

/* ─── STAGE HERO — Large number + title ────────────────────── */
.stage-hero {
  display: flex;
  align-items: flex-end;
  gap: clamp(24px, 4vw, 48px);
}

.stage-hero-num {
  font-family: var(--sans);
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 800;
  line-height: 0.85;
  opacity: 0.07;
  letter-spacing: -0.03em;
}

.section-bisque .stage-hero-num,
.section-bisque-deep .stage-hero-num { color: var(--emerald); opacity: 0.08; }

.stage-hero .section-label { margin-bottom: 8px; }

.stage-hero h2 { margin-bottom: 0; }

/* ─── STAGE DETAIL CARDS ───────────────────────────────────── */
.stage-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.stage-detail {
  padding: 28px 0 0;
  border-top: 1px solid rgba(242, 237, 232, 0.08);
}

.stage-detail h4 {
  margin-bottom: 12px;
  color: var(--coral-gold);
}

.stage-detail p {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--pearl-dim);
}

.section-bisque .stage-detail,
.section-bisque-deep .stage-detail {
  border-top-color: rgba(27, 94, 59, 0.12);
}

.section-bisque .stage-detail h4,
.section-bisque-deep .stage-detail h4 { color: var(--emerald); }

.section-bisque .stage-detail p,
.section-bisque-deep .stage-detail p { color: var(--text-dim-on-light); }

/* ─── LINEAGE CARDS ────────────────────────────────────────── */
.lineage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.lineage-card {
  padding: 32px 0;
  position: relative;
}

.lineage-border {
  width: 32px;
  height: 3px;
  margin-bottom: 24px;
}

.lineage-border-emerald { background: var(--emerald); }
.lineage-border-teal { background: var(--teal); }
.lineage-border-gold { background: var(--coral-gold); }

.lineage-card h3 {
  margin-bottom: 4px;
}

.lineage-method {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 16px;
}

.lineage-card > p:last-child {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dim-on-light);
}

/* ─── PERSPECTIVES / ARTICLES ──────────────────────────────── */
.article-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.article-tag {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--coral-gold);
}

.section-bisque .article-tag,
.section-bisque-deep .article-tag { color: var(--emerald); }

.article-date {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.4;
}

.article-body {
  max-width: 720px;
  margin-top: 48px;
}

.article-lead {
  font-size: clamp(19px, 2.4vw, 26px);
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 32px;
}

.article-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.article-closer {
  font-style: italic;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(27, 94, 59, 0.1);
}

.section-dark .article-closer {
  border-top-color: rgba(242, 237, 232, 0.06);
}

/* Practice steps */
.practice-steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 36px 0;
}

.practice-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.practice-step-num {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(200, 132, 58, 0.25);
  color: var(--coral-gold);
}

.section-bisque .practice-step-num,
.section-bisque-deep .practice-step-num {
  border-color: rgba(27, 94, 59, 0.2);
  color: var(--emerald);
}

.practice-step h4 {
  margin-bottom: 6px;
}

.section-bisque .practice-step h4,
.section-bisque-deep .practice-step h4 { color: var(--emerald); }

.section-dark .practice-step h4 { color: var(--coral-gold); }

.practice-step p {
  font-size: 16px;
  line-height: 1.65;
}

.section-dark .practice-step p { color: var(--pearl-dim); }

/* ─── CORPORATE CARDS ──────────────────────────────────────── */
.corp-offerings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.corp-card {
  padding: 36px;
  border: 1px solid rgba(242, 237, 232, 0.06);
  transition: border-color var(--duration-hover);
}

.corp-card:hover {
  border-color: rgba(200, 132, 58, 0.2);
}

.corp-card-featured {
  border-color: rgba(200, 132, 58, 0.15);
}

.corp-card .lineage-border { margin-bottom: 24px; }

.corp-card-label {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--coral-gold);
  margin-bottom: 12px;
}

.corp-card h3 {
  color: var(--pearl);
  margin-bottom: 16px;
}

.corp-card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--pearl-dim);
  margin-bottom: 24px;
}

.corp-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}

.corp-features li {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  color: rgba(242, 237, 232, 0.6);
  padding-left: 16px;
  position: relative;
}

.corp-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background: var(--coral-gold);
  opacity: 0.4;
}

.corp-card-ideal {
  padding-top: 20px;
  border-top: 1px solid rgba(242, 237, 232, 0.06);
}

.corp-card-ideal h4 {
  color: rgba(242, 237, 232, 0.4);
  margin-bottom: 4px;
}

.corp-card-ideal p {
  font-size: 14px;
  color: var(--pearl-dim);
}

/* ─── ASSESSMENT PAGE ──────────────────────────────────────── */
.assessment-section {
  padding-top: 0;
}

.assessment-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.assessment-context h3 {
  color: var(--pearl);
  margin-bottom: 36px;
}

.expect-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.expect-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.expect-num {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 800;
  opacity: 0.08;
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
}

.expect-item h4 {
  color: var(--coral-gold);
  margin-bottom: 6px;
}

.expect-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--pearl-dim);
}

.assessment-note {
  margin-top: 48px;
  padding: 24px;
  border: 1px solid rgba(200, 132, 58, 0.15);
}

.assessment-note p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--pearl-dim);
}

.assessment-note strong {
  color: var(--coral-gold);
  font-weight: 700;
}

.assessment-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.assessment-submit {
  margin-top: 16px;
  width: 100%;
  text-align: center;
}

/* ─── CTA DAWN — Day Sahara full-bleed ─────────────────────── */
.cta-dawn {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('images/tdr-hero-day.jpg');
  background-size: cover;
  background-position: center 40%;
  background-color: #0A0A0C;
  color: var(--text-on-dark);
  padding: var(--section-pad-y) var(--section-pad-x);
}

.cta-dawn-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(10, 10, 12, 0.88) 0%,
    rgba(10, 10, 12, 0.65) 30%,
    rgba(10, 10, 12, 0.45) 55%,
    rgba(10, 10, 12, 0.3) 75%,
    rgba(10, 10, 12, 0.2) 100%
  );
}

.cta-dawn-inner {
  position: relative;
  z-index: 2;
}

.cta-dawn .eyebrow {
  color: var(--coral-gold);
  margin-bottom: 28px;
}

.cta-dawn h2 {
  color: var(--pearl);
  margin-bottom: 24px;
}

.cta-dawn h2 em {
  color: var(--coral-gold);
}

.cta-dawn-body {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(242, 237, 232, 0.75);
  max-width: 520px;
  margin: 0 auto 48px;
  text-align: center;
}

.cta-dawn .small-text {
  color: rgba(242, 237, 232, 0.4);
}

/* ─── ASO-OKE WEAVE TEXTURES ───────────────────────────────── */
.weave {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* Subtle — whisper of textile */
.weave.subtle {
  opacity: 0.04;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0px, transparent 18px,
      var(--coral-gold) 18px, var(--coral-gold) 19px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0px, transparent 24px,
      var(--emerald) 24px, var(--emerald) 25px
    );
  background-size: 40px 40px, 50px 50px;
}

/* Bold-dark — richer weave for dark sections */
.weave.bold-dark {
  opacity: 0.07;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0px, transparent 14px,
      var(--coral-gold) 14px, var(--coral-gold) 16px,
      transparent 16px, transparent 28px,
      var(--emerald-light) 28px, var(--emerald-light) 29px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0px, transparent 20px,
      var(--teal) 20px, var(--teal) 21px,
      transparent 21px, transparent 40px,
      var(--crimson) 40px, var(--crimson) 41px
    ),
    repeating-linear-gradient(
      45deg,
      transparent 0px, transparent 88px,
      var(--coral-gold) 88px, var(--coral-gold) 89px
    );
  background-size: 50px 50px, 60px 60px, 120px 120px;
}

/* Light-weave — for bisque sections */
.weave.light-weave {
  opacity: 0.06;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0px, transparent 18px,
      var(--emerald) 18px, var(--emerald) 19px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0px, transparent 24px,
      var(--coral-gold) 24px, var(--coral-gold) 25px
    );
  background-size: 40px 40px, 50px 50px;
}

/* ─── ACCENT STRIPS ─────────────────────────────────────────── */
.strip-left {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(
    180deg,
    var(--coral-gold) 0%,
    var(--emerald) 35%,
    var(--teal) 65%,
    var(--crimson) 100%
  );
}

.strip-bottom {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--emerald) 0%,
    var(--teal) 20%,
    var(--crimson) 40%,
    var(--coral-gold) 60%,
    var(--emerald-light) 80%,
    var(--teal-light) 100%
  );
}

/* ─── CREDENTIAL BADGES ─────────────────────────────────────── */
.credentials {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.credential {
  padding-left: 16px;
}

.credential-emerald { border-left: 3px solid var(--emerald); }
.credential-teal { border-left: 3px solid var(--teal); }
.credential-gold { border-left: 3px solid var(--coral-gold); }
.credential-crimson { border-left: 3px solid var(--crimson); }

.credential-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 4px;
}

.credential-value {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
}

/* ─── FOUNDER CARD ──────────────────────────────────────────── */
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.founder-card {
  padding: 28px;
  background: rgba(27,94,59,0.06);
  border: 1px solid rgba(200,132,58,0.12);
  border-radius: 0;
}

.founder-card h4 { color: var(--emerald); margin-bottom: 8px; }
.section-dark .founder-card { background: rgba(27,94,59,0.08); }
.section-dark .founder-card h4 { color: var(--coral-gold); }

/* ─── GRID UTILITIES ────────────────────────────────────────── */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.grid-55-45 {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}

/* ─── SCROLL REVEAL ─────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--duration-reveal) ease,
              transform var(--duration-reveal) ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.4s; }

.reveal-stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* ─── IMAGE HOVER ───────────────────────────────────────────── */
.img-hover-wrap {
  overflow: hidden;
  border-radius: 0;
}

.img-hover-wrap img {
  transition: transform 0.85s var(--ease-out);
}

.img-hover-wrap:hover img {
  transform: scale(1.045);
}

/* ─── RESPONSIVE ────────────────────────────────────────────── */

/* Tablet */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }

  .grid-2,
  .grid-55-45 { grid-template-columns: 1fr; gap: 32px; }

  .grid-3 { grid-template-columns: 1fr; gap: 24px; }

  .stages {
    flex-direction: column;
    gap: 16px;
  }

  .testimonials-grid { grid-template-columns: 1fr; }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

  .founder-grid { grid-template-columns: 1fr; }

  .credentials { gap: 20px; }

  .corp-offerings { grid-template-columns: 1fr; gap: 24px; }

  .assessment-layout { grid-template-columns: 1fr; }

  .stage-details { grid-template-columns: 1fr; gap: 24px; }
  .lineage-grid { grid-template-columns: 1fr; gap: 32px; }

  .stage-hero { flex-direction: column; align-items: flex-start; gap: 12px; }
  .stage-hero-num { font-size: 64px; }
}

/* Mobile */
@media (max-width: 500px) {
  body { font-size: 17px; }

  .hero-night { min-height: 100svh; background-position: center 40%; }
  .hero-night-inner { padding-bottom: 40px; }
  .hero-credentials { gap: 8px; }

  .credibility-inner { justify-content: flex-start; }

  .btn-primary { padding: 16px 32px; width: 100%; text-align: center; }

  .testimonial-card { padding: 28px; }

  .cta-dawn { min-height: 60vh; }
  .cta-dawn-body { font-size: 15px; }

  .compare-table { font-size: 14px; }
  .compare-table th,
  .compare-table td { padding: 10px 12px; }
}

/* Small mobile */
@media (max-width: 375px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }

  .credibility-item { font-size: 9px; }
}

/* ─── PRINT ─────────────────────────────────────────────────── */
@media print {
  .nav, .nav-overlay, .weave { display: none; }
  .section-dark, .section-emerald {
    background: white !important;
    color: black !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}
