
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');
:root{--black:#08090b;--white:#f7f7f5;--muted:#a3a8af;--blue:#6174ff;--max:1320px;--page:clamp(18px,4vw,54px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}html.locked{overflow:hidden}body{margin:0;background:var(--black);color:#fff;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:fixed;inset:0 0 auto;z-index:50;transition:.25s;background:linear-gradient(180deg,rgba(8,9,11,.92),rgba(8,9,11,.18),transparent)}
.header.scrolled{background:rgba(8,9,11,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}
.nav{height:78px;display:flex;align-items:center;gap:30px}.brand img{height:26px}.links{margin-left:auto;display:flex;gap:28px}.links a{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:#d0d4da;font-weight:700}
.menu-button{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:.7rem;letter-spacing:.13em;font-weight:700}
.menu-panel{display:none;position:fixed;inset:0;z-index:100;background:#08090b;padding:20px}.menu-panel.open{display:flex;flex-direction:column}.menu-panel button{align-self:flex-end;border:0;background:none;color:#fff}
.menu-panel nav{margin:auto 0;display:flex;flex-direction:column}.menu-panel a{font-size:clamp(3rem,12vw,6rem);line-height:.9;letter-spacing:-.07em}
.hero{min-height:100svh;position:relative;display:flex;align-items:flex-end;overflow:hidden}.hero picture,.hero picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.25) 60%,rgba(0,0,0,.05)),linear-gradient(0deg,#08090b,transparent 52%)}
.hero-copy{position:relative;z-index:2;padding:150px 0 68px;max-width:830px}.hero-copy img{height:38px;margin-bottom:36px}.hero h1{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(4.5rem,10vw,10.5rem);line-height:.76;letter-spacing:-.06em;margin:0 0 25px}.hero p{max-width:620px;color:#d0d4da;line-height:1.75}
.section{padding:clamp(85px,10vw,150px) 0}.section.light{background:var(--white);color:#101216}.section-head{display:grid;grid-template-columns:1fr minmax(300px,520px);gap:45px;align-items:end;margin-bottom:55px}
.kicker{font-size:.68rem;letter-spacing:.17em;text-transform:uppercase;font-weight:700;color:var(--muted)}.light .kicker{color:#737980}
.section h2{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(4rem,8vw,8rem);line-height:.77;letter-spacing:-.055em;margin:14px 0 0}.section-head p{color:var(--muted);line-height:1.8;margin:0}.light .section-head p{color:#626972}
.worlds{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d6d8dc}.world{min-height:560px;background:#fff;color:#111;padding:32px;display:flex;flex-direction:column;transition:.35s}.world:hover{transform:translateY(-6px);z-index:2;box-shadow:0 20px 50px rgba(0,0,0,.15)}
.world-logo{height:250px;display:grid;place-items:center}.world-logo img{max-width:90%;max-height:92px}.world.primos{background:#e6f1f6}.world.interwoven{background:#11120f;color:#fff}.world.plus{background:linear-gradient(145deg,#0c0f18,#1d2743);color:#fff}
.world small{letter-spacing:.14em;text-transform:uppercase;font-size:.65rem;color:#757b82}.world h3{font-size:2rem;letter-spacing:-.04em;margin:18px 0 9px}.world p{color:#737980;font-size:.9rem;line-height:1.6}.world.interwoven p,.world.plus p{color:#a9afb8}.world b{margin-top:auto;font-size:1.4rem}
.profile{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(45px,8vw,120px)}.profile h2{margin:0}.profile-copy p{color:var(--muted);line-height:1.9;font-size:1.03rem}
.group-banner{background:var(--blue);color:#fff;padding:clamp(45px,7vw,90px);display:grid;grid-template-columns:1fr auto;align-items:end;gap:35px}.group-banner h2{margin:15px 0}.group-banner p{color:rgba(255,255,255,.75);max-width:650px;line-height:1.75}.button{display:inline-flex;border:1px solid currentColor;border-radius:999px;padding:13px 18px;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}
.footer{padding:55px 0 28px;border-top:1px solid rgba(255,255,255,.12)}.footer-row{display:flex;justify-content:space-between;gap:20px;color:#787f89;font-size:.75rem}
[data-reveal]{opacity:0;transform:translateY(22px);transition:.7s ease}[data-reveal].visible{opacity:1;transform:none}
@media(max-width:900px){.links{display:none}.menu-button{display:block}.section-head,.profile,.group-banner{grid-template-columns:1fr}.worlds{grid-template-columns:1fr}}
@media(max-width:620px){.nav{height:68px}.brand img{height:22px}.hero{min-height:88svh}.hero h1{font-size:5rem}.footer-row{flex-direction:column}}
