
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600&display=swap');
:root{--white:#fff;--ink:#151c21;--blue:#dfeef5;--accent:#2158d2;--yellow:#f1cf3e;--line:#dbe1e4;--max:1220px;--page:clamp(18px,4vw,48px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}html.locked{overflow:hidden}body{margin:0;background:#fff;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.wrap{width:min(var(--max),calc(100% - var(--page)*2));margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(21,28,33,.08)}
.nav{height:76px;display:flex;align-items:center;gap:28px}.brand img{height:34px;max-width:230px}.links{margin-left:auto;display:flex;gap:26px}.links a{font-family:"Barlow Condensed",sans-serif;font-size:.92rem;letter-spacing:.08em;text-transform:uppercase}
.menu-button{display:none;margin-left:auto;border:0;background:none;font-family:"Barlow Condensed";font-size:.95rem}
.menu-panel{display:none;position:fixed;inset:0;z-index:100;background:#fff;padding:20px}.menu-panel.open{display:flex;flex-direction:column}.menu-panel button{align-self:flex-end;border:0;background:none}.menu-panel nav{margin:auto 0;display:flex;flex-direction:column}.menu-panel a{font-family:"Barlow Condensed";font-size:clamp(3.5rem,14vw,7rem);line-height:.84;text-transform:uppercase}
.hero{padding:45px 0 90px}.hero-logo{width:min(900px,92%);margin:0 auto 38px}.hero-image{width:100%;height:min(70vw,760px);object-fit:cover}.intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;margin-top:55px}.label{font-family:"Barlow Condensed";letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;color:#71808a}.intro h1,.section h2{font-family:"Barlow Condensed";font-size:clamp(4rem,9vw,9rem);line-height:.74;letter-spacing:-.04em;text-transform:uppercase;margin:15px 0}.intro p{color:#62717b;line-height:1.8;max-width:650px}
.section{padding:90px 0}.section.blue{background:var(--blue)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head p{color:#677681;max-width:500px;line-height:1.65;margin:0}
.news-list{border-top:1px solid var(--line)}.news-row{display:grid;grid-template-columns:120px 1fr auto;gap:25px;padding:22px 0;border-bottom:1px solid var(--line);align-items:center}.news-row time,.news-row span{font-size:.76rem;color:#77858e}.news-row h3{font-size:1.12rem;margin:0}
.profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.profile img{width:100%;aspect-ratio:4/5;object-fit:cover}.profile figcaption{padding:15px 0;border-bottom:1px solid rgba(21,28,33,.15);display:flex;justify-content:space-between;font-family:"Barlow Condensed";letter-spacing:.1em}
.project{display:grid;grid-template-columns:1fr 1fr;background:var(--accent);color:#fff}.project-art{min-height:570px;padding:50px;display:flex;flex-direction:column;justify-content:center}.project-art strong{font-family:"Barlow Condensed";font-size:clamp(7rem,16vw,15rem);line-height:.58;letter-spacing:-.04em}.project-art strong:last-child{color:var(--yellow)}.project-copy{padding:55px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(255,255,255,.24)}.project-copy p{color:rgba(255,255,255,.76);line-height:1.8}
.merch{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:end;border:1px solid var(--line);padding:55px}.merch h2{margin-bottom:20px}.merch p{color:#687781;max-width:650px;line-height:1.7}.merch-state{font-family:"Barlow Condensed";font-size:clamp(3rem,7vw,7rem);color:#cdd4d7}
.footer{background:#151c21;color:#fff;padding:60px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:38px}.footer img{height:32px}.footer p,.footer a{color:#a7b0b6;font-size:.84rem;line-height:1.9}.footer h4{font-family:"Barlow Condensed";letter-spacing:.1em;text-transform:uppercase}
[data-reveal]{opacity:0;transform:translateY(20px);transition:.7s ease}[data-reveal].visible{opacity:1;transform:none}
@media(max-width:850px){.links{display:none}.menu-button{display:block}.intro,.project,.merch{grid-template-columns:1fr}.profiles{grid-template-columns:1fr 1fr}.profile:last-child{grid-column:1/-1;width:50%;justify-self:center}.project-copy{border-left:0;border-top:1px solid rgba(255,255,255,.24)}}
@media(max-width:600px){.nav{height:68px}.brand img{height:28px}.hero{padding-top:28px}.hero-image{height:62vh}.intro{grid-template-columns:1fr;gap:20px}.profiles{grid-template-columns:1fr}.profile:last-child{width:100%}.news-row{grid-template-columns:1fr auto}.news-row time{grid-column:1/-1}.footer-grid{grid-template-columns:1fr}}
