/* FOUNTAIN+ GemStones Spotlight V11.9.50 — opening film + icon rail */
.spotlightFilm{position:relative;background:#030407;border-bottom:1px solid rgba(255,255,255,.12);overflow:hidden}
.spotlightFilmMedia{position:relative;width:min(1500px,100%);margin:0 auto;background:#000;overflow:hidden}
.spotlightFilm video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#000}
.spotlightFilmShade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.04) 45%,rgba(3,4,7,.82) 100%),linear-gradient(90deg,rgba(3,4,7,.38),transparent 42%)}
.spotlightFilmCopy{position:absolute;left:clamp(18px,4vw,66px);bottom:clamp(22px,5vw,64px);z-index:2;display:flex;flex-direction:column;gap:6px;text-shadow:0 3px 22px rgba(0,0,0,.7)}
.spotlightFilmCopy .filmKicker{font-size:10px;letter-spacing:.23em;font-weight:900;color:#d6b978}
.spotlightFilmCopy strong{font-size:clamp(34px,6vw,78px);line-height:.9;letter-spacing:-.055em}
.spotlightFilmCopy>span:last-child{font-family:Georgia,serif;font-size:clamp(15px,2vw,24px);color:#e9e5dc}
.filmControls{position:absolute;right:clamp(14px,3vw,42px);bottom:clamp(18px,4vw,50px);z-index:3;display:flex;gap:8px}
.filmControls button{min-height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(5,6,9,.62);backdrop-filter:blur(12px);color:#fff;padding:0 14px;font-size:10px;font-weight:900;letter-spacing:.12em;cursor:pointer}
.filmControls button:hover{border-color:rgba(214,185,120,.72);color:#f0dba8}
.socialIconRail{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:14px 0 8px}
.socialIcon{width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.19);background:rgba(255,255,255,.045);display:grid;place-items:center;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.socialIcon:hover{transform:translateY(-2px);border-color:rgba(214,185,120,.7);background:rgba(214,185,120,.09)}
.socialIcon svg{width:22px;height:22px;fill:none;stroke:#f2efe7;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.socialIcon svg path:not(.socialCut){fill:#f2efe7;stroke:none}
.socialIcon svg .socialCut{fill:none;stroke:#07080b;stroke-width:1.7}
.finalCard .socialIconRail{margin-top:18px}
@media(max-width:640px){
  .spotlightFilm video{aspect-ratio:16/9;object-fit:contain}
  .spotlightFilmCopy{left:14px;bottom:56px;right:14px}
  .spotlightFilmCopy strong{font-size:34px}
  .spotlightFilmCopy>span:last-child{font-size:14px}
  .filmControls{left:14px;right:auto;bottom:10px}
  .filmControls button{min-height:40px;padding:0 12px;font-size:9px}
  .socialIconRail{gap:7px;margin-top:12px}
  .socialIcon{width:46px;height:46px}
  .socialIcon svg{width:20px;height:20px}
}
@media(prefers-reduced-motion:reduce){.spotlightFilm video{animation:none}}
