@font-face {
  font-family: "Advent Sans";
  src: url("advent-sans-logo.woff2") format("woff2");
  font-display: swap;
}

:root {
  --navy: #101b35;
  --navy-2: #172745;
  --ink: #172031;
  --orange: #f26a2e;
  --orange-dark: #d95018;
  --cream: #f5efe3;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #687082;
  --line: rgba(16, 27, 53, .16);
  --shadow: 0 24px 80px rgba(16, 27, 53, .12);
  --radius: 1.1rem;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: var(--white); }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 100;
  background: var(--white); color: var(--navy); padding: .75rem 1rem; border-radius: .4rem;
}
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  height: 76px; padding: 0 max(1.25rem, calc((100vw - var(--max)) / 2));
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255, 253, 248, .9); border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px); transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(16,27,53,.06); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.event-wordmark { color: var(--navy); font-size: .86rem; font-weight: 950; letter-spacing: .12em; white-space: nowrap; }
.event-wordmark b { color: var(--orange-dark); }
.brand-divider { width: 1px; height: 38px; background: var(--line); }
.entity-lockup { display: flex; align-items: center; gap: .52rem; color: var(--navy); font-family: "Advent Sans", sans-serif; font-size: .76rem; line-height: 1.02; letter-spacing: -.01em; }
.entity-lockup img { width: 34px; height: 34px; object-fit: contain; }
.entity-lockup sup { font-size: .46em; vertical-align: top; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav a { font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--orange-dark); }
.nav-cta { padding: .68rem 1rem; border-radius: 999px; color: var(--white); background: var(--navy); }
.nav-cta:hover { background: var(--orange-dark); }
.menu-toggle { display: none; background: transparent; border: 0; padding: .5rem; }

.hero {
  position: relative; isolation: isolate; min-height: calc(100vh - 76px); overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); align-items: end; gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(5rem, 11vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)) clamp(4rem, 7vw, 6rem);
  color: var(--white); background: var(--navy);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(circle at 18% 18%, rgba(242,106,46,.18), transparent 32%), linear-gradient(140deg, transparent 55%, rgba(255,255,255,.04));
}
.creation-grid { position: absolute; inset: 0; z-index: -2; display: grid; grid-template-columns: repeat(7, 1fr); }
.creation-grid i { border-right: 1px solid rgba(255,255,255,.06); }
.creation-grid i:last-child { background: var(--orange); opacity: .92; border: 0; }
.hero-copy { max-width: 790px; }
.eyebrow, .section-kicker { margin: 0 0 1.2rem; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section h2, .ask-section h2, .programme-section h2, .closing-banner h2 {
  margin: 0; font-size: clamp(3.45rem, 8vw, 7.6rem); line-height: .86; letter-spacing: -.075em; font-weight: 840;
}
.hero h1 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 670px; margin: 2rem 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.06rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.15rem; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #ff7a3c; }
.button-quiet { border-color: rgba(255,255,255,.28); color: var(--white); }
.button-quiet:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
.event-card { align-self: end; padding: 1.5rem; border: 1px solid rgba(255,255,255,.2); background: rgba(16,27,53,.78); backdrop-filter: blur(18px); }
.event-label { display: block; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.event-card time { display: block; margin-top: .8rem; font-size: 1.32rem; font-weight: 800; }
.event-card > p { margin: .3rem 0 1.25rem; color: rgba(255,255,255,.7); }
.event-card dl { margin: 0; }
.event-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.event-card dt { color: rgba(255,255,255,.62); }
.event-card dd { margin: 0; font-weight: 800; text-align: right; }

.marquee { overflow: hidden; padding: 1.05rem 0; color: var(--navy); background: var(--orange); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 1.2rem; animation: run 28s linear infinite; }
.marquee span { font-size: clamp(1.25rem, 2.3vw, 2.15rem); font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.marquee b { color: var(--cream); }
@keyframes run { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 1.25rem; }
.intro { display: grid; grid-template-columns: .65fr 2fr .9fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.intro h2, .section-head h2, .system h2 { font-size: clamp(3rem, 6vw, 5.8rem); }
.large-copy { margin: 1.5rem 0 0; max-width: 720px; color: var(--muted); font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.promise-note { padding-top: 1rem; border-top: 3px solid var(--orange); }
.promise-note strong, .promise-note span { display: block; }
.promise-note span { margin-top: .6rem; color: var(--muted); }

.pathways { padding-top: 2rem; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(230px, .6fr); gap: 3rem; align-items: end; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.section-head > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.pathway-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pathway-card { min-height: 560px; padding: clamp(1.6rem, 4vw, 2.6rem); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); }
.pathway-card[data-tone="orange"] { background: var(--orange); color: var(--navy); border-color: transparent; }
.pathway-card[data-tone="navy"] { background: var(--navy); color: var(--white); border-color: transparent; }
.pathway-card[data-tone="cream"] { background: var(--cream); }
.card-number { align-self: flex-end; font-size: .76rem; font-weight: 900; letter-spacing: .15em; }
.scripture { margin: 4rem 0 .7rem; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 1rem; opacity: .76; }
.pathway-card h3 { margin: 0; font-size: clamp(2.65rem, 5vw, 4.7rem); line-height: .9; letter-spacing: -.06em; }
.card-subtitle { margin: .8rem 0 1.3rem; font-weight: 850; }
.pathway-card > p:not(.scripture):not(.card-subtitle):not(.takeaway) { max-width: 530px; opacity: .78; }
.pathway-card ul { margin: 1rem 0 2rem; padding-left: 1.1rem; }
.pathway-card li { margin: .4rem 0; }
.takeaway { margin: auto 0 0; padding-top: 1.2rem; border-top: 1px solid currentColor; font-weight: 800; }
.takeaway span { display: block; margin-bottom: .2rem; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; opacity: .64; }

.ask-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); padding: clamp(5rem, 10vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--navy); color: var(--white); }
.section-kicker.light { color: var(--orange); }
.ask-section h2 { max-width: 530px; font-size: clamp(3.2rem, 6vw, 6rem); }
.ask-copy > p:last-child { max-width: 480px; color: rgba(255,255,255,.66); }
.guide-search { align-self: center; }
.guide-search label { display: block; margin-bottom: .65rem; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.search-row { display: grid; grid-template-columns: 1fr auto; padding: .38rem; background: var(--white); border-radius: 999px; }
.search-row:focus-within { outline: 3px solid rgba(242,106,46,.5); }
.search-row input { min-width: 0; padding: .8rem 1rem; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-row button { padding: .75rem 1.1rem; border: 0; border-radius: 999px; color: var(--white); background: var(--orange-dark); font-weight: 800; cursor: pointer; }
.quick-questions { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1rem 0 1.6rem; }
.quick-questions button { padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.76); background: transparent; cursor: pointer; font-size: .75rem; }
.quick-questions button:hover, .quick-questions button:focus-visible { border-color: var(--orange); color: var(--white); }
.guide-answer { min-height: 220px; padding: clamp(1.4rem, 4vw, 2.2rem); color: var(--ink); background: var(--cream); border-left: 6px solid var(--orange); }
.answer-topline { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .65rem; }
.answer-label { margin: 0; color: var(--orange-dark); font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.authority-badge { padding: .28rem .55rem; border: 1px solid rgba(16,27,53,.2); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.55); font-size: .65rem; font-weight: 800; }
.direct-answer { margin: 1rem 0 .2rem; color: var(--orange-dark); font-size: 1.15rem; font-weight: 900; }
.guide-answer h3 { margin: .55rem 0; font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.05; letter-spacing: -.035em; }
.guide-answer p { color: #4d5668; }
.guide-answer a { color: var(--orange-dark); font-weight: 800; }
.next-step { margin: 1.15rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(16,27,53,.16); }
.next-step strong { display: block; margin-bottom: .25rem; color: var(--navy); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.answer-footer { margin-top: 1rem; }
.related { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.2rem; }
.related > span { width: 100%; color: var(--muted); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.related-question { padding: .48rem .65rem; border: 1px solid rgba(16,27,53,.22); border-radius: .4rem; color: var(--navy); background: rgba(255,255,255,.66); cursor: pointer; font-size: .72rem; font-weight: 700; text-align: left; }
.related-question:hover, .related-question:focus-visible { border-color: var(--orange-dark); color: var(--orange-dark); }
.choices { display: grid; }
.choices .related-question { padding: .8rem; }

.guide { padding-bottom: 4rem; }
.clear-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0 0 5rem; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.clear-list li { padding: 1.4rem 1rem 1.7rem; border-right: 1px solid var(--line); }
.clear-list li:last-child { border: 0; }
.clear-list b { display: block; color: var(--orange); font-size: 2.6rem; line-height: 1; }
.clear-list h3 { margin: 1.6rem 0 .45rem; font-size: 1rem; }
.clear-list p { margin: 0; color: var(--muted); font-size: .83rem; }
.rules-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.rule-card { min-height: 310px; padding: clamp(1.5rem, 3.5vw, 2.5rem); border: 1px solid var(--line); background: var(--white); }
.rule-card > span { color: var(--orange-dark); font-size: .67rem; font-weight: 900; letter-spacing: .16em; }
.rule-card h3 { margin: 2.5rem 0 .8rem; font-size: clamp(1.65rem, 3.2vw, 2.6rem); line-height: 1; letter-spacing: -.04em; }
.rule-card > p { color: var(--muted); }
.do-dont { display: grid; gap: .65rem; margin-top: 2rem; }
.do-dont p { margin: 0; padding: .75rem; border-left: 3px solid #2f8665; background: #eff8f3; }
.do-dont p:last-child { border-color: #b94a48; background: #fff0ed; }
.do-dont b { margin-right: .5rem; }
.mini-grid { height: 58px; display: grid; grid-template-columns: repeat(7, 1fr); margin: 1.5rem 0; background: var(--cream); }
.mini-grid i { border-right: 1px solid rgba(16,27,53,.18); }
.mini-grid i:last-child { border: 0; background: var(--orange); }
.source-note { max-width: 850px; margin: 2rem 0 0; color: var(--muted); font-size: .78rem; }
.source-note a { color: var(--orange-dark); font-weight: 800; }

.programme-section { display: grid; grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 10vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--navy); }
.programme-intro { align-self: start; position: sticky; top: 120px; }
.programme-section h2 { font-size: clamp(3.3rem, 6vw, 6rem); }
.programme-intro > p:not(.section-kicker) { color: rgba(255,255,255,.67); }
.cohort-key { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; font-size: .75rem; font-weight: 800; }
.cohort-key span { display: inline-flex; align-items: center; gap: .4rem; }
.cohort-key i { width: 10px; height: 10px; border-radius: 50%; }
.orange-dot { background: var(--orange); }
.navy-dot { background: var(--white); }
.badge-note { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .78rem; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 68px 1fr auto; gap: 1.2rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.17); }
.timeline time { color: var(--orange); font-weight: 900; }
.timeline h3 { margin: 0; font-size: 1.03rem; }
.timeline p { margin: .25rem 0 0; color: rgba(255,255,255,.62); }
.timeline small { display: block; margin-top: .55rem; color: rgba(255,255,255,.48); }
.duration { align-self: start; padding: .25rem .5rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .65rem; white-space: nowrap; }
.timeline .rotation { margin: .25rem -1rem; padding: 1.4rem 1rem; border: 0; background: rgba(242,106,46,.13); }
.timeline .rotation h3 { color: var(--orange); }
.timeline .break { opacity: .66; }
.timeline .action { margin: .25rem -1rem; padding: 1.4rem 1rem; border: 1px solid var(--orange); }

.system { padding-top: 7rem; }
.system-copy { display: grid; grid-template-columns: .5fr 1.6fr; gap: 3rem; align-items: start; }
.system-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.system-grid article { padding: 2rem 1.5rem 2.4rem; border-right: 1px solid var(--line); }
.system-grid article:last-child { border: 0; }
.system-grid span { color: var(--orange-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.system-grid h3 { margin: 2.5rem 0 .7rem; font-size: 1.3rem; }
.system-grid p { margin: 0; color: var(--muted); }

.closing-banner { max-width: var(--max); margin: 0 auto 1rem; padding: clamp(3rem, 7vw, 6rem); color: var(--white); background: var(--orange); }
.closing-banner > p { margin: 0 0 2rem; color: var(--navy); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.closing-banner h2 { color: var(--navy); font-size: clamp(3.25rem, 7vw, 6.7rem); }
.button-light { margin-top: 2.5rem; color: var(--navy); background: var(--white); }
.button-light:hover { box-shadow: 0 10px 30px rgba(16,27,53,.2); }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 2.5rem 1.25rem 4rem; display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: start; color: var(--muted); font-size: .78rem; }
.site-footer > div { display: grid; }
.site-footer strong { color: var(--navy); }
.site-footer p { margin: 0; }
.site-footer a { color: var(--orange-dark); font-weight: 800; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; align-items: start; }
  .creation-grid i:last-child { opacity: .42; }
  .event-card { max-width: 430px; }
  .intro { grid-template-columns: 1fr; }
  .promise-note { max-width: 420px; }
  .ask-section, .programme-section { grid-template-columns: 1fr; }
  .programme-intro { position: static; }
  .clear-list { grid-template-columns: 1fr; }
  .clear-list li { display: grid; grid-template-columns: 56px 1fr; gap: 1rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .clear-list li:last-child { border-bottom: 0; }
  .clear-list h3 { margin: .2rem 0 .35rem; }
  .system-copy { grid-template-columns: 1fr; gap: 1rem; }
  .system-grid { grid-template-columns: 1fr; }
  .system-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .system-grid article:last-child { border: 0; }
}

@media (max-width: 700px) {
  .site-header { height: 68px; }
  .entity-lockup { font-size: .61rem; }
  .entity-lockup img { width: 29px; height: 29px; }
  .event-wordmark { font-size: .72rem; letter-spacing: .08em; }
  .brand-divider { height: 30px; }
  .menu-toggle { display: grid; gap: 4px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--navy); }
  .site-nav { position: absolute; left: 0; right: 0; top: 68px; display: none; padding: 1.2rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .nav-cta { text-align: center; }
  .hero {
    min-height: calc(100vh - 68px);
    gap: 2.75rem;
    padding: 4rem calc((100vw / 7) + 1rem) 4rem 1.25rem;
  }
  .hero-copy { width: 100%; max-width: none; }
  .hero h1 { max-width: 100%; font-size: clamp(2.9rem, 12.8vw, 4.4rem); line-height: .9; letter-spacing: -.065em; }
  .hero-lede { margin-top: 1.5rem; font-size: 1rem; }
  .hero-actions { display: grid; margin-top: 1.75rem; }
  .event-card { width: 100%; max-width: none; }
  .pathway-grid, .rules-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 510px; }
  .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .search-row { grid-template-columns: 1fr; border-radius: .75rem; }
  .search-row button { border-radius: .55rem; }
  .timeline li { grid-template-columns: 58px 1fr; gap: .8rem; }
  .duration { grid-column: 2; justify-self: start; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 470px) {
  .event-wordmark { display: none; }
  .brand-divider { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
