/* firekeeping.css — Fire Keepers. Loads AFTER home.css and REUSES home
   components (.ttrain video section / .closing / .shead / kicker / reveal /
   buttons). Only the hero + seam colors are page-specific, so the page flows
   as one seamless dark film like home. No icon boxes. */

/* ===== HERO — standard cinematic full-bleed video (mirrors home/about) ===== */
/* veil bottom resolves to OPAQUE #0c0a12 so the hero meets the .ttrain scrim
   (which starts #0c0a12) with no visible seam. */
.fk-hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--black);color:#fff}
.fk-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.fk-hero__veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,7,11,.5) 0%,rgba(8,7,11,.18) 34%,rgba(12,10,18,.5) 70%,#0c0a12 100%)}
.fk-hero__in{position:relative;z-index:2;text-align:center;max-width:60rem;padding:12vh var(--pad)}
.fk-hero__kick{color:#F2A65A;margin-bottom:1.1rem;font-weight:600;text-shadow:0 1px 12px rgba(0,0,0,.6)}
.fk-hero__h{font-family:"Cinzel Decorative",serif;font-weight:700;font-size:clamp(2.7rem,7vw,5.4rem);line-height:1.02;color:#fff;text-shadow:0 2px 26px rgba(0,0,0,.55)}
.fk-hero__tag{margin:1.3rem auto 0;max-width:40rem;font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:clamp(1.2rem,2.1vw,1.62rem);line-height:1.5;color:#fbe0cf;text-shadow:0 1px 16px rgba(0,0,0,.6)}
.fk-hero__cta{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:2.1rem}
.fk-hero__cue{position:absolute;left:50%;bottom:2.4%;transform:translateX(-50%);z-index:2;color:#fff;opacity:.85}
.fk-hero__cue svg{width:32px;height:auto;animation:fkbob 2.3s linear infinite}
@keyframes fkbob{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}

/* cost line inside the .ttrain pitch */
.fk-cost{margin:clamp(1.6rem,4vh,2.4rem) auto 0;font-family:"Julius Sans One",sans-serif;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;color:rgba(246,236,221,.78)}
.fk-cost b{font-family:"Cinzel Decorative",serif;font-weight:700;font-size:1.3rem;letter-spacing:.02em;color:#F2BE7E}

/* closing meets the .ttrain bottom (#0d182b navy) with no seam, then resolves to black */
.fkp .closing__veil{background:linear-gradient(180deg,#0d182b 0%,rgba(13,24,43,.82) 9%,rgba(8,7,11,.5) 34%,rgba(8,7,11,.8) 72%,#08070b 100%)}

@media (prefers-reduced-motion:reduce){.fk-hero__cue svg{animation:none}}
