:root {
  --ink: #f5f3ee;
  --dim: #989896;
  --muted: #696968;
  --line: rgba(255, 255, 255, 0.13);
  --black: #080808;
  --panel: #0d0d0d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

main {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: 0 4vw;
  background: var(--black);
}

main::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.ambient { position: absolute; width: 33vw; height: 16rem; top: -13rem; filter: blur(68px); opacity: 0.32; border-radius: 50%; pointer-events: none; }
.ambientBlue { left: -7vw; background: #176bff; transform: rotate(-12deg); }
.ambientRed { right: -7vw; background: #e51d38; transform: rotate(12deg); }

.nav {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line);
}

.wordmark { display: flex; flex-direction: column; line-height: 0.8; font-weight: 900; letter-spacing: -0.08em; }
.wordmark span { font-size: 2rem; }
.wordmark small { font-size: 0.43rem; letter-spacing: 0.38em; margin: 7px 0 0 2px; }
.navLinks { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); color: #a8a8a6; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; }
.navLinks a { transition: color 180ms ease; }
.navLinks a:hover, .navLinks a:focus-visible { color: var(--ink); }
.navStore { color: var(--ink) !important; border-left: 1px solid var(--line); padding-left: clamp(22px, 3vw, 48px); }
.navStore span, .cardLink span, .studioCopy a span { display: inline-block; margin-left: 5px; }

.hero {
  min-height: calc(100svh - 108px);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 6vw;
  padding: 85px 0 105px;
  border-bottom: 1px solid var(--line);
}

.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 14px; color: #929290; font-size: 0.67rem; text-transform: uppercase; letter-spacing: 0.3em; }
.eyebrow::before { content: ""; width: 36px; height: 1px; background: #505050; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 760px; font-size: clamp(4.5rem, 9.1vw, 9.2rem); line-height: 0.79; letter-spacing: -0.08em; font-weight: 700; }
h1 em { color: transparent; -webkit-text-stroke: 1px rgba(245, 243, 238, 0.68); font-style: normal; }
.intro { color: #a7a7a4; font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.7; max-width: 610px; margin: 38px 0 34px; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.13em; border: 1px solid var(--line); transition: 180ms ease; }
.buttonPrimary { background: var(--ink); color: #0a0a0a; border-color: var(--ink); }
.buttonPrimary:hover, .buttonPrimary:focus-visible { background: transparent; color: var(--ink); }
.buttonGhost:hover, .buttonGhost:focus-visible { border-color: rgba(255,255,255,.42); }

.heroMark { position: relative; min-height: 420px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; border-left: 1px solid var(--line); padding-left: 4vw; }
.giant238 { display: block; color: #101010; -webkit-text-stroke: 1px #373737; font-size: clamp(12rem, 23vw, 27rem); font-weight: 900; line-height: 0.67; letter-spacing: -0.12em; margin-left: -0.05em; }
.markDigital { width: 92%; display: block; margin: 2.2rem 0 0 0.1em; color: #b3b3b0; font-size: clamp(1rem, 2.15vw, 2rem); letter-spacing: 1.22em; text-align: justify; text-align-last: justify; transform: scaleX(1.05); transform-origin: left; }
.markRule { height: 1px; width: 92%; margin-top: 24px; background: var(--line); }
.markIndex { margin-top: 13px; color: #565655; font-size: 0.59rem; letter-spacing: 0.22em; }

.work { position: relative; z-index: 1; padding: 145px 0; border-bottom: 1px solid var(--line); }
.sectionIntro { display: grid; grid-template-columns: 1fr 2fr; align-items: start; margin-bottom: 62px; }
.sectionIntro h2, .studioCopy h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: 0.9; letter-spacing: -0.065em; }
.workGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.workCard { min-height: 480px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(12,12,12,.72); transition: background 200ms ease, transform 200ms ease; }
.featuredCard { background: #f0eee9; color: #0a0a0a; }
.featuredCard:hover, .featuredCard:focus-visible { background: #fff; transform: translateY(-5px); }
.cardNumber, .cardLabel, .cardStatus, .cardLink { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.2em; }
.cardNumber { color: #6f6f6d; }
.featuredCard .cardNumber { color: #71716e; }
.cardLabel { margin: 0 0 20px; color: #777775; }
.featuredCard .cardLabel { color: #696967; }
.workCard h3 { margin: 0; font-size: clamp(1.8rem, 2.7vw, 3.2rem); line-height: 0.95; letter-spacing: -0.055em; }
.workCard div > p:last-child { margin: 24px 0 0; max-width: 350px; color: #878784; font-size: 0.96rem; line-height: 1.6; }
.featuredCard div > p:last-child { color: #5f5f5c; }
.cardStatus { color: #5f5f5d; }
.cardLink { font-weight: 700; }

.studio { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.studioMark { min-height: 500px; display: grid; place-items: center; border-right: 1px solid var(--line); }
.studioMark img { width: min(75%, 440px); height: auto; object-fit: contain; filter: saturate(.76) contrast(1.08); }
.studioCopy { padding: 80px 7vw; }
.studioCopy > p:not(.eyebrow) { margin: 30px 0; max-width: 570px; color: #979794; font-size: 1.02rem; line-height: 1.75; }
.studioCopy a { display: inline-block; padding-bottom: 9px; border-bottom: 1px solid #777; font-size: 0.71rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; }

footer { position: relative; z-index: 1; min-height: 120px; display: flex; align-items: center; justify-content: space-between; color: #747472; text-transform: uppercase; font-size: 0.61rem; letter-spacing: 0.17em; }
footer p { margin: 0; }
footer span { color: #4f4f4e; }
footer a:hover, footer a:focus-visible { color: var(--ink); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .heroMark { min-height: 300px; border-left: 0; border-top: 1px solid var(--line); padding: 70px 0 0; }
  .giant238 { font-size: clamp(13rem, 45vw, 25rem); }
  .markDigital, .markRule { width: 100%; }
  .workGrid { grid-template-columns: 1fr; }
  .workCard { min-height: 390px; }
  .studio { grid-template-columns: 1fr; }
  .studioMark { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 700px) {
  main { padding: 0 22px; }
  .nav { height: 88px; }
  .navLinks > a:not(.navStore) { display: none; }
  .navStore { border-left: 0; padding-left: 0; }
  .hero { min-height: calc(100svh - 88px); padding: 75px 0 85px; }
  h1 { font-size: clamp(4.15rem, 22vw, 6.5rem); }
  .intro { font-size: 1rem; }
  .button { width: 100%; }
  .heroMark { min-height: 240px; }
  .giant238 { font-size: 43vw; }
  .markDigital { margin-top: 1.3rem; font-size: .85rem; letter-spacing: .85em; }
  .work { padding: 100px 0; }
  .sectionIntro { grid-template-columns: 1fr; gap: 18px; }
  .sectionIntro h2, .studioCopy h2 { font-size: clamp(3.15rem, 14vw, 4.7rem); }
  .workCard { min-height: 360px; }
  .studio { min-height: 0; }
  .studioMark { min-height: 380px; }
  .studioCopy { padding: 85px 0; }
  footer { gap: 20px; line-height: 1.6; }
  footer a { text-align: right; }
}

@media (prefers-reduced-motion: no-preference) {
  .heroCopy { animation: rise .7s ease-out both; }
  .heroMark { animation: fade .9s .1s ease-out both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  @keyframes fade { from { opacity: 0; } to { opacity: 1; } }
}
