:root {
  --bg: #070707;
  --panel: #0f0f10;
  --panel-2: #141416;
  --ink: #f1f0eb;
  --muted: #aaa8a2;
  --line: #29292b;
  --red: #d20f1b;
  --red-dark: #5d090f;
  --gold: #c8a12a;
  --max: 1240px;
  --header: 82px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .8rem 1rem; background: var(--ink); color: #000; }
.skip-link:focus { top: 1rem; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1000; background: transparent; }
.reading-progress span { display: block; height: 100%; width: 0; background: var(--red); }
.site-header { height: var(--header); padding: 0 clamp(1.2rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; position: fixed; inset: 0 0 auto; z-index: 900; background: rgba(7,7,7,.78); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-family: Georgia, serif; letter-spacing: .12em; font-size: .9rem; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.site-header nav { display: flex; gap: clamp(1rem, 2.2vw, 2.2rem); align-items: center; }
.site-header nav a { text-decoration: none; color: #cbc9c3; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; transition: color .2s; }
.site-header nav a:hover { color: #fff; }
.nav-cta { border: 1px solid #48484a; padding: .75rem 1rem; }
.menu-toggle { display: none; color: var(--ink); background: none; border: 1px solid var(--line); padding: .55rem .75rem; }
.hero { min-height: 100svh; padding: calc(var(--header) + 5rem) clamp(1.2rem, 5vw, 5rem) 5rem; position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); overflow: hidden; }
.hero:before { content: ""; position: absolute; left: -10%; top: 26%; width: 52%; height: 68%; background: radial-gradient(circle, rgba(210,15,27,.13), transparent 67%); filter: blur(20px); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent); }
.hero-copy, .hero-portrait { position: relative; z-index: 2; }
.eyebrow, .section-label, .numbers-kicker { margin: 0 0 1.6rem; color: #d8d5ce; font-weight: 700; font-size: .72rem; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 44px; height: 2px; vertical-align: middle; background: var(--red); margin-right: .8rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.8rem; font-family: "Arial Narrow", "Liberation Sans Narrow", Impact, sans-serif; font-size: clamp(4.5rem, 9.5vw, 9.8rem); line-height: .78; letter-spacing: -.045em; text-transform: uppercase; font-weight: 900; max-width: 900px; }
h1 strong { color: var(--red); font-weight: 900; }
.hero-lead { max-width: 690px; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.55rem); color: #c9c6bf; }
.hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; margin: 2.5rem 0 3.7rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 50px; padding: .9rem 1.3rem; text-decoration: none; text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; font-weight: 800; border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); color: #fff; }
.button.primary:hover { background: #ec1522; }
.button.ghost { border-color: #444; color: #d7d4cd; }
.button.ghost:hover { border-color: #777; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 760px; background: var(--line); border: 1px solid var(--line); }
.hero-proof div { padding: 1.2rem; background: rgba(7,7,7,.94); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(1.4rem, 2.2vw, 2.2rem); letter-spacing: -.02em; }
.hero-proof span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.portrait-frame { position: relative; max-width: 620px; margin-left: auto; }
.portrait-frame:before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(210,15,27,.56); z-index: -1; }
.portrait-frame:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.2), transparent 58%), linear-gradient(to top, rgba(0,0,0,.68), transparent 50%); pointer-events: none; }
.portrait-frame img { width: 100%; aspect-ratio: .79; object-fit: cover; filter: grayscale(100%) contrast(1.08); }
.portrait-caption { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; padding-left: 1rem; border-left: 3px solid var(--red); }
.portrait-caption span, .portrait-caption strong { display: block; }
.portrait-caption span { color: #aaa; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.portrait-caption strong { margin-top: .25rem; font-family: Georgia, serif; font-size: 1.05rem; }
.hero-index { position: absolute; right: 1.5rem; bottom: 1rem; color: #5c5c5e; font-size: .65rem; letter-spacing: .2em; writing-mode: vertical-rl; }
.ticker { border-block: 1px solid var(--line); overflow: hidden; background: #0b0b0c; }
.ticker > div { min-width: max-content; padding: 1.1rem 0; display: flex; align-items: center; gap: 2rem; animation: ticker 24s linear infinite; }
.ticker span { font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.15rem; letter-spacing: .08em; }
.ticker i { width: 8px; height: 8px; background: var(--red); transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-35%); } }
.section { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) clamp(1.2rem, 4vw, 3rem); }
.statement-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.statement h2, .section-heading h2, .commercial h2 { font-family: "Arial Narrow", "Liberation Sans Narrow", Impact, sans-serif; font-size: clamp(3.2rem, 6.8vw, 7rem); line-height: .88; letter-spacing: -.035em; text-transform: uppercase; }
.statement h2 em { color: var(--red); font-style: normal; }
.statement-copy { font-size: 1.1rem; color: #c5c2bb; }
.statement-copy p { margin-bottom: 1.35rem; }
.quote { margin-top: 2.4rem; padding: 1.5rem; border-left: 3px solid var(--red); background: var(--panel); font-family: Georgia, serif; color: #fff; }
.method { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.section-heading h2 { margin-bottom: 0; }
.method-list { border-top: 1px solid var(--line); }
.method-item { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.method-item > span { color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 2.2rem; }
.method-item h3 { margin-bottom: .4rem; font-family: Georgia, serif; font-size: 1.7rem; }
.method-item p { margin: 0; color: var(--muted); max-width: 620px; }
.section-heading.split { display: grid; grid-template-columns: 1.4fr .6fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-heading.split p { color: var(--muted); font-size: 1.05rem; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.work-card { background: var(--panel); border: 1px solid var(--line); cursor: pointer; overflow: hidden; transition: border-color .25s, transform .25s; }
.work-card:hover { border-color: #5b5b5f; transform: translateY(-3px); }
.work-media { position: relative; overflow: hidden; background: #000; }
.work-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .55s; }
.work-card:hover .work-media img { transform: scale(1.025); }
.play { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; width: 70px; height: 70px; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); color: #fff; background: rgba(0,0,0,.45); font-size: 1.3rem; cursor: pointer; backdrop-filter: blur(5px); }
.work-meta { padding: 1.5rem; }
.work-meta span { color: var(--red); font-size: .67rem; letter-spacing: .16em; font-weight: 800; }
.work-meta h3 { margin: .45rem 0 .55rem; font-family: Georgia, serif; font-size: 1.6rem; }
.work-meta p { color: var(--muted); margin: 0; }
.work-card.wide { grid-column: span 1; }
.carousel-stage { position: relative; background: #000; }
.carousel-stage > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.carousel-controls { position: absolute; display: flex; align-items: center; gap: .5rem; right: 1rem; bottom: 1rem; background: rgba(0,0,0,.76); border: 1px solid #3c3c3f; backdrop-filter: blur(8px); }
.carousel-controls button { width: 44px; height: 42px; color: #fff; background: transparent; border: 0; cursor: pointer; font-size: 1.1rem; }
.carousel-controls span { padding: 0 .35rem; font-size: .75rem; }
.numbers { max-width: none; padding-inline: max(clamp(1.2rem, 5vw, 5rem), calc((100vw - var(--max))/2 + 3rem)); display: grid; grid-template-columns: 1.12fr .88fr; min-height: 720px; background: linear-gradient(90deg, #080808 0 53%, #111113 53%); align-items: stretch; }
.numbers-visual { display: flex; flex-direction: column; justify-content: center; padding-right: clamp(2rem, 6vw, 7rem); }
.giant-number { display: block; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(8rem, 18vw, 18rem); line-height: .74; letter-spacing: -.055em; color: var(--ink); }
.giant-number span { display: block; color: var(--red); font-size: .36em; line-height: 1; letter-spacing: -.03em; }
.numbers-visual p { max-width: 540px; margin-top: 2rem; font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.7rem); }
.numbers-panel { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.metric { padding: 1.6rem 0; border-bottom: 1px solid #38383a; }
.metric strong { display: block; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(4rem, 7vw, 7rem); line-height: .9; }
.metric span { color: var(--muted); text-transform: uppercase; font-size: .72rem; letter-spacing: .15em; }
.numbers-note { margin: 2rem 0 0; font-family: Georgia, serif; font-size: 1.25rem; }
.ecosystem-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.ecosystem-grid article { min-height: 270px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ecosystem-grid article:nth-child(3n) { border-right: 0; }
.ecosystem-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.ecosystem-grid span { color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.8rem; }
.ecosystem-grid h3 { margin: 3rem 0 .8rem; font-family: Georgia, serif; font-size: 1.45rem; }
.ecosystem-grid p { color: var(--muted); margin: 0; }
.manifesto { position: relative; min-height: 740px; display: grid; place-items: center; padding: 6rem 1.2rem; background: var(--red); overflow: hidden; }
.manifesto-bg { position: absolute; inset: auto auto -10%; left: -2%; font-family: "Arial Narrow", Impact, sans-serif; font-size: 34vw; line-height: .7; color: rgba(0,0,0,.12); letter-spacing: -.08em; }
.manifesto-inner { position: relative; z-index: 2; width: min(1100px, 100%); }
.manifesto .section-label { color: #fff; }
.manifesto p { margin: .2rem 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2.8rem, 6.2vw, 6.5rem); line-height: .94; text-transform: uppercase; letter-spacing: -.025em; }
.manifesto strong { color: #090909; }
.commercial { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.commercial-copy > p { max-width: 680px; color: var(--muted); font-size: 1.15rem; }
.commercial ul { list-style: none; padding: 0; margin: 2.5rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.commercial li { padding: .9rem 1rem; background: var(--panel); border: 1px solid var(--line); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.commercial li:before { content: "■"; color: var(--red); margin-right: .8rem; }
.contact-box { padding: clamp(2rem, 4vw, 4rem); background: var(--panel); border: 1px solid var(--line); }
.contact-box > span { display: block; color: var(--red); font-size: .68rem; letter-spacing: .18em; font-weight: 800; }
.contact-box > a:not(.button):not(.instagram-link) { display: block; margin: 1.2rem 0 2rem; font-family: Georgia, serif; font-size: clamp(1.4rem, 2.4vw, 2.2rem); overflow-wrap: anywhere; }
.contact-box .button { width: 100%; }
.instagram-link { display: flex; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); text-decoration: none; }
footer { max-width: var(--max); margin: 0 auto; padding: 2.5rem clamp(1.2rem, 4vw, 3rem); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: center; color: #777; font-size: .75rem; }
.footer-brand { display: flex; align-items: center; gap: .65rem; color: var(--ink); font-family: Georgia, serif; letter-spacing: .1em; }
.footer-brand img { width: 36px; height: 36px; object-fit: contain; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
.media-modal { width: min(920px, calc(100% - 2rem)); max-height: 92svh; padding: 0; color: var(--ink); background: #0b0b0c; border: 1px solid #424246; }
.media-modal::backdrop { background: rgba(0,0,0,.85); backdrop-filter: blur(8px); }
.modal-close { position: sticky; z-index: 3; top: 0; float: right; width: 48px; height: 48px; border: 0; color: #fff; background: var(--red); font-size: 1.8rem; cursor: pointer; }
.media-modal h2 { padding: 1.4rem 4rem 1rem 1.5rem; margin: 0; font-family: Georgia, serif; font-size: 1.35rem; }
.modal-content { padding: 0 1.5rem 1.5rem; }
.modal-content video, .modal-content img { max-height: calc(92svh - 100px); margin: 0 auto; object-fit: contain; background: #000; }
.modal-content video { width: auto; max-width: 100%; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: calc(var(--header) + 3rem); }
  .hero-copy { order: 1; }
  .hero-portrait { order: 2; width: min(620px, 100%); }
  .portrait-frame { margin: 0; }
  .statement-grid, .method, .section-heading.split, .commercial { grid-template-columns: 1fr; }
  .numbers { grid-template-columns: 1fr; background: #080808; padding-inline: clamp(1.2rem, 5vw, 4rem); }
  .numbers-panel { margin-top: 4rem; background: #111113; }
  .ecosystem-grid { grid-template-columns: repeat(2, 1fr); }
  .ecosystem-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .ecosystem-grid article:nth-child(2n) { border-right: 0; }
  .ecosystem-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .ecosystem-grid article:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 760px) {
  :root { --header: 68px; }
  .site-header { padding-inline: 1rem; }
  .brand img { width: 38px; height: 38px; }
  .brand span { font-size: .75rem; }
  .menu-toggle { display: block; }
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: var(--header); padding: 1rem; flex-direction: column; align-items: stretch; background: #090909; border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .8rem; }
  .hero { min-height: auto; padding: calc(var(--header) + 3.5rem) 1.15rem 4rem; }
  h1 { font-size: clamp(4rem, 22vw, 6.6rem); }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-index { display: none; }
  .section { padding-block: 5.5rem; }
  .statement h2, .section-heading h2, .commercial h2 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .method-item { grid-template-columns: 58px 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .work-card.wide { grid-column: auto; }
  .numbers { padding-block: 5.5rem; min-height: auto; }
  .numbers-panel { padding: 2rem 1.2rem; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-grid article, .ecosystem-grid article:nth-child(2n), .ecosystem-grid article:nth-child(3n), .ecosystem-grid article:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .ecosystem-grid article:last-child { border-bottom: 0; }
  .manifesto { min-height: 640px; }
  .commercial ul { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}
@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; }
}
