/* ─────────────────────────────────────────────
   HOME · hero · work grid · cinematic break · signal · audience CTA
   Warm Intelligence — A24 work-forward grid + Claude editorial warmth
   ───────────────────────────────────────────── */

/* ── HERO — full-bleed A24-style image + overlay ── */

.hero {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: var(--night);
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: var(--s-8) var(--s-7) var(--s-7);
  padding-left: calc(var(--s-7) + 24px);
  max-width: var(--content-max);
  margin: 0 auto;
  background: linear-gradient(to top, rgba(20, 20, 19, 0.85) 0%, rgba(20, 20, 19, 0.4) 50%, transparent 100%);
}

.hero__headline {
  font-family: var(--font-serif);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #faf9f5;
  margin: 0 0 var(--s-4);
}

.hero__sub {
  font-family: var(--font-sans);
  font-size: var(--t-title-sm);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(250, 249, 245, 0.75);
  max-width: 54ch;
  margin: 0 0 var(--s-5);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4);
}

.hero__actions .btn {
  color: #faf9f5;
  border-color: rgba(250, 249, 245, 0.3);
}
.hero__actions .btn:hover {
  border-color: #faf9f5;
  background: rgba(250, 249, 245, 0.1);
}
.hero__actions .btn--primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #faf9f5;
}
.hero__actions .btn--primary:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

@media (max-width: 768px) {
  .hero {
    min-height: 80vh;
  }
  .hero__overlay {
    padding: var(--s-7) var(--s-4) var(--s-6);
  }
}

/* ── STUDIO INTRO — statement + awards marquee ── */

.studio-intro {
  padding: var(--s-9) 0 var(--s-8);
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-7);
  align-items: center;
  overflow: hidden;
}

.studio-statement__text {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--ink);
  max-width: 22ch;
  margin: 0;
}

.studio-statement__text em {
  font-style: normal;
  color: var(--accent);
}

/* credits roll — vertical scroll, bottom to top, film credits style */
.credits-roll {
  overflow: hidden;
  height: 320px;
  position: relative;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}

.credits-roll__track {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  animation: credits-scroll 40s linear infinite;
}

.credits-roll__heading {
  font-family: var(--font-sans);
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: var(--s-4);
}

.credits-roll__heading:first-child {
  padding-top: 0;
}

.credits-roll__item {
  font-family: var(--font-sans);
  font-size: var(--t-body-sm);
  font-weight: 400;
  color: var(--ink-mute);
  line-height: 1.5;
}

.credits-roll__item em {
  font-style: normal;
  color: var(--ink);
  font-weight: 500;
  display: block;
}

@keyframes credits-scroll {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .credits-roll__track { animation: none; }
  .credits-roll { height: auto; overflow: visible; mask-image: none; -webkit-mask-image: none; }
}

@media (max-width: 768px) {
  .studio-intro {
    grid-template-columns: 1fr;
    padding: var(--s-7) 0 var(--s-6);
    gap: var(--s-5);
  }
}

/* ── CAPABILITIES STRIP — horizontal row ─────── */

.caps-strip {
  padding: var(--s-7) 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--s-5);
  border-bottom: 1px solid var(--rule);
}

.caps-strip__item {
  display: grid;
  gap: var(--s-2);
}

.caps-strip__label {
  font-family: var(--font-sans);
  font-size: var(--t-body-sm);
  font-weight: 600;
  color: var(--ink);
}

.caps-strip__desc {
  font-family: var(--font-sans);
  font-size: var(--t-body-sm);
  font-weight: 400;
  color: var(--ink-mute);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .caps-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .caps-strip { grid-template-columns: 1fr 1fr; gap: var(--s-4); }
}

/* ── HOME PARTNERS — typographic line ─────────── */

.home-partners {
  padding: var(--s-7) 0;
  border-bottom: 1px solid var(--rule);
  text-align: center;
}

.home-partners__text {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.8vw, 36px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: var(--ink-soft);
  margin: 0;
}

.home-partners__accent {
  color: var(--ink);
  font-weight: 500;
}

.home-partners__sep {
  color: var(--ink-faint);
  margin: 0 0.3em;
}

@media (max-width: 768px) {
  .home-partners { padding: var(--s-6) 0; }
}

/* ── VERTICAL DRAMA TEASER — poster scroll ──── */

.vert-teaser {
  padding: var(--s-8) 0;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--s-7);
  align-items: center;
}

.vert-teaser__head {
  display: grid;
  gap: var(--s-4);
}

.vert-teaser__title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: var(--ink);
  margin: 0;
}

.vert-teaser__title em {
  font-style: normal;
  color: var(--accent);
}

.vert-teaser__sub {
  font-family: var(--font-sans);
  font-size: var(--t-body);
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 32ch;
  margin: 0;
}

.vert-teaser__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: linear-gradient(to right, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%);
}

.vert-teaser__scroll::-webkit-scrollbar { display: none; }

.vert-teaser__track {
  display: flex;
  gap: var(--s-4);
  padding-bottom: var(--s-3);
}

.vert-teaser__poster {
  flex-shrink: 0;
  width: 160px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  transition: transform var(--dur-base) var(--ease);
}

.vert-teaser__poster:hover {
  transform: translateY(-4px);
}

.vert-teaser__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .vert-teaser {
    grid-template-columns: 1fr;
    gap: var(--s-5);
  }
}

@media (max-width: 600px) {
  .vert-teaser__poster { width: 120px; }
}

/* ── WORK GRID — 2-col staggered (CSS columns for masonry) ── */

.work-grid {
  padding: 0 0 var(--s-7);
  columns: 2;
  column-gap: var(--grid-gutter);
}

.work-grid__item {
  break-inside: avoid;
  margin-bottom: var(--s-6);
}

.work-grid__img {
  display: block;
  overflow: hidden;
  position: relative;
  background: var(--bg-sunken);
  transition: transform var(--dur-base) var(--ease);
}

.work-grid__img:hover {
  transform: translateY(-2px);
}

.work-grid__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-grid__img--landscape { aspect-ratio: 16 / 9; }
.work-grid__img--portrait  { aspect-ratio: 9 / 16; }

.work-grid__meta {
  padding: var(--s-3) 0 0;
  display: grid;
  gap: 2px;
}

.work-grid__title {
  font-family: var(--font-sans);
  font-size: var(--t-title-sm);
  font-weight: 500;
  color: var(--ink);
}

.work-grid__detail {
  font-family: var(--font-mono);
  font-size: var(--t-mono-sm);
  color: var(--ink-mute);
  letter-spacing: var(--tracking-mono);
}

@media (max-width: 768px) {
  .work-grid {
    columns: 1;
    padding: 0 0 var(--s-6);
  }
}

/* ── CINEMATIC BREAK — full-bleed image ──────── */

.cine-break {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-height: 60vh;
  overflow: hidden;
  margin: var(--s-6) 0 var(--s-7);
}

.cine-break img {
  display: block;
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.cine-break__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--s-7) var(--s-5) var(--s-5);
  background: linear-gradient(to top, rgba(26, 24, 20, 0.7) 0%, transparent 100%);
  color: var(--light-on-dark);
}

.cine-break__caption-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.cine-break__title {
  font-family: var(--font-serif);
  font-size: var(--t-display-sm);
  font-weight: 400;
  letter-spacing: var(--tracking-display);
  display: block;
  margin-bottom: 4px;
}

.cine-break__detail {
  font-family: var(--font-mono);
  font-size: var(--t-mono-sm);
  color: var(--light-on-dark-soft);
  letter-spacing: var(--tracking-mono);
}

/* ── SIGNAL — serif pull-quote ───────────────── */

.signal {
  padding: var(--s-9) 0;
  border-top: 1px solid var(--rule);
}

.signal__quote {
  font-family: var(--font-serif);
  font-size: var(--t-display-lg);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--ink);
  max-width: 28ch;
  margin: 0;
  quotes: none;
}

.signal__quote em {
  font-style: normal;
  color: var(--accent);
}

@media (max-width: 768px) {
  .signal { padding: var(--s-7) 0; }
  .signal__quote { font-size: var(--t-display-md); }
}

/* ── AUDIENCE CTA — minimal lines ────────────── */

.audience-cta {
  padding: var(--s-7) 0 var(--s-8);
  border-top: 1px solid var(--rule);
}

.audience-cta__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s-4);
  padding: var(--s-5) 0;
  border-bottom: 1px solid var(--rule);
}
.audience-cta__line:first-child {
  border-top: 1px solid var(--rule);
}

.audience-cta__line h3 {
  font-family: var(--font-serif);
  font-size: var(--t-display-sm);
  font-weight: 400;
  letter-spacing: var(--tracking-display);
  margin: 0;
  color: var(--ink);
}

.audience-cta__line a {
  font-family: var(--font-sans);
  font-size: var(--t-body-sm);
  font-weight: 500;
  color: var(--accent);
  transition: color var(--dur-fast) var(--ease);
  white-space: nowrap;
}
.audience-cta__line a:hover {
  color: var(--accent-deep);
}

@media (max-width: 768px) {
  .audience-cta__line {
    flex-direction: column;
    gap: var(--s-2);
  }
}

/* ── COMPAT: old classes (unused on new homepage but kept for inner pages) ── */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-6); }
.split__rule { display: none; }
.split__cell { display: grid; gap: var(--s-4); }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

.passage {
  padding: var(--s-8) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.passage__label { color: var(--accent); font-weight: 600; font-size: var(--t-label); letter-spacing: 0.05em; text-transform: uppercase; }
.passage__body { font-size: var(--t-title-lg); line-height: 1.4; color: var(--ink); font-weight: 300; max-width: 60ch; margin-top: var(--s-4); }
.passage__body b { font-weight: 600; }

.catalog { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--s-5); }

/* old audience grid — compat */
.audience { padding: var(--s-7) 0; border-top: 1px solid var(--rule); }
.audience__head { margin-bottom: var(--s-5); }
.audience__head h2 { font-family: var(--font-serif); font-size: var(--t-display-lg); font-weight: 400; margin: 0; }
.audience__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--s-5); }
.audience__cell { padding: var(--s-5); border: 1px solid var(--rule); transition: background var(--dur-fast) var(--ease); }
.audience__cell:hover { background: var(--bg-elevated); }
.audience__kicker { font-size: var(--t-label); text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-mute); margin-bottom: var(--s-3); }
.audience__kicker .dot { display: inline-block; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.audience__title { font-family: var(--font-serif); font-size: var(--t-display-sm); font-weight: 400; line-height: 1.1; margin: 0 0 var(--s-3); }
.audience__body { color: var(--ink-soft); font-size: var(--t-body); line-height: var(--leading-body); max-width: 36ch; }
.audience__cta { font-size: var(--t-body-sm); font-weight: 500; color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 2px; display: inline-block; margin-top: var(--s-3); }
.audience__cta:hover { color: var(--accent-deep); border-color: var(--accent-deep); }
@media (max-width: 768px) { .audience__grid { grid-template-columns: 1fr; } }
