/* Homepage-only editorial system. Shared publications, calculator UI and engines
   retain theme.css. Fonts are self-hosted or system-provided; no animation library is required. */
.home-page{--sans:'Segoe UI Variable Text','Segoe UI',Arial,sans-serif;--forest:#192d48;--forest-deep:#102139;--mint:#c6d9ef;--paper:#f7f8fa;--ink:#18283e;--quiet:#526174;--rule:#d5dbe3;--rust:#a64629;background:var(--paper);color:var(--ink);overflow-x:visible;}
html:has(.home-page){scroll-behavior:auto;}
.home-page #main{scroll-margin-top:80px;}
.home-page :is(.deal-file,.programme-package,.fit-band) strong{color:inherit;}
.home-page :is(.grid>*,.toolsplit>*,.instructor,.feature){animation:none;}
.home-page .wrap{max-width:1280px;padding-inline:40px;}
.home-page h1,.home-page h2,.home-page .file-heading{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;}
.home-page h2{font-size:clamp(34px,3.7vw,49px);line-height:1.14;margin:0;}
.home-page h2 em,.home-page h1 em{color:var(--forest);font-weight:400;}
.home-page .eyebrow{font-size:10px;letter-spacing:.12em;line-height:1.7;margin:0 0 22px;}
.home-page .eyebrow--rule:before{background:var(--rust);}
.home-page p{line-height:1.7;}
.home-page a,.home-page summary{-webkit-tap-highlight-color:transparent;}
.home-page :is(a,button,summary,input):focus-visible{outline:3px solid #b55c32;outline-offset:5px;}
.home-page .btn{border-radius:3px;min-height:50px;font-size:13px;gap:18px;letter-spacing:0;}
.home-page .home-primary{background:var(--forest);color:#fff;border:1px solid var(--forest);padding:15px 22px;justify-content:space-between;text-decoration:none;}
.home-page .home-primary:hover{background:#294865;border-color:#294865;transform:translateY(-1px);}
.home-page .home-primary span{font-size:20px;line-height:1;}
.home-page .home-secondary{background:transparent;border:1px solid var(--forest);color:var(--forest);padding:14px 20px;}
.home-page .home-secondary:hover{background:var(--forest);color:#fff;}
.home-page .text-link{display:inline-flex;align-items:center;gap:18px;color:var(--forest);font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px;min-height:44px;}
.home-page .text-link:hover{text-decoration-thickness:2px;}
.home-page .small-label{font:10px/1.6 var(--mono);letter-spacing:.09em;text-transform:uppercase;}
.home-page .nav{background:rgba(247,248,250,.97);border-bottom:1px solid var(--rule);backdrop-filter:blur(12px);}
.home-page .nav__row{min-height:78px;}
.home-page .nav__links{gap:9px;}
.home-page .nav__link{font-size:12px;padding:10px;}
.home-page .nav__links .btn{background:var(--forest);border-color:var(--forest);color:#fff;font-size:12px;padding:11px 19px;min-height:44px;margin-left:12px;}
.home-page .wordmark{font-size:16px;}
.home-page h1{font-size:clamp(48px,4.6vw,66px);line-height:1.085;margin:0;}
.hero-founder strong,.hero-founder span{display:block;}
.home-section{padding:90px 0;}
.section-intro{display:grid;grid-template-columns:1.1fr 1fr;gap:95px;align-items:end;margin-bottom:40px;}
.section-intro>p{font-size:16px;color:var(--quiet);margin:0 0 4px;max-width:49ch;}
#curriculum{border-top:1px solid var(--rule);background:#edf1f6;}
.curriculum-list{border-top:1px solid #aeb9a9;}
.curriculum-row{border-bottom:1px solid #cbd2c3;}
.curriculum-row>summary{display:grid;grid-template-columns:52px 1fr 64px 24px;gap:18px;align-items:center;list-style:none;cursor:pointer;padding:25px 0;}
.home-page summary::-webkit-details-marker{display:none;}
.home-page summary{list-style:none;}
.session-number{font:23px var(--serif);color:var(--forest);}
.session-heading{display:block;}
.session-heading .small-label{display:block;color:var(--quiet);font-size:9px;margin-bottom:6px;}
.session-title{font-size:20px;font-weight:500;letter-spacing:-.025em;line-height:1.3;}
.session-time{font:10px var(--mono);color:var(--quiet);}
.detail-icon{font-size:23px;color:var(--forest);text-align:right;}
.curriculum-row[open] .detail-icon{transform:rotate(45deg);}
.session-content{padding:0 45px 29px 70px;}
.session-output{border-left:2px solid var(--forest);padding:8px 14px;background:#e2eaf5;font-size:12px;margin:0 0 22px;}
.session-output span{font:9px var(--mono);color:var(--forest);display:block;margin-bottom:4px;}
.session-topics{display:grid;grid-template-columns:1fr 1fr;column-gap:32px;row-gap:20px;}
.home-page .session__item{margin:0;}
.home-page .session__item b{font-size:12px;}
.home-page .session__item p{font-size:12px;color:var(--quiet);margin:7px 0 0;line-height:1.7;}
.session-content .text-link{margin-top:18px;font-size:12px;}
.curriculum-note{font-size:11px;color:var(--quiet);margin:22px 0 0;}
.fit-band{padding:55px 0;background:var(--forest);color:white;}
.fit-band .wrap{display:grid;grid-template-columns:1fr 1fr;gap:75px;}
.fit-band .eyebrow{color:#cbd8c7;}
.fit-band h2{font-size:38px;}
.fit-band h2 em{color:var(--mint);}
.fit-band p{font-size:12px;color:#d2dfd4;margin:0 0 15px;}
.fit-band .text-link{color:white;font-size:12px;}
.home-page .instructor{background:transparent;border-radius:0;gap:60px;grid-template-columns:280px 1fr;padding:0;align-items:center;}
.home-page .instructor>img{border-radius:3px;width:280px;height:340px;object-fit:cover;filter:saturate(.65);}
.instructor-section .instructor .body{font-size:13px!important;line-height:1.8;}
.instructor-section .stats{margin-top:24px;gap:30px;}
.instructor-section .stats b{font:22px var(--serif);}
.instructor-section .stats span{font-size:9px;}
.instructor-section .kicker{font-size:10px;}
.pricing-section{background:#e8edf4;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);}
.enrolment-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:stretch;}
.programme-package{background:var(--forest);color:#fff;padding:36px 38px;}
.programme-package>.small-label{color:var(--mint);}
.programme-package h3{font:26px/1.35 var(--serif);margin:14px 0 24px;}
.package-price{display:flex;align-items:center;gap:19px;}
.package-price strong{font:66px/1 var(--serif);letter-spacing:-.04em;}
.package-price>span{font-size:10px;line-height:1.8;color:#d2dfd4;}
.package-founding{font-size:9px;color:#d2dfd4;border-bottom:1px solid #537164;padding:15px 0 20px;margin:0;}
.package-dates{display:inline-flex;align-items:center;gap:22px;min-height:44px;margin-top:12px;color:white;font-size:12px;text-underline-offset:5px;}
#cohort-dates{scroll-margin-top:95px;}
.package-highlights{padding:22px 0 0;margin:0;list-style:none;}
.package-highlights li{font-size:12px;margin-bottom:12px;display:flex;gap:12px;}
.package-highlights li:before{content:'✓';color:var(--mint);}
.included-details{margin:18px 0 22px;border-top:1px solid #537164;border-bottom:1px solid #537164;}
.included-details>summary{font-size:12px;display:flex;justify-content:space-between;gap:15px;cursor:pointer;padding:16px 0;}
.programme-package .deliv{padding:0 0 18px;}
.programme-package .deliv li{font-size:11px;}
.programme-package .deliv b,.programme-package .deliv span,.programme-package .deliv li:before{color:#e0e8df;}
.programme-package .deliv li{border-color:#537164;}
.refund-note{display:flex;gap:13px;color:#e4ecdf;align-items:start;}
.refund-note>span{font-size:30px;line-height:1;}
.refund-note p{font-size:11px;line-height:1.7;margin:0;}
.refund-note strong{display:block;font-size:13px;font-weight:500;color:white;margin-bottom:5px;}
.cohort-options{display:grid;gap:18px;align-content:start;}
.cohort-option{padding:27px 28px;background:var(--paper);border:1px solid #cbd2c3;}
.cohort-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;}
.cohort-format{font-size:9px;border:1px solid #cbd2c3;padding:3px 8px;}
.cohort-option h3{font:30px/1.2 var(--serif);letter-spacing:-.02em;margin:18px 0 13px;}
.cohort-option h3 em{color:var(--quiet);font-weight:400;}
.cohort-option p{font-size:11px;color:var(--quiet);margin:7px 0 0;}
.cohort-option .cohort-dates{font-size:13px;color:var(--ink);}
.cohort-option .btn{margin-top:20px;width:100%;}
.checkout-note{font-size:10px;color:var(--quiet);margin:0 4px;}
.after-enrolment{display:grid;grid-template-columns:150px 1fr;gap:28px;padding:23px 0;border-bottom:1px solid #cbd2c3;margin-top:12px;}
.after-enrolment p{font-size:11px;color:var(--quiet);margin:0;}
.team-offer{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:36px 0 0;}
.team-offer .eyebrow{margin-bottom:13px;}
.team-offer h3{font:26px/1.3 var(--serif);margin:0;}
.team-offer p:not(.eyebrow){max-width:69ch;font-size:12px;color:var(--quiet);margin:14px 0 0;}
.team-offer .btn{flex-shrink:0;}
.private-addon{font-size:11px;color:var(--quiet);margin:27px 0 0;padding-top:22px;border-top:1px solid #cbd2c3;}
.private-addon a{display:inline-block;color:var(--forest);padding-block:8px;margin-left:5px;}
.tools-section .sec-head{max-width:850px;}
.home-page .tools-section .h2{font-family:var(--serif);font-weight:400;}
.tools-section .lede{font-size:14px;max-width:76ch;}
.home-page .toolsplit{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.home-page .toolsplit .card{border:1px solid var(--rule);padding:29px 25px;border-radius:0;display:flex;flex-direction:column;grid-column:auto;background:transparent;gap:0;}
.home-page .toolsplit .card:before{content:'↗';font:40px var(--serif);color:var(--forest);width:56px;border-bottom:2px solid #94a389;padding-bottom:13px;margin-bottom:27px;}
.home-page .toolsplit .card:nth-child(2):before{content:'+';}
.home-page .toolsplit .card:nth-child(3):before{content:'↶';}
.home-page .toolsplit .card:before{display:none;}
.lab-diagram{margin:0 0 26px;padding:15px 10px 12px;background:#edf1f6;}
.lab-diagram svg{width:100%;height:auto;}
.lab-diagram figcaption{font:8px/1.6 var(--mono);color:var(--quiet);margin-top:10px;}
.lab-visual-note{font-size:10px;color:var(--quiet);margin:18px 0 0;}
.home-page .toolsplit .kicker{font-size:9px;}
.home-page .toolsplit h3{font-size:18px;}
.home-page .toolsplit p{font-size:12px;line-height:1.8;}
.home-page .toolsplit .tool-actions{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding-top:19px;margin-top:auto!important;}
.home-page .toolsplit .tool-method{font-size:10px;color:var(--quiet);padding-block:10px;text-underline-offset:3px;}
.framework-section{background:#efefe7;border-block:1px solid var(--rule);}
.framework-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;}
.framework-grid>div>p:not(.eyebrow){font-size:13px;color:var(--quiet);max-width:52ch;margin-top:25px;}
.evidence-card{border-left:1px solid #bdc9b7;padding-left:36px;}
.evidence-card>.small-label{color:var(--forest);}
.evidence-card h3{font-size:20px;font-weight:500;margin:16px 0 0;line-height:1.45;}
.evidence-card details{border-top:1px solid #c7d0c0;margin-top:23px;}
.evidence-card summary{display:flex;justify-content:space-between;gap:15px;padding:17px 0;cursor:pointer;font-size:11px;}
.evidence-card details p{font-size:11px;color:var(--quiet);}
.home-page .publications-section .h2{font-family:var(--serif);font-weight:400;}
.publications-section>.wrap>.body{font-size:12px;max-width:85ch!important;}
.publication-grid .card{border:1px solid var(--rule);padding:27px;border-radius:0;background:#eeeade;position:relative;min-height:255px;}
.publication-grid .card:before{content:'LE V F I N  /  A C A D E M Y';display:block;font:8px var(--mono);letter-spacing:.06em;border-bottom:1px solid #a9b3a0;padding-bottom:22px;margin-bottom:40px;}
.publication-grid .card:nth-child(2){background:#dee6d8;}
.publication-grid .card:nth-child(3){background:#ede0d5;}
.publication-grid .kicker{font-size:9px;}
.publication-grid .h3{font-size:24px;}
.publication-grid .body{font-size:12px;}
.publication-grid .arrow{font-size:11px;}
.publications-section .callout{border-color:var(--rule);background:transparent;}
.publications-section .callout p,.publications-section .callout span{font-size:10px;}
.faq-section{padding-top:20px;}
.faq-list{border-top:1px solid var(--rule);}
.faq-list details{border-bottom:1px solid var(--rule);}
.faq-list summary{font-size:15px;font-weight:500;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;}
.faq-list summary span{font-size:22px;font-weight:400;color:var(--forest);}
.faq-list details[open] summary span{transform:rotate(45deg);}
.faq-list details p{font-size:13px;color:var(--quiet);max-width:87ch;margin:0 35px 23px 0;}
.final-invite{background:var(--forest-deep);text-align:center;color:white;padding:69px 0;}
.final-invite .eyebrow{color:#cedbc8;}
.final-invite h2{font-size:54px;}
.final-invite h2 em{color:var(--mint);}
.final-invite p{font-size:12px;color:#d2dfd4;}
.final-invite .home-primary{background:var(--mint);color:var(--forest-deep);border-color:var(--mint);margin:15px 0 4px;min-width:240px;}
.final-invite .home-primary:hover{background:#dce7d0;}
.final-invite .final-assurance{font-size:10px;}
.membership-section{padding:28px 0;}
.secondary-offer>summary{display:flex;justify-content:space-between;gap:25px;align-items:center;font-size:12px;cursor:pointer;padding:14px 0;}
.secondary-offer>summary>span{color:var(--forest);font-size:11px;}
.secondary-offer .feature{margin-top:20px;border-radius:0;}
.home-page .footer{padding-top:35px;background:var(--paper);border-top:1px solid var(--rule);}
.home-page .footer__top .arrow{font-size:10px;}
.home-page .footer__row{font-size:9px;gap:14px;}
.home-page .footer__row a{overflow-wrap:anywhere;}
.mobile-booking{display:none;}
@media(min-width:1025px){.home-page .nav__toggle{display:none;}}
@media(max-width:1100px){.home-page h1{font-size:53px;}.home-page .nav__links{gap:0;}.home-page .nav__link{padding:8px;font-size:11px;}.section-intro{gap:60px;}
}
@media(max-width:900px){
 .home-page .wrap{padding-inline:26px;}.home-page h1{font-size:44px;}.section-intro{gap:40px;}.home-page h2{font-size:37px;}.home-page .instructor{grid-template-columns:230px 1fr;gap:30px;}.home-page .instructor>img{width:230px;height:310px;}.programme-package{padding:28px;}.cohort-option{padding:24px;}.cohort-option .btn{padding-inline:14px;font-size:12px;}.team-offer{gap:20px;}.framework-grid{gap:35px;}.home-page .toolsplit{gap:12px;}.home-page .toolsplit .card{padding:22px 18px;}.home-page .toolsplit h3{font-size:16px;}
}
@media(max-width:760px){
 .home-page .wrap{padding-inline:22px;}.home-page .nav__row{min-height:65px;}.home-page .wordmark{font-size:15px;}.home-page .nav__burger{display:block;min-width:44px;min-height:44px;padding:7px 10px;}.home-page .nav__toggle{display:block;position:absolute;right:0;top:10px;width:44px;height:44px;opacity:0;pointer-events:auto;}.home-page .nav__toggle:focus-visible+.nav__burger{outline:3px solid var(--rust);outline-offset:2px;}.home-page .nav__links{display:none;position:absolute;left:0;right:0;top:100%;padding:14px 22px 22px;background:var(--paper);border-bottom:1px solid var(--rule);}.home-page .nav__toggle:checked~.nav__links{display:flex;flex-direction:column;align-items:stretch;}.home-page .nav__links .btn{margin:8px 0 0;justify-content:center;}.home-page .nav__link{font-size:14px;padding:12px;}.home-page h1{font-size:clamp(43px,9vw,60px);}.home-section{padding:57px 0;}.section-intro{grid-template-columns:1fr;gap:20px;margin-bottom:28px;}.home-page h2{font-size:35px;}.home-page .eyebrow{font-size:9px;margin-bottom:17px;}.section-intro>p{font-size:13px;max-width:none;}.curriculum-row>summary{grid-template-columns:29px 1fr 18px;gap:10px;padding:23px 0;}.session-number{font-size:20px;}.session-time{display:none;}.session-title{font-size:17px;}.session-heading .small-label{font-size:8px;}.session-content{padding:0 0 25px 0;}.session-topics{grid-template-columns:1fr;gap:18px;}.home-page .session__item b,.home-page .session__item p{font-size:12px;}.curriculum-note{font-size:10px;}.fit-band{padding:42px 0;}.fit-band .wrap{grid-template-columns:1fr;gap:22px;}.fit-band h2{font-size:32px;}.fit-band p{font-size:12px;}.home-page .instructor{grid-template-columns:1fr;gap:28px;}.home-page .instructor>img{width:100%;height:auto;max-height:380px;object-position:center 32%;}.instructor-section .stats{gap:26px;}.instructor-section .stats b{font-size:20px;}.enrolment-grid{grid-template-columns:1fr;gap:20px;}.programme-package{padding:28px 25px;}.programme-package h3{font-size:25px;}.package-price strong{font-size:62px;}.cohort-option{padding:25px;}.cohort-option h3{font-size:29px;}.cohort-option .btn{font-size:13px;padding-inline:20px;}.checkout-note{font-size:10px;}.after-enrolment{grid-template-columns:1fr;gap:10px;}.team-offer{display:block;padding-top:28px;}.team-offer h3{font-size:27px;}.team-offer .btn{margin-top:22px;font-size:12px;}.private-addon{font-size:11px;}.private-addon a{margin-left:0;}.home-page .toolsplit{grid-template-columns:1fr;gap:14px;}.home-page .toolsplit .card{padding:26px;}.home-page .toolsplit .card:before{margin-bottom:18px;font-size:32px;padding-bottom:8px;}.home-page .toolsplit h3{font-size:21px;}.home-page .toolsplit p{font-size:13px;}.home-page .toolsplit .tool-actions{flex-direction:row;align-items:center;gap:25px;}.framework-grid{grid-template-columns:1fr;gap:29px;}.evidence-card{padding-left:20px;}.publication-grid{grid-template-columns:1fr;gap:16px;}.publication-grid .card{min-height:unset;}.publication-grid .card:before{margin-bottom:25px;}.publications-section .callout{display:block;}.publications-section .callout p{margin-top:10px;}.faq-section{padding-top:0;}.faq-list summary{font-size:14px;padding:20px 0;}.faq-list details p{font-size:12px;}.final-invite{padding:52px 0;}.final-invite h2{font-size:39px;}.final-invite .eyebrow{font-size:8px;}.secondary-offer>summary{align-items:flex-start;flex-direction:column;gap:9px;font-size:12px;}.secondary-offer .feature__grid{display:block;}.secondary-offer .feature__grid>div+div{margin-top:24px;}.home-page .footer{padding-bottom:105px;}.home-page .footer__top{gap:24px;}.home-page .footer__top>div{gap:16px!important;}.mobile-booking{position:fixed;bottom:0;left:0;right:0;z-index:99;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid #bec9b6;box-shadow:0 -4px 16px #192d4809;}.mobile-booking>span{font-size:10px;color:var(--quiet);}.mobile-booking strong{font-size:16px;color:var(--ink);}.mobile-booking a{background:var(--forest);color:white;padding:13px 16px;font-size:12px;text-decoration:none;border-radius:3px;min-height:44px;}.mobile-booking a>span{margin-left:9px;}.home-page :is(section[id],article[id]){scroll-margin-top:85px;}
}
@media(prefers-reduced-motion:reduce){.home-page *{scroll-behavior:auto!important;animation:none!important;transition:none!important;}}
@media print{.home-page .nav,.mobile-booking,.hero-actions{display:none!important;}.home-page details>*{display:block!important;}.home-page .deal-file,.programme-package,.fit-band{background:#fff!important;color:#000!important;box-shadow:none;}.home-page .home-section{padding:24px 0;}}

/* The opening demonstrates the method, rather than decorating the offer. */
.home-hero{background:#102d29;color:#f7f8fa;padding:0 0 28px;background-image:linear-gradient(90deg,#b4cab307 1px,transparent 1px);background-size:100px 100%;}
.hero-masthead{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid #3c554c;}
.home-page .hero-masthead .eyebrow{display:flex;align-items:center;gap:11px;color:#d4e0c9;font-size:10px;margin:0;letter-spacing:.1em;}
.hero-masthead>span{font:10px/1.5 var(--mono);color:#c4d0c4;}
.live-dot{width:6px;height:6px;border-radius:50%;background:#bdd9fa;box-shadow:0 0 0 4px #bdd9fa14;flex-shrink:0;}
.hero-layout{display:grid;grid-template-columns:1fr 1.04fr;gap:62px;align-items:center;padding:32px 0;}
.hero-discipline{font:10px/1.7 var(--mono);letter-spacing:.035em;color:#c4d0c4;margin:0 0 20px;max-width:43ch;}
.home-page .hero-copy h1{font-size:clamp(52px,4.5vw,66px);line-height:1.035;letter-spacing:-.035em;color:#f7f8fa;margin:0;}
.home-page .hero-copy h1 em{color:#bdd9fa;}
.hero-description{font-size:15px;color:#d1dbd1;max-width:51ch;margin:25px 0 0;line-height:1.75!important;}
.hero-offer{font-size:12px;margin:21px 0 0;}
.home-page .hero-offer strong{color:#f7f8fa;font-weight:500;}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;margin-top:19px;}
.home-page .hero-actions .home-primary{color:#102d29;background:#bdd9fa;border-color:#bdd9fa;font-size:13px;min-height:53px;padding:15px 23px;box-shadow:0 4px 22px #0002;}
.home-page .hero-actions .home-primary:hover{background:#ebf4cb;border-color:#ebf4cb;}
.home-page .hero-actions .text-link{color:#f7f8fa;font-size:12px;gap:13px;}
.hero-assurance{font-size:11px;color:#c4d0c4;margin:13px 0 0;}
.hero-assurance>span{font-size:16px;margin-right:6px;color:#bdd9fa;}
.hero-founder{display:flex;align-items:center;gap:13px;padding-top:21px;border-top:1px solid #3c554c;}
.hero-founder img{width:40px;height:40px;object-fit:cover;border-radius:50%;filter:saturate(.7);border:1px solid #afc0a3;}
.hero-founder p{margin:0;font-size:11px;line-height:1.6;}
.home-page .hero-founder strong{display:block;font-weight:500;color:#f7f8fa;}
.hero-founder p>span{display:block;color:#bdccbf;font-size:10px;margin-top:3px;}
.hero-founder>a{margin-left:auto;display:inline-flex;align-items:center;gap:20px;min-height:44px;font-size:11px;color:#bdd9fa;text-underline-offset:5px;}
.home-page .home-hero :is(a,article):focus-visible{outline-color:#bdd9fa;}
.rights-exhibit{background:var(--paper);color:var(--ink);padding:25px 27px 20px;box-shadow:0 20px 50px #0003,7px 7px 0 #365147;border-top:3px solid #bdd9fa;min-width:0;}
.exhibit-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--rule);}
.exhibit-heading .small-label{font-size:9px;color:var(--forest);}
.exhibit-label{font:8px/1.5 var(--mono);color:var(--quiet);text-align:right;}
.home-page .rights-exhibit h2{font:31px/1.15 var(--serif);letter-spacing:-.035em;margin:16px 0 10px;}
.exhibit-instruction{font-size:11px;color:var(--quiet);margin:0 0 17px;}
.desk-choices{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border:1px solid #b2bdb0;scroll-margin-top:85px;}
.lens-choice{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-decoration:none;padding:11px 12px;gap:5px;min-height:62px;transition:background .15s;}
.lens-choice+.lens-choice{border-left:1px solid #b2bdb0;}
.lens-choice>span{font:8px/1.4 var(--mono);text-transform:uppercase;letter-spacing:.02em;color:var(--quiet);}
.home-page .lens-choice strong{font-size:11px;line-height:1.4;font-weight:600;color:var(--ink);}
.lens-choice:hover{background:#e3eaf4;}
.lens-choice[aria-current="true"]{background:var(--forest);}
.home-page .lens-choice[aria-current="true"] strong{color:#fff;}
.lens-choice[aria-current="true"]>span{color:#bdd9fa;}
.home-page .rights-exhibit :is(a,article):focus-visible{outline-color:var(--rust);outline-offset:3px;}
.lens-panel{scroll-margin-top:95px;margin:0;padding:0;min-width:0;}
.lens-panel+.lens-panel{border-top:1px solid var(--rule);margin-top:20px;}
.desk-panels.is-enhanced .lens-panel{margin-top:0;border-top:0;}
.lens-panel[hidden]{display:none;}
.rights-diagram{display:block;width:100%;height:auto;max-height:178px;margin:12px 0;overflow:visible;font-family:var(--sans);}
.rights-diagram .map-title{font-size:12px;font-weight:600;fill:var(--ink);}
.rights-diagram .map-small{font-size:10px;fill:var(--quiet);font-weight:400;}
.rights-diagram .map-callout{font-family:var(--serif);font-size:15px;fill:var(--rust);}
.rights-diagram .map-light{fill:#f7f8fa;}
.rights-diagram .map-accent{fill:var(--rust);}
.map-new{fill:#e4edf7;stroke:#8a9d76;stroke-width:1;}
.map-business{fill:var(--forest);}
.map-claim{fill:#f7f8fa;stroke:#89958b;}
.map-perimeter{fill:none;stroke:#9aa68f;stroke-dasharray:4 4;}
.map-arrow{stroke:var(--rust);stroke-width:1.6;fill:none;}
.map-line{stroke:#929f90;stroke-width:1;fill:none;}
.exhibit-question{border-top:1px solid var(--rule);padding-top:15px;}
.exhibit-question>.small-label{display:block;font-size:8px;color:var(--quiet);letter-spacing:.06em;}
.home-page .exhibit-question h3{font:25px/1.2 var(--serif);letter-spacing:-.025em;margin:8px 0 9px;}
.exhibit-question p{font-size:12px;color:var(--quiet);margin:0;line-height:1.7;}
.home-page .lens-panel .text-link{font-size:11px;gap:16px;margin-top:6px;}
.diagram-boundary{font-size:9px;color:var(--quiet);line-height:1.6!important;border-top:1px solid var(--rule);padding-top:12px;margin:10px 0 0;}
.home-page .diagram-boundary strong{color:var(--forest);font-weight:600;}
.offer-strip{background:#e8edf4;border-bottom:1px solid #c7d1df;}
.offer-strip>.wrap{display:grid;grid-template-columns:repeat(4,1fr);}
.offer-strip .wrap>div{padding:27px 25px;}
.offer-strip .wrap>div:first-child{padding-left:0;}
.offer-strip .wrap>div+div{border-left:1px solid #c7d1df;}
.offer-strip strong{display:block;font:24px/1.3 var(--serif);letter-spacing:-.025em;color:var(--ink);}
.offer-strip strong em{color:var(--forest);}
.offer-strip .wrap>div>span{display:block;font-size:10px;color:var(--quiet);margin-top:8px;}
.method-section .section-intro{grid-template-columns:1.5fr 1fr;gap:60px;}
.home-page .method-section h2{font-size:40px;}
.method-section .section-intro>p{font-size:14px;}
.method-sequence{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid #bac3b0;}
.method-sequence article{padding:27px 24px 24px;display:flex;flex-direction:column;}
.method-sequence article:first-child{padding-left:0;}
.method-sequence article+article{border-left:1px solid var(--rule);}
.method-number{display:flex;align-items:center;justify-content:space-between;color:var(--rust);font:29px/1 var(--serif);}
.method-number>span{font:20px var(--sans);color:#72806a;}
.method-sequence h3{font-size:15px;font-weight:600;letter-spacing:-.025em;line-height:1.4;margin:23px 0 9px;}
.method-sequence p{font-size:12px;color:var(--quiet);margin:0 0 22px;}
.method-output{font:9px/1.7 var(--mono);color:var(--forest);margin-top:auto;}
.research-bridge{display:grid;grid-template-columns:140px 1fr auto;gap:28px;align-items:start;margin-top:30px;padding:27px 28px;background:#eaf0f7;border-left:2px solid #637fa3;}
.research-bridge>.small-label{color:var(--forest);font-size:9px;line-height:2;}
.research-bridge h3{font:22px/1.3 var(--serif);margin:0 0 9px;letter-spacing:-.02em;}
.research-bridge p{font-size:12px;color:var(--quiet);margin:0;max-width:80ch;}
.home-page .research-bridge .text-link{font-size:11px;white-space:nowrap;margin-top:0;}
@media(max-width:1100px){
 .hero-layout{gap:36px;grid-template-columns:1fr 1.05fr;}.home-page .hero-copy h1{font-size:58px;}.rights-exhibit{padding:23px 22px 18px;}.home-page .rights-exhibit h2{font-size:28px;}.hero-description{font-size:14px;}.hero-discipline{font-size:9px;}.hero-actions{gap:4px 18px;}.lens-choice{padding-inline:8px;}.home-page .lens-choice strong{font-size:10px;}.exhibit-question p{min-height:80px;}.offer-strip strong{font-size:21px;}.offer-strip .wrap>div{padding-inline:19px;}.method-sequence article{padding-inline:18px;}.research-bridge{grid-template-columns:110px 1fr;gap:20px;}.home-page .research-bridge .text-link{grid-column:2;margin-top:-8px;}
}
@media(max-width:900px){
 .hero-layout{gap:27px;padding-top:32px;grid-template-columns:.95fr 1.05fr;}.home-page .hero-copy h1{font-size:49px;}.hero-description{font-size:13px;margin-top:21px;}.hero-offer{font-size:11px;}.hero-assurance{font-size:10px;}.rights-exhibit{padding:20px 17px 16px;box-shadow:5px 5px 0 #365147;}.exhibit-label{display:none;}.home-page .rights-exhibit h2{font-size:25px;}.lens-choice>span{font-size:7px;}.lens-choice{padding:10px 6px;}.home-page .lens-choice strong{font-size:9px;}.home-page .exhibit-question h3{font-size:22px;}.exhibit-question p{font-size:11px;}.diagram-boundary{font-size:8px;}.home-page .lens-panel .text-link{font-size:10px;}.hero-founder>a{font-size:10px;gap:9px;}.hero-founder p>span{font-size:9px;}.offer-strip strong{font-size:19px;}.offer-strip .wrap>div>span{font-size:9px;}.method-section .section-intro{grid-template-columns:1fr;gap:20px;}.home-page .method-section h2{font-size:37px;}.method-section .section-intro>p{max-width:70ch;}.method-sequence{grid-template-columns:1fr 1fr;}.method-sequence article{padding:25px;}.method-sequence article:nth-child(odd){border-left:0;padding-left:0;}.method-sequence article:nth-child(n+3){border-top:1px solid var(--rule);}.method-sequence p{font-size:13px;}.method-output{font-size:10px;}
}
@media(max-width:760px){
 .home-hero{padding-bottom:23px;background-size:80px 100%;}.hero-masthead{padding:18px 0;gap:12px;align-items:flex-start;}.home-page .hero-masthead .eyebrow{font-size:8px;letter-spacing:.045em;line-height:1.8;gap:9px;}.hero-masthead>span{font-size:8px;line-height:1.8;text-align:right;max-width:14ch;}.hero-layout{grid-template-columns:1fr;gap:35px;padding:29px 0 27px;}.hero-discipline{font-size:8px;max-width:none;margin-bottom:22px;}.home-page .hero-copy h1{font-size:clamp(47px,11vw,76px);line-height:1.035;}.hero-description{font-size:14px;max-width:50ch;margin-top:23px;}.hero-offer{font-size:11px;margin-top:20px;}.hero-actions{gap:9px 20px;}.home-page .hero-actions .home-primary{font-size:12px;min-height:52px;}.home-page .hero-actions .text-link{font-size:11px;}.hero-assurance{font-size:10px;margin-top:11px;}.rights-exhibit{padding:22px 19px 18px;margin-right:5px;}.exhibit-heading .small-label{font-size:8px;}.exhibit-label{display:block;font-size:7px;}.home-page .rights-exhibit h2{font-size:29px;}.exhibit-instruction{font-size:11px;}.lens-choice{padding:11px 7px;min-height:63px;}.lens-choice>span{font-size:7px;}.home-page .lens-choice strong{font-size:10px;}.rights-diagram{margin-top:20px;}.home-page .exhibit-question h3{font-size:27px;}.exhibit-question p{font-size:12px;min-height:unset;}.home-page .lens-panel .text-link{font-size:11px;}.diagram-boundary{font-size:9px;}.lens-panel{scroll-margin-top:82px;}.hero-founder{align-items:flex-start;gap:11px;flex-wrap:wrap;padding-top:23px;}.hero-founder p{font-size:10px;flex:1;}.hero-founder p>span{font-size:9px;max-width:36ch;line-height:1.7;}.hero-founder>a{display:none;}.offer-strip>.wrap{grid-template-columns:1fr 1fr;}.offer-strip .wrap>div{padding:22px 14px;}.offer-strip .wrap>div:nth-child(odd){border-left:0;padding-left:0;}.offer-strip .wrap>div:nth-child(n+3){border-top:1px solid #c7d1df;}.offer-strip strong{font-size:21px;}.offer-strip .wrap>div>span{font-size:9px;max-width:23ch;}.home-page .method-section h2{font-size:34px;}.method-section .section-intro>p{font-size:13px;}.method-sequence{grid-template-columns:1fr;}.method-sequence article,.method-sequence article:first-child{padding:24px 0;}.method-sequence article+article{border-left:0;border-top:1px solid var(--rule);}.method-number{font-size:26px;}.method-sequence h3{font-size:17px;margin:18px 0 9px;}.method-sequence p{font-size:13px;margin-bottom:14px;}.research-bridge{grid-template-columns:1fr;gap:14px;padding:22px;margin-top:24px;}.home-page .research-bridge .text-link{grid-column:1;margin-top:0;}.research-bridge h3{font-size:24px;}.research-bridge p{font-size:12px;}
}
@media(max-width:359px){
 .home-page .hero-copy h1{font-size:45px;}.rights-exhibit{padding:18px 13px;}.home-page .rights-exhibit h2{font-size:26px;}.exhibit-label{display:none;}.lens-choice{padding-inline:5px;}.home-page .lens-choice strong{font-size:9px;}.home-page .exhibit-question h3{font-size:24px;}.offer-strip strong{font-size:19px;}
}
@media print{
 .home-hero{background:white;color:black;}.home-page .hero-copy h1,.home-page .hero-copy h1 em,.hero-description,.hero-discipline,.hero-masthead>*{color:black;}.rights-exhibit{box-shadow:none;break-inside:avoid;}.hero-layout{display:block;}.hero-founder{display:none;}.lens-panel[hidden]{display:block!important;}.diagram-boundary{font-size:10px;}
}

/* Frontier direction: the broader modelling/research ambition leads; covenant
   mechanics are one demonstrated application, not the academy's entire remit. */
.home-page .frontier-hero{background:var(--paper);color:var(--ink);padding:0 0 27px;}
.frontier-masthead{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0;border-bottom:1px solid var(--rule);}
.frontier-masthead>.small-label{color:var(--quiet);font-size:9px;letter-spacing:.035em;}
.frontier-masthead>a{display:inline-flex;align-items:center;gap:14px;font:9px/1.6 var(--mono);min-height:28px;color:var(--forest);text-underline-offset:4px;}
.frontier-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:55px;align-items:center;padding:47px 0 35px;}
.home-page .frontier-copy>.eyebrow{font-size:10px;color:#3156bd;letter-spacing:.11em;margin:0 0 27px;}
.home-page .frontier-copy h1{font-family:var(--sans);font-size:clamp(48px,5.1vw,74px);font-weight:600;line-height:1.03;letter-spacing:-.057em;margin:0;color:#14243b;}
.home-page .frontier-copy h1 em{font-family:var(--sans);font-style:normal;font-weight:600;color:#3156bd;}
.frontier-thesis{font-size:21px;line-height:1.5!important;letter-spacing:-.02em;color:var(--ink);max-width:48ch;margin:28px 0 17px;}
.frontier-description{font-size:15px;color:var(--quiet);line-height:1.75!important;max-width:55ch;margin:0;}
.frontier-copy .hero-actions{margin-top:27px;gap:13px 24px;}
.home-page .frontier-copy .home-primary{background:#3156bd;border-color:#3156bd;color:#fff;box-shadow:none;padding:16px 22px;border-radius:0;min-height:54px;font-size:14px;}
.home-page .frontier-copy .home-primary:hover{background:#25459b;border-color:#25459b;}
.home-page .frontier-copy .text-link{color:var(--forest);font-size:13px;}
.frontier-inclusions{font-size:12px;color:var(--quiet);margin:19px 0 0;}
.frontier-copy .hero-assurance{color:var(--quiet);font-size:11px;margin-top:9px;}
.frontier-copy .hero-assurance>span{color:var(--forest);}
.home-page .frontier-hero :is(a,article):focus-visible{outline-color:#3156bd;}
.frontier-hero .hero-founder{border-top:1px solid var(--rule);padding-top:19px;}
.home-page .frontier-hero .hero-founder strong{color:var(--ink);font-size:12px;}
.frontier-hero .hero-founder p>span{color:var(--quiet);font-size:11px;}
.frontier-hero .hero-founder>a{color:var(--forest);font-size:12px;}
.frontier-hero .hero-founder img{border-color:#c1cddd;}
.framework-atlas{margin:0;background:#102139;color:#eff5ff;padding:24px 27px 22px;position:relative;min-width:0;box-shadow:8px 8px 0 #dce5ef;}
.atlas-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #40506a;padding-bottom:15px;}
.atlas-topline .small-label{font-size:9px;letter-spacing:.035em;color:#b7c9df;}
.atlas-cross{color:#afcefa;font:22px/1 var(--mono);}
.home-page .framework-atlas h2{font-family:var(--sans);font-size:30px;font-weight:400;line-height:1.15;letter-spacing:-.035em;margin:22px 0 13px;color:#eff5ff;}
.atlas-diagram{display:block;width:100%;height:auto;max-height:350px;overflow:visible;font-family:var(--sans);margin:0 0 12px;}
.atlas-micro{font:9px var(--mono);fill:#acbfd9;letter-spacing:.015em;}
.atlas-node-title{font-size:13px;font-weight:500;fill:#f4f7fd;}
.atlas-node-copy{font-size:10px;fill:#b4c7df;}
.atlas-box{fill:#142a44;stroke:#56718f;stroke-width:1;}
.atlas-box-accent{fill:#203e67;stroke:#83afe2;}
.atlas-connector{fill:none;stroke:#87acd7;stroke-width:1;}
.framework-atlas figcaption{border-top:1px solid #40506a;padding-top:18px;}
.framework-atlas figcaption>.small-label{display:block;color:#a8c7f1;font-size:8px;margin-bottom:7px;}
.home-page .framework-atlas figcaption>strong{font-family:var(--sans);font-size:18px;font-weight:500;letter-spacing:-.025em;color:#eff5ff;display:block;}
.framework-atlas figcaption>p{font-size:11px;color:#b7c9df;margin:10px 0 0;line-height:1.6;}
.atlas-schematic{display:block;font:8px/1.6 var(--mono);color:#b7c9df;margin-top:12px;}
.application-section{background:#eaf0f7;border-top:1px solid #d5deea;border-bottom:1px solid #d5deea;}
.application-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:75px;align-items:center;}
.application-copy>p:not(.eyebrow){font-size:15px;color:var(--quiet);max-width:47ch;margin:23px 0 0;}
.application-copy>.text-link{margin-top:19px;}
.application-section .rights-exhibit{background:#fff;box-shadow:5px 5px 0 #d3deeb;border:1px solid #c4d0df;padding:25px;}
.application-section .rights-exhibit .exhibit-instruction{font-size:12px;}
.home-page .method-section h2{font-size:39px;}
.home-page .method-section .section-intro{grid-template-columns:1.4fr 1fr;gap:60px;}
.home-page .method-sequence p{font-size:13px;}
.home-page .method-output{font-size:10px;}
.home-page .research-bridge p{font-size:13px;}
@media(max-width:1100px){
 .frontier-layout{gap:35px;grid-template-columns:1.2fr 1fr;}.home-page .frontier-copy h1{font-size:58px;}.frontier-thesis{font-size:19px;}.frontier-description{font-size:14px;}.framework-atlas{padding:22px;}.home-page .framework-atlas h2{font-size:27px;}.home-page .framework-atlas figcaption>strong{font-size:16px;}.frontier-copy .hero-actions{gap:7px 19px;}.frontier-inclusions{font-size:11px;}.application-layout{gap:42px;}.home-page .method-section h2{font-size:36px;}
}
@media(max-width:900px){
 .frontier-layout{gap:26px;grid-template-columns:1.15fr 1fr;padding-top:34px;}.home-page .frontier-copy h1{font-size:49px;}.frontier-thesis{font-size:18px;margin-top:24px;}.frontier-description{font-size:13px;}.home-page .frontier-copy>.eyebrow{font-size:9px;line-height:1.7;}.framework-atlas{padding:20px 17px;box-shadow:5px 5px 0 #dce5ef;}.atlas-topline .small-label{font-size:8px;}.home-page .framework-atlas h2{font-size:25px;}.home-page .framework-atlas figcaption>strong{font-size:16px;}.frontier-masthead{gap:20px;}.frontier-masthead>.small-label,.frontier-masthead>a{font-size:8px;}.home-page .method-section .section-intro{grid-template-columns:1fr;gap:20px;}.application-layout{gap:27px;}.application-section .rights-exhibit{padding:20px 17px;}.application-copy>p:not(.eyebrow){font-size:13px;}
}
@media(max-width:760px){
 .frontier-masthead{padding:15px 0;align-items:flex-start;gap:20px;}.frontier-masthead>.small-label{max-width:24ch;font-size:8px;}.frontier-masthead>a{max-width:22ch;line-height:1.65;font-size:8px;text-align:right;gap:8px;}.frontier-layout{grid-template-columns:1fr;gap:34px;padding-top:32px;padding-bottom:29px;}.home-page .frontier-copy>.eyebrow{font-size:9px;margin-bottom:24px;}.home-page .frontier-copy h1{font-size:clamp(43px,10.5vw,69px);line-height:1.035;letter-spacing:-.045em;}.frontier-thesis{font-size:19px;line-height:1.5!important;margin:23px 0 15px;}.frontier-description{font-size:14px;}.frontier-copy .hero-actions{margin-top:25px;gap:9px 19px;}.home-page .frontier-copy .home-primary{font-size:13px;}.home-page .frontier-copy .text-link{font-size:12px;}.frontier-inclusions{font-size:11px;max-width:36ch;line-height:1.7;}.frontier-copy .hero-assurance{font-size:10px;}.framework-atlas{padding:23px 21px 22px;margin-right:5px;}.atlas-topline .small-label{font-size:8px;}.home-page .framework-atlas h2{font-size:30px;}.home-page .framework-atlas figcaption>strong{font-size:18px;}.framework-atlas figcaption>p{font-size:12px;}.atlas-schematic{font-size:8px;}.frontier-hero .hero-founder{padding-top:23px;}.home-page .frontier-hero .hero-founder strong{font-size:11px;}.frontier-hero .hero-founder p>span{font-size:10px;}.application-layout{grid-template-columns:1fr;gap:32px;}.application-copy>p:not(.eyebrow){font-size:14px;max-width:none;margin-top:20px;}.application-section .rights-exhibit{padding:22px 19px;}.home-page .method-section h2{font-size:34px;}
}
@media(max-width:359px){
 .home-page .frontier-copy h1{font-size:40px;}.frontier-thesis{font-size:18px;}.framework-atlas{padding-inline:16px;}.home-page .framework-atlas h2{font-size:27px;}.home-page .framework-atlas figcaption>strong{font-size:16px;}.application-section .rights-exhibit{padding:18px 13px;}
}
@media print{.frontier-layout,.application-layout{display:block;}.framework-atlas{break-inside:avoid;box-shadow:none;}.frontier-masthead{display:none;}}
