/* ---------- Shared reset for all artboards ---------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Alfa+Slab+One&family=Climate+Crisis&family=Bungee&family=Knewave&family=Caveat+Brush&family=Permanent+Marker&family=Protest+Guerrilla&family=Mansalva&family=Water+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ojuju:wght@400;600;800&family=Zen+Dots&family=Bhutuka+Expanded+One&family=Syncopate:wght@400;700&display=swap');
@font-face { font-family: 'Bebas Neue Custom'; src: url('uploads/BebasNeue-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; }

*, *::before, *::after { box-sizing: border-box; }

.tc-frame {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tc-frame * { box-sizing: border-box; }

.tc-frame img, .tc-frame svg { display: block; max-width: 100%; }

/* ============================================================
   DIRECTION A — "Cuts" : Classic black reel site
   ============================================================ */
.tc-a {
  background: #050505;
  color: #f4f4f4;
  font-family: 'Inter', sans-serif;
  font-feature-settings: "ss01", "cv11";
}

.tc-a .nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 64px;
  background: rgba(5,5,5,0.85);
  backdrop-filter: blur(8px);
  z-index: 10;
}
.tc-a .nav-brand {
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tc-a .nav-brand .dot { width: 7px; height: 7px; background: #f4f4f4; border-radius: 50%; }
.tc-a .nav-links { display: flex; gap: 36px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.tc-a .nav-links a { color: #888; text-decoration: none; transition: color .15s; }
.tc-a .nav-links a.active, .tc-a .nav-links a:hover { color: #f4f4f4; }

.tc-a .hero {
  padding: 140px 64px 96px;
  border-bottom: 1px solid #1a1a1a;
}
.tc-a .meta-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}
.tc-a .meta-row .now { color: #f4f4f4; }
.tc-a .meta-row .blink { display: inline-block; width: 6px; height: 6px; background: #00ff66; border-radius: 50%; margin-right: 8px; vertical-align: middle; }

.tc-a h1.name {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 132px;
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: 0 0 32px;
  color: #f4f4f4;
}
.tc-a h1.name em { font-style: normal; color: #6a6a6a; }

.tc-a .role-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  border-top: 1px solid #1a1a1a;
  padding-top: 24px;
}
.tc-a .role-line strong { color: #f4f4f4; font-weight: 500; }

.tc-a .work-section { padding: 96px 64px; }

.tc-a .section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 18px;
  margin-bottom: 64px;
}
.tc-a .section-head .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6a6a6a;
}
.tc-a .section-head .heading {
  font-size: 14px;
  font-weight: 500;
  color: #f4f4f4;
}
.tc-a .section-head .count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #6a6a6a;
}

.tc-a .project {
  margin-bottom: 80px;
}
.tc-a .project-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.tc-a .project-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #6a6a6a;
}
.tc-a .project-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #f4f4f4;
}
.tc-a .project-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}
.tc-a .thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: #111;
  overflow: hidden;
  cursor: pointer;
}
.tc-a .thumb-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f4f4f4;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}
.tc-a .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050505;
}
.tc-a .play-btn svg { margin-left: 4px; }

.tc-a .studio-strip {
  padding: 64px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.tc-a .studio-strip .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 24px;
}
.tc-a .studio-strip .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
}
.tc-a .studio-strip .logos span {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #888;
  font-family: 'Inter', sans-serif;
}

/* Directing section — CREAM counterpoint (uses Clay tokens) */
.tc-a .directing {
  background: #fffaf0;
  color: #0a0a0a;
  padding: 120px 64px;
}
.tc-a .directing .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 16px;
}
.tc-a .directing h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #0a0a0a;
}
.tc-a .directing h2 em { font-style: italic; color: #8a6a3a; }
.tc-a .directing .sub {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.55;
  color: #3a3a3a;
  margin-bottom: 64px;
}
.tc-a .directing .films { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.tc-a .directing .film .poster {
  aspect-ratio: 3/4;
  background: #e8b94a;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.tc-a .directing .film:nth-child(2) .poster { background: #b8a4ed; }
.tc-a .directing .film-title {
  font-family: 'Instrument Serif', serif;
  font-size: 28px;
  font-style: italic;
  letter-spacing: -0.01em;
  color: #0a0a0a;
  margin-bottom: 6px;
}
.tc-a .directing .film-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a6a6a;
}

.tc-a .footer {
  padding: 80px 64px 48px;
  background: #050505;
  border-top: 1px solid #1a1a1a;
}
.tc-a .footer h3 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 32px;
  color: #f4f4f4;
}
.tc-a .footer h3 a { color: #f4f4f4; text-decoration: none; border-bottom: 2px solid #333; }
.tc-a .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 64px;
  border-top: 1px solid #1a1a1a;
  margin-top: 80px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a6a6a;
}
.tc-a .footer-row a { color: #888; text-decoration: none; margin-right: 28px; }

/* ============================================================
   DIRECTION B — "Reel" : Editorial cinema (warm dark, serif)
   ============================================================ */
.tc-b {
  background: #0d0b08;
  color: #ebe4d4;
  font-family: 'Inter', sans-serif;
}

.tc-b .nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 72px;
  z-index: 10;
}
.tc-b .nav-brand {
  font-family: 'Instrument Serif', serif;
  font-size: 22px;
  font-style: italic;
}
.tc-b .nav-links { display: flex; gap: 40px; font-size: 14px; }
.tc-b .nav-links a { color: #a59e8c; text-decoration: none; }
.tc-b .nav-links a.active { color: #ebe4d4; font-style: italic; }

.tc-b .hero {
  padding: 120px 72px 80px;
  position: relative;
}
.tc-b .hero .top-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #8a8270;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2a241a;
}
.tc-b h1.name {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 188px;
  letter-spacing: -0.035em;
  line-height: 0.88;
  margin: 0;
  color: #ebe4d4;
}
.tc-b h1.name em { font-style: italic; color: #c8a96a; }
.tc-b h1.name .amp { font-style: italic; color: #c8a96a; font-weight: 300; }

.tc-b .hero-sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #2a241a;
}
.tc-b .hero-sub .left {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 20px;
  color: #c8a96a;
  max-width: 420px;
  line-height: 1.4;
}
.tc-b .hero-sub .right {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8270;
  text-align: right;
  line-height: 1.6;
}
.tc-b .hero-sub .right strong { color: #ebe4d4; font-weight: 500; display: block; margin-bottom: 4px; }

.tc-b .selected {
  padding: 96px 72px;
}
.tc-b .selected .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
.tc-b .selected .head h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  letter-spacing: -0.01em;
  margin: 0;
  color: #ebe4d4;
}
.tc-b .selected .head .count {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8270;
}

.tc-b .project {
  padding: 36px 0;
  border-top: 1px solid #2a241a;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 40px;
  align-items: flex-start;
}
.tc-b .project .num {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 32px;
  color: #c8a96a;
  padding-top: 8px;
}
.tc-b .project .thumb {
  aspect-ratio: 16/9;
  background: #1a1610;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 2px;
}
.tc-b .project .caption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: flex-end;
}
.tc-b .project .caption h3 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: -0.015em;
  line-height: 1;
  margin: 0;
  color: #ebe4d4;
}
.tc-b .project .caption h3 em { font-style: italic; color: #c8a96a; }
.tc-b .project .caption .meta {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8270;
  text-align: right;
  line-height: 1.6;
}
.tc-b .project .caption .meta strong { color: #ebe4d4; display: block; font-weight: 500; }

.tc-b .studio-strip {
  padding: 64px 72px;
  border-top: 1px solid #2a241a;
  border-bottom: 1px solid #2a241a;
}
.tc-b .studio-strip .label {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 18px;
  color: #c8a96a;
  margin-bottom: 32px;
}
.tc-b .studio-strip .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 64px;
  align-items: baseline;
}
.tc-b .studio-strip .logos span {
  font-family: 'Instrument Serif', serif;
  font-size: 26px;
  font-style: italic;
  color: #a59e8c;
}

/* Direction B directing — sepia film print */
.tc-b .directing {
  background: #2a1a0a;
  color: #f5e8d0;
  padding: 120px 72px;
  position: relative;
}
.tc-b .directing .lockup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}
.tc-b .directing .stamp {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8a96a;
  margin-bottom: 20px;
}
.tc-b .directing h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 96px;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin: 0 0 24px;
  color: #f5e8d0;
}
.tc-b .directing h2 .reg { font-style: normal; }
.tc-b .directing .blurb {
  font-family: 'Instrument Serif', serif;
  font-size: 22px;
  line-height: 1.4;
  color: #d4b88a;
  max-width: 460px;
}
.tc-b .directing .film {
  border-top: 1px solid #5a3a1a;
  padding-top: 28px;
  margin-bottom: 48px;
}
.tc-b .directing .film .still {
  aspect-ratio: 4/3;
  background: #6a4a2a;
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.tc-b .directing .film .still.s2 { background: #8a5a3a; }
.tc-b .directing .film h3 {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 32px;
  margin: 0 0 8px;
  color: #f5e8d0;
}
.tc-b .directing .film .credit {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c8a96a;
  line-height: 1.7;
}

.tc-b .footer {
  padding: 96px 72px 56px;
}
.tc-b .footer h3 {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 88px;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0 0 40px;
  color: #ebe4d4;
}
.tc-b .footer h3 a { color: #c8a96a; text-decoration: none; }
.tc-b .footer-row {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #2a241a;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8270;
}

/* ============================================================
   DIRECTION C — "Marquee" : Bold, oversized, accent-driven
   ============================================================ */
.tc-c {
  background: #0a0a0a;
  color: #f4f4f4;
  font-family: 'Inter', sans-serif;
  --accent: #4a8cff;
}

.tc-c .nav {
  position: sticky;
  top: 0;
  height: var(--tc-nav-h, 81px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  border-bottom: none;
  background: linear-gradient(to bottom, rgba(10,10,10,0.62) 0%, rgba(10,10,10,0.28) 55%, rgba(10,10,10,0) 100%);
  z-index: 20;
}
.tc-c .nav-links { display: flex; gap: var(--nav-gap, 4px); position: relative; --nav-gap: 10px; }
.tc-c .nav-frame { position: absolute; top: 0; left: 0; height: 100%; pointer-events: none; transition: transform .38s cubic-bezier(.34,1.4,.5,1); }
.tc-c .nav-frame span { position: absolute; width: 7px; height: 7px; }
.tc-c .nav-frame .c-tl { top: -5px; left: -5px; border-top: 2px solid #f4f4f4; border-left: 2px solid #f4f4f4; }
.tc-c .nav-frame .c-tr { top: -5px; right: -5px; border-top: 2px solid #f4f4f4; border-right: 2px solid #f4f4f4; }
.tc-c .nav-frame .c-bl { bottom: -5px; left: -5px; border-bottom: 2px solid #f4f4f4; border-left: 2px solid #f4f4f4; }
.tc-c .nav-frame .c-br { bottom: -5px; right: -5px; border-bottom: 2px solid #f4f4f4; border-right: 2px solid #f4f4f4; }
.tc-c .nav-frame { transition: transform .38s cubic-bezier(.34,1.4,.5,1), width .38s cubic-bezier(.34,1.4,.5,1); }
.tc-c .gallery-page { min-height: 60vh; }
@media (max-width: 560px) {
  .tc-c .nav {
    flex-direction: column;
    height: auto;
    gap: 10px;
    padding: 16px 24px 28px;
    background: linear-gradient(to bottom, rgba(10,10,10,0.75) 0%, rgba(10,10,10,0.45) 70%, rgba(10,10,10,0) 100%);
  }
  .tc-c .nav-links a { color: #f4f4f4; }
  .tc-c .nav-brand { order: -1; }
  .tc-c .nav-links, .tc-c .nav-brand { align-self: center; }
  .tc-c .nav-links { width: 100%; gap: 8px; --nav-gap: 8px; }
  .tc-c .nav-links a {
    flex: 1 1 0;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
  }
}
.tc-c .nav-tagline {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #888;
}
.tc-c .nav-tagline em {
  font-style: normal;
  color: inherit;
}
.tc-c .nav-tagline .pin {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 3px;
  color: #888;
}
.tc-c .nav-brand {
  font-family: 'Bebas Neue Custom', sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}
.tc-c .nav-links a {
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #f4f4f4;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.112em;
}
.tc-c .nav-links a.active {
  background: var(--accent);
  color: #0a0a0a;
  border-radius: 3px;
}
.tc-c .nav-links a .corner-tl,
.tc-c .nav-links a .corner-br { display: none; }
.tc-c .nav .cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: #f4f4f4;
  color: #0a0a0a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.tc-c .hero {
  padding: 80px 48px 40px;
  position: relative;
}

/* Hero with video background */
.tc-c .hero-video { padding: 0; }

/* Scroll-driven hero client rail — lists the 3 hero clients on the left.
   The client whose video fills the viewport scales up + brightens; the others
   shrink + dim. Sticky inside the reel-stack, anchored bottom-left. */
.tc-c .hero-client-rail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 46%;
  max-width: 640px;
  z-index: 6;
  pointer-events: none;
}
.tc-c .hero-client-sticky {
  position: sticky;
  top: var(--tc-nav-h, 81px);
  height: calc(100svh - var(--tc-nav-h, 81px));
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 0 0 0 48px;
  background: linear-gradient(to right,
    rgba(10, 10, 10, 0.62) 0%,
    rgba(10, 10, 10, 0.28) 45%,
    rgba(10, 10, 10, 0) 100%);
  -webkit-mask-image:
    linear-gradient(to right, #000 0%, #000 55%, transparent 100%),
    linear-gradient(to bottom, #000 0%, #000 64%, transparent 100%);
  mask-image:
    linear-gradient(to right, #000 0%, #000 55%, transparent 100%),
    linear-gradient(to bottom, #000 0%, #000 64%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.tc-c .hcl-counter {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 40px);
  pointer-events: auto;
  will-change: transform;
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.tc-c .hcl-num {
  display: flex;
  align-items: baseline;
  flex: 0 0 auto;
  white-space: nowrap;
}
.tc-c .hcl-current {
  font-family: var(--proj-name-font, 'Inter'), sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 42px);
  line-height: 1;
  letter-spacing: 0.01em;
  color: #f4f4f4;
  text-shadow: 0 2px 28px rgba(0,0,0,0.45);
  font-variant-numeric: tabular-nums;
  transition: color .5s ease;
  animation: hcl-name-in .5s cubic-bezier(.2,.7,.3,1);
}
.tc-c .hcl-total {
  font-family: var(--proj-name-font, 'Inter'), sans-serif;
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 42px);
  line-height: 1;
  letter-spacing: 0.01em;
  color: #6a6a6a;
  margin-left: 6px;
  flex: 0 0 auto;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.tc-c .hcl-name {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.5vw, 36px);
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #f4f4f4;
  line-height: 1.0;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
  max-width: 100%;
  flex: 0 1 auto;
  text-wrap: balance;
  animation: hcl-name-in .55s cubic-bezier(.2,.7,.3,1);
}
@keyframes hcl-name-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Mono palette: number reads white, not accent */


/* ============================================================
   Single rotating hero frame (Moon Safari style)
   ============================================================ */
.tc-c .reel-rotator {
  position: relative;
  height: 100svh;
  margin-top: calc(-1 * var(--tc-nav-h, 81px));
  min-height: 480px;
  overflow: hidden;
  background: #000;
}
/* Reels page fits one viewport exactly: the hero frame takes the space left
   over after the nav and footer, so nothing scrolls and only the project
   list moves. */
.tc-reels { height: 100svh; display: flex; flex-direction: column; overflow: hidden; }
.tc-reels .reel-rotator { flex: 1 1 auto; height: auto; min-height: 0; }
.tc-reels .footer { flex: 0 0 auto; padding-top: 0 !important; padding-bottom: 28px !important; }
.tc-reels .footer-row { margin-top: 0 !important; padding-top: 14px !important; }
/* Quiet wayfinding cue to the gallery, pinned to the hero's bottom-right. */
.tc-reels .reel-rotator { position: relative; }
.tc-c .gallery-cue {
  position: absolute;
  right: 40px;
  bottom: 34px;
  z-index: 12;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(244,244,244,0.28);
  color: #f4f4f4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.112em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(10,10,10,0.32);
  backdrop-filter: blur(6px);
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.tc-c .gallery-cue svg { width: 22px; height: 22px; overflow: visible; color: #8a8a8a; }
.tc-c .gallery-cue span { display: block; }
/* Both cues are two faces of one switch, so lock them to a shared box. */
.tc-c .gallery-cue { width: 46px; height: 46px; padding: 0; box-sizing: border-box; justify-content: center; align-items: center; border-radius: 3px; }
/* Caption sits below the button box, so the border stays a tight square. */
.tc-c .gallery-cue.has-caption { border: none; background: none; flex-direction: column; gap: 7px; width: auto; height: auto; }
.tc-c .gallery-cue.has-caption > svg { border: 1px solid rgba(244,244,244,0.28); border-radius: 3px; background: rgba(10,10,10,0.32); box-sizing: content-box; padding: 11px; }
.tc-c .gallery-cue.has-caption:hover > svg { border-color: #f4f4f4; background: rgba(10,10,10,0.55); }
.tc-c .cue-caption { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #8a8a8a; }
.tc-c .gallery-cue.has-caption:hover .cue-caption { color: #f4f4f4; }
.tc-c .gallery-cue:hover svg { color: #f4f4f4; }
.tc-c .gallery-cue:hover { border-color: #f4f4f4; background: rgba(10,10,10,0.55); }
/* On the scrolling gallery page the cue sticks to the bottom of the viewport
   while the grid scrolls, but stops above the footer instead of overlapping it. */
/* The gallery page scrolls, so its cue can only be viewport-pinned where the
   grid can afford a symmetric lane wide enough to clear it. Below that width
   it scrolls in flow after the last row, where nothing can pass under it. */
.tc-c .gallery-cue.is-fixed {
  position: static;
  margin: 40px 48px 0 auto;
  display: flex;
}
@media (min-width: 1100px) {
  /* 34px gutter + 58px Reels-page footer, so both cues land at the same
     height when switching pages. */
  .tc-c .gallery-cue.is-fixed { position: fixed; right: 40px; bottom: 92px; margin: 0; }
}
@media (max-width: 560px) { .tc-c .gallery-cue { right: 20px; bottom: 20px; } }
.tc-c .rot-stage { position: absolute; inset: 0; }
.tc-c .rot-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .9s ease;
  z-index: 1;
}
.tc-c .rot-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.tc-c .rot-slide video, .tc-c .rot-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-c .rot-loading, .tc-c .rot-none { width: 100%; height: 100%; background: #141414; }
.tc-c .rot-slide.active img {
  animation: rot-kenburns 6.2s ease-out forwards;
}
@keyframes rot-kenburns {
  from { transform: scale(1.05); }
  to   { transform: scale(1.13); }
}
@media (prefers-reduced-motion: reduce) {
  .tc-c .rot-slide.active img { animation: none; transform: scale(1.05); }
}
.tc-c .rot-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.22) 38%, rgba(0,0,0,0) 68%),
    linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 42%),
    linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 18%);
}
.tc-c .rot-slide .play {
  position: absolute;
  right: 36px;
  bottom: 40px;
  z-index: 3;
}

/* Index overlay — number stays left; name left-aligns to the frame's
   vertical center line, sitting in the right half (Moon Safari style). */
.tc-c .rot-index {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 4;
  pointer-events: none;
}
.tc-c .rot-name-wrap {
  position: absolute;
  left: 0;
  top: var(--tc-nav-h, 81px);
  bottom: 0;
  width: 50%;
  padding-left: 48px;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 70%, transparent 100%);
}
@media (max-width: 560px) {
  /* Full-width name column, flush with the nav's 24px inset (the EDITS button). */
  .tc-c .rot-name-wrap { width: 100% !important; padding-left: 24px !important; padding-right: 24px !important; }
  .tc-c .rot-name-list { left: 24px !important; right: 24px !important; }
  .tc-c .rni { font-size: clamp(18px, 2.25vw, 32.4px) !important; }
  .tc-c .gallery-cue { display: none !important; }
}
.tc-c .rot-name-list {
  position: absolute;
  top: 0;
  left: 48px;
  right: 0;
  height: 100%;
}
.tc-c .rni {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-family: var(--proj-name-font, 'Inter'), sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.5vw, 36px);
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1.0;
  color: #f4f4f4;
  padding: 17px 0;
  opacity: 0.26;
  filter: blur(0.3px);
  will-change: transform;
  transition: opacity .5s ease, filter .5s ease;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
  pointer-events: auto;
  cursor: pointer;
}
.tc-c .rni:hover:not(.active) {
  opacity: 0.55;
  filter: none;
}
.tc-c .rni.active {
  opacity: 1;
  filter: none;
}

/* Numbered nav — bottom left */
.tc-c .rot-nav {
  position: absolute;
  left: 48px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 5;
}
.tc-c .rot-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(10,10,10,0.35);
  backdrop-filter: blur(6px);
  color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .15s;
}
.tc-c .rot-arrow:hover {
  background: rgba(10,10,10,0.6);
  border-color: rgba(255,255,255,0.55);
}
.tc-c .rot-arrow:active { transform: scale(0.92); }
.tc-c .rot-dots { display: flex; gap: 7px; align-items: center; }
.tc-c .rot-pip {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255,255,255,0.34);
  transition: background .2s, transform .2s;
}
.tc-c .rot-pip:hover { background: rgba(255,255,255,0.65); }
.tc-c .rot-pip.active { background: var(--accent); transform: scale(1.35); }
.tc-mono .rot-pip.active { background: #f4f4f4; }

/* Reel stack — 3 videos with sticky name overlay */
.tc-c .reel-stack { position: relative; }
.tc-c .name-rail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Rail ends where the name re-assumes its starting offset (40px) on the
     3rd video: total height − 3rd video height (56.25vw) + 40px + name height */
  height: calc(100% - 56.25vw + 40px + clamp(107.52px, 16.8vw, 336px));
  z-index: 5;
  pointer-events: none;
}
.tc-c .name-sticky {
  position: sticky;
  top: 110px;
  padding: 40px 48px 0;
  text-align: right;
}
.tc-c .name-sticky h1.name {
  font-family: var(--name-display-font, 'Bebas Neue Custom', sans-serif);
  font-weight: 400;
  font-size: var(--name-display-size, clamp(64px, 10vw, 200px));
  letter-spacing: var(--name-ls, -0.02em);
  line-height: 0.84;
  margin: 0;
  text-transform: uppercase;
  color: #f4f4f4;
  text-shadow: 0 4px 40px rgba(0,0,0,0.35);
}
.tc-c .name-sticky h1.name .accent { color: var(--accent); }

/* Typeface morphs as the sticky name crosses each video */
/* Video 1 — bold brush-stroke face (selectable via Tweaks) */
.tc-c .name-sticky h1.name.name-font-0 {
  font-family: var(--brush-font, 'Knewave', 'Bebas Neue Custom', sans-serif);
  font-weight: 400;
  font-size: var(--brush-size, clamp(54px, 8.4vw, 168px));
  letter-spacing: var(--brush-ls, 0.005em);
  line-height: var(--brush-lh, 0.92);
}
.tc-c .name-sticky h1.name.name-font-1 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(62px, 9.6vw, 192px);
  letter-spacing: -0.015em;
  line-height: 0.84;
}
.tc-c .name-sticky h1.name.name-font-2 {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  font-size: clamp(42px, 6.6vw, 132px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}
.tc-c .hero-media {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: inherit;
}
.tc-c .hero-media-placeholder {
  aspect-ratio: 16/9;
  width: 100%;
  background: repeating-linear-gradient(135deg, #161616, #161616 12px, #1c1c1c 12px, #1c1c1c 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-c .hero-placeholder-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
}
.tc-c .on-set { padding: 96px 48px 0; }
.tc-c .on-set-head { margin-bottom: 24px; }
.tc-c .on-set-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777;
}
.tc-c .on-set-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; max-width: 1400px; }
.tc-c .on-set-grid img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 4px; }
@media (max-width: 720px) {
  .tc-c .on-set { padding: 64px 24px 0; }
  .tc-c .on-set-grid { grid-template-columns: 1fr 1fr; max-width: 100%; }
}
.tc-c .hero-media > img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 92vh;
  object-fit: cover;
}
.tc-c .films-reel .hero-media > img { aspect-ratio: 2.54/1; }
@media (max-width: 560px) {
  .tc-c .films-reel .hero-media > img { aspect-ratio: 1/1; }
}
.tc-c .hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.1) 30%, rgba(10,10,10,0.1) 55%, rgba(10,10,10,0.7) 100%);
}
.tc-c .hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
  justify-content: flex-end;
}
.tc-c .hero-overlay .top-row { margin-bottom: 0; }
.tc-c .hero-overlay h1.name {
  font-size: clamp(64px, 10vw, 200px);
  margin-top: 0;
  text-shadow: 0 4px 40px rgba(0,0,0,0.35);
}
.tc-c .hero-bottom {
  margin-top: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
}
.tc-c .hero-bottom-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tc-c .hero-bottom .hero-title {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f4f4f4;
  align-self: center;
  white-space: nowrap;
}
.tc-c .hero-bottom .hero-lead {
  font-size: 15px;
  color: #d4d4d4;
}
.tc-c .hero-bottom .play {
  position: absolute;
  right: 0;
  bottom: 0;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent);
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  transition: transform .18s ease;
}
.tc-c .hero-media:hover .play { transform: scale(1.08); }

/* Films page — placeholder slots for upcoming films */
.tc-c .film-slot {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 92vh;
  background: #161616;
}
.tc-c .film-slot + .film-slot { background: #101010; }

/* Films page — film dossiers (poster + info) */
.tc-c .films-reel { position: relative; margin-top: calc(-1 * var(--tc-nav-h, 81px)); }
.tc-c .film-chapter { position: relative; }
.tc-c .film-chapter .dossier {
  padding: 0 48px 120px;
  margin-top: clamp(-60px, -4.5vw, -42px);
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 64px;
  align-items: end;
  position: relative;
  z-index: 2;
}
.tc-c .film-chapter .dossier .dossier-poster {
  position: relative;
  z-index: 2;
}
.tc-c .film-chapter .dossier .dossier-info {
  align-self: end;
}
.tc-c .film-chapter--flip .dossier {
  grid-template-columns: 1fr minmax(280px, 380px);
}
.tc-c .film-chapter--flip .dossier .dossier-poster { order: 2; }
.tc-c .dossier-poster image-slot {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  background: #141414;
}
.tc-c .dossier-poster-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #141414;
}
.tc-c .dossier-info {
  align-self: center;
  max-width: 700px;
}
.tc-c .dossier-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
@media (max-width: 560px) {
  .tc-c .dossier-eyebrow { flex-direction: column; align-items: flex-start; gap: 4px; }
  .tc-c .dossier-eyebrow .dot { display: none; }
}
.tc-c .dossier-title {
  font-family: 'Bebas Neue Custom', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: #f4f4f4;
}
.tc-c .dossier-para {
  font-size: 18px;
  line-height: 1.6;
  color: #b8b8b8;
  margin: 0 0 32px;
  max-width: 520px;
}
.tc-c .dossier-para-empty { color: #6a6a6a; font-style: italic; }
.tc-c .dossier-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tc-c .dossier-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 18px 28px;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
  color: #f4f4f4;
  text-decoration: none;
  transition: border-color .15s, color .15s, background .15s;
}
.tc-c .dossier-link:hover { border-color: var(--accent); color: var(--accent); }
.tc-c .dossier-link.primary {
  background: var(--accent);
  color: #0a0a0a;
  border-color: var(--accent);
}
.tc-c .dossier-link.primary:hover { color: #0a0a0a; filter: brightness(1.08); }
.tc-c .dossier-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.tc-c .top-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 48px;
}
.tc-c .top-row .available {
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 8px;
}
.tc-c .top-row .available .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.tc-c h1.name {
  font-family: 'Bebas Neue Custom', sans-serif;
  font-weight: 400;
  font-size: 256px;
  letter-spacing: -0.02em;
  line-height: 0.84;
  margin: 0;
  text-transform: uppercase;
  color: #f4f4f4;
}
.tc-c h1.name .accent {
  color: var(--accent);
  -webkit-text-stroke: 0;
}
.tc-c h1.name .outline {
  -webkit-text-stroke: 2px #f4f4f4;
  color: transparent;
}

.tc-c .role-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #1a1a1a;
}
.tc-c .role-grid .lead {
  font-size: 20px;
  line-height: 1.4;
  color: #f4f4f4;
  max-width: 560px;
}
.tc-c .role-grid .col {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6a6a6a;
  line-height: 1.8;
}
.tc-c .role-grid .col strong {
  color: #f4f4f4;
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}

.tc-c .marquee {
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  background: #0a0a0a;
  white-space: nowrap;
}
.tc-c .marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: tc-marq 30s linear infinite;
}
.tc-c .marquee-track .name {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.01em;
  margin: 0 28px;
  color: #f4f4f4;
}
.tc-c .marquee-track .sep {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: var(--accent);
}
@keyframes tc-marq {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.tc-c .work-section { padding: 0 0 96px; }
.tc-c .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  padding: 0 48px;
}
.tc-c .section-head h2 {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 88px;
  letter-spacing: -0.01em;
  margin: 0;
  text-transform: uppercase;
}
.tc-c .section-head .pill {
  padding: 8px 16px;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
}

.tc-c .project {
  margin-bottom: 0;
}
.tc-c .project .header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  padding: 0 48px;
}
.tc-c .project .num-title {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.tc-c .project .num {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 32px;
  color: var(--accent);
}
.tc-c .project .title {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
.tc-c .project .meta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
  text-align: right;
  line-height: 1.6;
}
.tc-c .project .meta strong { color: #f4f4f4; font-weight: 600; display: block; }
.tc-c .project .thumb {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #1a1a1a;
}
.tc-c .project .play {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent);
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  transition: transform .18s ease;
}
.tc-c .project .thumb:hover .play { transform: scale(1.08); }
.tc-c .project .thumb-title {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f4f4f4;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  white-space: nowrap;
}

/* 3×3 grid of additional videos */
.tc-c .more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
  padding: 0 48px;
}
@media (max-width: 900px) {
  .tc-c .more-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .tc-c .more-grid { grid-template-columns: 1fr; padding: 0 24px; gap: 18px; margin-top: 0; }
  .tc-c .work-section { padding-top: 32px; padding-bottom: 0; }
  .tc-c .more-cell.is-teaser { display: none !important; }
  .tc-c .more-cell .cell-play { display: none !important; }
  .tc-c .footer { padding-top: 32px !important; padding-left: 24px !important; padding-right: 24px !important; }
.tc-c .footer h3 { font-size: clamp(30px, 12.5vw, 160px) !important; line-height: 0.4; }
.tc-c .footer h3 .muted { position: relative; top: -6px; }
.tc-c .footer h3 .muted { display: block; margin-top: 14px; }
.tc-c .footer-loc { margin-top: 14px; }
.tc-c .film-chapter .dossier, .tc-c .film-chapter--flip .dossier {
  grid-template-columns: 1fr;
  gap: 24px;
}
.tc-c .film-chapter--flip .dossier .dossier-poster { order: 0; }
.tc-c .on-set { padding-top: 12px; }
.tc-c .dossier-info { max-width: none; }
.tc-c .film-chapter .dossier { padding-left: 24px; padding-right: 24px; }
.tc-c .dossier-poster { max-width: 256px; }
.tc-c .dossier-eyebrow { flex-direction: row; flex-wrap: wrap; }
.tc-c .dossier-eyebrow .dot:nth-child(2) { display: none; }
.tc-c .dossier-eyebrow > span:first-child { flex-basis: 100%; }
.tc-c .dossier-eyebrow .dot:nth-child(4) { display: inline; }
}
.tc-c .more-cell {
  aspect-ratio: 16/9;
  background: #1a1a1a;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.tc-c .more-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
.tc-c a.more-cell:hover img { transform: scale(1.04); }
.tc-c .cell-stripes {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #161616, #161616 10px, #1c1c1c 10px, #1c1c1c 20px);
}
.tc-c .more-cell.is-placeholder {
  background: repeating-linear-gradient(135deg, #161616, #161616 10px, #1c1c1c 10px, #1c1c1c 20px);
  display: flex;
  align-items: flex-end;
  cursor: default;
}
.tc-c .more-cell.is-placeholder .cell-title { position: static; left: 0; transform: none; padding: 16px; background: none; color: #f4f4f4; }
.tc-c .more-cell.is-teaser {
  background: #0d0d0d;
  border: 1px dashed color-mix(in oklch, var(--accent) 55%, transparent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  cursor: default;
}
.tc-c .teaser-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.tc-c .teaser-dot .pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: teaser-pulse 1.6s ease-in-out infinite;
}
@keyframes teaser-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 color-mix(in oklch, var(--accent) 55%, transparent); }
  50% { opacity: 0.5; box-shadow: 0 0 0 5px transparent; }
}
.tc-c .teaser-title {
  font-family: var(--proj-name-font, 'Inter'), sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.6;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #6a6a6a;
}
.tc-c button.more-cell {
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.tc-c .cell-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-c .more-cell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #1a1a1a;
}
.tc-c .more-cell .cell-play {
  display: none;
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2;
}
.tc-mono .more-cell .cell-play { background: #f4f4f4; }
.tc-c .more-cell.has-video:hover .cell-play { opacity: 1; }
.tc-c .more-cell .cell-dim {
  position: absolute;
  inset: 0;
  background: #0a0a0a;
  mix-blend-mode: multiply;
  opacity: 0.65;
  transition: opacity .3s ease;
  pointer-events: none;
  z-index: 1;
}
.tc-c .more-cell.has-video:hover .cell-dim { opacity: 0; }
.tc-c .more-cell.has-video .cell-title {
  transition: opacity .25s ease;
}
.tc-c .more-cell.has-video:hover .cell-title { opacity: 0; }
.tc-c .video-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(5,5,5,0.92);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 5vw;
}
.tc-c .video-lightbox video {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 30px 90px rgba(0,0,0,0.6);
}
.tc-c .lightbox-yt {
  width: 90vw;
  height: min(80vh, calc(90vw * 9 / 16));
  border: 0;
  box-shadow: 0 30px 90px rgba(0,0,0,0.6);
}
.tc-c .lightbox-close {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(10,10,10,0.5);
  color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.tc-c .lightbox-close:hover { background: rgba(10,10,10,0.8); }
.tc-c .lightbox-loading {
  color: #a8a8a8;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tc-c .more-cell .cell-title {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.112em;
  text-transform: uppercase;
  color: #f4f4f4;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
  white-space: nowrap;
}

.tc-c .studio-strip {
  padding: 64px 48px;
  background: #0a0a0a;
  border-top: 1px solid #1a1a1a;
}
.tc-c .studio-strip .head {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 32px;
}
.tc-c .studio-strip h2 {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}
.tc-c .studio-strip h2 em { color: var(--accent); font-style: normal; }
.tc-c .studio-strip .label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a6a6a;
}
.tc-c .studio-strip .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tc-c .studio-strip .logos span,
.tc-c .studio-strip .logos a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  color: #f4f4f4;
  background: #111;
  text-decoration: none;
  transition: border-color .15s, color .15s, background .15s;
}
.tc-c .studio-strip .logos a:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: #161616;
}

/* Directing — INVERSE white panel */
.tc-c .directing {
  background: var(--accent);
  color: #0a0a0a;
  padding: 96px 48px;
}
.tc-c .directing .stamp {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px;
}
.tc-c .directing h2 {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 168px;
  letter-spacing: -0.015em;
  line-height: 0.86;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.tc-c .directing h2 .outline {
  -webkit-text-stroke: 2px #0a0a0a;
  color: transparent;
}
.tc-c .directing .blurb {
  font-size: 20px;
  line-height: 1.4;
  max-width: 540px;
  margin-bottom: 64px;
  color: #1a1a1a;
}
.tc-c .directing .films {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.tc-c .directing .film {
  background: #0a0a0a;
  color: #f4f4f4;
  border-radius: 16px;
  overflow: hidden;
}
.tc-c .directing .film .still {
  aspect-ratio: 16/10;
  background: #2a2a2a;
  position: relative;
}
.tc-c .directing .film .film-play {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

/* Single featured film — full-width horizontal card */
.tc-c .directing .films-single { display: block; }
.tc-c .directing .film-feature {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0;
  align-items: stretch;
}
.tc-c .directing .film-feature .still {
  aspect-ratio: auto;
  height: 100%;
  min-height: 420px;
}
.tc-c .directing .film-feature .film-play {
  width: 64px;
  height: 64px;
  bottom: 24px;
  right: 24px;
}
.tc-c .directing .film-feature .body {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tc-c .directing .film-feature .body .meta {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.tc-c .directing .film-feature .body .title {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 56px;
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin-bottom: 20px;
  word-break: break-word;
}
.tc-c .directing .film-feature .body .desc {
  font-size: 17px;
  line-height: 1.55;
  color: #b8b8b8;
  margin-top: 0;
  max-width: 460px;
}
.tc-c .directing .film-feature .watch-link {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}
.tc-c .directing .film .body {
  padding: 24px;
}
.tc-c .directing .film .title {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: -0.005em;
}
.tc-c .directing .film .meta {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.tc-c .directing .film .desc {
  margin-top: 12px;
  font-size: 14px;
  color: #a8a8a8;
  line-height: 1.5;
}

.tc-c .footer {
  background: #0a0a0a;
  padding: 40px 48px 40px;
}
.tc-c .footer-contact-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 32px;
}
.tc-c .footer-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tc-c .footer-portrait-frame {
  width: 114px;
  height: 114px;
  align-self: auto;
  border-radius: 3px;
  border: 1px solid #2a2a2a;
  overflow: hidden;
  flex: 0 0 auto;
}
.tc-c .footer-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.345);
  display: block;
}
.tc-c .footer h3 {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: clamp(48px, 6vw, 91px);
  letter-spacing: normal;
  line-height: 0.88;
  margin: 0 0 48px;
  text-transform: uppercase;
}
.tc-c .footer h3 .outline {
  -webkit-text-stroke: 2px #f4f4f4;
  color: transparent;
}
.tc-c .footer h3 .muted { color: #6a6a6a; }
.tc-c .footer-loc {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: -24px 0 40px;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #888;
}
.tc-c .footer-loc .pin { color: #f4f4f4; margin-right: 5px; }
.tc-c .footer-loc em { font-style: normal; color: var(--accent); padding: 0 3px; }
.tc-mono .footer-loc em { color: #f4f4f4; }
.tc-c .footer h3 .accent { color: var(--accent); }
.tc-c .ext-link-icon { flex-shrink: 0; }
.tc-c .footer .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  color: #0a0a0a;
  padding: 18px 28px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.tc-c .footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.tc-c .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tc-c .footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 16px;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  color: #d4d4d4;
  text-decoration: none;
  transition: border-color .15s, color .15s;
}
.tc-c .footer-socials a:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.tc-c .footer-socials a.has-logo {
  display: inline-flex;
  align-items: center;
  transform: translate(-12px, 2px);
  justify-content: center;
  height: 42px;
  border: none;
  padding: 0 4px;
  background: none;
  opacity: 0.85;
  transition: opacity .15s;
}
.tc-c .footer-socials a.has-logo:hover { opacity: 1; border-color: transparent; }
.tc-c .social-logo { height: 26px; width: auto; display: block; }
.tc-c .social-logo[alt="Instagram"] { height: 32.7px; }
.tc-c .social-logo[alt="IMDb"] { height: 57.2px; transform: translateY(4px); }
.tc-c .footer-socials a.has-logo:first-child { padding-left: 0; }
.tc-c .footer-row {
  margin-top: 0;
  padding-top: 32px;
  border-top: 1px solid #1a1a1a;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #6a6a6a;
}

/* ============================================================
   DIRECTION C — Sub-pages (Resume + Contact) — Marquee styling
   ============================================================ */
.tc-c.subpage { overflow-y: auto; }

.tc-c .page-hero {
  padding: 72px 48px 56px;
  border-bottom: 1px solid #1a1a1a;
}
.tc-c .page-hero .crumb {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 40px;
}
.tc-c .page-hero .crumb .available {
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 8px;
}
.tc-c .page-hero .crumb .available .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 12px var(--accent);
}
.tc-c .page-hero h1 {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 132px;
  letter-spacing: -0.015em;
  line-height: 0.86;
  margin: 0;
  text-transform: uppercase;
}
.tc-c .page-hero h1 .accent { color: var(--accent); }
.tc-c .page-hero h1 .outline { -webkit-text-stroke: 2px #f4f4f4; color: transparent; }
.tc-c .page-hero .lede {
  margin-top: 28px;
  font-size: 19px;
  line-height: 1.45;
  color: #a8a8a8;
  max-width: 620px;
}
.tc-c .page-hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}
.tc-c .btn-accent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #0a0a0a;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}
.tc-c .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #f4f4f4;
  padding: 16px 26px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #2a2a2a;
}

/* Resume body */
.tc-c .resume-body { padding: 0 48px 48px; }
.tc-c .res-block {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  padding: 56px 0;
  border-bottom: 1px solid #1a1a1a;
}
.tc-c .res-block .res-label {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  color: #f4f4f4;
  position: sticky;
  top: 24px;
  align-self: start;
}
.tc-c .res-block .res-label .hash { color: var(--accent); }
.tc-c .res-entry {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #161616;
}
.tc-c .res-entry:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.tc-c .res-entry .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 8px;
}
.tc-c .res-entry .role {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1.05;
}
.tc-c .res-entry .role .co { color: var(--accent); }
.tc-c .res-entry .when {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6a6a6a;
  text-align: right;
  white-space: nowrap;
}
.tc-c .res-entry p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #a8a8a8;
  max-width: 760px;
}
.tc-c .res-lede {
  font-size: 21px;
  line-height: 1.5;
  color: #d4d4d4;
  max-width: 760px;
  margin: 0;
}
.tc-c .tool-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.tc-c .tool-cols .col h4 {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 600;
}
.tc-c .chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tc-c .chip {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  color: #d4d4d4;
  background: #111;
}
.tc-c .award-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tc-c .award-list .award {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid #161616;
}
.tc-c .award-list .award .yr {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 22px;
  color: var(--accent);
}
.tc-c .award-list .award .what { font-size: 15px; color: #d4d4d4; line-height: 1.4; }
.tc-c .award-list .award .what span { color: #6a6a6a; display: block; font-size: 13px; margin-top: 2px; }

/* Contact body */
.tc-c .contact-body {
  padding: 64px 48px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
}
.tc-c .field { margin-bottom: 32px; }
.tc-c .field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a6a6a;
  font-weight: 600;
  margin-bottom: 10px;
}
.tc-c .field input,
.tc-c .field textarea {
  width: 100%;
  background: #111;
  border: 1px solid #242424;
  border-radius: 14px;
  color: #f4f4f4;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  padding: 18px 20px;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.tc-c .field input::placeholder,
.tc-c .field textarea::placeholder { color: #5a5a5a; }
.tc-c .field input:focus,
.tc-c .field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(214,255,46,0.12);
}
.tc-c .field textarea { resize: vertical; min-height: 150px; line-height: 1.5; }

.tc-c .contact-aside .aside-card {
  background: #111;
  border: 1px solid #1c1c1c;
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 20px;
}
.tc-c .contact-aside .aside-card h4 {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 600;
}
.tc-c .contact-aside .big-link {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 26px;
  color: #f4f4f4;
  text-decoration: none;
  letter-spacing: -0.005em;
  word-break: break-word;
}
.tc-c .contact-aside .muted { color: #888; font-size: 15px; line-height: 1.6; margin-top: 8px; }
.tc-c .contact-aside .social-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tc-c .contact-aside .social-row a {
  font-size: 13px; font-weight: 500;
  padding: 10px 16px; border: 1px solid #2a2a2a;
  border-radius: 999px; color: #d4d4d4; text-decoration: none;
}
.tc-c .contact-sent {
  padding: 64px 0;
}
.tc-c .contact-sent .ok {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 24px;
}
.tc-c .contact-sent h2 {
  font-family: 'Bebas Neue Custom', sans-serif; font-weight: 400;
  font-size: 64px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.tc-c .contact-sent p { font-size: 18px; color: #a8a8a8; max-width: 520px; }
.tc-c .contact-sent p b { color: #f4f4f4; font-weight: 600; }

/* ============================================================
   MONOCHROME MODE — accent retired, hierarchy via type only
   ============================================================ */
.tc-c.tc-mono {
  /* Accent becomes near-white so filled chips/buttons read black-on-white */
  --accent: #f4f4f4;
}

/* The CLIFFORD half of the name: outline instead of color, keeps two-tone */
.tc-mono .name-sticky h1.name .accent {
  color: transparent;
  -webkit-text-stroke: 1.5px #f4f4f4;
  text-stroke: 1.5px #f4f4f4;
}

/* Nav active pill: white fill, black text (already via --accent), but make
   the inactive links a touch brighter so the set reads as pure type */
.tc-mono .nav-links a { color: #f4f4f4; }
.tc-mono .nav-links a.active { color: #0a0a0a; }

/* Client rail + horizontal marquees: separators to subtle gray, not white */
.tc-mono .v-marquee-track .sep,
.tc-mono .marquee-track .sep { color: #555; }

/* Play buttons: white disc, black glyph (from --accent) — keep, but soften
   the hero title which is already white */

/* Footer headline: PROJECT? word from filled accent → outline to match name */
/* Footer headline: PROJECT? word stays solid in mono (no outline) */
.tc-mono .footer h3 .accent {
  color: #f4f4f4;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

/* Grid + studio/social hover: white border instead of color (inherits --accent) */

/* Directing panel: it flips to an accent-colored block in color mode; in mono
   make it a clean dark panel with white type */
.tc-mono .directing { background: #111; color: #f4f4f4; }
.tc-mono .directing h2 .outline { -webkit-text-stroke: 2px #f4f4f4; color: transparent; }
.tc-mono .directing .blurb { color: #a8a8a8; }
.tc-mono .directing .film .meta { color: #888; }

/* Contact "message received" + small accent labels → white */
.tc-mono .contact-sent .ok,
.tc-mono .contact-aside .aside-card h4,
.tc-mono .field label { color: #f4f4f4; }

/* Focus ring on inputs → neutral */
.tc-mono .field input:focus,
.tc-mono .field textarea:focus {
  border-color: #f4f4f4;
  box-shadow: 0 0 0 3px rgba(244,244,244,0.12);
}

/* Contact drawer (opens from nav brand) */
.tc-drawer-root { position: fixed; inset: 0; z-index: 200; pointer-events: none; }
.tc-drawer .cta-btn svg { flex: 0 0 auto; }
.tc-drawer .footer-loc { flex-wrap: nowrap; font-size: 14px; }
.tc-drawer .cta-btn { display: inline-flex; align-items: center; gap: 12px; background: var(--accent); color: #0a0a0a; padding: 18px 28px; border-radius: 4px; font-size: 16px; font-weight: 600; text-decoration: none; transition: opacity .15s; }
.tc-drawer .cta-btn:hover { opacity: 0.85; }
.tc-drawer-root.tc-mono .tc-drawer .cta-btn { background: #f4f4f4; }
.tc-drawer-root.tc-mono .tc-drawer .footer-loc em { color: #f4f4f4; }
.tc-drawer-root.tc-mono .tc-drawer h3 .accent { color: #f4f4f4; }
.tc-drawer-scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.55); opacity: 0; transition: opacity .3s ease; }
.tc-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: 30vw; min-width: 300px; max-width: 480px; background: #0f0f0f; border-left: 1px solid #1e1e1e; padding: 56px 40px; overflow-y: auto; transform: translateX(102%); transition: transform .42s cubic-bezier(.3,.9,.25,1); box-shadow: -24px 0 60px rgba(0,0,0,0.5); }
.tc-drawer-root.is-open { pointer-events: auto; }
.tc-drawer-root.is-open .tc-drawer-scrim { opacity: 1; }
.tc-drawer-root.is-open .tc-drawer { transform: translateX(0); }
.tc-drawer h3 { font-family: var(--proj-name-font, 'Inter'), sans-serif; font-weight: 800; font-size: clamp(21px, 2.63vw, 38px); line-height: 1.15; letter-spacing: -0.005em; text-transform: uppercase; color: #f4f4f4; margin: 0 0 22px; }
.tc-drawer h3 .muted { color: #6a6a6a; }
.tc-drawer { display: flex; flex-direction: column; }
.tc-drawer .footer-socials { margin-bottom: auto; }
.tc-drawer .footer-loc { margin: 34px 0 0; flex-wrap: wrap; }
.tc-drawer .footer-loc em { white-space: nowrap; }
.tc-drawer .footer-contact { display: flex; flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 28px; }
.tc-drawer .footer-contact .cta-btn, .tc-drawer .footer-contact .btn-ghost { justify-content: center; width: 100%; box-sizing: border-box; padding-left: 18px; padding-right: 18px; }
.tc-drawer .footer-socials { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.tc-drawer .footer-socials a { border: none; background: transparent; padding: 0; border-radius: 0; display: inline-flex; align-items: center; gap: 7px; transform: none; font-size: 15px; font-weight: 500; letter-spacing: 0.02em; color: #999; text-decoration: none; transition: color .15s; }
.tc-drawer .footer-socials a:hover { color: #f4f4f4; }
.tc-drawer-close { position: absolute; top: 18px; left: 18px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: transparent; border: 1px solid #262626; border-radius: 4px; color: #999; cursor: pointer; transition: color .15s, border-color .15s; }
.tc-drawer-close:hover { color: #f4f4f4; border-color: #444; }
.tc-c .nav-brand { cursor: pointer; position: relative; z-index: 2; }
/* While the drawer is open, lift the nav above it but let clicks pass through
   everything except the brand, so the drawer's own controls stay hittable. */
body.tc-drawer-open .tc-c .nav { z-index: 210; pointer-events: none; }
body.tc-drawer-open .tc-c .nav-brand { pointer-events: auto; }
.tc-drawer { padding-top: calc(var(--tc-nav-h, 81px) + 24px); }
@media (max-width: 720px) { .tc-drawer { width: 86vw; min-width: 0; padding: 48px 24px; } }

/* Gallery page: thumbnails sit tight under the nav. */
.tc-c .gallery-grid-wrap { margin-top: 0; }
.tc-c .gallery-grid-wrap .more-grid { margin-top: 0; }
.tc-c .gallery-grid-wrap .work-section { padding-top: 0; }

/* Static name column: the 11 rows share the frame height equally, so the set
   always fits between nav and footer regardless of viewport height. */
.tc-c .rot-name-list.is-static { position: absolute; top: 0; bottom: 0; display: flex; flex-direction: column; padding: 8px 0; box-sizing: border-box; overflow: hidden; }
.tc-c .rot-name-list.is-static .rni {
  position: static;
  transform: none;
  flex: 1 1 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.05;
  font-size: clamp(11px, min(2.1vw, 2.6vh), 26px);
}

/* Static name column: inactive rows read at one uniform dim level; the
   currently playing project is full white. */
.tc-c .rot-name-list.is-static .rni { color: #f4f4f4 !important; opacity: 0.16 !important; }
.tc-c .rot-name-list.is-static .rni.active { color: #fff !important; opacity: 1 !important; }
.tc-c .rot-name-list.is-static .rni:hover:not(.active) { opacity: 0.6 !important; }

/* Names are a static full-height list now — no top/bottom fade. */
.tc-c .rot-name-wrap { -webkit-mask-image: none !important; mask-image: none !important; }

/* Name column ends level with the GALLERY caption's baseline box. */
.tc-c .rot-name-list.is-static { bottom: 34px; }

/* Credit line under the lightbox player. */
.tc-c .lightbox-credit { position: absolute; left: 0; right: 0; bottom: 34px; justify-content: center; display: flex; align-items: baseline; gap: 18px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; }
.tc-c .lightbox-credit .lc-title { font-weight: 700; color: #f4f4f4; }
.tc-c .lightbox-credit .lc-dir { color: #8a8a8a; }

/* Mobile: in-view cells behave like desktop hover (clip plays, chrome fades). */
.tc-c .more-cell.has-video.is-inview .cell-dim { opacity: 0; }
.tc-c .more-cell.has-video.is-inview .cell-title { opacity: 0; }

/* Qualifier suffix (e.g. "Director's Cut") reads as a small tag beside the title. */
.tc-c .rni-sub { font-size: clamp(9px, 0.55em, 14px); letter-spacing: 0.1em; margin-left: 0.6em; }

/* Mobile: the nav stacks two rows tall, so while the drawer is open hide the
   Edits/Films row (it's not interactive then anyway) and start the drawer's
   content below the remaining brand line. */
@media (max-width: 560px) {
  body.tc-drawer-open .tc-c .nav-links { display: none; }
  body.tc-drawer-open .tc-c .nav { padding-bottom: 12px; }
  .tc-drawer { padding-top: 84px; }
  .tc-drawer-close { top: 26px; }
}

/* Mobile drawer: the close button clears the wordmark by sitting on the right,
   and the location line follows the links instead of stranding at the bottom. */
@media (max-width: 560px) {
  .tc-drawer-close { left: auto !important; right: 20px; top: 16px !important; }
  .tc-drawer .footer-socials { margin-bottom: 0 !important; }
  .tc-drawer .footer-loc { margin: 30px 0 0 !important; }
}

.tc-c .footer-email { color: #6a6a6a; text-decoration: none; transition: color .15s; }
.tc-c .footer-email:hover { color: #f4f4f4; }


/* The poster is absolutely positioned, so it paints above the in-flow video
   and would hide it entirely. Put the video in the same layer, and fade the
   poster once the clip is actually playing (hover on desktop, in-view on touch). */
.tc-c .more-cell video { position: absolute; inset: 0; z-index: 1; }
.tc-c .cell-poster { z-index: 1; transition: opacity .25s ease; }
.tc-c .more-cell.has-video:hover .cell-poster,
.tc-c .more-cell.has-video.is-inview .cell-poster { opacity: 0; }
.tc-c .more-cell .cell-dim, .tc-c .more-cell .cell-title { z-index: 2; }

@media (max-width: 560px) { .tc-c .footer-email { display: none; } }

/* Mobile gallery: persistent credit in the tile's bottom-left corner. */
.tc-c .cell-credit { display: none; }
@media (max-width: 560px) {
  .tc-c .more-cell .cell-credit {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: absolute;
    left: 12px;
    bottom: 11px;
    z-index: 3;
    text-align: left;
    text-shadow: 0 1px 10px rgba(0,0,0,0.75);
  }
  .tc-c .cell-credit .cc-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f4f4f4; }
  .tc-c .cell-credit .cc-dir { font-size: 10px; letter-spacing: 0.06em; color: #cfcfcf; }
  .tc-c .more-cell .cell-title { display: none; }
}
