@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #112c2b;
  --ink-soft: #31504d;
  --paper: #f5f2eb;
  --paper-deep: #e9e4d9;
  --yellow: #f5cb54;
  --yellow-soft: #fae8a1;
  --blue: #a6dbe0;
  --green: #c3dca3;
  --coral: #ed8a6a;
  --white: #fffdf8;
  --line: rgba(17, 44, 43, 0.18);
  --line-light: rgba(245, 242, 235, 0.25);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', 'Avenir Next', Avenir, 'Segoe UI', sans-serif;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --shadow: 0 24px 70px rgba(17, 44, 43, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body:has(.quiz-modal:not([hidden])) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.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; top: 1rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--yellow); color: var(--ink); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.site-shell { overflow: hidden; }
.section-pad { padding: 7.75rem clamp(1.4rem, 5vw, 5.75rem); }
.section-pad--topless { padding-top: 0; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; max-width: 1440px; margin: auto; padding: 1.45rem clamp(1.4rem, 5vw, 5.75rem); }
.brand { display: inline-flex; align-items: center; gap: .72rem; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 2.55rem; height: 2.55rem; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); }
.brand-mark svg { width: 1.75rem; height: 1.75rem; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.brand-type { display: flex; flex-direction: column; font-size: .66rem; line-height: 1.05; letter-spacing: .08em; text-transform: uppercase; }
.brand-type strong { font-size: .83rem; letter-spacing: .19em; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 3rem); font-size: .72rem; font-weight: 700; letter-spacing: .03em; }
.primary-nav > a { position: relative; padding: .5rem 0; }
.primary-nav > a::after { position: absolute; right: 0; bottom: .2rem; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 3.25rem; padding: .85rem 1.25rem; border: 1.5px solid var(--ink); border-radius: 99px; font-size: .74rem; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 8px 0 var(--ink); }
.button--small { min-height: 2.65rem; padding: .65rem 1.1rem; font-size: .68rem; }
.button--primary { background: var(--yellow); }
.button--primary:hover, .button--primary:focus-visible { background: #f8d978; }
.button--dark { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.button--dark:hover, .button--dark:focus-visible { box-shadow: 0 8px 0 var(--yellow); }
.button--light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button--light:hover, .button--light:focus-visible { box-shadow: 0 8px 0 var(--yellow); }
.button:focus-visible, .text-link:focus-visible, .arrow-link:focus-visible, .arrow-circle:focus-visible, .card-link:focus-visible, .text-button:focus-visible, summary:focus-visible, .filter-tab:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); max-width: 1440px; min-height: 690px; margin: auto; padding-top: 4rem; }
.eyebrow, .card-kicker, .section-label, .mono-label, .status-pill, .hero__microcopy, .resource-note, .form-note { font-family: var(--mono); }
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.35rem; font-size: .66rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow__dot { width: .48rem; height: .48rem; border-radius: 50%; background: var(--coral); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3.55rem, 6.3vw, 6.2rem); font-weight: 700; letter-spacing: -.075em; line-height: .95; }
h1 em, h2 em { color: var(--coral); font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
.hero__lede { max-width: 510px; margin: 1.8rem 0 2.15rem; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.75; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; }
.text-link, .arrow-link, .arrow-link { font-size: .76rem; font-weight: 800; }
.text-link span, .arrow-link span, .card-link span { display: inline-block; margin-left: .45rem; transition: transform .2s ease; }
.text-link:hover span, .arrow-link:hover span, .card-link:hover span { transform: translate(3px, -3px); }
.hero__microcopy { display: flex; align-items: center; gap: .5rem; margin: 2.2rem 0 0; color: var(--ink-soft); font-size: .62rem; letter-spacing: .04em; }
.hero__microcopy span { color: var(--coral); font-size: .9rem; }

.hero__visual { position: relative; min-height: 535px; }
.visual-grid { position: absolute; top: 8%; right: -9%; width: 91%; height: 82%; opacity: .58; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent, black 18%, black 80%, transparent); }
.route-card { position: absolute; z-index: 2; top: 8%; right: 3%; width: min(100%, 510px); min-height: 480px; padding: 1.55rem 1.65rem 1.25rem; border: 1.5px solid var(--ink); border-radius: 1.25rem; background: var(--white); box-shadow: 16px 18px 0 var(--yellow); transform: rotate(2.4deg); }
.route-card__topline, .route-card__footer, .pillar-card__top { display: flex; align-items: center; justify-content: space-between; }
.mono-label { color: var(--ink-soft); font-size: .61rem; letter-spacing: .1em; }
.status-pill { display: flex; align-items: center; gap: .4rem; padding: .42rem .6rem; border: 1px solid var(--line); border-radius: 99px; color: var(--ink-soft); font-size: .55rem; }
.status-pill span { width: .4rem; height: .4rem; border-radius: 50%; background: #5dbe73; }
.route-card__heading { padding: 3.2rem 0 1.6rem; }
.card-kicker { margin: 0 0 .75rem; color: var(--ink-soft); font-size: .6rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.route-card h2 { margin: 0; font-size: clamp(1.55rem, 2.4vw, 2.05rem); letter-spacing: -.055em; line-height: 1.1; }
.route-card h2 span { color: var(--coral); font-family: var(--serif); font-weight: 400; }
.route-list { border-top: 1px solid var(--line); }
.route-item { display: grid; grid-template-columns: 2rem 1.5rem 1fr 1.2rem; align-items: center; min-height: 62px; border-bottom: 1px solid var(--line); }
.route-number { color: var(--ink-soft); font-family: var(--mono); font-size: .62rem; }
.route-line { position: relative; align-self: stretch; width: 1px; margin-left: .65rem; background: var(--line); }
.route-line::before { position: absolute; top: 50%; left: -3px; width: 7px; height: 7px; border: 1px solid var(--ink); border-radius: 50%; background: var(--white); content: ''; transform: translateY(-50%); }
.route-item--active .route-line::before { border: 0; background: var(--coral); }
.route-line--last { background: linear-gradient(to bottom, var(--line), transparent); }
.route-detail { display: flex; flex-direction: column; gap: .22rem; padding-left: .65rem; }
.route-detail strong { font-size: .75rem; }
.route-detail small { color: var(--ink-soft); font-family: var(--mono); font-size: .57rem; }
.route-check { color: var(--ink-soft); font-family: var(--mono); font-size: .8rem; text-align: right; }
.route-item--active .route-check { color: var(--coral); font-weight: 700; }
.route-card__footer { padding-top: 1.15rem; color: var(--ink-soft); font-family: var(--mono); font-size: .57rem; }
.route-card__footer > span:first-child { display: flex; align-items: center; gap: .45rem; }
.route-card__footer i { display: inline-block; width: .42rem; height: .42rem; border-radius: 50%; background: var(--green); }
.arrow-circle { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid var(--ink); border-radius: 50%; font-size: .85rem; }
.visual-stamp, .visual-note { position: absolute; z-index: 3; font-family: var(--mono); font-size: .62rem; line-height: 1.3; letter-spacing: .08em; }
.visual-stamp--top { top: 2%; left: -3%; padding: .75rem; border: 1px solid var(--ink); background: var(--blue); transform: rotate(-8deg); }
.visual-stamp strong { font-size: .78rem; }
.visual-note--bottom { right: -2%; bottom: 2%; color: var(--ink-soft); transform: rotate(-5deg); }
.visual-note--bottom span { color: var(--coral); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; max-width: 1440px; min-height: 84px; margin: auto; padding: 1rem clamp(1.4rem, 5vw, 5.75rem); }
.trust-label, .trust-item { font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.trust-label { color: var(--ink-soft); font-family: var(--mono); font-size: .58rem; font-weight: 500; }
.trust-item { display: flex; align-items: center; gap: .55rem; }
.trust-icon { color: var(--coral); font-size: 1.05rem; }

.section-label { display: flex; align-items: center; gap: .8rem; margin-bottom: 3.25rem; color: var(--ink-soft); font-size: .61rem; letter-spacing: .12em; }
.section-label > span:first-child { color: var(--coral); }
.section-label__line { display: inline-block; width: 3.3rem; height: 1px; background: var(--ink); }
.intro { max-width: 1440px; margin: auto; }
.intro__grid, .principles__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 9vw, 11rem); }
.display-heading { margin: 0; font-size: clamp(2.65rem, 5.2vw, 5rem); font-weight: 700; letter-spacing: -.075em; line-height: .99; }
.display-heading span { color: var(--coral); font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
.intro__copy { padding-top: .45rem; }
.intro__copy p { max-width: 460px; color: var(--ink-soft); font-size: .96rem; line-height: 1.8; }
.intro__copy .lead-copy { color: var(--ink); font-size: 1.18rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.5; }
.arrow-link { display: inline-block; margin-top: 1.1rem; border-bottom: 1px solid var(--ink); padding-bottom: .35rem; }

.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1440px; margin: auto; }
.pillar-card { min-height: 480px; padding: 1.5rem; border: 1px solid var(--ink); border-radius: 1rem; display: flex; flex-direction: column; }
.pillar-card--cream { background: var(--yellow-soft); }
.pillar-card--ink { background: var(--ink); color: var(--paper); }
.pillar-card--coral { background: var(--coral); }
.pillar-card__top { font-family: var(--mono); font-size: .65rem; }
.pillar-index { opacity: .75; }
.pillar-arrow { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border: 1px solid currentColor; border-radius: 50%; font-size: .9rem; }
.pillar-card__icon { display: grid; place-items: center; width: 5rem; height: 5rem; margin: 3.8rem 0 2rem; border: 1.5px solid var(--ink); border-radius: 50%; }
.pillar-card--ink .pillar-card__icon { border-color: var(--paper); }
.pillar-card__icon--sun { background: var(--yellow); }
.pillar-card__icon--blue { background: var(--blue); }
.pillar-card__icon--green { background: var(--green); }
.pillar-card__icon svg { width: 3.25rem; height: 3.25rem; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.pillar-card .card-kicker { margin-bottom: .65rem; }
.pillar-card--ink .card-kicker, .pillar-card--ink p { color: var(--paper-deep); }
.pillar-card h3 { max-width: 300px; margin: 0; font-size: clamp(1.45rem, 2.2vw, 2.1rem); letter-spacing: -.065em; line-height: 1.08; }
.pillar-card > p:not(.card-kicker) { max-width: 340px; margin: 1rem 0 1.2rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.65; }
.pillar-card .card-link { margin-top: auto; align-self: flex-start; border-bottom: 1px solid currentColor; padding-bottom: .35rem; font-size: .71rem; font-weight: 800; }

.pathway { max-width: 1440px; margin: auto; }
.pathway__heading-row, .resources__heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 4.5rem; }
.pathway__aside { max-width: 300px; margin: 0 3% 0 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.step-card { position: relative; min-height: 290px; padding: 1.35rem 1.25rem 1.5rem; border-right: 1px solid var(--ink); }
.step-card:last-child { border-right: 0; }
.step-card__number { display: block; color: var(--coral); font-family: var(--mono); font-size: .65rem; }
.step-card__mark { position: absolute; top: 1.15rem; right: 1.2rem; font-size: 1.55rem; }
.step-card h3 { margin: 4.5rem 0 .75rem; font-size: 1.15rem; letter-spacing: -.045em; }
.step-card p { max-width: 200px; margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.7; }
.step-card__tag { position: absolute; bottom: 1.5rem; left: 1.25rem; font-family: var(--mono); font-size: .55rem; letter-spacing: .09em; }

.plan-builder { position: relative; display: grid; grid-template-columns: 1.15fr 1.4fr .55fr; align-items: center; gap: 4rem; min-height: 500px; overflow: hidden; background: var(--ink); color: var(--paper); }
.plan-builder__art { position: absolute; inset: 0 auto 0 0; width: 42%; overflow: hidden; background: var(--coral); }
.sun-disc { position: absolute; top: 14%; left: 15%; width: 17rem; height: 17rem; border: 1px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 2.5rem 2.5rem 0 rgba(17,44,43,.9); }
.art-line { position: absolute; width: 22rem; height: 1px; background: var(--ink); transform-origin: left; }
.art-line--one { top: 57%; left: 0; transform: rotate(37deg); }
.art-line--two { top: 72%; left: 12%; transform: rotate(-28deg); }
.art-dot { position: absolute; width: .75rem; height: .75rem; border: 1px solid var(--ink); border-radius: 50%; background: var(--green); }
.art-dot--one { top: 60%; left: 64%; }.art-dot--two { top: 36%; left: 75%; background: var(--blue); }
.art-word { position: absolute; color: var(--ink); font-size: clamp(3rem, 6vw, 6rem); font-weight: 800; letter-spacing: -.1em; line-height: .75; }
.art-word--one { right: 4%; bottom: 18%; }.art-word--two { right: 13%; bottom: 6%; color: var(--yellow); }
.plan-builder__copy { position: relative; z-index: 1; grid-column: 2; }
.section-label--light { color: var(--paper-deep); }.section-label--light .section-label__line { background: var(--paper); }.section-label--light > span:first-child { color: var(--yellow); }
.display-heading--light { color: var(--paper); }
.display-heading--light span { color: var(--yellow); }
.plan-builder__copy > p:not(.section-label) { max-width: 380px; margin: 1.45rem 0 2rem; color: var(--paper-deep); font-size: .9rem; line-height: 1.75; }
.plan-builder__badge { display: flex; align-items: center; gap: .9rem; justify-self: end; position: relative; z-index: 1; transform: rotate(8deg); }
.badge-ring { display: grid; place-items: center; width: 5.7rem; height: 5.7rem; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-family: var(--serif); font-size: 2.25rem; }
.badge-copy { color: var(--paper-deep); font-family: var(--mono); font-size: .55rem; line-height: 1.45; text-transform: uppercase; }.badge-copy strong { color: var(--paper); font-size: .7rem; }

.resources { max-width: 1440px; margin: auto; }
.filter-tabs { display: flex; gap: .5rem; flex-wrap: wrap; }
.filter-tab { min-height: 2.2rem; padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--ink-soft); font-family: var(--mono); font-size: .59rem; }
.filter-tab:hover, .filter-tab.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.8rem 1rem; }
.resource-card { min-width: 0; }
.resource-card[hidden] { display: none; }
.resource-card__visual { position: relative; display: flex; align-items: flex-start; justify-content: space-between; min-height: 235px; overflow: hidden; padding: 1.2rem; border: 1px solid var(--ink); border-radius: 1rem; }
.resource-card__visual--yellow { background: var(--yellow); }.resource-card__visual--blue { background: var(--blue); }.resource-card__visual--coral { background: var(--coral); }.resource-card__visual--green { background: var(--green); }.resource-card__visual--ink { background: var(--ink); color: var(--paper); }.resource-card__visual--cream { background: var(--paper-deep); }
.resource-card__number { font-family: var(--mono); font-size: .62rem; }
.resource-card__scribble { position: absolute; right: 1.1rem; bottom: 1.1rem; font-family: var(--serif); font-size: clamp(2.2rem, 4.2vw, 4.7rem); font-weight: 400; letter-spacing: -.1em; line-height: .78; text-align: right; transform: rotate(-7deg); }
.resource-card__scribble strong { color: var(--coral); font-size: 1.25em; }.resource-card__visual--ink .resource-card__scribble strong { color: var(--yellow); }
.resource-card__shape { position: absolute; top: 23%; left: 23%; width: 8rem; height: 8rem; border: 1px solid var(--ink); border-radius: 50%; box-shadow: 2.3rem 1rem 0 -1px var(--coral); }.resource-card__circle { position: absolute; top: 20%; left: 18%; width: 9.5rem; height: 9.5rem; border: 1px solid var(--ink); border-radius: 50%; box-shadow: inset 1.2rem -1rem 0 var(--yellow); }.resource-card__arrow { position: absolute; top: 27%; left: 19%; font-size: 8rem; line-height: 1; transform: rotate(-20deg); }.resource-card__bars { position: absolute; top: 23%; left: 19%; width: 7rem; height: 8rem; border: 1px solid var(--ink); background: repeating-linear-gradient(90deg, transparent 0 1.05rem, var(--ink) 1.05rem 1.1rem); transform: rotate(-12deg); }.resource-card__wave { position: absolute; top: 26%; left: 13%; width: 13rem; height: 5rem; border-top: 2px solid var(--yellow); border-radius: 50%; box-shadow: 0 -1.4rem 0 -1px var(--paper), 0 -2.8rem 0 -2px var(--yellow); transform: rotate(20deg); }.resource-card__steps { position: absolute; bottom: 1.7rem; left: 18%; width: 10rem; height: 6rem; border-left: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: linear-gradient(135deg, transparent 48%, var(--coral) 49% 52%, transparent 53%) 0 2rem / 100% 100% no-repeat; }.resource-card__body { padding: 1.35rem .15rem 0; }.resource-card__body h3 { max-width: 330px; margin: 0; font-size: 1.25rem; letter-spacing: -.055em; line-height: 1.15; }.resource-card__body > p:not(.card-kicker) { max-width: 340px; margin: .8rem 0 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.65; }.resource-card__body .arrow-link { margin-top: 1rem; font-size: .66rem; }.resource-note { margin: 4rem 0 0; color: var(--ink-soft); font-size: .62rem; }.resource-note span { color: var(--coral); font-size: 1rem; }

.join { padding-top: 4.5rem; padding-bottom: 4.5rem; background: var(--yellow); }.join__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; max-width: 1120px; margin: auto; }.eyebrow--light { color: var(--ink); }.join h2 { margin: 0; font-size: clamp(2.8rem, 5.8vw, 5.4rem); letter-spacing: -.08em; line-height: .92; }.join h2 em { color: var(--ink); }.join__copy > p:last-child { max-width: 420px; margin: 1.5rem 0 0; color: var(--ink-soft); font-size: .87rem; line-height: 1.7; }.join__action { min-width: 250px; padding-bottom: .15rem; }.form-note { margin: 1rem 0 0; color: var(--ink-soft); font-size: .57rem; line-height: 1.5; }

.principles { max-width: 1440px; margin: auto; }.principle-list { border-top: 1px solid var(--ink); }.principle-item { display: grid; grid-template-columns: 2.3rem 1fr; gap: 1.1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--ink); }.principle-item > span { color: var(--coral); font-family: var(--mono); font-size: .62rem; }.principle-item h3 { margin: 0 0 .35rem; font-size: 1rem; letter-spacing: -.035em; }.principle-item p { max-width: 370px; margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.65; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 10vw, 12rem); max-width: 1440px; margin: auto; }.faq__heading h2 { margin: 0; font-size: 2rem; letter-spacing: -.06em; }.faq__list { border-top: 1px solid var(--ink); }.faq details { border-bottom: 1px solid var(--ink); }.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; list-style: none; cursor: pointer; font-size: .88rem; font-weight: 700; }.faq summary::-webkit-details-marker { display: none; }.faq summary::after { content: '+'; font-family: var(--mono); font-size: 1.15rem; font-weight: 400; }.faq details[open] summary::after { content: '−'; }.faq details p { max-width: 650px; margin: -.3rem 2rem 1.35rem 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.75; }

.site-footer { padding: 4rem clamp(1.4rem, 5vw, 5.75rem) 1.4rem; background: var(--ink); color: var(--paper); }.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 3rem; max-width: 1440px; margin: auto; padding-bottom: 5rem; }.brand--footer .brand-mark { border-color: var(--paper); }.brand--footer .brand-mark svg { stroke: var(--ink); }.footer-tagline { margin: 0; font-size: clamp(1.65rem, 3vw, 2.8rem); letter-spacing: -.07em; line-height: .98; }.footer-tagline em { color: var(--yellow); font-family: var(--serif); font-weight: 400; }.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; font-family: var(--mono); font-size: .63rem; }.footer-links a:hover { color: var(--yellow); }.footer-bottom { display: flex; justify-content: space-between; gap: 1.2rem; max-width: 1440px; margin: auto; padding-top: 1.2rem; border-top: 1px solid var(--line-light); color: var(--paper-deep); font-family: var(--mono); font-size: .53rem; line-height: 1.5; }

.quiz-backdrop { position: fixed; z-index: 40; inset: 0; background: rgba(17, 44, 43, .7); backdrop-filter: blur(5px); }.quiz-modal { position: fixed; z-index: 41; top: 50%; left: 50%; width: min(calc(100% - 2rem), 570px); min-height: 530px; padding: 1.35rem 1.5rem 1.4rem; border: 1.5px solid var(--ink); border-radius: 1.2rem; background: var(--paper); box-shadow: 14px 16px 0 var(--yellow); transform: translate(-50%, -50%); }.quiz-modal__topline { display: flex; align-items: center; justify-content: space-between; }.modal-close { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.3rem; line-height: 1; }.modal-close:hover { background: var(--ink); color: var(--paper); }.quiz-progress { height: 4px; margin: 1.7rem 0 3.3rem; border-radius: 10px; background: var(--paper-deep); overflow: hidden; }.quiz-progress span { display: block; width: 33.3%; height: 100%; border-radius: inherit; background: var(--coral); transition: width .3s ease; }.quiz-content h2, .quiz-result h2 { max-width: 450px; margin: 0; font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -.075em; line-height: .98; }.quiz-helper { max-width: 380px; margin: 1rem 0 2rem; color: var(--ink-soft); font-size: .78rem; line-height: 1.6; }.quiz-options { display: grid; gap: .65rem; }.quiz-option { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--white); color: var(--ink); text-align: left; font-size: .76rem; font-weight: 700; transition: border .2s ease, background .2s ease, transform .2s ease; }.quiz-option span:last-child { color: var(--coral); font-family: var(--mono); }.quiz-option:hover, .quiz-option:focus-visible { border-color: var(--ink); background: var(--yellow-soft); transform: translateX(4px); }.quiz-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 2rem; color: var(--ink-soft); font-family: var(--mono); font-size: .6rem; }.text-button { border: 0; background: transparent; color: var(--ink); font-family: var(--mono); font-size: .62rem; }.text-button:hover { color: var(--coral); }.quiz-result { position: relative; padding-top: 2.5rem; }.quiz-result .eyebrow { margin-bottom: 1.5rem; }.quiz-result > p:not(.eyebrow) { max-width: 380px; margin: 1rem 0 2rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.7; }.result-star { position: absolute; top: -.4rem; right: 1rem; color: var(--coral); font-size: 2.4rem; }.result-close { display: block; margin-top: 1.3rem; }

.reveal { opacity: 1; transform: none; }.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.js-ready .reveal.is-visible { opacity: 1; transform: none; }.reveal--delay { transition-delay: .12s !important; }.reveal--delay-2 { transition-delay: .22s !important; }.reveal--delay-3 { transition-delay: .32s !important; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; gap: 4rem; padding-top: 4rem; }.hero__copy { max-width: 700px; }.hero__visual { min-height: 555px; max-width: 650px; margin: auto; width: 100%; }.visual-grid { right: 0; }.route-card { right: 5%; }.visual-stamp--top { left: 0; }.visual-note--bottom { right: 0; }.trust-strip__inner { flex-wrap: wrap; justify-content: flex-start; }.trust-label { width: 100%; }.plan-builder { grid-template-columns: 1fr 1.3fr; }.plan-builder__art { width: 34%; }.plan-builder__copy { grid-column: 2; }.plan-builder__badge { position: absolute; right: 5%; bottom: 3rem; }.resource-card__visual { min-height: 190px; }.footer-bottom { flex-wrap: wrap; }.footer-bottom span:last-child { width: 100%; }
}

@media (max-width: 760px) {
  .section-pad { padding: 5rem 1.25rem; }.section-pad--topless { padding-top: 0; }.site-header { padding: 1.1rem 1.25rem; }.menu-toggle { display: flex; flex-direction: column; gap: .35rem; padding: .55rem 0 .55rem .75rem; }.menu-toggle > span:not(.sr-only) { display: block; width: 1.5rem; height: 2px; background: var(--ink); transition: transform .2s ease; }.site-header.nav-open .menu-toggle > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }.site-header.nav-open .menu-toggle > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }.primary-nav { position: absolute; top: calc(100% - .25rem); right: 1.25rem; left: 1.25rem; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: .7rem; border: 1px solid var(--ink); border-radius: .8rem; background: var(--paper); box-shadow: 7px 8px 0 var(--yellow); }.site-header.nav-open .primary-nav { display: flex; }.primary-nav > a { padding: .8rem .6rem; border-bottom: 1px solid var(--line); }.primary-nav .button { margin-top: .65rem; }.hero { min-height: auto; padding-top: 3.7rem; }.hero h1 { font-size: clamp(3.25rem, 15vw, 5.2rem); }.hero__lede { font-size: .9rem; }.hero__visual { min-height: 420px; margin-top: 1rem; }.visual-grid { top: 6%; right: -12%; height: 84%; background-size: 30px 30px; }.route-card { top: 9%; right: 3%; width: 90%; min-height: 390px; padding: 1.1rem; box-shadow: 9px 11px 0 var(--yellow); }.route-card__heading { padding: 2.2rem 0 1rem; }.route-card h2 { font-size: 1.4rem; }.route-item { grid-template-columns: 1.55rem 1rem 1fr 1rem; min-height: 52px; }.route-detail { padding-left: .35rem; }.route-detail strong { font-size: .66rem; }.route-detail small { font-size: .49rem; }.visual-stamp--top { top: 0; left: 1%; font-size: .52rem; }.visual-stamp strong { font-size: .64rem; }.visual-note--bottom { right: 1%; bottom: 0; font-size: .5rem; }.trust-strip__inner { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1rem; padding-top: 1.25rem; padding-bottom: 1.25rem; }.trust-label { grid-column: 1 / -1; }.trust-item { font-size: .53rem; }.trust-item:nth-last-child(-n+1) { grid-column: 1 / -1; }.trust-icon { font-size: .85rem; }.intro__grid, .principles__grid { grid-template-columns: 1fr; gap: 2rem; }.section-label { margin-bottom: 2.3rem; }.display-heading { font-size: clamp(2.7rem, 13vw, 4.4rem); }.intro__copy .lead-copy { font-size: 1rem; }.pillar-grid { grid-template-columns: 1fr; gap: .75rem; }.pillar-card { min-height: 430px; }.pillar-card__icon { margin-top: 3rem; }.pathway__heading-row, .resources__heading-row { display: block; margin-bottom: 2.5rem; }.pathway__aside { margin: 1.5rem 0 0; }.steps-grid { grid-template-columns: 1fr 1fr; }.step-card { min-height: 260px; border-bottom: 1px solid var(--ink); }.step-card:nth-child(2) { border-right: 0; }.step-card:nth-child(3), .step-card:nth-child(4) { border-bottom: 0; }.step-card h3 { margin-top: 3.8rem; }.plan-builder { display: block; min-height: 640px; padding-top: 23rem; }.plan-builder__art { inset: 0 0 auto; width: 100%; height: 20rem; }.sun-disc { top: 10%; left: 11%; width: 10rem; height: 10rem; box-shadow: 1.5rem 1.5rem 0 rgba(17,44,43,.9); }.art-word { font-size: 4rem; }.art-word--one { right: 5%; bottom: 23%; }.art-word--two { right: 14%; bottom: 5%; }.plan-builder__copy { padding: 0; }.plan-builder__badge { right: 1.25rem; bottom: 1.8rem; }.badge-ring { width: 4.2rem; height: 4.2rem; font-size: 1.65rem; }.badge-copy { font-size: .48rem; }.badge-copy strong { font-size: .6rem; }.filter-tabs { margin-top: 1.5rem; }.resource-grid { grid-template-columns: 1fr; gap: 2.7rem; }.resource-card__visual { min-height: 230px; }.resource-note { margin-top: 2.5rem; }.join { padding-top: 4rem; padding-bottom: 4rem; }.join__inner { display: block; }.join__action { min-width: 0; margin-top: 2rem; }.footer-main { grid-template-columns: 1fr 1fr; gap: 3.5rem 1.5rem; padding-bottom: 3.5rem; }.footer-tagline { grid-column: 1 / -1; grid-row: 1; }.footer-links { grid-column: 2; grid-row: 2; }.footer-bottom { display: grid; gap: .7rem; }.quiz-modal { min-height: 500px; padding: 1rem; }.quiz-progress { margin: 1.4rem 0 2.5rem; }.quiz-modal__topline .mono-label { font-size: .52rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.js-ready .reveal { transition: none; }.button, .text-link span, .arrow-link span, .card-link span, .quiz-option { transition: none; }
}

/* Commercial repositioning: the planning path is primary; English is a readiness handoff. */
.hero h1 em { display: inline; color: var(--coral); font-family: var(--serif); font-weight: 400; }
.hero-note { margin: 1.3rem 0 0; color: var(--ink-soft); font-family: var(--mono); font-size: .58rem; line-height: 1.5; }
.hero__copy .button--primary { box-shadow: 7px 8px 0 var(--ink); }
.pillar-grid { grid-template-columns: repeat(4, 1fr); }
.pillar-card { min-height: 465px; }
.pillar-card--green { color: var(--ink); background: var(--green); }
.pillar-card--green .card-link { color: var(--ink); }
.english-bridge { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; min-height: 520px; padding: 6rem clamp(1.4rem, 5vw, 5.75rem); color: var(--paper); background: var(--ink); }
.english-bridge__copy { max-width: 700px; }
.english-bridge__copy > p:not(.section-label) { max-width: 650px; margin: 1.5rem 0 2rem; color: var(--paper-deep); font-size: .9rem; line-height: 1.75; }
.english-bridge__actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.english-bridge__note { display: flex; align-items: center; align-self: end; gap: 1rem; max-width: 300px; padding-bottom: .5rem; transform: rotate(5deg); }
.english-bridge__note .badge-ring { flex: 0 0 auto; }
.english-bridge__note p { margin: 0; color: var(--paper-deep); font-size: .72rem; line-height: 1.55; }
.english-bridge__note strong { display: block; margin-bottom: .3rem; color: var(--paper); font-size: .8rem; }
.planning-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.planning-card { display: flex; min-height: 280px; flex-direction: column; padding: 1.6rem; border: 1px solid var(--ink); border-radius: 1rem; background: var(--paper-deep); transition: transform .2s ease, box-shadow .2s ease; }
.planning-card:hover { box-shadow: 8px 9px 0 var(--yellow); transform: translateY(-4px); }
.planning-card > span { color: var(--coral); font-family: var(--mono); font-size: .55rem; letter-spacing: .1em; }
.planning-card h3 { margin: auto 0 .7rem; font-size: 1.35rem; letter-spacing: -.055em; line-height: 1.1; }
.planning-card p { margin: 0; color: var(--ink-soft); font-size: .72rem; line-height: 1.65; }
.planning-card strong { margin-top: 1rem; font-family: var(--mono); font-size: .58rem; letter-spacing: .04em; }
.planning-card--blue { color: var(--paper); background: var(--blue); }.planning-card--blue p, .planning-card--blue > span { color: rgba(255,255,255,.76); }.planning-card--coral { background: var(--coral); }.planning-card--green { background: var(--green); }
.sources { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; background: var(--paper-deep); }
.sources__copy > p { max-width: 470px; color: var(--ink-soft); font-size: .82rem; line-height: 1.75; }
.source-list { border-top: 1px solid var(--ink); }
.source-list a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ink); font-size: .75rem; font-weight: 700; }
.source-list a span { color: var(--ink-soft); font-family: var(--mono); font-size: .55rem; font-weight: 400; text-align: right; }
.last-reviewed { margin: 1rem 0 0; color: var(--ink-soft); font-family: var(--mono); font-size: .55rem; line-height: 1.5; }
.quiz-fields { display: grid; gap: .6rem; margin-bottom: 1rem; }
.quiz-fields label { margin-top: .25rem; color: var(--ink-soft); font-family: var(--mono); font-size: .56rem; letter-spacing: .04em; }
.quiz-fields input, .quiz-fields select { width: 100%; min-height: 2.8rem; padding: .65rem .75rem; border: 1px solid var(--line); border-radius: .55rem; background: var(--white); color: var(--ink); font-size: .76rem; }
.quiz-fields input:focus, .quiz-fields select:focus { border-color: var(--coral); outline: 3px solid rgba(224, 103, 77, .18); }
.checkbox-label { display: flex; align-items: center; gap: .55rem; margin-top: .4rem !important; }.checkbox-label input { width: 1rem; min-height: 1rem; accent-color: var(--coral); }
.quiz-next { min-height: 2.4rem; padding: .55rem 1rem; font-size: .62rem; }
.plan-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.result-summary { margin: 1rem 0; border-top: 1px solid var(--line); }.result-summary-row { display: grid; grid-template-columns: 100px 1fr; gap: .8rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }.result-summary-row span { color: var(--coral); font-family: var(--mono); font-size: .54rem; text-transform: uppercase; }.result-summary-row strong { font-size: .72rem; line-height: 1.5; }.result-english-link { display: block; width: fit-content; margin-top: .7rem; padding: .75rem 1rem; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); font-size: .62rem; font-weight: 700; }
.quiz-result .result-status { min-height: 1rem; margin-top: 1rem; }
.quiz-modal { max-height: calc(100vh - 2rem); overflow-y: auto; }
.button--outline-dark { color: var(--ink); background: transparent; border-color: var(--ink); box-shadow: none; }
.button--outline-dark:hover { color: var(--paper); background: var(--ink); }
.guide-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem clamp(1.25rem, 6vw, 6rem); border-bottom: 1px solid var(--ink); background: var(--paper); }
.guide-header .brand-type { color: var(--ink); }
.guide-page { max-width: 1050px; margin: 0 auto; padding: 6rem clamp(1.25rem, 6vw, 6rem) 7rem; }
.guide-page h1 { max-width: 820px; margin: 0 0 1.4rem; font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.09em; line-height: .9; }
.guide-lede { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.8; }
.guide-content { max-width: 780px; margin-top: 5rem; }
.guide-content section { margin-top: 3.7rem; }.guide-content section:first-child { margin-top: 0; }
.guide-content h2 { margin-bottom: 1rem; font-size: 1.75rem; letter-spacing: -.06em; }.guide-content p, .guide-content li { color: var(--ink-soft); font-size: .86rem; line-height: 1.8; }.guide-content ul, .guide-content ol { margin: 0; padding-left: 1.3rem; }.guide-content li + li { margin-top: .7rem; }
.guide-callout { margin-top: 3.7rem; padding: 2rem; border: 1px solid var(--ink); border-radius: 1rem; background: var(--yellow); }.guide-callout h2 { margin-bottom: .7rem; }.guide-callout p { max-width: 620px; margin-bottom: 1.3rem; color: var(--ink); }.source-box { padding-top: 2rem; border-top: 1px solid var(--ink); }.source-box a { text-decoration: underline; }.guide-table { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }.guide-table div { display: grid; gap: .4rem; padding: 1rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.guide-table div:nth-child(even) { border-right: 0; }.guide-table strong { font-size: .78rem; }.guide-table span { color: var(--ink-soft); font-size: .73rem; line-height: 1.6; }.guide-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 1.5rem clamp(1.25rem, 6vw, 6rem); color: var(--paper-deep); background: var(--ink); font-family: var(--mono); font-size: .56rem; }.guide-footer a { color: var(--paper); }.guide-footer a:hover { color: var(--yellow); }

@media (max-width: 1050px) {
  .pillar-grid, .planning-card-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-card { min-height: 410px; }
  .english-bridge { grid-template-columns: 1fr .7fr; }
}

@media (max-width: 760px) {
  .pillar-grid, .planning-card-grid, .english-bridge, .sources { grid-template-columns: 1fr; }
  .pillar-card { min-height: 380px; }
  .english-bridge { display: block; padding: 4.5rem 1.25rem; }
  .english-bridge__note { margin-top: 2rem; }
  .source-list { margin-top: 1rem; }
  .source-list a { display: block; }.source-list a span { display: block; margin-top: .35rem; text-align: left; }
  .result-summary-row { grid-template-columns: 1fr; gap: .2rem; }
  .guide-header { padding: 1rem 1.25rem; }.guide-header .button { min-height: 2.4rem; padding-inline: .85rem; font-size: .56rem; }.guide-page { padding: 4.5rem 1.25rem 5rem; }.guide-page h1 { font-size: clamp(3rem, 15vw, 5rem); }.guide-content { margin-top: 3.5rem; }.guide-table { grid-template-columns: 1fr; }.guide-table div, .guide-table div:nth-child(even) { border-right: 0; }.guide-footer { flex-direction: column; }
}
