@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--yellow:#f5c518;--ink:#111;--muted:#686862;--line:#e7e4dc}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:94px}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:fixed;z-index:30;top:0;left:0;right:0;height:94px;padding:14px 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(17,17,17,.06)}.brand{width:142px}.brand img{width:100%;height:auto}.desktop-nav{display:flex;gap:38px;margin-left:auto;margin-right:42px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after{content:'';position:absolute;left:0;right:100%;bottom:3px;height:2px;background:var(--yellow);transition:right .25s}.desktop-nav a:hover:after{right:0}.join-button,.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.08em}.join-button{background:var(--yellow);padding:15px 25px}.join-button span,.button span,.text-link span{font-size:18px;line-height:0}.menu-toggle{display:none;background:none;border:0;font-weight:700;font-size:11px;letter-spacing:.1em}.hero{position:relative;min-height:100svh;padding:150px 5vw 60px;display:flex;align-items:center;background:#fff;overflow:hidden}.hero:before{content:'';position:absolute;width:58vw;height:58vw;max-width:820px;max-height:820px;right:-24vw;top:8%;border-radius:50%;background:#fff9dc}.hero-copy{position:relative;z-index:4;max-width:720px}.hero-art-bg{position:absolute;z-index:2;right:-3%;top:50%;width:min(55vw,700px);transform:translateY(-50%);opacity:.72;pointer-events:none;mix-blend-mode:multiply}.hero-art-bg img{width:100%;height:auto;max-height:650px;object-fit:contain}.hero-art-bg.visible{animation:heroBgFloat 8s ease-in-out .3s infinite}.hero-scribble{position:absolute;z-index:3;right:8%;top:23%;font-size:24px;color:var(--yellow);transform:rotate(18deg);animation:scribble 4s ease-in-out infinite}.eyebrow{margin:0 0 20px;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700}.hero h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(58px,6.5vw,108px);line-height:.9;letter-spacing:-.07em;margin:0;max-width:760px}.hero h1 strong{color:var(--yellow)}.hero-note{font-size:17px;line-height:1.6;color:var(--muted);max-width:500px;margin:30px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{padding:16px 23px}.button.filled{background:var(--yellow)}.button.outline{border:1px solid #111}.button.dark{background:#111;color:#fff}.scroll-cue{display:flex;align-items:center;gap:10px;margin-top:34px;font-size:10px;font-weight:700;letter-spacing:.13em}.scroll-cue span{display:grid;place-items:center;width:30px;height:30px;border:1px solid #111;border-radius:50%;font-size:17px;animation:bounceCue 1.8s ease-in-out infinite}.story-section{position:relative;min-height:88vh;max-width:1440px;margin:auto;padding:95px 5vw;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:6vw;border-top:1px solid var(--line);overflow:hidden}.story-section.reverse{grid-template-columns:.85fr 1.15fr}.story-section.reverse .story-art{grid-column:2;grid-row:1}.story-section.reverse .story-copy{grid-column:1;grid-row:1}.story-art{min-width:0}.story-art img{width:100%;max-height:460px;object-fit:contain}.story-art.visible img{animation:artFloat 6s ease-in-out .5s infinite}.story-copy{position:relative;max-width:540px}.icon-badge{width:60px;height:60px;display:grid;place-items:center;background:var(--yellow);border-radius:50%;font-size:30px;margin-bottom:28px;transition:transform .5s}.story-copy.visible .icon-badge{transform:rotate(12deg) scale(1.05)}.story-copy h2,.join-copy h2{font-family:'Space Grotesk',sans-serif;font-size:clamp(54px,6.5vw,92px);line-height:.9;letter-spacing:-.07em;margin:0}.story-copy h2 em,.join-copy h2 em{font-style:normal;font-weight:400}.accent-line{width:0;height:3px;background:var(--yellow);margin:28px 0;transition:width .8s ease .25s}.story-copy.visible .accent-line{width:44px}.story-copy>p:not(.eyebrow){font-size:18px;line-height:1.6;color:var(--muted);max-width:470px}.text-link{display:inline-flex;align-items:center;gap:20px;margin-top:28px;font-size:11px;font-weight:700;letter-spacing:.1em}.text-link span{transition:transform .25s}.text-link:hover span{transform:translateX(6px)}.section-index{position:absolute;right:4vw;top:55px;font-family:'Space Grotesk';font-size:clamp(80px,13vw,180px);font-weight:700;letter-spacing:-.09em;color:#f3f0e8;line-height:1}.join-panel{position:relative;max-width:1440px;margin:auto;min-height:78vh;padding:100px 8vw;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:7vw;background:var(--yellow);overflow:hidden}.join-panel:before,.join-panel:after{content:'';position:absolute;border:1px solid rgba(17,17,17,.15);border-radius:50%;pointer-events:none}.join-panel:before{width:600px;height:600px;right:-250px;top:-220px}.join-panel:after{width:420px;height:420px;left:-250px;bottom:-250px}.join-art,.join-copy{position:relative;z-index:1}.join-art img{width:100%}.join-art.visible img{animation:artFloat 6s ease-in-out .4s infinite}.site-footer{min-height:230px;padding:50px 5vw 30px;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:30px;background:#111;color:#fff}.site-footer img{width:115px;background:transparent}.site-footer p{margin:0;text-transform:uppercase;letter-spacing:.18em;font-size:10px;text-align:center}.site-footer p span{color:var(--yellow);margin:0 10px}.site-footer small{justify-self:end;color:#9b9b95;font-size:10px;letter-spacing:.1em}.reveal{opacity:0;transform:translateY(55px) scale(.985);transition:opacity .9s ease,transform 1s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.hero-copy.reveal{transition-delay:.05s}.hero-art-bg.reveal{transition-delay:.18s}.story-section .story-art.reveal{transition-delay:.08s}.story-section .story-copy.reveal{transition-delay:.18s}.join-art.reveal{transition-delay:.08s}.join-copy.reveal{transition-delay:.18s}.desktop-nav.mobile-open{display:flex}@keyframes heroBgFloat{0%,100%{transform:translateY(-50%) rotate(0deg) scale(1)}50%{transform:translateY(-54%) rotate(1deg) scale(1.025)}}@keyframes artFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes bounceCue{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes scribble{0%,100%{transform:rotate(18deg) scale(1)}50%{transform:rotate(28deg) scale(1.15)}}
/* SCROLL-DRIVEN PRIORITIES */
.priority-scroll{height:800vh;position:relative;background:#fff}.priority-sticky{position:sticky;top:0;height:100svh;min-height:680px;overflow:hidden;background:#fff}.priority-heading{position:absolute;z-index:8;top:115px;left:5vw;right:5vw;display:grid;grid-template-columns:auto 1fr;column-gap:24px;align-items:baseline}.priority-heading span{font-family:'Space Grotesk';font-size:11px;font-weight:700;letter-spacing:.16em;color:#aaa}.priority-heading h2{margin:0;font-family:'Space Grotesk';font-size:clamp(30px,4vw,58px);letter-spacing:-.055em}.priority-heading h2 strong{color:var(--yellow)}.priority-heading p{grid-column:2;margin:10px 0 0;color:var(--muted);font-size:15px}.priority-stage{position:absolute;inset:0;overflow:hidden}.priority-slide{position:absolute;inset:0;padding:190px 7vw 80px;display:grid;grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr);align-items:center;gap:7vw;will-change:transform}.priority-art{justify-self:center;width:min(42vw,620px);height:min(55vh,510px);display:flex;align-items:center;justify-content:center}.priority-art img{width:100%;height:100%;object-fit:contain}.priority-copy{max-width:600px}.priority-copy .eyebrow{color:#8a8a83;margin-bottom:22px}.priority-copy h3{font-family:'Space Grotesk';font-size:clamp(48px,6vw,92px);line-height:.9;letter-spacing:-.07em;margin:0}.priority-copy h3 em{font-style:normal;font-weight:400}.priority-copy>p:last-child{font-size:18px;line-height:1.65;color:var(--muted);max-width:520px;margin-top:30px}.priority-number{position:absolute;right:5vw;top:145px;font-family:'Space Grotesk';font-size:clamp(100px,16vw,220px);font-weight:700;line-height:.75;letter-spacing:-.09em;color:#f3f0e8;z-index:-1}.priority-progress{position:absolute;z-index:10;left:7vw;right:7vw;bottom:38px;height:2px;background:#e7e4dc}.priority-progress span{display:block;width:12.5%;height:100%;background:var(--yellow);transform-origin:left center;will-change:transform}.priority-hint{position:absolute;z-index:10;right:7vw;bottom:25px;font-size:9px;font-weight:700;letter-spacing:.16em}.priority-hint b{font-size:18px;margin-left:8px}.priority-scroll.is-finished .priority-hint{opacity:0}
/* SCROLL-DRIVEN PEOPLE */
.people-scroll{height:400vh;position:relative;background:#fbfaf6}.people-sticky{position:sticky;top:0;height:100svh;min-height:680px;overflow:hidden;background:#fbfaf6}.people-heading{position:absolute;z-index:8;left:7vw;top:14vh;width:330px}.people-heading>span{display:block;color:#b58f00;font-size:11px;font-weight:700;letter-spacing:.18em;margin-bottom:18px}.people-heading h2{font-family:'Space Grotesk';font-size:clamp(42px,4.7vw,72px);line-height:.9;letter-spacing:-.07em;margin:0}.people-heading h2 strong{color:var(--yellow)}.people-heading p{font-size:16px;line-height:1.55;color:var(--muted);margin-top:25px}.people-stage{position:absolute;inset:0;overflow:hidden}.person-slide{position:absolute;inset:0;padding:15vh 7vw 9vh 34vw;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(300px,.7fr);align-items:center;gap:4vw;will-change:transform}.person-art{width:min(36vw,510px);height:min(68vh,610px);display:flex;align-items:center;justify-content:center;justify-self:end}.person-art img{width:100%;height:100%;object-fit:contain}.person-info{max-width:470px}.person-info .eyebrow{color:#9a7b00;margin-bottom:18px}.person-info h3{font-family:'Space Grotesk';font-size:clamp(48px,5vw,78px);line-height:.86;letter-spacing:-.07em;margin:0}.person-info h3 em{font-style:normal;font-weight:400}.person-meta{display:flex;align-items:center;gap:15px;margin-top:25px;font-size:15px;font-weight:600}.person-meta>span:first-child{white-space:nowrap;flex:0 0 auto}.person-meta i{width:1px;height:20px;background:#cfc9b8}.person-line{width:45px;height:3px;background:var(--yellow);margin:25px 0}.person-motto{font-family:'Space Grotesk';font-size:20px;line-height:1.45;margin:0;max-width:430px}.people-progress{position:absolute;z-index:10;left:34vw;right:7vw;bottom:38px;height:2px;background:#dedbd1}.people-progress span{display:block;width:25%;height:100%;background:var(--yellow);transform-origin:left center;will-change:transform}.people-hint{position:absolute;z-index:10;right:7vw;bottom:25px;font-size:9px;font-weight:700;letter-spacing:.16em}.people-hint b{font-size:18px;margin-left:8px}.people-scroll.is-finished .people-hint{opacity:0}
@media(max-width:950px){html{scroll-padding-top:74px}.site-header{height:74px;padding:10px 20px}.brand{width:112px}.desktop-nav{display:none;position:absolute;top:74px;left:0;right:0;margin:0;padding:18px 20px 24px;flex-direction:column;gap:6px;background:#fff;border-bottom:1px solid var(--line)}.desktop-nav.mobile-open{display:flex}.join-button{display:none}.menu-toggle{display:block}.hero{min-height:100svh;padding:125px 20px 55px}.hero-copy{max-width:650px}.hero h1{font-size:clamp(54px,13vw,88px)}.hero-art-bg{right:-13%;top:56%;width:min(72vw,520px);opacity:.62}.hero-art-bg img{max-height:460px}.story-section,.story-section.reverse{min-height:auto;padding:90px 20px;grid-template-columns:1fr;gap:35px}.story-section.reverse .story-art,.story-section.reverse .story-copy{grid-column:1;grid-row:auto}.story-section.reverse .story-art{order:2}.story-section.reverse .story-copy{order:1}.story-art img{max-height:360px}.section-index{right:20px;top:30px;font-size:90px}.join-panel{min-height:auto;padding:90px 20px;grid-template-columns:1fr;gap:35px}.join-art{order:2}.site-footer{grid-template-columns:1fr 1fr;padding:40px 20px}.site-footer p{grid-column:1/-1;grid-row:1;text-align:left}.site-footer small{justify-self:end}.priority-heading{top:95px;left:20px;right:20px;display:block}.priority-heading span{display:block;margin-bottom:8px}.priority-heading h2{font-size:42px}.priority-heading p{font-size:14px;margin-top:8px}.priority-slide{padding:190px 20px 85px;grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:5px;text-align:center}.priority-art{width:min(82vw,500px);height:min(42vh,330px);justify-self:center;order:1}.priority-copy{max-width:680px;justify-self:center;order:2}.priority-copy .eyebrow{margin-bottom:12px}.priority-copy h3{font-size:clamp(42px,9vw,68px)}.priority-copy>p:last-child{font-size:15px;margin:20px auto 0;max-width:620px}.priority-number{top:150px;right:18px;font-size:110px}.priority-progress{left:20px;right:20px;bottom:36px}.priority-hint{right:20px;bottom:21px}.people-heading{left:20px;right:20px;top:92px;width:auto}.people-heading>span{margin-bottom:10px}.people-heading h2{font-size:clamp(34px,10vw,58px)}.people-heading p{font-size:14px;max-width:560px;margin-top:16px}.person-slide{padding:255px 20px 72px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.person-art{width:100%;height:52vh;max-height:500px;justify-self:center}.person-info{max-width:none;align-self:center}.person-info h3{font-size:clamp(38px,8.5vw,64px)}.person-meta{font-size:13px;gap:9px;margin-top:18px;align-items:flex-start}.person-meta i{height:17px}.person-motto{font-size:17px}.people-progress{left:20px;right:20px;bottom:36px}.people-hint{right:20px;bottom:20px}}
@media(max-width:600px){.person-slide{padding-top:275px;grid-template-columns:1fr;grid-template-rows:42vh auto;gap:0}.person-art{height:42vh;max-height:350px}.person-info{text-align:left;align-self:start;padding-top:8px}.person-meta{flex-wrap:wrap;row-gap:6px}.person-meta>span:first-child{flex:0 0 auto}.person-meta>span:last-child{flex:1 1 auto;min-width:0}.person-motto{font-size:16px}.people-heading{top:86px}.people-heading p{max-width:430px}}
@media(max-width:420px){.person-slide{padding-left:16px;padding-right:16px}.person-info h3{font-size:clamp(34px,9vw,50px)}.person-meta{font-size:12px}.person-motto{font-size:15px}}
