@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@300;400;600;700;800&display=swap');

:root {
  --red: #c41e1e;
  --dark-red: #850f16;
  --ink: #0b0b17;
  --navy: #111124;
  --charcoal: #202033;
  --gold: #d4a843;
  --bright-gold: #f0c75e;
  --cream: #fff8e7;
  --paper: #f7f4ed;
  --muted: #9c978f;
  --line: rgba(212, 168, 67, .18);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { max-width: 100%; margin: 0; background: var(--ink); color: #fff; font-family: 'Source Sans 3', sans-serif; line-height: 1.65; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--bright-gold); outline-offset: 3px; }
h1, h2, h3, .display { font-family: 'Bebas Neue', 'Arial Narrow', Impact, sans-serif; letter-spacing: .035em; line-height: 1.02; }
h1, h2, h3, p { margin-top: 0; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(790px, calc(100% - 40px)); margin-inline: auto; }
.muted { color: rgba(255, 255, 255, .68); }
.red { color: var(--red); }
.gold { color: var(--gold); }

.site-nav { position: sticky; top: 0; z-index: 100; background: rgba(10, 10, 23, .97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-shell { position: relative; min-height: 68px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 190px; margin-right: auto; color: var(--gold); font-family: 'Bebas Neue', sans-serif; letter-spacing: .08em; }
.brand img { width: 40px; height: 40px; border-radius: 5px; object-fit: cover; box-shadow: 0 0 18px rgba(212, 168, 67, .16); }
.story-nav { display: flex; align-items: center; gap: 15px; }
.story-nav a { color: #e8dfc8; font-size: .68rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; white-space: nowrap; }
.story-nav a:hover, .story-nav a[aria-current="page"] { color: #ef6262; }
.story-nav .nav-cta { padding: 9px 12px; color: #10101d; background: var(--gold); border-radius: 5px; }
.story-nav .nav-cta:hover { color: #10101d; background: var(--bright-gold); }
.mobile-nav { display: none; margin-left: auto; }
.mobile-nav summary { cursor: pointer; color: var(--gold); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-menu { position: absolute; top: 68px; left: 0; right: 0; display: grid; gap: 2px; padding: 12px 20px 20px; background: #0b0b17; border-bottom: 1px solid var(--line); }
.mobile-menu a { padding: 11px 12px; color: #eee5cf; font-size: .8rem; font-weight: 700; text-transform: uppercase; border-radius: 4px; }
.mobile-menu a:hover { background: rgba(212, 168, 67, .08); }

.chapter-hero { position: relative; min-height: 600px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 15% 40%, rgba(196, 30, 30, .17), transparent 38%), linear-gradient(145deg, #080811 0%, #111124 62%, #180b0d 100%); }
.chapter-hero::after { content: ''; position: absolute; width: 540px; height: 540px; right: -220px; top: -120px; border: 1px solid rgba(212, 168, 67, .09); border-radius: 50%; box-shadow: 0 0 0 75px rgba(212, 168, 67, .025), 0 0 0 150px rgba(196, 30, 30, .018); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 70px; align-items: center; padding-block: 96px; }
.hero-grid > * { min-width: 0; }
.chapter-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.chapter-kicker::before { content: ''; width: 42px; height: 3px; background: var(--red); }
.chapter-hero h1 { max-width: 100%; margin-bottom: 24px; font-size: clamp(3.7rem, 8vw, 7rem); overflow-wrap: break-word; }
.chapter-hero .lead { max-width: 730px; margin-bottom: 30px; color: rgba(255, 255, 255, .76); font-size: clamp(1.06rem, 2vw, 1.28rem); }
.hero-mark { width: min(330px, 100%); margin: auto; border-radius: 12px; box-shadow: 0 28px 80px rgba(0, 0, 0, .55); }
.hero-portrait { width: min(330px, 100%); aspect-ratio: 4 / 5; margin: auto; border-radius: 12px; object-fit: cover; object-position: center top; border: 1px solid rgba(212, 168, 67, .28); box-shadow: 0 28px 80px rgba(0, 0, 0, .55); }
.hero-status { margin-top: 20px; color: rgba(255, 255, 255, .55); font-size: .82rem; letter-spacing: .035em; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 6px; background: var(--red); color: #fff; font-weight: 800; letter-spacing: .03em; }
.btn:hover { background: var(--dark-red); }
.btn.gold-button { background: var(--gold); color: #11111c; }
.btn.gold-button:hover { background: var(--bright-gold); }
.btn.ghost { background: transparent; border-color: rgba(212, 168, 67, .45); color: var(--bright-gold); }
.btn.ghost:hover { background: rgba(212, 168, 67, .08); }

.section { padding: 88px 0; }
.section.light { background: var(--paper); color: #20202d; }
.section.cream { background: var(--cream); color: #25202a; }
.section.navy { background: var(--navy); }
.section.black { background: #080811; }
.eyebrow { margin-bottom: 10px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section h2 { max-width: 850px; margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.2rem); }
.section-intro { max-width: 760px; margin-bottom: 42px; color: #66616a; font-size: 1.08rem; }
.section:not(.light):not(.cream) .section-intro { color: rgba(255, 255, 255, .67); }
.center { text-align: center; }
.center h2, .center .section-intro { margin-inline: auto; }
.centered-heading { text-align: center; margin-inline: auto; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 30px; border: 1px solid rgba(212, 168, 67, .16); border-radius: 10px; background: rgba(255, 255, 255, .035); }
.light .card, .cream .card { border-color: rgba(20, 20, 35, .1); background: #fff; box-shadow: 0 12px 34px rgba(20, 20, 30, .06); }
.card h3 { margin-bottom: 10px; color: var(--gold); font-size: 1.55rem; }
.light .card h3, .cream .card h3 { color: var(--dark-red); }
.card p { margin-bottom: 0; color: rgba(255, 255, 255, .67); }
.light .card p, .cream .card p { color: #625d62; }
.card-link { display: inline-block; margin-top: 16px; color: var(--red); font-size: .86rem; font-weight: 800; }
.number { display: block; margin-bottom: 12px; color: var(--gold); font-family: 'Bebas Neue', sans-serif; font-size: 2rem; }

.statement { padding: 35px; border-left: 5px solid var(--red); border-radius: 7px; background: rgba(255, 255, 255, .045); font-size: 1.18rem; }
.light .statement, .cream .statement { background: #fff; color: #35303a; box-shadow: 0 12px 35px rgba(10, 10, 20, .06); }
.boundary { padding: 24px 28px; border: 1px solid rgba(196, 30, 30, .35); border-left: 6px solid var(--red); border-radius: 8px; background: #fff3d2; color: #42382e; }
.boundary strong { color: var(--dark-red); }
.disclaimer { padding: 18px 22px; border: 1px solid rgba(212, 168, 67, .22); border-radius: 7px; background: rgba(212, 168, 67, .055); color: rgba(255, 255, 255, .66); font-size: .9rem; }

.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; margin-block: 36px; }
.flow-step { min-height: 155px; display: grid; place-content: center; padding: 24px; text-align: center; border-radius: 10px; background: #fff; color: #20202d; box-shadow: 0 15px 36px rgba(0, 0, 0, .08); }
.flow-step strong { color: var(--dark-red); font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; }
.flow-arrow { color: var(--gold); font-size: 1.8rem; }

.person { display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: start; }
.person img, .person .initials { width: 110px; height: 110px; object-fit: cover; object-position: center top; border-radius: 50%; border: 3px solid var(--gold); }
.person img.chrissie-photo { object-position: center 68%; }
.person .initials { display: grid; place-items: center; background: var(--dark-red); color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 2rem; }
.role { margin: -5px 0 10px; color: var(--red); font-size: .86rem; font-weight: 800; }

.status-tag { display: inline-block; margin-bottom: 13px; padding: 5px 10px; border-radius: 4px; background: rgba(212, 168, 67, .13); color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-tag.red-tag { background: rgba(196, 30, 30, .12); color: #a71b22; }
.phase { position: relative; overflow: hidden; }
.phase::after { content: attr(data-step); position: absolute; right: 18px; top: 4px; color: rgba(212, 168, 67, .08); font-family: 'Bebas Neue', sans-serif; font-size: 5rem; }

.video-frame { overflow: hidden; position: relative; aspect-ratio: 16 / 9; border: 1px solid rgba(212, 168, 67, .22); border-radius: 12px; background: #000; box-shadow: 0 22px 65px rgba(0, 0, 0, .45); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.demo-steps { counter-reset: demo; }
.demo-step { position: relative; padding-left: 56px; }
.demo-step::before { counter-increment: demo; content: counter(demo); position: absolute; left: 0; top: 0; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 800; }

.timeline { border-left: 2px solid rgba(212, 168, 67, .28); margin-left: 9px; padding-left: 30px; }
.milestone { position: relative; padding: 0 0 30px; }
.milestone::before { content: ''; position: absolute; left: -38px; top: 6px; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px var(--navy); }
.milestone h3 { margin-bottom: 6px; font-size: 1.35rem; }

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.form-panel { padding: 34px; border-radius: 12px; background: #fff; color: #272432; }
.form-panel label { display: block; margin: 16px 0 6px; font-weight: 800; }
.form-panel input, .form-panel select, .form-panel textarea { width: 100%; padding: 12px 13px; border: 1px solid #c9c5bc; border-radius: 5px; background: #fff; color: #222; }
.form-panel textarea { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-row { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; }
.check-row input { width: auto; margin-top: 6px; }
.check-row label { margin: 0; font-weight: 400; }
.honeypot { position: absolute; left: -9999px; }
.fine { color: #746e73; font-size: .82rem; }

.next-chapter { padding: 62px 0; background: linear-gradient(120deg, #231014, #101020); border-top: 1px solid rgba(212, 168, 67, .16); }
.next-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.next-chapter .label { color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.next-chapter h2 { margin: 7px 0 0; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.home-next .next-shell { display: grid; grid-template-columns: 1fr auto 1fr; }
.home-next .next-shell > div { grid-column: 2; text-align: center; }
.home-next .next-shell > .btn { grid-column: 3; justify-self: end; }
.heading-only-centered-next .next-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.heading-only-centered-next .next-shell > div { display: contents; }
.heading-only-centered-next .label { grid-column: 1; justify-self: start; }
.heading-only-centered-next h2 { grid-column: 2; justify-self: center; }
.heading-only-centered-next .btn { grid-column: 3; justify-self: end; }

.site-footer { padding: 48px 0 24px; background: #080811; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 38px; }
.site-footer h3 { margin-bottom: 12px; color: var(--gold); font-size: 1.25rem; }
.site-footer p, .site-footer a { color: rgba(255, 255, 255, .55); font-size: .84rem; }
.site-footer a { display: block; margin-bottom: 5px; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .36); font-size: .75rem; }

@media (max-width: 1120px) {
  .story-nav { display: none; }
  .mobile-nav { display: block; }
}
@media (max-width: 820px) {
  .container, .narrow { width: min(100% - 30px, 680px); }
  .chapter-hero { min-height: auto; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; padding-block: 70px; }
  .chapter-hero h1 { font-size: clamp(3rem, 13vw, 4.6rem); }
  .hero-mark, .hero-portrait { width: min(260px, 75vw); }
  .grid-2, .grid-3, .grid-4, .form-layout, .form-row { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); text-align: center; }
  .next-shell { align-items: flex-start; flex-direction: column; }
  .home-next .next-shell { display: flex; align-items: center; }
  .heading-only-centered-next .next-shell { display: flex; }
  .heading-only-centered-next .next-shell > div { display: block; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand span { display: none; }
  .brand { min-width: 44px; }
  .mobile-nav { flex: 0 0 auto; }
  .section { padding: 68px 0; }
  .person { grid-template-columns: 1fr; text-align: center; }
  .person img, .person .initials { margin-inline: auto; }
  .button-row .btn { width: 100%; }
  .form-panel { padding: 24px; }
}
