:root {
  --black: #070707;
  --ink: #111111;
  --paper: #f1f0eb;
  --white: #fff;
  --red: #ff2a1a;
  --grey: #999995;
  --line: rgba(255,255,255,.2);
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
  --body: "Archivo", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: var(--white); }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -4rem; background: var(--paper); color: var(--black); padding: .8rem 1rem; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.site-header { height: 88px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; letter-spacing: -.02em; }
.brand > span:last-child { display: grid; line-height: 1; gap: .24rem; }
.brand strong { font-size: 1rem; letter-spacing: .07em; }
.brand small { color: #aaa; font-size: .55rem; letter-spacing: .22em; }
.brand-mark { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.65); display: grid; grid-template-columns: 1fr 1fr; padding: 6px 5px; gap: 2px; transform: skewX(-8deg); }
.brand-mark i { display: block; border-left: 3px solid var(--white); border-bottom: 3px solid var(--white); transform: skewX(8deg) rotate(-45deg); }
.site-header nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3rem); }
.site-header nav > a { color: #d3d3d0; text-decoration: none; font-size: .78rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease; }
.site-header nav > a:hover, .site-header nav > a:focus-visible { color: var(--white); }
.site-header .nav-cta { color: var(--white); border-left: 1px solid var(--line); padding-left: clamp(1.2rem, 3vw, 3rem); }
.nav-cta b { color: var(--red); font-size: 1.1rem; margin-left: .35rem; }
.menu-button { display: none; width: 46px; height: 42px; border: 0; border-left: 1px solid var(--line); background: transparent; padding-left: 1rem; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; width: 24px; background: var(--white); margin: 7px 0; }

.hero { min-height: min(920px, 100svh); height: 100svh; position: relative; display: grid; align-items: center; padding: 120px clamp(1.25rem, 7vw, 8rem) 80px; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.72) 38%, rgba(0,0,0,.14) 74%), linear-gradient(0deg, rgba(0,0,0,.75), transparent 32%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; pointer-events: none; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.frame-corners { position: absolute; inset: 116px 4vw 56px; pointer-events: none; }
.frame-corners i { position: absolute; width: 26px; height: 26px; border-color: rgba(255,255,255,.55); border-style: solid; }
.frame-corners i:nth-child(1) { left: 0; top: 0; border-width: 1px 0 0 1px; }
.frame-corners i:nth-child(2) { right: 0; top: 0; border-width: 1px 1px 0 0; }
.frame-corners i:nth-child(3) { left: 0; bottom: 0; border-width: 0 0 1px 1px; }
.frame-corners i:nth-child(4) { right: 0; bottom: 0; border-width: 0 1px 1px 0; }
.hero-content { width: min(820px, 62vw); margin-top: 2rem; }
.eyebrow { margin: 0 0 1.4rem; font-size: .76rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.rec-dot { display: inline-block; width: 8px; height: 8px; margin-right: .55rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 18px var(--red); animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .25; } }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(5rem, 10.5vw, 11rem); font-weight: 400; line-height: .78; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--white); font-style: normal; }
.hero-content > p:not(.eyebrow) { max-width: 580px; margin: 2.2rem 0 2rem; color: #d0d0cc; font-size: clamp(1rem, 1.45vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 54px; padding: 0 1.35rem; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: #ff473a; }
.button-ghost { border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.25); color: var(--white); backdrop-filter: blur(8px); }
.hero-note { position: absolute; right: clamp(2rem, 6vw, 7rem); bottom: 12%; display: grid; text-align: right; line-height: 1; }
.hero-note span { font-size: .65rem; letter-spacing: .25em; }
.hero-note strong { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 400; letter-spacing: .035em; }
.hero-meta { position: absolute; left: clamp(1.25rem, 4vw, 4.5rem); right: clamp(1.25rem, 4vw, 4.5rem); display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font: 500 .62rem/1 var(--body); letter-spacing: .17em; }
.top-meta { top: 108px; padding: 0 3rem; }
.bottom-meta { bottom: 31px; }

.section-index { font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--red); }
.statement { background: var(--paper); color: var(--black); padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: .45fr 2fr 1fr; gap: clamp(2rem, 5vw, 7rem); align-items: start; }
.statement-copy > p { margin: 0 0 1rem; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.statement h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 7vw, 7rem); line-height: .91; font-weight: 400; text-transform: uppercase; letter-spacing: -.015em; }
.statement h2 em { color: var(--red); font-style: normal; }
.statement-aside { margin: 2.3rem 0 0; color: #4f4f4b; max-width: 320px; }

.work, .services { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 6rem); }
.section-head { max-width: 1460px; margin: 0 auto 4rem; display: grid; grid-template-columns: 1.6fr .75fr; gap: 4rem; align-items: end; }
.section-head h2 { margin: .75rem 0 0; font-family: var(--display); font-size: clamp(4rem, 7.5vw, 8rem); line-height: .86; font-weight: 400; text-transform: uppercase; }
.section-head > p { color: #9b9b97; max-width: 430px; margin: 0; }
.work-grid { max-width: 1460px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #343434; border: 1px solid #343434; }
.work-card { min-height: 580px; background: var(--black); display: grid; grid-template-rows: 1fr auto; overflow: hidden; }
.work-card-wide { grid-column: 1 / -1; min-height: 660px; }
.work-visual { position: relative; overflow: hidden; min-height: 410px; background: #151515; }
.work-card-wide .work-visual { min-height: 485px; }
.work-info { padding: 1.5rem; display: grid; grid-template-columns: .55fr 1.5fr auto; gap: 1.25rem; align-items: start; border-top: 1px solid #343434; }
.work-info > span { color: var(--red); font-size: .64rem; font-weight: 700; letter-spacing: .14em; }
.work-info h3 { margin: 0; font-size: 1.05rem; max-width: 430px; }
.work-info a { font-size: .67rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; }
.visual-auto { background: radial-gradient(circle at 68% 54%, rgba(255,42,26,.7), transparent 8%), linear-gradient(115deg, #090909 18%, #222 35%, #090909 60%, #6c0c08 90%); }
.visual-auto::before { content: ""; position: absolute; width: 58%; aspect-ratio: 2.2; border-radius: 50% 70% 32% 28%; right: 6%; top: 29%; background: linear-gradient(155deg, #4a4a4a, #0c0c0c 54%, #1d1d1d); transform: skewX(-11deg); box-shadow: -35px 65px 70px #000, inset 0 2px 8px rgba(255,255,255,.3); }
.visual-auto::after { content: ""; position: absolute; width: 17%; aspect-ratio: 1; border: 18px solid #111; border-radius: 50%; right: 13%; bottom: 12%; background: radial-gradient(circle, #ddd 0 11%, #333 12% 36%, #999 37% 41%, #111 42%); box-shadow: -630px -5px 0 -25px #0d0d0d; }
.speed-line { position: absolute; inset: 17% 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent 52%); transform: rotate(-10deg); box-shadow: 0 60px rgba(255,42,26,.5), 0 125px rgba(255,255,255,.15); }
.visual-brand { display: grid; place-items: center; background: linear-gradient(135deg, #151515 0 48%, #1d0301 48%); }
.visual-brand::before, .visual-brand::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.15); transform: rotate(7deg); }
.visual-brand::after { inset: 20%; transform: rotate(-12deg); border-color: rgba(255,42,26,.65); }
.visual-brand span { position: relative; z-index: 2; font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); line-height: .78; text-align: center; letter-spacing: -.02em; }
.visual-event { display: flex; align-items: center; justify-content: center; gap: 1rem; background: radial-gradient(circle at center, #5b0a07, #090909 70%); }
.visual-event i { width: 12%; height: 58%; background: var(--red); filter: blur(1px); box-shadow: 0 0 35px rgba(255,42,26,.75); transform: skewY(-12deg); }
.visual-event i:nth-child(2) { height: 80%; background: #fff; box-shadow: 0 0 45px rgba(255,255,255,.45); }
.visual-event i:nth-child(3) { height: 46%; }
.visual-event b { position: absolute; right: 2rem; top: 2rem; font-size: .65rem; letter-spacing: .2em; }
.visual-event b::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: .5rem; background: var(--red); }

.services { background: var(--paper); color: var(--black); }
.section-head-light > p { color: #555550; }
.service-list { max-width: 1460px; margin: auto; border-top: 1px solid #aaa9a4; }
.service-row { min-height: 144px; display: grid; grid-template-columns: .22fr .9fr 1.25fr .55fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid #aaa9a4; }
.service-code, .service-tag { font-size: .64rem; font-weight: 700; letter-spacing: .14em; }
.service-code { color: var(--red); }
.service-tag { text-align: right; }
.service-row h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3.3vw, 3.25rem); font-weight: 400; text-transform: uppercase; }
.service-row p { max-width: 480px; color: #555550; }
.service-button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid #666; background: transparent; font-size: 1.2rem; cursor: pointer; transition: all .2s ease; }
.service-row:hover .service-button { background: var(--red); border-color: var(--red); color: var(--white); transform: rotate(45deg); }

.process { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: .9fr 1.25fr; gap: clamp(4rem, 10vw, 10rem); background: #0b0b0b; }
.process-intro { position: sticky; top: 2rem; align-self: start; }
.process-intro h2 { margin: .85rem 0 1.5rem; font-family: var(--display); font-size: clamp(4rem, 7vw, 7rem); line-height: .86; font-weight: 400; text-transform: uppercase; }
.process-intro h2 em { color: var(--red); font-style: normal; }
.process-intro > p:last-child { color: #999995; max-width: 430px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #414141; }
.process-list li { min-height: 170px; padding: 2rem 0; display: grid; grid-template-columns: .25fr 1fr; border-bottom: 1px solid #414141; }
.process-list li > span { color: var(--red); font-size: .7rem; letter-spacing: .16em; }
.process-list h3 { margin: 0 0 .55rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 400; text-transform: uppercase; }
.process-list p { color: #999995; max-width: 520px; margin: 0; }

.briefing { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); background: var(--red); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 10rem); color: var(--white); }
.briefing .section-index { color: var(--black); }
.briefing-copy h2 { margin: .8rem 0 1.5rem; font-family: var(--display); font-size: clamp(4rem, 7vw, 7.2rem); line-height: .86; font-weight: 400; text-transform: uppercase; }
.briefing-copy h2 em { color: transparent; -webkit-text-stroke: 1.2px var(--white); font-style: normal; }
.briefing-copy > p { max-width: 480px; }
.instagram-link { display: inline-block; margin-top: 2rem; padding-bottom: .4rem; border-bottom: 1px solid currentColor; text-decoration: none; font-weight: 700; }
.briefing-form { align-self: center; }
.briefing-form label { display: block; border-bottom: 1px solid rgba(0,0,0,.45); padding: 1.35rem 0; }
.briefing-form label > span { display: block; margin-bottom: .75rem; color: #390806; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.briefing-form select { width: 100%; border: 0; color: var(--white); background: transparent; font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.8rem); text-transform: uppercase; outline: 0; cursor: pointer; }
.briefing-form select option { color: var(--black); font: 1rem var(--body); }
.briefing-form .button { width: 100%; margin-top: 2rem; background: var(--black); border: 0; }
.form-note { margin: .8rem 0 0; font-size: .7rem; color: #530b08; }

footer { min-height: 150px; padding: 2.5rem clamp(1.25rem, 4vw, 4.5rem); display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 3rem; align-items: center; border-top: 1px solid #343434; color: #969692; }
footer a { text-decoration: none; }
.brand-footer { color: var(--white); }
.footer-contact { display: grid; gap: .25rem; font-size: .8rem; }
.footer-contact span { color: #666; font-size: .57rem; letter-spacing: .18em; }
footer > p, footer > a:last-child { font-size: .65rem; letter-spacing: .08em; }
.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { height: 72px; position: fixed; background: rgba(7,7,7,.92); backdrop-filter: blur(14px); }
  .menu-button { display: block; }
  .site-header nav { position: absolute; left: 0; right: 0; top: 72px; padding: 1.5rem; display: none; flex-direction: column; align-items: stretch; background: var(--black); border-top: 1px solid #333; box-shadow: 0 20px 40px rgba(0,0,0,.5); }
  .site-header nav.is-open { display: flex; }
  .site-header nav > a { padding: .7rem 0; }
  .site-header .nav-cta { border-left: 0; border-top: 1px solid #333; padding: 1rem 0 0; }
  .hero { min-height: 760px; height: 100svh; padding-top: 110px; }
  .hero-content { width: min(700px, 88vw); }
  .top-meta { display: none; }
  .statement { grid-template-columns: 1fr; }
  .statement .section-index { margin-bottom: 1rem; }
  .statement-aside { margin-top: 0; }
  .service-row { grid-template-columns: .18fr 1fr auto; padding: 1.5rem 0; }
  .service-row p { grid-column: 2 / 3; margin: 0; }
  .service-tag { display: none; }
  .service-button { grid-column: 3; grid-row: 1 / span 2; }
  .process { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .briefing { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  body { padding-bottom: 62px; }
  .brand strong { font-size: .9rem; }
  .hero { min-height: 690px; align-items: end; padding-bottom: 92px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.75) 56%, rgba(0,0,0,.2) 100%); }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(4.3rem, 22vw, 6.8rem); }
  .hero-content > p:not(.eyebrow) { margin: 1.4rem 0; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-note { display: none; }
  .bottom-meta { bottom: 22px; }
  .bottom-meta span:last-child { display: none; }
  .frame-corners { inset: 93px 1.25rem 22px; }
  .section-head { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card-wide { grid-column: auto; }
  .work-card, .work-card-wide { min-height: 510px; }
  .work-visual, .work-card-wide .work-visual { min-height: 360px; }
  .work-info { grid-template-columns: 1fr; }
  .work-info a { margin-top: .5rem; }
  .visual-auto::before { width: 85%; right: -4%; }
  .service-row { column-gap: 1rem; }
  .service-row h3 { font-size: 2rem; }
  .process-list li { grid-template-columns: .2fr 1fr; }
  .briefing-form select { font-size: 1.65rem; }
  footer { grid-template-columns: 1fr; gap: 1.5rem; padding-bottom: 2rem; }
  footer > a:last-child { display: none; }
  .mobile-cta { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 62px; padding: 0 1.25rem; background: var(--red); color: var(--white); display: flex; align-items: center; justify-content: space-between; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; }
}

@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; }
}
