:root {
  --black: #070606;
  --ink: #0c0909;
  --panel: #130d0e;
  --white: #eee9e2;
  --muted: #aaa19e;
  --red: #9f141a;
  --red-bright: #c1242b;
  --red-dark: #3b0609;
  --line: rgba(241, 238, 232, 0.18);
  --pad: clamp(22px, 5vw, 78px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { background: var(--red); color: white; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.055;
  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='.7'/%3E%3C/svg%3E");
}
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 100; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--red); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 92px;
  padding: 0 var(--pad);
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.brand { display: inline-flex; align-items: center; font-weight: 800; letter-spacing: .08em; }
.brand-logo { width: 112px; height: 54px; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.18); }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 52px); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.main-nav > a:not(.nav-cta) { transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--red); }
.nav-cta { display: flex; align-items: center; gap: 30px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.5); transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--white); color: var(--black); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  position: relative;
  min-height: 790px;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, rgba(109,7,13,.28), transparent 31%),
    linear-gradient(135deg, #070606 0 48%, #17090b 100%);
}
.hero::before { content: "N1EVA"; position: absolute; left: -1vw; bottom: -8vw; z-index: 0; color: rgba(255,255,255,.025); font: 700 clamp(190px, 30vw, 520px)/.8 "Oswald", sans-serif; letter-spacing: -.07em; }
.hero::after { content: ""; position: absolute; top: 92px; right: -7vw; width: min(46vw, 720px); aspect-ratio: 1; border: 1px solid rgba(159,20,26,.22); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 34px, rgba(159,20,26,.055) 35px 36px); box-shadow: 0 0 180px rgba(89,4,9,.2); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: 100%; padding: 138px var(--pad) 50px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; color: #c4c0b8; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow i { width: 26px; height: 2px; background: var(--red); }
h1, h2 { margin: 0; font-family: "Oswald", Impact, sans-serif; font-weight: 700; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 { max-width: 1240px; margin: 29px 0 25px; font-size: clamp(72px, 9.2vw, 150px); line-height: .83; }
.hero h1 span { display: block; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1px rgba(241,238,232,.65); }
.hero-copy > p { max-width: 560px; margin: 0; color: #bbb7b0; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 225px; padding: 18px 20px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { border: 1px solid #6f0a0f; background: linear-gradient(135deg, #721016 0%, var(--red-bright) 54%, #64080d 100%); color: white; box-shadow: inset 0 0 0 1px rgba(0,0,0,.24), 0 12px 30px rgba(70,0,3,.2); }
.button-primary:hover { background: linear-gradient(135deg, #8d1118 0%, #d02c33 54%, #7c0b11 100%); }
.button span { margin-left: 30px; font-size: 17px; }
.text-link { padding-block: 8px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 10px; color: var(--red); }

.hero-proof { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); max-width: 1080px; margin-top: 55px; border-block: 1px solid var(--line); }
.hero-proof > div { position: relative; display: grid; align-content: center; min-height: 86px; padding: 15px 26px; border-right: 1px solid var(--line); }
.hero-proof > div:first-child { padding-left: 0; }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong { font: 600 23px/1 "Oswald", sans-serif; text-transform: uppercase; }
.hero-proof span { margin-top: 7px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-available { padding-left: 44px !important; }
.hero-available i { position: absolute; top: 28px; left: 20px; width: 8px; height: 8px; border-radius: 50%; background: #30d96b; box-shadow: 0 0 0 6px rgba(48,217,107,.08); }

.hero-visual { position: relative; align-self: end; height: calc(100% - 92px); margin-top: 92px; }
.portrait-frame { position: absolute; inset: 4% 8% 0 0; overflow: hidden; background: #171717; }
.portrait-frame::before { content: ""; position: absolute; inset: 0; z-index: 2; box-shadow: inset 0 0 100px rgba(0,0,0,.45); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.76) contrast(1.12) brightness(.88); transform: scale(1.02); }
.portrait-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(45,0,5,.08), transparent 42%, rgba(7,6,6,.48)), linear-gradient(90deg, rgba(105,8,15,.25), transparent 44%); mix-blend-mode: multiply; }
.image-index { position: absolute; left: 18px; bottom: 18px; z-index: 3; font: 600 9px/1 "Inter", sans-serif; letter-spacing: .15em; }
.availability { position: absolute; top: 18px; right: 18px; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 9px 11px; background: rgba(8,8,8,.72); backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: #30d96b; box-shadow: 0 0 0 5px rgba(48,217,107,.1); }
.hero-stamp { position: absolute; right: 1.2%; bottom: 13%; z-index: 4; display: grid; width: 132px; height: 132px; place-content: center; border: 1px solid #c32a30; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #bc272d, #750b11 62%, #300205); text-align: center; transform: rotate(8deg); box-shadow: 0 15px 45px rgba(45,0,2,.55), inset 0 0 25px rgba(0,0,0,.38); }
.hero-stamp span { font: 700 35px/1 "Oswald", sans-serif; }
.hero-stamp small { margin-top: 7px; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.scroll-hint { position: absolute; left: calc(var(--pad) / 2); bottom: 20px; z-index: 4; display: flex; align-items: center; gap: 13px; transform: rotate(-90deg); transform-origin: left center; font-size: 8px; letter-spacing: .24em; }
.scroll-hint i { width: 38px; height: 1px; background: rgba(255,255,255,.4); }

.ticker { overflow: hidden; border-block: 1px solid #551015; background: repeating-linear-gradient(135deg, #8c1117 0 24px, #7c0d13 24px 48px); color: white; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 15px 0; animation: ticker 30s linear infinite; }
.ticker span { font: 700 16px/1 "Oswald", sans-serif; letter-spacing: .08em; }
.ticker b { color: #120100; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 11vw, 175px) var(--pad); }
.manifesto { background: radial-gradient(circle at 83% 18%, rgba(117,10,17,.22), transparent 28%), #0c0909; color: var(--white); border-bottom: 1px solid var(--line); }
.manifesto .section-kicker, .services .section-kicker { color: #8f8784; }
.manifesto-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; margin-top: 55px; }
.manifesto h2 { font-size: clamp(70px, 10vw, 165px); line-height: .83; }
h2 em { color: var(--red); font-style: normal; }
.manifesto-copy { padding-bottom: 15px; }
.manifesto-copy > p { max-width: 520px; margin: 0; font-size: clamp(18px, 1.6vw, 26px); font-weight: 500; line-height: 1.5; }
.signature { margin-top: 70px; font: 700 34px/1 "Oswald", sans-serif; letter-spacing: -.04em; }
.signature span { margin-left: 5px; font: 500 11px/1 "Inter", sans-serif; letter-spacing: .35em; }

.work { background: #090909; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 64px; }
.section-heading h2, .services h2 { margin-top: 20px; font-size: clamp(58px, 7vw, 108px); line-height: .9; }
.section-heading > p { margin: 0 6vw 6px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 62px 20px; }
.work-card-wide { grid-column: 1 / -1; }
.work-image { position: relative; overflow: hidden; aspect-ratio: 1.28; background: #171717; }
.work-card-wide .work-image { aspect-ratio: 2.32; }
.work-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); pointer-events: none; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s; filter: saturate(.75) contrast(1.12); }
.video-thumb::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(5,3,3,.62)); pointer-events: none; }
.play-badge { position: absolute; right: 22px; bottom: 22px; z-index: 2; display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(13,5,6,.7); color: white !important; font-size: 9px !important; letter-spacing: .14em !important; backdrop-filter: blur(6px); transition: background .25s, transform .25s; }
.crop-viral img { object-position: left 50%; }
.crop-cover img { object-position: 22% 55%; transform: scale(1.02); }
.logo-card img { object-position: center; }
.work-card:hover .work-image img { transform: scale(1.04); filter: saturate(1) contrast(1.12); }
.work-card:hover .play-badge { background: var(--red); transform: scale(1.08); }
.work-card:hover .crop-cover img { transform: scale(1.06); }
.work-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; }
.work-meta span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.work-meta h3 { margin: 7px 0 0; font: 600 clamp(23px, 2.4vw, 38px)/1 "Oswald", sans-serif; letter-spacing: -.02em; }
.work-meta p { margin: 8px 0 0; color: var(--red); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.work-meta .round-arrow { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--white); font-size: 20px; transition: background .2s, border .2s; }
.work-card:hover .round-arrow { border-color: var(--red); background: var(--red); }

.services { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: linear-gradient(160deg, #120b0c, #080707 72%); color: var(--white); border-top: 1px solid #2c1113; }
.services-intro { position: sticky; top: 50px; align-self: start; }
.services-intro > p:last-child { max-width: 390px; margin-top: 32px; color: var(--muted); line-height: 1.7; }
.services-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 50px 1fr 1.1fr 30px; gap: 20px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line); }
.service-item > span { color: var(--red); font: 700 11px/1 "Inter", sans-serif; }
.service-item h3 { margin: 0; font: 600 clamp(26px, 2.5vw, 42px)/1 "Oswald", sans-serif; text-transform: uppercase; }
.service-item p { max-width: 340px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-item b { color: var(--red); font-size: 24px; font-weight: 400; transition: transform .3s; }
.service-item:hover b { transform: rotate(45deg); }

.studio-info { background: #0a0808; border-top: 1px solid var(--line); }
.studio-info-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 60px; }
.studio-info-heading h2 { margin-top: 20px; font-size: clamp(52px, 6.6vw, 104px); line-height: .9; }
.studio-info-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 1px; background: #3c1a1c; border: 1px solid #3c1a1c; }
.info-card { min-height: 370px; padding: clamp(28px, 3.5vw, 54px); background: linear-gradient(145deg, #140d0e, #0b0808); }
.info-card > span { color: var(--red-bright); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.info-card h3 { margin: 80px 0 24px; font: 600 clamp(31px, 3vw, 48px)/1 "Oswald", sans-serif; text-transform: uppercase; }
.info-card p, .info-card li { color: var(--muted); font-size: 13px; line-height: 1.75; }
.info-card ul { margin: 0; padding: 0; list-style: none; }
.info-card li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.info-card li::before { content: "✓"; margin-right: 10px; color: var(--red-bright); font-weight: 800; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; background: #0a0a0a; }
.about-art { position: relative; }
.about-art::before { content: ""; position: absolute; inset: -6% 10% 8% -6%; z-index: 0; border: 1px solid rgba(241,38,29,.4); }
.about-art img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.82) contrast(1.1); }
.about-caption { position: absolute; right: -18px; bottom: 30px; z-index: 2; padding: 13px 18px; background: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.about-copy h2 { margin: 22px 0; font-size: clamp(90px, 13vw, 200px); line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(241,238,232,.5); }
.about-lead { max-width: 650px; margin: 45px 0 20px !important; color: var(--white) !important; font-size: clamp(22px, 2.1vw, 34px) !important; font-weight: 600; line-height: 1.35 !important; }
.about-copy > p:not(.section-kicker) { max-width: 650px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; padding-top: 30px; border-top: 1px solid var(--line); }
.stats strong { font: 700 clamp(36px, 4vw, 64px)/1 "Oswald", sans-serif; }
.stats sup { color: var(--red); font: 700 20px/1 "Oswald", sans-serif; }
.stats span { display: block; margin-top: 9px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.socials { background: #0a0a0a; border-top: 1px solid var(--line); }
.social-links { margin-top: 40px; border-top: 1px solid var(--line); }
.social-links a { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); transition: color .2s, padding .25s; }
.social-links a:hover { padding-inline: 12px; color: var(--red); }
.social-links span { font: 600 clamp(36px, 6vw, 94px)/1 "Oswald", sans-serif; }
.social-links small { color: var(--muted); font-size: 13px; }
.social-links b { font-size: 28px; }

.final-cta { position: relative; display: grid; justify-items: center; overflow: hidden; padding: clamp(110px, 13vw, 210px) 20px; background: radial-gradient(circle at 50% 25%, #a3181e 0, #6e0b10 46%, #280204 100%); text-align: center; border-top: 1px solid #b2242a; }
.final-cta > *:not(.cta-bg) { position: relative; z-index: 2; }
.final-cta .section-kicker { color: rgba(255,255,255,.75); }
.final-cta h2 { margin: 30px 0 48px; font-size: clamp(76px, 12vw, 188px); line-height: .8; }
.final-cta h2 em { color: #160204; }
.cta-bg { position: absolute; inset: auto 0 -11%; color: rgba(0,0,0,.055); font: 700 35vw/.7 "Oswald", sans-serif; letter-spacing: -.08em; white-space: nowrap; }
.button-light { background: var(--white); color: var(--black); }
.button-light:hover { background: var(--black); color: var(--white); }

footer { display: flex; align-items: center; justify-content: space-between; padding: 28px var(--pad); background: var(--black); color: #a8a59f; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.footer-brand { color: var(--white); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 74px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 6px; width: 34px; padding: 8px 0; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: var(--white); transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: #090909; font-size: 19px; transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: translateX(0); }
  .nav-cta { margin-top: 10px; }
  .hero { min-height: 820px; height: auto; padding-top: 100px; }
  .hero::after { top: 160px; right: -48vw; width: 100vw; }
  .hero-copy { padding: 45px var(--pad) 30px; }
  .hero h1 { font-size: clamp(62px, 16vw, 105px); }
  .hero-visual { height: 570px; margin: 0 0 0 var(--pad); }
  .portrait-frame { inset: 0 0 0 0; }
  .hero-stamp { right: 5%; bottom: 8%; }
  .scroll-hint { display: none; }
  .manifesto-grid, .services, .about { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 55px; }
  .services { gap: 60px; }
  .services-intro { position: static; }
  .studio-info-heading { align-items: start; flex-direction: column; }
  .studio-info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: auto; }
  .info-card h3 { margin-top: 45px; }
  .about { gap: 80px; }
  .about-art { max-width: 620px; }
}

@media (max-width: 620px) {
  .brand-logo { width: 94px; height: 46px; }
  .hero-copy { padding-top: 30px; }
  .hero h1 { margin-top: 22px; font-size: clamp(44px, 11.7vw, 72px); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
  .hero-proof > div { min-height: 76px; padding: 13px 12px; border-bottom: 1px solid var(--line); }
  .hero-proof > div:nth-child(2) { border-right: 0; }
  .hero-proof > div:nth-child(n+3) { border-bottom: 0; }
  .hero-proof > div:first-child { padding-left: 12px; }
  .hero-available { padding-left: 37px !important; }
  .hero-available i { left: 13px; top: 25px; }
  .hero-visual { height: 480px; margin-top: 22px; }
  .hero-stamp { width: 104px; height: 104px; }
  .hero-stamp span { font-size: 28px; }
  .hero-stamp small { font-size: 6px; }
  .availability { font-size: 7px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading > p { margin: 0; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card-wide { grid-column: auto; }
  .work-card-wide .work-image, .work-image { aspect-ratio: 1.1; }
  .crop-viral img { width: 188%; max-width: none; object-position: left center; }
  .service-item { grid-template-columns: 32px 1fr 25px; gap: 10px; padding: 24px 0; }
  .service-item p { grid-column: 2 / 4; }
  .stats { gap: 10px; }
  .stats strong { font-size: 35px; }
  .stats span { font-size: 7px; }
  .social-links a { grid-template-columns: 1fr auto; }
  .social-links small { grid-column: 1; grid-row: 2; margin-top: 7px; }
  .social-links b { grid-column: 2; grid-row: 1 / 3; }
  footer { gap: 25px; flex-direction: column; }
}

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