:root {
  --ink: #081426;
  --navy: #0c1a2b;
  --teal: #3b5873;
  --sage: #a7bba7;
  --stone: #e7e5df;
  --paper: #f7f7f4;
  --white: #fff;
  --line: rgba(8, 20, 38, .14);
  --radius: 1.25rem;
  --shell: min(1180px, calc(100vw - 40px));
  --font: "Montserrat", "Avenir Next", Avenir, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: var(--sage); color: var(--ink); }

.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: white; color: var(--ink); padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 1rem 0; transition: padding .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { padding: .55rem 0; background: rgba(247,247,244,.92); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(8,20,38,.08); }
.nav-shell { width: var(--shell); margin: auto; min-height: 64px; padding: .65rem .75rem .65rem 1.2rem; display: flex; align-items: center; gap: 2rem; border-radius: 999px; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); box-shadow: 0 12px 42px rgba(8,20,38,.12); }
.scrolled .nav-shell { background: transparent; box-shadow: none; }
.brand { width: 205px; display: block; flex: 0 0 auto; }
.brand img { width: 100%; height: 48px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.25rem, 2.3vw, 2.2rem); margin-left: auto; }
.desktop-nav a { text-decoration: none; font-size: .81rem; font-weight: 600; letter-spacing: .02em; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -.4rem; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }

.button { min-height: 52px; padding: .9rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-size: .82rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 48px; padding-inline: 1.2rem; }
.button-light { background: white; color: var(--ink); border-color: white; }
.button-light:hover { background: var(--sage); border-color: var(--sage); }
.button-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.5); }
.button-ghost:hover { border-color: white; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 100svh; padding: 8.8rem max(24px, calc((100vw - 1180px)/2)) 3rem; position: relative; display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-image, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { left: auto; width: 58%; object-fit: cover; object-position: center 56%; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
.hero-wash { background: linear-gradient(90deg, rgba(5,15,28,1) 0%, rgba(5,15,28,.97) 39%, rgba(5,15,28,.62) 58%, rgba(5,15,28,.08) 100%), linear-gradient(0deg, rgba(5,15,28,.72), transparent 48%); }
.hero-content { width: min(720px, 58vw); position: relative; z-index: 3; padding: 5vh 0 9vh; }
.eyebrow { margin: 0 0 1.5rem; display: flex; align-items: center; gap: .75rem; text-transform: uppercase; letter-spacing: .14em; font-size: .71rem; font-weight: 700; }
.eyebrow > span { width: 35px; height: 1px; background: var(--teal); }
.eyebrow.light > span { background: var(--sage); }
.hero h1 { margin: 0; max-width: 770px; font-size: clamp(4rem, 8.4vw, 8.6rem); line-height: .87; letter-spacing: -.075em; font-weight: 700; }
h1 em, h2 em { color: var(--sage); font-style: normal; }
.hero-copy { margin: 2.2rem 0 0; max-width: 650px; font-size: clamp(1rem, 1.45vw, 1.23rem); line-height: 1.65; color: rgba(255,255,255,.82); }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-size: .84rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .2rem; }
.light-link { color: white; }
.hero-proof { position: absolute; z-index: 3; left: max(24px, calc((100vw - 1180px)/2)); right: max(24px, calc((100vw - 1180px)/2)); bottom: 2rem; display: flex; align-items: flex-end; gap: 0; }
.hero-proof div { min-width: 190px; padding: .25rem 2rem .25rem 0; margin-right: 2rem; border-right: 1px solid rgba(255,255,255,.3); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .91rem; }
.hero-proof span { color: rgba(255,255,255,.65); font-size: .72rem; margin-top: .15rem; }
.hero-scripture { position: absolute; right: 2.2rem; bottom: 2rem; z-index: 3; writing-mode: vertical-rl; transform: rotate(180deg); margin: 0; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.hero-scripture span { color: white; }
.section { padding: clamp(5.5rem, 9vw, 9rem) 0; }
.section-grid, .beliefs, .pathway, .programme, .next-step, .faq, .footer-top, .footer-bottom { width: var(--shell); margin: 0 auto; }
.section-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 6rem; }
.manifesto-mark { width: 130px; height: 130px; margin-top: 5rem; object-fit: contain; }
.manifesto-copy h2, .pathway-intro h2, .programme-head h2, .faq h2 { margin: 0; font-size: clamp(2.5rem, 5.2vw, 5rem); line-height: 1.03; letter-spacing: -.06em; }
.manifesto-copy > p { max-width: 760px; font-size: clamp(1.05rem, 1.35vw, 1.22rem); color: rgba(8,20,38,.72); }
.manifesto-copy .text-link { margin-top: 1.3rem; }

.dark-section { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - 1180px)/2)); background: var(--navy); color: white; }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; align-items: end; }
.section-heading h2 { margin: 0; font-size: clamp(3.7rem, 7vw, 7.2rem); line-height: .95; letter-spacing: -.065em; }
.section-heading h2 span { color: var(--sage); }
.belief-grid { margin-top: 5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.belief-card { min-height: 330px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.belief-card:first-child { padding-left: 0; }
.belief-card:last-child { border-right: 0; }
.card-number { font-size: .7rem; color: var(--sage); letter-spacing: .15em; }
.belief-card h3 { margin: auto 0 1rem; max-width: 310px; font-size: 1.55rem; line-height: 1.2; }
.belief-card p { margin: 0; max-width: 330px; color: rgba(255,255,255,.66); font-size: .9rem; }

.pathway { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.pathway-intro { position: sticky; top: 9rem; align-self: start; }
.pathway-intro > p:last-child { max-width: 470px; margin-top: 2rem; color: rgba(8,20,38,.68); }
.path-track { border-top: 1px solid var(--line); }
.path-step { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; padding: 2.4rem 0; border-bottom: 1px solid var(--line); }
.path-step > span { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; background: var(--stone); color: var(--teal); font-size: .9rem; letter-spacing: .12em; font-weight: 700; transition: background .25s ease, color .25s ease, transform .25s ease; }
.path-step:hover > span { background: var(--teal); color: white; transform: rotate(-8deg); }
.path-step small { color: var(--teal); font-size: .66rem; font-weight: 700; letter-spacing: .15em; }
.path-step h3 { margin: .15rem 0 .55rem; font-size: 2.25rem; line-height: 1.1; letter-spacing: -.035em; }
.path-step p { margin: 0; color: rgba(8,20,38,.65); font-size: .91rem; }

.stone-section { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - 1180px)/2)); background: var(--stone); }
.programme-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.programme-head > p { margin: 0; color: rgba(8,20,38,.68); }
.timeline { margin: 5rem 0; display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.timeline::before { content: ""; position: absolute; left: 2.3rem; right: 2.3rem; top: 2.3rem; height: 1px; background: rgba(8,20,38,.24); }
.timeline-item { position: relative; z-index: 1; padding-right: 2rem; }
.time-marker { width: 4.6rem; height: 4.6rem; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 1px solid rgba(8,20,38,.2); font-weight: 700; font-size: .78rem; }
.timeline-item.active .time-marker { background: var(--teal); border-color: var(--teal); color: white; }
.time-label { margin: 1.5rem 0 .2rem; color: var(--teal); text-transform: uppercase; font-size: .65rem; letter-spacing: .12em; font-weight: 700; }
.timeline-item h3 { margin: 0 0 .6rem; font-size: 1.25rem; }
.timeline-item p:last-child { margin: 0; color: rgba(8,20,38,.62); font-size: .82rem; line-height: 1.55; }
.info-bento { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 1rem; }
.info-card { min-height: 360px; padding: 2rem; border: 1px solid rgba(8,20,38,.12); border-radius: var(--radius); background: rgba(255,255,255,.6); display: flex; flex-direction: column; }
.schedule-card { background: var(--teal); color: white; border-color: var(--teal); }
.info-card h3 { margin: auto 0 1rem; font-size: 1.35rem; line-height: 1.35; }
.info-card p { margin: 0; color: rgba(8,20,38,.62); font-size: .85rem; }
.schedule-card p { color: rgba(255,255,255,.72); }
.big-time { margin: auto 0 0; font-size: clamp(3rem, 5vw, 5rem); font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.schedule-card h3 { margin: .5rem 0 1rem; }
.schedule-card .text-link { margin-top: 1.5rem; align-self: flex-start; }
.price { margin: auto 0 0; font-size: 3.4rem; line-height: 1; font-weight: 700; letter-spacing: -.06em; }
.mini-icon { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); }
.info-card.wide { grid-column: 1 / -1; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; background: var(--paper); }
.info-card.wide h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.1; }
.info-card.wide > div:last-child { display: flex; align-items: center; }
.info-card.wide p { font-size: .95rem; }

.next-step { padding-top: 0; }
.next-step-shell { min-height: 620px; padding: clamp(2rem, 6vw, 6rem); position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; border-radius: calc(var(--radius) * 1.5); background: var(--teal); color: white; }
.next-step-shell > img { position: absolute; width: clamp(170px, 20vw, 260px); right: clamp(2rem, 8vw, 8rem); top: 50%; transform: translateY(-50%); }
.next-step-shell h2 { margin: 0; max-width: 660px; position: relative; z-index: 1; font-size: clamp(3rem, 6vw, 6rem); line-height: .96; letter-spacing: -.065em; }
.next-step-shell > p:not(.eyebrow) { max-width: 600px; position: relative; z-index: 1; color: rgba(255,255,255,.72); }
.next-actions { margin-top: 1.5rem; position: relative; z-index: 1; display: flex; gap: .8rem; flex-wrap: wrap; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-intro { align-self: start; position: sticky; top: 9rem; }
.faq-intro p:last-child { color: rgba(8,20,38,.62); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 1.75rem 0; display: flex; justify-content: space-between; gap: 2rem; border: 0; background: transparent; color: var(--ink); font-weight: 600; font-size: 1rem; text-align: left; cursor: pointer; }
.faq-item i { width: 20px; height: 20px; position: relative; flex: 0 0 auto; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 15px; height: 1px; background: currentColor; transition: transform .25s ease; }
.faq-item i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: rgba(8,20,38,.65); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 2rem 1.7rem 0; }

.site-footer { padding: 5rem 0 1.5rem; background: var(--navy); color: white; }
.footer-top { display: grid; grid-template-columns: 1.4fr .75fr 1fr .85fr; gap: 3rem; }
.footer-brand img { width: min(300px, 100%); }
.footer-top h3 { margin: .5rem 0 1.2rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--sage); }
.footer-top a, .footer-top span { display: block; margin: .55rem 0; color: rgba(255,255,255,.65); font-size: .82rem; text-decoration: none; }
.footer-top a:hover { color: white; }
.footer-top .button { display: inline-flex; color: var(--ink); margin: 0; }
.footer-bottom { margin-top: 5rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }

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

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .desktop-cta { margin-left: auto; }
  .section-grid, .pathway, .faq { grid-template-columns: 1fr; gap: 3rem; }
  .manifesto-mark { width: 100px; height: 100px; margin-top: 1.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .belief-grid { grid-template-columns: 1fr; }
  .belief-card, .belief-card:first-child { min-height: 250px; padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .pathway-intro, .faq-intro { position: static; }
  .programme-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 2rem 0; }
  .timeline::before { display: none; }
  .info-bento { grid-template-columns: 1fr 1fr; }
  .schedule-card { grid-column: 1 / -1; }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-cta { grid-column: 2 / -1; }
  .next-step-shell > img { width: 120px; right: 2rem; top: 2rem; transform: none; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { padding: .6rem 0; }
  .nav-shell { min-height: 58px; padding: .45rem .55rem .45rem .85rem; }
  .brand { width: 172px; }
  .brand img { height: 42px; }
  .desktop-cta { display: none; }
  .menu-button { width: 46px; height: 46px; margin-left: auto; display: grid; place-content: center; gap: 7px; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
  .menu-button span:not(.sr-only) { width: 18px; height: 1px; display: block; background: white; transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { width: var(--shell); margin: .4rem auto 0; padding: 1.2rem; display: grid; gap: .2rem; border-radius: 1.2rem; background: white; box-shadow: 0 20px 50px rgba(8,20,38,.2); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
  .mobile-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-nav a { padding: .75rem; font-weight: 600; font-size: .9rem; text-decoration: none; }
  .mobile-nav .button { margin-top: .5rem; color: white; }
  .hero { min-height: 940px; align-items: start; padding-top: 9.5rem; }
  .hero-image { left: 0; width: 100%; object-position: center 54%; clip-path: none; }
  .hero-wash { background: linear-gradient(180deg, rgba(5,15,28,.9) 0%, rgba(5,15,28,.68) 55%, rgba(5,15,28,.94) 100%); }
  .hero-content { width: 100%; padding: 2rem 0 0; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 6.1rem); }
  .hero-proof { bottom: 2.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 0; }
  .hero-proof div { min-width: 0; margin: 0; padding-right: 1rem; }
  .hero-proof div:nth-child(2) { border-right: 0; padding-left: 1rem; }
  .hero-proof div:nth-child(3) { grid-column: 1 / -1; border: 0; }
  .hero-scripture { display: none; }
  .section { padding: 5rem 0; }
  .dark-section, .stone-section { padding-inline: 14px; }
  .section-heading h2 { font-size: 3.8rem; }
  .belief-grid { margin-top: 3rem; }
  .path-step { grid-template-columns: 70px 1fr; gap: 1rem; }
  .path-step > span { width: 60px; height: 60px; font-size: 1.7rem; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item { display: grid; grid-template-columns: 75px 1fr; padding-right: 0; }
  .time-label { margin-top: 0; }
  .info-bento { grid-template-columns: 1fr; }
  .schedule-card, .info-card.wide { grid-column: auto; }
  .info-card.wide { grid-template-columns: 1fr; gap: 1.5rem; }
  .next-step { padding-top: 0; }
  .next-step-shell { min-height: 640px; padding: 2rem; border-radius: var(--radius); }
  .next-step-shell h2 { font-size: clamp(2.8rem, 12vw, 4.3rem); }
  .next-step-shell > img { width: 100px; right: 1.5rem; top: 1.5rem; transform: none; }
  .next-actions { flex-direction: column; align-items: stretch; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
