:root {
  --ink: #09080f;
  --ink-2: #12101b;
  --paper: #f1eff5;
  --paper-2: #e4e0eb;
  --muted: #8f899d;
  --muted-dark: #696274;
  --violet: #7b4dff;
  --violet-2: #ae8fff;
  --magenta: #d92fff;
  --line: rgb(255 255 255 / 13%);
  --line-dark: rgb(9 8 15 / 17%);
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: #fff; background: var(--ink); font-family: "Trebuchet MS", Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--ink); background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 20; top: 0; left: 50%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(100% - 64px, var(--max)); height: 92px; border-bottom: 1px solid var(--line); transform: translateX(-50%); }
.brand { display: flex; align-items: center; width: max-content; text-decoration: none; }
.brand img { width: 142px; height: auto; }
nav { display: flex; gap: 34px; }
nav a, .header-link, .quiet-link, .dark-link { font-size: 12px; font-weight: 700; letter-spacing: .07em; text-decoration: none; }
nav a { color: #bdb7c8; }
nav a:hover, .header-link:hover, .quiet-link:hover { color: #fff; }
.header-link { justify-self: end; display: flex; gap: 18px; align-items: center; }
.header-link span, .dark-link span { color: var(--violet-2); font-size: 17px; }
.hero { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(40px, 5vw, 90px); min-height: 100svh; padding: 140px max(32px, calc((100vw - var(--max)) / 2)) 92px; isolation: isolate; overflow: hidden; }
.hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 76% 46%, rgb(123 77 255 / 20%), transparent 34%), linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px); background-size: auto, 74px 74px, 74px 74px; mask-image: linear-gradient(to bottom, #000 0 82%, transparent); }
.hero::after { position: absolute; z-index: -1; right: 3%; width: min(54vw, 820px); aspect-ratio: 1; border: 1px solid rgb(174 143 255 / 16%); border-radius: 50%; box-shadow: 0 0 140px rgb(123 77 255 / 11%); content: ""; }
.hero-grid { position: absolute; z-index: -1; right: 12%; bottom: 11%; width: 25%; height: 30%; border-left: 1px solid rgb(174 143 255 / 19%); border-bottom: 1px solid rgb(174 143 255 / 19%); transform: skewX(-18deg); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 28px; color: var(--violet-2); font-family: Consolas, monospace; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #5c38c9; }
h1, h2, .large-copy, .project h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-weight: 400; letter-spacing: -.025em; text-transform: uppercase; }
h1 { max-width: 760px; font-size: clamp(64px, 7.2vw, 128px); line-height: .86; }
h1 em, .large-copy em, .studio h2 em, .closing h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.4px var(--violet-2); }
.hero-intro { max-width: 540px; margin: 34px 0 0; color: #aca6b6; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; min-width: 240px; padding: 17px 19px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.button-primary { background: linear-gradient(105deg, var(--violet), #6635f5); box-shadow: 0 14px 38px rgb(123 77 255 / 22%); }
.button-primary:hover { background: linear-gradient(105deg, #9672ff, var(--violet)); }
.quiet-link { border-bottom: 1px solid #5e5867; padding-bottom: 5px; color: #c3bdcc; }
.hero-stage { position: relative; padding: 42px 0 58px; }
.stage-label { position: absolute; top: 0; left: 6%; color: #736c80; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .13em; }
.stage-window { position: relative; z-index: 2; padding: 6px; background: #171421; box-shadow: 0 40px 100px rgb(0 0 0 / 55%); clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px); }
.stage-window::before { position: absolute; z-index: -1; inset: -14px; border: 1px solid rgb(174 143 255 / 35%); clip-path: inherit; content: ""; filter: drop-shadow(0 0 36px rgb(123 77 255 / 20%)); }
.stage-bar { display: flex; justify-content: space-between; gap: 20px; padding: 12px 15px; color: #928b9e; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.stage-bar b { color: #d0cad9; font-weight: 400; }
.stage-bar i { margin: 0 7px; color: #fff; font-style: normal; }
.stage-window video { width: 100%; aspect-ratio: 16 / 9; background: #050409; object-fit: cover; }
.stage-caption { display: flex; justify-content: space-between; gap: 20px; padding: 13px 15px 10px; color: #b9b1c5; font-size: 11px; }
.stage-caption strong { color: #736c80; font-family: Consolas, monospace; font-size: 8px; font-weight: 400; letter-spacing: .1em; }
.stage-note { position: absolute; right: -2%; bottom: 0; display: flex; align-items: flex-end; gap: 16px; color: #716b7a; }
.stage-note span { color: var(--violet-2); font-family: Consolas, monospace; font-size: 12px; }
.stage-note p { margin: 0; font-family: Consolas, monospace; font-size: 9px; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.hero-footer { position: absolute; right: max(32px, calc((100vw - var(--max)) / 2)); bottom: 28px; left: max(32px, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; color: #5e5867; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.statement { padding: 126px max(32px, calc((100vw - var(--max)) / 2)) 132px; color: var(--ink); background: var(--paper); }
.section-marker { display: flex; align-items: center; gap: 13px; color: #6e6877; font-family: Consolas, monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.section-marker span:first-child { color: var(--violet); }
.section-marker i { width: 36px; height: 1px; background: #aba5b0; }
.statement-copy { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; margin-top: 64px; }
.large-copy { max-width: 950px; font-size: clamp(46px, 5.5vw, 86px); line-height: .93; }
.large-copy em { -webkit-text-stroke-color: var(--violet); }
.body-copy { align-self: end; max-width: 310px; margin: 0; color: var(--muted-dark); line-height: 1.7; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 106px; }
.principle { min-height: 245px; padding: 18px 42px 20px 0; border-top: 2px solid var(--ink); }
.principle + .principle { padding-left: 42px; border-left: 1px solid var(--line-dark); }
.principle-number { display: grid; width: 30px; height: 30px; margin-bottom: 50px; border: 1px solid #9b94a1; border-radius: 50%; place-items: center; color: #655f6b; font-family: Consolas, monospace; font-size: 10px; }
.principle h2 { margin: 0 0 15px; font-size: clamp(26px, 2.1vw, 38px); line-height: .96; }
.principle p { max-width: 350px; margin: 0; color: var(--muted-dark); line-height: 1.65; }
.project { padding: 116px max(32px, calc((100vw - var(--max)) / 2)) 0; color: #fff; background: var(--ink-2); }
.project-top { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-bottom: 64px; border-bottom: 1px solid var(--line); }
.project h2 { font-size: clamp(82px, 13vw, 190px); line-height: .72; }
.project h2 span { color: var(--violet-2); }
.project-thesis { max-width: 300px; margin: 0 0 5px; color: #b0a9b9; line-height: 1.6; }
.project-body { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(42px, 8vw, 130px); padding: 76px 0 100px; }
.project-copy > p { max-width: 390px; margin: 0; color: #aaa4b3; line-height: 1.7; }
.dark-link { display: inline-flex; align-items: center; gap: 24px; margin-top: 32px; padding-bottom: 7px; border-bottom: 1px solid #615b6b; }
.project-facts { display: grid; gap: 0; margin-top: 72px; border-top: 1px solid var(--line); }
.project-facts div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.project-facts span { color: #777180; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .1em; }
.project-facts strong { font-size: 11px; font-weight: 400; text-align: right; }
.status { color: #63e3aa; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }
.project-collage { position: relative; min-height: 570px; }
.project-collage figure { position: absolute; margin: 0; padding: 7px; background: #09080f; box-shadow: 0 30px 80px rgb(0 0 0 / 44%); }
.project-collage img { width: 100%; height: 100%; object-fit: cover; }
.collage-main { top: 0; right: 0; width: 78%; transform: rotate(1.4deg); }
.collage-main img { aspect-ratio: 16 / 9; }
.collage-small { width: 42%; }
.collage-small-a { bottom: 12px; left: 2%; transform: rotate(-4deg); }
.collage-small-b { right: 1%; bottom: -28px; transform: rotate(3deg); }
.collage-small img { aspect-ratio: 16 / 9; }
.project-collage figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 11px 7px 4px; color: #9e96a8; font-family: Consolas, monospace; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.project-collage figcaption b { color: #dfdae6; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0; }
.project-strip { display: flex; justify-content: center; gap: 36px; padding: 18px 0; border-top: 1px solid var(--line); color: #81798d; font-family: Impact, "Arial Black", sans-serif; font-size: 16px; letter-spacing: .08em; text-transform: uppercase; overflow: hidden; white-space: nowrap; }
.project-strip i { color: var(--violet-2); font-size: 8px; font-style: normal; }
.studio { position: relative; min-height: 760px; padding: 124px max(32px, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.section-marker.light { color: #7c7486; }
.studio-orbit { position: absolute; right: -18%; bottom: -62%; width: 75vw; aspect-ratio: 1; border: 1px solid rgb(174 143 255 / 15%); border-radius: 50%; box-shadow: 0 0 160px rgb(123 77 255 / 10%); }
.studio-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 11vw; margin-top: 78px; }
.studio-copy { position: relative; z-index: 1; }
.studio-copy h2 { max-width: 980px; font-size: clamp(58px, 7vw, 112px); line-height: .92; }
.studio-copy > p:last-child { max-width: 620px; margin: 40px 0 0; color: #aaa4b3; font-size: 18px; line-height: 1.7; }
.studio-signals { position: relative; z-index: 1; align-self: end; border-top: 1px solid var(--line); }
.signal { display: grid; grid-template-columns: 34px 1fr; gap: 10px 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.signal span { color: var(--violet-2); font-family: Consolas, monospace; font-size: 10px; }
.signal strong { font-size: 13px; }
.signal p { grid-column: 2; margin: -3px 0 0; color: #7f788b; font-size: 12px; line-height: 1.5; }
.closing { display: flex; min-height: 700px; padding: 120px 32px; flex-direction: column; align-items: center; justify-content: center; border-top: 1px solid var(--line); text-align: center; background: radial-gradient(circle at 50% 45%, rgb(123 77 255 / 17%), transparent 35%); }
.closing h2 { font-size: clamp(80px, 11vw, 170px); line-height: .82; }
.closing .button { margin-top: 48px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; width: min(100% - 64px, var(--max)); margin: 0 auto; padding: 30px 0; border-top: 1px solid var(--line); color: #696370; font-family: Consolas, monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
footer p { margin: 0; } footer p:last-child { justify-self: end; }
.footer-brand img { width: 110px; opacity: .7; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease var(--delay, 0ms), transform 700ms ease var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--violet-2); outline-offset: 5px; }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 850px; }
  .hero-stage { width: min(100%, 900px); margin: 0 auto; }
  .statement-copy, .studio-layout { grid-template-columns: 1fr; gap: 36px; }
  .body-copy { max-width: 500px; }
  .project-body { grid-template-columns: 1fr; }
  .project-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .project-copy > p { max-width: 470px; }
  .project-facts { grid-column: 1 / -1; margin-top: 24px; }
  .project-collage { width: min(100%, 900px); margin: 0 auto; }
  .studio-signals { width: min(100%, 560px); }
}
@media (max-width: 720px) {
  .site-header { width: calc(100% - 36px); height: 76px; }
  .brand img { width: 118px; }
  .header-link { font-size: 0; gap: 0; } .header-link span { font-size: 18px; }
  .hero { gap: 50px; min-height: auto; padding: 126px 18px 76px; }
  h1 { font-size: clamp(58px, 17vw, 88px); }
  .hero-intro { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .stage-bar b, .stage-caption strong { display: none; }
  .stage-window { margin-inline: 4px; }
  .hero-footer { display: none; }
  .statement { padding: 84px 18px 92px; }
  .statement-copy { margin-top: 48px; }
  .large-copy { font-size: clamp(43px, 13vw, 70px); }
  .principles { grid-template-columns: 1fr; margin-top: 72px; }
  .principle { min-height: 0; padding: 20px 0 42px; }
  .principle + .principle { padding: 38px 0 42px; border-left: 0; }
  .principle-number { margin-bottom: 30px; }
  .project { padding: 84px 18px 0; }
  .project-top { align-items: flex-start; flex-direction: column; gap: 26px; padding-bottom: 48px; }
  .project h2 { font-size: clamp(70px, 21vw, 112px); }
  .project-body { padding: 54px 0 82px; }
  .project-copy { display: block; }
  .project-facts { margin-top: 60px; }
  .project-collage { min-height: 360px; margin-top: 34px; }
  .project-collage figcaption { display: none; }
  .collage-main { width: 86%; }
  .collage-small { width: 49%; }
  .collage-small-a { bottom: 0; left: 0; }
  .collage-small-b { right: 0; bottom: -18px; }
  .project-strip { justify-content: flex-start; margin-inline: -18px; padding-left: 18px; gap: 22px; font-size: 13px; }
  .studio { min-height: auto; padding: 96px 18px 112px; }
  .studio-layout { margin-top: 60px; }
  .studio-copy h2 { font-size: clamp(52px, 15vw, 82px); }
  .studio-copy > p:last-child { font-size: 16px; }
  .closing { min-height: 610px; padding-inline: 18px; }
  .closing h2 { font-size: clamp(74px, 21vw, 110px); }
  footer { grid-template-columns: 1fr 1fr; width: calc(100% - 36px); }
  footer p:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
