html{text-rendering:optimizelegibility;background:#0d0f0e}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{color:#070908;background:#ff9b27}:focus-visible{outline-offset:4px;outline:3px solid #ff9b27}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f2eee4;--muted:#aaa79f;--paper:#0d0f0e;--card:#151816;--surface:#1b1f1c;--night:#070908;--line:#f2eee424;--orange:#ff9b27;--green:#123d31}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}a{color:inherit}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:1em;height:1em}.site-shell{background:radial-gradient(circle at 78% 6%, #ff9b270e, transparent 24rem), var(--paper);overflow:hidden}.site-header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;max-width:1440px;height:84px;margin:0 auto;padding:0 56px;display:grid}.wordmark{letter-spacing:-.02em;align-items:center;gap:11px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.wordmark-mark{background:var(--orange);color:var(--night);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;display:inline-flex;transform:rotate(8deg)}.site-header nav{gap:36px;display:flex}.site-header nav a,.header-link{letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700;text-decoration:none}.site-header nav a{transition:color .16s}.site-header nav a:hover{color:var(--orange)}.header-link{justify-self:end;align-items:center;gap:8px;display:flex}.hero{grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);gap:7vw;max-width:1440px;min-height:690px;margin:0 auto;padding:84px 56px 88px;display:grid}.hero-copy{align-self:center;max-width:740px}.kicker{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 30px;font-size:12px;font-weight:800;display:flex}.status-dot{background:#42a36f padding-box padding-box;border:4px solid #42a36f2e;border-radius:50%;width:13px;height:13px}.hero h1,.section-heading h2,.about-statement h2,.community h2{letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:400}.hero h1{max-width:820px;font-size:clamp(64px,7vw,108px);line-height:.91}.hero h1 em{color:var(--orange);font-weight:400}.hero-lede{color:#c2beb5;max-width:620px;margin:38px 0 0;font-size:19px;line-height:1.65}.hero-lede a{-webkit-text-decoration-color:var(--orange);text-decoration-color:var(--orange);text-underline-offset:4px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.button{border:1px solid var(--ink);letter-spacing:.06em;text-transform:uppercase;justify-content:center;align-items:center;gap:12px;min-height:54px;padding:0 24px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .16s,background .16s,color .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--orange);border-color:var(--orange);color:var(--night)}.button-primary:hover{background:#ffad4d;border-color:#ffad4d}.button-ghost:hover{background:var(--surface)}.portrait-wrap{aspect-ratio:.84;background:#20251f;align-self:center;min-height:480px;position:relative;overflow:hidden}.portrait-wrap img{object-fit:cover;z-index:2;width:100%;height:100%;position:relative}.portrait-grid{background-image:linear-gradient(#f2eee414 1px,#0000 1px),linear-gradient(90deg,#f2eee414 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0}.orbit{z-index:3;border:1px solid #ffffffa6;border-radius:50%;position:absolute}.orbit-one{width:130px;height:130px;top:-45px;right:-45px}.orbit-two{width:64px;height:64px;bottom:58px;left:-28px}.portrait-label{background:var(--orange);color:var(--night);z-index:4;flex-direction:column;padding:15px 18px 14px;display:flex;position:absolute;bottom:20px;left:20px}.portrait-label span{letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:800}.portrait-label strong{margin-top:3px;font-family:Georgia,serif;font-size:23px}.ticker{background:var(--night);color:var(--ink);letter-spacing:.13em;text-transform:uppercase;justify-content:space-around;align-items:center;min-height:68px;padding:0 4vw;font-size:12px;font-weight:800;display:flex}.ticker i{color:var(--orange);font-style:normal}.section{max-width:1440px;margin:0 auto;padding:132px 56px}.section-heading{grid-template-columns:1.3fr .7fr;align-items:end;gap:80px;margin-bottom:72px;display:grid}.section-heading .kicker{margin-bottom:20px}.section-heading h2,.about-statement h2,.community h2{font-size:clamp(46px,5vw,76px);line-height:1.02}.section-heading>p{color:var(--muted);max-width:480px;margin:0 0 5px;font-size:17px;line-height:1.7}.project-grid{grid-template-columns:repeat(3,1fr);display:grid}.project-card{background:var(--card);border:1px solid var(--line);color:var(--ink);flex-direction:column;min-height:410px;margin:-1px 0 0 -1px;padding:28px;text-decoration:none;transition:color .18s,transform .18s,background .18s,box-shadow .18s;display:flex;position:relative}.project-card:hover{background:var(--project-color);color:var(--hover-color,#fff);z-index:3;transform:translate(-5px,-5px);box-shadow:10px 10px #000}.project-card.orange{--project-color:#f7931a;--hover-color:#171714}.project-card.gold{--project-color:#d9a926;--hover-color:#171714}.project-card.blue{--project-color:#285b80}.project-card.purple{--project-color:#624f79}.project-card.pink{--project-color:#984b64}.project-card.green{--project-color:#24624e}.project-topline{justify-content:space-between;align-items:center;display:flex}.project-number{color:var(--muted);letter-spacing:.12em;font-size:11px;font-weight:800}.project-arrow{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.project-card:hover .project-number{color:currentColor}.project-eyebrow{letter-spacing:.15em;text-transform:uppercase;margin:58px 0 12px;font-size:10px;font-weight:800}.project-card h3{letter-spacing:-.04em;margin:0 0 18px;font-family:Georgia,serif;font-size:35px;font-weight:400}.project-description{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.project-card:hover .project-description{color:currentColor}.tag-list{flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:25px;display:flex}.tag-list span{letter-spacing:.09em;text-transform:uppercase;border:1px solid;border-radius:20px;padding:6px 10px;font-size:9px;font-weight:800}.about-section{background:#19201d;grid-template-columns:1.1fr .9fr;gap:10vw;padding:128px max(56px,50vw - 664px);display:grid;position:relative}.about-section:after{content:"";border:1px solid #f2eee41f;border-radius:50%;width:440px;height:440px;position:absolute;top:-210px;left:-180px}.about-statement{z-index:1;position:relative}.about-statement h2{max-width:700px}.about-copy{align-self:end;max-width:520px}.about-copy p{margin:0 0 22px;font-size:18px;line-height:1.72}.text-link{letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;margin-top:16px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.text-link:after{background:var(--ink);content:"";width:100%;height:1px;position:absolute;bottom:-6px;left:0}.text-link{position:relative}.history-heading{margin-bottom:55px;display:block}.history-list{border-top:1px solid var(--ink)}.history-row{border-bottom:1px solid var(--line);grid-template-columns:170px 1fr 48px;align-items:center;gap:30px;padding:33px 12px;text-decoration:none;transition:background .16s,padding .16s;display:grid}.history-row:hover{background:var(--surface);padding-left:24px;padding-right:24px}.history-period{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.history-detail{grid-template-columns:minmax(260px,.65fr) 1fr;align-items:baseline;gap:30px;display:grid}.history-detail strong{font-family:Georgia,serif;font-size:23px;font-weight:400}.history-detail>span{color:var(--muted);font-size:14px;line-height:1.6}.history-arrow{justify-self:end;font-size:21px}.community{background:var(--green);color:var(--ink);padding:120px max(56px,50vw - 664px)}.community .kicker{color:#ffffffa8}.community h2{max-width:850px}.community>p:not(.kicker){color:#ffffffb8;max-width:680px;margin:32px 0;font-size:18px;line-height:1.7}.button-light{background:var(--ink);border-color:var(--ink);color:var(--night)}.button-light:hover{background:var(--orange);border-color:var(--orange)}footer{background:var(--night);color:var(--ink);padding:100px max(56px,50vw - 664px) 35px}.footer-cta{border-bottom:1px solid #fff3;padding-bottom:90px}.footer-cta .kicker{color:#ffffff8c}.footer-cta>a{letter-spacing:-.055em;justify-content:space-between;align-items:center;gap:24px;font-family:Georgia,serif;font-size:clamp(45px,6vw,88px);text-decoration:none;display:flex}.footer-cta>a svg{color:var(--orange);flex:none}.footer-bottom{color:#ffffff8c;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;padding-top:30px;font-size:11px;font-weight:700;display:flex}.social-links{gap:28px;display:flex}.social-links a{text-decoration:none}.social-links a:hover{color:var(--ink)}@media (width<=980px){.site-header{padding:0 28px}.site-header nav{display:none}.site-header{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr;gap:45px;padding:70px 28px}.hero-copy{max-width:850px}.portrait-wrap{aspect-ratio:1.35;min-height:0}.portrait-wrap img{object-position:center 40%}.section{padding:100px 28px}.project-grid{grid-template-columns:repeat(2,1fr)}.about-section{grid-template-columns:1fr;gap:60px;padding:100px 28px}.history-detail{grid-template-columns:1fr;gap:12px}.community,footer{padding-left:28px;padding-right:28px}}@media (width<=640px){.site-header{height:70px;padding:0 18px}.header-link{font-size:11px}.hero{padding:55px 18px 60px}.hero h1{font-size:clamp(54px,17vw,76px)}.hero-lede{font-size:17px}.portrait-wrap{aspect-ratio:.9}.portrait-wrap img{object-position:center}.ticker{white-space:nowrap;justify-content:flex-start;gap:20px;padding:0 24px;overflow:hidden}.ticker span:nth-of-type(n+4),.ticker i:nth-of-type(n+4){display:none}.section{padding:82px 18px}.section-heading{grid-template-columns:1fr;align-items:start;gap:28px;margin-bottom:48px}.project-grid{grid-template-columns:1fr}.project-card{min-height:365px;padding:24px}.about-section{padding:82px 18px}.about-copy p{font-size:17px}.history-row{grid-template-columns:1fr 36px;gap:12px;padding:26px 5px}.history-period{grid-column:1/-1}.history-detail{grid-column:1}.history-arrow{grid-area:2/2}.community{padding:85px 18px}footer{padding:80px 18px 30px}.footer-cta{padding-bottom:65px}.footer-cta>a{align-items:flex-end;font-size:47px}.footer-bottom{flex-direction:column-reverse;align-items:flex-start;gap:30px}.social-links{flex-wrap:wrap;gap:18px 24px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
