/* ============================================================================
   BAKITOUR — FLEET enhancements  (additive; three sections only)
   Stats band + Spotlight + "For every occasion". No pricing, no compare/grid.
   .fl-* scoped, uses your tokens + Fraunces. Load after bakitour-premium.css.
   ========================================================================== */

.fl-wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 600px) { .fl-wrap { padding: 0 20px; } }

.fl-tint { background: var(--bk-forest-tint); }

.fl-head { max-width: 720px; margin: 0 0 40px; }
.fl-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.fl-head h2 { margin: 14px 0 0; font-family: var(--bk-font-display); font-variation-settings: 'opsz' 144; font-weight: 400; font-size: clamp(2rem, 3.4vw, 2.7rem); line-height: 1.08; letter-spacing: -.02em; color: var(--bk-forest); }
.fl-head p { margin: 14px 0 0; font-size: 17px; line-height: 1.6; color: var(--bk-ink-muted); }

/* ---- Stats band ---- */

/* ---- Spotlight ---- */
.fl-spot { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .fl-spot { grid-template-columns: 1fr; gap: 30px; } }
.fl-spot__media { position: relative; aspect-ratio: 4/3; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px rgba(26, 58, 50, .14); }
.fl-spot__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fl-spot__tag { position: absolute; left: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px;
  background: rgba(251, 248, 242, .9); color: var(--bk-forest); font-size: 12.5px; font-weight: 600; box-shadow: 0 6px 18px rgba(15, 38, 32, .18); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.fl-spot__tag svg { width: 13px; height: 13px; }
.fl-spot__body h2 { margin: 14px 0 0; font-family: var(--bk-font-display); font-variation-settings: 'opsz' 144; font-weight: 400; font-size: clamp(2rem, 3.4vw, 2.7rem); line-height: 1.08; letter-spacing: -.02em; color: var(--bk-forest); }
.fl-spot__body > p { margin: 16px 0 0; font-size: 16px; line-height: 1.65; color: var(--bk-ink-secondary); }
.fl-spot__hl { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 13px; }
.fl-spot__hl li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: var(--bk-forest); }
.fl-spot__hl svg { width: 18px; height: 18px; color: var(--bk-accent, #c2a35f); flex-shrink: 0; }
.fl-spot__body .bk-btn { margin-top: 28px; }

/* Dramatic dark forest band behind the spotlight (palette's dark-band pattern);
   text inverts to cream/gold so the interior image and CTA pop. */
.fl-spot-band { background: linear-gradient(160deg, #173a30 0%, #0f2620 100%); }
.fl-spot-band .bk-eyebrow { color: var(--bk-accent, #c2a35f); }
.fl-spot-band .fl-spot__body h2 { color: #f3ecdd; }
.fl-spot-band .fl-spot__body > p { color: rgba(243, 236, 221, .78); }
.fl-spot-band .fl-spot__hl li { color: #f3ecdd; }
.fl-spot-band .fl-spot__hl svg { color: var(--bk-accent, #c2a35f); }
.fl-spot-band .fl-spot__body .bk-btn--primary { background: #f3ecdd; color: var(--bk-forest); border-color: #f3ecdd; }
.fl-spot-band .fl-spot__body .bk-btn--primary:hover { background: #fff; color: var(--bk-forest); }

/* ---- For every occasion ---- */
.fl-occ { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 820px) { .fl-occ { grid-template-columns: 1fr 1fr; } }
.fl-occ__tile { position: relative; aspect-ratio: 3/4; border-radius: 18px; overflow: hidden; display: block; text-decoration: none; }
.fl-occ__tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fl-occ__tile::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(15, 38, 32, .8), rgba(15, 38, 32, .05) 60%); transition: background .3s; }
.fl-occ__tile:hover::after { background: linear-gradient(to top, rgba(15, 38, 32, .88), rgba(15, 38, 32, .22) 72%); }
.fl-occ__tile:hover img { transform: scale(1.05); }
.fl-occ__cap { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2; color: #fff; }
.fl-occ__cap h4 { margin: 0; font-family: var(--bk-font-display); font-variation-settings: 'opsz' 144; font-weight: 500; font-size: 19px; }
.fl-occ__cap span { display: block; margin-top: 5px; font-size: 12px; color: rgba(255, 255, 255, .82); }

/* Fleet card: which services the vehicle suits + interior gallery thumbnails */
.bk-fleet-card__fit { margin: 10px 0 0; font-size: var(--bk-text-sm, 14px); color: var(--bk-ink-secondary); line-height: 1.5; }
.bk-fleet-card__fit span { font-weight: 600; color: var(--bk-forest); }
.bk-fleet-card__gallery { display: flex; gap: 8px; margin-top: 12px; }
.bk-fleet-card__gallery img { width: 72px; height: 52px; object-fit: cover; border-radius: 8px; border: 1px solid var(--bk-border); }
