:root {
  --ink: #07111d;
  --ink-2: #0b1826;
  --paper: #f2efe8;
  --muted: #9aa7b3;
  --line: rgba(255,255,255,.16);
  --red: #f2303d;
  --acid: #d7ff36;
  --blue: #38bdf8;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .12; z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.26'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.progress { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 50; background: transparent; }
.progress span { display: block; width: 0; height: 100%; background: var(--acid); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  height: 86px; padding: 0 clamp(20px, 4vw, 64px);
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid transparent; transition: .35s ease;
}
.site-header.scrolled { background: rgba(7,17,29,.88); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  font: 900 22px/1 "Barlow Condensed", sans-serif;
  color: var(--ink); background: var(--acid); transform: skew(-8deg);
}
.brand-copy { font: 600 14px/.85 "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.brand-copy b { font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .11em; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--acid); transition: .25s; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(215,255,54,.65); color: var(--acid); }
.menu-button { display: none; border: 0; background: none; color: white; width: 44px; height: 44px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 7px 0; }

.hero {
  min-height: 100svh; max-width: var(--max); margin: 0 auto; padding: 150px clamp(24px, 6vw, 92px) 70px;
  position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 7vw, 110px); align-items: center;
}
.hero::before { content: ""; position: absolute; inset: 0 0 0 46%; background: linear-gradient(135deg, transparent 0 38%, rgba(56,189,248,.09) 38% 39%, transparent 39% 47%, rgba(242,48,61,.12) 47% 48%, transparent 48%); pointer-events: none; }
.speed-lines { position: absolute; left: -10vw; top: 25%; width: 55vw; height: 45%; transform: skewY(-8deg); opacity: .24; background: repeating-linear-gradient(180deg, transparent 0 18px, rgba(255,255,255,.22) 19px, transparent 20px 38px); mask-image: linear-gradient(90deg, transparent, black 30%, transparent); }
.eyebrow, .kicker { color: var(--acid); font: 700 13px/1 Inter, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { color: var(--paper); }
.hero h1 { margin: 24px 0 28px; font-family: "Barlow Condensed", sans-serif; font-weight: 900; letter-spacing: -.035em; line-height: .77; text-transform: uppercase; font-size: clamp(72px, 9.2vw, 150px); }
.hero h1 span, .hero h1 strong, .hero h1 em { display: block; }
.hero h1 span { color: var(--paper); }
.hero h1 strong { color: transparent; -webkit-text-stroke: 1px rgba(242,239,232,.55); margin-left: 6vw; }
.hero h1 em { color: var(--red); font-style: italic; text-transform: lowercase; margin-left: 2vw; }
.hero-lead { max-width: 650px; color: #b9c2ca; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .12em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-ghost { border: 1px solid var(--line); }

.hero-visual { position: relative; align-self: stretch; min-height: 590px; display: grid; align-content: center; }
.photo-frame { width: min(100%, 520px); aspect-ratio: .78; margin-left: auto; position: relative; overflow: hidden; clip-path: polygon(9% 0, 100% 0, 100% 91%, 91% 100%, 0 100%, 0 9%); background: #102235; }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,17,29,.15) 60%, rgba(7,17,29,.86)); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: relative; z-index: 2; filter: contrast(1.03) saturate(.9); }
.photo-frame img[src=""], .photo-frame img:not([src]) { display:none; }
.photo-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 75% 20%, rgba(56,189,248,.22), transparent 35%), linear-gradient(145deg, #102a42, #08131f); }
.photo-fallback span { font: 900 clamp(150px, 24vw, 320px)/1 "Barlow Condensed"; color: rgba(255,255,255,.06); transform: skew(-7deg); }
.photo-label { position: absolute; z-index: 4; left: 0; bottom: 34px; background: var(--acid); color: var(--ink); font: 900 15px/1 "Barlow Condensed"; letter-spacing: .16em; padding: 12px 22px; transform: skew(-8deg); }
.number { position: absolute; z-index: 4; right: 14px; bottom: -24px; font: 900 140px/.7 "Barlow Condensed"; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.44); }
.photo-backdrop { position: absolute; width: 80%; height: 75%; top: 10%; left: -10%; border: 1px solid rgba(215,255,54,.38); transform: rotate(-6deg); }
.telemetry { width: min(94%, 520px); margin-left: auto; display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.telemetry div { padding: 22px 18px; border-right: 1px solid var(--line); }
.telemetry strong { display:block; font: 800 33px/1 "Barlow Condensed"; }
.telemetry span { display:block; margin-top: 7px; color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: .1em; }
.hero-index { position: absolute; left: clamp(24px,6vw,92px); bottom: 20px; color: #6f7a84; font-size: 10px; letter-spacing: .2em; }

.marquee { overflow: hidden; padding: 16px 0; background: var(--acid); color: var(--ink); transform: rotate(-1.2deg) scale(1.02); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 24px; animation: marquee 28s linear infinite; font: 900 25px/1 "Barlow Condensed"; letter-spacing: .08em; }
.marquee-track i { font-style: normal; font-size: 16px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: 130px clamp(24px, 6vw, 92px); position: relative; }
.section-number { position: absolute; top: 70px; right: clamp(24px,6vw,92px); color: rgba(255,255,255,.18); font: 800 14px/1 "Barlow Condensed"; letter-spacing: .15em; }
.section-heading h2 { margin: 16px 0 0; font: 700 clamp(52px, 6vw, 92px)/.92 "Barlow Condensed"; text-transform: uppercase; letter-spacing: -.03em; }
.section-heading h2 strong { color: transparent; -webkit-text-stroke: 1px rgba(242,239,232,.5); font-weight: 800; }

.profile-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; margin-top: 78px; align-items: start; }
.profile-story { border-top: 1px solid var(--line); padding-top: 30px; }
.profile-story .big-copy { margin: 0 0 34px; color: var(--paper); font: 600 clamp(25px,2.4vw,38px)/1.25 "Barlow Condensed"; }
.profile-story p:last-child { max-width: 680px; color: #aeb9c3; line-height: 1.8; }
.profile-manifesto { position: relative; padding: 46px 0 0 48px; border-left: 5px solid var(--red); }
.profile-manifesto::before { content: "“"; position: absolute; left: 15px; top: -8px; color: var(--acid); font: 900 90px/1 Georgia; }
.profile-manifesto blockquote { margin: 0; font: italic 600 clamp(24px, 2.6vw, 42px)/1.25 "Barlow Condensed"; }
.signature { margin-top: 36px; color: var(--muted); font-size: 11px; letter-spacing: .18em; }

.stats-columns { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; margin-top: 78px; align-items: start; }
.stats-left { display: flex; flex-direction: column; gap: 34px; }
.stat-block { border-top: 1px solid var(--line); padding-top: 22px; }
.stat-number { font: 900 clamp(38px,4.6vw,68px)/1 "Barlow Condensed"; color: var(--paper); }
.stat-label { margin: 8px 0 0; color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.audience-split { display: flex; gap: 40px; border-top: 1px solid var(--line); padding-top: 22px; }
.audience-split div strong { display: block; font: 800 32px/1 "Barlow Condensed"; color: var(--acid); }
.audience-split div span { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; max-width: 140px; }
.mix-title { color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: .13em; margin: 0 0 8px; }
.mix-row { display: grid; grid-template-columns: 120px 1fr 64px; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.mix-row span { text-transform: uppercase; font: 700 13px "Barlow Condensed"; letter-spacing: .06em; }
.mix-bar { position: relative; height: 8px; background: rgba(255,255,255,.08); }
.mix-bar i { position: absolute; inset: 0; background: linear-gradient(90deg, var(--red), var(--blue)); }
.mix-row b { font: 800 14px "Barlow Condensed"; text-align: right; }

.top-content { margin-top: 90px; border-top: 1px solid var(--line); }
.top-content > .kicker { display: block; margin: 26px 0 4px; }
.top-item { display: grid; grid-template-columns: 44px 1fr auto 70px; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.top-item .rank { color: var(--red); font: 800 16px/1 "Barlow Condensed"; }
.top-item h4 { margin: 0; font: 700 clamp(17px,1.6vw,22px)/1.3 "Barlow Condensed"; text-transform: uppercase; letter-spacing: .01em; }
.top-item .interactions { font: 900 24px/1 "Barlow Condensed"; color: var(--acid); white-space: nowrap; }
.top-item .date { color: var(--muted); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; text-align: right; }

.content { background: linear-gradient(180deg, var(--ink), var(--ink-2)); }
.content-lanes { margin-top: 80px; border-top: 1px solid var(--line); }
.lane { min-height: 180px; display: grid; grid-template-columns: 70px 1.15fr 1.3fr auto; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.lane::before { content: ""; position: absolute; inset: 0 100% 0 0; background: var(--acid); transition: .45s cubic-bezier(.2,.8,.2,1); }
.lane:hover::before { right: 0; }
.lane > * { position: relative; z-index: 1; transition: color .3s; }
.lane:hover > * { color: var(--ink); }
.lane-index { color: var(--red); font: 800 18px/1 "Barlow Condensed"; }
.lane h3 { font: 700 clamp(30px,3vw,48px)/1 "Barlow Condensed"; text-transform: uppercase; margin: 0; }
.lane p { color: #9aa8b5; line-height: 1.6; }
.lane-tag { border: 1px solid var(--line); padding: 10px 13px; font-size: 10px; letter-spacing: .13em; white-space: nowrap; }

.work { background: #ece8df; color: #09131e; max-width: none; padding-left: max(24px, calc((100vw - var(--max))/2 + 92px)); padding-right: max(24px, calc((100vw - var(--max))/2 + 92px)); }
.work .kicker { color: #c51f2d; }
.work .section-heading h2 strong { -webkit-text-stroke-color: rgba(9,19,30,.4); }
.work .section-number { right: max(24px, calc((100vw - var(--max))/2 + 92px)); color: rgba(9,19,30,.25); }
.instagram-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 54px 28px; margin-top: 80px; }
.instagram-piece { background: #fff; border-top: 6px solid #09131e; box-shadow: 0 22px 55px rgba(10,18,28,.12); }
.piece-meta { padding: 16px 18px; display: flex; justify-content: space-between; font: 800 12px/1 Inter; letter-spacing: .15em; }
.piece-meta b { color: #c51f2d; }
.instagram-piece iframe { display: block; width: 100%; height: 720px; border: 0; background: #fff; }
.embed-note { margin: 28px 0 0; color: #5e6770; font-size: 12px; }

.collab-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.services { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 44px 1fr 1.1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service > span { color: var(--acid); font: 800 14px/1 "Barlow Condensed"; }
.service h3 { margin: 0; font: 700 25px/1 "Barlow Condensed"; text-transform: uppercase; }
.service p { margin: 0; color: #98a5b0; font-size: 14px; line-height: 1.55; }

.brand-strip { padding: 42px clamp(24px,6vw,92px); background: var(--red); transform: skewY(-1deg); }
.brand-strip > * { transform: skewY(1deg); max-width: var(--max); margin-left: auto; margin-right: auto; }
.brand-strip p { font-size: 10px; letter-spacing: .17em; opacity: .82; }
.brand-strip div { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 16px 34px; margin-top: 20px; font: 900 clamp(18px,2.6vw,36px)/1 "Barlow Condensed"; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.78); }

.contact { min-height: 680px; display: grid; grid-template-columns: 1fr .75fr; gap: 8vw; align-items: center; overflow: hidden; }
.contact-bg { position: absolute; right: -1vw; bottom: -10vw; font: 900 min(58vw,790px)/.75 "Barlow Condensed"; color: rgba(255,255,255,.025); }
.contact-copy, .contact-actions { position: relative; z-index: 1; }
.contact h2 { margin: 18px 0 25px; font: 800 clamp(58px,7vw,110px)/.83 "Barlow Condensed"; text-transform: uppercase; }
.contact h2 strong { color: var(--acid); }
.contact-copy > p:last-child { max-width: 590px; color: #9ba9b6; line-height: 1.7; }
.contact-link { min-height: 92px; padding: 0 4px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; font: 700 16px/1 "Barlow Condensed"; letter-spacing: .08em; transition: .3s; }
.contact-link + .contact-link { border-top: 0; }
.contact-link b { width: 78px; height: 78px; display: grid; place-items: center; color: var(--ink); background: var(--acid); font-size: 24px; transition: transform .3s; }
.contact-link:hover { padding-left: 34px; }
.contact-link:hover b { transform: rotate(45deg); }
.contact-link.secondary b { background: transparent; border: 1px solid var(--line); color: var(--paper); }

footer { max-width: var(--max); margin: 0 auto; padding: 34px clamp(24px,6vw,92px); display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); color: #778590; font-size: 10px; letter-spacing: .13em; }
footer a { color: var(--paper); }
.footer-brand { opacity: .75; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-visual { min-height: auto; }
  .photo-frame, .telemetry { margin: 0 auto; }
  .profile-grid, .collab-layout, .contact, .stats-columns { grid-template-columns: 1fr; }
  .lane { grid-template-columns: 50px 1fr; padding: 30px 0; }
  .lane p, .lane-tag { grid-column: 2; }
  .contact { gap: 50px; }
  .instagram-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .menu-button { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; background: rgba(7,17,29,.98); display: flex; flex-direction: column; justify-content: center; font: 700 29px/1 "Barlow Condensed"; transform: translateX(100%); transition: .35s cubic-bezier(.2,.8,.2,1); }
  .main-nav.open { transform: translateX(0); }
  .nav-cta { margin-top: 10px; }
  .hero { padding: 112px 22px 55px; gap: 55px; }
  .hero h1 { font-size: clamp(66px, 22vw, 105px); }
  .hero h1 strong { margin-left: 0; }
  .hero-lead { font-size: 15px; }
  .hero-visual { min-height: 500px; }
  .telemetry div { padding: 17px 10px; }
  .telemetry strong { font-size: 26px; }
  .section { padding: 100px 22px; }
  .section-number { top: 48px; right: 22px; }
  .section-heading h2 { font-size: clamp(50px, 15vw, 75px); }
  .profile-grid { margin-top: 55px; gap: 65px; }
  .profile-manifesto { padding-left: 28px; }
  .stats-columns { margin-top: 55px; gap: 50px; }
  .top-item { grid-template-columns: 30px 1fr; gap: 10px 16px; }
  .top-item .interactions, .top-item .date { grid-column: 2; text-align: left; }
  .content-lanes { margin-top: 54px; }
  .lane { grid-template-columns: 38px 1fr; gap: 18px; }
  .lane p { margin: 0; }
  .instagram-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .instagram-piece iframe { height: 660px; }
  .service { grid-template-columns: 35px 1fr; }
  .service p { grid-column: 2; }
  .brand-strip div { flex-direction: column; }
  .contact { min-height: auto; }
  .contact h2 { font-size: clamp(58px,17vw,82px); }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
