/* ============================================================
 *  TED SAUNDERS — FILMS
 *  The cinema wing of the archive. Builds on site.css tokens and
 *  reuses the literature page's hero (lph-*), editorial banner
 *  (lp-banner), browse row (lp-row) and CTAs (lp-cta). Adds the
 *  reels, the TEDFLIX viewing experience, the filterable Library
 *  and the popup video module. Laid out at 1920, scaled.
 * ============================================================ */
.fp-root {
  --fp-pad: 120px;
  --fp-gold-1: #F7DBA0; --fp-gold-2: #E8B777; --fp-gold-3: #C9915C; --fp-gold-4: #A26A30;
}

/* page body background (between the black hero and footer) */
.fp-body-bg { background: #000; width: 1920px; }

/* Films hero — lift the darkening so the gallery reads brighter (scoped to
   this page; Literature keeps its darker hero). */
.fp-root .lph-band { background: rgba(0,0,0,0.5); }
.fp-root .lph-tile img { filter: saturate(1) brightness(1.05); }

/* Original IP — swap the stark white studio-camera bg for a dark cinematic
   espresso-bronze vault that fits the Films page (scoped so the homepage IP
   stays light). */
.fp-root .tk-ip--light {
  background:
    radial-gradient(78% 58% at 50% 0%, rgba(120,70,32,0.5) 0%, rgba(120,70,32,0) 62%),
    radial-gradient(120% 90% at 50% 108%, rgba(201,145,60,0.14) 0%, rgba(0,0,0,0) 56%),
    #070402;
}
.fp-root .tk-ip--light .tk-section-head .eyebrow { color: #D89733; }
.fp-root .tk-ip--light .tk-section-head h2 {
  background: url("../assets/heading-texture.jpg") center / cover;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.fp-root .tk-ip--light .tk-section-head .blurb { color: rgba(245,237,227,0.72); }
.fp-root .tk-ip--light .ip-world { border-color: rgba(201,162,75,0.22);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,0.85), 0 0 0 1px rgba(201,162,75,0.12); }
.fp-root .tk-ip--light .ip-world:hover {
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9), 0 0 50px rgba(240,196,120,0.2); }
.fp-root .tk-ip--light .ip-cta__btn--ghost { color: #E8B777; border-color: rgba(201,162,75,0.45); }
.fp-root .tk-ip--light .ip-cta__btn--ghost:hover { background: rgba(201,162,75,0.1); }

/* ============================================================
 *  WATCH THE REELS — two cinematic showreel cards
 * ============================================================ */
.fp-reels { position: relative; z-index: 2; width: 1920px; background: #050403; padding: 130px 0 140px; overflow: hidden; }
.fp-reels::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 220px; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, #070502 0%, rgba(7,5,2,0) 100%); }
.fp-reels__aura { position: absolute; z-index: 0; left: 50%; top: 44%; transform: translate(-50%,-50%); width: 1500px; height: 900px; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(201,145,60,0.18) 0%, rgba(201,145,60,0) 64%); }
.fp-reels__head { position: relative; z-index: 2; text-align: center; max-width: 1000px; margin: 0 auto 64px; padding: 0 var(--fp-pad); }
.fp-eyebrow { display: inline-flex; align-items: center; gap: 16px; margin: 0 0 22px;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(232,183,119,0.92); }
.fp-eyebrow::before, .fp-eyebrow::after { content: ""; width: 44px; height: 1px; background: var(--grad-bronze); }
.fp-reels__title { font-family: var(--font-display); font-weight: 500; font-size: 78px; line-height: 0.98; letter-spacing: 0.02em; text-transform: uppercase; margin: 0;
  background: url("../assets/heading-texture.jpg") center / cover; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.fp-reels__sub { font-family: var(--font-body); font-size: 21px; line-height: 1.7; color: rgba(245,237,227,0.7); margin: 26px auto 0; max-width: 760px; text-wrap: pretty; }
.fp-reels__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: 0 var(--fp-pad); }
.fp-reel { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 10px; cursor: pointer; background: #0c0a08;
  box-shadow: 0 40px 90px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(209,157,99,0.14);
  transition: transform .6s cubic-bezier(.16,1,.3,1), box-shadow .6s; }
.fp-reel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.96) brightness(0.78); transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .6s; }
.fp-reel::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(4,3,2,0.92) 0%, rgba(4,3,2,0.4) 38%, rgba(4,3,2,0) 66%); }
.fp-reel:hover { transform: translateY(-8px); box-shadow: 0 56px 120px rgba(0,0,0,0.7), inset 0 0 0 1px rgba(232,183,119,0.5), 0 0 70px rgba(214,151,51,0.14); }
.fp-reel:hover img { transform: scale(1.05); filter: saturate(1.02) brightness(0.86); }
.fp-reel__play { position: absolute; z-index: 3; left: 50%; top: 46%; transform: translate(-50%,-50%) scale(0.9); width: 92px; height: 92px; border-radius: 50%;
  background: rgba(4,3,2,0.42); border: 1.5px solid rgba(247,219,160,0.9); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center;
  transition: transform .5s cubic-bezier(.16,1,.3,1), background .4s; }
.fp-reel:hover .fp-reel__play { transform: translate(-50%,-50%) scale(1); background: rgba(201,145,60,0.28); }
.fp-reel__play svg { width: 34px; height: 38px; margin-left: 5px; }
.fp-reel__meta { position: absolute; z-index: 3; left: 38px; right: 38px; bottom: 34px; }
.fp-reel__kicker { font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(232,183,119,0.92); margin: 0 0 12px; }
.fp-reel__name { font-family: var(--font-display); font-weight: 500; font-size: 38px; line-height: 1.04; letter-spacing: 0.01em; text-transform: uppercase; color: #f6efe4; margin: 0; }
.fp-reel__line { font-family: var(--font-body); font-size: 16px; line-height: 1.55; color: rgba(245,237,227,0.74); margin: 12px 0 0; max-width: 520px; text-wrap: pretty; }
.fp-reel__run { position: absolute; z-index: 3; top: 24px; right: 24px; font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.14em;
  color: #f6efe4; background: rgba(4,3,2,0.6); border: 1px solid rgba(209,157,99,0.4); border-radius: 4px; padding: 6px 11px; }

/* ============================================================
 *  SECTION RAILS (festival / commercial / experimental)
 *  reuse .lp-sec / .lp-banner / .lp-row from lit-page.css
 * ============================================================ */
.fp-rail-cta { position: relative; z-index: 2; display: flex; justify-content: flex-start; margin-top: 54px; padding: 0 var(--fp-pad); }
/* poster card inside a rail (reuses .lp-film geometry but 16:9) */
.fp-card { flex: 0 0 auto; width: 430px; cursor: pointer; }
.fp-card__art { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #0c0c0c; border-radius: 8px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.7), 0 8px 22px rgba(0,0,0,0.55); transition: transform .55s cubic-bezier(.2,.7,.2,1), box-shadow .55s; }
.fp-card__art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); filter: saturate(0.96) brightness(0.82); }
.fp-card__art::before { content: ""; position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 0 1px rgba(209,157,99,0.14);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.05) 46%, rgba(0,0,0,0) 70%); pointer-events: none; }
.fp-card__play { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0.8); width: 64px; height: 64px; border-radius: 50%;
  background: rgba(4,3,2,0.5); border: 1.5px solid rgba(247,219,160,0.85); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .4s, transform .4s; }
.fp-card__play svg { width: 22px; height: 26px; margin-left: 4px; } .fp-card__play polygon { fill: #FBE6B8; }
.fp-card:hover .fp-card__art { transform: translateY(-10px); box-shadow: 0 56px 110px rgba(0,0,0,0.8), 0 0 0 1px rgba(209,157,99,0.45), 0 0 70px rgba(214,151,51,0.12); }
.fp-card:hover .fp-card__art img { transform: scale(1.05); }
.fp-card:hover .fp-card__play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.fp-card__meta { margin-top: 20px; }
.fp-card__title { font-family: var(--font-display); font-weight: 500; font-size: 27px; line-height: 1.08; letter-spacing: 0.01em; text-transform: uppercase; color: var(--c-cream-deep); margin: 0; }
.fp-card__sub { font-family: var(--font-sans); font-weight: 600; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; margin: 10px 0 0;
  background: var(--grad-bronze); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* tone each rail's banner backdrop a touch */
.lp-sec--filmrail { background: #050505; }
.lp-sec--filmrail .lp-env { display: none; }
/* the textured rail title was clipping at the top — give it full glyph height
   and stop the black card from cropping the ascenders */
.lp-sec--filmrail .lp-banner__card { overflow: visible; padding-top: 46px; }
.lp-sec--filmrail .lp-banner__title { line-height: 1.06; padding-top: 0.04em; }
/* rail banner photos were cropping the subject's head (default center crop);
   anchor to the top, add headroom, and ease the overlap so heads stay in frame */
.lp-sec--filmrail .lp-banner { margin-top: -50px; }
.lp-sec--filmrail .lp-banner__media { height: 600px; }
.lp-sec--filmrail .lp-banner__media img { object-position: center top; }
.lp-sec--filmrail[data-screen-label="Commercial Clients"] .lp-banner__media img { object-position: center 50%; }

/* ============================================================
 *  TEDFLIX — the viewing experience
 * ============================================================ */
.tflix { position: relative; z-index: 2; width: 1920px; min-height: 880px; overflow: hidden; isolation: isolate;
  display: flex; align-items: center; background: #030303; padding: 150px var(--fp-pad); }
.tflix__bg { position: absolute; inset: 0; z-index: 0; }
.tflix__bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9) brightness(0.4); }
.tflix__bg image-slot { display: block; width: 100%; height: 100%; }
.tflix__bg image-slot::part(frame) { background: #050505; }
.tflix__bg image-slot::part(image) { filter: saturate(0.9) brightness(0.4); }
.tflix__bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,3,3,0.96) 0%, rgba(3,3,3,0.82) 38%, rgba(3,3,3,0.5) 70%, rgba(3,3,3,0.86) 100%),
    radial-gradient(60% 70% at 22% 50%, rgba(201,145,60,0.18) 0%, rgba(201,145,60,0) 60%); }
.tflix__seam { position: absolute; inset: 0 0 auto 0; height: 200px; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, #050505 0%, rgba(5,5,5,0) 100%); }
.tflix__inner { position: relative; z-index: 2; max-width: 1080px; }
.tflix__logo { height: 92px; width: auto; display: block; margin: 0 0 30px; filter: drop-shadow(0 6px 24px rgba(0,0,0,0.5)); }
.tflix__lede { font-family: var(--font-serif); font-style: italic; font-size: 34px; line-height: 1.3; color: var(--c-cream); margin: 0; max-width: 720px; text-wrap: pretty; }
.tflix__desc { font-family: var(--font-body); font-size: 20px; line-height: 1.7; color: rgba(245,237,227,0.7); margin: 24px 0 0; max-width: 620px; text-wrap: pretty; }
.tflix__controls { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin: 46px 0 0; }
.tflix__play { display: inline-flex; align-items: center; gap: 16px; height: 66px; padding: 0 38px; cursor: pointer; border: 0;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; color: #1a1208;
  background: var(--lp-peach, linear-gradient(132deg, #FFE6C6 0%, #F8CB92 32%, #E9A968 64%, #C9803F 100%)); border-radius: 4px;
  transition: transform .15s, filter .35s; }
.tflix__play svg { width: 22px; height: 24px; } .tflix__play svg polygon { fill: #1a1208; }
.tflix__play:hover { filter: brightness(1.06); } .tflix__play:active { transform: scale(0.98); }
/* shuffle toggle */
.tflix__shuffle { display: inline-flex; align-items: center; gap: 14px; cursor: pointer; user-select: none;
  font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,237,227,0.8); }
.tflix__switch { position: relative; width: 56px; height: 30px; border-radius: 30px; background: rgba(255,255,255,0.1); border: 1px solid rgba(209,157,99,0.4); transition: background .35s, border-color .35s; }
.tflix__switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #cbb48f; transition: transform .35s, background .35s; }
.tflix__shuffle.is-on .tflix__switch { background: var(--lp-peach, #E9A968); border-color: rgba(232,183,119,0.95); }
.tflix__shuffle.is-on .tflix__switch::after { transform: translateX(26px); background: #1a1208; }
.tflix__note { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: rgba(245,237,227,0.5); margin: 34px 0 0; max-width: 600px; }
.tflix__note b { color: rgba(232,183,119,0.85); font-weight: 600; }
/* playlist preview strip */
.tflix__strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 44px auto 0; max-width: 1120px; }
.tflix__chip { position: relative; width: 100%; aspect-ratio: 16/10; border-radius: 8px; overflow: hidden; cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(209,157,99,0.16); transition: transform .4s; }
.tflix__chip img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transition: filter .4s, transform .6s; }
.tflix__chip:hover { transform: translateY(-4px); } .tflix__chip:hover img { filter: brightness(1); transform: scale(1.06); }
.tflix__chip span { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 10px 11px; font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase; color: #fff; line-height: 1.2; text-align: center;
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); }

/* ---- Fullscreen TEDFLIX player overlay ---- */
.tplayer { position: fixed; inset: 0; z-index: 100000; background: #000; display: flex; flex-direction: column;
  opacity: 0; visibility: hidden; transition: opacity .5s ease; }
.tplayer.is-open { opacity: 1; visibility: visible; }
.tplayer__stage { position: relative; flex: 1; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.tplayer__frame { position: absolute; inset: 0; }
.tplayer__frame img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); }
.tplayer__frame::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 50% 46%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); }
.tplayer__center { position: relative; z-index: 2; text-align: center; }
.tplayer__playicon { width: 110px; height: 110px; border-radius: 50%; margin: 0 auto 26px; display: flex; align-items: center; justify-content: center;
  background: rgba(4,3,2,0.4); border: 2px solid rgba(247,219,160,0.85); }
.tplayer__playicon svg { width: 42px; height: 46px; margin-left: 6px; }
.tplayer__nowtag { font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(232,183,119,0.9); margin: 0 0 14px; }
.tplayer__nowtitle { font-family: var(--font-display); font-weight: 500; font-size: clamp(40px, 6vw, 92px); line-height: 1; letter-spacing: 0.01em; text-transform: uppercase; color: #f6efe4; margin: 0; }
.tplayer__nowsub { font-family: var(--font-body); font-size: 18px; color: rgba(245,237,227,0.66); margin: 22px 0 0; }
.tplayer__embednote { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,237,227,0.36); margin: 40px 0 0; }
.tplayer__bar { position: relative; z-index: 3; display: flex; align-items: center; gap: 26px; padding: 22px 40px; background: rgba(0,0,0,0.85); border-top: 1px solid rgba(209,157,99,0.2); }
.tplayer__progress { flex: 1; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.14); overflow: hidden; }
.tplayer__progress i { display: block; height: 100%; width: 0; background: var(--lp-peach, #E9A968); animation: tplayBar 8s linear forwards; }
@keyframes tplayBar { from { width: 0; } to { width: 100%; } }
.tplayer__btn { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(209,157,99,0.4); color: #E8C98A; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background .3s, border-color .3s; }
.tplayer__btn:hover { background: rgba(209,157,99,0.16); border-color: rgba(232,183,119,0.9); }
.tplayer__btn svg { width: 22px; height: 22px; }
.tplayer__shuffle { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,237,227,0.6); display: flex; align-items: center; gap: 10px; }
.tplayer__shuffle b { color: #E8B777; }
.tplayer__close { position: absolute; top: 26px; right: 30px; z-index: 4; width: 52px; height: 52px; border-radius: 50%;
  background: rgba(0,0,0,0.5); border: 1px solid rgba(209,157,99,0.4); color: #E8C98A; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .3s; }
.tplayer__close:hover { background: rgba(209,157,99,0.16); }
.tplayer__count { position: absolute; top: 32px; left: 36px; z-index: 4; font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.24em; color: rgba(245,237,227,0.6); }
.tplayer__count b { color: #E8B777; }

/* ============================================================
 *  THE LIBRARY — full archive, filterable
 * ============================================================ */
.flib { position: relative; z-index: 2; width: 1920px; background: #060504; padding: 130px 0 150px; overflow: hidden; }
.flib__seam { position: absolute; inset: 0 0 auto 0; height: 200px; z-index: 1; pointer-events: none; background: linear-gradient(180deg, #030303 0%, rgba(3,3,3,0) 100%); }
.flib__head { position: relative; z-index: 2; padding: 0 var(--fp-pad); max-width: 1240px; }
.flib__title { font-family: var(--font-display); font-weight: 500; font-size: 84px; line-height: 0.96; letter-spacing: 0.02em; text-transform: uppercase; margin: 14px 0 0;
  background: url("../assets/heading-texture.jpg") center / cover; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.flib__blurb { font-family: var(--font-body); font-size: 21px; line-height: 1.66; color: rgba(245,237,227,0.66); margin: 24px 0 0; max-width: 720px; text-wrap: pretty; }
/* filter rail */
.flib__filters { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 12px; padding: 0 var(--fp-pad); margin: 54px 0 8px; }
.flib__chip { font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer;
  color: rgba(245,237,227,0.72); background: rgba(255,255,255,0.03); border: 1px solid rgba(209,157,99,0.32); border-radius: 4px; padding: 12px 20px;
  display: inline-flex; align-items: center; gap: 9px; transition: color .3s, background .3s, border-color .3s; }
.flib__chip:hover { color: #fff; border-color: rgba(232,183,119,0.7); background: rgba(209,157,99,0.08); }
.flib__chip.is-on { color: #1a1208; background: var(--lp-peach, #E9A968); border-color: rgba(232,183,119,0.95); }
.flib__chip-n { font-size: 11px; opacity: 0.7; font-variant-numeric: tabular-nums; }
.flib__chip-x { font-size: 11px; opacity: 0.85; margin-left: 2px; }
.flib__chip--client { letter-spacing: 0.12em; }
.flib__chip[data-empty] { opacity: 0.38; cursor: default; }
.flib__chip[data-empty]:hover { color: rgba(245,237,227,0.72); border-color: rgba(209,157,99,0.32); background: rgba(255,255,255,0.03); }
/* grid */
.flib__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 40px var(--fp-pad) 0; }
.flib__count { position: relative; z-index: 2; padding: 30px var(--fp-pad) 0; font-family: var(--font-sans); font-weight: 600; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,237,227,0.46); }
.flib__count b { color: #E8B777; }
.flib__empty { grid-column: 1 / -1; text-align: center; padding: 80px 0; font-family: var(--font-serif); font-style: italic; font-size: 24px; color: rgba(245,237,227,0.5); }

/* video card */
.vcard { cursor: pointer; opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.vcard.is-in { opacity: 1; transform: none; }
.vcard__art { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0c0c0c; border-radius: 8px;
  box-shadow: 0 26px 56px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(209,157,99,0.12); transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s; }
.vcard__art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.95) brightness(0.82); transition: transform 2.4s linear, filter .5s; }
.vcard__art::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(209,157,99,0.1);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); }
/* hover = the "2-second loop" — slow ken-burns push + brighten + LOOP badge */
.vcard:hover .vcard__art { transform: translateY(-6px); box-shadow: 0 38px 80px rgba(0,0,0,0.72), inset 0 0 0 1px rgba(232,183,119,0.5), 0 0 56px rgba(214,151,51,0.12); }
.vcard:hover .vcard__art img { transform: scale(1.12); filter: saturate(1.04) brightness(0.95); }
.vcard__play { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0.8); width: 58px; height: 58px; border-radius: 50%;
  background: rgba(4,3,2,0.5); border: 1.5px solid rgba(247,219,160,0.9); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .4s, transform .4s; }
.vcard__play svg { width: 20px; height: 24px; margin-left: 4px; } .vcard__play polygon { fill: #FBE6B8; }
.vcard:hover .vcard__play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.vcard__loop { position: absolute; z-index: 2; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px; opacity: 0; transition: opacity .4s;
  font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #1a1208;
  background: rgba(247,219,160,0.92); border-radius: 3px; padding: 4px 8px; }
.vcard__loop .dot { width: 6px; height: 6px; border-radius: 50%; background: #b5341f; animation: vcardBlink 1s steps(1) infinite; }
@keyframes vcardBlink { 50% { opacity: 0.2; } }
.vcard:hover .vcard__loop { opacity: 1; }
.vcard__run { position: absolute; z-index: 2; bottom: 12px; right: 12px; font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.08em;
  color: #fff; background: rgba(4,3,2,0.66); border-radius: 3px; padding: 4px 8px; }
.vcard__meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin: 16px 2px 0; }
.vcard__title { font-family: var(--font-display); font-weight: 500; font-size: 23px; line-height: 1.1; letter-spacing: 0.01em; color: #f1e7d7; margin: 0; text-wrap: pretty; }
.vcard__badge { flex: 0 0 auto; font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(232,183,119,0.92); border: 1px solid rgba(209,157,99,0.4); border-radius: 3px; padding: 5px 9px; margin-top: 4px; white-space: nowrap; }
.vcard__desc { font-family: var(--font-body); font-size: 14.5px; line-height: 1.55; color: rgba(245,237,227,0.56); margin: 9px 2px 0; text-wrap: pretty; }

/* ============================================================
 *  POPUP VIDEO MODULE (fvm)
 * ============================================================ */
.fvm { position: fixed; inset: 0; z-index: 100001; display: flex; justify-content: center; padding: 48px 24px; overflow-y: auto;
  background: rgba(0,0,0,0.86); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); animation: fvmIn .3s ease; }
@keyframes fvmIn { from { opacity: 0; } to { opacity: 1; } }
.fvm__sheet { position: relative; width: min(1180px, 96vw); margin: auto; background: linear-gradient(180deg, #0d0a07 0%, #070504 100%);
  border: 1px solid rgba(209,157,99,0.28); border-radius: 14px; overflow: hidden; box-shadow: 0 50px 120px rgba(0,0,0,0.7);
  animation: fvmPop .4s cubic-bezier(.16,1,.3,1); }
@keyframes fvmPop { from { opacity: 0; transform: translateY(24px) scale(.98); } to { opacity: 1; transform: none; } }
.fvm__x { position: fixed; top: 26px; right: 30px; z-index: 6; width: 50px; height: 50px; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.6); border: 1px solid rgba(209,157,99,0.4); color: #E8C98A; display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s; }
.fvm__x:hover { background: rgba(209,157,99,0.18); transform: scale(1.06); }
.fvm__x svg { width: 22px; height: 22px; }
/* player */
.fvm__player { position: relative; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.fvm__player img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.46); }
.fvm__player::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 50% 44%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); }
.fvm__playerc { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.fvm__bigplay { width: 96px; height: 96px; border-radius: 50%; background: rgba(4,3,2,0.4); border: 2px solid rgba(247,219,160,0.9); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform .3s, background .3s; }
.fvm__bigplay:hover { transform: scale(1.05); background: rgba(201,145,60,0.28); }
.fvm__bigplay svg { width: 38px; height: 42px; margin-left: 5px; }
.fvm__playernote { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,237,227,0.5); }
.fvm__sound { position: absolute; z-index: 3; top: 18px; right: 18px; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #fff;
  background: rgba(4,3,2,0.6); border: 1px solid rgba(209,157,99,0.4); border-radius: 4px; padding: 6px 11px; }
.fvm__sound svg { width: 15px; height: 15px; color: #E8B777; }
/* body */
.fvm__body { display: grid; grid-template-columns: 1fr 360px; gap: 0; }
.fvm__main { padding: 40px 44px 46px; border-right: 1px solid rgba(209,157,99,0.16); min-width: 0; }
.fvm__badge { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,183,119,0.92); margin: 0 0 12px; }
.fvm__badge-link { font: inherit; letter-spacing: inherit; text-transform: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; }
.fvm__badge-link:hover { color: #FBE6B8; border-bottom-color: rgba(232,183,119,0.55); }
.fvm__badge-dot { opacity: 0.7; }
.fvm__title { font-family: var(--font-display); font-weight: 500; font-size: 48px; line-height: 1.02; letter-spacing: 0.01em; text-transform: uppercase; color: #f6efe4; margin: 0; }
.fvm__facts { display: flex; flex-wrap: wrap; gap: 26px; margin: 22px 0 0; padding: 0 0 26px; border-bottom: 1px solid rgba(209,157,99,0.16); }
.fvm__fact { display: flex; flex-direction: column; gap: 4px; }
.fvm__fact b { font-family: var(--font-body); font-weight: 300; font-size: 30px; line-height: 1; color: #E8B777; }
.fvm__fact span { font-family: var(--font-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,237,227,0.5); }
.fvm__desc { font-family: var(--font-body); font-size: 17px; line-height: 1.74; color: rgba(245,237,227,0.78); margin: 26px 0 0; text-wrap: pretty; }
.fvm__sub-h { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(232,183,119,0.85); margin: 38px 0 18px; display: flex; align-items: center; gap: 14px; }
.fvm__sub-h::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(209,157,99,0.4), rgba(209,157,99,0)); }
/* BTS row */
.fvm__bts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.fvm__btsitem { position: relative; aspect-ratio: 16/10; border-radius: 8px; overflow: hidden; background: #0c0a08; cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(209,157,99,0.14); }
.fvm__btsitem img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.74); transition: filter .4s, transform .6s; }
.fvm__btsitem:hover img { filter: brightness(0.95); transform: scale(1.05); }
.fvm__btsitem span { position: absolute; left: 14px; bottom: 12px; font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; }
.fvm__btsitem .fvm__btsplay { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 44px; height: 44px; border-radius: 50%;
  background: rgba(4,3,2,0.5); border: 1.5px solid rgba(247,219,160,0.85); display: flex; align-items: center; justify-content: center; }
.fvm__btsplay svg { width: 16px; height: 18px; margin-left: 3px; } .fvm__btsplay polygon { fill: #FBE6B8; }
.fvm__btsphotos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.fvm__photo { aspect-ratio: 1; border-radius: 6px; overflow: hidden; background: #0c0a08; box-shadow: inset 0 0 0 1px rgba(209,157,99,0.14); cursor: pointer; }
.fvm__photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.78); transition: filter .4s, transform .6s; }
.fvm__photo:hover img { filter: brightness(1); transform: scale(1.08); }
/* articles */
.fvm__articles { display: flex; flex-direction: column; gap: 0; }
.fvm__article { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; cursor: pointer;
  border-bottom: 1px solid rgba(209,157,99,0.14); transition: padding .3s; }
.fvm__article:hover { padding-left: 8px; }
.fvm__article span { font-family: var(--font-serif); font-size: 18px; color: rgba(245,237,227,0.84); }
.fvm__article svg { width: 18px; height: 18px; color: #E8B777; flex: 0 0 auto; }
/* sidebar — similar films */
.fvm__side { padding: 40px 34px 46px; background: rgba(0,0,0,0.24); }
.fvm__side-h { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(232,183,119,0.85); margin: 0 0 22px; }
.fvm__sim { display: flex; gap: 14px; cursor: pointer; padding: 12px; border-radius: 8px; margin: 0 -12px; transition: background .3s; }
.fvm__sim:hover { background: rgba(209,157,99,0.08); }
.fvm__sim__art { position: relative; width: 128px; flex: 0 0 auto; aspect-ratio: 16/10; border-radius: 6px; overflow: hidden; background: #0c0a08; box-shadow: inset 0 0 0 1px rgba(209,157,99,0.14); }
.fvm__sim__art img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transition: filter .4s, transform .6s; }
.fvm__sim:hover .fvm__sim__art img { filter: brightness(1); transform: scale(1.06); }
.fvm__sim__pl { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 34px; height: 34px; border-radius: 50%; background: rgba(4,3,2,0.5); border: 1px solid rgba(247,219,160,0.8); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.fvm__sim:hover .fvm__sim__pl { opacity: 1; } .fvm__sim__pl svg { width: 13px; height: 15px; margin-left: 2px; } .fvm__sim__pl polygon { fill: #FBE6B8; }
.fvm__sim__meta { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.fvm__sim__title { font-family: var(--font-display); font-weight: 500; font-size: 19px; line-height: 1.08; color: #f1e7d7; margin: 0; }
.fvm__sim__sub { font-family: var(--font-sans); font-weight: 600; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(232,183,119,0.78); }
.fvm__share { display: flex; align-items: center; gap: 10px; margin: 28px 0 0; padding: 16px 0 0; border-top: 1px solid rgba(209,157,99,0.16);
  font-family: var(--font-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.1em; color: rgba(245,237,227,0.46); cursor: pointer; transition: color .3s; }
.fvm__share:hover { color: #E8B777; } .fvm__share svg { width: 15px; height: 15px; color: #E8B777; }
.fvm__share code { font-family: ui-monospace, monospace; font-size: 11px; color: rgba(232,183,119,0.7); }

/* ============================================================
 *  MEDIA IDEAS strip (closing rationale band)
 * ============================================================ */
.fp-ideas { position: relative; z-index: 2; width: 1920px; background: #050505; padding: 96px var(--fp-pad); border-top: 1px solid rgba(209,157,99,0.12); }
.fp-ideas__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 1500px; margin: 36px auto 0; }
.fp-idea { padding: 30px 28px; border: 1px solid rgba(209,157,99,0.2); border-radius: 10px; background: linear-gradient(168deg, rgba(24,18,11,0.5) 0%, rgba(12,9,7,0.5) 100%); }
.fp-idea__no { font-family: var(--font-display); font-weight: 500; font-size: 30px; color: #E8B777; margin: 0 0 14px; }
.fp-idea__t { font-family: var(--font-display); font-weight: 500; font-size: 22px; line-height: 1.14; color: #f1e7d7; margin: 0; }
.fp-idea__d { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: rgba(245,237,227,0.58); margin: 12px 0 0; text-wrap: pretty; }

/* ============================================================
 *  MOBILE
 * ============================================================ */
.tk-stage.is-mobile .fp-root { --fp-pad: 24px; }
.tk-stage.is-mobile .fp-body-bg, .tk-stage.is-mobile .fp-reels, .tk-stage.is-mobile .tflix,
.tk-stage.is-mobile .flib, .tk-stage.is-mobile .fp-ideas { width: 100%; }
.tk-stage.is-mobile .fp-reels { padding: 80px 0 90px; }
.tk-stage.is-mobile .fp-reels__title { font-size: 44px; }
.tk-stage.is-mobile .fp-reels__grid { grid-template-columns: 1fr; gap: 22px; }
.tk-stage.is-mobile .fp-reel__name { font-size: 28px; }
.tk-stage.is-mobile .tflix { min-height: 0; padding: 90px 24px; }
.tk-stage.is-mobile .tflix__lede { font-size: 24px; }
.tk-stage.is-mobile .tflix__controls { gap: 18px; }
.tk-stage.is-mobile .tflix__strip { flex-wrap: wrap; }
.tk-stage.is-mobile .flib { padding: 80px 0 90px; }
.tk-stage.is-mobile .flib__title { font-size: 46px; }
.tk-stage.is-mobile .flib__grid { grid-template-columns: 1fr; gap: 22px; }
.tk-stage.is-mobile .fp-card { width: 280px; }
.tk-stage.is-mobile .fvm__body { grid-template-columns: 1fr; }
.tk-stage.is-mobile .fvm__main { border-right: 0; padding: 28px 22px 30px; }
.tk-stage.is-mobile .fvm__title { font-size: 32px; }
.tk-stage.is-mobile .fvm__side { padding: 24px 20px 30px; }
.tk-stage.is-mobile .fp-ideas__grid { grid-template-columns: 1fr; }
.tk-stage.is-mobile .tplayer__bar { padding: 16px 18px; gap: 14px; }
