/* ============================================================
   Katiana Farrier — Design System
   Neon green + black, in the spirit of Jazmine Sullivan's
   "Heaux Tales" cover art — high-contrast, poster-bold, editorial.
   Palette pulled directly from the artwork:
     ink     #15140F  (near-black background)
     neon    #D4FA3D  (lime accent)
     lav     #C7D0EE  (periwinkle — photo backdrops, soft tags)
     paper   #F4F3EE  (off-white text/surfaces)
   Contrast note: paper-on-neon fails WCAG (~1.1:1) — never pair
   paper text on a neon surface. Ink-on-neon and paper-on-ink both
   clear AAA (15:1+). Keep it that way in any future edit.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Manrope:wght@400;500;600;700;800&family=Rock+Salt&display=swap');

/* ---------- Tokens ---------- */
:root {
  --ink: #15140F;
  --ink-2: #201F18;
  --ink-3: #2B2A22;
  --neon: #D4FA3D;
  --neon-deep: #A8C92E;
  --lav: #C7D0EE;
  --paper: #F4F3EE;
  --white: #FFFFFF;

  --font-display: 'Anton', 'Archivo Black', Impact, sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --max-width: 1320px;
  --gutter: clamp(1.1rem, 3.5vw, 2.25rem);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body, h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
ul[class], ol[class] { list-style: none; margin: 0; padding: 0; }
img, picture, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea { font: inherit; }

body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem; top: -3rem;
  background: var(--neon);
  color: var(--ink);
  padding: 0.75rem 1.25rem;
  border-radius: 2px;
  z-index: 200;
  font-weight: 700;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 1rem; }

:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Grain texture (used sparingly, on statement sections) ---------- */
.grain { position: relative; }
.grain::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.15;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ---------- Layout helpers ---------- */
.wrap {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: clamp(2.25rem, 6vw, 4.5rem); }
.section--tight { padding-block: clamp(1.5rem, 3.5vw, 2.75rem); }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.003em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.9rem, 8vw, 6.2rem); }
h2 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h3 { font-size: clamp(1.3rem, 2.6vw, 1.85rem); }
h4 { font-family: var(--font-body); font-weight: 700; text-transform: none; font-size: 1.05rem; }

.accent { color: var(--neon); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--neon);
  margin-bottom: 0.85rem;
}

.lede {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--paper);
  max-width: 46ch;
  line-height: 1.55;
}

.text-link {
  color: var(--neon);
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 0.1em;
  font-weight: 600;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.text-link:hover { color: var(--paper); }

/* Signature stamp — kept as a subtle rotation, no color assumptions */
.stamp {
  display: inline-block;
  font-family: var(--font-display);
  text-transform: uppercase;
  transform: rotate(-2deg);
}

/* "Let's Get It Done!" sign-off — cute cursive flourish (Rock Salt) */
.stamp--script {
  font-family: 'Rock Salt', cursive;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
h1 .stamp--script { font-size: 0.6em; }
.footer-top .stamp--script { font-size: 1.6em; }

/* ---------- Badges (pulled from the cover's label/pill device) ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border: 1.5px solid currentColor;
  border-radius: 100px;
  padding: 0.42em 0.95em;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--neon);
}
.badge--paper { color: var(--paper); }
.badge--ink { color: var(--ink); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0.9em 1.6em;
  border-radius: 100px;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--neon);
  color: var(--ink);
  box-shadow: 0 6px 24px -8px rgba(212, 250, 61, 0.4);
}
.btn-primary:hover { background: var(--paper); }
.btn-ghost {
  border: 1.5px solid var(--paper);
  color: var(--paper);
}
.btn-ghost:hover { background: var(--paper); color: var(--ink); }
.btn-ghost.on-neon { border-color: var(--ink); color: var(--ink); }
.btn-ghost.on-neon:hover { background: var(--ink); color: var(--neon); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(21, 20, 15, 0.92);
  backdrop-filter: blur(10px);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.1rem;
}
.brand {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.brand span { color: var(--neon); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  z-index: 110;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--paper);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--neon); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--neon); }

.main-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2vw, 2.25rem);
}
.main-nav a {
  font-weight: 600;
  font-size: 0.92rem;
  position: relative;
  padding-block: 0.25rem;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--neon);
  transition: width 0.25s var(--ease);
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]:not(.btn)::after { width: 100%; }
/* :not(.btn) — the "current page" neon-text treatment is for plain nav
   links only. The "Let's Talk" link is also a .btn-primary (neon fill,
   ink text) on its own page (contact.html), and this rule would
   otherwise override that to neon-on-neon text, making it unreadable. */
.main-nav a[aria-current="page"]:not(.btn) { color: var(--neon); }
.main-nav .btn { margin-left: 0.25rem; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 360px);
    height: 100vh;
    background: var(--ink);
    border-left: 1px solid rgba(244,243,238,0.12);
    color: var(--paper);
    padding: 6rem 2rem 2rem;
    /* clip-path (not transform) hides this off-canvas — its box never
       actually leaves the viewport, so it can't inflate the page's
       scrollable width on mobile/tablet like a translateX(100%) hide
       would (that also risks colliding with the sticky header if
       "fixed" via ancestor overflow-clipping tricks instead). */
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.35s var(--ease);
  }
  .main-nav[data-open="true"] { clip-path: inset(0 0 0 0%); }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .main-nav a { font-size: 1.4rem; font-family: var(--font-display); text-transform: uppercase; }
  .main-nav a::after { display: none; }
  .main-nav .btn { margin-left: 0; margin-top: 1rem; }
  .nav-backdrop {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.55);
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s var(--ease);
    z-index: 90;
  }
  .nav-backdrop[data-open="true"] { opacity: 1; pointer-events: auto; }
}

/* ---------- Footer — the closing "stamp": neon, inverted ---------- */
.site-footer {
  background: var(--neon);
  color: var(--ink);
  padding-block: clamp(1.75rem, 3vw, 2.5rem) 1.5rem;
}
.site-footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
}
.site-footer h2 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.site-footer .btn-primary { background: var(--ink); color: var(--neon); box-shadow: none; padding-block: 0.65em; }
.site-footer .btn-primary:hover { background: var(--paper); color: var(--ink); }
.footer-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink);
}
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { color: var(--ink); }
.footer-links a:hover { text-decoration: underline; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(1.5rem, 4vw, 2.25rem) clamp(0.75rem, 2vw, 1.1rem);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: start;
}
.hero-tagline {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: var(--paper);
  margin-top: 0.85rem;
  max-width: 40ch;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }

.hero-media { aspect-ratio: 4 / 3.85; border-radius: 4px; position: relative; overflow: hidden; }
.hero-media picture { display: block; width: 100%; height: 100%; box-sizing: border-box; border: 1.5px solid var(--neon); }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { aspect-ratio: 16/10; order: -1; }
}

/* ---------- Placeholder media ---------- */
.placeholder {
  position: relative;
  width: 100%; height: 100%;
  min-height: 220px;
  background:
    repeating-linear-gradient(135deg, rgba(21,20,15,0.08) 0 2px, transparent 2px 14px),
    var(--lav);
  border: 1px dashed rgba(21,20,15,0.35);
  border-radius: 4px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  overflow: hidden;
}
.placeholder-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--paper);
  background: rgba(21,20,15,0.78);
  padding: 0.4em 0.7em;
  border-radius: 4px;
  line-height: 1.3;
}

/* Video is wired up but no custom poster photo yet — distinct from the
   "still needs media" ask-placeholder above; centered play icon on a
   solid ink field instead of the dashed lavender box. */
.placeholder--video-ready {
  background: var(--ink-2);
  border: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.placeholder--video-ready .placeholder-play {
  width: 3.25rem; height: 3.25rem;
  border-radius: 50%;
  border: 1.5px solid rgba(244,243,238,0.5);
  display: flex; align-items: center; justify-content: center;
  color: var(--paper);
  font-size: 1.1rem;
  background: rgba(244,243,238,0.06);
}

/* ---------- Behind the scenes gallery ---------- */
.bts-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.1rem, 2vw, 1.75rem);
}
@media (max-width: 900px) { .bts-gallery { grid-template-columns: repeat(2, 1fr); } }
.bts-photo {
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 1.5px solid var(--neon);
}
.bts-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 640px) { .bts-gallery { grid-template-columns: 1fr; } }

/* ---------- Photo stack (hero-adjacent pair) ---------- */
.photo-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
}
.photo-stack .bts-photo { aspect-ratio: 5/4; }

/* ---------- Client marquee ---------- */
.marquee-section { padding-top: 0; }
.marquee-eyebrow { margin-bottom: 0.6rem; }
.marquee-wrap {
  overflow: hidden;
  border-block: 1px solid rgba(244,243,238,0.12);
  padding-block: 1.1rem;
}
.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: clamp(2.5rem, 6vw, 5rem);
  animation: marquee 32s linear infinite;
}
.marquee-track span {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  color: var(--paper);
  white-space: nowrap;
}
.marquee-track img {
  height: clamp(22px, 3.4vw, 34px);
  width: auto;
  display: block;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; overflow-x: auto; }
}

/* ---------- Full-bleed contrast blocks — neon inverts against the black base ---------- */
.block {
  padding-block: clamp(2.25rem, 6vw, 4.5rem);
}
.block--neon { background: var(--neon); color: var(--ink); }
.block--neon .eyebrow { color: var(--ink); }
.block--neon .lede { color: var(--ink); }
.block--ink2 { background: var(--ink-2); color: var(--paper); border-block: 1px solid rgba(244,243,238,0.1); }

.pull-quote {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.7rem, 3.8vw, 2.9rem);
  line-height: 1.05;
  max-width: 20ch;
}
.pull-quote cite {
  display: block;
  font-style: normal;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: none;
  font-size: 0.95rem;
  margin-top: 1.5rem;
  color: inherit;
}

/* ---------- SOC callout ---------- */
.soc-callout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
}
@media (max-width: 900px) { .soc-callout { grid-template-columns: 1fr; } }

/* ---------- Cards / grids ---------- */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.1rem, 2vw, 1.75rem);
}
@media (max-width: 1024px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid { grid-template-columns: 1fr; } }

.card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-media {
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.card-media .placeholder { border-radius: 4px; }
.card-media picture { display: block; width: 100%; height: 100%; box-sizing: border-box; border: 1.5px solid var(--neon); }
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-media .card-media-alt {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.card:hover .card-media-alt,
.card:focus-within .card-media-alt { opacity: 1; }

.card-format {
  position: absolute;
  top: 1rem; left: 1rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--neon);
  padding: 0.35em 0.7em;
  border-radius: 100px;
}

/* Clickable cards (photo/gallery/video available) */
.card.is-playable .card-media { cursor: pointer; }
.card-expand {
  position: absolute;
  bottom: 1rem; right: 1rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--neon);
  color: var(--ink);
  padding: 0.35em 0.7em;
  border-radius: 100px;
  transition: transform 0.2s var(--ease);
}
.card.is-playable .card-media:hover .card-expand,
.card.is-playable .card-media:focus-visible .card-expand { transform: translateY(-2px); }
.card.is-playable .card-media:focus-visible { outline: 2px solid var(--neon); outline-offset: 2px; }

/* ---------- Lightbox ---------- */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(21, 20, 15, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
}
.lightbox-overlay[hidden] { display: none; }
.lightbox-content {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.lightbox-body { width: 100%; display: flex; justify-content: center; }
.lightbox-body img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  border-radius: 4px;
  display: block;
}
.lightbox-video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  background: var(--ink-2);
}
.lightbox-video-frame iframe,
.lightbox-video-frame video { width: 100%; height: 100%; border: 0; display: block; }
.lightbox-caption { color: var(--paper); font-size: 0.9rem; text-align: center; }
.lightbox-close {
  position: absolute;
  top: -2.75rem; right: 0;
  width: 2.25rem; height: 2.25rem;
  border-radius: 100px;
  border: 1.5px solid rgba(244,243,238,0.3);
  color: var(--paper);
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.lightbox-close:hover { background: var(--neon); color: var(--ink); border-color: var(--neon); }
.lightbox-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 2.75rem; height: 2.75rem;
  border-radius: 100px;
  background: rgba(21,20,15,0.7);
  border: 1.5px solid rgba(244,243,238,0.3);
  color: var(--paper);
  font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-nav:hover { background: var(--neon); color: var(--ink); border-color: var(--neon); }
.lightbox-prev { left: -1rem; }
.lightbox-next { right: -1rem; }
@media (max-width: 720px) {
  .lightbox-prev { left: 0; }
  .lightbox-next { right: 0; }
}
.card-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.05;
}
.card-meta { font-size: 0.85rem; color: var(--paper); }
.card-link-out {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--neon);
}

/* ---------- Featured (home) ---------- */
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2vw, 1.75rem); }
@media (max-width: 900px) { .featured-grid { grid-template-columns: 1fr; } }

/* ---------- Work: category groups ---------- */
.work-category { margin-bottom: clamp(2.75rem, 6vw, 4.5rem); }
.work-category:last-child { margin-bottom: 0; }
.work-category-heading {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
  padding-bottom: 0.75rem;
}
.work-category-heading::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  background: var(--neon);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ---------- Timeline (About) ---------- */
.timeline { border-top: 1px solid rgba(244,243,238,0.15); margin-top: 1rem; }
.timeline-item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 1.5rem;
  padding-block: 1.15rem;
  border-bottom: 1px solid rgba(244,243,238,0.15);
}
@media (max-width: 640px) { .timeline-item { grid-template-columns: 1fr; gap: 0.4rem; } }
.timeline-date { font-weight: 700; color: var(--neon); font-size: 0.92rem; }
.timeline-role { font-family: var(--font-display); text-transform: uppercase; font-weight: 400; font-size: 1.2rem; }
.timeline-org { color: var(--paper); font-size: 0.92rem; margin-top: 0.15rem; }

/* ---------- About portrait ---------- */
.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 36rem) minmax(0, 24rem);
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}
@media (max-width: 900px) { .about-hero { grid-template-columns: 1fr; } }
.about-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.about-hero .lede { font-size: clamp(0.95rem, 1.5vw, 1.05rem); max-width: 52ch; }
.about-hero .hero-media { aspect-ratio: 3/4; max-width: 380px; margin-inline: auto; }
@media (max-width: 900px) { .about-hero .hero-media { max-width: 320px; margin-inline: auto; } }

/* ---------- Services ---------- */
.services-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 900px) { .services-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-list { grid-template-columns: 1fr; } }
.service-item {
  border: 1.5px solid var(--neon);
  padding: clamp(1.5rem, 2.5vw, 1.9rem) clamp(1.4rem, 2.2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.service-num {
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--neon);
  color: var(--ink);
  padding: 0.35em 0.7em;
  border-radius: 100px;
}
.service-item h3 { font-size: 1.3rem; line-height: 1.08; margin: 0; }
.service-item p { color: var(--paper); font-size: 0.92rem; margin: 0; }
.service-note {
  margin-top: 2.5rem;
  font-size: 0.9rem;
  color: var(--paper);
  border-left: 3px solid var(--neon);
  padding-left: 1rem;
}

/* ---------- Press ---------- */
.press-placeholder {
  border: 1.5px dashed rgba(244,243,238,0.3);
  border-radius: 8px;
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}
.press-placeholder p { color: var(--paper); max-width: 46ch; margin-inline: auto; }
/* ---------- Logo list — reused wherever client names are listed as text (Press, Home hero) ---------- */
.logo-list {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.75rem 2.75rem;
  margin-top: 1.5rem;
}
.logo-list--center { justify-content: center; }

/* Work page hero — logos sit beside the headline instead of stacked
   below it. The copy column sizes to its own content (not a fixed
   fraction) so the logos start right after it, however wide "Receipts"
   (or whatever the title becomes) happens to be. */
.work-hero-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.work-hero-flex > .hero-copy { flex: 0 1 auto; }
.work-hero-flex > .hero-logos { flex: 1 1 320px; min-width: 280px; }
@media (max-width: 760px) {
  .work-hero-flex > .hero-logos { flex-basis: 100%; }
}

.logo-list img {
  height: 26px;
  width: auto;
  display: block;
}
.logo-list span {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--paper);
}

/* ---------- Screenings ----------
   Styled like a tour-date list: the one screening still ahead is lit up
   (neon border, filled "Upcoming" tag); everything already played is
   crossed off — flat panel, faded, strikethrough title. Past/upcoming is
   computed from each entry's date at render time (see initScreenings in
   main.js), so this flips on its own as dates pass. */
.film-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 15rem) 1fr;
  gap: clamp(1.5rem, 3.5vw, 2.5rem);
  align-items: center;
  margin-top: 1.5rem;
}
.film-poster {
  position: relative;
  display: block;
  aspect-ratio: 2/3;
  border: 1.5px solid var(--neon);
  border-radius: 4px;
  overflow: hidden;
}
.film-poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
.film-poster-play {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.85rem 1rem;
  background: rgba(21,20,15,0.85);
  color: var(--neon);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.film-poster:hover .film-poster-play,
.film-poster:focus-visible .film-poster-play { opacity: 1; transform: translateY(0); }
.film-info .lede { max-width: 46ch; }
@media (max-width: 760px) {
  .film-spotlight { grid-template-columns: 1fr; }
  .film-poster { max-width: 220px; margin-inline: auto; }
  .film-poster-play { opacity: 1; transform: none; }
}

/* ---------- Film stills (screening page — production stills alongside poster/trailer) ---------- */
.film-stills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}
.film-still {
  aspect-ratio: 3/2;
  border-radius: 4px;
  overflow: hidden;
  border: 1.5px solid var(--neon);
}
.film-still img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 640px) { .film-stills { grid-template-columns: 1fr; } }

.film-stills--section { margin-top: clamp(2.75rem, 6vw, 4rem); }
.film-stills--tucked { margin-top: 1.5rem; max-width: 30rem; }
.film-stills--closing { margin-top: 1.5rem; }

.screening-list { display: flex; flex-direction: column; gap: 1.1rem; margin-top: 1.5rem; }
.screening-item {
  padding: clamp(1.25rem, 2.5vw, 1.6rem) clamp(1.4rem, 2.5vw, 1.75rem);
  display: grid;
  grid-template-columns: 9rem 1fr auto;
  align-items: center;
  gap: 1rem 1.75rem;
}
.screening-item.is-upcoming { border: 1.5px solid var(--neon); }
.screening-item.is-past { background: rgba(244, 243, 238, 0.045); }
.screening-date { font-family: var(--font-display); text-transform: uppercase; font-size: 1.1rem; letter-spacing: 0.02em; }
.screening-time { display: block; color: var(--paper); font-size: 0.85rem; margin-top: 0.2rem; }
.screening-date-note {
  display: inline-block;
  background: var(--neon);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3em 0.65em;
  border-radius: 100px;
  margin-top: 0.5rem;
}
.screening-status-tag {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3em 0.65em;
  border-radius: 100px;
  margin-bottom: 0.6rem;
}
.screening-status-tag--upcoming { background: var(--neon); color: var(--ink); }
.screening-status-tag--past { border: 1.5px solid rgba(244,243,238,0.35); color: rgba(244,243,238,0.55); }
.screening-festival { font-family: var(--font-display); text-transform: uppercase; font-weight: 400; font-size: 1.25rem; margin: 0; }
.screening-venue { font-size: 0.95rem; margin-top: 0.35rem; }
.screening-where { color: var(--paper); font-size: 0.85rem; margin-top: 0.1rem; }
.screening-item.is-past .screening-date,
.screening-item.is-past .screening-time,
.screening-item.is-past .screening-festival,
.screening-item.is-past .screening-venue,
.screening-item.is-past .screening-where {
  text-decoration: line-through;
  text-decoration-color: var(--neon);
  text-decoration-thickness: 2px;
}
.screening-item.is-past .screening-date,
.screening-item.is-past .screening-time,
.screening-item.is-past .screening-festival,
.screening-item.is-past .screening-venue,
.screening-item.is-past .screening-where,
.screening-item.is-past .screening-link-btn { opacity: 0.55; }
.screening-link-btn {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--neon);
  border-radius: 100px;
  padding: 0.42em 0.95em;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--neon);
  white-space: nowrap;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.screening-link-btn:hover { background: var(--neon); color: var(--ink); }
@media (max-width: 760px) {
  .screening-item { grid-template-columns: 1fr; }
  .screening-link-btn { justify-self: start; }
}

/* ---------- Contact ---------- */
.contact-hero { text-align: center; padding-block: clamp(4rem, 12vw, 9rem); }
.contact-hero h1 { margin-bottom: 1rem; }
.contact-links {
  display: flex; justify-content: center; gap: 1.25rem; flex-wrap: wrap;
  margin-top: 2.5rem;
}

/* ---------- Scroll reveal ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- Utility ---------- */
.center { text-align: center; }
.center .eyebrow, .eyebrow.center { display: block; }
.mt-lg { margin-top: clamp(1.25rem, 3vw, 2.25rem); }
