/* ════════════════════════════════════════════════════════════════
   GameChanger Conflict Solutions: statische preview
   Diep marineblauw · warm messing-goud · gebroken wit/ivoor
   ════════════════════════════════════════════════════════════════ */

:root {
  --night-950: #081522;
  --night-900: #10243a;
  --night-800: #14293f;
  --night-700: #1b3450;
  --brass-300: #e2cda5;
  --brass-400: #cdb183;
  --brass-500: #b99a63;
  --brass-600: #9c8150;
  --cream: #fce1b6;
  --ivory: #f4f0e7;
  --ivory-warm: #f9f6ef;
  --steel: #5b7186;
  --font-display: "Marcellus", Georgia, serif;
  --font-sans: "Inter", -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ivory-warm);
  color: var(--night-800);
  font-family: var(--font-sans);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--brass-500); color: var(--night-950); }
:focus-visible { outline: 2px solid var(--brass-500); outline-offset: 3px; }

.container { max-width: 80rem; margin: 0 auto; padding: 0 1.25rem; }
.container-narrow { max-width: 48rem; margin: 0 auto; padding: 0 1.25rem; }
.center { text-align: center; }
@media (min-width: 768px) { .container { padding: 0 2rem; } }

.label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--brass-500);
  font-weight: 500;
}
.gold-rule {
  height: 1px; width: 10rem; margin-top: 2rem;
  background: linear-gradient(90deg, var(--brass-500), transparent);
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.18; margin-top: 1rem; color: var(--night-800); max-width: 36rem; }
h2.light { color: var(--ivory); }
.page-title { font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.18; margin-top: 1rem; color: var(--ivory); max-width: 36rem; }
.section { padding: 5rem 0; }
@media (min-width: 768px) { .section { padding: 7rem 0; } }

.bg-ivory-warm { background: var(--ivory-warm); }
.bg-ivory { background: var(--ivory); }
.bg-night-950 { background: var(--night-950); }
.bg-night-900 { background: var(--night-900); }
.bg-night-800 { background: var(--night-800); }

/* ── Knoppen ─────────────────────────────────────────────────── */
.btn {
  display: inline-block; padding: 0.95rem 1.9rem;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em;
  border-radius: 2px; transition: all 0.3s ease;
}
.btn-gold {
  background: var(--brass-500); border: 1px solid var(--brass-500);
  color: var(--night-950);
}
.btn-gold:hover { background: var(--brass-400); border-color: var(--brass-400); }
.btn-ghost {
  border: 1px solid rgba(246, 241, 231, 0.3); color: var(--ivory);
}
.btn-ghost:hover { border-color: var(--brass-400); color: var(--cream); }

/* ── Navigatie ───────────────────────────────────────────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: linear-gradient(to bottom, rgba(8, 21, 34, 0.7), transparent);
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
.nav.scrolled, .nav.open {
  background: rgba(8, 21, 34, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px -12px rgba(8, 21, 34, 0.5);
}
.nav-inner {
  max-width: 80rem; margin: 0 auto; padding: 1rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between;
}
@media (min-width: 768px) { .nav-inner { padding: 1rem 2rem; } }

.logo { display: flex; align-items: center; gap: 0.75rem; }
.logo img { height: 2.8rem; width: auto; max-width: 100%; object-fit: contain; display: block; }
@media (min-width: 768px) {
  .logo img { height: 3.2rem; }
}

.nav-desktop { display: none; align-items: center; gap: 1.6rem; }
@media (min-width: 1024px) { .nav-desktop { display: flex; } }
.nav-desktop > a {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.02em;
  color: rgba(246, 241, 231, 0.85); padding: 0.5rem 0;
  transition: color 0.3s ease;
}
.nav-desktop > a:hover { color: var(--cream); }
.nav-cta {
  margin-left: 0.5rem; padding: 0.6rem 1.2rem !important;
  background: var(--brass-500); border: 1px solid var(--brass-500);
  color: var(--night-950) !important; font-weight: 600; border-radius: 2px;
}
.nav-cta:hover { background: var(--brass-400); border-color: var(--brass-400); }

.nav-group { position: relative; }
.nav-group-btn {
  display: flex; align-items: center; gap: 0.35rem;
  background: none; border: none; cursor: pointer;
  font-family: var(--font-sans); font-size: 0.8rem; font-weight: 500;
  color: rgba(246, 241, 231, 0.85); padding: 0.5rem 0;
}
.nav-group-btn svg { width: 0.7rem; height: 0.7rem; color: var(--brass-400); transition: transform 0.3s ease; }
.nav-group:hover .nav-group-btn svg { transform: rotate(180deg); }
.nav-drop {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  width: 20rem; padding-top: 0.75rem;
  visibility: hidden; opacity: 0; transition: all 0.3s ease;
}
.nav-group:hover .nav-drop, .nav-group:focus-within .nav-drop { visibility: visible; opacity: 1; }
.nav-drop a {
  display: block; padding: 0.75rem 1.25rem;
  background: var(--night-900); border-bottom: 1px solid rgba(246, 241, 231, 0.05);
}
.nav-drop a:first-child { border-radius: 6px 6px 0 0; border-top: 1px solid rgba(246,241,231,0.1); }
.nav-drop a:last-child { border-radius: 0 0 6px 6px; }
.nav-drop a:hover { background: rgba(27, 52, 80, 0.6); }
.nav-drop span { display: block; font-size: 0.85rem; color: var(--ivory); }
.nav-drop small {
  display: block; margin-top: 0.2rem; font-size: 0.62rem;
  text-transform: uppercase; letter-spacing: 0.18em; color: rgba(205, 177, 131, 0.8);
}

.nav-toggle {
  display: flex; flex-direction: column; justify-content: center; gap: 7px;
  width: 2.75rem; height: 2.75rem; background: none; border: none; cursor: pointer;
  align-items: center;
}
.nav-toggle span { width: 1.75rem; height: 1px; background: var(--ivory); transition: all 0.3s ease; }
.nav-toggle span:last-child { background: var(--brass-400); }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(19deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-19deg); }
@media (min-width: 1024px) { .nav-toggle { display: none; } }

.nav-mobile {
  display: none; background: var(--night-950);
  padding: 1rem 1.5rem 2.5rem;
}
.nav.open .nav-mobile { display: block; }
@media (min-width: 1024px) { .nav.open .nav-mobile { display: none; } }
.nav-mobile a {
  display: block; padding: 0.9rem 0; font-family: var(--font-display);
  font-size: 1.15rem; color: var(--ivory);
  border-bottom: 1px solid rgba(246, 241, 231, 0.1);
}
.nav-mobile a.sub { font-family: var(--font-sans); font-size: 0.9rem; padding-left: 1rem; color: rgba(246,241,231,0.8); }
.nav-mobile-label {
  padding: 0.9rem 0 0.3rem; font-size: 0.65rem; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--brass-400);
}
.nav-mobile .nav-cta {
  margin-top: 1.5rem; text-align: center; font-family: var(--font-sans);
  font-size: 0.85rem; border-bottom: none;
}

/* ── Hero ────────────────────────────────────────────────────── */
.hero { position: relative; background: var(--night-950); }
.hero-media { position: relative; height: 58svh; overflow: hidden; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center center;
  transform-origin: 50% 50%;
  animation: hero-camera-in 8s ease-out both;
  will-change: transform;
}
@media (max-width: 767px) {
  .hero-media img { object-position: 55% center; }
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(8, 21, 34, 0.9), rgba(8, 21, 34, 0.45), transparent),
    linear-gradient(to top, rgba(8, 21, 34, 0.5), transparent 45%);
}
.hero-flash {
  position: absolute; left: 64%; top: 62%; width: 18rem; height: 18rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(252, 225, 182, 0.5), rgba(205, 177, 131, 0.22) 34%, transparent 68%);
  opacity: 0; animation: hero-flash 0.55s ease-out 1.6s 1 both;
  display: none;
}
.hero-dust { position: absolute; left: 64%; top: 63%; display: none; }
.hero-dust span {
  position: absolute; border-radius: 9999px;
  background: radial-gradient(circle, rgba(226, 205, 165, 0.85), transparent);
  opacity: 0;
  animation: hero-dust 1.3s cubic-bezier(0.2, 0.6, 0, 1) 1 both;
  animation-delay: calc(1.6s + var(--dd, 0s));
}

.hero-copy-wrap { background: var(--night-950); padding: 3rem 0; }
.hero-copy-inner { max-width: 36rem; }
.hero-copy-inner > * { opacity: 0; animation: hero-copy-in 0.85s cubic-bezier(0.2, 0.6, 0, 1) both; animation-delay: var(--d, 2.1s); }
.hero h1 { font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1.12; color: var(--ivory-warm); margin-top: 1.25rem; max-width: 34rem; }
.hero h1 em { font-style: normal; color: var(--brass-400); }
.hero-intro { margin-top: 1.5rem; font-size: 1rem; line-height: 1.7; color: rgba(246, 241, 231, 0.85); max-width: 32rem; }
.hero-actions { margin-top: 2.25rem; display: flex; flex-direction: column; gap: 1rem; }

@keyframes hero-camera-in { from { transform: scale(1.01); } to { transform: scale(1.06); } }
@keyframes hero-impact {
  0% { transform: translateX(0) scale(1); }
  30% { transform: translateX(2.5px) scale(1); }
  60% { transform: translateX(-1.5px) scale(1); }
  100% { transform: translateX(0) scale(1); }
}
@keyframes hero-flash { 0% { opacity: 0; } 18% { opacity: 0.55; } 100% { opacity: 0; } }
@keyframes hero-dust {
  0% { opacity: 0; transform: translate(0, 0) scale(0.6); }
  15% { opacity: 0.75; }
  100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(1.15); }
}
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 768px) {
  .hero { display: block; min-height: 100svh; }
  .hero-media { position: absolute; inset: 0; height: 100%; }
  .hero-flash, .hero-dust { display: none; }
  .hero-copy-wrap {
    position: relative; z-index: 10; display: flex; align-items: center;
    min-height: 100svh; background: transparent; padding: 0;
  }
  .hero-copy { width: 100%; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-intro { font-size: 1.1rem; }
}

/* ── Sectie 1: routes ────────────────────────────────────────── */
.routes {
  margin-top: 3rem; display: grid; gap: 1px;
  border: 1px solid rgba(22, 38, 56, 0.1);
  background: rgba(22, 38, 56, 0.1); border-radius: 6px; overflow: hidden;
}
@media (min-width: 768px) { .routes { grid-template-columns: repeat(3, 1fr); } }
.route { background: var(--ivory-warm); padding: 2rem; display: flex; flex-direction: column; transition: background 0.5s ease; }
.route:hover { background: var(--ivory); }
@media (min-width: 768px) { .route { padding: 2.5rem; } }
.route-nr { font-family: var(--font-display); font-size: 0.85rem; color: var(--brass-500); }
.route h3 { margin-top: 1rem; font-size: 1.25rem; line-height: 1.3; color: var(--night-800); }
.route > p { margin-top: 1rem; font-size: 0.875rem; line-height: 1.7; color: var(--steel); flex: 1; }
.route ul { margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid rgba(22, 38, 56, 0.1); list-style: none; }
.route li + li { margin-top: 0.6rem; }
.route a {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.875rem; font-weight: 500; color: var(--night-800);
  transition: color 0.3s ease;
}
.route a::before {
  content: ""; display: inline-block; width: 1.25rem; height: 1px;
  background: var(--brass-500); transition: width 0.3s ease;
}
.route a:hover { color: var(--brass-600); }
.route a:hover::before { width: 1.75rem; }
.muted-note { margin-top: 2rem; max-width: 40rem; font-size: 0.875rem; line-height: 1.7; color: var(--steel); }

/* ── Sectie 2: filosofie ─────────────────────────────────────── */
.filosofie p { color: rgba(246, 241, 231, 0.7); font-size: 1rem; line-height: 2; margin-top: 1.5rem; }
.filosofie-lead {
  font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
  line-height: 1.6 !important; color: var(--ivory) !important; margin-top: 0 !important;
}
.filosofie blockquote {
  margin-top: 3.5rem; padding-left: 1.5rem;
  border-left: 2px solid var(--brass-500);
  font-family: var(--font-display); font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  line-height: 1.6; color: var(--cream);
}
@media (min-width: 768px) { .filosofie p { font-size: 1.1rem; } .filosofie blockquote { padding-left: 2rem; } }

/* ── Sectie 3: diensten ──────────────────────────────────────── */
.section-head { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 900px) { .section-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.section-head-note { max-width: 22rem; font-size: 0.875rem; line-height: 1.7; color: var(--steel); }

.cards { margin-top: 3rem; display: grid; gap: 2rem; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards { grid-template-columns: repeat(3, 1fr); } }
.card {
  display: flex; flex-direction: column; overflow: hidden;
  border-radius: 6px; border: 1px solid rgba(22, 38, 56, 0.1);
  background: var(--ivory-warm);
  box-shadow: 0 10px 40px -12px rgba(8, 21, 34, 0.25);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
a.card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px -14px rgba(8, 21, 34, 0.35); }
.card figure { position: relative; aspect-ratio: 3 / 2; overflow: hidden; margin: 0; }
.card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
a.card:hover figure img { transform: scale(1.04); }
.card figure::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8, 21, 34, 0.45), transparent);
}
.card-badge {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  padding: 0.4rem 0.75rem; border-radius: 2px;
  background: rgba(8, 21, 34, 0.8); backdrop-filter: blur(4px);
  font-size: 0.6rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--brass-300);
}
.card-body { padding: 1.75rem; display: flex; flex-direction: column; flex: 1; }
@media (min-width: 768px) { .card-body { padding: 2rem; } }
.card-body h3 { font-size: 1.35rem; color: var(--night-800); }
.card-body > p { margin-top: 0.9rem; font-size: 0.875rem; line-height: 1.7; color: var(--steel); flex: 1; }
.card-note { margin-top: 1rem; font-size: 0.75rem; line-height: 1.6; color: rgba(91, 113, 134, 0.85); }
.card-cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin-top: 1.5rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(22, 38, 56, 0.1);
  font-size: 0.875rem; font-weight: 600; color: var(--brass-600);
  transition: color 0.3s ease;
}
.card-cta::after { content: "→"; transition: transform 0.3s ease; }
a.card:hover .card-cta { color: var(--brass-500); }
a.card:hover .card-cta::after { transform: translateX(4px); }
.card-domain {
  margin-top: 0.5rem; font-size: 0.62rem; text-transform: uppercase;
  letter-spacing: 0.18em; color: rgba(91, 113, 134, 0.7);
}

/* ── Sectie 4: werkwijze ─────────────────────────────────────── */
.steps {
  margin-top: 3.5rem; list-style: none;
  display: grid; gap: 2.5rem;
}
@media (min-width: 768px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
.steps li { position: relative; border-top: 1px solid rgba(185, 154, 99, 0.3); padding-top: 2rem; }
.steps li::before {
  content: ""; position: absolute; top: -5px; left: 0;
  width: 10px; height: 10px; border-radius: 50%;
  border: 1px solid var(--brass-500); background: var(--night-800);
}
.step-nr { font-family: var(--font-display); font-size: 2.25rem; color: rgba(185, 154, 99, 0.9); }
.steps h3 { margin-top: 1rem; font-size: 1.1rem; line-height: 1.35; color: var(--ivory); }
.steps p { margin-top: 0.75rem; font-size: 0.875rem; line-height: 1.7; color: rgba(246, 241, 231, 0.65); }
.note-box {
  margin-top: 4rem; max-width: 48rem;
  border: 1px solid rgba(246, 241, 231, 0.1); border-radius: 6px;
  background: rgba(16, 36, 58, 0.6); padding: 1.75rem;
}
@media (min-width: 768px) { .note-box { padding: 2.25rem; } }
.note-box p { font-size: 0.95rem; line-height: 1.75; color: rgba(246, 241, 231, 0.75); }

/* ── Sectie 5: waarom ────────────────────────────────────────── */
.grid-2 { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .grid-2 { grid-template-columns: 1fr 1.2fr; gap: 5rem; } }
.body-note { margin-top: 1.5rem; font-size: 0.95rem; line-height: 1.75; color: var(--steel); }
.signals { list-style: none; display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .signals { grid-template-columns: 1fr 1fr; column-gap: 2.5rem; } }
.signals li {
  display: flex; align-items: flex-start; gap: 0.85rem;
  font-size: 0.875rem; line-height: 1.65; color: var(--night-800);
}
.signals li::before {
  content: ""; flex-shrink: 0; margin-top: 0.5rem;
  width: 6px; height: 6px; transform: rotate(45deg);
  background: var(--brass-500);
}

/* ── Sectie 6: voor wie ──────────────────────────────────────── */
.audience { margin-top: 3rem; display: grid; gap: 2rem; }
@media (min-width: 768px) { .audience { grid-template-columns: 1fr 1fr; } }
.audience-card {
  display: flex; flex-direction: column;
  border-radius: 6px; border: 1px solid rgba(22, 38, 56, 0.1);
  background: var(--ivory-warm); padding: 2.25rem;
  box-shadow: 0 10px 40px -12px rgba(8, 21, 34, 0.25);
  transition: transform 0.5s ease, border-color 0.5s ease;
}
@media (min-width: 768px) { .audience-card { padding: 3rem; } }
.audience-card:hover { transform: translateY(-4px); border-color: rgba(185, 154, 99, 0.4); }
.audience-card h3 { font-size: 1.5rem; line-height: 1.3; color: var(--night-800); }
.audience-card p { margin-top: 1.25rem; font-size: 0.95rem; line-height: 1.75; color: var(--steel); flex: 1; }
.audience-card .card-cta { margin-top: 2rem; }

/* ── Sectie 7: over Felix ────────────────────────────────────── */
.felix-grid { display: grid; gap: 3.5rem; align-items: center; }
@media (min-width: 1024px) { .felix-grid { grid-template-columns: auto 1fr; gap: 6rem; } }
.felix-id { text-align: center; margin: 0; }
@media (min-width: 1024px) { .felix-id { text-align: left; } }
.felix-photo {
  width: min(17rem, 78vw); margin: 0 auto;
  border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(185, 154, 99, 0.4);
  box-shadow: 0 24px 60px -18px rgba(8, 21, 34, 0.65);
  aspect-ratio: 3/4;
}
@media (min-width: 768px) { .felix-photo { width: 20rem; } }
.felix-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; display: block; }
.felix-id figcaption { margin-top: 0; }
.felix-name { margin-top: 1.75rem; font-family: var(--font-display); font-size: 1.25rem; color: var(--ivory); }
.felix-role { margin-top: 0.4rem; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.22em; color: var(--brass-400); }
.felix-text { margin-top: 1.75rem; max-width: 42rem; }
.felix-text p { font-size: 0.95rem; line-height: 1.8; color: rgba(246, 241, 231, 0.7); }
.felix-text p + p { margin-top: 1.25rem; }
@media (min-width: 768px) { .felix-text p { font-size: 1rem; } }

/* ── Sectie 8: CTA ───────────────────────────────────────────── */
.cta { position: relative; overflow: hidden; }
.cta-glow {
  position: absolute; top: -10rem; left: 50%; transform: translateX(-50%);
  width: 52rem; height: 24rem; border-radius: 50%; opacity: 0.25;
  background: radial-gradient(ellipse, rgba(185, 154, 99, 0.5), transparent 65%);
}
.cta-title {
  font-family: var(--font-display); font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.25; color: var(--ivory-warm);
}
.cta-sub { margin: 1.5rem auto 0; max-width: 36rem; font-size: 1rem; line-height: 1.75; color: rgba(246, 241, 231, 0.7); }
.cta-actions { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1rem; align-items: center; }
@media (min-width: 640px) { .cta-actions { flex-direction: row; justify-content: center; } }
.wa-icon { width: 1rem; height: 1rem; color: var(--brass-400); vertical-align: -2px; margin-right: 0.4rem; }

/* ── Footer ──────────────────────────────────────────────────── */
.footer { border-top: 1px solid rgba(246, 241, 231, 0.08); color: rgba(246, 241, 231, 0.75); }
.footer-grid { padding: 4rem 1.25rem; display: grid; gap: 3rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); padding: 5rem 2rem; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1.1fr; } }
.footer h3 {
  font-family: var(--font-sans); font-size: 0.7rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.28em; color: var(--brass-500);
  margin-bottom: 1.25rem;
}
.footer nav a { display: block; padding: 0.35rem 0; font-size: 0.85rem; transition: color 0.3s ease; }
.footer nav a:hover { color: var(--cream); }
.footer nav small {
  display: block; font-size: 0.6rem; text-transform: uppercase;
  letter-spacing: 0.18em; color: rgba(205, 177, 131, 0.7);
}
.footer-promise {
  margin-top: 1.5rem; max-width: 18rem;
  font-family: var(--font-display); font-size: 1.05rem; line-height: 1.6; color: rgba(252, 225, 182, 0.9);
}
.footer-note { font-size: 0.85rem; line-height: 1.7; margin-bottom: 1.5rem; }
.footer-base { padding: 0 1.25rem 2rem; }
.footer-base p { border-top: 1px solid rgba(246, 241, 231, 0.1); padding-top: 2rem; font-size: 0.75rem; color: rgba(246, 241, 231, 0.45); }
@media (min-width: 768px) { .footer-base { padding: 0 2rem 2rem; } }

/* ── Reveal ──────────────────────────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.6, 0, 1), transform 0.9s cubic-bezier(0.2, 0.6, 0, 1);
  transition-delay: var(--rd, 0s);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ── Reduced motion ──────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media img, .hero-flash, .hero-dust span { animation: none !important; transform: none !important; }
  .hero-flash, .hero-dust { display: none !important; }
  .hero-copy-inner > * { animation: none !important; opacity: 1 !important; transform: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
