/* ==========================================================================
   Faith Convention 2026 — faith.revival.com
   Converted from the Claude Design canvas ("Faith Convention 2026.dc.html").
   Two-family type system: AOT Serial Mono (headings/chrome) + Newsreader (body).
   Anton is retained only for the pull-quote glyph.
   ========================================================================== */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'AOT Serial Mono';
  src: url('assets/fonts/AOTSerialMono-Medium.woff2') format('woff2'),
       url('assets/fonts/AOTSerialMono-Medium.woff') format('woff');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'AOT Serial Mono';
  src: url('assets/fonts/AOTSerialMono-Bold.woff2') format('woff2'),
       url('assets/fonts/AOTSerialMono-Bold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #0A0908;
  --ink-2: #0D0B09;
  --panel: #100E0B;
  --cream: #F2EBD9;
  --cream-dim: rgba(242, 235, 217, 0.75);
  --cream-faint: rgba(242, 235, 217, 0.1);
  --orange: #E8722A;
  --orange-hi: #F08A3C;
  --amber: #F5A623;
  --ember: #7A1B0C;
  --orange-on-cream: #A63E12;
  --ink-on-cream: #1C150F;
  --body-on-cream: #2A211A;

  --mono: 'AOT Serial Mono', ui-monospace, monospace;
  --serif: 'Newsreader', serif;

  --nav-h: 64px;
  --gutter: clamp(20px, 5vw, 48px);
  --rule: linear-gradient(90deg, #7A1B0C 0%, #E8722A 50%, #F5A623 100%);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--serif);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--orange); }
a:hover { color: var(--amber); }
::selection { background: var(--orange); color: var(--ink); }

img, video { max-width: 100%; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
  margin: 0; padding: 0; white-space: nowrap;
}

/* ---------- Shared type ---------- */
.mono { font-family: var(--mono); }

.kicker {
  font-family: var(--mono); font-weight: 500; font-size: 14.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--orange); text-indent: 0.16em; margin: 0;
}
.kicker--cream { color: var(--orange-on-cream); }

.h2 {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.2; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--cream); margin: 0; text-wrap: balance;
}
.h2--xl { font-size: clamp(36px, 6vw, 78px); line-height: 1.12; }
.h2--dark { color: var(--ink-on-cream); }

.lede {
  font-size: 20.5px; line-height: 1.6;
  color: rgba(242, 235, 217, 0.85); margin: 0; text-wrap: pretty;
}

.rule-top { position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--rule); }

.dotgrid {
  background-image: radial-gradient(rgba(242, 235, 217, 0.035) 1px, transparent 1.4px);
  background-size: 26px 26px;
}

/* Divider: hairline + orange bar + label ("OCTOBER 18–25 | TAMPA, FL | FREE") */
.meta-rule { display: flex; align-items: center; gap: 16px; }
.meta-rule::before, .meta-rule::after { content: ''; width: clamp(28px, 6vw, 64px); height: 1px; }
.meta-rule::before { background: linear-gradient(90deg, rgba(122, 27, 12, 0), var(--orange)); }
.meta-rule::after { background: linear-gradient(90deg, var(--orange), rgba(245, 166, 35, 0)); }
.meta-rule > span {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(14.5px, 1.7vw, 18px); letter-spacing: 0.08em;
  color: var(--cream); white-space: nowrap;
}
.pipe { color: var(--orange); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-weight: 700; font-size: 16px; line-height: 1;
  letter-spacing: 0.1em; text-decoration: none;
  padding: 16px 40px; border-radius: 3px; border: 0;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.btn--solid { background: var(--orange); color: var(--ink); box-shadow: 0 0 36px rgba(232, 114, 42, 0.28); }
.btn--solid:hover { background: var(--orange-hi); color: var(--ink); transform: translateY(-1px); }

.btn--hero { font-size: 17px; padding: 17px 44px; box-shadow: 0 0 44px rgba(232, 114, 42, 0.35); margin-top: 8px; }

.btn--outline { background: transparent; color: var(--cream); border: 1.5px solid rgba(242, 235, 217, 0.9); }
.btn--outline:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); transform: translateY(-1px); }

.btn--outline-orange { background: transparent; color: var(--orange); border: 1.5px solid rgba(232, 114, 42, 0.85); padding: 15px 40px; margin-top: 6px; }
.btn--outline-orange:hover { background: rgba(232, 114, 42, 0.12); color: var(--amber); }

.btn--final {
  background: transparent; color: var(--cream); border: 1.5px solid var(--orange);
  font-size: clamp(16px, 1.9vw, 19px); padding: 20px 56px; margin-top: 10px;
}
.btn--final:hover { background: rgba(232, 114, 42, 0.15); color: var(--cream); transform: translateY(-1px); }

.btn--nav { font-size: 14px; padding: 10px 20px; border-radius: 999px; background: var(--orange); color: var(--ink); white-space: nowrap; }
.btn--nav:hover { background: var(--orange-hi); color: var(--ink); }

.btn--directions { background: var(--orange); color: var(--ink); font-size: 14.5px; font-weight: 700; padding: 12px 26px; align-self: flex-start; margin-top: 6px; }
.btn--directions:hover { background: var(--orange-hi); color: var(--ink); }

/* ---------- Image slots ---------- */
.slot { position: relative; width: 100%; height: 100%; overflow: hidden; background: #17130F; }
.slot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slot--rounded { border-radius: 3px; }
/* Empty state — visible only while no photo has been supplied. */
.slot[data-empty]::after {
  content: attr(data-empty);
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  padding: 18px; text-align: center;
  font-family: var(--mono); font-weight: 500; font-size: 12.5px; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(242, 235, 217, 0.32);
  border: 1px dashed rgba(242, 235, 217, 0.16);
}
.slot--on-cream { background: #E4DAC3; }
.slot--on-cream[data-empty]::after { color: rgba(28, 21, 15, 0.4); border-color: rgba(28, 21, 15, 0.2); }

/* Offset orange frame used on the cream editorial splits */
.framed { position: relative; }
.framed::before {
  content: ''; position: absolute; inset: 0;
  transform: translate(16px, 16px); border: 1.5px solid var(--orange); pointer-events: none;
}
.framed > .slot-wrap { position: relative; width: 100%; }

/* ==========================================================================
   Nav
   ========================================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10, 9, 8, 0);
  border-bottom: 1px solid rgba(242, 235, 217, 0);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: background 0.25s ease, border-color 0.25s ease;
}
.nav.is-scrolled { background: rgba(10, 9, 8, 0.92); border-bottom-color: var(--cream-faint); }

.nav__bar {
  max-width: 1240px; margin: 0 auto; height: var(--nav-h);
  padding: 0 clamp(14px, 4vw, 32px);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.nav__brand { display: flex; align-items: center; gap: clamp(8px, 2.5vw, 12px); min-width: 0; }

.nav__globe {
  display: flex; align-items: center; justify-content: center;
  width: clamp(28px, 8vw, 36px); height: clamp(28px, 8vw, 36px);
  flex-shrink: 0; opacity: 0.65; transition: opacity 0.2s;
}
.nav__globe:hover { opacity: 1; }
.nav__globe img { width: 100%; height: 100%; object-fit: contain; }

.nav__wordmark {
  display: inline-flex; align-items: center;
  font-family: var(--mono); font-weight: 700; font-size: 14.5px; line-height: 1;
  letter-spacing: 0.1em; color: var(--cream); text-decoration: none;
  white-space: nowrap; transform: translateY(1.5px);
}
.nav__wordmark:hover { color: var(--amber); }

.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a {
  font-family: var(--mono); font-weight: 500; font-size: 14.5px; letter-spacing: 0.1em;
  color: var(--cream-dim); text-decoration: none;
}
.nav__links a:hover { color: var(--amber); }

.nav__actions { display: flex; align-items: center; gap: 16px; }

.nav__burger {
  all: unset; box-sizing: border-box; display: none;
  width: 34px; height: 34px; flex-shrink: 0; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.nav__burger span {
  display: block; width: 21px; height: 2px; border-radius: 2px; background: var(--cream);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
}
.nav.is-menu-open .nav__burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav.is-menu-open .nav__burger span:nth-child(2) { opacity: 0; }
.nav.is-menu-open .nav__burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.nav__menu {
  display: none; position: absolute; top: var(--nav-h); left: 0; right: 0;
  background: rgba(10, 9, 8, 0.97);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--cream-faint);
  padding: 10px clamp(16px, 4vw, 32px) 18px;
  flex-direction: column;
  transform-origin: top center;
  transform: scaleY(0.92) translateY(-8px); opacity: 0; pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
.nav__menu a {
  padding: 14px 4px;
  font-family: var(--mono); font-weight: 500; font-size: 14.5px; letter-spacing: 0.1em;
  color: rgba(242, 235, 217, 0.85); text-decoration: none;
  opacity: 0; transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav.is-menu-open .nav__menu { transform: scaleY(1) translateY(0); opacity: 1; pointer-events: auto; }
.nav.is-menu-open .nav__menu a { opacity: 1; transform: translateY(0); }
.nav.is-menu-open .nav__menu a:nth-child(1) { transition-delay: 0s, 0s; }
.nav.is-menu-open .nav__menu a:nth-child(2) { transition-delay: 0.045s, 0.045s; }
.nav.is-menu-open .nav__menu a:nth-child(3) { transition-delay: 0.09s, 0.09s; }
.nav.is-menu-open .nav__menu a:nth-child(4) { transition-delay: 0.135s, 0.135s; }
.nav.is-menu-open .nav__menu a:nth-child(5) { transition-delay: 0.18s, 0.18s; }

@media (max-width: 1019px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav__menu { display: flex; }
  /* The nav CTA is dropped on mobile — the sticky bottom bar covers it, and
     the freed width is what lets the full wordmark fit. */
  .nav__actions .btn--nav { display: none; }
}

/* ==========================================================================
   01 Hero
   ========================================================================== */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; overflow: hidden;
  padding: clamp(96px, 13vh, 130px) var(--gutter) clamp(40px, 7vh, 64px);
}
.hero__bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center bottom;
  pointer-events: none; opacity: 0.5;
}
.hero__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.35) 0%, rgba(10, 9, 8, 0) 30%, rgba(10, 9, 8, 0) 62%, var(--ink) 100%);
}

/* God-rays */
.rays {
  position: absolute; left: 30%; top: 0; width: 40%; height: 84%;
  pointer-events: none; overflow: hidden; mix-blend-mode: screen; opacity: 0.4;
  animation: rayBreathe 9s ease-in-out infinite;
  -webkit-mask-image: radial-gradient(ellipse 52% 80% at 50% 4%, rgba(0, 0, 0, 0.95) 28%, rgba(0, 0, 0, 0) 82%);
  mask-image: radial-gradient(ellipse 52% 80% at 50% 4%, rgba(0, 0, 0, 0.95) 28%, rgba(0, 0, 0, 0) 82%);
}
.rays i {
  position: absolute; top: 0; bottom: 0; display: block;
  animation-name: rayFlicker; animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; will-change: opacity;
}
.rays__fall {
  position: absolute; left: 0; right: 0; top: -300px; bottom: -300px;
  background-image: repeating-linear-gradient(180deg,
    rgba(255, 180, 100, 0) 0px, rgba(255, 185, 110, 0.3) 60px,
    rgba(255, 180, 100, 0) 140px, rgba(255, 165, 85, 0.2) 200px,
    rgba(255, 180, 100, 0) 280px);
  filter: blur(18px); animation: rayFall 15s linear infinite; will-change: transform;
}

/* Ambient colour wash behind the lockup */
.hero__glow { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.hero__glow i { position: absolute; display: block; }
.glow--teal {
  left: -8%; bottom: 0; width: 60%; height: 80%;
  background: radial-gradient(ellipse at 25% 75%, rgba(8, 50, 72, 0.82) 0%, rgba(6, 32, 52, 0.42) 45%, rgba(10, 9, 8, 0) 72%);
  filter: blur(22px); animation: tealDrift 13s ease-in-out infinite;
}
.glow--ember {
  left: 22%; top: 5%; width: 65%; height: 70%;
  background: radial-gradient(ellipse at center, rgba(195, 65, 15, 0.52) 0%, rgba(130, 30, 8, 0.26) 45%, rgba(10, 9, 8, 0) 72%);
  filter: blur(16px); animation: emberPulse 7s ease-in-out infinite;
}
.glow--red {
  right: -6%; top: 15%; width: 45%; height: 65%;
  background: radial-gradient(ellipse at 68% 38%, rgba(165, 42, 8, 0.48) 0%, rgba(85, 18, 6, 0.22) 50%, rgba(10, 9, 8, 0) 75%);
  filter: blur(20px); animation: redEdgeDrift 10s ease-in-out 1.5s infinite;
}

.hero__inner {
  position: relative; z-index: 2; margin: 0 auto; width: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(14px, 2.2vh, 24px); perspective: 1400px;
}
.hero__kicker {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(14px, 1.9vw, 21px); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream); text-indent: 0.14em; text-align: center;
  text-shadow: 0 2px 14px rgba(10, 9, 8, 0.85), 0 0 2px rgba(10, 9, 8, 0.6);
}

/* Layered PNG lockup — F I A T H + CONVENTION, each its own parallax plane */
.lockup {
  position: relative;
  width: max(280px, min(920px, 92vw, calc((100svh - 360px) * 1.1417)));
  aspect-ratio: 1.1417;
  transform-style: preserve-3d; will-change: transform;
}
.lockup__vignette {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 130%; height: 120%; pointer-events: none;
  background: radial-gradient(ellipse 50% 50% at center, rgba(10, 9, 8, 0.72) 0%, rgba(10, 9, 8, 0.45) 48%, rgba(10, 9, 8, 0) 75%);
}
.lockup__heat {
  position: absolute; inset: 0; pointer-events: none; z-index: 10;
  background: radial-gradient(ellipse 70% 60% at 50% 48%, rgba(255, 160, 40, 0.9) 0%, rgba(220, 80, 10, 0.6) 40%, rgba(10, 9, 8, 0) 75%);
  mix-blend-mode: overlay; opacity: 0.3;
}
.layer { position: absolute; inset: 0; will-change: transform, opacity; pointer-events: none; }
.layer img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

/* Text wordmark shown only if the lockup PNGs are unavailable. */
.lockup__fallback { display: none; }
.lockup.is-fallback .lockup__fallback {
  display: flex; position: absolute; inset: 0;
  flex-direction: column; align-items: center; justify-content: center; gap: 0.06em;
  font-family: var(--mono); font-weight: 700; text-transform: uppercase;
  color: var(--cream); text-align: center; line-height: 0.95;
}
.lockup__fallback .word { font-size: clamp(56px, 15vw, 190px); letter-spacing: 0.06em; }
.lockup__fallback .sub { font-size: clamp(18px, 4.4vw, 56px); letter-spacing: 0.18em; color: var(--orange); }

.hero__foot { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero__host {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(14px, 1.5vw, 17px); letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(242, 235, 217, 0.8); text-indent: 0.12em; text-align: center;
}

/* ==========================================================================
   02 Headline + countdown
   ========================================================================== */
.headline { padding: clamp(72px, 9vw, 110px) var(--gutter); text-align: center; }
.headline__inner {
  max-width: 980px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 22px;
}
.headline__sub {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(22px, 2.9vw, 29px); font-style: italic;
  color: var(--amber); text-wrap: balance;
}
.headline__meta {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(14px, 1.7vw, 17px); letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--cream-dim);
}

.countdown {
  display: flex; justify-content: center; align-items: flex-start;
  gap: clamp(18px, 5vw, 54px); margin-top: 26px;
}
.countdown__unit { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.countdown__num {
  font-family: var(--mono); font-weight: 700;
  font-size: clamp(38px, 6vw, 62px); line-height: 1.08;
  min-width: 2ch; text-align: center; color: var(--orange);
}
.countdown__label {
  font-family: var(--mono); font-weight: 500; font-size: 13px;
  letter-spacing: 0.14em; color: rgba(242, 235, 217, 0.5); text-indent: 0.14em;
}

/* ==========================================================================
   Cream editorial splits (03 Hosts, 07 Ministers & Leaders)
   ========================================================================== */
.split {
  position: relative; background: var(--cream); color: var(--ink-on-cream);
  padding: clamp(64px, 8vw, 110px) var(--gutter); overflow: hidden;
}
.split__inner {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(40px, 6vw, 88px); align-items: center;
}
.split__media { display: flex; flex-direction: column; gap: 18px; }
.split__caption { display: flex; flex-direction: column; gap: 5px; padding-top: 8px; }
.split__caption .name {
  font-family: var(--mono); font-weight: 700; font-size: 14.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-on-cream);
}
.split__caption .place {
  font-family: var(--mono); font-weight: 500; font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange-on-cream);
}
.split__copy { display: flex; flex-direction: column; gap: 26px; }
.split__copy p {
  font-size: 20.5px; line-height: 1.75; color: var(--body-on-cream);
  margin: 0; text-wrap: pretty;
}
.split__copy strong { color: var(--ink-on-cream); }

.scripture {
  border-left: 2px solid var(--orange); padding: 6px 0 6px 26px;
  display: flex; flex-direction: column; gap: 10px;
}
.scripture__text {
  font-style: italic; font-size: clamp(23px, 2.6vw, 28px); line-height: 1.45;
  color: var(--ink-on-cream); text-wrap: balance;
}
.scripture__ref {
  font-family: var(--mono); font-weight: 500; font-size: 14.5px;
  letter-spacing: 0.14em; color: var(--orange-on-cream);
}

/* ==========================================================================
   04 Video — scroll-pinned, scales to fill the viewport below the nav
   ========================================================================== */
.video-pin { position: relative; height: 260vh; }
/* The nav is fixed and always on top, so the stage is inset by its height:
   at full expansion the player meets the underside of the nav instead of
   sliding beneath it. main.js reads the same --nav-h for its size target. */
.video-stage {
  position: sticky; top: var(--nav-h); height: calc(100svh - var(--nav-h));
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.video-box {
  position: relative; width: min(960px, 92vw); aspect-ratio: 16/9;
  /* Plain black, as the design has it. A poster image here bleeds at the
     edges while the box is resized every frame during the scroll expansion —
     the iframe is a separate compositing layer and lags the parent box by a
     frame, so whatever is behind it shows through. Black makes any such gap
     invisible against the video's own letterboxing. */
  background: #000;
  border: 1px solid rgba(242, 235, 217, 0.12);
  overflow: hidden; border-radius: 4px; will-change: width, height;
}
.video-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 1019px) {
  .video-pin { height: auto; }
  .video-stage { position: static; height: auto; padding: 56px 0; }
  .video-box { aspect-ratio: 16/9; height: auto !important; width: min(960px, 92vw) !important; border-radius: 4px !important; }
}

/* ==========================================================================
   05 Pull quote
   ========================================================================== */
.quote {
  padding: clamp(72px, 9vw, 120px) var(--gutter);
  background-color: var(--ink);
  background-image:
    radial-gradient(rgba(242, 235, 217, 0.04) 1px, transparent 1.4px),
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('assets/bg-texture-dark.jpg');
  background-size: 24px 24px, cover, cover;
  background-position: 0 0, center, center;
  border-top: 1px solid rgba(242, 235, 217, 0.07);
  border-bottom: 1px solid rgba(242, 235, 217, 0.07);
}
.quote__inner {
  max-width: 900px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 26px;
}
.quote__glyph { font-family: 'Anton', sans-serif; font-size: 82px; line-height: 0.5; color: var(--orange); height: 34px; }
.quote blockquote {
  margin: 0; font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(26px, 4vw, 42px); line-height: 1.4; color: var(--cream); text-wrap: balance;
}
.attrib { display: flex; align-items: center; gap: 16px; }
.attrib::before, .attrib::after { content: ''; width: 44px; height: 1px; }
.attrib::before { background: linear-gradient(90deg, rgba(122, 27, 12, 0.9), var(--orange)); }
.attrib::after { background: linear-gradient(90deg, var(--orange), rgba(245, 166, 35, 0.9)); }
.attrib > span {
  font-family: var(--mono); font-weight: 700; font-size: 14.5px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange);
}

/* ==========================================================================
   06 What You'll Receive — pinned horizontal track
   ========================================================================== */
.receive { position: relative; height: 320vh; }
.receive__stage {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(36px, 5vh, 64px) var(--gutter) clamp(64px, 9vh, 100px);
}
.receive__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; pointer-events: none;
}
.receive__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.93) 0%, rgba(10, 9, 8, 0.8) 50%, rgba(10, 9, 8, 0.93) 100%);
}
.receive__inner {
  position: relative; width: 100%;
  display: flex; flex-direction: column; gap: clamp(24px, 4.5vh, 44px);
}
.receive__head {
  text-align: center; max-width: 1180px; margin: 0 auto; width: 100%;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.receive__head .h2 { font-size: clamp(28px, 4vw, 46px); }
.receive__quote {
  font-size: clamp(21px, 2.6vw, 25px); line-height: 1.55; font-style: italic;
  color: rgba(242, 235, 217, 0.88); margin: 0; max-width: 640px; text-wrap: balance;
}
.receive__attrib {
  font-family: var(--mono); font-weight: 700; font-size: 14.5px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange);
}
.receive__viewport { overflow: hidden; margin: -50px; padding: 50px; }
.receive__track { display: flex; gap: 14px; will-change: transform; }
.receive__card {
  background: rgba(16, 14, 11, 0.82); border: 1px solid rgba(242, 235, 217, 0.09);
  border-radius: 4px; padding: 28px 26px;
  flex: 0 0 clamp(280px, calc((100% - 28px) / 2.5), 560px);
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.4s ease;
}
.receive__card .num { font-family: var(--mono); font-weight: 700; font-size: 26px; line-height: 1; color: var(--orange); }
.receive__card .title {
  font-family: var(--mono); font-weight: 700; font-size: 18px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--cream);
}
.receive__card p { font-size: 18px; line-height: 1.6; color: rgba(242, 235, 217, 0.68); margin: 0; text-wrap: pretty; }

.receive__progress {
  position: absolute; left: 0; right: 0; bottom: 0; height: 7px;
  background: var(--cream-faint); overflow: hidden;
}
.receive__progress i {
  display: block; height: 100%; width: 100%;
  transform: scaleX(0); transform-origin: left; will-change: transform;
  background: var(--rule);
}

/* ==========================================================================
   08 Mid-page CTA / 14 Final CTA
   ========================================================================== */
.cta {
  position: relative; overflow: hidden;
  min-height: clamp(380px, calc(95vh - 260px), 720px);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(96px, 12vw, 160px) var(--gutter);
  text-align: center; background: var(--ink);
}
.cta__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.cta__video--drone { bottom: -80px; inset: auto 0 -80px 0; height: 100%; object-position: center bottom; }
.cta__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.78) 0%, rgba(10, 9, 8, 0.42) 45%, rgba(10, 9, 8, 0.8) 100%);
}
.cta__scrim--final {
  background: linear-gradient(180deg, #0C0D14 0%, rgba(12, 13, 20, 0.4) 35%, rgba(10, 9, 8, 0.2), var(--ink) 100%);
}
.cta__inner {
  position: relative; max-width: 860px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 22px;
}
.cta__head {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(36px, 6vw, 74px); line-height: 1.25; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--cream); margin: 0;
  text-shadow: 0 2px 20px rgba(10, 9, 8, 0.8); text-wrap: balance;
}
.cta__head span { display: inline-block; }
.cta__body {
  font-size: 20.5px; line-height: 1.6; color: rgba(242, 235, 217, 0.88);
  margin: 0; max-width: 560px; font-weight: 500; text-wrap: pretty;
  text-shadow: 0 1px 12px rgba(10, 9, 8, 0.7);
}
.cta--final .cta__head { line-height: 1.12; letter-spacing: 0.04em; text-shadow: 0 4px 30px rgba(10, 9, 8, 0.8); }

/* Word-by-word fade-up. Words hold their final layout slot from the start. */
[data-cta-anim] span {
  animation: ctaWordUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both paused;
}
/* "MADE FOR THIS" also colour-shifts to orange, sequenced to start only
   after every word has landed. */
[data-cta-anim] span[data-hl] {
  animation: ctaWordUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both paused,
             ctaHl 0.5s ease both paused;
}
/* Must follow both shorthands above — they reset play-state. */
[data-cta-anim].is-playing span,
[data-cta-anim].is-playing span[data-hl] { animation-play-state: running; }

/* ==========================================================================
   09 Schedule
   ========================================================================== */
.schedule {
  scroll-margin-top: 78px; padding: clamp(72px, 9vw, 120px) var(--gutter);
  background-color: var(--ink);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('assets/bg-texture-dark.jpg');
  background-size: cover, cover; background-position: center, center;
  border-top: 1px solid rgba(242, 235, 217, 0.07);
  border-bottom: 1px solid rgba(242, 235, 217, 0.07);
}
.schedule__inner { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.schedule__head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.schedule__stats {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(11.5px, 3.3vw, 13.5px); letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--orange); white-space: nowrap;
}
.schedule__stats .sep { color: rgba(242, 235, 217, 0.4); }
.schedule__list { display: flex; flex-direction: column; }
.schedule__row {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 32px;
  padding: 24px 4px; border-top: 1px solid var(--cream-faint);
}
.schedule__row:last-child { border-bottom: 1px solid var(--cream-faint); }
.schedule__time {
  font-family: var(--mono); font-weight: 700;
  font-size: clamp(28px, 4.6vw, 44px); line-height: 1; min-width: 190px; color: var(--orange);
}
.schedule__name {
  font-family: var(--mono); font-weight: 500; font-size: 16px;
  letter-spacing: 0.08em; text-transform: uppercase; color: rgba(242, 235, 217, 0.85);
}
.schedule__note {
  font-size: 15.5px; line-height: 1.6; color: rgba(242, 235, 217, 0.6);
  margin: 0; text-align: center; text-wrap: pretty;
}

/* ==========================================================================
   10 Highlights + testimonies
   ========================================================================== */
.highlights {
  padding: clamp(64px, 8vw, 100px) var(--gutter); background: var(--ink-2);
  border-top: 1px solid rgba(242, 235, 217, 0.07);
  border-bottom: 1px solid rgba(242, 235, 217, 0.07);
}
.highlights__inner { max-width: 1180px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.highlights__head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; }

.gallery {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  grid-auto-rows: 185px; grid-auto-flow: dense; gap: 10px;
}
.gallery__tile { position: relative; }
.gallery__tile--wide { grid-column: span 2; }
.gallery__tile--big { grid-column: span 2; grid-row: span 2; }
.gallery__zoom {
  all: unset; box-sizing: border-box;
  position: absolute; right: 10px; bottom: 10px; width: 34px; height: 34px;
  border-radius: 3px; background: rgba(10, 9, 8, 0.72);
  border: 1px solid rgba(242, 235, 217, 0.3); color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  cursor: zoom-in; font-size: 18px; line-height: 1;
}
.gallery__zoom:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); }

.testimonies { display: flex; flex-direction: column; gap: 20px; padding-top: 8px; }
.testimonies__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px; align-items: start;
}
.testimony {
  background: var(--panel); border: 1px solid rgba(242, 235, 217, 0.12);
  border-radius: 4px; padding: 26px 28px;
}
.testimony p {
  font-style: italic; font-size: 18px; line-height: 1.65;
  color: rgba(242, 235, 217, 0.88); margin: 0 0 14px; text-wrap: pretty;
}
.testimony cite {
  font-style: normal; font-family: var(--mono); font-weight: 700; font-size: 14.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream);
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 220; display: none;
  background: rgba(10, 9, 8, 0.94);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 56px); cursor: zoom-out;
}
.lightbox.is-open { display: flex; }
.lightbox__img {
  width: min(1400px, 94vw); height: 86svh;
  background-size: contain; background-position: center; background-repeat: no-repeat;
  cursor: default; filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.65));
}
.lightbox__btn {
  all: unset; box-sizing: border-box; position: absolute;
  border-radius: 50%; background: rgba(16, 14, 11, 0.8);
  border: 1px solid rgba(242, 235, 217, 0.25); color: var(--cream);
  display: flex; align-items: center; justify-content: center; cursor: pointer; line-height: 1;
}
.lightbox__btn:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.lightbox__prev, .lightbox__next { width: 52px; height: 52px; font-size: 30px; top: 50%; transform: translateY(-50%); padding-bottom: 4px; }
.lightbox__prev { left: clamp(8px, 2vw, 28px); }
.lightbox__next { right: clamp(8px, 2vw, 28px); }
.lightbox__close { width: 46px; height: 46px; font-size: 24px; top: clamp(12px, 3vh, 28px); right: clamp(12px, 2vw, 28px); }
.lightbox__counter {
  position: absolute; left: 50%; bottom: clamp(12px, 3vh, 28px); transform: translateX(-50%);
  font-family: var(--mono); font-weight: 700; font-size: 14.5px;
  letter-spacing: 0.14em; color: rgba(242, 235, 217, 0.75);
}

/* ==========================================================================
   11 Watch online
   ========================================================================== */
.watch { position: relative; padding: clamp(72px, 9vw, 110px) var(--gutter); text-align: center; overflow: hidden; }
.watch__bg {
  position: absolute; bottom: 0; left: -25%; width: 150%; height: 150%;
  object-fit: cover; object-position: center bottom; pointer-events: none; opacity: 0.55; z-index: 0;
}
.watch__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.75); z-index: 1; }
.watch__inner {
  position: relative; z-index: 2; max-width: 700px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.watch__inner .h2 { font-size: clamp(27px, 3.8vw, 44px); }
.watch__inner p { font-size: 20.5px; line-height: 1.7; color: rgba(242, 235, 217, 0.78); margin: 0; text-wrap: pretty; }

/* ==========================================================================
   12 FAQ
   ========================================================================== */
.faq {
  scroll-margin-top: 78px; padding: clamp(64px, 8vw, 100px) var(--gutter);
  background: var(--ink-2); border-top: 1px solid rgba(242, 235, 217, 0.07);
}
.faq__inner { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.faq__inner .h2 { font-size: clamp(26px, 3.8vw, 42px); text-align: center; }
.faq__list { display: flex; flex-direction: column; }
.faq__item { border-top: 1px solid var(--cream-faint); }
.faq__q {
  all: unset; box-sizing: border-box; display: flex; width: 100%;
  align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer; padding: 19px 4px; text-align: left;
}
.faq__q > span:first-child {
  font-family: var(--serif); font-weight: 500; font-size: 20.5px;
  color: var(--cream); transition: color 0.25s ease;
}
.faq__q[aria-expanded="true"] > span:first-child { color: var(--amber); }

/* Plus/minus toggle: two bars, one rotates away on open */
.plus { flex-shrink: 0; width: 22px; height: 22px; position: relative; }
.plus i {
  position: absolute; left: 2px; right: 2px; top: 50%; height: 2px;
  margin-top: -1px; background: var(--orange); display: block;
}
.plus i:last-child { transform: rotate(90deg); transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
.faq__q[aria-expanded="true"] .plus i:last-child { transform: rotate(0deg); }

.faq__a {
  display: grid; grid-template-rows: 0fr; overflow: hidden;
  transition: grid-template-rows 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { min-height: 0; overflow: hidden; }
.faq__a p {
  font-size: 18px; line-height: 1.7; color: rgba(242, 235, 217, 0.7);
  margin: 0; padding: 0 4px 22px; text-wrap: pretty;
  opacity: 0; transition: opacity 0.3s ease;
}
.faq__item.is-open .faq__a p { opacity: 1; transition-delay: 0.15s; }

/* ==========================================================================
   13 Travel & lodging
   ========================================================================== */
.travel {
  scroll-margin-top: 78px; padding: clamp(64px, 8vw, 100px) var(--gutter);
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink) 70%, #0C0D14 100%);
}
.travel__inner { max-width: 1180px; margin: 0 auto; display: flex; flex-direction: column; gap: 44px; }
.travel__head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.travel__head .h2 { font-size: clamp(26px, 3.8vw, 42px); }
.travel__head p { font-size: 20.5px; line-height: 1.6; color: var(--cream-dim); margin: 0; max-width: 520px; text-wrap: pretty; }

.travel__block { display: flex; flex-direction: column; gap: 14px; }
.travel__duo { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; }
.travel__panel {
  position: relative; height: clamp(300px, 38vw, 480px);
  background: var(--panel); border: 1px solid rgba(242, 235, 217, 0.09);
  border-radius: 4px; overflow: hidden;
  /* Leaflet's panes run to z-index 1000 and the fixed nav is only 100, so
     without a stacking context here the map paints straight over the nav.
     `isolation` contains Leaflet's z-indexes inside this panel — raising the
     nav instead would put it above the lightbox (z 220), which is worse. */
  isolation: isolate;
}
.travel__panel travel-map { position: absolute; inset: 0; }

.venue {
  background: var(--panel); border: 1px solid rgba(242, 235, 217, 0.09); border-radius: 4px;
  padding: clamp(24px, 3vw, 34px);
  display: flex; flex-wrap: wrap; align-items: center; gap: 24px 44px;
}
.venue__id { flex: 1; min-width: 250px; display: flex; flex-direction: column; gap: 8px; }
.venue__lines { display: flex; flex-direction: column; gap: 5px; }
.venue__name {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(21px, 2.2vw, 28px); line-height: 1.2;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--cream);
}
.venue__church {
  font-family: var(--mono); font-weight: 500; font-size: 14.5px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream-dim);
}
.venue__addr { font-size: 17px; line-height: 1.55; color: rgba(242, 235, 217, 0.62); }
.venue__facts {
  flex: 1.2; min-width: 280px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px 32px;
}
.fact { display: flex; flex-direction: column; gap: 4px; }
.fact dt {
  font-family: var(--mono); font-weight: 500; font-size: 14.5px;
  letter-spacing: 0.1em; color: rgba(242, 235, 217, 0.5);
}
.fact dd { margin: 0; font-size: 17px; color: rgba(242, 235, 217, 0.85); }

.getting { display: flex; flex-wrap: wrap; gap: 24px; align-items: stretch; }
.getting__photo {
  flex: 1; min-width: 240px; position: relative;
  min-height: clamp(240px, 26vw, 360px);
  background: var(--panel); border: 1px solid rgba(242, 235, 217, 0.09);
  border-radius: 4px; overflow: hidden;
}
.getting__body { flex: 2; min-width: 320px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.getting__body .kicker { text-align: left; }

.airport {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between;
  gap: 4px 24px; padding: 18px 4px; border-top: 1px solid var(--cream-faint);
}
.airport:last-of-type { border-bottom: 1px solid var(--cream-faint); }

/* Nearby Airports box — the venue block's label/value rhythm, which reads
   better here than a row with the mileage pushed out to the right. */
.tile--airports .tile__title { margin-bottom: 4px; }
.airport-facts { margin: 0; display: flex; flex-direction: column; gap: 0; }
.airport-facts dt { text-transform: uppercase; }
.airport-facts .fact { padding: 16px 0; }
.airport-facts .fact + .fact { border-top: 1px solid var(--cream-faint); }
.airport-facts .fact:first-child { padding-top: 4px; }
.airport-facts .fact:last-child { padding-bottom: 0; }
.fact__sub { font-size: 15.5px; color: rgba(242, 235, 217, 0.5); }
.airport__id { display: flex; flex-direction: column; gap: 2px; }
.airport__name {
  font-family: var(--mono); font-weight: 700; font-size: 16px;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--cream);
}
.airport__addr { font-size: 16px; color: rgba(242, 235, 217, 0.6); }
.airport__dist {
  font-family: var(--mono); font-weight: 700; font-size: 17px;
  letter-spacing: 0.08em; color: var(--cream-dim);
}

.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.tile {
  background: var(--panel); border: 1px solid rgba(242, 235, 217, 0.09); border-radius: 4px;
  padding: 22px 24px; display: flex; flex-direction: column; gap: 8px;
}
.tile__title {
  font-family: var(--mono); font-weight: 700; font-size: 14.5px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream);
}
.tile p { font-size: 17px; line-height: 1.6; color: rgba(242, 235, 217, 0.65); margin: 0; text-wrap: pretty; }

/* Hotels */
.hotels { scroll-margin-top: 78px; display: flex; flex-direction: column; gap: 24px; }
.hotels__head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hotels__head h3 {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(22px, 2.8vw, 32px); line-height: 1.2;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--cream); margin: 0;
}
.hotels__note {
  font-family: var(--mono); font-weight: 500; font-size: 14.5px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange);
}
.hotels__note .sep { color: rgba(242, 235, 217, 0.4); }
.hotels__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; }

.hotel {
  background: var(--panel); border: 1px solid rgba(242, 235, 217, 0.09); border-radius: 4px;
  overflow: hidden; display: flex; flex-direction: column; transition: border-color 0.2s;
}
.hotel:hover { border-color: rgba(232, 114, 42, 0.5); }
.hotel__media { position: relative; aspect-ratio: 16/10; background: var(--ink); }
.hotel__pin {
  position: absolute; top: 12px; left: 12px; width: 26px; height: 26px;
  border-radius: 50%; background: var(--cream); color: var(--ink);
  font-family: var(--mono); font-weight: 700; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}
.hotel__body { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 8px; }
.hotel__name {
  font-family: var(--mono); font-weight: 700; font-size: 17px;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--cream);
}
.hotel__addr, .hotel__extra { font-size: 17px; line-height: 1.55; color: rgba(242, 235, 217, 0.62); }
.hotel__tel { font-size: 17px; color: var(--orange); text-decoration: none; }
.hotel__tel:hover { color: var(--amber); }
.hotel__rate { font-size: 17px; font-weight: 600; color: var(--amber); }
.hotel__links { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.hotel__link {
  font-family: var(--mono); font-weight: 500; font-size: 14.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange);
  text-decoration: underline; text-underline-offset: 3px;
}
.hotel__link:hover { color: var(--amber); }

/* Disclaimer disclosure */
.disclaimer { max-width: 880px; margin: 0 auto; width: 100%; border-top: 1px solid var(--cream-faint); }
.disclaimer__btn {
  all: unset; box-sizing: border-box; display: flex; width: 100%;
  align-items: center; justify-content: center; gap: 10px; cursor: pointer; padding: 16px 4px;
}
.disclaimer__btn > span:first-child {
  font-family: var(--mono); font-weight: 500; font-size: 14.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(242, 235, 217, 0.55); transition: color 0.25s ease;
}
.disclaimer__btn[aria-expanded="true"] > span:first-child { color: var(--amber); }
.disclaimer .plus { width: 16px; height: 16px; }
.disclaimer .plus i { left: 1px; right: 1px; }
.disclaimer__btn[aria-expanded="true"] .plus i:last-child { transform: rotate(0deg); }
.disclaimer__body {
  display: grid; grid-template-rows: 0fr; overflow: hidden;
  transition: grid-template-rows 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.disclaimer.is-open .disclaimer__body { grid-template-rows: 1fr; }
.disclaimer__body > div { min-height: 0; overflow: hidden; }
.disclaimer__body p {
  font-size: 14.5px; line-height: 1.65; color: #E87229; margin: 0;
  padding: 0 4px 20px; text-align: center; text-wrap: pretty;
  opacity: 0; transition: opacity 0.3s ease;
}
.disclaimer.is-open .disclaimer__body p { opacity: 1; transition-delay: 0.15s; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { border-top: none; }
.footer__rule { height: 2px; background: var(--rule); }
.footer__inner {
  text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 44px var(--gutter) 40px;
}
.footer__title {
  font-family: var(--mono); font-weight: 500; font-size: 20px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream);
}
.footer__sub {
  font-family: var(--mono); font-weight: 500; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(242, 235, 217, 0.55); text-indent: 0.16em;
}
.footer__addr { font-size: 15.5px; color: rgba(242, 235, 217, 0.5); }
.footer__cta {
  font-family: var(--mono); font-weight: 700; font-size: 14px; line-height: 1;
  letter-spacing: 0.1em; color: var(--orange); text-decoration: none; margin-top: 6px;
}
.footer__cta:hover { color: var(--amber); }
.footer__legal { font-size: 14px; color: rgba(242, 235, 217, 0.35); margin-top: 6px; }

@media (max-width: 1019px) { .footer__inner { padding-bottom: 110px; } }

/* ==========================================================================
   Mobile sticky CTA
   ========================================================================== */
.sticky-cta {
  display: none;
  position: fixed; left: 0; right: 0; z-index: 90;
  padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom, 0px));
  --blur-rise: 20px;   /* how far the blur reaches above the bar */
  /* Slides on `bottom`, not `transform`: a transformed ancestor forms a
     backdrop root, which leaves the veil's backdrop-filter nothing to sample —
     it renders as a flat tint instead of a blur. */
  bottom: -160px;
  transition: bottom 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.sticky-cta.is-up { bottom: 0; }

/* Progressive blur, mask-free.
   `mask-image` is avoided entirely: on an ancestor it forms a backdrop root
   (killing the blur outright), and on the blurred element itself it is
   unreliable across engines. Instead, eight unmasked layers each start lower
   than the last. Each one's backdrop includes the layers already painted
   beneath it, so blur ACCUMULATES downward as sqrt(sum of squares).

   The radii are NOT uniform — that was the bug behind the hard top line. A
   stack of identical 6px layers steps from 0 to 6px at the first edge, which
   reads as a crisp seam. Here each radius is picked so the RUNNING TOTAL
   climbs 0.5 -> 1 -> 2 -> 3.5 -> 5.5 -> 8 -> 11.5 -> 16px: the first edge is
   half a pixel (invisible) and every later boundary is a small step. */
.sticky-cta__veil {
  position: absolute; inset: calc(var(--blur-rise) * -1) 0 0 0;
  pointer-events: none;
}
.sticky-cta__veil i,
.sticky-cta__veil u {
  position: absolute; left: 0; right: 0; bottom: 0; display: block;
}
.sticky-cta__veil i:nth-child(1) { top: 0%; backdrop-filter: blur(0.50px); -webkit-backdrop-filter: blur(0.50px); } /* ~0.5px total */
.sticky-cta__veil i:nth-child(2) { top: 8%; backdrop-filter: blur(0.87px); -webkit-backdrop-filter: blur(0.87px); } /* ~1.0px total */
.sticky-cta__veil i:nth-child(3) { top: 17%; backdrop-filter: blur(1.73px); -webkit-backdrop-filter: blur(1.73px); } /* ~2.0px total */
.sticky-cta__veil i:nth-child(4) { top: 27%; backdrop-filter: blur(2.87px); -webkit-backdrop-filter: blur(2.87px); } /* ~3.5px total */
.sticky-cta__veil i:nth-child(5) { top: 38%; backdrop-filter: blur(4.24px); -webkit-backdrop-filter: blur(4.24px); } /* ~5.5px total */
.sticky-cta__veil i:nth-child(6) { top: 50%; backdrop-filter: blur(5.81px); -webkit-backdrop-filter: blur(5.81px); } /* ~8.0px total */
.sticky-cta__veil i:nth-child(7) { top: 64%; backdrop-filter: blur(8.26px); -webkit-backdrop-filter: blur(8.26px); } /* ~11.5px total */
.sticky-cta__veil i:nth-child(8) { top: 80%; backdrop-filter: blur(11.12px); -webkit-backdrop-filter: blur(11.12px); } /* ~16.0px total */
/* Tint rides on top, unblurred, so it carries its own fade. Extra stops
   approximate an ease curve — a bare two-stop linear ramp shows its own edge. */
.sticky-cta__veil u {
  top: 0;
  background: linear-gradient(180deg,
    rgba(10, 9, 8, 0) 0%,
    rgba(10, 9, 8, 0.02) 20%,
    rgba(10, 9, 8, 0.08) 38%,
    rgba(10, 9, 8, 0.18) 55%,
    rgba(10, 9, 8, 0.30) 74%,
    rgba(10, 9, 8, 0.42) 100%);
}

.sticky-cta .btn { position: relative; width: 100%; pointer-events: auto; }

@media (max-width: 1019px) { .sticky-cta { display: block; } }
@media (prefers-reduced-motion: reduce) { .sticky-cta { transition: none; } }

/* ==========================================================================
   Keyframes
   ========================================================================== */
@keyframes emberPulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 0.95; } }
@keyframes tealDrift {
  0%, 100% { opacity: 0.7; transform: translate(0, 0); }
  40% { opacity: 1; transform: translate(2%, -4%); }
  75% { opacity: 0.6; transform: translate(-2%, 3%); }
}
@keyframes redEdgeDrift {
  0%, 100% { opacity: 0.4; transform: translate(0, 0); }
  45% { opacity: 0.68; transform: translate(-3%, -2%); }
  72% { opacity: 0.35; transform: translate(2%, 3%); }
}
@keyframes rayFlicker { 0%, 100% { opacity: 0.06; } 38% { opacity: 1; } 62% { opacity: 0.5; } 80% { opacity: 0.85; } }
@keyframes rayFall { to { transform: translate3d(0, 280px, 0); } }
@keyframes rayBreathe { 0%, 100% { opacity: 0.82; } 50% { opacity: 1; } }
@keyframes ctaWordUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ctaHl { to { color: var(--orange); } }

/* ==========================================================================
   Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-cta-anim] span {
    animation: none !important; opacity: 1 !important; transform: none !important;
  }
  [data-cta-anim] span[data-hl] { color: var(--orange) !important; }
  .rays, .rays i, .rays__fall, .hero__glow i { animation: none !important; }
}
