@font-face{font-family:Dunbar;src:url('assets/dunbar-tall.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:'Dunbar Text';src:url('assets/dunbar-text-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
:root{--indigo:#2a2456;--electric:#5b63f2;--periwinkle:#9ba9ff;--ice:#deecff;--white:#f7f7fb;--forest:#16211e;--lime:#92e86b;--red:#ff4d5a;--wine:#4f2331;--pink:#ffafc5;--cream:#f9efe3}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--white);color:var(--indigo);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:18px;line-height:1.45}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Dunbar,sans-serif;font-weight:800;letter-spacing:-.045em;line-height:.98}p{max-width:45ch}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid currentColor;outline-offset:6px}.skip{position:fixed;left:20px;top:-100px;background:white;color:var(--indigo);padding:15px;z-index:99}.skip:focus{top:15px}.header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 3.4%;background:var(--indigo);color:var(--white)}.brand{width:190px;flex-shrink:0}.header nav{display:flex;gap:25px;padding:12px 24px;background:rgba(255,255,255,.08);border-radius:99px;font-size:15px}.header nav a:hover{color:var(--periwinkle)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:14px 19px;border-radius:9px;background:var(--ice);color:var(--indigo);font-size:16px;font-weight:600;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:white}.button span{font-size:24px;line-height:1}.menu-toggle{display:none}.hero{padding:30px 3.4% 75px;background:var(--indigo);color:var(--ice);overflow:hidden}.eyebrow{font-size:13px;font-weight:650;letter-spacing:.1em;line-height:1.5}.hero>.eyebrow{display:flex;justify-content:space-between;margin:8px 0 31px}.hero h1{font-size:clamp(64px,8.9vw,150px);letter-spacing:-.055em;line-height:.94}.hero h1 span{color:var(--periwinkle)}.hero-bottom{display:flex;align-items:end;justify-content:space-between;margin:26px 0 44px;gap:30px}.hero-bottom p{font-size:clamp(18px,1.8vw,26px);line-height:1.2}.text-link{display:inline-flex;align-items:center;gap:28px;font-size:16px;border-bottom:1px solid currentColor;padding:8px 0}.text-link:hover span{transform:translate(3px,-3px)}.text-link span{transition:transform .2s;font-size:25px}.hero-cards{display:grid;grid-template-columns:repeat(4,1fr);padding:16px 10px 0;gap:0}.hero-card{min-height:375px;border-radius:28px;position:relative;overflow:hidden;transition:transform .35s}.hero-card:hover{transform:rotate(0deg) translateY(-12px);z-index:2}.stat-card{background:var(--periwinkle);color:var(--indigo);transform:rotate(-4deg);padding:25px;display:flex;flex-direction:column;justify-content:space-between}.card-top{font-size:12px;letter-spacing:.08em;font-weight:700;position:relative;z-index:1}.stat-card>strong{font-family:Dunbar;font-size:clamp(85px,10vw,160px);line-height:.9}.stat-card>div{display:flex;align-items:end;justify-content:space-between}.stat-card h2{font-size:34px}.circle-arrow{width:45px;height:45px;border:1px solid;border-radius:50%;display:grid;place-items:center;font-size:30px}.photo-card{transform:rotate(3deg);background:#00698a}.photo-card img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:52% 23%}.photo-tag{position:absolute;bottom:24px;left:18px;right:18px;text-align:center;background:var(--ice);color:var(--indigo);padding:9px;border-radius:5px;font-size:12px;font-weight:750;transform:rotate(-4deg)}.career-card{transform:rotate(-3deg);background:var(--wine);color:var(--pink);padding:25px;display:flex;flex-direction:column;justify-content:space-between}.career-card>strong{font:800 clamp(35px,4.5vw,68px)/.92 Dunbar;letter-spacing:-.04em;margin:15px 0}.card-foot{display:flex;justify-content:space-between;gap:10px;font-size:15px;font-weight:600;position:relative;z-index:1}.merch-card{background:var(--ice);color:var(--indigo);transform:rotate(4deg);padding:25px;display:flex;flex-direction:column;justify-content:space-between}.merch-card img{width:110%;max-width:none;align-self:center;margin:-20px 0;object-fit:contain;aspect-ratio:1}.section-pad{padding:100px 5%}.about{background:var(--ice);overflow:hidden;position:relative}.about h2{font-size:clamp(55px,8vw,125px);max-width:1000px;margin:35px 0}.about h2 span{color:var(--electric)}.about-bottom{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.big-arrow{font-size:180px;line-height:1}.about-bottom p{font-size:22px;margin-bottom:20px}.about .button{background:var(--indigo);color:var(--ice);margin-top:8px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:55px}.section-heading h2,.faq h2{font-size:clamp(44px,5.7vw,90px);margin-top:22px}.section-heading p{max-width:27ch}.tracks{background:var(--white)}.track{border-radius:18px;margin-top:14px;overflow:hidden}.track summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:150px 1fr 55px;align-items:center;gap:24px;padding:32px}.track summary::-webkit-details-marker,.questions summary::-webkit-details-marker{display:none}.track-number{font-size:12px;letter-spacing:.06em}.track h3{font-size:clamp(30px,4.5vw,65px)}.expand{font-size:35px;transition:transform .25s}.track[open] .expand{transform:rotate(45deg)}.track-body{padding:0 32px 32px 206px;display:flex;align-items:end;justify-content:space-between;gap:35px}.track-body p{max-width:40ch}.track-body .text-link{white-space:nowrap}.indigo{background:var(--indigo);color:var(--ice)}.red{background:var(--wine);color:var(--pink)}.green{background:var(--forest);color:var(--lime)}.journey{background:var(--wine);color:var(--cream)}.journey h2{color:var(--pink)}.journey-grid{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.journey-grid li{border-top:1px solid #ffafc55c;padding-top:24px}.journey-grid li>span{font:800 74px/1 Dunbar;color:var(--red)}.journey-grid h3{font-size:30px;line-height:1.1;margin:26px 0 16px;letter-spacing:-.03em}.journey-grid p{font-size:17px}.journey-note{margin-top:65px;border-top:1px solid #ffafc55c;padding-top:26px;display:flex;justify-content:space-between;gap:30px}.journey-note span{font-size:13px;color:var(--pink);letter-spacing:.07em}.journey-note p{font-size:16px}.player{background:var(--indigo);color:var(--ice);display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:70px;overflow:hidden}.player h2{font-size:clamp(65px,7.4vw,112px);margin:30px 0}.player h2 span{color:var(--periwinkle)}.player p{margin-bottom:20px;max-width:34ch}.player .button{margin-top:15px}.player-visual{margin:0;display:flex;align-items:center;flex-direction:column;position:relative;padding:35px}.player-visual:before{content:'';position:absolute;inset:15% -15%;aspect-ratio:1;border-radius:50%;background:var(--electric)}.player-visual img{max-height:560px;max-width:100%;width:auto;position:relative;transform:rotate(8deg);filter:drop-shadow(0 20px 20px #0004)}.player-visual figcaption{position:relative;margin-top:55px;font-size:11px;letter-spacing:.1em;text-align:center}.community{background:var(--forest);color:#f0fff6}.community h2{color:var(--lime)}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.community-grid article{border-radius:20px;min-height:500px;padding:28px;overflow:hidden;position:relative}.community-grid h3{font-size:43px;margin:38px 0 22px}.community-grid p{font-size:17px;position:relative;z-index:1}.agency{background:var(--lime);color:var(--forest)}.agency-mark{font:800 165px/1 Dunbar;display:block;text-align:right;margin-top:10px}.stage{background:#2c473e;color:#f0fff6}.stage-type{font:800 82px/1 Dunbar;color:var(--lime);display:block;transform:rotate(-12deg);margin-top:70px;letter-spacing:-.05em}.rewards{background:#eaffea;color:var(--forest);display:flex;flex-direction:column;justify-content:space-between}.rewards img{height:235px;object-fit:contain;width:100%;margin:10px auto}.rewards h3{margin:10px 0 16px}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:65px;background:var(--white)}.questions details{border-bottom:1px solid #2a245633;padding:25px 0}.questions summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:22px;font-weight:600;cursor:pointer}.questions summary span{font-size:28px}.questions details[open] summary span{transform:rotate(45deg)}.questions p{padding-top:20px;font-size:17px;line-height:1.6}.start{background:var(--periwinkle);color:var(--indigo);overflow:hidden;position:relative}.start h2{font-size:clamp(66px,11.2vw,180px);margin:30px 0 40px}.start h2 span{color:var(--indigo)}.start-bottom{display:flex;justify-content:space-between;align-items:end;gap:30px}.start p{font-size:20px}.start p strong{display:block;margin-top:15px}.start .button{background:var(--indigo);color:var(--ice)}footer{padding:45px 5% 25px;background:var(--indigo);color:var(--ice)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:45px}.footer-top p{font:800 35px/1 Dunbar}.footer-bottom{border-top:1px solid #deecff44;display:flex;justify-content:space-between;gap:20px;padding-top:25px;font-size:14px}
.progress-card{background:var(--ice);color:var(--indigo);transform:rotate(4deg);padding:25px;display:flex;flex-direction:column;justify-content:space-between}.progress-card>strong{font:800 clamp(30px,3.7vw,58px)/1 Dunbar;letter-spacing:-.02em;margin:24px 0}.career-launch{background:#eaffea;color:var(--forest)}.launch-type{display:block;font:800 clamp(48px,5vw,76px)/.95 Dunbar;letter-spacing:-.02em;margin-top:45px}
.card-teaser{padding:42px 0;border-top:1px solid #deecff55;border-bottom:1px solid #deecff55}.card-teaser .teaser-statement{font:800 clamp(36px,4.8vw,76px)/1.05 Dunbar;letter-spacing:-.02em;margin:38px 0}.teaser-statement span{color:var(--periwinkle)}.card-teaser .teaser-note{margin:0;font-size:18px}
body{font-family:'Dunbar Text',sans-serif;font-weight:400}button,input,select,textarea{font-family:inherit}.brand img{height:auto;width:100%;mix-blend-mode:lighten}h1,h2,h3{letter-spacing:-.02em}.hero h1{letter-spacing:-.025em}
@media(min-width:1600px){.hero,.header,.section-pad,footer{padding-left:max(5%,calc((100vw - 1500px)/2));padding-right:max(5%,calc((100vw - 1500px)/2))}}
@media(max-width:1050px){.header nav{gap:15px;padding:12px 18px}.brand{width:155px}.header{gap:15px}.header-cta{font-size:14px;gap:12px}.hero-card{min-height:310px}.hero-card:not(.photo-card){padding:20px}.stat-card h2{font-size:27px}.card-top{font-size:10px}.track-body{padding-left:32px}.community-grid article{padding:22px}.community-grid h3{font-size:34px}.journey-grid{gap:23px}.journey-grid h3{font-size:25px}.player{gap:30px}.stage-type{font-size:60px}}
@media(max-width:760px){html{scroll-padding-top:25px}.header{padding:20px 5%;flex-wrap:wrap}.brand{width:152px}.header-cta{display:none}.menu-toggle{display:flex;background:transparent;border:1px solid #deecff88;color:var(--ice);border-radius:6px;padding:7px 12px;gap:18px;font-size:15px;align-items:center;cursor:pointer}.menu-toggle span{font-size:22px}.header nav{display:none;order:3;flex-basis:100%;border-radius:12px;padding:18px;font-size:18px;flex-direction:column}.header nav.is-open{display:flex}.hero{padding:25px 5% 60px}.hero>.eyebrow{font-size:10px;gap:25px;margin-bottom:30px}.hero>.eyebrow span:last-child{display:none}.hero h1{font-size:clamp(43px,10.4vw,79px)}.hero-bottom{align-items:start;margin:26px 0 32px}.hero-bottom p{font-size:18px}.hero-bottom .text-link{max-width:140px;font-size:13px;gap:12px;padding-top:0}.hero-cards{grid-template-columns:1fr 1fr;gap:17px 2px;padding:7px 3px}.hero-card{min-height:295px;border-radius:19px}.stat-card>strong{font-size:104px}.career-card>strong{font-size:44px}.card-foot{font-size:12px}.stat-card h2{font-size:26px}.circle-arrow{width:32px;height:32px;font-size:22px;flex-shrink:0}.photo-tag{font-size:9px;left:10px;right:10px;bottom:18px}.section-pad{padding:65px 6%}.about h2{font-size:clamp(47px,9.8vw,75px);margin:27px 0 35px}.about-bottom{grid-template-columns:55px 1fr;gap:15px;align-items:start}.big-arrow{font-size:60px}.about-bottom p{font-size:18px}.section-heading{display:block;margin-bottom:35px}.section-heading h2,.faq h2{font-size:clamp(39px,8.5vw,63px);margin:18px 0 25px}.section-heading p{font-size:17px}.track summary{grid-template-columns:1fr 35px;gap:10px;padding:24px}.track-number{grid-column:1/-1;font-size:10px}.track h3{font-size:clamp(27px,6.4vw,45px)}.track .expand{font-size:28px}.track-body{display:block;padding:0 24px 26px}.track-body p{font-size:17px;margin-bottom:18px}.journey-grid{grid-template-columns:1fr 1fr;gap:35px 25px}.journey-grid h3{font-size:28px;margin-top:15px}.journey-grid p{font-size:16px}.journey-grid li>span{font-size:60px}.journey-note{display:block;margin-top:35px}.journey-note p{margin-top:15px}.player{grid-template-columns:1fr;gap:35px}.player h2{font-size:73px}.player-visual{max-width:380px;margin:auto;padding:25px}.player-visual img{max-height:440px}.player-visual:before{inset:15% -6%}.community-grid{grid-template-columns:1fr}.community-grid article{min-height:0;padding:28px}.community-grid h3{font-size:44px}.agency-mark{font-size:95px}.stage-type{font-size:95px;margin:45px 0 20px}.rewards img{height:280px}.faq{grid-template-columns:1fr;gap:15px}.questions summary{font-size:19px}.start h2{font-size:clamp(55px,12vw,90px)}.start-bottom{display:block}.start p{font-size:18px}.start .button{margin-top:30px}.footer-top{flex-wrap:wrap;padding-bottom:30px}.footer-top p{font-size:28px}.footer-top .text-link{font-size:14px}.footer-bottom{flex-wrap:wrap;font-size:12px;gap:14px}.eyebrow{font-size:11px}}
@media(max-width:370px){.hero-card{min-height:250px}.hero-card:not(.photo-card){padding:15px}.career-card>strong{font-size:35px}.stat-card>strong{font-size:85px}.stat-card h2{font-size:23px}.journey-grid{grid-template-columns:1fr}.hero-bottom{display:block}.hero-bottom .text-link{max-width:none;margin-top:20px}.player h2{font-size:60px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
