
:root {
  --bg: #080808;
  --paper: #efede6;
  --muted: #9d9b94;
  --line: rgba(255,255,255,.15);
  --acid: #d9ff43;
  --display: "Anton", "Arial Narrow", Impact, sans-serif;
  --body: "Space Grotesk", Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: var(--body);
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
::selection { background: var(--acid); color: #000; }

.noise {
  position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .045;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(217,255,67,.07), transparent 66%);
  transform: translate(-50%, -50%); z-index: 1; opacity: 0;
  transition: opacity .3s ease;
}
body:hover .cursor-glow { opacity: 1; }

.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 24px 30px; border-bottom: 1px solid rgba(255,255,255,.15);
  text-transform: uppercase; font-size: 12px; letter-spacing: .13em;
}
.brand { display: flex; gap: 12px; align-items: center; font-weight: 600; }
.brand-mark {
  width: 35px; height: 35px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.65); border-radius: 50%;
  font-size: 10px; letter-spacing: 0;
}
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { position: relative; }
.site-header nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px;
  background: var(--acid); transition: right .25s ease;
}
.site-header nav a:hover::after { right: 0; }
.availability { justify-self: end; color: #d2d0c8; }
.availability::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #000; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.18) 56%, rgba(0,0,0,.4) 100%),
    linear-gradient(0deg, rgba(0,0,0,.67) 0%, transparent 45%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 12.5% 100%, 100% 25%;
}
.hero-copy { position: absolute; left: 4vw; right: 4vw; bottom: 7vh; z-index: 3; }
.eyebrow, .section-kicker {
  margin: 0 0 20px; text-transform: uppercase; letter-spacing: .19em; font-size: 11px; color: #c4c2bc;
}
.hero h1 {
  margin: 0; font-family: var(--display); font-weight: 400;
  font-size: clamp(78px, 13.6vw, 220px); line-height: .79; letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero .outline { color: transparent; -webkit-text-stroke: 1.5px var(--paper); text-stroke: 1.5px var(--paper); }
.hero-bottom {
  margin-top: 34px; display: flex; justify-content: space-between; align-items: end;
  padding-top: 16px; border-top: 1px solid rgba(255,255,255,.4);
}
.hero-bottom p { max-width: 460px; margin: 0; font-size: clamp(14px, 1.3vw, 18px); line-height: 1.55; color: #d7d5cf; }
.circle-link {
  width: 104px; height: 104px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  text-transform: uppercase; letter-spacing: .12em; font-size: 10px; transition: .3s ease;
}
.circle-link:hover { background: var(--acid); border-color: var(--acid); color: #000; transform: rotate(-8deg); }
.client-stamp {
  position: absolute; right: 4vw; top: 17vh; z-index: 3; width: 215px;
  border-left: 2px solid var(--acid); padding-left: 15px; text-transform: uppercase;
}
.client-stamp span { display: block; color: #bbb; font-size: 9px; letter-spacing: .2em; margin-bottom: 8px; }
.client-stamp strong { font-family: var(--display); font-size: 24px; font-weight: 400; letter-spacing: .02em; }
.scroll-line { position: absolute; bottom: 0; left: 30px; height: 75px; width: 1px; background: rgba(255,255,255,.2); z-index: 4; overflow: hidden; }
.scroll-line span { display: block; height: 30px; background: var(--acid); animation: scroll 1.8s infinite ease-in-out; }
@keyframes scroll { from { transform: translateY(-35px); } to { transform: translateY(80px); } }

.statement { padding: 150px 5vw 130px; position: relative; border-bottom: 1px solid var(--line); }
.statement-layout { display: grid; grid-template-columns: 1.5fr .7fr; gap: 8vw; align-items: end; }
.statement h2 {
  margin: 0; font-family: var(--display); font-weight: 400; line-height: .92;
  font-size: clamp(62px, 9vw, 145px); letter-spacing: -.025em;
}
.statement h2 em { color: var(--acid); font-style: normal; }
.statement-copy { padding-bottom: 10px; font-size: clamp(15px, 1.3vw, 19px); line-height: 1.65; color: #bdbbb5; }
.statement-copy p + p { margin-top: 26px; }
.statement-copy strong { color: var(--paper); }

.clients { overflow: hidden; border-bottom: 1px solid var(--line); }
.client-row {
  min-width: max-content; display: flex; align-items: center; gap: 5vw; padding: 25px 5vw;
  text-transform: uppercase;
}
.client-row span { color: var(--muted); font-size: 10px; letter-spacing: .2em; }
.client-row div { font-family: var(--display); font-size: clamp(25px, 3.3vw, 52px); color: #d2d0c9; }
.client-row div::after { content: "✦"; margin-left: 5vw; color: var(--acid); font-size: .55em; vertical-align: .3em; }

.work { padding: 120px 3vw 50px; }
.work-heading { display: flex; justify-content: space-between; align-items: end; margin: 0 2vw 55px; }
.work h2 { font-family: var(--display); font-size: clamp(75px, 11vw, 170px); line-height: .8; font-weight: 400; margin: 0; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; max-width: 520px; }
.filters button {
  color: #bbb; background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 100px;
  padding: 10px 14px; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; transition: .2s;
}
.filters button:hover, .filters button.active { background: var(--paper); color: #080808; border-color: var(--paper); }

.gallery {
  display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense;
  gap: 12px; align-items: stretch;
}
.work-card {
  grid-column: span 4; position: relative; min-height: 430px; padding: 0; border: 0;
  overflow: hidden; background: #141414; color: white; cursor: zoom-in;
}
.work-card.tall { min-height: 620px; }
.work-card.feature { grid-column: span 8; min-height: 630px; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.7,.2,1), filter .45s; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 38%); opacity: .55; transition: .3s; }
.work-card:hover img { transform: scale(1.035); filter: brightness(.8); }
.work-card:hover::after { opacity: 1; }
.work-meta {
  position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px;
  display: flex; justify-content: space-between; align-items: center;
  text-transform: uppercase; font-size: 10px; letter-spacing: .16em;
  transform: translateY(7px); opacity: .75; transition: .3s;
}
.work-card:hover .work-meta { transform: translateY(0); opacity: 1; }
.work-card.is-hidden { display: none; }

.services { padding: 120px 5vw; border-top: 1px solid var(--line); }
.service-list { border-top: 1px solid var(--line); }
.service-list article {
  display: grid; grid-template-columns: 80px 1fr 1fr; align-items: center; gap: 25px;
  padding: 31px 0; border-bottom: 1px solid var(--line);
}
.service-list span { color: var(--acid); font-size: 11px; }
.service-list h3 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(48px, 7vw, 104px); line-height: .9; }
.service-list p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.6; }

.contact {
  min-height: 84vh; position: relative; overflow: hidden; padding: 110px 5vw 70px;
  display: flex; flex-direction: column; justify-content: flex-end; border-top: 1px solid var(--line);
}
.contact-bg {
  position: absolute; inset: 0; opacity: .2;
  background: url("assets/images/nascar-night-field.webp") center/cover;
  filter: grayscale(1) contrast(1.3);
}
.contact::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080808 8%, rgba(8,8,8,.48), #080808 100%), linear-gradient(0deg, #080808, transparent 55%); }
.contact > *:not(.contact-bg) { position: relative; z-index: 2; }
.contact h2 { margin: 0; font-family: var(--display); font-size: clamp(78px, 13vw, 205px); line-height: .79; font-weight: 400; }
.contact h2 span { color: transparent; -webkit-text-stroke: 1px var(--paper); }
.contact-note { color: #aaa; max-width: 540px; line-height: 1.5; margin-top: 35px; }
.contact-links { display: flex; gap: 14px; margin-top: 34px; }
.contact-links a {
  display: flex; justify-content: space-between; width: min(330px, 42vw);
  padding: 16px 0; border-bottom: 1px solid var(--paper); text-transform: uppercase; letter-spacing: .12em; font-size: 11px;
}
.contact-links a:hover { color: var(--acid); border-color: var(--acid); }

footer {
  display: flex; justify-content: space-between; gap: 20px; padding: 28px 5vw;
  border-top: 1px solid var(--line); color: #888; font-size: 10px; text-transform: uppercase; letter-spacing: .16em;
}
footer a:hover { color: var(--paper); }

.lightbox {
  width: 100vw; height: 100vh; max-width: none; max-height: none; padding: 0; border: 0;
  background: rgba(5,5,5,.96); color: white; overflow: hidden;
}
.lightbox::backdrop { background: rgba(0,0,0,.92); }
.lightbox figure { margin: 0; width: 100%; height: 100%; display: grid; place-items: center; padding: 55px 85px 70px; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 125px); width: auto; height: auto; object-fit: contain; }
.lightbox figcaption { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: #aaa; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.lightbox-close, .lightbox-nav {
  position: absolute; z-index: 5; color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); cursor: pointer;
}
.lightbox-close { right: 24px; top: 22px; border-radius: 100px; padding: 10px 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.lightbox-nav { top: 50%; width: 44px; height: 44px; border-radius: 50%; transform: translateY(-50%); }
.lightbox-nav:hover, .lightbox-close:hover { background: var(--paper); color: #000; }
.lightbox-nav.prev { left: 22px; }
.lightbox-nav.next { right: 22px; }

.reveal { animation: rise .9s both cubic-bezier(.2,.7,.2,1); }
.hero h1.reveal { animation-delay: .12s; }
.hero-bottom.reveal { animation-delay: .25s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 18px; }
  .site-header nav { display: none; }
  .availability { font-size: 9px; }
  .hero-copy { left: 20px; right: 20px; bottom: 35px; }
  .hero h1 { font-size: clamp(70px, 22vw, 150px); line-height: .83; }
  .client-stamp { display: none; }
  .hero-bottom { align-items: center; }
  .hero-bottom p { max-width: 68%; font-size: 13px; }
  .circle-link { width: 75px; height: 75px; }
  .statement { padding: 95px 22px; }
  .statement-layout { grid-template-columns: 1fr; gap: 50px; }
  .work { padding: 90px 10px 30px; }
  .work-heading { margin: 0 10px 35px; display: block; }
  .filters { justify-content: flex-start; margin-top: 35px; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .work-card, .work-card.feature { grid-column: span 1; min-height: 310px; }
  .work-card.tall { min-height: 440px; }
  .service-list article { grid-template-columns: 45px 1fr; }
  .service-list p { grid-column: 2; }
  .contact { min-height: 75vh; padding: 80px 22px 50px; }
  .contact-links { flex-direction: column; }
  .contact-links a { width: 100%; }
  footer { flex-wrap: wrap; padding: 25px 22px; }
}
@media (max-width: 540px) {
  .brand-name { display: none; }
  .hero h1 { font-size: 20vw; }
  .gallery { display: block; }
  .work-card, .work-card.feature, .work-card.tall { display: block; width: 100%; min-height: 0; aspect-ratio: 4/5; margin-bottom: 8px; }
  .work-card.feature { aspect-ratio: 16/11; }
  .work-card.is-hidden { display: none; }
  .client-row { gap: 24px; }
  .client-row div::after { margin-left: 24px; }
  .lightbox figure { padding: 70px 12px; }
  .lightbox-nav { top: auto; bottom: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
