/* ============================================================
   ALO Creator / Performer website template
   ALO Intelligence - clonable per creator
   Palette: near-black canvas + electric lime accent.
   Editorial, motion-forward. Built for dancers, performers,
   musicians, any creator who gets booked by the gig.
   ============================================================ */

:root {
  /* Palette sampled from Lilly's own stage lighting, not chosen by eye.
     Magenta measures hue 323-326deg across FEISTY, Oasis and the portrait;
     violet measures hue 274-278deg in ENGROSSED. Both at ~0.99 saturation.
     Her literal magenta (#960155) only reaches 2.29:1 against the canvas, so
     it is used as light and never as text. The UI magenta is lifted to
     #ff3d9a, which measures 6.01:1 and passes AA for body copy. */
  --bg:        #0c0910;   /* violet-tinted near-black; flat #000 causes halation */
  --bg-2:      #14101c;
  --bg-3:      #1c1626;
  --ink:       #f6f0e6;   /* cream, 17.44:1, warmer than pure white */
  --body:      #cfc7bc;   /* 11.81:1 */
  --muted:     #948c9e;   /* 6.12:1 */
  --line:      #2b2338;
  --accent:    #ff3d9a;   /* 6.01:1 */
  --accent-2:  #e02f86;
  --accent-soft:#ff6fb5;  /* 7.71:1, hover */
  --violet:    #a45bff;   /* 5.20:1, secondary */
  --magenta-deep:#960155; /* her real stage magenta. Decorative only. */
  --violet-deep: #7e1dc2; /* likewise. */
  --accent-ink:#0c0910;   /* label colour on magenta fills: 6.01:1 beats cream's 2.90:1 */

  --font-body: 'Manrope', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-head: 'Anton', "Arial Narrow", Impact, var(--font-body);

  --max: 1440px;
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .15s ease; }

h1, h2, h3 {
  font-family: var(--font-head);
  color: var(--ink);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 .4em;
}
h1 { font-size: clamp(3.4rem, 13vw, 11rem); }
h2 { font-size: clamp(2.4rem, 6.5vw, 4.8rem); }
h3 { font-family: var(--font-body); font-weight: 800; font-size: 1.1rem;
     letter-spacing: -0.01em; text-transform: none; line-height: 1.25; color: var(--ink); }
p { margin: 0 0 1em; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.accent { color: var(--accent); }
.section { padding: clamp(40px, 4vw, 64px) 0; }
.section-head { max-width: 62ch; margin-bottom: clamp(20px, 2.2vw, 30px); }
.eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 18px;
}
.eyebrow.dim { color: var(--muted); }
.lede { font-size: clamp(1.02rem, 1.7vw, 1.22rem); color: var(--body); max-width: 56ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-weight: 800; font-size: .95rem; letter-spacing: .01em;
  padding: 15px 28px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: var(--accent-soft); color: var(--accent-ink); }
.btn-ghost { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn-ghost:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-lg { padding: 17px 34px; font-size: 1rem; }
.btn-sm { padding: 10px 20px; font-size: .85rem; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  transition: background .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: rgba(12,9,16,.82); backdrop-filter: blur(14px); border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { font-family: var(--font-head); font-size: 1.35rem; letter-spacing: .06em;
         text-transform: uppercase; color: var(--ink); }
.brand em { color: var(--accent); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .9rem; font-weight: 600; color: var(--body); }
.nav-links a:hover { color: var(--accent); }
.nav-links .btn { color: var(--accent-ink); }
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; width: 22px; height: 2px; background: var(--ink); position: relative;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after  { position: absolute; top: 7px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 92svh; display: flex; align-items: flex-end;
        padding: 110px 0 48px; overflow: hidden; }
.hero-media {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(to right, rgba(12,9,16,.94) 0%, rgba(12,9,16,.72) 42%, rgba(12,9,16,.30) 100%),
    url('../img/lilly-hero.jpg') 76% 45% / cover no-repeat;
}
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,9,16,.55) 0%, rgba(12,9,16,.15) 40%, rgba(12,9,16,.92) 100%);
}
.hero-inner { position: relative; z-index: 2; }
.hero h1 { margin-bottom: .2em; }
.hero h1 .line { display: block; }
.hero-roles {
  display: flex; flex-wrap: wrap; gap: 10px 14px; list-style: none; padding: 0; margin: 0 0 24px;
  font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
.hero-roles li::after { content: ' /'; color: var(--accent); }
.hero-roles li:last-child::after { content: ''; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-scroll { position: absolute; right: 24px; bottom: 44px; z-index: 2;
  writing-mode: vertical-rl; font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--muted); }

/* ---------- Marquee ---------- */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--bg-2); overflow: hidden; padding: 13px 0; }
/* Four identical groups. The animation moves exactly one group width (25% of the
   track), so the loop is seamless and the strip still spans an ultra-wide screen.
   The gap lives on padding-right inside each group, otherwise the flex gap between
   groups makes the reset land slightly off and you see a seam. */
.marquee-track { display: flex; white-space: nowrap; width: max-content;
  animation: slide 40s linear infinite; }
.marquee-group { display: flex; gap: 48px; padding-right: 48px; }
.marquee span { font-family: var(--font-head); font-size: 1.15rem; letter-spacing: .08em;
  text-transform: uppercase; color: #4d4e57; }
.marquee span.on { color: var(--accent); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-25%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Reel ---------- */
.reel-frame {
  position: relative; aspect-ratio: 16 / 9; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; background: var(--bg-3);
  display: grid; place-items: center;
}
.reel-frame iframe, .reel-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.reel-ph { text-align: center; color: var(--muted); font-size: .78rem;
  letter-spacing: .16em; text-transform: uppercase; }
.reel-ph .play {
  width: 76px; height: 76px; border-radius: 50%; border: 1px solid var(--accent);
  color: var(--accent); display: grid; place-items: center; margin: 0 auto 16px; font-size: 1.3rem;
}

/* ---------- Work grid ---------- */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tile {
  position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden;
  background: var(--bg-3); border: 1px solid var(--line); display: flex; align-items: flex-end;
}
.tile-media { position: absolute; inset: 0; transition: transform .5s ease; }
.tile:hover .tile-media { transform: scale(1.05); }
.tile-cap {
  position: relative; z-index: 2; padding: 20px; width: 100%;
  background: linear-gradient(180deg, transparent, rgba(12,9,16,.9));
}
.tile-cap strong { display: block; color: var(--ink); font-size: 1rem; }
.tile-cap span { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
/* Showcase tiles. Focal points come from the pinpoint pass, see _pinpoints.json. */
.ph-1 { background: url('../img/from-clips/feisty-fem-3.jpg') center 45% / cover no-repeat; }
.ph-2 { background: url('../img/engrossed-hi.jpg') center 55% / cover no-repeat; }
.ph-3 { background: url('../img/from-clips/oasis-1.jpg') center 45% / cover no-repeat; }
.ph-4 { background: url('../img/project-cash.jpg') 32.8% 44.0% / cover no-repeat; }
.ph-5 { background: url('../img/coalescence.jpg') 44.6% 50.5% / cover no-repeat; }
.ph-6 { background: url('../img/outside.jpg') 46.9% 42.3% / cover no-repeat; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(26px, 4vw, 52px); align-items: center; }
.about-photo { aspect-ratio: 4/3; border-radius: var(--radius); border: 1px solid var(--line);
               background: url('../img/femmeology-oasis.jpg') 43.6% 55.8% / cover no-repeat; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px;
  border-top: 1px solid var(--line); padding-top: 26px; }
.stat b { display: block; font-family: var(--font-head); font-size: clamp(2rem,4vw,2.9rem); color: var(--accent); line-height: 1; }
.stat span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- Booking cards ---------- */
.book-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.book-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px 26px; transition: border-color .2s ease, transform .2s ease; }
.book-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.book-card .ic { font-size: 1.5rem; margin-bottom: 14px; display: block; }
.book-card p { font-size: .93rem; margin: 8px 0 0; }
.book-card .from { display: block; margin-top: 14px; font-size: .74rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent); }

/* ---------- Credits ---------- */
.credits { border-top: 1px solid var(--line); }
.credit { display: grid; grid-template-columns: 92px 1fr auto; gap: 20px; align-items: baseline;
  padding: 20px 0; border-bottom: 1px solid var(--line); }
.credit b { color: var(--ink); font-weight: 800; }
.credit .yr { color: var(--accent); font-family: var(--font-head); letter-spacing: .06em; }
.credit .role { color: var(--muted); font-size: .88rem; }

/* ---------- Quote ---------- */
.quote { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(30px, 5vw, 56px); }
.quote blockquote { margin: 0; font-size: clamp(1.2rem, 2.4vw, 1.75rem); line-height: 1.4; color: var(--ink);
  font-weight: 600; letter-spacing: -0.01em; }
.quote cite { display: block; margin-top: 20px; font-style: normal; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- Contact ---------- */
.contact { background: var(--bg-2); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 4vw, 56px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--line); color: var(--ink);
  border-radius: var(--radius); padding: 13px 15px; font: inherit; font-size: .95rem;
  transition: border-color .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field textarea { min-height: 118px; resize: vertical; }
.form-status { margin-top: 12px; font-size: .9rem; min-height: 1.3em; }
.form-status.ok { color: var(--accent); }
.form-status.err { color: #ff7a7a; }
.contact-direct { list-style: none; padding: 0; margin: 26px 0 0; }
.contact-direct li { padding: 14px 0; border-top: 1px solid var(--line); }
.contact-direct span { display: block; font-size: .7rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted); }
.contact-direct a, .contact-direct b { color: var(--ink); font-weight: 700; }
.contact-direct a:hover { color: var(--accent); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 30px 0; background: var(--bg); }
.footer-inner { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center;
  font-size: .84rem; color: var(--muted); }
.socials { display: flex; gap: 22px; }
.socials a { font-weight: 700; color: var(--body); }
.socials a:hover { color: var(--accent); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .book-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 420px; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; gap: 0;
    background: rgba(12,9,16,.97); backdrop-filter: blur(14px);
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    padding: 8px 24px 20px; display: none;
  }
  .nav-links.open { display: flex; align-items: stretch; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-links .btn { justify-content: center; margin-top: 14px; border-bottom: 0; }
  .hero-scroll { display: none; }
  .credit { grid-template-columns: 68px 1fr; }
  .credit .role { grid-column: 2; }
}
@media (max-width: 520px) {
  .work-grid { grid-template-columns: 1fr; }
  /* .work-grid.featured is more specific than .work-grid, so it needs naming here
     or the home page keeps 2 columns on a phone and the tiles end up ~180px wide. */
  .work-grid.featured { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}


/* ---------- Lilly Chacon: about fact list ---------- */
.about-facts { margin-top: 30px; }

/* ============================================================
   Multi-page additions (Lilly Chacon)
   ============================================================ */

/* Interior page header: shorter than the home hero, same voice. */
.page-head {
  position: relative;
  padding: clamp(104px, 10vw, 148px) 0 clamp(38px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-head::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(to right, rgba(12,9,16,.95) 0%, rgba(12,9,16,.76) 45%, rgba(12,9,16,.42) 100%),
    var(--head-img, linear-gradient(160deg,#1c1626,#0c0910 70%));
  background-size: cover;
  /* Per-banner focal point. Each page sets --head-pos so the subject is not cropped out. */
  background-position: var(--head-pos, center 38%);
}
.page-head .container { position: relative; z-index: 1; }
.page-head h1 { font-size: clamp(2.8rem, 8.5vw, 6.4rem); margin-bottom: .18em; }
.page-head .lede { max-width: 52ch; }

/* Home: featured work strip sits above the full grid on /work */
.work-grid.featured { grid-template-columns: repeat(3, 1fr); }

.more-link {
  display: inline-flex; align-items: center; gap: .5em; margin-top: 22px;
  font-weight: 800; font-size: .95rem; color: var(--accent);
}
.more-link:hover { color: var(--ink); }

/* Closing call to action band, repeated at the foot of interior pages */
.cta-band { background: var(--bg-2); border-top: 1px solid var(--line); text-align: center; }
.cta-band h2 { margin-bottom: .3em; }
.cta-band .lede { margin: 0 auto 22px; }
.cta-band .row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Numbered process steps on the booking page */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px; }
.step { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.step b { display: block; font-family: var(--font-head); font-size: 2rem; color: var(--accent); line-height: 1; margin-bottom: 12px; }
.step h3 { margin-bottom: 6px; }
.step p { font-size: .93rem; margin: 0; }

.nav-links a.active { color: var(--accent); }

@media (max-width: 900px) {
  .work-grid.featured { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
}

/* ---------- Video: clips play on click, nothing preloads ---------- */
.vid-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.vid-grid.vertical { grid-template-columns: repeat(3, 1fr); max-width: 860px; margin: 0 auto; }
/* 7 wide clips would leave a 4/3 split, so the lead clip runs full width and the rest pair off. */
.vid-grid:not(.vertical) > .vid-card:first-child { grid-column: 1 / -1; }

.vid-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: border-color .2s ease, transform .2s ease;
}
.vid-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.vid-card video {
  width: 100%; display: block; background: #000; aspect-ratio: 16/9; object-fit: cover; cursor: pointer;
}
.vid-grid.vertical .vid-card video { aspect-ratio: 9/16; }
.vid-cap { display: block; padding: 16px 18px 18px; }
.vid-cap span {
  display: block; font-size: .7rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 5px;
}
.vid-cap strong { color: var(--ink); font-weight: 800; font-size: 1rem; letter-spacing: -0.01em; }
.vid-cap em { display: block; font-style: normal; color: var(--muted); font-size: .82rem; margin-top: 4px; }

/* One large clip on the home page */
.vid-feature { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
               background: #000; max-width: 1080px; margin: 0; }
.vid-feature video { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; background: #000; cursor: pointer; }

@media (max-width: 900px) {
  .vid-grid, .vid-grid.vertical { grid-template-columns: 1fr; }
  .vid-grid.vertical { max-width: 420px; margin: 0 auto; }
}

/* ============================================================
   Motion and detail pass, 2026-09-04.
   Additive only. Nothing above this line was restructured.
   ============================================================ */

/* Hero runs live footage rather than a still. The name sits at the top and the
   scrim is vertical, because she dances in the lower left of the Oasis clip and
   the old bottom-left type plus left-heavy gradient covered her twice over. */
.hero { min-height: 96svh; align-items: flex-start; padding: clamp(112px, 15vh, 168px) 0 56px; }
.hero-media { background: var(--bg); }
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
  transform: scale(1.07); animation: heroDrift 14s cubic-bezier(.16,.7,.2,1) forwards;
}
@keyframes heroDrift { to { transform: scale(1); } }
.hero-media::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(12,9,16,.93) 0%, rgba(12,9,16,.80) 26%,
                                      rgba(12,9,16,.34) 52%, rgba(12,9,16,.12) 72%,
                                      rgba(12,9,16,.62) 100%);
}
.hero-media::after {
  z-index: 1;
  background: radial-gradient(115% 80% at 50% 78%, transparent 0%, rgba(12,9,16,.45) 100%);
}
.hero-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* the name arrives instead of just being there */
.hero h1 .line { opacity: 0; transform: translateY(38px); animation: riseIn .95s cubic-bezier(.2,.75,.2,1) forwards; }
.hero h1 .line:nth-child(1) { animation-delay: .12s; }
.hero h1 .line:nth-child(2) { animation-delay: .26s; }
.hero-roles { opacity: 0; animation: riseIn .8s ease .04s forwards; }
.hero .lede  { opacity: 0; animation: riseIn .8s ease .40s forwards; }
.hero-cta    { opacity: 0; animation: riseIn .8s ease .52s forwards; }
@keyframes riseIn { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero h1 .line, .hero-roles, .hero .lede, .hero-cta { opacity: 1; transform: none; animation: none; }
  .hero-video { animation: none; transform: none; }
}

/* both real hues in the name, rather than one flat pink */
.hero h1 .accent {
  background: linear-gradient(96deg, var(--accent) 0%, #ff5ba6 38%, var(--violet) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 0 70px rgba(255,61,154,.34));
}
.hero-scroll::after {
  content: ''; position: absolute; left: 50%; bottom: -34px; width: 1px; height: 26px;
  background: linear-gradient(var(--accent), transparent); animation: scrollPulse 2.1s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: .25; } 50% { opacity: 1; } }

/* work tiles play their clip on hover; only tiles that have real matching footage */
.tile-video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .5s ease; z-index: 1;
}
.tile:hover .tile-video { opacity: 1; }
.tile { transition: border-color .3s ease, transform .4s cubic-bezier(.2,.7,.2,1); }
.tile:hover { border-color: var(--accent); transform: translateY(-4px); }
.tile-cap { transition: padding-bottom .35s ease; }
.tile:hover .tile-cap { padding-bottom: 26px; }
.tile-play {
  position: absolute; top: 14px; right: 14px; z-index: 3; width: 30px; height: 30px;
  border: 1px solid rgba(255,255,255,.5); border-radius: 999px; display: grid; place-items: center;
  backdrop-filter: blur(6px); background: rgba(0,0,0,.3); transition: .3s ease;
}
.tile-play::after {
  content: ''; border-left: 7px solid #fff; border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; margin-left: 2px;
}
.tile:hover .tile-play { background: var(--accent); border-color: var(--accent); }
.tile:hover .tile-play::after { border-left-color: var(--accent-ink); }

/* typographic detail */
.eyebrow { position: relative; padding-left: 30px; }
.eyebrow::before {
  content: ''; position: absolute; left: 0; top: 50%; width: 20px; height: 2px;
  background: var(--accent); transform: translateY(-50%);
}
.eyebrow.dim::before { background: var(--muted); }
.section-head { border-bottom: 1px solid rgba(246,240,230,.12); padding-bottom: 22px; }
.more-link { position: relative; }
.more-link::after {
  content: ''; position: absolute; left: 0; bottom: -4px; width: calc(100% - 1.4em); height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.more-link:hover::after { transform: scaleX(1); }
.marquee { position: relative; }
.marquee::before, .marquee::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 130px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0;  background: linear-gradient(to right, var(--bg), transparent); }
.marquee::after  { right: 0; background: linear-gradient(to left,  var(--bg), transparent); }

/* her unusable-for-text stage colours earn their keep as light */
.cta-band { position: relative; overflow: hidden; }
.cta-band::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(90% 120% at 22% 0%, rgba(150,1,85,.55) 0%, transparent 60%),
    radial-gradient(80% 120% at 82% 10%, rgba(126,29,194,.42) 0%, transparent 62%);
}
.cta-band > * { position: relative; z-index: 1; }

/* Vertical clips sit in a fixed 9/16 frame with a blurred still of their own
   poster filling the space around them. One of the two Capital Funk clips is
   landscape footage stored in a portrait file, so without this it showed as a
   black rectangle. contain keeps every frame whole; the blur hides the gap. */
.vid-grid.vertical .vid-frame {
  position: relative; display: block; aspect-ratio: 9/16; overflow: hidden; background: #000;
}
.vid-grid.vertical .vid-frame::before {
  content: ''; position: absolute; inset: -10%;
  background: var(--fill) center / cover no-repeat;
  filter: blur(28px) brightness(.45) saturate(1.25);
}
.vid-grid.vertical .vid-card video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  aspect-ratio: auto; object-fit: contain; background: transparent;
}
