.modal-overlay{z-index:1000;-webkit-overflow-scrolling:touch;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{background:var(--af-surface-card);border-radius:16px;width:100%;max-width:500px;max-height:90dvh;margin:auto;padding:40px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-close{cursor:pointer;color:#666;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;width:32px;height:32px;padding:0;font-size:32px;line-height:1;transition:color .2s;position:absolute;top:20px;right:20px}.modal-close:hover{color:#000}.modal-title{color:#000aff;margin:0 0 8px;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:600}.modal-subtitle{color:#666;margin:0 0 32px;font-family:Instrument Sans,sans-serif;font-size:16px}.modal-form{flex-direction:column;gap:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#333;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:500}.required{color:#be4200}.form-group input,.form-group select{background:var(--af-surface-card);border:2px solid #e0e0e0;border-radius:8px;padding:12px 16px;font-family:Instrument Sans,sans-serif;font-size:16px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#000aff;outline:none}.form-group input::placeholder{color:#999}.social-input-group{gap:8px;display:flex}.social-platform-select{flex:0 0 140px}.social-link-input{flex:1}.status-message{text-align:center;border-radius:8px;padding:12px 16px;font-family:Instrument Sans,sans-serif;font-size:14px}.status-message.success{color:#2e7d32;background:#e8f5e9;border:1px solid #4caf50}.status-message.error{color:#c62828;background:#ffebee;border:1px solid #f44336}.submit-button{color:#f9f5ee;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#be4200;border:none;border-radius:100px;margin-top:8px;padding:16px 32px;font-family:Instrument Sans,sans-serif;font-size:18px;font-weight:500;transition:all .2s}.submit-button:hover:not(:disabled){background:#a33800;transform:translateY(-2px);box-shadow:0 4px 12px #be42004d}.submit-button:disabled{cursor:not-allowed;background:#ccc}@media (max-width:600px){.modal-overlay{padding:16px;padding-top:max(16px,env(safe-area-inset-top));padding-bottom:max(16px,env(safe-area-inset-bottom));align-items:flex-start}.modal-content{border-radius:12px;max-height:calc(100vh - 32px);padding:24px 20px}.modal-close{justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;display:flex;top:16px;right:16px}.modal-title{margin-right:40px;font-size:24px}.modal-subtitle{margin-bottom:24px;font-size:14px}.modal-form{gap:20px}.form-group label{font-size:13px}.form-group input,.form-group select{appearance:none;padding:14px 16px;font-size:16px}.social-input-group{flex-direction:column}.social-platform-select{flex:1;width:100%}.social-link-input{width:100%}.status-message{padding:10px 14px;font-size:13px}.submit-button{width:100%;padding:14px 28px;font-size:16px}}@media (max-width:375px){.modal-overlay{padding:12px}.modal-content{padding:20px 16px}.modal-title{font-size:22px}.form-group input,.form-group select{padding:12px 14px}}
.frontpage{--home-cream:#f8f5ee;--home-blue:#000aff;--home-blue-dark:#0000af;--home-peach:#ffc7aa;--home-terra:#be4200;--home-ink:#1a1815;--home-line:#1a181538;background:var(--home-cream);min-height:100vh;color:var(--home-ink);font-family:var(--af-font-architect,"Instrument Sans",sans-serif);overflow-x:hidden}.frontpage main{display:block}.frontpage>.footer{z-index:2;position:relative;inset:auto}.frontpage .header{background:var(--home-cream);border-bottom:1px solid #000aff33}.frontpage .header-content,.home-shell{width:min(100% - 48px,1280px);margin-inline:auto}.frontpage .header-content{width:min(100%,1280px)}.home-shell{position:relative}.home-hero{background:radial-gradient(circle at 85% 20%,#000aff14,transparent 28%),var(--home-cream);padding:clamp(72px,9vw,132px) 0 clamp(80px,10vw,148px);position:relative;overflow:hidden}.home-hero:before{content:"";border:1px solid #000aff59;border-radius:50%;width:230px;height:230px;position:absolute;top:44px;right:-78px}.home-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);align-items:center;gap:clamp(56px,8vw,120px);display:grid}.home-hero-copy{flex-direction:column;align-items:flex-start;display:flex}.home-kicker,.home-eyebrow{color:var(--home-terra);letter-spacing:.2em;text-transform:uppercase;margin:0 0 22px;font-size:13px;font-weight:600;line-height:1.2}.home-hero h1{max-width:840px;color:var(--home-blue);letter-spacing:-.065em;margin:0;font-size:clamp(58px,7.1vw,112px);font-weight:500;line-height:.88}.home-hero h1 em,.home-platform h2 em{font-family:var(--af-font-poet,"Instrument Serif",serif);font-weight:400}.home-hero-summary{color:#3f3b35;max-width:720px;margin:34px 0 0;font-size:clamp(20px,2vw,28px);line-height:1.42}.home-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px;display:flex}.home-button{border:1px solid var(--home-blue);min-height:54px;font:600 16px/1 var(--af-font-architect,"Instrument Sans",sans-serif);border-radius:999px;justify-content:center;align-items:center;gap:16px;padding:14px 24px;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.home-button:hover,.home-button:focus-visible{transform:translateY(-3px)}.home-button-primary{background:var(--home-blue);color:#fff;box-shadow:6px 6px 0 var(--home-peach)}.home-button-primary:hover,.home-button-primary:focus-visible{background:var(--home-blue-dark);box-shadow:8px 8px 0 var(--home-peach)}.home-button-secondary{color:var(--home-blue);background:0 0}.home-button-secondary:hover,.home-button-secondary:focus-visible{background:#000aff0f}.home-button-cream{border-color:var(--home-cream);background:var(--home-cream);color:var(--home-blue);box-shadow:6px 6px 0 var(--home-terra)}.home-inception{color:#4a463f;grid-template-columns:180px 1fr;align-items:center;gap:24px;max-width:720px;margin-top:48px;font-size:14px;line-height:1.45;text-decoration:none;display:grid}.home-inception-badge{background:#fff;justify-content:center;align-items:center;min-height:80px;padding:12px;display:flex}.home-inception-badge img{width:156px;height:auto;display:block}.home-inception:hover>span:last-child,.home-inception:focus-visible>span:last-child{color:var(--home-blue);text-underline-offset:4px;text-decoration:underline}.home-stack{border:1px solid var(--home-blue);background:var(--home-blue);color:#fff;min-height:620px;box-shadow:18px 18px 0 var(--home-peach);padding:42px;position:relative;overflow:hidden}.home-stack:before{content:"";opacity:.42;background-image:linear-gradient(#ffffff1f 1px,#0000 1px),linear-gradient(90deg,#ffffff1f 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0}.home-stack-label{z-index:2;color:var(--home-peach);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:600;position:relative}.home-stack-core{z-index:2;background:var(--home-cream);width:224px;min-height:184px;color:var(--home-blue);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:16px;margin:44px auto 28px;display:flex;position:relative}.home-stack-core img{width:70px;height:auto}.home-stack-core p{max-width:140px;margin:0;font-size:14px;font-weight:600;line-height:1.25}.home-layer-list{z-index:2;grid-template-columns:repeat(2,1fr);gap:8px;display:grid;position:relative}.home-layer{background:#0000afc7;border:1px solid #ffffffb8;flex-direction:column;justify-content:space-between;min-height:88px;padding:14px;display:flex}.home-layer strong{font-size:21px;font-weight:600}.home-layer span{color:#ffffffbd;font-size:12px;line-height:1.3}.home-stack-orbit{z-index:1;border:1px solid #ffc7aa8c;border-radius:50%;position:absolute}.home-stack-orbit-one{width:310px;height:310px;top:82px;left:50%;transform:translate(-50%)}.home-stack-orbit-two{width:460px;height:210px;top:130px;left:50%;transform:translate(-50%)rotate(-12deg)}.home-stack-star{z-index:2;color:var(--home-peach);font-size:54px;position:absolute;top:54px;right:42px}.home-marquee{border-top:1px solid var(--home-blue);border-bottom:1px solid var(--home-blue);background:var(--home-peach);overflow:hidden}.home-marquee>div{min-width:max-content;color:var(--home-blue);font-family:var(--af-font-poet,"Instrument Serif",serif);justify-content:center;align-items:center;gap:clamp(26px,4vw,70px);padding:22px 32px;font-size:clamp(22px,2.1vw,34px);font-style:italic;display:flex}.home-marquee span[aria-hidden=true]{font-family:var(--af-font-architect,"Instrument Sans",sans-serif);font-style:normal}.home-pathways,.home-company,.home-resources,.home-faq{padding:clamp(88px,10vw,150px) 0}.home-section-heading{max-width:750px}.home-section-heading-wide{max-width:950px}.home-section-heading h2,.home-platform h2,.home-final-cta h2{color:var(--home-blue);letter-spacing:-.055em;margin:0;font-size:clamp(46px,6vw,88px);font-weight:500;line-height:.98}.home-section-heading>p:last-child{color:#5b564e;max-width:690px;margin:28px 0 0;font-size:19px;line-height:1.55}.home-pathway-grid{border-top:1px solid var(--home-line);border-left:1px solid var(--home-line);grid-template-columns:repeat(3,1fr);margin-top:70px;display:grid}.home-pathway-card{border-right:1px solid var(--home-line);border-bottom:1px solid var(--home-line);min-height:390px;color:var(--home-ink);background:#ffffff52;flex-direction:column;padding:30px;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:flex}.home-pathway-card:hover,.home-pathway-card:focus-visible{z-index:2;background:var(--home-blue);color:#fff;position:relative;transform:translateY(-6px)}.home-card-number,.home-resource-index{color:var(--home-terra);letter-spacing:.15em;font-size:12px;font-weight:600}.home-pathway-card:hover .home-card-number,.home-pathway-card:focus-visible .home-card-number{color:var(--home-peach)}.home-pathway-card h3{letter-spacing:-.04em;max-width:290px;margin:46px 0 18px;font-size:clamp(28px,2.5vw,39px);font-weight:500;line-height:1.02}.home-pathway-card>p{color:#5a554e;margin:0;font-size:16px;line-height:1.5}.home-pathway-card:hover>p,.home-pathway-card:focus-visible>p{color:#fffc}.home-pathway-card ul{flex-wrap:wrap;gap:8px;margin:24px 0 0;padding:0;list-style:none;display:flex}.home-pathway-card li{border:1px solid;border-radius:999px;padding:7px 10px;font-size:11px;line-height:1}.home-card-link{justify-content:space-between;gap:12px;margin-top:auto;padding-top:32px;font-size:14px;font-weight:600;display:flex}.home-platform{background:var(--home-blue);color:#fff;padding:clamp(92px,11vw,170px) 0;position:relative;overflow:hidden}.home-platform:after{content:"✦";color:#ffffff14;font-size:420px;line-height:1;position:absolute;bottom:-120px;right:-28px}.home-platform-grid{z-index:1;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);align-items:start;gap:clamp(70px,10vw,150px);display:grid}.home-eyebrow-light{color:var(--home-peach)}.home-platform h2{color:#fff}.home-platform-copy>p:not(.home-eyebrow){color:#ffffffc7;max-width:690px;margin:30px 0 0;font-size:20px;line-height:1.55}.home-text-link{color:#fff;text-underline-offset:6px;align-items:center;gap:10px;font-size:15px;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;display:inline-flex}.home-value-list{margin:0}.home-value-list div{border-top:1px solid #ffffff59;padding:30px 0}.home-value-list div:last-child{border-bottom:1px solid #ffffff59}.home-value-list dt{margin:0 0 12px;font-size:22px;font-weight:600}.home-value-list dd{color:#ffffffb3;margin:0;font-size:15px;line-height:1.55}.home-company{background:#fff}.home-company-title{font-size:clamp(32px,8.6vw,88px)!important}.home-company-title span{white-space:nowrap;display:block}.home-company-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:68px;display:grid}.home-company-card{border:1px solid var(--home-blue);flex-direction:column;min-height:430px;padding:34px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex}.home-company-card:hover,.home-company-card:focus-visible{box-shadow:10px 10px 0 var(--home-peach);transform:translateY(-8px)}.home-company-card>span{letter-spacing:.17em;text-transform:uppercase;font-size:12px;font-weight:600}.home-company-card h3{letter-spacing:-.04em;margin:70px 0 18px;font-size:clamp(34px,3vw,48px);font-weight:500;line-height:1}.home-company-card p{margin:0;font-size:16px;line-height:1.55}.home-company-card strong{justify-content:space-between;gap:16px;margin-top:auto;padding-top:36px;font-size:14px;display:flex}.home-company-card-blue{background:var(--home-blue);color:#fff}.home-company-card-peach{background:var(--home-peach);color:#7b2c02}.home-company-card-cream{background:var(--home-cream);color:var(--home-blue)}.home-resources{background:var(--home-peach)}.home-resource-heading{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.home-text-link-dark{color:var(--home-blue);flex:none}.home-resource-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:66px;display:grid}.home-resource-card{background:var(--af-ultra-wash,#e8eaff);min-height:430px;color:var(--home-blue);border:1px solid #000aff8c;flex-direction:column;padding:30px;text-decoration:none;transition:background .18s,transform .18s;display:flex}.home-resource-card:hover,.home-resource-card:focus-visible{background:#dfe2ff;transform:translateY(-6px)}.home-resource-meta{flex-wrap:wrap;gap:8px;margin-top:42px;display:flex}.home-resource-meta span{border:1px solid;border-radius:999px;padding:6px 9px;font-size:11px}.home-resource-card h3{letter-spacing:-.04em;margin:20px 0 16px;font-size:clamp(27px,2.5vw,38px);font-weight:500;line-height:1.05}.home-resource-card>p{color:#000aafcc;margin:0;font-size:15px;line-height:1.55}.home-resource-footer{border-top:1px solid #000aff5c;justify-content:space-between;gap:16px;margin-top:auto;padding-top:28px;font-size:12px;display:flex}.home-faq{background:var(--home-cream)}.home-faq-grid{grid-template-columns:minmax(300px,.65fr) minmax(0,1fr);align-items:start;gap:clamp(60px,10vw,150px);display:grid}.home-faq-list{border-top:1px solid var(--home-blue)}.home-faq-list details{border-bottom:1px solid var(--home-blue)}.home-faq-list summary{color:var(--home-blue);cursor:pointer;padding:26px 52px 26px 0;font-size:20px;font-weight:600;line-height:1.3;list-style:none;position:relative}.home-faq-list summary::-webkit-details-marker{display:none}.home-faq-list summary:after{content:"+";font-family:var(--af-font-poet,"Instrument Serif",serif);font-size:36px;font-weight:400;position:absolute;top:20px;right:8px}.home-faq-list details[open] summary:after{content:"−"}.home-faq-list details p{color:#5b564e;max-width:760px;margin:0;padding:0 52px 28px 0;font-size:16px;line-height:1.65}.home-final-cta{border-top:1px solid var(--home-blue);background:#fff;padding:80px 0}.home-final-cta-inner{justify-content:space-between;align-items:flex-end;gap:48px;display:flex}.home-final-cta .home-kicker{margin-bottom:18px}.home-final-cta h2{max-width:820px;font-size:clamp(40px,5vw,76px)}.home-final-cta-title span{display:block}.home-final-cta-title span:last-child{white-space:nowrap}.home-final-cta .home-actions{flex:none;margin:0}@media (max-width:1080px){.home-hero-grid,.home-platform-grid{grid-template-columns:1fr}.home-stack{width:min(100%,660px);min-height:560px}.home-pathway-grid,.home-company-grid,.home-resource-grid{grid-template-columns:repeat(2,1fr)}.home-company-card:last-child,.home-resource-card:last-child{grid-column:span 2}.home-faq-grid{grid-template-columns:1fr;gap:54px}.home-final-cta-inner{flex-direction:column;align-items:flex-start}}@media (max-width:760px){.frontpage .header{padding:12px 16px}.frontpage .header-content,.home-shell{width:min(100% - 32px,1280px)}.frontpage .header-content{gap:18px;width:100%}.frontpage .nav{scrollbar-width:none;justify-content:flex-start;min-width:0;overflow-x:auto}.frontpage .nav::-webkit-scrollbar{display:none}.frontpage .nav-links{gap:16px;width:max-content}.frontpage .nav-link{font-size:13px}.home-hero{padding-top:66px}.home-hero h1{font-size:clamp(52px,17vw,78px)}.home-inception{grid-template-columns:1fr}.home-inception-badge{width:188px}.home-stack{min-height:540px;box-shadow:10px 10px 0 var(--home-peach);padding:28px}.home-stack-core{width:190px;min-height:160px}.home-stack-orbit-one{width:260px;height:260px}.home-stack-orbit-two{width:360px}.home-marquee{overflow-x:auto}.home-pathway-grid,.home-company-grid,.home-resource-grid{grid-template-columns:1fr}.home-company-card:last-child,.home-resource-card:last-child{grid-column:auto}.home-pathway-card,.home-company-card,.home-resource-card{min-height:360px}.home-resource-heading{flex-direction:column;align-items:flex-start}.home-final-cta .home-actions{width:100%}}@media (max-width:480px){.frontpage .logo img{width:46px;height:auto}.frontpage .header-content{gap:12px}.frontpage .nav-links{gap:11px}.frontpage .nav-link{font-size:11.5px}.home-actions,.home-actions .home-button{width:100%}.home-stack{min-height:590px}.home-layer-list{grid-template-columns:1fr}.home-layer{min-height:70px}.home-stack-orbit-two{display:none}}
