.cinematic-home {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: 7.5rem 4.5rem 5.5rem;
  color: #fff7eb;
  background: #050403;
}

.cinematic-home::before,
.cinematic-home::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cinematic-home::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.86), rgba(5, 4, 3, 0.24) 52%, rgba(5, 4, 3, 0.82)),
    linear-gradient(180deg, rgba(5, 4, 3, 0.08), rgba(5, 4, 3, 0.9));
}

.cinematic-home::after {
  z-index: 10;
  border-top: 4.8rem solid #030202;
  border-bottom: 4.8rem solid #030202;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.cinematic-home__poster {
  position: absolute;
  z-index: -3;
  inset: 0;
  transform: scale(1.05);
  animation: cinematicPosterDrift 18s ease-in-out infinite alternate;
}

.cinematic-home__poster img,
.cinematic-still img,
.cinematic-act__media img,
.cinematic-invite__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinematic-home__grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px);
  background-size: 26px 26px, 34px 34px;
  mix-blend-mode: screen;
}

.cinematic-home__content {
  position: relative;
  z-index: 12;
  width: min(64rem, 100%);
}

.cinematic-kicker,
.cinematic-home__meta,
.cinematic-act__kicker,
.cinematic-invite__rail,
.cinematic-pass span,
.cinematic-pass small {
  font-family: var(--font-accent);
  letter-spacing: 0;
  text-transform: uppercase;
}

.cinematic-kicker {
  margin: 0 0 1rem;
  color: #d8b861;
  font-size: 0.82rem;
  font-weight: 600;
}

.cinematic-home h1 {
  max-width: 10ch;
  margin: 0;
  color: #fff8ed;
  font-family: "Pinyon Script", var(--font-script);
  font-size: 8.4rem;
  font-weight: 400;
  line-height: 0.76;
  text-shadow: 0 24px 80px rgba(0, 0, 0, 0.68);
}

.cinematic-home__line {
  width: min(44rem, 100%);
  margin: 1.4rem 0 0;
  color: rgba(255, 248, 237, 0.76);
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.3;
}

.cinematic-home__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 248, 237, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
}

.cinematic-home__meta strong {
  color: #fff8ed;
  font-weight: 600;
}

.cinematic-dot {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: #d8b861;
}

.cinematic-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.cinematic-home__actions .btn {
  min-width: 11rem;
  min-height: 3.1rem;
  border-radius: 999px;
}

.cinematic-home__subactions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 0.9rem;
  color: rgba(255, 248, 237, 0.64);
  font-family: var(--font-accent);
  font-size: 0.74rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cinematic-home__subactions span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.cinematic-home__subactions span + span::before {
  content: "";
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 999px;
  background: #d8b861;
}

.cinematic-home .countdown-elegant {
  width: min(36rem, 100%);
  margin: 1.35rem 0 0;
  padding: 1rem;
  border: 1px solid rgba(216, 184, 97, 0.24);
  border-radius: 8px;
  background: rgba(5, 4, 3, 0.48);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cinematic-home .countdown-label {
  color: #d8b861;
  text-shadow: none;
}

.cinematic-home .countdown-unit {
  min-width: 4.6rem;
  padding: 0.75rem 0.8rem;
  border-radius: 8px;
  border-color: rgba(216, 184, 97, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.cinematic-home .countdown-text,
.cinematic-home .countdown-event {
  color: rgba(255, 248, 237, 0.72);
  text-shadow: none;
}

.cinematic-stills {
  position: absolute;
  z-index: 11;
  right: 5rem;
  top: 9rem;
  display: grid;
  gap: 0.75rem;
  width: 13.25rem;
  transform: rotate(3deg);
  animation: cinematicStillFloat 8s ease-in-out infinite alternate;
}

.cinematic-still {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 0.28rem solid rgba(255, 248, 237, 0.9);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.cinematic-pass {
  position: absolute;
  z-index: 12;
  right: 6rem;
  bottom: 7rem;
  display: grid;
  gap: 0.2rem;
  width: 22rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(216, 184, 97, 0.48);
  border-radius: 8px;
  color: #120a04;
  background:
    linear-gradient(90deg, transparent 1.1rem, rgba(18, 10, 4, 0.2) 1.15rem 1.2rem, transparent 1.25rem),
    linear-gradient(135deg, #fff0b8, #d7af55);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  transform: rotate(-4deg);
}

.cinematic-pass strong {
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 0.92;
}

.cinematic-pass span,
.cinematic-pass small {
  font-size: 0.72rem;
  font-weight: 700;
}

.cinematic-storyboard {
  position: relative;
  padding: 5rem 4.5rem;
  color: #fff7eb;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 184, 97, 0.13), transparent 30rem),
    linear-gradient(135deg, #050403 0%, #0a241d 42%, #4b1322 100%);
}

.cinematic-storyboard__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cinematic-storyboard__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(17rem, 0.55fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 2rem;
}

.cinematic-storyboard h2 {
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1;
}

.cinematic-storyboard__header p {
  margin: 0;
  color: rgba(255, 248, 237, 0.72);
  font-family: var(--font-primary);
  font-size: 1.02rem;
  line-height: 1.7;
}

.cinematic-acts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.cinematic-act {
  position: relative;
  min-height: 30rem;
  display: flex;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  outline: 0;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.cinematic-act::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.04), rgba(5, 4, 3, 0.84)),
    linear-gradient(90deg, rgba(5, 4, 3, 0.5), rgba(5, 4, 3, 0.06));
}

.cinematic-act:hover,
.cinematic-act:focus-visible {
  border-color: rgba(216, 184, 97, 0.48);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.40);
  transform: translateY(-2px);
}

.cinematic-act:focus-visible {
  outline: 3px solid rgba(216, 184, 97, 0.88);
  outline-offset: 5px;
}

.cinematic-act__media {
  position: absolute;
  inset: 0;
}

.cinematic-act__media img {
  filter: saturate(0.92) contrast(1.04);
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cinematic-act[data-act="lagos"] .cinematic-act__media img {
  object-position: 64% center;
}

.cinematic-act:hover .cinematic-act__media img {
  transform: scale(1.045);
}

.cinematic-act__copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.65rem;
  padding: 1.2rem;
}

.cinematic-act__kicker {
  margin: 0;
  color: #d8b861;
  font-size: 0.72rem;
  font-weight: 700;
}

.cinematic-act h3 {
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.cinematic-act p {
  margin: 0;
  color: rgba(255, 248, 237, 0.72);
  font-family: var(--font-primary);
  font-size: 0.95rem;
  line-height: 1.55;
}

.cinematic-invite {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
  padding: 2rem;
  border: 1px solid rgba(63, 39, 18, 0.14);
  border-radius: 8px;
  color: #25170d;
  background: linear-gradient(135deg, #f2e5ce, #cbb88d);
  overflow: hidden;
}

.cinematic-invite h2 {
  color: #25170d;
}

.cinematic-invite p {
  color: rgba(37, 23, 13, 0.76);
}

.cinematic-invite__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0.7rem solid rgba(255, 250, 241, 0.72);
  border-radius: 8px;
  transform: rotate(2deg);
  box-shadow: 0 24px 70px rgba(80, 51, 22, 0.22);
}

.cinematic-invite__rail {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  color: rgba(37, 23, 13, 0.64);
  font-size: 0.75rem;
  font-weight: 700;
}

.cinematic-invite__rail span {
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(37, 23, 13, 0.18);
}

@keyframes cinematicPosterDrift {
  from {
    transform: scale(1.05) translate3d(-0.8rem, -0.4rem, 0);
  }
  to {
    transform: scale(1.12) translate3d(0.8rem, 0.4rem, 0);
  }
}

@keyframes cinematicStillFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(3deg);
  }
  to {
    transform: translate3d(0, -1rem, 0) rotate(1deg);
  }
}

@media (max-width: 1180px) {
  .cinematic-home {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .cinematic-home h1 {
    font-size: 7rem;
  }

  .cinematic-stills {
    right: 2rem;
    width: 10.5rem;
  }

  .cinematic-pass {
    right: 2rem;
    width: 19rem;
  }

  .cinematic-storyboard {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .cinematic-acts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .cinematic-home {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    align-items: start;
    row-gap: 1rem;
    padding: 7.25rem 1rem 5.5rem;
  }

  .cinematic-home::after {
    display: none;
  }

  .cinematic-home__content {
    width: 100%;
    max-width: min(100%, 24rem);
    min-width: 0;
  }

  .cinematic-home h1 {
    max-width: min(100%, 9ch);
    font-size: 4.85rem;
    overflow-wrap: normal;
    word-break: normal;
  }

  .cinematic-home__line {
    width: min(100%, 22.5rem);
    max-width: calc(100vw - 2rem);
    font-size: 1.04rem;
    line-height: 1.42;
    text-wrap: pretty;
    overflow-wrap: normal;
    word-break: normal;
  }

  .cinematic-home__meta {
    display: grid;
    gap: 0.25rem;
  }

  .cinematic-dot {
    display: none;
  }

  .cinematic-home__actions {
    display: grid;
    gap: 0.7rem;
  }

  .cinematic-home__actions .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .cinematic-home__subactions {
    display: grid;
    gap: 0.35rem;
    font-size: 0.68rem;
  }

  .cinematic-home__subactions span + span::before {
    display: none;
  }

  .cinematic-home .countdown-elegant {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .cinematic-stills {
    position: relative;
    right: auto;
    top: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
    margin-top: 1.25rem;
    transform: none;
  }

  .cinematic-still {
    aspect-ratio: 1;
    border-width: 0.18rem;
  }

  .cinematic-pass {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
    transform: rotate(-1deg);
  }

  .cinematic-storyboard {
    padding: 3rem 1rem;
  }

  .cinematic-storyboard__header,
  .cinematic-invite {
    grid-template-columns: 1fr;
  }

  .cinematic-storyboard h2 {
    font-size: 2.7rem;
  }

  .cinematic-acts {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cinematic-act {
    width: min(100%, 44rem);
    min-height: min(75rem, calc(100svh - 2rem));
    margin-inline: auto;
    align-items: center;
    justify-content: center;
  }

  .cinematic-act::after {
    background:
      radial-gradient(circle at 50% 48%, rgba(5, 4, 3, 0.18), rgba(5, 4, 3, 0.74) 68%),
      linear-gradient(180deg, rgba(5, 4, 3, 0.12), rgba(5, 4, 3, 0.78)),
      linear-gradient(90deg, rgba(5, 4, 3, 0.34), rgba(5, 4, 3, 0.34));
  }

  .cinematic-act__copy {
    width: min(100%, 32rem);
    margin: 0 auto;
    padding: clamp(1.45rem, 8vw, 3.2rem);
    justify-items: center;
    text-align: center;
  }

  .cinematic-act h3 {
    max-width: 10ch;
    font-size: clamp(2.4rem, 12vw, 4.45rem);
    line-height: 0.96;
  }

  .cinematic-act p {
    max-width: 25ch;
    font-size: clamp(1rem, 4.4vw, 1.35rem);
    line-height: 1.55;
  }
}

@media (max-width: 520px) {
  .cinematic-home {
    padding-top: 5.75rem;
    padding-bottom: 6.5rem;
  }

  .cinematic-home h1 {
    font-size: 3.82rem;
  }

  .cinematic-home__line {
    width: min(100%, 20.75rem);
    font-size: 0.98rem;
  }

  .cinematic-kicker {
    font-size: 0.72rem;
  }

  .cinematic-home .countdown-display {
    gap: 0.35rem;
  }

  .cinematic-home .countdown-elegant {
    margin-top: 0.95rem;
    padding: 0.85rem;
  }

  .cinematic-home .countdown-unit {
    min-width: 3.45rem;
    padding: 0.65rem 0.45rem;
  }

  .cinematic-home__actions {
    gap: 0.6rem;
    margin-top: 1rem;
  }

  .cinematic-home__actions .btn {
    min-height: 3rem;
  }

  .cinematic-pass strong {
    font-size: 2.35rem;
  }

  .cinematic-storyboard h2 {
    font-size: 2.25rem;
  }

  .cinematic-act {
    min-height: min(44rem, calc(100svh - 2rem));
  }

  .cinematic-invite {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-home__poster,
  .cinematic-stills,
  .cinematic-act__media img {
    animation: none;
    transition: none;
    transform: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════════
   HOMEPAGE BELOW-HERO SECTIONS
   These styles previously lived inline inside index.html; consolidated here so
   the homepage chrome has a single source of truth.
   ═══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 980px) {
  .how-it-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.btn-hero {
  padding: 18px 40px;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-hero-primary {
  background: linear-gradient(135deg, var(--color-gold-dark), var(--color-gold));
  color: white;
  border: 2px solid var(--color-gold);
  box-shadow:
    0 8px 24px rgba(94, 69, 16, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow:
    0 12px 28px rgba(94, 69, 16, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: white;
}

.btn-hero-secondary {
  background: rgba(251, 248, 243, 0.72);
  backdrop-filter: blur(12px) saturate(1.03);
  color: var(--color-gold-dark);
  border: 2px solid var(--color-gold);
}

.btn-hero-secondary:hover {
  background: var(--color-gold);
  color: white;
  transform: translateY(-3px);
}

.countdown-elegant {
  margin: var(--space-2xl) auto;
  padding: var(--space-xl) var(--space-2xl);
  background: linear-gradient(
    135deg,
    rgba(251, 248, 243, 0.86) 0%,
    rgba(243, 237, 227, 0.70) 100%
  );
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  border-radius: 30px;
  border: 2px solid rgba(201, 162, 39, 0.3);
  box-shadow:
    0 18px 44px rgba(44, 36, 23, 0.10),
    0 0 0 1px rgba(228, 210, 165, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  max-width: 700px;
  text-align: center;
}

.countdown-label {
  font-family: var(--font-accent);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #966d14;
  margin-bottom: var(--space-md);
  position: relative;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
}

.countdown-label::before,
.countdown-label::after {
  content: '✦';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6em;
  opacity: 0.6;
}

.countdown-label::before { left: -20px; }
.countdown-label::after { right: -20px; }

.countdown-display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  padding: var(--space-md);
  background: linear-gradient(
    180deg,
    rgba(251, 248, 243, 0.92) 0%,
    rgba(243, 237, 227, 0.68) 100%
  );
  border-radius: 20px;
  border: 1px solid rgba(201, 162, 39, 0.2);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.countdown-unit:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 32px rgba(201, 162, 39, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.countdown-value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(
    135deg,
    #8b6914 0%,
    #c9a227 40%,
    #e8d5a3 50%,
    #c9a227 60%,
    #8b6914 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}

.countdown-text {
  font-family: var(--font-accent);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #65503a;
  margin-top: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}

.countdown-separator {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 200;
  color: #a77815;
  opacity: 0.72;
  animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.countdown-event {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-style: italic;
  color: #5a4631;
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(201, 162, 39, 0.2);
}

.countdown-milestone {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--font-script);
  font-size: 1.1rem;
  color: var(--color-gold-rich);
  letter-spacing: 0.02em;
}

.hide-mobile { display: flex; }

@media (max-width: 600px) {
  .countdown-elegant {
    margin: var(--space-lg) auto;
    padding: var(--space-md);
    border-radius: 20px;
  }

  .countdown-unit {
    min-width: 58px;
    padding: 10px 12px;
  }

  .countdown-value {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .countdown-separator { font-size: 1.2rem; }
  .hide-mobile { display: none; }
  .countdown-label::before,
  .countdown-label::after { display: none; }
}

.section-glass {
  background: linear-gradient(
    135deg,
    rgba(251, 248, 243, 0.92) 0%,
    rgba(245, 239, 229, 0.88) 100%
  );
  backdrop-filter: blur(18px) saturate(1.04);
  -webkit-backdrop-filter: blur(18px) saturate(1.04);
  border-radius: var(--radius-xl);
  padding: clamp(var(--space-xl), 4vw, var(--space-2xl));
  border: 1px solid rgba(184, 138, 27, 0.18);
  box-shadow:
    0 22px 52px rgba(44, 36, 23, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  margin-top: clamp(var(--space-2xl), 5vw, var(--space-3xl));
}

.section-glass + .section-glass {
  margin-top: clamp(var(--space-2xl), 4vw, calc(var(--space-3xl) + var(--space-sm)));
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.section-label {
  font-family: var(--font-accent);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--color-gold-rich);
  margin-bottom: var(--space-sm);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
}

.section-title .script-accent {
  font-family: var(--font-script);
  font-size: 0.92em;
  line-height: 0;
  color: var(--color-gold-rich);
}

.section-subtitle {
  font-family: var(--font-primary);
  font-size: 1.02rem;
  line-height: 1.75;
  color: #5c4935;
  max-width: 560px;
  margin: 0 auto;
  text-wrap: pretty;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(var(--space-xl), 4vw, var(--space-2xl));
  align-items: center;
}

.story-content {
  font-family: var(--font-primary);
  font-size: 1.1rem;
  line-height: 1.9;
  color: #4a3928;
}

.story-content p + p { margin-top: var(--space-md); }

.story-quote {
  background: linear-gradient(135deg, rgba(44, 36, 23, 0.94), rgba(91, 30, 45, 0.88));
  border-left: 3px solid var(--color-gold);
  padding: var(--space-lg);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin-top: var(--space-lg);
  box-shadow: 0 18px 36px rgba(44, 36, 23, 0.20);
}

.story-quote-text {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--color-gold-light);
  margin-bottom: var(--space-sm);
}

.story-quote-attr {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(248, 245, 240, 0.72);
}

.story-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.story-image img {
  width: 100%;
  height: auto;
  display: block;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(var(--space-lg), 3vw, var(--space-xl));
  margin-top: var(--space-xl);
  align-items: stretch;
}

.event-card-luxe {
  background: linear-gradient(
    135deg,
    rgba(251, 248, 243, 0.94) 0%,
    rgba(243, 237, 227, 0.78) 100%
  );
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  border: 1px solid rgba(201, 162, 39, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.event-card-luxe::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-gold);
}

.event-card-luxe:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(201, 162, 39, 0.2);
  border-color: var(--color-gold);
}

.event-card-luxe--lagos {
  background: linear-gradient(
    135deg,
    rgba(251, 246, 236, 0.96) 0%,
    rgba(236, 221, 186, 0.84) 100%
  );
  border-color: rgba(184, 138, 27, 0.24);
  box-shadow: 0 20px 44px rgba(94, 69, 16, 0.10);
}

.event-card-luxe--houston {
  background: linear-gradient(
    135deg,
    rgba(250, 247, 242, 0.95) 0%,
    rgba(239, 233, 223, 0.80) 100%
  );
  border-color: rgba(110, 86, 49, 0.16);
  box-shadow: 0 18px 40px rgba(44, 36, 23, 0.08);
}

.event-card-luxe--lagos::before {
  background: linear-gradient(90deg, var(--color-gold-dark), var(--color-gold), var(--color-oxblood));
}

.event-card-luxe--houston::before {
  background: linear-gradient(90deg, var(--color-gold-dark), var(--color-gold), rgba(44, 36, 23, 0.65));
}

.how-it-works-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.how-step { min-height: 100%; }
.how-step .event-location { font-size: 1.5rem; }

.event-icon { font-size: 2.5rem; margin-bottom: var(--space-md); }

.event-type {
  font-family: var(--font-accent);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-gold-rich);
  margin-bottom: var(--space-xs);
}

.event-location {
  font-family: var(--font-script);
  font-size: 2.2rem;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
}

.event-date-display {
  display: flex;
  align-items: baseline;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.event-day {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: var(--color-gold-rich);
  line-height: 1;
}

.event-month-year {
  font-family: var(--font-accent);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.event-desc {
  font-family: var(--font-primary);
  color: #4a3928;
  line-height: 1.7;
  margin-bottom: var(--space-md);
}

.event-link {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold-rich);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  transition: gap 0.3s ease;
}

.event-link:hover { gap: var(--space-sm); }

.rsvp-cta {
  background: linear-gradient(
    135deg,
    rgba(249, 239, 207, 0.92) 0%,
    rgba(233, 214, 164, 0.88) 100%
  );
  border: 2px solid var(--color-gold);
  text-align: center;
  padding: var(--space-3xl) var(--space-xl);
  box-shadow:
    0 24px 52px rgba(94, 69, 16, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.rsvp-cta .section-title {
  font-family: var(--font-script);
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #6b4b0c;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.46),
    0 10px 24px rgba(255, 248, 232, 0.28);
}

.rsvp-cta p {
  color: #4c3a28;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}

@media (max-width: 768px) {
  .countdown-elegant { margin: var(--space-xl) auto; }

  .story-grid,
  .events-grid,
  .how-it-works-grid {
    grid-template-columns: 1fr;
  }

  .story-grid { gap: var(--space-xl); }

  .how-step {
    min-height: 0;
    padding: var(--space-lg);
  }

  .how-step .event-location {
    font-size: 1.3rem !important;
    line-height: 1.15;
  }

  .how-step .event-desc {
    font-size: 1rem;
    line-height: 1.6;
  }

  .event-card-luxe { padding: var(--space-lg); }
  .section-glass { padding: var(--space-xl); }
}

@media (max-width: 480px) {
  .countdown-elegant {
    padding: var(--space-md) 12px;
  }

  .countdown-display { gap: 6px; }

  .countdown-unit {
    min-width: 54px;
    padding: 10px 10px;
  }

  .section-glass {
    border-radius: 24px;
    padding: var(--space-lg);
  }

  .section-header { margin-bottom: var(--space-xl); }

  .section-title {
    font-size: clamp(1.8rem, 9vw, 2.3rem);
  }

  .section-subtitle {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .story-content {
    font-size: 1rem;
    line-height: 1.8;
  }

  .story-quote {
    margin-top: var(--space-md);
    padding: var(--space-md);
  }

  .story-quote-text { font-size: 1.1rem; }

  .event-date-display { gap: 10px; }

  .event-day { font-size: 2.45rem; }

  .event-link,
  .btn-ghost { letter-spacing: 0.16em; }

  .rsvp-cta { padding: var(--space-2xl) var(--space-lg); }
}

