/* Scoped refinements inside Flare's established night/gold visual system. */
[data-offer] { scroll-margin-top: 110px; }
[data-offer][hidden] { display: none !important; }
[data-offer] .thumb { height: 220px; }
[data-offer] .fare-destination { letter-spacing: -.03em; }
[data-offer] .meta { margin: 12px 0 16px; gap: 7px; }
[data-offer] .meta .fare-direct { color: var(--aurora2); border-color: #5be0c830; }
.fare-dates { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-bottom: 18px; font-size: 13px; line-height: 1.5; color: var(--fg); }
.fare-dates > div { min-width: 0; }
.fare-dates > div > span { display: block; margin-bottom: 3px; color: var(--dim); font-size: 10px; }
.fare-dates time { font-variant-numeric: tabular-nums; }
[data-offer] .pr { margin-top: auto; }
[data-offer] .now { letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.fare-search-action { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 48px; margin-top: 18px; padding: 10px 14px; border: 1px solid #ffb04d66; border-radius: 10px; background: #ffb04d12; color: var(--flareb); font-size: 12px; font-weight: 650; text-decoration: none; transition: background .2s; }
.fare-search-action:hover { background: #ffb04d25; }
.fare-search-action svg { flex: none; }
.fare-search-note { margin: 10px 0 18px; color: var(--dim); font-size: 10px; line-height: 1.65; }
[data-offer] a:focus-visible, a[data-offer]:focus-visible { outline: 2px solid var(--flareb); outline-offset: 4px; }
[data-offer]::selection, [data-offer] ::selection { background: #ffd98a; color: #070710; }
.escape-hero h1 { letter-spacing: -.035em; }
.escape-hero h1 em { background: none; color: var(--flareb); -webkit-text-fill-color: currentColor; }
.escape-hero .escape-note { margin-top: 14px; }
.escape-feature__ticket { min-height: 128px; }
.escape-feature__ticket strong { letter-spacing: -.035em; }
.escape-feature__ticket p { max-width: 270px; }
@media (min-width: 721px) {
  .page-intro.escape-hero { gap: 44px; align-items: center; padding-bottom: 24px; }
  .escape-feature { height: 446px; }
}
@media (max-width: 720px) {
  .page-intro.escape-hero { gap: 24px; padding-bottom: 20px; }
  .escape-hero h1 { max-width: 540px; font-size: clamp(32px, 8.7vw, 44px); }
  .escape-hero .hero-actions { margin-top: 18px; }
  .escape-hero .escape-departure { min-height: 38px; }
  .escape-feature { height: 294px; border-radius: 16px; }
  .escape-feature__invitation { display: none; }
  .escape-feature__place { bottom: 146px; left: 20px; }
  .escape-feature__place h2 { font-size: 34px; }
  .escape-feature__place p { font-size: 11px; }
  .escape-feature__ticket { padding: 14px 18px; }
  .escape-feature__ticket strong { font-size: 32px; }
  .escape-feature__cta { max-width: 96px; white-space: normal; font-size: 11px; }
  .escape-feature__cta b { flex: none; width: 30px; height: 30px; }
  .escape-context { gap: 10px 20px; padding: 16px 0; }
  .wrap:has([data-offer]) .appbar { display: none; }
  [data-offer] .thumb { height: 200px; }
}
@media (prefers-reduced-motion: reduce) { .fare-search-action { transition: none; } }
