:root {
  --ink: #0a0a09;
  --ink-soft: #141412;
  --paper: #f1eee6;
  --paper-bright: #faf8f2;
  --muted: #77746d;
  --line: rgba(10,10,9,.16);
  --line-light: rgba(250,248,242,.18);
  --bronze: #9d7652;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, video { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  color: var(--paper-bright);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.site-header.scrolled {
  background: rgba(10,10,9,.92);
  backdrop-filter: blur(16px);
  border-color: rgba(255,255,255,.08);
}
.brand { font-family: "Space Grotesk", Arial, sans-serif; font-size: 24px; letter-spacing: -.03em; }
.site-nav { display: flex; gap: 28px; align-items: center; font-size: 13px; }
.site-nav > a:not(.nav-cta) { opacity: .74; transition: opacity .2s ease; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.34); padding: 10px 14px; }
.nav-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .2s ease; }

.hero { position: relative; min-height: 820px; height: 100svh; color: var(--paper-bright); overflow: hidden; background: #0a0a09; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,6,5,.86) 0%, rgba(6,6,5,.59) 47%, rgba(6,6,5,.34) 100%), linear-gradient(0deg, rgba(6,6,5,.58), transparent 55%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 70px; }
.kicker { margin: 0 0 28px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 600; color: rgba(250,248,242,.66); }
.kicker.dark { color: var(--bronze); }
.hero h1, .section h2, .services-section h2, .about-section h2, .contact-section h2 {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .92;
}
.hero h1 { font-size: clamp(62px, 8.6vw, 132px); max-width: 1050px; }
em { font-weight: 500; }
.hero-copy { max-width: 700px; margin: 30px 0 0; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; color: rgba(250,248,242,.76); font-weight: 300; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 20px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 600; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper-bright); color: var(--ink); }
.button-ghost { color: var(--paper-bright); border-color: rgba(255,255,255,.38); }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.button-dark { background: var(--ink); color: var(--paper-bright); width: fit-content; }
.hero-footer { position: absolute; z-index: 2; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; justify-content: flex-end; gap: 28px; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: rgba(250,248,242,.54); }

.section { padding: 125px 0 140px; }
.section-head, .services-head { display: grid; grid-template-columns: 80px minmax(0,1fr) auto; gap: 34px; align-items: start; margin-bottom: 70px; }
.section-number { margin: 5px 0 0; color: var(--bronze); font-size: 11px; letter-spacing: .18em; }
.section-number.light { color: rgba(250,248,242,.48); }
.section h2, .services-section h2, .about-section h2, .contact-section h2 { font-size: clamp(48px, 5.9vw, 88px); }
.text-link { align-self: end; font-size: 13px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); }

.featured-work { margin-top: 54px; margin-bottom: 0; }
.study-divider { margin-top: 72px; border-top: 1px solid var(--line); }
.featured-frame { background: linear-gradient(180deg, #121110 0%, #0a0a09 100%); color: var(--paper-bright); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(0,0,0,.18); padding: 18px; }
.featured-video { position: relative; aspect-ratio: 1280/536; overflow: hidden; background: #000; border: 1px solid rgba(255,255,255,.08); }
.featured-video::before,
.featured-video::after { content: ""; position: absolute; left: 0; right: 0; height: 56px; z-index: 2; pointer-events: none; }
.featured-video::before { top: 0; background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,0)); }
.featured-video::after { bottom: 0; background: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,0)); }
.featured-video-player { display: block; width: 100%; height: 100%; object-fit: contain; background: #000; }
.featured-work-meta { display: grid; grid-template-columns: 1fr 230px; gap: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 14px; }
.featured-work-meta h3 { font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(32px, 3.2vw, 48px); line-height: 1; letter-spacing: -.025em; font-weight: 500; margin: 7px 0 0; }
.featured-side { display: grid; justify-items: start; }
.featured-frame .work-year, .featured-frame .work-role { color: rgba(250,248,242,.68); }

.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px 30px; max-width: 1080px; margin-inline: auto; }
.work-card { min-width: 0; }
.work-image { margin: 0; position: relative; aspect-ratio: 2/3; overflow: hidden; background: #111; }
.work-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.92); transition: transform .6s cubic-bezier(.2,.65,.2,1), filter .3s ease; }
.work-card:hover .work-image img { transform: scale(1.025); filter: saturate(1); }
.work-open { position: absolute; right: 14px; top: 14px; width: 40px; height: 40px; background: rgba(10,10,9,.78); color: white; display: grid; place-items: center; font-size: 16px; backdrop-filter: blur(8px); }
.work-meta { display: grid; grid-template-columns: 1fr 230px; gap: 30px; padding-top: 18px; border-top: 1px solid var(--line); margin-top: 12px; }
.work-year, .work-role { margin: 0; font-size: 12px; color: var(--muted); }
.work-meta h3 { font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(28px, 2.7vw, 42px); line-height: 1; letter-spacing: -.025em; font-weight: 500; margin: 7px 0 0; }
.work-role { line-height: 1.55; }

.services-section { background: var(--ink); color: var(--paper-bright); padding: 125px 0 130px; overflow: hidden; }
.services-head { margin-bottom: 60px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.service-card { position: relative; min-height: 470px; padding: 26px 28px 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-light); overflow: hidden; isolation: isolate; transition: color .35s ease, transform .35s cubic-bezier(.2,.65,.2,1); }
.service-card:last-child { border-right: 0; }
.service-card::before { content: ""; position: absolute; inset: 100% 0 0; z-index: -1; background: var(--paper-bright); transition: inset .42s cubic-bezier(.2,.7,.2,1); }
.service-card:hover { color: var(--ink); transform: translateY(-6px); }
.service-card:hover::before { inset: 0; }
.service-card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-index { margin: 0; font-size: 11px; letter-spacing: .16em; color: rgba(250,248,242,.42); transition: color .3s ease; }
.service-arrow { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(250,248,242,.22); border-radius: 50%; color: rgba(250,248,242,.56); opacity: .65; transform: translate(-4px, 4px); transition: opacity .3s ease, transform .3s ease, color .3s ease, border-color .3s ease; }
.service-card-body { margin-top: auto; }
.service-card h3 { margin: 0 0 24px; font-family: "Space Grotesk", Arial, sans-serif; font-weight: 500; font-size: clamp(46px, 5.3vw, 78px); letter-spacing: -.045em; line-height: .84; transition: transform .35s cubic-bezier(.2,.65,.2,1); }
.service-card-body p { margin: 0; max-width: 360px; color: rgba(250,248,242,.58); line-height: 1.6; font-size: 14px; font-weight: 300; transition: color .3s ease, transform .35s cubic-bezier(.2,.65,.2,1); }
.service-card:hover .service-index { color: rgba(10,10,9,.48); }
.service-card:hover .service-arrow { opacity: 1; color: var(--ink); border-color: rgba(10,10,9,.24); transform: translate(0,0); }
.service-card:hover h3 { transform: translateY(-8px); }
.service-card:hover .service-card-body p { color: rgba(10,10,9,.64); transform: translateY(-4px); }

.music-section { padding-bottom: 130px; }
.audio-list { border-top: 1px solid var(--line); }
.audio-card { display: grid; grid-template-columns: 58px 1fr auto; gap: 24px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line); }
.audio-play { width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; display: grid; place-items: center; cursor: pointer; }
.play-icon { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid var(--ink); margin-left: 3px; }
.audio-card.is-playing .play-icon { width: 10px; height: 12px; border: 0; margin: 0; position: relative; }
.audio-card.is-playing .play-icon::before, .audio-card.is-playing .play-icon::after { content: ""; position: absolute; top: 0; bottom: 0; width: 3px; background: var(--ink); }
.audio-card.is-playing .play-icon::before { left: 1px; }.audio-card.is-playing .play-icon::after { right: 1px; }
.audio-copy { min-width: 0; }
.audio-type { margin: 0 0 4px; color: var(--bronze); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.audio-copy h3 { margin: 0; font-family: "Space Grotesk", Arial, sans-serif; font-weight: 500; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.025em; }
.audio-track { height: 22px; position: relative; margin-top: 12px; cursor: pointer; max-width: 680px; }
.audio-track::before { content: ""; position: absolute; left: 0; right: 0; top: 10px; height: 1px; background: rgba(10,10,9,.18); }
.audio-track span { position: absolute; left: 0; top: 10px; height: 1px; width: 0; background: var(--ink); }
.audio-time { margin: 0; font-size: 11px; font-variant-numeric: tabular-nums; color: var(--muted); }
.audio-card audio { display: none; }

.about-section { background: var(--ink-soft); color: var(--paper-bright); padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: minmax(320px,.8fr) 1fr; gap: clamp(60px,8vw,130px); align-items: center; }
.about-image { aspect-ratio: 4/5; overflow: hidden; background: #000; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-copy > p:not(.kicker):not(.section-number) { max-width: 700px; color: rgba(250,248,242,.62); font-size: 16px; line-height: 1.78; font-weight: 300; }
.about-copy h2 { margin-bottom: 34px; }
.about-links { display: flex; gap: 22px; margin-top: 32px; }
.about-links a { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid rgba(250,248,242,.4); padding-bottom: 5px; }

.contact-section { padding: 125px 0 130px; background: var(--paper-bright); }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(60px,8vw,130px); align-items: start; }
.contact-copy h2 { margin-bottom: 30px; }
.contact-copy > p:not(.kicker):not(.section-number) { max-width: 560px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.contact-email { display: inline-block; margin-top: 22px; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(26px,2.5vw,38px); border-bottom: 1px solid var(--ink); }
.contact-form { border-top: 1px solid var(--line); padding-top: 26px; display: grid; gap: 20px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 600; color: var(--muted); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; background: transparent; color: var(--ink); border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 11px 0 14px; outline: none; }
.contact-form textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-note { margin: -7px 0 0; font-size: 11px; color: var(--muted); }

.site-footer { background: var(--ink); color: rgba(250,248,242,.55); border-top: 1px solid rgba(255,255,255,.09); }
.footer-inner { min-height: 115px; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; font-size: 11px; }
.footer-brand { font-family: "Space Grotesk", Arial, sans-serif; font-size: 20px; color: var(--paper-bright); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { padding-inline: 24px; }
  .nav-toggle { display: block; color: var(--paper-bright); z-index: 61; }
  .site-nav { position: fixed; inset: 0; background: rgba(10,10,9,.985); display: none; flex-direction: column; align-items: flex-start; justify-content: center; padding: 12vw; gap: 24px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 42px; }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.nav-cta) { opacity: 1; }
  .nav-cta { font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; margin-top: 16px; }
  .nav-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 700px; }
  .section-head, .services-head { grid-template-columns: 50px 1fr; }
  .section-head .text-link { grid-column: 2; justify-self: start; margin-top: -15px; }
  .featured-work-meta, .work-meta { grid-template-columns: 1fr; gap: 10px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { font-size: clamp(44px, 8vw, 68px); }
  .about-grid, .contact-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 68px; padding-inline: 16px; }
  .brand { font-size: 20px; }
  .hero { min-height: 660px; }
  .hero-content { padding-top: 45px; }
  .hero h1 { font-size: clamp(52px,16vw,82px); }
  .hero-copy { font-size: 16px; max-width: 88%; }
  .hero-footer { justify-content: flex-start; gap: 14px; flex-wrap: wrap; bottom: 22px; }
  .hero-footer span { font-size: 9px; }
  .section, .services-section, .about-section, .contact-section { padding-top: 88px; padding-bottom: 94px; }
  .section-head, .services-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 45px; }
  .section-head .text-link { grid-column: auto; margin-top: 4px; }
  .section-number { display: none; }
  .section h2, .services-section h2, .about-section h2, .contact-section h2 { font-size: clamp(45px,13vw,68px); }
  .kicker { margin-bottom: 18px; }
  .featured-work { margin-top: 36px; margin-bottom: 0; }
  .study-divider { margin-top: 52px; }
  .featured-frame { padding: 12px; }
  .work-grid { grid-template-columns: 1fr; gap: 48px; }
  .work-image { aspect-ratio: 2/3; }
  .work-meta { padding-top: 15px; }
  .service-grid { margin-inline: -16px; border-left: 0; border-right: 0; }
  .service-card { min-height: 290px; padding: 22px 16px 26px; }
  .service-card h3 { font-size: clamp(44px, 14vw, 62px); margin-bottom: 18px; }
  .service-card-body p { font-size: 13px; max-width: 300px; }
  .service-arrow { width: 34px; height: 34px; }
  .audio-card { grid-template-columns: 48px 1fr; gap: 14px; padding: 24px 0; }
  .audio-play { width: 44px; height: 44px; }
  .audio-time { grid-column: 2; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-image { width: min(100%, 500px); aspect-ratio: 4/5; }
  .form-row { grid-template-columns: 1fr; gap: 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 9px; padding: 28px 0; min-height: 0; }
  .footer-inner p { margin: 0; }
}

/* Compact credits and clear, non-interactive service rows. */
.work-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; max-width: none; }
.work-meta { grid-template-columns: 1fr; gap: 10px; }
.work-meta h3 { font-size: clamp(19px, 1.8vw, 26px); line-height: 1.15; overflow-wrap: anywhere; }
.work-open { width: auto; height: auto; padding: 8px 10px; top: 10px; right: 10px; font-size: 11px; }
.work-card:focus-visible { outline: 2px solid var(--bronze); outline-offset: 6px; }
.services-section { padding: 85px 0; }
.services-head { margin-bottom: 38px; }
.service-list { border-top: 1px solid var(--line-light); }
.service-list .service-card { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 24px; min-height: 0; padding: 30px 0; border: 0; border-bottom: 1px solid var(--line-light); overflow: visible; }
.service-list .service-card::before { display: none; }
.service-list .service-card:hover { color: var(--paper-bright); transform: none; }
.service-list .service-card:hover h3 { color: var(--paper-bright); transform: none; }
.service-list .service-card:hover .service-card-body p { color: rgba(250,248,242,.7); transform: none; }
.service-list .service-card:hover .service-index { color: rgba(250,248,242,.48); }
.service-list .service-card-top { padding-top: 5px; }
.service-list .service-card-body { margin: 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 32px; align-items: center; }
.service-list .service-card h3 { font-size: clamp(25px, 2.7vw, 38px); line-height: 1.15; letter-spacing: -.025em; margin: 0; transform: none; }
.service-list .service-card-body p { max-width: 540px; font-size: 15px; color: rgba(250,248,242,.7); transform: none; }
.service-list .service-index { color: rgba(250,248,242,.48); }
.services-cta { margin-top: 30px; }
@media (max-width: 980px) {
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
}
@media (max-width: 720px) {
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 16px; }
  .work-meta h3 { font-size: 19px; }
  .work-meta .work-role { font-size: 11px; }
  .work-open { top: 7px; right: 7px; padding: 6px 8px; font-size: 10px; }
  .services-section { padding: 64px 0; }
  .service-list .service-card { grid-template-columns: 24px minmax(0, 1fr); gap: 14px; padding: 24px 0; }
  .service-list .service-card-body { grid-template-columns: 1fr; gap: 12px; }
  .service-list .service-card h3 { font-size: 27px; }
  .service-list .service-card-body p { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .hero-video { display: none; }
  .reveal { opacity: 1; transform: none; }
}

/* Preserve the supplied trailer’s full 16:9 frame. */
.featured-video-trailer { aspect-ratio: 16 / 9; }
