:root{--v3-ink: #0b0b0f;--v3-paper: #f7f5ef;--v3-white: #ffffff;--v3-cobalt: #1f3bff;--v3-amber: #c2654a;--v3-coral: #ff5a36;--v3-teal: #2e6e78;--v3-teal-deep: #1d5158;--v3-terracotta-soft: #f3b89a;--v3-muted: #6b6b73;--v3-line: rgba(11, 11, 15, .12);--v3-line-light: rgba(247, 245, 239, .18);--v3-font-display: "Playfair Display", Georgia, serif;--v3-font-label: "Montserrat", system-ui, sans-serif;--v3-font-body: "Inter", system-ui, sans-serif;--v3-gutter: clamp(20px, 5vw, 80px);--v3-max: 1320px;--v3-ease: cubic-bezier(.16, 1, .3, 1)}.home-v3-root{background:var(--v3-paper);color:var(--v3-ink);font-family:var(--v3-font-body);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}.home-v3-root *,.home-v3-root *:before,.home-v3-root *:after{box-sizing:border-box}.home-v3-root h1,.home-v3-root h2,.home-v3-root h3,.home-v3-root h4{font-family:var(--v3-font-display);margin:0;letter-spacing:-.02em;line-height:1.02}.home-v3-root p{margin:0}.home-v3-container{max-width:var(--v3-max);margin:0 auto;padding-left:var(--v3-gutter);padding-right:var(--v3-gutter);width:100%}.home-v3-eyebrow{font-family:var(--v3-font-label);font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.home-v3-topbar{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:16px var(--v3-gutter);transition:background .25s var(--v3-ease),backdrop-filter .25s var(--v3-ease),border-color .25s var(--v3-ease);border-bottom:1px solid transparent}.home-v3-topbar.is-scrolled{background:#0b0b0fd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:var(--v3-line-light)}.home-v3-topbar__logo{display:inline-flex;align-items:center;text-decoration:none;line-height:0;filter:drop-shadow(0 1px 14px rgba(0,0,0,.45))}.home-v3-topbar__logo-img{height:40px;width:auto;display:block}@media(max-width:520px){.home-v3-topbar__logo-img{height:32px}}.home-v3-topbar__actions{display:flex;align-items:center;gap:10px}.home-v3-topbar__btn{font-family:var(--v3-font-label);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:10px 16px;border-radius:2px;text-decoration:none;cursor:pointer;border:1px solid rgba(247,245,239,.4);color:var(--v3-white);background:transparent;transition:background .2s var(--v3-ease),border-color .2s var(--v3-ease),color .2s var(--v3-ease);white-space:nowrap;line-height:1}.home-v3-topbar__btn:hover{border-color:var(--v3-white);background:#f7f5ef1a}.home-v3-topbar__btn--cta{background:var(--v3-amber);border-color:var(--v3-amber);color:var(--v3-ink)}.home-v3-topbar__btn--cta:hover{background:#d07a5c;border-color:#d07a5c}@media(max-width:520px){.home-v3-topbar__btn{padding:9px 11px;font-size:10px;letter-spacing:.12em}}.home-v3-topbar__login{position:relative}.home-v3-topbar__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:168px;display:flex;flex-direction:column;padding:6px;border-radius:4px;border:1px solid var(--v3-line-light);background:#0b0b0feb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 18px 40px #00000073;z-index:70}.home-v3-topbar__menu-item{font-family:var(--v3-font-label);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:11px 14px;border-radius:2px;text-decoration:none;color:var(--v3-white);background:transparent;white-space:nowrap;line-height:1;transition:background .2s var(--v3-ease),color .2s var(--v3-ease)}.home-v3-topbar__menu-item:hover,.home-v3-topbar__menu-item:focus-visible{background:#f7f5ef1f;color:var(--v3-amber)}.home-v3-overlay{position:fixed;inset:0;z-index:80;background:var(--v3-ink);color:var(--v3-paper);display:flex;flex-direction:column}.home-v3-overlay__top{display:flex;align-items:center;justify-content:space-between;padding:16px var(--v3-gutter);border-bottom:1px solid var(--v3-line-light)}.home-v3-overlay__close{font-family:var(--v3-font-label);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:10px 16px;border-radius:2px;border:1px solid rgba(247,245,239,.4);color:var(--v3-paper);background:transparent;cursor:pointer}.home-v3-overlay__close:hover{border-color:var(--v3-paper)}.home-v3-overlay__list{flex:1;list-style:none;margin:0;padding:clamp(24px,6vh,72px) var(--v3-gutter);display:flex;flex-direction:column;gap:clamp(6px,1.4vh,14px);overflow-y:auto}.home-v3-overlay__list a{font-family:var(--v3-font-display);font-size:clamp(34px,7vw,76px);color:var(--v3-paper);text-decoration:none;display:inline-flex;align-items:baseline;gap:clamp(14px,2vw,28px);line-height:1.04;width:fit-content;transition:color .2s var(--v3-ease),transform .2s var(--v3-ease)}.home-v3-overlay__list a:hover{color:var(--v3-amber);transform:translate(10px)}.home-v3-overlay__num{font-family:var(--v3-font-label);font-size:clamp(12px,1.2vw,15px);color:#f7f5ef66;font-weight:700}.home-v3-overlay__foot{padding:20px var(--v3-gutter) calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--v3-line-light);display:flex;gap:22px;flex-wrap:wrap}.home-v3-overlay__foot a{color:#f7f5efb3;font-family:var(--v3-font-label);font-size:12px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.home-v3-overlay__foot a:hover{color:var(--v3-paper)}.home-v3-section{position:relative;padding:clamp(96px,14vh,200px) 0;overflow:hidden}.home-v3-section--ink{background:var(--v3-ink);color:var(--v3-paper)}.home-v3-section--paper{background:var(--v3-paper);color:var(--v3-ink)}.home-v3-section--cobalt{background:var(--v3-cobalt);color:var(--v3-ink)}.home-v3-section--amber{background:var(--v3-amber);color:var(--v3-ink)}.home-v3-section--coral{background:var(--v3-coral);color:var(--v3-ink)}.home-v3-section--ink h1,.home-v3-section--ink h2,.home-v3-section--ink h3{color:var(--v3-paper)}.home-v3-hero{position:relative;min-height:100svh;background:var(--v3-ink);color:var(--v3-paper);display:flex;align-items:center;overflow:hidden;padding:120px 0 80px}.home-v3-hero__bg{position:absolute;inset:-10% -10% 0;z-index:0;background:radial-gradient(60% 60% at 18% 22%,rgba(31,59,255,.35),transparent 70%),radial-gradient(50% 50% at 85% 75%,rgba(194,101,74,.2),transparent 70%);pointer-events:none}.home-v3-hero__grid-lines{position:absolute;inset:0;z-index:0;background-image:linear-gradient(var(--v3-line-light) 1px,transparent 1px),linear-gradient(90deg,var(--v3-line-light) 1px,transparent 1px);background-size:clamp(60px,8vw,120px) clamp(60px,8vw,120px);-webkit-mask-image:radial-gradient(80% 80% at 50% 40%,#000,transparent 75%);mask-image:radial-gradient(80% 80% at 50% 40%,#000,transparent 75%);opacity:.6;pointer-events:none}.home-v3-hero__inner{position:relative;z-index:1}@keyframes home-v3-hero-intro{0%{opacity:0;transform:translateY(46px)}to{opacity:1;transform:translateY(0)}}.home-v3-hero__inner{animation:home-v3-hero-intro 1.1s cubic-bezier(.215,.61,.355,1) both}@media(prefers-reduced-motion:reduce){.home-v3-hero__inner{animation:none}}.home-v3-hero__eyebrow{color:var(--v3-amber);margin-bottom:28px}.home-v3-root .home-v3-hero__title{font-family:var(--v3-font-label);font-weight:800;font-size:clamp(44px,8.5vw,132px);line-height:.98;letter-spacing:-.02em;max-width:18ch}.home-v3-hero__title em{font-style:normal;color:var(--v3-amber)}.home-v3-hero__sub{margin-top:32px;max-width:52ch;font-family:var(--v3-font-body);font-size:clamp(17px,1.6vw,21px);color:#f7f5efc7}.home-v3-hero__sub em{font-style:normal;font-weight:600;color:var(--v3-amber)}.home-v3-hero__cta-row{margin-top:44px;display:flex;gap:16px;flex-wrap:wrap;align-items:center}.home-v3-scroll-cue{font-family:var(--v3-font-label);font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#f7f5ef8c;display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none}.home-v3-scroll-cue span:last-child{font-size:16px}@media(prefers-reduced-motion:no-preference){.home-v3-scroll-cue span:last-child{animation:home-v3-scroll-bob 1.8s var(--v3-ease) infinite}}@keyframes home-v3-scroll-bob{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(6px);opacity:1}}.home-v3-hero__scroll{position:absolute;bottom:28px;left:0;right:0;z-index:2}.home-v3-hero__video{display:none}.home-v3-hero__copy,.home-v3-hero__aside{display:contents}@media(min-width:1025px){.home-v3-hero__inner{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);column-gap:clamp(36px,4.4vw,76px);align-items:start}.home-v3-hero__copy,.home-v3-hero__aside{display:flex;flex-direction:column;min-width:0}.home-v3-hero__partners{grid-column:1 / -1}.home-v3-hero__video{display:block;position:relative;margin-top:clamp(6px,1.2vh,18px)}.home-v3-root .home-v3-hero__title{font-size:clamp(44px,4.4vw,72px);max-width:none}.home-v3-hero__sub{max-width:44ch}.home-v3-hero__video-glow{position:absolute;inset:-14% -10% -18%;z-index:0;background:radial-gradient(52% 52% at 30% 22%,rgba(31,59,255,.42),transparent 72%),radial-gradient(46% 46% at 78% 82%,rgba(194,101,74,.34),transparent 72%);filter:blur(46px);opacity:.85;pointer-events:none}.home-v3-hero__video-frame{position:relative;z-index:1;padding:1px;border-radius:16px;background:linear-gradient(152deg,#c2654ad9,#f7f5ef57,#1f3bff99 68%,#f7f5ef24);box-shadow:0 46px 92px -34px #000000eb,0 18px 40px -24px #000000b3}.home-v3-hero__video-surface{position:relative;aspect-ratio:16 / 9;border-radius:15px;overflow:hidden;background:radial-gradient(120% 110% at 50% 0%,#171726,#08080e 62%,#05050a)}.home-v3-hero__video-poster,.home-v3-hero__video-el{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.home-v3-hero__video-poster{opacity:0;transition:opacity .42s var(--v3-ease)}.home-v3-hero__video-poster[data-loaded]{opacity:1}.home-v3-hero__video-el{z-index:2;background:#05050a}.home-v3-hero__video-el--loop{z-index:1;background:transparent;pointer-events:none}.home-v3-hero__video-play{position:absolute;inset:0;z-index:3;display:grid;grid-template-rows:auto 1fr auto;justify-items:start;padding:18px;border:0;cursor:pointer;color:var(--v3-paper);background:radial-gradient(58% 58% at 50% 46%,rgba(5,5,10,.34),transparent 72%),linear-gradient(180deg,#05050a9e,#05050a57 42%,#05050ac7);transition:background .26s var(--v3-ease)}.home-v3-hero__video-play:focus-visible{outline:2px solid var(--v3-amber);outline-offset:-4px}.home-v3-hero__video-eyebrow{display:flex;align-items:center;gap:9px;font-family:var(--v3-font-label);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;text-align:left;line-height:1.4;max-width:24ch;color:#f7f5efeb;text-shadow:0 1px 12px rgba(5,5,10,.9)}.home-v3-hero__video-eyebrow:before{content:"";flex:none;width:3px;align-self:stretch;background:var(--v3-amber)}.home-v3-hero__video-play-ring{grid-row:2;justify-self:center;align-self:center;display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:50%;background:#05050a85;border:1px solid rgba(247,245,239,.62);-webkit-backdrop-filter:blur(6px) saturate(1.1);backdrop-filter:blur(6px) saturate(1.1);box-shadow:0 0 #c2654a8c,0 10px 30px -8px #000000b3;transition:transform .32s var(--v3-ease),background .32s var(--v3-ease),border-color .32s var(--v3-ease),box-shadow .32s var(--v3-ease)}.home-v3-hero__video-play-ring svg{width:26px;height:26px;transform:translate(3px)}.home-v3-hero__video-play:hover .home-v3-hero__video-play-ring,.home-v3-hero__video-play:focus-visible .home-v3-hero__video-play-ring{transform:scale(1.07);background:#c2654af2;border-color:#f7f5efd9;box-shadow:0 0 0 12px #c2654a29,0 10px 30px -8px #000000b3}.home-v3-hero__video-duration{grid-row:3;justify-self:end;font-family:var(--v3-font-label);font-size:10px;font-weight:700;letter-spacing:.14em;color:#f7f5efd1;background:#05050a8c;border:1px solid rgba(247,245,239,.18);border-radius:2px;padding:4px 8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-v3-hero__video-tick{position:absolute;width:20px;height:20px;z-index:2;border:0 solid rgba(247,245,239,.55);pointer-events:none}.home-v3-hero__video-tick[data-corner=tl]{top:-7px;left:-7px;border-top-width:1px;border-left-width:1px}.home-v3-hero__video-tick[data-corner=tr]{top:-7px;right:-7px;border-top-width:1px;border-right-width:1px}.home-v3-hero__video-tick[data-corner=bl]{bottom:-7px;left:-7px;border-bottom-width:1px;border-left-width:1px}.home-v3-hero__video-tick[data-corner=br]{bottom:-7px;right:-7px;border-bottom-width:1px;border-right-width:1px}.home-v3-hero__cta-row{margin-top:clamp(22px,2.6vh,34px)}}@media(min-width:1025px)and (prefers-reduced-motion:reduce){.home-v3-hero__video-play-ring,.home-v3-hero__video-play{transition:none}.home-v3-hero__video-play:hover .home-v3-hero__video-play-ring,.home-v3-hero__video-play:focus-visible .home-v3-hero__video-play-ring{transform:none}}.home-v3-btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--v3-font-label);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:17px 30px;border-radius:2px;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:transform .2s var(--v3-ease),background .2s var(--v3-ease),color .2s var(--v3-ease),border-color .2s var(--v3-ease);line-height:1}.home-v3-btn:hover{transform:translateY(-2px)}.home-v3-btn--amber{background:var(--v3-amber);color:var(--v3-ink);border-color:var(--v3-amber)}.home-v3-btn--ink{background:var(--v3-ink);color:var(--v3-paper);border-color:var(--v3-ink)}.home-v3-btn--ghost{background:transparent;color:currentColor;border-color:currentColor}.home-v3-btn--paper{background:var(--v3-paper);color:var(--v3-ink);border-color:var(--v3-paper)}.home-v3-fact{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(48px,8vw,140px);align-items:center}@media(max-width:900px){.home-v3-fact{grid-template-columns:1fr;gap:36px}}.home-v3-fact__num{font-family:var(--v3-font-display);font-size:clamp(72px,16vw,240px);line-height:.86;letter-spacing:-.04em;font-weight:800;display:flex;align-items:baseline;justify-content:flex-start}.home-v3-fact__num small{font-size:.32em;font-weight:700;margin-left:.1em;letter-spacing:-.02em}[data-testid=text-v3-stat-capital] .home-v3-num{-webkit-text-stroke:8px var(--v3-amber);paint-order:stroke fill}[data-testid=text-v3-stat-builders] .home-v3-num{-webkit-text-stroke:8px var(--v3-cobalt);paint-order:stroke fill}@media(max-width:560px){[data-testid=text-v3-stat-builders] .home-v3-num{-webkit-text-stroke:3.5px var(--v3-cobalt);paint-order:stroke fill}}.home-v3-fact__lead{font-family:var(--v3-font-display);font-size:clamp(26px,3.4vw,46px);line-height:1.08;margin-bottom:22px}.home-v3-fact__body{font-size:clamp(16px,1.5vw,19px);max-width:48ch}.home-v3-fact__body.is-onlight{color:#0b0b0fb8}.home-v3-fact__source{margin-top:24px;font-family:var(--v3-font-label);font-size:11px;letter-spacing:.1em;text-transform:uppercase;opacity:.62}.home-v3-fact__chips{margin-top:30px;display:flex;flex-wrap:wrap;gap:10px}.home-v3-chip{position:relative;font-family:var(--v3-font-label);font-size:13px;font-weight:600;letter-spacing:.04em;padding:11px 16px;border-radius:2px;border:1px solid currentColor;cursor:default;overflow:visible}.home-v3-chip__label{position:relative;z-index:1}.home-v3-chip__reveal{position:absolute;left:50%;bottom:calc(100% + 12px);width:max-content;max-width:min(280px,78vw);padding:12px 16px;text-align:center;font-family:var(--v3-font-body);font-size:13px;font-weight:500;letter-spacing:0;line-height:1.45;word-spacing:normal;text-transform:none;background:var(--v3-ink);color:var(--v3-paper);border-radius:6px;box-shadow:0 14px 38px #00000057;opacity:0;pointer-events:none;transform:translate(-50%) translateY(6px);transition:opacity .22s var(--v3-ease),transform .22s var(--v3-ease);z-index:6}.home-v3-chip__reveal:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-top-color:var(--v3-ink)}.home-v3-chip:hover .home-v3-chip__reveal,.home-v3-chip:focus-within .home-v3-chip__reveal{opacity:1;transform:translate(-50%) translateY(0)}.home-v3-question{max-width:min(94vw,1100px)}.home-v3-question h2{font-size:clamp(34px,5vw,82px);line-height:1.04;text-wrap:balance}.home-v3-question__emph{display:block;margin-top:.4em;font-style:italic}.home-v3-problems__head{max-width:60ch;margin-bottom:clamp(40px,6vh,72px)}.home-v3-problems__head h2{font-size:clamp(32px,4.6vw,64px);margin-bottom:18px}.home-v3-problems__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--v3-line-light);border-left:1px solid var(--v3-line-light)}@media(max-width:900px){.home-v3-problems__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.home-v3-problems__grid{grid-template-columns:1fr}}.home-v3-problem{position:relative;border-right:1px solid var(--v3-line-light);border-bottom:1px solid var(--v3-line-light);padding:clamp(26px,3vw,40px);min-height:clamp(220px,26vh,300px);display:flex;flex-direction:column;overflow:hidden;cursor:default;transition:background .32s var(--v3-ease)}.home-v3-problem__num{font-family:var(--v3-font-label);font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--v3-amber);margin-bottom:22px}.home-v3-problem__title{font-family:var(--v3-font-display);font-size:clamp(22px,2.2vw,30px);line-height:1.1;margin-top:auto;transition:transform .32s var(--v3-ease)}.home-v3-problem__reveal{max-height:0;opacity:0;margin-top:0;font-size:15px;color:#f7f5efd1;transition:max-height .36s var(--v3-ease),opacity .32s var(--v3-ease),margin-top .36s var(--v3-ease)}.home-v3-problem:hover,.home-v3-problem:focus-within{background:#1f3bff29}.home-v3-problem:hover .home-v3-problem__reveal,.home-v3-problem:focus-within .home-v3-problem__reveal{max-height:160px;opacity:1;margin-top:16px}.home-v3-problem__glow{position:absolute;inset:auto -30% -40% auto;width:60%;aspect-ratio:1;background:radial-gradient(circle,rgba(255,90,54,.4),transparent 70%);opacity:0;transition:opacity .36s var(--v3-ease);pointer-events:none}.home-v3-problem:hover .home-v3-problem__glow,.home-v3-problem:focus-within .home-v3-problem__glow{opacity:1}.home-v3-problem__icon{position:absolute;top:clamp(16px,1.8vw,24px);right:clamp(16px,1.8vw,24px);display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;color:var(--v3-amber);background:#1f3bff00;border:1px solid rgba(247,245,239,0);opacity:0;transform:translateY(-8px) scale(.6) rotate(-14deg);transition:opacity .38s var(--v3-ease),transform .46s var(--v3-ease),background .38s var(--v3-ease),border-color .38s var(--v3-ease);pointer-events:none}.home-v3-problem__icon svg{width:22px;height:22px}.home-v3-problem--card:hover .home-v3-problem__icon,.home-v3-problem--card:focus-within .home-v3-problem__icon{opacity:1;transform:translateY(0) scale(1) rotate(0);background:#1f3bff38;border-color:#f7f5ef38}.home-v3-turn{text-align:center;display:flex;flex-direction:column;align-items:center}.home-v3-turn h2{font-size:clamp(56px,13vw,200px);line-height:.9}.home-v3-turn h2 em{font-style:italic;color:var(--v3-cobalt)}.home-v3-turn h2 em .home-v3-turn__plain{color:var(--v3-ink)}.home-v3-turn__sub{margin-top:28px;max-width:56ch;font-size:clamp(17px,1.7vw,22px);color:#0b0b0fb3}@media(max-width:760px){.home-v3-turn__sub{margin-top:44px}}.home-v3-qual__head{max-width:60ch;margin-bottom:clamp(40px,6vh,72px)}.home-v3-qual__head h2{font-size:clamp(32px,4.6vw,60px);margin-bottom:22px}.home-v3-qual__lead{font-size:clamp(17px,1.7vw,21px);color:#f7f5efc7}.home-v3-qual__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;align-items:start}@media(max-width:760px){.home-v3-qual__grid{grid-template-columns:1fr}}.home-v3-qual-card{position:relative;border:1px solid var(--v3-line-light);border-radius:3px;padding:clamp(26px,3vw,40px);background:#f7f5ef05;cursor:pointer;text-align:left;color:inherit;font:inherit;width:100%;transition:background .3s var(--v3-ease),border-color .3s var(--v3-ease),transform .3s var(--v3-ease)}.home-v3-qual-card:hover,.home-v3-qual-card.is-open,.home-v3-qual-card.is-scroll-open{background:#1f3bff1f;border-color:#1f3bff80}.home-v3-qual-card__top{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.home-v3-qual-card__num{font-family:var(--v3-font-label);font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--v3-amber)}.home-v3-qual-card__sign{font-family:var(--v3-font-display);font-size:30px;line-height:1;color:var(--v3-amber);transition:transform .3s var(--v3-ease)}.home-v3-qual-card.is-open .home-v3-qual-card__sign,.home-v3-qual-card.is-scroll-open .home-v3-qual-card__sign{transform:rotate(45deg)}.home-v3-qual-card__title{font-family:var(--v3-font-display);font-size:clamp(24px,2.6vw,34px);line-height:1.06;margin:18px 0 0}.home-v3-qual-card__body{display:grid;grid-template-rows:1fr;transition:grid-template-rows .36s var(--v3-ease),opacity .32s var(--v3-ease),margin-top .36s var(--v3-ease);opacity:1;margin-top:18px}.home-v3-root.is-anim .home-v3-qual-card__body{grid-template-rows:0fr;opacity:0;margin-top:0}.home-v3-root.is-anim .home-v3-qual-card.is-open .home-v3-qual-card__body,.home-v3-root.is-anim .home-v3-qual-card.is-scroll-open .home-v3-qual-card__body{grid-template-rows:1fr;opacity:1;margin-top:18px}.home-v3-qual-card__body>div{overflow:hidden;color:#f7f5efcc;font-size:16px}.home-v3-close{text-align:center;max-width:min(92vw,980px);margin:0 auto}.home-v3-close h2{font-size:clamp(36px,5vw,80px);line-height:1.05;text-wrap:balance}.home-v3-close__cta{margin-top:44px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.home-v3-close__glow{display:none}@media(max-width:768px){.home-v3-close__glow{display:block;position:absolute;top:50%;left:50%;width:90vmax;height:90vmax;margin-top:-45vmax;margin-left:-45vmax;z-index:0;background:radial-gradient(circle,rgba(255,255,255,.55),transparent 60%);mix-blend-mode:soft-light;pointer-events:none;will-change:transform}}.home-v3-footer{background:var(--v3-ink);color:#f7f5efb3;padding:clamp(56px,8vh,96px) 0 40px}.home-v3-footer__grid{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;flex-wrap:wrap;padding-bottom:40px;border-bottom:1px solid var(--v3-line-light)}.home-v3-footer__wordmark{font-family:var(--v3-font-display);font-size:clamp(28px,4vw,48px);color:var(--v3-paper)}.home-v3-footer__addr{font-family:var(--v3-font-label);font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin-top:8px}.home-v3-footer__links{display:flex;gap:22px;flex-wrap:wrap}.home-v3-footer__links a{color:#f7f5efb3;font-family:var(--v3-font-label);font-size:12px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.home-v3-footer__links a:hover{color:var(--v3-paper)}.home-v3-footer__copy{margin-top:26px;font-family:var(--v3-font-label);font-size:11px;letter-spacing:.08em;opacity:.55}.home-v3-map{background:var(--v3-ink);color:var(--v3-paper);position:relative}.home-v3-map__scroller{position:relative;height:460vh}.home-v3-map__sticky{position:sticky;top:0;height:100svh;overflow:hidden;display:flex;flex-direction:column}.home-v3-map__svg{position:absolute;inset:0;width:100%;height:100%}.home-v3-map__country{fill:#f7f5ef0d;stroke:#f7f5ef29;stroke-width:.6;vector-effect:non-scaling-stroke;transition:fill .72s var(--v3-ease),stroke .72s var(--v3-ease)}.home-v3-map__country.is-lit-0{fill:color-mix(in srgb,var(--v3-teal) 34%,transparent);stroke:var(--v3-teal)}.home-v3-map__country.is-lit-1{fill:color-mix(in srgb,var(--v3-amber) 32%,transparent);stroke:var(--v3-amber)}.home-v3-map__country.is-lit-2{fill:color-mix(in srgb,var(--v3-cobalt) 34%,transparent);stroke:color-mix(in srgb,var(--v3-cobalt) 80%,white)}.home-v3-map__dot{stroke:#0b0b0f80;stroke-width:1;vector-effect:non-scaling-stroke;transition:opacity .5s var(--v3-ease)}.home-v3-map__overlay{position:relative;z-index:2;padding:clamp(90px,12vh,130px) var(--v3-gutter) 0;pointer-events:none}.home-v3-map__kicker{color:var(--v3-amber);margin-bottom:16px}.home-v3-map__title{font-size:clamp(30px,4.4vw,60px);max-width:18ch;line-height:1.02}.home-v3-map__phase{margin-top:14px;font-family:var(--v3-font-label);font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#f7f5efb3;min-height:1.2em}.home-v3-map__legend{position:absolute;left:clamp(20px,5vw,92px);bottom:clamp(20px,5vh,56px);z-index:2;display:flex;flex-direction:column;gap:16px;background:#0b0b0f9e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--v3-line-light);border-radius:8px;padding:22px 26px}.home-v3-map__legend-title{font-family:var(--v3-font-label);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;opacity:.72}.home-v3-map__legend-row{display:flex;align-items:center;gap:14px;font-family:var(--v3-font-label);font-size:16px;opacity:.34;transition:opacity .5s var(--v3-ease)}.home-v3-map__legend-row.is-on,.home-v3-map--static .home-v3-map__legend-row{opacity:1}.home-v3-map__legend-swatch{width:18px;height:18px;border-radius:3px;flex:none}.home-v3-map__legend-count{margin-left:auto;font-variant-numeric:tabular-nums;font-weight:700}.home-v3-map__legend-sample{font-family:var(--v3-font-label);font-size:10px;letter-spacing:.08em;text-transform:uppercase;opacity:.5;margin-top:2px}.home-v3-map__total{position:absolute;right:var(--v3-gutter);bottom:clamp(28px,5vh,52px);z-index:2;text-align:right}.home-v3-map__total-logo{display:block;height:clamp(48px,6vw,96px);width:auto;margin-left:auto}.home-v3-map__scroll-cue{display:none}@media(max-width:640px){.home-v3-map__total{display:none}.home-v3-map__legend{right:var(--v3-gutter)}.home-v3-map__scroll-cue{position:absolute;bottom:18px;left:0;right:0;z-index:3;display:flex;flex-direction:column;align-items:center;gap:6px;pointer-events:none;font-family:var(--v3-font-label);font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#f7f5ef8c;animation:home-v3-map-scroll-cue 1.8s var(--v3-ease) infinite}.home-v3-map__scroll-cue span:last-child{font-size:16px}}@keyframes home-v3-map-scroll-cue{0%,to{transform:translateY(0);opacity:.55}50%{transform:translateY(6px);opacity:1}}@media(prefers-reduced-motion:reduce){.home-v3-map__scroll-cue{animation:none}}.home-v3-map--static .home-v3-map__scroller{height:auto}.home-v3-map--static .home-v3-map__sticky{position:relative;height:clamp(420px,80vh,760px)}@media(prefers-reduced-motion:reduce){.home-v3-root *{scroll-behavior:auto!important}}.home-v3-scene{position:relative;overflow:clip}@media(min-width:769px){.home-v3-root .home-v3-scene[data-v3-scene=hero]{z-index:0}.home-v3-root .home-v3-scene[data-v3-scene=capital]{z-index:2;margin-top:-60svh}}@media(min-width:769px){.home-v3-root .home-v3-scene[data-v3-scene=capital],.home-v3-root .home-v3-scene[data-v3-scene=builders]{height:150vh!important}}@media(min-width:769px)and (prefers-reduced-motion:reduce){.home-v3-root .home-v3-scene[data-v3-scene=capital],.home-v3-root .home-v3-scene[data-v3-scene=builders]{height:auto!important}.home-v3-root .home-v3-scene[data-v3-scene=capital]>.home-v3-scene__stage,.home-v3-root .home-v3-scene[data-v3-scene=builders]>.home-v3-scene__stage{position:relative;top:auto;height:auto;min-height:100svh;overflow:hidden}}.home-v3-scene.v3-bg-ink{background:var(--v3-ink);color:var(--v3-paper)}.home-v3-scene.v3-bg-paper{background:var(--v3-paper);color:var(--v3-ink)}.home-v3-scene.v3-bg-cobalt{background:var(--v3-cobalt);color:var(--v3-ink)}.home-v3-scene.v3-bg-amber{background:var(--v3-amber);color:var(--v3-ink)}.home-v3-scene.v3-bg-coral{background:var(--v3-coral);color:var(--v3-ink)}.home-v3-scene.v3-bg-teal-deep{background:var(--v3-teal-deep);color:var(--v3-white)}.home-v3-scene.v3-bg-teal-deep h1,.home-v3-scene.v3-bg-teal-deep h2,.home-v3-scene.v3-bg-teal-deep h3{color:var(--v3-white)}.home-v3-scene.v3-bg-teal-deep .home-v3-fact__body.is-onlight{color:#ffffffd1}.home-v3-scene.v3-bg-teal-deep .home-v3-fact__source{color:var(--v3-white)}.home-v3-fact__hl{color:var(--v3-terracotta-soft);font-weight:600}.home-v3-scene.v3-bg-ink h1,.home-v3-scene.v3-bg-ink h2,.home-v3-scene.v3-bg-ink h3{color:var(--v3-paper)}.home-v3-scene__stage{position:sticky;top:0;height:100svh;overflow:hidden;display:flex;align-items:center;perspective:1400px}.home-v3-scene--static{height:auto!important}.home-v3-scene--static .home-v3-scene__stage{position:relative;height:auto;display:block;overflow:visible;perspective:none;padding:clamp(88px,12vh,150px) 0}.home-v3-scene__stage>.home-v3-container{position:relative;z-index:1;width:100%}.home-v3-fact-stage{align-items:center;perspective:none}@media(min-width:901px){[data-v3-scene=capital] .home-v3-fact__numwrap{margin-left:clamp(-52px,-2.6vw,-22px)}}.home-v3-fact--mirror .home-v3-fact__numwrap{text-align:right}.home-v3-fact--mirror .home-v3-fact__num{justify-content:flex-end}@media(max-width:900px){.home-v3-fact--mirror{display:flex;flex-direction:column}.home-v3-fact--mirror .home-v3-fact__numwrap{order:-1;text-align:left}.home-v3-fact--mirror .home-v3-fact__num{justify-content:flex-start}}.home-v3-fact__watermark{position:absolute;top:4%;right:-1%;z-index:0;font-family:var(--v3-font-display);font-weight:800;font-size:clamp(200px,40vw,600px);line-height:1;color:#f7f5ef0f;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.04em}.home-v3-fact__watermark.is-dark{color:#0b0b0f0d}.home-v3-helpvids{padding-top:clamp(72px,9vw,132px);padding-bottom:clamp(72px,9vw,132px)}.home-v3-helpvids__head{text-align:center;max-width:640px;margin:clamp(-32px,-2.5vw,-12px) auto clamp(56px,7vw,96px)}.home-v3-helpvids__head .home-v3-eyebrow{font-size:clamp(24px,3vw,38px);letter-spacing:.22em}.home-v3-helpvids__sub{font-family:var(--v3-font-display);font-size:clamp(22px,2.6vw,34px);line-height:1.15;color:var(--v3-ink);margin:0}.home-v3-helpvids__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px);max-width:1040px;margin:0 auto}.home-v3-helpvids__grid>[data-v3-reveal]{min-width:0;position:relative}.home-v3-billionaire{position:absolute;top:clamp(-30px,-2vw,-18px);left:clamp(-10px,.5vw,8px);z-index:6;pointer-events:none;color:var(--v3-amber);transform:rotate(-8deg)}.home-v3-billionaire__word{display:block;font-family:Caveat,Segoe Script,cursive;font-weight:700;font-size:clamp(34px,4.6vw,58px);line-height:.9;white-space:nowrap;text-shadow:0 2px 12px rgba(11,11,15,.35)}.home-v3-billionaire__arrow{position:absolute;top:clamp(26px,3.4vw,44px);left:clamp(72px,10vw,132px);width:clamp(40px,5vw,62px);height:auto;transform:rotate(6deg)}@media(max-width:768px){.home-v3-billionaire__word{font-size:clamp(26px,8vw,40px)}.home-v3-billionaire__arrow{top:clamp(20px,6vw,34px);left:clamp(54px,17vw,96px);width:clamp(32px,9vw,48px)}}.home-v3-about__card{display:flex;align-items:center;gap:clamp(24px,4vw,48px);max-width:860px;margin:0 auto;padding:clamp(22px,3vw,34px);background:#0b0b0f08;border:1px solid rgba(11,11,15,.08);border-radius:18px}.home-v3-about__portrait{flex:none;width:clamp(124px,18vw,180px);height:clamp(150px,22vw,216px);object-fit:cover;object-position:center 38%;border-radius:16px;box-shadow:0 14px 36px #0b0b0f2e}.home-v3-about__bio{min-width:0}.home-v3-about__name{font-family:var(--v3-font-display);font-size:clamp(22px,2.4vw,30px);line-height:1.1;color:var(--v3-ink);margin:0 0 10px}.home-v3-about__text{font-family:var(--v3-font-body);font-size:clamp(15px,1.4vw,18px);line-height:1.7;color:#0b0b0fbd;margin:0}.home-v3-about__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(10px,1.8vw,22px);margin:clamp(16px,2vw,22px) 0 0;padding:clamp(14px,1.8vw,20px) 0 0;border-top:1px solid rgba(11,11,15,.1)}.home-v3-about__stat{display:flex;flex-direction:column;gap:5px}.home-v3-about__stat-num{font-family:var(--v3-font-display);font-size:clamp(20px,2.3vw,30px);line-height:1;color:var(--v3-ink)}.home-v3-about__stat-label{margin:0;font-family:var(--v3-font-label);font-size:11px;letter-spacing:.09em;text-transform:uppercase;line-height:1.3;color:#0b0b0f94}@media(max-width:640px){.home-v3-about__card{flex-direction:column;text-align:center}.home-v3-about__text{text-align:left}.home-v3-about__stats{grid-template-columns:repeat(2,minmax(0,1fr));text-align:left}}.home-v3-helpvid{position:relative;display:block;width:100%;aspect-ratio:9 / 16;margin:0;padding:0;border:0;border-radius:16px;overflow:hidden;background:#0d0e1a;cursor:pointer;box-shadow:0 28px 60px -22px #0b0b1980;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1);-webkit-tap-highlight-color:transparent}.home-v3-helpvid:hover{transform:translateY(-4px);box-shadow:0 36px 70px -22px #0b0b1994}.home-v3-helpvid:focus-visible{outline:3px solid var(--v3-amber);outline-offset:3px}.home-v3-helpvid__poster,.home-v3-helpvid__video{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.home-v3-helpvid__video{z-index:1}.home-v3-helpvid__mute{position:absolute;right:12px;bottom:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:#fff;background:#0808108c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);pointer-events:none;transition:background .22s ease}.home-v3-helpvid:hover .home-v3-helpvid__mute{background:#080810c7}.home-v3-helpvid__mute svg{width:19px;height:19px}@media(max-width:768px){.home-v3-helpvids__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:74%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 16px 12px;margin-inline:-16px;scrollbar-width:none}.home-v3-helpvids__grid::-webkit-scrollbar{display:none}.home-v3-helpvids__grid>[data-v3-reveal]{scroll-snap-align:center}}.home-v3-question-stage{justify-content:flex-start}.home-v3-question__glow{position:absolute;top:50%;left:50%;width:90vmax;height:90vmax;margin-top:-45vmax;margin-left:-45vmax;z-index:0;background:radial-gradient(circle,rgba(255,255,255,.55),transparent 60%);mix-blend-mode:soft-light;pointer-events:none;will-change:transform}.home-v3-problems-stage{flex-direction:column;justify-content:center;align-items:stretch;gap:clamp(28px,5vh,56px)}.home-v3-problems-stage .home-v3-problems__head{max-width:70ch}.home-v3-problems__scroll{align-self:center}.home-v3-htrack-wrap{width:100%;overflow:hidden}.home-v3-htrack{display:flex;gap:clamp(18px,2.4vw,36px);width:max-content;padding:0 var(--v3-gutter);align-items:stretch;will-change:transform}.home-v3-htrack--static{flex-wrap:wrap;width:100%}.home-v3-problem--card{flex:none;width:clamp(258px,38vw,430px);min-height:clamp(280px,44vh,380px);border:1px solid var(--v3-line-light);border-radius:5px;background:#f7f5ef06;transition:background .32s var(--v3-ease),transform .32s var(--v3-ease),border-color .32s var(--v3-ease)}.home-v3-problem--card:hover,.home-v3-problem--card:focus-within{background:#1f3bff29;border-color:#1f3bff80;transform:translateY(-6px)}.home-v3-htrack--static .home-v3-problem--card{flex:1 1 300px;width:auto;max-width:460px}@media(max-width:768px){.home-v3-problem--card .home-v3-problem__reveal{max-height:360px;opacity:1;margin-top:16px}}@media(max-width:768px)and (prefers-reduced-motion:no-preference){.home-v3-root.is-anim .home-v3-problem--card .home-v3-problem__reveal{max-height:0;opacity:0;margin-top:0}.home-v3-root.is-anim .home-v3-problem--card.is-scroll-open .home-v3-problem__reveal{max-height:360px;opacity:1;margin-top:16px}.home-v3-root.is-anim .home-v3-problem--card.is-scroll-open{background:#1f3bff29;border-color:#1f3bff80}.home-v3-root.is-anim .home-v3-problem--card.is-scroll-open .home-v3-problem__glow{opacity:1}.home-v3-root.is-anim .home-v3-problem--card.is-scroll-open .home-v3-problem__icon{opacity:1;transform:translateY(0) scale(1) rotate(0);background:#1f3bff38;border-color:#f7f5ef38}}.home-v3-turn-stage,.home-v3-close-stage{justify-content:center}.home-v3-turn-stage .home-v3-turn,.home-v3-close-stage .home-v3-close{will-change:transform}.home-v3-hero__stage{align-items:center}.home-v3-hero__stage .home-v3-hero__bg,.home-v3-hero__stage .home-v3-hero__grid-lines{will-change:transform}.home-v3-fact__num{font-variant-numeric:tabular-nums}.home-v3-hero__partners{position:relative;width:100%;max-width:760px;margin-top:clamp(30px,4.5vw,52px);overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 11%,#000 89%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 11%,#000 89%,transparent 100%)}.home-v3-hero__partners-track{display:flex;align-items:center;gap:clamp(40px,6vw,72px);width:max-content}.home-v3-hero__partner-logo{height:30px;width:auto;flex:none;object-fit:contain;filter:brightness(0) invert(1);opacity:.6}.home-v3-hero__partner-logo--tall{height:40px}.home-v3-hero__partner-logo--short{height:22px}@media(max-width:768px){.home-v3-hero__partners{max-width:100%;margin-top:26px}.home-v3-hero__partner-logo{height:24px}.home-v3-hero__partner-logo--tall{height:32px}.home-v3-hero__partner-logo--short{height:18px}}.home-v3-root.is-anim [data-v3-reveal]{opacity:0;transform:translateY(42px)}.home-v3-hero__line,.home-v3-hero__inner [data-hero-fade],[data-v3-bighead]{will-change:transform,opacity}.home-v3-hero__line{display:block}.home-v3-footer__links a,.home-v3-overlay__foot a{position:relative}.home-v3-footer__links a:after,.home-v3-overlay__foot a:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .28s var(--v3-ease)}.home-v3-footer__links a:hover:after,.home-v3-footer__links a:focus-visible:after,.home-v3-overlay__foot a:hover:after,.home-v3-overlay__foot a:focus-visible:after{transform:scaleX(1)}@media(max-width:768px){.home-v3-scene{height:auto!important}.home-v3-scene__stage{position:relative;height:auto;display:block;overflow:visible;perspective:none;padding:clamp(72px,11vh,120px) 0}.home-v3-scene__stage.home-v3-hero__stage{min-height:100svh;display:flex;align-items:center;padding:0}.home-v3-htrack{flex-wrap:wrap;width:100%;transform:none!important}.home-v3-fact__watermark{display:none}}.home-v3-root .home-v3-facts{--facts-cream: #faf6f0;--facts-navy: #0d1b2a;--facts-terracotta: #c1603a;--facts-turquoise: #1a7a72;background:var(--facts-cream);color:var(--facts-navy);padding:clamp(72px,10vh,120px) 0 clamp(88px,12vh,140px);position:relative}.home-v3-root .home-v3-facts__inner{width:100%;position:relative;z-index:1}.home-v3-root .home-v3-facts:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(58% 42% at 16% 74%,rgba(13,27,42,.1),transparent 70%),radial-gradient(54% 40% at 84% 90%,rgba(13,27,42,.08),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.5) 0%,transparent 30%,rgba(13,27,42,.05) 76%,rgba(13,27,42,.11) 100%)}.home-v3-root .home-v3-facts__heading{position:relative;text-align:center;font-family:var(--v3-font-label);font-weight:800;font-size:clamp(34px,5vw,62px);line-height:1.1;letter-spacing:-.01em;color:var(--facts-navy);margin:0 0 clamp(48px,7vh,80px)}.home-v3-root .home-v3-facts__rule{display:block;width:64px;height:4px;margin:20px auto 0;border-radius:2px;background:var(--facts-terracotta);transform-origin:left center}.home-v3-root .home-v3-facts__grid{display:grid;grid-template-columns:1fr 1fr;column-gap:6%;align-items:start}.home-v3-root .home-v3-facts__pullquote{position:sticky;top:28vh;align-self:start;padding-right:24px}.home-v3-root .home-v3-facts__pq-rule{width:56px;height:3px;border-radius:2px;background:var(--facts-terracotta);margin-bottom:24px}.home-v3-root .home-v3-facts__pq-text{font-family:var(--v3-font-label);font-size:clamp(22px,2.8vw,34px);font-weight:800;line-height:1.25;color:var(--facts-navy);margin:0}.home-v3-root .home-v3-facts__pq-text em{font-style:normal;color:var(--facts-terracotta)}.home-v3-root .home-v3-facts__list{display:flex;flex-direction:column;gap:28px;margin:0;padding:0;list-style:none}.home-v3-root .home-v3-facts__item{display:flex;align-items:flex-start;gap:16px;padding-left:12px;margin-left:-15px;border-left:3px solid transparent;transition:border-color .25s var(--v3-ease)}.home-v3-root .home-v3-facts__item:hover{border-left-color:var(--facts-turquoise)}.home-v3-root .home-v3-facts__badge{flex-shrink:0;width:32px;height:32px;margin-top:2px;border-radius:50%;background:var(--facts-navy);color:var(--facts-cream);font-family:var(--v3-font-label);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .25s ease,transform .25s ease}.home-v3-root .home-v3-facts__item:hover .home-v3-facts__badge{background:var(--facts-terracotta);transform:scale(1.1)}.home-v3-root .home-v3-facts__text{margin:0;font-family:var(--v3-font-body);font-size:clamp(16px,1.45vw,18px);line-height:1.75;color:#0d1b2adb}.home-v3-root .home-v3-facts__text strong{font-weight:600;color:var(--facts-navy)}.home-v3-root.is-anim .home-v3-facts__heading,.home-v3-root.is-anim .home-v3-facts__pullquote{opacity:0}.home-v3-root.is-anim [data-v3-fact-item]{opacity:0;transform:translateY(32px)}.home-v3-root.is-anim .home-v3-facts__rule{transform:scaleX(0)}@media(max-width:768px){.home-v3-root .home-v3-facts__grid{grid-template-columns:1fr;row-gap:40px}.home-v3-root .home-v3-facts__pullquote{position:relative;top:auto;padding-right:0}}html.home-v3-mobile-snap{scroll-snap-type:y proximity}html.home-v3-mobile-snap .home-v3-scene{scroll-snap-align:start;scroll-snap-stop:normal}@media(prefers-reduced-motion:reduce){html.home-v3-mobile-snap{scroll-snap-type:none}}.home-v3-root .home-v3-qual-scene{height:360vh}.home-v3-root .home-v3-qual-scene>.home-v3-scene__stage{position:sticky;top:0;height:100svh;display:flex;align-items:center;overflow:hidden;perspective:none;padding:0}.home-v3-qual-stage>.home-v3-container{width:100%}.home-v3-qual-scene .home-v3-qual__head{margin-bottom:clamp(24px,4vh,48px)}@media(max-width:768px){.home-v3-root .home-v3-qual-scene{height:320vh!important}.home-v3-root .home-v3-qual-scene>.home-v3-scene__stage{min-height:100svh;align-items:flex-start;justify-content:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:calc(64px + env(safe-area-inset-top,0px));padding-bottom:56px}.home-v3-qual-scene .home-v3-qual__lead{display:none}.home-v3-qual-scene .home-v3-qual__head{margin-bottom:16px}.home-v3-qual-scene .home-v3-qual__head h2{margin-bottom:12px}.home-v3-qual-scene .home-v3-qual__grid{gap:12px}.home-v3-qual-scene .home-v3-qual-card{padding:16px 18px}.home-v3-qual-scene .home-v3-qual-card__title{margin-top:12px}}@media(max-width:768px)and (max-height:760px){.home-v3-qual-scene .home-v3-qual__head{margin-bottom:12px}.home-v3-qual-scene .home-v3-qual__head h2{font-size:clamp(26px,7vw,32px);margin-bottom:8px}.home-v3-qual-scene .home-v3-qual-card{padding:11px 16px}.home-v3-qual-scene .home-v3-qual-card__title{font-size:clamp(20px,5.4vw,26px);margin-top:8px}.home-v3-root.is-anim .home-v3-qual-scene .home-v3-qual-card.is-open .home-v3-qual-card__body,.home-v3-root.is-anim .home-v3-qual-scene .home-v3-qual-card.is-scroll-open .home-v3-qual-card__body{margin-top:10px}.home-v3-qual-scene .home-v3-qual-card__body>div{font-size:14px}}html.home-v3-mobile-snap .home-v3-qual-scene{scroll-snap-align:none;scroll-snap-stop:normal}@media(prefers-reduced-motion:reduce){.home-v3-root .home-v3-qual-scene{height:auto!important}.home-v3-root .home-v3-qual-scene>.home-v3-scene__stage{position:relative;height:auto;min-height:0;display:block;overflow:visible;padding:clamp(72px,11vh,120px) 0}}@media(max-width:768px){.home-v3-root .home-v3-scene[data-v3-scene=question],.home-v3-root .home-v3-scene[data-v3-scene=turn],.home-v3-root .home-v3-scene[data-v3-scene=close]{height:200vh!important}.home-v3-root .home-v3-scene[data-v3-scene=question]>.home-v3-scene__stage,.home-v3-root .home-v3-scene[data-v3-scene=turn]>.home-v3-scene__stage,.home-v3-root .home-v3-scene[data-v3-scene=close]>.home-v3-scene__stage{position:sticky;top:0;height:100svh;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;perspective:none;padding:0}}html.home-v3-mobile-snap .home-v3-scene[data-v3-scene=question],html.home-v3-mobile-snap .home-v3-scene[data-v3-scene=turn],html.home-v3-mobile-snap .home-v3-scene[data-v3-scene=close]{scroll-snap-align:none;scroll-snap-stop:normal}@media(max-width:768px)and (prefers-reduced-motion:reduce){.home-v3-root .home-v3-scene[data-v3-scene=question],.home-v3-root .home-v3-scene[data-v3-scene=turn],.home-v3-root .home-v3-scene[data-v3-scene=close]{height:auto!important}.home-v3-root .home-v3-scene[data-v3-scene=question]>.home-v3-scene__stage,.home-v3-root .home-v3-scene[data-v3-scene=turn]>.home-v3-scene__stage,.home-v3-root .home-v3-scene[data-v3-scene=close]>.home-v3-scene__stage{position:relative;height:auto;min-height:0;display:block;overflow:visible;padding:clamp(72px,11vh,120px) 0}}@media(max-width:768px){.home-v3-root .home-v3-scene[data-v3-scene=hero]{height:180vh!important}.home-v3-root .home-v3-scene[data-v3-scene=hero]>.home-v3-scene__stage{position:sticky;top:0;height:100svh;min-height:100svh;display:flex;align-items:center;overflow:hidden;perspective:none;padding:0}}html.home-v3-mobile-snap .home-v3-scene[data-v3-scene=hero]{scroll-snap-align:none;scroll-snap-stop:normal}@media(max-width:768px)and (prefers-reduced-motion:reduce){.home-v3-root .home-v3-scene[data-v3-scene=hero]{height:auto!important}.home-v3-root .home-v3-scene[data-v3-scene=hero]>.home-v3-scene__stage{position:relative;height:auto;min-height:100svh;display:flex;align-items:center;overflow:visible;padding:0}}.home-v3-qual-scrollcue{display:none}@media(max-width:768px){.home-v3-root.is-anim .home-v3-qual-scene .home-v3-qual-scrollcue{position:absolute;left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0px));transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:3px;color:#f7f5ef8c;pointer-events:none;z-index:4;opacity:1;transition:opacity .42s ease}.home-v3-qual-scene .home-v3-qual-scrollcue.is-hidden{opacity:0}.home-v3-qual-scrollcue__label{font-family:var(--v3-font-label, inherit);font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.home-v3-qual-scrollcue__chev{animation:home-v3-qual-bob 1.6s ease-in-out infinite}}@keyframes home-v3-qual-bob{0%,to{transform:translateY(-2px);opacity:.55}50%{transform:translateY(3px);opacity:1}}@media(prefers-reduced-motion:reduce){.home-v3-qual-scene .home-v3-qual-scrollcue{display:none!important}.home-v3-qual-scene .home-v3-qual__lead{display:block}}
