:root {
    --ink: #111317; --graphite: #1a1d23; --paper: #f2f1ec; --white: #fbfbf8;
    --blue: #4b5dff; --lime: #c9f65b; --coral: #ff7054; --cyan: #71d7ef;
    --muted: #676b73; --line: rgba(17,19,23,.16);
    --display: "Space Grotesk", Arial, sans-serif; --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.is-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: var(--white); background: var(--blue); }
.section-shell { width: min(1420px, calc(100% - 72px)); margin-inline: auto; }
.sr-only { width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; position: absolute; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { padding: 12px 18px; position: fixed; z-index: 100; top: 8px; left: 8px; color: var(--white); background: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.signal-bar { min-height: 31px; padding: 6px 36px; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.72); background: var(--ink); font-family: var(--display); font-size: 8px; font-weight: 600; letter-spacing: .17em; }
.signal-bar__line { height: 1px; flex: 1; background: rgba(255,255,255,.16); }
.signal-bar__meta { color: var(--lime); }
.signal-bar__meta b { font-weight: inherit; }
.site-header { min-height: 88px; padding: 15px max(36px, 4vw); position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); background: rgba(242,241,236,.92); backdrop-filter: blur(18px); transition: min-height .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { min-height: 72px; box-shadow: 0 12px 35px rgba(17,19,23,.06); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.06em; line-height: 1; }
.brand__x { color: var(--blue); }
.brand__symbol { width: 35px; height: 35px; color: var(--ink); }
.brand__symbol circle { fill: var(--blue); }
.brand__symbol path { fill: none; stroke: currentColor; stroke-linecap: square; stroke-width: 3; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 50px); }
.site-nav > a { font-family: var(--display); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-nav sup { margin-left: 3px; color: var(--blue); font-size: 7px; }
.nav-cta { min-height: 43px; padding: 0 7px 0 18px; border: 1px solid var(--ink); display: inline-flex; align-items: center; gap: 18px; transition: color .2s ease, background .2s ease; }
.nav-cta span { width: 29px; height: 29px; display: grid; place-items: center; color: var(--white); background: var(--ink); font-size: 14px; }
.nav-cta:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }
.menu-button { display: none; }
.hero { min-height: calc(100vh - 119px); padding: clamp(70px, 7vw, 112px) 0 0; display: grid; grid-template-columns: .96fr 1.04fr; grid-template-rows: 1fr auto; gap: 40px 20px; position: relative; }
.hero::before { content: "PX"; position: absolute; z-index: -1; top: -15px; right: -1vw; color: rgba(17,19,23,.025); font-family: var(--display); font-size: clamp(250px, 34vw, 530px); font-weight: 700; line-height: 1; letter-spacing: -.13em; }
.hero__copy { padding: 20px 0 80px; align-self: center; }
.kicker { display: flex; align-items: center; gap: 9px; color: var(--muted); font-family: var(--display); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(201,246,91,.25); }
.hero h1 { margin: 28px 0 32px; font-family: var(--display); font-size: clamp(70px, 8vw, 132px); font-weight: 500; line-height: .82; letter-spacing: -.085em; }
.hero h1 strong { color: var(--blue); font-weight: 500; }
.hero__copy > p { max-width: 555px; margin: 0 0 34px; color: var(--muted); font-size: 14px; }
.text-link { width: fit-content; padding-bottom: 7px; border-bottom: 1px solid var(--ink); display: flex; align-items: center; gap: 24px; font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.text-link span { color: var(--blue); font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(4px, 3px); }
.network { min-height: 575px; align-self: center; overflow: hidden; position: relative; }
.network::before, .network::after { content: ""; position: absolute; background: var(--line); }
.network::before { width: 1px; top: 0; bottom: 0; left: 50%; }
.network::after { height: 1px; top: 50%; right: 0; left: 0; }
.network__ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(17,19,23,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.network__ring--outer { width: 540px; height: 540px; }
.network__ring--middle { width: 380px; height: 380px; border-style: dashed; animation: rotate-ring 45s linear infinite; }
.network__ring--inner { width: 205px; height: 205px; border-color: rgba(75,93,255,.45); }
.network__core { width: 154px; height: 154px; padding: 22px; position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--ink); box-shadow: 18px 18px 0 var(--blue); transform: translate(-50%,-50%); }
.network__core small, .network__core span { font-family: var(--display); font-size: 7px; font-weight: 600; letter-spacing: .15em; }
.network__core b { font-family: var(--display); font-size: 48px; font-weight: 500; line-height: 1; letter-spacing: -.08em; }
.network__node { width: 18px; height: 18px; position: absolute; z-index: 2; border: 4px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--ink); }
.network__node--blue { top: calc(50% - 268px); left: calc(50% - 38px); background: var(--blue); }
.network__node--lime { top: calc(50% + 105px); left: calc(50% + 176px); background: var(--lime); }
.network__node--coral { top: calc(50% + 178px); left: calc(50% - 192px); background: var(--coral); }
.network__node--white { top: calc(50% - 130px); left: calc(50% - 157px); background: var(--white); }
.network__label { padding: 5px 7px; position: absolute; z-index: 2; color: var(--muted); background: var(--paper); font-family: var(--display); font-size: 7px; font-weight: 600; letter-spacing: .12em; }
.network__label--one { top: 49px; left: 56%; }.network__label--two { right: 2%; bottom: 94px; }.network__label--three { bottom: 76px; left: 2%; }
@keyframes rotate-ring { to { transform: translate(-50%,-50%) rotate(360deg); } }
.hero__footer { min-height: 66px; grid-column: 1 / -1; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 15px; font-family: var(--display); font-size: 8px; font-weight: 600; letter-spacing: .13em; }
.hero__footer b { margin-right: 20px; color: var(--blue); font-size: 26px; font-weight: 500; letter-spacing: -.05em; }
.hero__footer i { height: 1px; flex: 1; background: var(--line); }
.section-code { min-width: 190px; display: flex; align-items: center; gap: 16px; font-family: var(--display); font-size: 8px; font-weight: 600; letter-spacing: .13em; }
.section-code span { width: 31px; height: 31px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--blue); }
.section-code--light span { border-color: rgba(255,255,255,.2); color: var(--lime); }
.manifesto { padding-top: 150px; padding-bottom: 160px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.manifesto__lead { max-width: 960px; margin: 0; font-family: var(--display); font-size: clamp(49px, 6.3vw, 92px); font-weight: 500; line-height: .95; letter-spacing: -.065em; }
.manifesto__lead em { color: var(--blue); font-style: normal; }
.manifesto__detail { max-width: 710px; margin: 60px 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.manifesto__detail p { margin: 0; color: var(--muted); font-size: 13px; }
.portfolio { padding-bottom: 160px; }
.section-heading { padding: 0 0 48px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .45fr 1.05fr .5fr; align-items: end; gap: 45px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(62px, 7vw, 102px); font-weight: 500; line-height: .83; letter-spacing: -.075em; }
.section-heading h2 em { color: var(--blue); font-style: normal; }
.section-heading > p { max-width: 350px; margin: 0; color: var(--muted); font-size: 12px; }
.venture-grid { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.venture { min-height: 640px; overflow: hidden; position: relative; }
.venture__link { min-height: inherit; padding: 27px 29px 25px; display: flex; flex-direction: column; position: relative; transition: transform .3s ease; }
.venture a.venture__link:hover { transform: translateY(-5px); }
.venture__top, .venture__bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; font-family: var(--display); font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.status { display: flex; align-items: center; gap: 8px; }.status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(255,255,255,.12); }
.venture__mark { width: 210px; height: 210px; margin: auto; position: relative; display: grid; place-items: center; }
.venture__mark span { position: relative; z-index: 2; font-family: var(--display); font-size: 112px; line-height: 1; }
.venture__mark i { position: absolute; inset: 0; border: 1px solid currentColor; border-radius: 50%; opacity: .5; }
.venture__mark i::after { content: ""; width: 18px; height: 18px; position: absolute; top: 22px; right: 18px; border-radius: 50%; background: currentColor; }
.venture__identity > span { font-family: var(--display); font-size: 7px; font-weight: 700; letter-spacing: .15em; }
.venture h3 { margin: 11px 0 2px; font-family: var(--display); font-size: clamp(48px, 5vw, 74px); font-weight: 600; line-height: .9; letter-spacing: -.07em; }
.venture__identity p { margin: 10px 0 28px; font-size: 12px; }
.venture__bottom { padding-top: 20px; border-top: 1px solid currentColor; }
.venture__bottom b { font-size: 19px; font-weight: 400; }
.venture--arapienta .venture__link { color: #25151d; background: #efccd4; }
.venture--arapienta .venture__mark span { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.venture--etera .venture__link { color: #eee9dc; background: #28342d; }
.venture--etera .venture__mark span { font-family: Georgia, serif; font-weight: 400; }
.venture--next { min-height: 365px; grid-column: 1 / -1; color: rgba(255,255,255,.65); background: var(--blue); }
.venture--next .venture__link { min-height: 365px; display: grid; grid-template-columns: .35fr .35fr 1fr; grid-template-rows: auto 1fr auto; gap: 20px 50px; }
.venture--next .venture__top { grid-column: 1 / -1; color: var(--white); }.venture--next .venture__next-mark { grid-row: 2 / 4; align-self: end; }
.venture__next-mark span { width: 125px; height: 125px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; color: var(--lime); font-family: var(--display); font-size: 60px; font-weight: 300; }
.venture--next .venture__identity { align-self: end; }.venture--next h3 { color: var(--white); font-size: clamp(45px, 5vw, 70px); }.venture--next .venture__bottom { grid-column: 3; align-self: end; }
.system { padding: 145px 0 60px; overflow: hidden; color: var(--white); background: var(--ink); }
.system__heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.system__heading h2 { max-width: 1050px; margin: 0; font-family: var(--display); font-size: clamp(54px, 6.5vw, 94px); font-weight: 500; line-height: .91; letter-spacing: -.065em; }
.system__heading h2 em { color: var(--lime); font-style: normal; }
.system-map { min-height: 650px; margin-top: 95px; position: relative; border: 1px solid rgba(255,255,255,.13); background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 70px 70px; }
.system-map::before, .system-map::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.system-map::before { width: 480px; height: 480px; }.system-map::after { width: 730px; height: 730px; border-style: dashed; }
.system-map__core { width: 280px; height: 185px; padding: 27px; position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); background: var(--lime); transform: translate(-50%,-50%); }
.system-map__core small, .system-map__core i { font-family: var(--display); font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .13em; }
.system-map__core b { font-family: var(--display); font-size: 42px; letter-spacing: -.07em; }.system-map__core b span { color: var(--blue); }
.system-map__cap { min-width: 150px; padding: 12px 15px; position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.68); background: var(--ink); font-family: var(--display); font-size: 7px; letter-spacing: .12em; }
.system-map__cap span { color: var(--cyan); }.system-map__cap--1 { top: 10%; left: 12%; }.system-map__cap--2 { top: 14%; right: 11%; }.system-map__cap--3 { top: 47%; right: 7%; }.system-map__cap--4 { right: 20%; bottom: 12%; }.system-map__cap--5 { bottom: 14%; left: 13%; }
.verticals { min-height: 110px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: rgba(255,255,255,.48); font-family: var(--display); font-size: 8px; font-weight: 600; letter-spacing: .15em; white-space: nowrap; }.verticals i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); }
.closing { min-height: 520px; margin-top: 38px; margin-bottom: 38px; padding: clamp(50px, 7vw, 105px); overflow: hidden; position: relative; display: grid; grid-template-columns: .35fr 1fr auto; align-items: end; gap: 60px; color: var(--ink); background: var(--lime); }
.closing::after { content: "X"; position: absolute; top: -115px; right: 8%; color: rgba(17,19,23,.08); font-family: var(--display); font-size: 530px; font-weight: 700; line-height: 1; }
.closing__code { align-self: start; font-family: var(--display); font-size: 8px; font-weight: 700; letter-spacing: .15em; }.closing p { margin: 0 0 16px; font-size: 12px; }
.closing h2 { margin: 0; position: relative; z-index: 2; font-family: var(--display); font-size: clamp(68px, 8vw, 120px); font-weight: 500; line-height: .82; letter-spacing: -.08em; }.closing h2 em { color: var(--blue); font-style: normal; }
.circle-link { width: 75px; height: 75px; position: relative; z-index: 3; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 26px; transition: color .2s ease, background .2s ease; }.circle-link:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }
.site-footer { padding: 75px max(36px, 5vw) 27px; color: rgba(255,255,255,.62); background: var(--ink); }
.site-footer__main { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr .7fr; align-items: start; gap: 60px; }.brand--footer { color: var(--white); }.brand--footer .brand__symbol { color: var(--white); }
.site-footer__main p { margin: 0; font-family: var(--display); font-size: 20px; line-height: 1.25; }.site-footer__main nav { display: flex; align-items: flex-end; flex-direction: column; gap: 12px; }.site-footer__main nav a { color: var(--white); font-family: var(--display); font-size: 11px; border-bottom: 1px solid transparent; }.site-footer__main nav a:hover { border-color: var(--lime); color: var(--lime); }
.site-footer__bottom { padding-top: 23px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 30px; font-family: var(--display); font-size: 7px; font-weight: 600; letter-spacing: .13em; }.site-footer__bottom b { font-weight: inherit; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.venture-grid .reveal:nth-child(2) { transition-delay: .09s; }
@media (max-width: 1050px) {
    .section-shell { width: min(100% - 44px, 1420px); }.hero { grid-template-columns: 1fr 1fr; }.hero h1 { font-size: clamp(68px, 9vw, 105px); }.network { min-height: 520px; transform: scale(.88); }
    .section-heading { grid-template-columns: .36fr 1fr; }.section-heading > p { grid-column: 2; }.system-map::after { display: none; }
}
@media (max-width: 800px) {
    .section-shell { width: min(100% - 28px, 1420px); }.signal-bar { padding: 6px 15px; }.signal-bar__meta { display: none; }.site-header { min-height: 70px; padding: 11px 15px; }.site-header.is-scrolled { min-height: 64px; }
    .menu-button { width: 42px; height: 42px; padding: 12px; border: 1px solid var(--line); display: grid; align-content: center; gap: 6px; background: transparent; }.menu-button span { width: 100%; height: 1px; display: block; background: var(--ink); transition: transform .2s ease; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
    .site-nav { padding: 30px 22px; position: fixed; top: 101px; right: 0; bottom: 0; left: 0; display: flex; align-items: stretch; flex-direction: column; gap: 0; color: var(--white); background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }.site-nav.is-open { opacity: 1; visibility: visible; transform: none; }.site-nav > a { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 20px; }.nav-cta { margin-top: 25px; padding: 0 10px 0 20px !important; border: 0 !important; flex-direction: row !important; justify-content: space-between; color: var(--ink); background: var(--lime); font-size: 9px !important; }
    .hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; }.hero__copy { padding-bottom: 20px; }.hero h1 { font-size: clamp(64px, 20vw, 93px); }.hero__copy > p { font-size: 13px; }.network { min-height: 520px; margin: -10px -25px 0; transform: scale(.78); }.hero__footer { margin-top: -50px; }
    .manifesto { padding: 100px 0; grid-template-columns: 1fr; gap: 45px; }.manifesto__lead { font-size: clamp(45px, 13vw, 68px); }.manifesto__detail { margin-top: 45px; grid-template-columns: 1fr; gap: 22px; }
    .portfolio { padding-bottom: 100px; }.section-heading { grid-template-columns: 1fr; gap: 30px; }.section-heading > p { grid-column: auto; }.venture-grid { grid-template-columns: 1fr; }.venture { min-height: 560px; }.venture--next { min-height: 530px; grid-column: auto; }.venture--next .venture__link { min-height: 530px; display: flex; }.venture--next .venture__next-mark { margin: auto 0; }.venture--next .venture__bottom { width: 100%; }
    .system { padding-top: 100px; }.system__heading { grid-template-columns: 1fr; gap: 40px; }.system-map { min-height: 600px; margin-top: 70px; }.system-map::before { width: 350px; height: 350px; }.system-map__core { width: 220px; }.system-map__cap--1 { top: 6%; left: 5%; }.system-map__cap--2 { top: 16%; right: 3%; }.system-map__cap--3 { top: auto; right: 4%; bottom: 17%; }.system-map__cap--4 { display: none; }.system-map__cap--5 { bottom: 7%; left: 4%; }.verticals { justify-content: flex-start; }
    .closing { min-height: 560px; padding: 55px 26px; grid-template-columns: 1fr; align-items: start; gap: 45px; }.closing h2 { font-size: clamp(63px, 19vw, 88px); }.circle-link { justify-self: end; }
    .site-footer { padding: 60px 24px 25px; }.site-footer__main { grid-template-columns: 1fr; gap: 35px; }.site-footer__main nav { align-items: flex-start; }.site-footer__bottom { margin-top: 55px; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 420px) { .network { margin-inline: -45px; transform: scale(.68); }.hero__footer { gap: 8px; }.hero__footer b { margin-right: 5px; }.venture { min-height: 520px; }.venture__mark { width: 170px; height: 170px; }.venture__mark span { font-size: 92px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
