:root {
  --bg: #05070c;
  --surface: #0c121d;
  --accent: #8fa9c9;
  --text: #ece8e1;
  --muted: #8a93a2;
  --line: color-mix(in srgb, var(--text) 12%, transparent);
  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  --hero-focus: 72%;
  --hero-shade: 0.75;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --pad: clamp(20px, 5vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--font-body); font-size: 15px; line-height: 1.65; font-weight: 400;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body.grain::after {
  content: ''; position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite;
}
@keyframes grain { 0%,100% { transform: translate(0,0) } 20% { transform: translate(-3%,2%) } 40% { transform: translate(2%,-3%) } 60% { transform: translate(-2%,-1%) } 80% { transform: translate(3%,3%) } }

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 300; margin: 0; letter-spacing: -.01em; }
:focus-visible { outline: 1px solid var(--accent); outline-offset: 4px; }
::selection { background: var(--accent); color: var(--bg); }

.eyebrow, .section-label, .card-cat, .btn, .nav-links a, .nav-cta, .filters button, .footer, .hero-scroll, .lb-btn {
  font-family: var(--font-body); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500;
}

/* Nav */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; gap: 32px;
  padding: 22px var(--pad); transition: background .5s var(--ease), padding .5s var(--ease), border-color .5s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: color-mix(in srgb, var(--bg) 78%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding-block: 14px; border-color: var(--line);
}
.brand { display: flex; align-items: center; gap: 14px; margin-right: auto; }
.brand-mark {
  width: 38px; height: 38px; border: 1px solid color-mix(in srgb, var(--text) 40%, transparent); border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-display); font-size: 16px; letter-spacing: .04em; font-style: italic;
}
.brand-name { font-family: var(--font-display); font-size: 19px; letter-spacing: .02em; }
.nav-links { display: flex; gap: 30px; }
.nav-links a, .nav-cta { color: color-mix(in srgb, var(--text) 75%, transparent); transition: color .3s; position: relative; }
.nav-links a:hover, .nav-cta:hover { color: var(--text); }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid color-mix(in srgb, var(--text) 30%, transparent); padding: 10px 18px; border-radius: 40px; }
.nav-cta:hover { border-color: var(--text); }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: var(--hero-focus) 30%; transform: scale(1.12); opacity: 0; transition: transform 2.8s var(--ease), opacity 1.6s ease; }
.ready .hero-img { transform: scale(1); opacity: 1; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--bg) calc(var(--hero-shade) * 100%), transparent) 0%, transparent 62%),
    linear-gradient(0deg, var(--bg) 0%, transparent 45%);
}
.hero-inner { position: relative; padding: 0 var(--pad) clamp(90px, 14vh, 150px); max-width: 1100px; }
.hero-line { opacity: 0; transform: translateY(28px); transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }
.ready .hero-line { opacity: 1; transform: none; }
.ready .hero-line:nth-child(2) { transition-delay: .15s; }
.ready .hero-line:nth-child(3) { transition-delay: .3s; }
.ready .hero-line:nth-child(4) { transition-delay: .45s; }
.hero .eyebrow { color: var(--accent); margin: 0 0 22px; }
.hero-name { font-size: clamp(56px, 11vw, 168px); line-height: .88; font-weight: 300; }
.hero-name em { display: block; font-style: italic; padding-left: .55em; color: color-mix(in srgb, var(--text) 88%, var(--accent)); }
.hero-tagline { font-family: var(--font-display); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.35; max-width: 30ch; margin: 30px 0 38px; color: color-mix(in srgb, var(--text) 80%, transparent); font-weight: 300; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 28px; border-radius: 60px; transition: background .4s var(--ease), color .4s var(--ease), border-color .4s; }
.btn-solid { background: var(--text); color: var(--bg); }
.btn-solid:hover { background: var(--accent); }
.btn-ghost { border: 1px solid color-mix(in srgb, var(--text) 35%, transparent); }
.btn-ghost:hover { border-color: var(--text); background: color-mix(in srgb, var(--text) 8%, transparent); }
.hero-scroll { position: absolute; right: var(--pad); bottom: 44px; width: 1px; height: 70px; background: var(--line); overflow: hidden; }
.hero-scroll span { position: absolute; inset: 0; background: var(--text); animation: drip 2.4s var(--ease) infinite; }
@keyframes drip { 0% { transform: translateY(-100%) } 60%,100% { transform: translateY(100%) } }

/* Statement */
.statement { padding: clamp(110px, 18vh, 200px) var(--pad) clamp(80px, 12vh, 140px); max-width: 1280px; margin: 0 auto; text-align: center; }
.statement-text { font-family: var(--font-display); font-weight: 300; font-size: clamp(30px, 4.4vw, 62px); line-height: 1.18; margin: 0; }
.statement-markets { margin: 40px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }

.marquee { border-block: 1px solid var(--line); overflow: hidden; padding: 22px 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-style: italic; font-size: clamp(22px, 2.6vw, 34px); color: color-mix(in srgb, var(--text) 55%, transparent); padding: 0 34px; white-space: nowrap; display: flex; align-items: center; gap: 68px; }
.marquee-track span::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Sections */
.section { padding: clamp(90px, 14vh, 160px) var(--pad); }
.section-head { display: flex; flex-direction: column; gap: 18px; margin-bottom: clamp(44px, 7vh, 80px); }
.section-label { color: var(--accent); display: block; }
.section-title { font-size: clamp(40px, 6vw, 88px); line-height: 1; }
.section-title em { font-style: italic; }

/* Cards */
.card { position: relative; cursor: pointer; }
.card-media { position: relative; overflow: hidden; background: var(--surface); border-radius: 2px; }
.card-media img, .card-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease), opacity .6s ease; }
.card-media video { opacity: 0; }
.card.playing .card-media video { opacity: 1; }
.card:hover .card-media img, .card:hover .card-media video { transform: scale(1.04); }
.card-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.45), transparent 40%); pointer-events: none; }
.card-play {
  position: absolute; z-index: 2; left: 50%; top: 50%; width: 76px; height: 76px; margin: -38px 0 0 -38px; border-radius: 50%;
  display: grid; place-items: center; font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  background: color-mix(in srgb, var(--bg) 35%, transparent); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid color-mix(in srgb, var(--text) 35%, transparent); opacity: 0; transform: scale(.8); transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.card:hover .card-play, .card:focus-visible .card-play { opacity: 1; transform: none; }
.card-meta { padding-top: 16px; display: flex; flex-direction: column; gap: 6px; }
.card-cat { color: var(--muted); font-size: 10px; }
.card h3 { font-size: clamp(20px, 1.9vw, 27px); line-height: 1.2; }
.card-dur { position: absolute; z-index: 2; right: 12px; bottom: 12px; font-size: 10px; letter-spacing: .12em; color: color-mix(in srgb, var(--text) 80%, transparent); }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: row dense; align-items: start; gap: clamp(28px, 3vw, 48px) clamp(16px, 2.2vw, 36px); }
.work-grid .card .card-media { aspect-ratio: 9 / 16; }
.work-grid .card.h { grid-column: 1 / -1; }
.work-grid .card.h .card-media { aspect-ratio: 21 / 9; }
@media (min-width: 900px) {
  .work-grid .card.lift { margin-top: 90px; }

}

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin: -20px 0 44px; }
.filters button { white-space: nowrap; flex: none; }
.filters button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 40px; color: color-mix(in srgb, var(--text) 70%, transparent); transition: all .35s var(--ease); font-size: 10px; }
.filters button:hover { color: var(--text); border-color: color-mix(in srgb, var(--text) 40%, transparent); }
.filters button[aria-selected="true"] { background: var(--text); color: var(--bg); border-color: var(--text); }
.filters sup { font-size: 8px; margin-left: 4px; opacity: .6; }
.archive-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 34px 18px; }
.archive-grid .card .card-media { aspect-ratio: 4 / 5; }
.archive-grid .card h3 { font-size: 19px; }
.archive-grid .card-play { width: 60px; height: 60px; margin: -30px 0 0 -30px; font-size: 9px; }
.archive-grid .card.hide { display: none; }
.archive-more { margin: 56px auto 0; display: flex; }

/* Services */
.service-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); counter-reset: svc; }
.service-list li { counter-increment: svc; display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(0, 1.1fr); gap: 24px; padding: 36px 0; border-bottom: 1px solid var(--line); align-items: baseline; transition: padding .6s var(--ease); }
.service-list li::before { content: counter(svc, decimal-leading-zero); font-size: 11px; letter-spacing: .2em; color: var(--accent); }
.service-list h3 { font-size: clamp(28px, 3.2vw, 46px); line-height: 1.05; }
.service-list p { margin: 0; color: var(--muted); max-width: 46ch; }
@media (hover: hover) { .service-list li:hover { padding-left: 18px; } }
.services-note { margin: 44px 0 0; font-family: var(--font-display); font-style: italic; font-size: clamp(20px, 2vw, 26px); color: color-mix(in srgb, var(--text) 75%, transparent); max-width: 44ch; }

/* About */
.about { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 7vw, 120px); align-items: center; }
.about-photo { overflow: hidden; border-radius: 2px; background: var(--surface); }
.about-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-copy .section-title { margin: 18px 0 34px; }
.about-text p { margin: 0 0 20px; color: color-mix(in srgb, var(--text) 78%, transparent); font-size: 16px; max-width: 54ch; }
.about-text p:first-child { font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.35; color: var(--text); font-weight: 300; }

/* Contact */
.contact { text-align: center; border-top: 1px solid var(--line); }
.contact-title { font-size: clamp(46px, 8vw, 128px); line-height: .98; margin: 26px auto 26px; max-width: 14ch; }
.contact-sub { color: var(--muted); margin: 0 auto 56px; max-width: 46ch; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.contact-link { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 22px 30px; min-width: 250px; border: 1px solid var(--line); border-radius: 2px; text-align: left; transition: border-color .4s, background .4s var(--ease); }
.contact-link:hover { border-color: color-mix(in srgb, var(--text) 45%, transparent); background: color-mix(in srgb, var(--text) 4%, transparent); }
.contact-link small { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.contact-link span { font-family: var(--font-display); font-size: 22px; }

.footer { display: flex; justify-content: space-between; gap: 20px; padding: 30px var(--pad) calc(30px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.card.reveal.in { transition-delay: calc(var(--i, 0) * 70ms); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: color-mix(in srgb, var(--bg) 96%, transparent); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); display: grid; grid-template-columns: 80px 1fr 80px; grid-template-rows: 70px 1fr auto; opacity: 0; transition: opacity .45s var(--ease); }
.lightbox.open { opacity: 1; }
.lb-stage { grid-column: 2; grid-row: 2; display: grid; place-items: center; min-height: 0; }
.lb-stage video, .lb-stage iframe { max-width: 100%; max-height: calc(100svh - 190px); background: #000; border: 0; }
.lb-stage video.v, .lb-stage iframe.v { height: calc(100svh - 190px); aspect-ratio: 9 / 16; width: auto; }
.lb-stage video.h, .lb-stage iframe.h { width: min(100%, calc((100svh - 190px) * 16 / 9)); aspect-ratio: 16 / 9; height: auto; }
.lb-close { position: absolute; top: 22px; right: var(--pad); z-index: 3; padding: 10px 0; }
.lb-prev, .lb-next { grid-row: 2; align-self: center; justify-self: center; width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: border-color .3s; }
.lb-prev:hover, .lb-next:hover { border-color: var(--text); }
.lb-prev { grid-column: 1; } .lb-next { grid-column: 3; }
.lb-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.lb-caption { grid-column: 1 / -1; grid-row: 3; text-align: center; padding: 16px var(--pad) calc(24px + env(safe-area-inset-bottom)); }
.lb-caption h3 { font-size: 26px; margin-top: 6px; }
.lb-caption p { margin: 6px auto 0; color: var(--muted); max-width: 60ch; font-size: 14px; }
.lb-caption p:empty { display: none; }

/* Responsive */
@media (max-width: 1100px) {
  .archive-grid { grid-template-columns: repeat(4, 1fr); }
  .service-list li { grid-template-columns: 60px 1fr; }
  .service-list p { grid-column: 2; }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .brand-name { display: none; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid .card.h .card-media { aspect-ratio: 16 / 9; }
  .archive-grid { grid-template-columns: repeat(3, 1fr); }
  .about { grid-template-columns: 1fr; }
  .about-photo { max-width: 460px; }
}
@media (max-width: 600px) {
  body { font-size: 14px; }
  .hero { align-items: flex-end; }
  .hero-shade { background: linear-gradient(0deg, var(--bg) 8%, color-mix(in srgb, var(--bg) 55%, transparent) 48%, transparent 75%); }
  .hero-inner { padding-bottom: 72px; }
  .hero-name em { padding-left: .35em; }
  .hero-tagline { margin: 20px 0 28px; }
  .btn { padding: 14px 22px; flex: 1 1 auto; }
  .hero-scroll { display: none; }
  .work-grid { gap: 26px 12px; }
  .card h3 { font-size: 17px; }
  .card-cat { font-size: 9px; letter-spacing: .16em; }
  .card-meta { padding-top: 10px; gap: 3px; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .archive-grid .card h3 { font-size: 16px; }
  .service-list li { grid-template-columns: 1fr; gap: 10px; padding: 28px 0; }
  .service-list p { grid-column: 1; }
  .contact-link { width: 100%; }
  .lightbox { grid-template-columns: 1fr 1fr; grid-template-rows: 64px 1fr auto auto; }
  .lb-stage { grid-column: 1 / -1; padding: 0 12px; }
  .lb-stage video.v, .lb-stage iframe.v { height: auto; width: 100%; max-height: calc(100svh - 230px); object-fit: contain; }
  .lb-prev, .lb-next { grid-row: 4; margin: 0 0 calc(16px + env(safe-area-inset-bottom)); }
  .lb-prev { grid-column: 1; } .lb-next { grid-column: 2; }
  .lb-caption { grid-row: 3; padding-bottom: 14px; }
  .footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .reveal, .hero-line, .hero-img { opacity: 1; transform: none; }
}

/* Phones: photo on top, name below it, filters scroll sideways */
@media (max-width: 600px) {
  .hero { display: block; min-height: 0; }
  .hero-media { position: relative; height: 68svh; min-height: 420px; }
  .hero-img { object-position: var(--hero-focus) 20%; }
  .hero-shade { top: 0; bottom: auto; height: 68svh; min-height: 420px; background: linear-gradient(0deg, var(--bg) 2%, color-mix(in srgb, var(--bg) 40%, transparent) 30%, transparent 55%); }
  .hero-inner { margin-top: -110px; padding: 0 var(--pad) 64px; }
  .hero .eyebrow { margin-bottom: 14px; font-size: 10px; }
  .filters { flex-wrap: nowrap; overflow-x: auto; margin: -24px calc(var(--pad) * -1) 32px; padding: 0 var(--pad) 4px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
}
