.site-footer.bound-footer { position: relative; isolation: isolate; overflow: hidden; display: block; width: 100%; max-width: none; margin: 0; padding: 64px max(48px, env(safe-area-inset-right)) 24px max(48px, env(safe-area-inset-left)); border: 0; border-radius: 32px 32px 0 0; color: #fff; background: linear-gradient(125deg,#145bc0,#2e82d5 55%,#438bd1); text-align: left; }
.bound-footer .bound-footer__mesh { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.bound-footer::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgb(6 31 75 / .15); pointer-events: none; }
.bound-footer .bound-footer__content, .bound-footer .bound-footer__bottom { max-width: 1464px; margin-inline: auto; }
.bound-footer .bound-footer__content { display: grid; align-items: start; font-weight: 400; grid-template-columns: minmax(250px,.95fr) minmax(0,1.6fr); gap: 64px; }
.bound-footer .bound-wordmark { width: 148px; height: auto; }
.bound-footer__intro h2 { color: #fff; font-size: clamp(28px,3vw,42px); line-height: 1.08; letter-spacing: -.035em; margin: 28px 0 16px; }
.bound-footer .bound-footer__intro p { max-width: 300px; margin: 0 0 24px; color: #fff; font-size: 15px; line-height: 1.55; }
.site-footer.bound-footer .bound-footer__cta { display: inline-flex; align-items: center; gap: 32px; min-height: 48px; padding: 12px 22px; border: 1px solid rgb(255 255 255 / .5); border-radius: 99px; background: rgb(255 255 255 / .12); color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; cursor: pointer; }
.site-footer.bound-footer nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 28px; padding-top: 6px; }
.bound-footer__links > div { display: flex; flex-direction: column; gap: 17px; }
.bound-footer__links h3 { margin: 0 0 8px; color: #fff; font-size: 13px; font-weight: 600; }
.site-footer.bound-footer a { color: #fff; font-size: 14px; line-height: 1.5; text-decoration: none; }
.site-footer.bound-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer.bound-footer :is(a,button):focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.bound-footer .bound-footer__bottom { position: relative; display: flex; width: 100%; font-weight: 400; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(255 255 255 / .25); margin-top: 58px; padding-top: 24px; font-size: 12px; }
@media(max-width: 1000px) { .bound-footer .bound-footer__content { grid-template-columns: 1fr; gap: 44px; } }
@media(max-width: 600px) { .site-footer.bound-footer { border-radius: 24px 24px 0 0; padding: 40px max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); } .site-footer.bound-footer nav { grid-template-columns: 1fr 1fr; gap: 32px 20px; } .bound-footer .bound-footer__bottom { flex-wrap: wrap; margin-top: 36px; } .bound-footer__bottom > span:nth-child(2) { display: none; } }
:root { --search-ease: cubic-bezier(.2, 0, 0, 1); --search-travel: 452ms; }
@supports (transition-timing-function: linear(0, 1)) {
 :root { --search-ease: linear(0, .185572, .465306, .682334, .822325, .904974, .951289, .976364, .989612, .996485, 1); }
}
/* Activation is immediate. Only the shared focus surface moves between fields. */
.search-field-highlight { position: absolute; left: 0; top: 0; z-index: 0; pointer-events: none; border-radius: 32px; background: #fff; box-shadow: 0 3px 12px rgb(0 0 0 / .1), 0 1px 2px rgb(0 0 0 / .08); opacity: 0; transform-origin: center; transition: opacity 75ms linear; }
.search-field-highlight[data-active="true"] { opacity: 1; transition: opacity 100ms linear 50ms; }

.search-bar.sf-search-panel .sf-search-menu, .search-bar .header-shopping-search__menu { animation: search-menu-arrive 150ms var(--search-ease) both; transform-origin: top center; }
@keyframes search-menu-arrive { from { opacity: 0; translate: 0 4px; } to { opacity: 1; translate: 0 0; } }
.search-bar__submit { transition: background-color 120ms ease, transform 120ms ease; }
.search-bar__submit:hover { background: #ef5b00; }
.search-bar__submit:active { transform: scale(.96); }
.product-navigation { position: relative; isolation: isolate; }
.product-navigation .search-field-highlight { border-radius: 0; height: 3px !important; top: auto; bottom: 0; box-shadow: none; background: #413e3e; }
.product-navigation a { position: relative; z-index: 1; }
.site-header .product-navigation a::after, .site-header .product-navigation a.is-active::after, .site-header .product-navigation a.is-open::after { opacity: 0; }
.product-navigation .travel-artwork { transform-origin: 50% 75%; transition: transform 380ms var(--search-ease); }
.product-navigation a:is(:hover, :focus-visible) .travel-artwork { transform: translateY(-2px) rotate(-3deg) scale(1.05); }
.product-navigation a.is-active .travel-artwork { animation: product-artwork-settle 420ms var(--search-ease) both; }
@keyframes product-artwork-settle { 0% { transform: translateY(2px) rotate(5deg) scale(.95); } 60% { transform: translateY(-3px) rotate(-3deg) scale(1.05); } 100% { transform: translateY(0) rotate(0) scale(1); } }
@media(max-width: 759px) { .search-bar.sf-search-panel .search-bar__fields[data-field-active="true"] { background: transparent; } }
@media(prefers-reduced-motion: reduce) {
 .search-field-highlight, .search-field-highlight[data-active], .product-navigation .travel-artwork, .search-bar__submit { transition: none; animation: none; }
 .product-navigation a.is-active .travel-artwork, .search-bar.sf-search-panel .sf-search-menu, .search-bar .header-shopping-search__menu { animation: none; }
}
/* Shared compact location choices; common photos are served locally. */
.sf-airport-options button.location-option,
.hotel-destination-sheet > div > button.location-option {
  display: flex; align-items: center; gap: 12px; width: 100%; min-height: 72px;
  padding: 10px 8px; border: 0; border-radius: 12px; background: transparent;
  color: #222; text-align: left; cursor: pointer;
}
.sf-airport-options button.location-option:hover,
.hotel-destination-sheet > div > button.location-option:hover { background: #f3f3f3; }
.sf-airport-options button.location-option[aria-current="true"] { background: #fff4ec; }
.location-option:focus-visible { outline: 2px solid var(--signal); outline-offset: -2px; }
.sf-airport-options .location-option > .location-option__thumbnail,
.hotel-destination-sheet > div > .location-option > .location-option__thumbnail {
  display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px;
  overflow: hidden; border-radius: 12px; color: #697b89; background: #f0f3f5;
}
.location-option__thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.location-option__thumbnail svg { width: 25px; height: 25px; }
.sf-airport-options .location-option > .location-option__thumbnail--nearby,
.hotel-destination-sheet > div > .location-option > .location-option__thumbnail--nearby { color: #4488b6; background: #edf5fc; }
.sf-airport-options .location-option > .location-option__copy,
.hotel-destination-sheet > div > .location-option > .location-option__copy {
  display: flex; flex-direction: column; justify-content: center; gap: 3px;
  flex: 1 1 auto; width: auto; height: auto; min-width: 0; background: none; color: inherit; border-radius: 0;
}
.location-option .location-option__copy strong { align-self: auto; font-size: 14px; font-weight: 600; line-height: 1.3; white-space: normal; }
.location-option .location-option__copy span, .location-option .location-option__copy small { font-size: 12px; line-height: 1.35; color: #737373; }
.location-option .location-option__copy small { font-size: 11px; }
.location-option__selected { width: 18px; height: 18px; flex: 0 0 18px; color: var(--signal); }
.location-option__error { margin: 0 8px 8px; color: #737373; font-size: 12px; }
.search-field .sf-airport-add {
  display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; min-height: 28px;
  padding: 0; border: 0; border-radius: 8px; color: #474747; background: #ececec; cursor: pointer;
}
.search-field .sf-airport-add svg { width: 17px; height: 17px; }
.search-field .sf-airport-add:hover { background: #ddd; }
.search-field .sf-airport-add:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; }
.search-bar.sf-search-panel .sf-swap-button.route-swap {
  width: 34px; height: 34px; min-height: 34px; border-radius: 11px; border: 1px solid #e1e1e1;
  background: #fff; color: #525252; box-shadow: 0 2px 6px rgb(0 0 0 / .05);
  display: grid; place-items: center; padding: 0; transition: background 130ms ease, color 130ms ease;
}
.route-swap svg { width: 21px; height: 21px; transition: transform 160ms ease; }
.search-bar.sf-search-panel .route-swap:hover { background: #fff0e6; color: var(--signal); }
.route-swap:active svg { transform: rotate(180deg); }
@media (min-width: 760px) {
  .search-bar.sf-search-panel:has(.route-swap)[data-search-layout="flights"] .search-bar__fields { grid-template-columns: minmax(0,.9fr) 16px minmax(0,.9fr) minmax(0,1.2fr) minmax(0,.95fr) minmax(0,1fr) 104px; }
  .search-bar.sf-search-panel:has(.route-swap)[data-search-layout="route"] .search-bar__fields { grid-template-columns: minmax(0,1fr) 16px minmax(0,1fr) minmax(0,1fr) 104px; }
}
@media (max-width: 759px) {
  .search-bar.sf-search-panel:has(.route-swap):is([data-search-layout="flights"],[data-search-layout="route"]) .search-bar__fields {
    display: grid; grid-template-columns: minmax(0,1fr); grid-template-areas: "origin" "destination" "when" "passengers" "programs" "submit"; gap: 10px;
  }
  .search-bar.sf-search-panel:has(.route-swap)[data-search-layout="route"] .search-bar__fields { grid-template-areas: "origin" "destination" "programs" "submit"; }
  .search-bar.sf-search-panel .search-field:has(+ .route-swap) { border-radius: 18px 18px 0 0; border-bottom: 0; box-shadow: none; }
  .search-bar.sf-search-panel .route-swap + .search-field { margin-top: -10px; border-radius: 0 0 18px 18px; box-shadow: none; }
  .search-bar.sf-search-panel .search-field:has(+ .route-swap) .search-field__surface::before { border-radius: 18px 18px 0 0; }
  .search-bar.sf-search-panel .route-swap + .search-field .search-field__surface::before { border-radius: 0 0 18px 18px; }
  .search-bar.sf-search-panel .sf-swap-button.route-swap {
    position: relative; top: auto; left: auto; right: auto; bottom: auto;
    grid-area: origin; align-self: end; justify-self: start; margin: 0 32px; z-index: 4;
    width: 38px; height: 38px; min-height: 38px; transform: translateY(50%);
    border: 3px solid #fff; background: #f2f2f2; box-shadow: none;
  }
  .route-swap svg { transform: rotate(90deg); }
  .route-swap:active svg { transform: rotate(270deg); }
  .search-bar.sf-search-panel .sf-airport-chip-list { flex: 0 1 auto; flex-wrap: wrap; overflow: visible; }
  .search-field .sf-airport-add { width: 36px; height: 36px; min-height: 36px; flex-basis: 36px; }
}
@media (pointer: coarse) {
  .search-field .sf-airport-add { width: 44px; height: 44px; min-height: 44px; flex-basis: 44px; }
  .search-bar.sf-search-panel .sf-swap-button.route-swap { width: 44px; height: 44px; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) { .route-swap svg { transition: none; } }
/* Keep the narrow desktop bar readable; selected options can also be removed in the picker. */
@media (min-width: 760px) and (max-width: 1100px) {
  .search-bar.sf-search-panel .sf-airport-chip__remove { display: none; }
  .search-bar.sf-search-panel .sf-airport-chip__body { min-height: 28px; padding: 0 6px; }
  .search-bar.sf-search-panel .search-field .sf-airport-add { width: 28px; height: 28px; min-height: 28px; flex-basis: 28px; }
  .search-bar.sf-search-panel .sf-swap-button.route-swap { width: 30px; height: 30px; min-height: 30px; }
}

/* Keep add beside its chips, with swap on a separate part of the divider. */
.search-bar.sf-search-panel .sf-airport-chip-list { flex: 0 1 auto; width: auto; }
@media(min-width:760px) { .search-bar.sf-search-panel .sf-airport-trigger { justify-content: flex-start; } }
/* All product searches use SearchBar and SearchField. Product layouts only choose columns. */
.search-bar.sf-search-panel { margin: 0; min-width: 0; width: 100%; }
.search-bar.sf-search-panel .sf-search-card { position: relative; isolation: isolate; padding: 0; border: 1px solid #dedede; border-radius: 999px; background: #fff; box-shadow: 0 5px 18px rgb(0 0 0 / .07); transition: box-shadow 150ms ease; }
.search-bar.sf-search-panel .search-bar__fields { position: relative; isolation: isolate; display: grid; align-items: stretch; gap: 0; min-height: 66px; border-radius: 999px; }
.search-bar.sf-search-panel[data-search-layout="flights"] .search-bar__fields { grid-template-columns: minmax(0,.9fr) 32px minmax(0,.9fr) minmax(0,1.2fr) minmax(0,.95fr) minmax(0,1fr) 104px; grid-template-areas: "origin swap destination when passengers programs submit"; }
.search-bar.sf-search-panel[data-search-layout="hotels"] .search-bar__fields { grid-template-columns: minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr) 104px; grid-template-areas: none; }
.search-bar.sf-search-panel[data-search-layout="shopping"] .search-bar__fields { grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) 104px; grid-template-areas: none; }
.search-bar.sf-search-panel[data-search-layout="route"] .search-bar__fields { grid-template-columns: minmax(0,1fr) 32px minmax(0,1fr) minmax(0,1fr) 104px; grid-template-areas: "origin swap destination programs submit"; }
.search-bar.sf-search-panel[data-search-layout="hotels"] .search-field, .search-bar.sf-search-panel[data-search-layout="shopping"] .search-field { grid-area: auto; }
.search-bar.sf-search-panel .search-field { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto; align-content: center; gap: 4px; min-width: 0; min-height: 66px; padding: 10px 20px; border: 0; border-radius: 32px; background: transparent; box-shadow: none; transition: none; }
.search-bar.sf-search-panel .search-field::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 32px; transform: translateY(-50%); background: #ddd; pointer-events: none; }
.search-bar.sf-search-panel .search-field:has(+ .sf-search-submit)::after, .search-bar.sf-search-panel .search-field:has(+ .sf-swap-button)::after, .search-bar.sf-search-panel .search-field.is-open::after, .search-bar.sf-search-panel .search-field:has(+ .search-field.is-open)::after { opacity: 0; }
.search-field .search-field__surface { appearance: none; display: block; position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; padding: 0; margin: 0; border: 0; border-radius: 0; background: transparent; cursor: pointer; color: inherit; z-index: 1; }
.search-field .search-field__surface::before { content: ""; position: absolute; inset: 0; border-radius: 32px; pointer-events: none; transition: background-color 140ms ease; }
.search-field:hover > .search-field__surface::before { background: #ebebeb; }
.search-field.is-open > .search-field__surface::before { background: transparent; }
.search-field .search-field__surface:focus-visible { outline: 0; box-shadow: none; }
.search-field .search-field__surface:focus-visible::before { outline: 2px solid #ff6400; outline-offset: -2px; }
.search-bar.sf-search-panel .search-field__label, .search-bar.sf-search-panel .search-field__value { position: relative; z-index: 2; pointer-events: none; }
.search-bar.sf-search-panel .search-field__label { margin: 0; font-size: 11px; line-height: 1.2; font-weight: 600; color: #686868; letter-spacing: 0; text-transform: none; }
.search-bar.sf-search-panel .search-field__value { display: flex; align-items: center; gap: 5px; padding: 0; margin: 0; width: 100%; min-width: 0; min-height: 26px; border: 0; border-radius: 0; background: transparent; color: #222; font-size: 13px; font-weight: 600; line-height: 1.3; }
.search-field__value :is(button,a,input,select) { pointer-events: auto; }
.search-field__value > :is(span,strong) { min-width: 0; }
.search-bar.sf-search-panel .sf-airport-chip { border-radius: 8px; }
.search-bar.sf-search-panel .sf-airport-chip-list { min-width: 0; gap: 4px; }
.search-bar.sf-search-panel .sf-airport-chip__body { min-height: 26px; padding: 0 3px 0 6px; }
.search-bar.sf-search-panel .sf-airport-chip__remove { min-height: 26px; width: 22px; flex-basis: 22px; }
.search-bar.sf-search-panel .sf-airport-placeholder { padding: 0; min-height: 26px; font: inherit; }
.search-bar.sf-search-panel .sf-search-menu { z-index: 20; pointer-events: auto; }
.search-bar.sf-search-panel .search-bar__submit { grid-area: submit; display: flex; flex-direction: row; align-items: center; justify-content: center; align-self: center; justify-self: center; flex: 0 0 auto; gap: 0; padding: 0; margin: 0; width: 54px; height: 54px; min-height: 54px; border: 0; border-radius: 999px; background: var(--signal, #ff6400); color: #fff; line-height: 1; position: relative; z-index: 2; cursor: pointer; }
.search-bar.sf-search-panel:is([data-search-layout="hotels"],[data-search-layout="shopping"]) .search-bar__submit { grid-area: auto; }
.search-bar.sf-search-panel .search-bar__submit > svg { display: block; flex: 0 0 22px; width: 22px; height: 22px; margin: 0; padding: 0; transform: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.search-bar.sf-search-panel .search-submit-label { display: none; }
.search-bar.sf-search-panel .sf-swap-button { position: relative; z-index: 2; width: 28px; height: 28px; min-height: 28px; margin: 0; padding: 0; align-self: center; justify-self: center; }
.header-hotel-search, .header-shopping-search.search-bar { width: 100%; min-width: 0; }
.header-shopping-search.search-bar { display: block; padding: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.search-bar .shopping-store-picker__value { display: flex; align-items: center; gap: 8px; font: inherit; color: inherit; }
.search-bar .shopping-store-picker__value strong { font: inherit; color: inherit; }
.search-bar .shopping-store-picker__value img { width: 24px; height: 24px; object-fit: contain; }
.search-bar .header-shopping-search__category { padding: 10px 20px; border: 0; }
.search-bar .header-shopping-search__menu { top: calc(100% + 12px); z-index: 20; }
.home-search-modal--unified .home-search-modal__content, .home-search-modal--unified .header-hotel-search { display: block; min-height: 0; padding: 0; }
@media (min-width: 760px) and (max-width: 1100px) {
 .search-bar.sf-search-panel .search-field { padding-left: 12px; padding-right: 12px; }
 .search-bar.sf-search-panel .search-field__value { font-size: 11px; }
}
@media (max-width: 759px) {
 .search-bar.sf-search-panel .sf-search-card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
 .search-bar.sf-search-panel .search-bar__fields { display: flex; flex-direction: column; gap: 10px; border-radius: 0; background: transparent; }
 .search-bar.sf-search-panel .search-field { display: grid; grid-template-columns: minmax(72px,.65fr) minmax(0,1.4fr); grid-template-rows: auto; align-items: center; align-content: center; min-height: 70px; padding: 14px 18px; border: 1px solid #e2e2e2; border-radius: 18px; box-shadow: 0 2px 7px rgb(0 0 0 / .035); background: #fff; }
 .search-bar.sf-search-panel .search-field::after { display: none; }
 .search-field .search-field__surface::before { border-radius: 18px; }
 .search-bar.sf-search-panel .search-field__label { font-size: 13px; }
 .search-bar.sf-search-panel .search-field__value { justify-content: flex-end; text-align: right; font-size: 14px; }
 .search-bar.sf-search-panel .sf-airport-chip-list { justify-content: flex-end; }
 .search-bar.sf-search-panel .search-bar__submit { width: 100%; height: 52px; min-height: 52px; gap: 10px; border-radius: 16px; }
 .search-bar.sf-search-panel .search-submit-label { display: block; font: inherit; font-weight: 600; }
 .search-bar.sf-search-panel .sf-swap-button { align-self: flex-end; height: 24px; min-height: 24px; margin: -6px 18px; }
 .search-bar.sf-search-panel .search-field > .sf-search-menu--inline { grid-column: 1 / -1; }
 .search-bar.sf-search-panel .search-bar__fields > .search-field-highlight { display: none; }
 .home-search-modal--unified .header-hotel-search { width: 100%; }
}
@media(prefers-reduced-motion: reduce) { .search-bar * { scroll-behavior: auto; } }
.search-field > .search-field__label, .search-field > .search-field__value { position: relative; z-index: 2; pointer-events: none; }
.search-input.search-input { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 48px; margin: 0 0 12px; padding: 0 14px; border: 1px solid #c8c8c8; border-radius: 12px; background: #fff; color: #222; box-sizing: border-box; }
.search-input.search-input:focus-within { border-color: #ff6400; box-shadow: 0 0 0 1px #ff6400; }
.search-input.search-input > svg { display: block; width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-input.search-input > input { width: 100%; min-width: 0; min-height: 46px; height: auto; margin: 0; padding: 0; border: 0; border-radius: 0; outline: 0; box-shadow: none; background: transparent; font: inherit; font-size: 16px; color: #222; }
@media (hover: none) and (pointer: coarse) {
 .search-bar.sf-search-panel .sf-airport-chip__body, .search-bar.sf-search-panel .sf-airport-chip__remove, .search-bar.sf-search-panel .sf-airport-chip--more { min-height: 44px; }
 .search-bar.sf-search-panel .sf-airport-chip__remove { width: 44px; flex-basis: 44px; }
}
.shopping-search-panel.shopping-search-panel--mobile { grid-template-columns: minmax(0,1fr); padding: 0; border: 0; box-shadow: none; background: transparent; }
@media(max-width: 759px) {
 .home-search-modal .search-bar.sf-search-panel .search-field:focus-within { border-color: #e2e2e2; box-shadow: 0 2px 7px rgb(0 0 0 / .035); }
}
.search-popover.search-popover { position: fixed; z-index: 500; width: min(440px, calc(100vw - 32px)); margin: 0; padding: 20px; overflow: auto; overscroll-behavior: contain; border: 1px solid #e4e4e4; border-radius: 20px; background: #fff; box-shadow: 0 12px 36px rgb(0 0 0 / .14); animation: search-menu-arrive 150ms var(--search-ease) both; }
.search-popover .hotel-destination-sheet, .search-popover .shopping-store-sheet__body { padding: 0; }
.search-popover .shopping-store-sheet__options { max-height: 450px; overflow: auto; }
@media(prefers-reduced-motion: reduce) { .search-popover.search-popover { animation: none; } }
.search-popover .header-shopping-search__menu { position: static; width: 100%; min-width: 0; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }

/* Search grows inside the final field. Field geometry never moves on activation. */
@media(min-width: 760px) {
 .search-bar.sf-search-panel .search-bar__fields { transition: none; }
 .search-bar.sf-search-panel .search-field:has(+ .search-bar__submit) { width: calc(100% + 104px); padding-right: 124px; }
 .search-bar.sf-search-panel .search-bar__fields[data-field-active="true"] .search-bar__submit { width: 96px; }
 .search-bar.sf-search-panel .search-bar__submit { position: absolute; right: 4px; top: 50%; translate: 0 -50%; width: 54px; transition: width var(--search-travel) var(--search-ease), background-color 140ms ease, transform 140ms ease; }
 .search-bar.sf-search-panel .search-submit-label { display: block; width: 0; opacity: 0; overflow: hidden; white-space: nowrap; font-size: 12px; font-weight: 600; transition: width var(--search-travel) var(--search-ease), opacity 75ms linear, margin-left var(--search-travel) var(--search-ease); }
 .search-bar.sf-search-panel [data-field-active="true"] .search-submit-label { width: 40px; opacity: 1; margin-left: 6px; transition-delay: 0ms, 175ms, 0ms; }
}
@media(prefers-reduced-motion: reduce) {
 .search-bar.sf-search-panel .search-bar__fields, .search-bar.sf-search-panel .search-bar__submit, .search-bar.sf-search-panel .search-submit-label, .search-field .search-field__surface::before { transition: none; }
}

@media(min-width: 760px) {
 .search-bar.sf-search-panel .sf-search-card::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: #ebebeb; opacity: 0; pointer-events: none; transition: opacity 150ms ease; }
 .search-bar.sf-search-panel .sf-search-card:has([data-field-active="true"]) { box-shadow: none; }
 .search-bar.sf-search-panel .sf-search-card:has([data-field-active="true"])::before { opacity: 1; }

}

@media(prefers-reduced-motion: reduce) { .search-bar.sf-search-panel .sf-search-card, .search-bar.sf-search-panel .sf-search-card::before { transition: none; } }

/* Paint hover beneath the moving selected surface. Adjacent hover backgrounds
   extend underneath it, so their seam follows the selected pill's curve. */
.search-field__hover { display: none; }
@media(min-width: 760px) {
 .search-bar.sf-search-panel .search-field,
 .search-bar.sf-search-panel .search-field:is(:hover, .is-open) { z-index: auto; background: transparent; }
 .search-bar.sf-search-panel .search-field__hover { display: block; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; }
 .search-bar.sf-search-panel .search-field__hover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: transparent; }
 .search-bar.sf-search-panel .search-field:not(.is-open):hover > .search-field__hover::after { background: #ebebeb; }
 .search-bar.sf-search-panel .search-bar__fields[data-field-active="true"] .search-field:not(.is-open):hover > .search-field__hover::after { background: #ddd; }
 .search-bar.sf-search-panel .search-field:has(+ .search-field.is-open) > .search-field__hover::after,
 .search-bar.sf-search-panel .search-field:has(+ .sf-swap-button + .search-field.is-open) > .search-field__hover::after { right: -70px; }
 .search-bar.sf-search-panel .search-field.is-open + .search-field > .search-field__hover::after,
 .search-bar.sf-search-panel .search-field.is-open + .sf-swap-button + .search-field > .search-field__hover::after { left: -70px; }
 .search-bar.sf-search-panel .search-field:hover > .search-field__surface::before { background: transparent; }
 .search-bar.sf-search-panel .search-field:hover::after,
 .search-bar.sf-search-panel .search-field:has(+ .search-field:hover)::after { opacity: 0; }
}
/* One surface survives desktop field handoffs; only its contents crossfade. */
.search-popover-surface { position: fixed; z-index: 500; overflow: hidden; border: 1px solid #e4e4e4; border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgb(0 0 0 / .14); transform-origin: top center; opacity: 1; transition: opacity 150ms linear; }
.search-popover-surface:not([data-ready]), .search-popover-surface[data-open="false"] { pointer-events: none; opacity: 0; transition-duration: 75ms; }
.search-popover-surface > .search-popover-panel.search-popover-panel { position: absolute; inset: 0 auto auto 0; box-sizing: border-box; margin: 0; padding: 20px; overflow: auto; overscroll-behavior: contain; border: 0; border-radius: 0; background: transparent; box-shadow: none; animation: search-popover-content-arrive 150ms linear both; }
.search-popover-surface > .search-popover-panel.search-popover-panel--outgoing { pointer-events: none; animation: search-popover-content-depart 75ms linear both; }
.search-popover-panel .hotel-destination-sheet, .search-popover-panel .shopping-store-sheet__body { padding: 0; }
.search-popover-panel .shopping-store-sheet__options { max-height: 450px; overflow: auto; }
.search-popover-panel .header-shopping-search__menu { position: static; width: 100%; min-width: 0; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
@keyframes search-popover-content-arrive { from { opacity: 0; } to { opacity: 1; } }
@keyframes search-popover-content-depart { from { opacity: 1; } to { opacity: 0; } }
@media(prefers-reduced-motion: reduce) {
 .search-popover-surface, .search-popover-surface[data-open], .search-popover-surface > .search-popover-panel.search-popover-panel { animation: none; transition: none; }
 .search-popover-surface > .search-popover-panel.search-popover-panel--outgoing { visibility: hidden; }
}
/* The single-program mode uses a pressed button for its all-programs choice. */
.program-selection-list .program-selection-list__switch[aria-pressed="true"] { background: var(--charcoal); }
.program-selection-list__switch[aria-pressed="true"] > span { transform: translateX(20px); }
/* Calendar panels respond to their popup/sheet width, not the page viewport. */
.search-date-calendar { container: search-dates / inline-size; min-width: 0; }
.search-date-calendar .search-date-calendar__navigation { position: relative; display: block; }
.search-date-calendar__month-labels { display: grid; min-height: 40px; grid-template-columns: minmax(0, 1fr); align-items: center; text-align: center; }
.search-date-calendar__navigation > button { position: absolute; top: 0; z-index: 1; }
.search-date-calendar__navigation > button:first-child { left: 0; }
.search-date-calendar__navigation > button:last-child { right: 0; }
.search-date-calendar__months { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.search-date-calendar__month-panel { display: grid; min-width: 0; gap: 16px; }
.search-date-calendar__month-panel--next,
.search-date-calendar__month-label--next { display: none; }

@container search-dates (min-width: 620px) {
  .search-date-calendar__months,
  .search-date-calendar__month-labels { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .search-date-calendar__month-panel--next { display: grid; }
  .search-date-calendar__month-label--next { display: block; }
  /* Keep weekday alignment without exposing duplicate adjacent-month dates
     to either pointer/keyboard interaction or the accessibility tree. */
  .search-date-calendar__month-panel .hotel-search-calendar__grid .is-muted { visibility: hidden; pointer-events: none; }
}
/* The header has one painted shell. Its two text layers share a clipping
   viewport; the full input grid never adopts the compact launcher's width. */
.product-search-shell__surface { display: none; }
.product-search-shell__content { display: contents; }

@media (min-width: 760px) {
  /* The normal bar remains 132px tall. Wrapped values and touch-sized chips
     can need more space; the containing header must grow with the form. */
  .site-header.is-expanded:has(> .site-header__search-row:not([aria-hidden])) {
    height: max(var(--product-header-height), calc(64px + var(--header-search-full-height, 68px)));
    min-height: max(var(--product-header-height), calc(64px + var(--header-search-full-height, 68px)));
  }

  .site-header.is-expanded > .site-header__search-row:not([aria-hidden]) {
    height: calc(var(--header-search-full-height, 68px) + 6px);
  }

  .site-header .product-search-shell {
    --header-search-full-width: min(900px, calc(100vw - 48px));
    height: var(--header-search-full-height, 68px);
    isolation: isolate;
    transition: width var(--search-travel) var(--search-ease), height var(--search-travel) var(--search-ease);
  }

  .site-header .product-search-shell--flights {
    --header-search-full-width: min(1320px, calc(100vw - 64px));
  }

  .site-header .product-search-shell.is-summary { height: 46px; }

  .site-header .product-search-shell__surface {
    display: block;
    position: absolute;
    inset: 0;
    border: 1px solid #dedede;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 5px 18px rgb(0 0 0 / .07);
    pointer-events: none;
    transition: background-color 150ms ease, box-shadow 150ms ease;
  }

  .site-header .product-search-shell:has(.search-field.is-open) .product-search-shell__surface {
    background: #ebebeb;
    box-shadow: none;
  }

  .site-header .product-search-shell__content {
    display: block;
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 999px;
  }

  .site-header .product-search-shell .product-search-shell__full {
    position: absolute;
    inset: 50% auto auto 50%;
    width: var(--header-search-full-width);
    transform: translate(-50%, -50%) scale(var(--header-search-form-scale, 1));
    opacity: 1;
    visibility: visible;
    transition: opacity 75ms linear 175ms, visibility 0s linear;
  }

  .site-header .product-search-shell.is-summary .product-search-shell__full {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%) scale(var(--header-search-form-scale, 1));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 50ms linear, visibility 0s linear 50ms;
  }

  .site-header .product-search-shell .search-bar.sf-search-panel .sf-search-card {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .site-header .product-search-shell .search-bar.sf-search-panel .sf-search-card::before {
    content: none;
  }

  /* Validation is created by an explicit submit after the form is open. Keep
     its message outside the bar instead of clipping it at the pill boundary. */
  .site-header .product-search-shell.is-form:has(.product-search-shell__vertical:not([hidden]) .sf-search-validation) .product-search-shell__content {
    overflow: visible;
  }

  .site-header .product-search-shell .sf-search-validation {
    position: absolute;
    top: calc(100% + 8px);
    left: 8px;
    right: 8px;
    margin: 0;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgb(0 0 0 / .07);
  }

  .site-header .product-search-shell .product-search-shell__summary {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    transform: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 50ms linear, visibility 0s linear 50ms;
  }

  .site-header .product-search-shell.is-summary .product-search-shell__summary {
    opacity: 1;
    visibility: visible;
    transition: opacity 75ms linear 175ms, visibility 0s linear 175ms;
  }
}

@media (min-width: 760px) and (prefers-reduced-motion: reduce) {
  .site-header .product-search-shell,
  .site-header .product-search-shell__surface,
  .site-header .product-search-shell .product-search-shell__full,
  .site-header .product-search-shell.is-summary .product-search-shell__full,
  .site-header .product-search-shell .product-search-shell__summary,
  .site-header .product-search-shell.is-summary .product-search-shell__summary {
    transition: none;
  }
}
.header-tools { position: relative; }
.header-tools__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.tools-grid-icon { width: 23px; height: 23px; flex: 0 0 auto; }
.header-tools__trigger:hover, .header-tools__trigger[aria-expanded="true"] { background: #f0f0ec; }
.header-tools__trigger:focus-visible, .tools-menu__link:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
.tools-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 354px;
  padding: 18px 10px 10px;
  border: 1px solid #e7e7e2;
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 50px rgb(14 15 14 / 12%);
  display: grid;
  z-index: 10;
}
.tools-menu__eyebrow { margin: 0 12px 9px; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.tools-menu__link {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 12px;
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
}
.tools-menu__link:hover, .tools-menu__link[aria-current="page"] { background: #f6f6f3; }
.tools-menu__link strong { display: block; font-size: 15px; font-weight: 500; }
.tools-menu__link small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.tools-menu__icon { display: grid; place-items: center; width: 40px; height: 40px; }
.tools-menu__icon svg { width: 30px; height: 30px; }
.tools-menu__arrow { color: var(--muted); font-size: 18px; }

/* Keep the three product tabs centered as the utility rail grows. */
@media (min-width: 760px) and (max-width: 1240px) {
  .site-header .site-header__actions { gap: 5px; }
  .site-header .brand-link > span { display: none; }
  .header-tools__trigger { padding: 0 6px; }
  .site-header .header-alerts { width: 38px; padding: 0; }
  .site-header .header-alerts > span { display: none; }
  .site-header .header-account { width: 40px; padding: 0; }
  .site-header .header-account > span { display: none; }
}
@media (min-width: 760px) and (max-width: 900px) {
  .header-tools__trigger > span { display: none; }
}
@media (max-width: 759px) {
  .site-header .site-header__actions { transform: none; transition: opacity var(--motion-fast) ease; }
  .header-tools__trigger { min-height: 44px; padding: 0 7px; }
  .tools-menu { position: fixed; top: 56px; right: 12px; width: min(354px, calc(100vw - 24px)); }
}

/* The tool owns its search form, including after scrolling. */
.site-header.site-header--tools { height: 64px; min-height: 64px; }
.site-header--tools .site-header__inner { height: 64px; }
.site-header--tools .site-header__search-row { display: none; }
@media (max-width: 759px) {
  .site-header.site-header--tools, .site-header--tools .site-header__inner { height: 96px; min-height: 96px; }
}
.search-progress-bar {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgb(255 102 0 / 0.12);
  pointer-events: none;
}

.search-progress-bar__fill {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #ff6600;
  transform-origin: left center;
  animation: search-progress-estimate var(--search-progress-duration) linear var(--search-progress-delay) both;
}

.search-progress-bar__pulse {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgb(255 190 82 / 0.15) 32%, #ffb347 52%, #ff7a00 68%, transparent 100%);
  animation: search-progress-sweep 850ms ease-in-out infinite;
}

.search-progress-bar.is-indeterminate .search-progress-bar__pulse {
  animation-duration: 700ms;
}

@keyframes search-progress-estimate {
  0% { transform: scaleX(0.02); }
  15% { transform: scaleX(0.3); }
  40% { transform: scaleX(0.58); }
  70% { transform: scaleX(0.78); }
  100% { transform: scaleX(0.92); }
}

@keyframes search-progress-sweep {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .search-progress-bar__fill {
    animation: none;
    transform: scaleX(0.92);
  }

  .search-progress-bar__pulse {
    display: none;
    animation: none;
  }
}
.sf-flight-modal--compact .sf-compact-fare { position: relative; }
.sf-flight-modal--compact .sf-compact-fare.is-high-value { isolation: isolate; overflow: visible; border-color: #ff8a52; box-shadow: 0 0 12px rgb(255 101 0 / .28), 0 0 20px rgb(255 101 0 / .1); }
.sf-compact-fare.is-high-value > .sf-compact-fare__summary { z-index: 1; border-radius: inherit; }
.sf-compact-fare.is-high-value > .sf-fare-details__body { position: relative; z-index: 1; border-radius: 0 0 12px 12px; }
.sf-fare-value-border { position: absolute; inset: -12px; pointer-events: none; z-index: 0; }
.sf-fare-value-border > div { position: absolute; inset: 0; filter: drop-shadow(0 0 6px rgb(255 101 0 / .7)); }
.sf-fare-value { position: relative; z-index: 2; margin: 12px 0 0; font-size: 12px; cursor: auto; }
.sf-fare-value > summary { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; width: fit-content; min-height: 36px; cursor: pointer; list-style: none; }
.sf-fare-value > summary::-webkit-details-marker { display: none; }
.sf-fare-value > summary strong { font-size: 14px; color: #813506; }
.sf-fare-value > summary span { color: #707070; }
.sf-fare-value__body { display: grid; gap: 10px; padding: 12px 0; max-width: 540px; border-top: 1px solid #eee; }
.sf-fare-value__body label { display: grid; gap: 6px; }
.sf-fare-value__body input { width: 100%; min-height: 44px; border: 1px solid #ccc; border-radius: 10px; padding: 10px 12px; color: #222; background: white; font-size: 16px; }
.sf-fare-value__body p { margin: 0; line-height: 1.5; color: #707070; }
.sf-fare-value__body button { width: fit-content; padding: 6px 0; border: 0; background: transparent; text-decoration: underline; color: #813506; cursor: pointer; }
.sf-fare-value summary:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; border-radius: 4px; }
select.select-control {
 appearance: none; -webkit-appearance: none; box-sizing: border-box;
 height: 44px; min-height: 44px; min-width: 0; max-width: 100%;
 border: 1px solid var(--line, #dedcd8); border-radius: 8px;
 padding: 0 12px; background-color: #fff; color: var(--ink, #0e0f0e);
 font: inherit; line-height: 1.4; text-overflow: ellipsis; cursor: pointer;
}
select.select-control:focus-visible { outline: 2px solid var(--signal, #ff6400); outline-offset: 2px; }
select.select-control:disabled { cursor: default; opacity: .55; }
@media(max-width: 759px) { select.select-control.select-control { font-size: 16px; } }
/* Both filter rows use the same controls on the result surface. */
.sf-results-card > .sf-results-filters { margin: 0; padding: 12px 20px; background: transparent; border: 0; border-bottom: 1px solid var(--line); position: relative; z-index: 8; }
.sf-results-card:has(> .sf-results-filters) { overflow: visible; }
.sf-results-filters .sf-results-filters__row, .sf-results-filters .sf-results-filters__more { gap: 8px; }
.sf-results-filters .sf-filter-pill > button, .sf-results-filters .sf-more-filters-button { display: inline-flex; align-items: center; min-height: 40px; height: 40px; padding: 0 14px; gap: 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--charcoal); background: #fff; font: inherit; font-size: 13px; font-weight: 500; box-shadow: none; cursor: pointer; }
.sf-results-filters .sf-filter-pill > button:hover, .sf-results-filters .sf-more-filters-button:hover { border-color: var(--muted); }
.sf-results-filters .sf-filter-pill > button[aria-expanded="true"], .sf-results-filters .sf-more-filters-button[aria-expanded="true"] { border-color: var(--charcoal); color: var(--ink); background: #fff; }
.sf-results-filters .sf-results-filters__more { padding-top: 0; margin-top: 8px; }
.sf-results-card > .sf-results-filters .sf-filter-menu { z-index: 20; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 28px rgb(0 0 0 / .12); }
.sf-results-card--pending { background: transparent; box-shadow: none; border: 0; }
.sf-results-card--pending > .sf-results-filters { border: 0; padding-inline: 0; }
@media(max-width: 759px) { .sf-results-card > .sf-results-filters { padding: 10px 12px; } }
.sf-results-filters .sf-results-filters__more { animation-duration: 120ms; }
@media(prefers-reduced-motion: reduce) { .sf-results-filters .sf-results-filters__more { animation: none; } }
.transfer-partners {
  min-width: 0;
  padding: 14px 0 2px;
  border-top: 1px solid var(--line, #dedcd8);
  color: var(--charcoal, #413e3e);
}

.transfer-partners__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 10px;
}

.transfer-partners__header h4 { margin: 0; font-size: 12px; font-weight: 600; }
.transfer-partners__countries { display: flex; gap: 2px; }
.transfer-partners__countries .travel-artwork { width: 30px; height: 26px; object-fit: contain; }
.transfer-partners__countries button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: var(--muted, #6f6f67);
  font: inherit;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}
.transfer-partners__countries button span { font-size: 10px; font-weight: 400; }
.transfer-partners__countries button[aria-pressed="true"] { background: var(--paper, #f3f0eb); color: var(--ink, #0e0f0e); }
.transfer-partners__countries button:hover { border-color: var(--line, #dedcd8); }
.transfer-partners :is(button, summary, a):focus-visible { outline: 2px solid var(--signal, #ff5c00); outline-offset: 3px; }
.transfer-partners__route { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.transfer-partners__chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.transfer-partners__chips li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 4px 8px 4px 4px;
  border: 1px solid var(--line, #dedcd8);
  border-radius: 6px;
  background: #fff;
  font-size: 11px;
  white-space: nowrap;
}
.transfer-partners__mark {
  display: inline-flex;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background: var(--paper, #f3f0eb);
  color: var(--charcoal, #413e3e);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: -.03em;
}
.transfer-partners__mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.transfer-partners__mark--amex_au, .transfer-partners__mark--amex_us { background: #fff; }
.transfer-partners__arrow { color: var(--muted, #6f6f67); }
.transfer-partners__destination { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; }
.transfer-partners__destination img { width: 24px; height: 24px; object-fit: contain; }
.transfer-partners__details { margin-top: 7px; }
.transfer-partners__details summary {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  min-height: 32px;
  color: var(--muted, #6f6f67);
  font-size: 10px;
  list-style: none;
  cursor: pointer;
}
.transfer-partners__details summary::-webkit-details-marker { display: none; }
.transfer-partners__details[open] summary > span { transform: rotate(180deg); }
.transfer-partners__expanded { padding: 10px 0 6px; }
.transfer-partners__expanded > p, .transfer-partners__empty { margin: 0; color: var(--muted, #6f6f67); font-size: 11px; line-height: 1.55; }
.transfer-partners__all { display: grid; gap: 14px; margin: 14px 0; padding: 0; list-style: none; }
.transfer-partners__all > li { display: flex; align-items: flex-start; gap: 9px; }
.transfer-partners__all > li > div { min-width: 0; }
.transfer-partners__all strong { font-size: 11px; font-weight: 600; }
.transfer-partners__country-badge { margin-left: 3px; color: var(--muted, #6f6f67); font-size: 9px; font-weight: 400; }
.transfer-partners__all p { margin: 4px 0; color: var(--muted, #6f6f67); font-size: 11px; line-height: 1.5; }
.transfer-partners__sources { display: flex; flex-wrap: wrap; gap: 4px 12px; }
.transfer-partners__sources a { display: inline-flex; gap: 3px; padding: 3px 0; color: var(--charcoal, #413e3e); font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.transfer-partners__expanded .transfer-partners__checked { font-size: 10px; }
.transfer-partners__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 600px) {
  .transfer-partners__countries button { min-height: 44px; padding-inline: 7px; }
  .transfer-partners__countries button span { display: none; }
  .transfer-partners__details summary { min-height: 44px; }
  .transfer-partners__sources a { min-height: 32px; align-items: center; }
  .transfer-partners__header { margin-bottom: 7px; }
}

/* A single brand tile, with no outer card, inset or border. */
.transfer-partners__mark { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 5px; background: #fff; }
.transfer-partners__mark--anz_au, .transfer-partners__mark--nab_au,
.transfer-partners__mark--diners_corporate_us { background: #172b40; }
.transfer-partners__mark--citi_us { background: #0079aa; }
.transfer-partners__mark--rove_us { background: #18181b; }
.transfer-partners__chips li { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.transfer-partners__route { flex-wrap: nowrap; }
.transfer-partners__destination > span:last-child { white-space: nowrap; }
.transfer-partners__details { margin-top: 3px; }
.transfer-partners__details summary { font-size: 11px; }
@media(max-width: 759px) {
 .transfer-partners__countries button span, .transfer-partners__destination > span:last-child { display: none; }
 .transfer-partners__header { margin-bottom: 6px; }
 .transfer-partners__chips { flex-wrap: nowrap; gap: 6px; }
 .transfer-partners__details summary { min-height: 32px; }
}
/* A content-sized stack keeps sparse results from growing to fill the viewport. */
.sf-flight-modal.sf-flight-modal--compact { width: min(1040px, calc(100vw - 40px)); max-width: 1040px; }
.sf-flight-modal--compact .sf-modal-header { padding: 18px 22px; gap: 8px; }
.sf-flight-modal--compact .sf-modal-header h2 { font-size: 23px; }
.sf-flight-modal--compact .sf-modal-flight-list { display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 12px; padding: 0 20px 20px; }
.sf-flight-modal--compact .sf-modal-flight-list > * { flex: 0 0 auto; min-width: 0; }
.sf-modal-cabins { display: flex; border-bottom: 1px solid var(--line); }
.sf-modal-cabins button { flex: 1; background: transparent; border: 0; border-bottom: 3px solid transparent; padding: 11px 8px; color: var(--muted); cursor: pointer; font: inherit; }
.sf-modal-cabins button[aria-selected="true"] { color: var(--ink); border-color: var(--signal); font-weight: 600; }
.sf-modal-cabins button span { font-size: 12px; margin-left: 6px; }
.sf-modal-cabin-select { display: none; }
.sf-modal-cabin-empty { padding: 20px 10px; text-align: center; }
.sf-flight-modal--compact .sf-compact-fare { padding: 0; display: block; margin: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: none; cursor: pointer; overflow: hidden; }
.sf-compact-fare__summary { position: relative; padding: 14px 18px; }
.sf-compact-fare__toggle { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: inherit; background: transparent; cursor: pointer; z-index: 1; }
.sf-compact-fare__toggle:hover { background: rgb(0 0 0 / .015); }
.sf-compact-fare__toggle:focus-visible { outline: 2px solid var(--signal); outline-offset: -3px; }
.sf-compact-fare .sf-flight-availability-status { margin: 0 0 8px; }
.sf-compact-fare .sf-flight-availability-status__label { font-size: 12px; padding: 4px 8px; white-space: nowrap; }
.sf-compact-fare__main { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.sf-compact-fare__journey { min-width: 0; }
.sf-compact-fare__route { display: block; font-size: 19px; line-height: 1.4; }
.sf-compact-fare__route span { font-weight: 400; white-space: nowrap; }
.sf-compact-fare__meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 13px; color: var(--muted); margin-top: 5px; }
.sf-compact-fare__price { display: flex; flex-direction: column; flex-shrink: 0; text-align: right; gap: 3px; font-size: 12px; color: var(--muted); }
.sf-compact-fare__price strong { font-size: 23px; color: var(--ink); }
.sf-compact-fare__price small { font-size: 13px; font-weight: 400; }
.sf-compact-fare__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-top: 10px; min-height: 48px; }
.sf-compact-fare__hint { color: var(--muted); font-size: 12px; }
.sf-compact-fare__book { position: relative; z-index: 2; margin-left: auto; min-width: 150px; min-height: 48px; padding: 12px 24px; border: 0; border-radius: 9px; font: inherit; font-size: 16px; font-weight: 600; color: #fff; background: var(--signal); cursor: pointer; transition: background-color 120ms ease, transform 120ms ease; }
.sf-compact-fare__book:hover { background: #e95300; }
.sf-compact-fare__book:active { transform: scale(.98); }
.sf-compact-fare__book:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.sf-fare-details__body { border-top: 1px solid var(--line); padding: 14px 18px 18px; }
.sf-fare-details__body[hidden] { display: none; }
.sf-compact-fare .sf-segment-detail { padding: 0; margin: 0; border: 0; }
.sf-compact-fare .sf-segment-detail__title { margin: 0 0 10px; }
.sf-compact-fare .sf-segment-detail__title h3 { display: none; }
.sf-compact-fare .sf-segment-detail__title span { font-size: 12px; text-transform: none; }
.sf-compact-fare .sf-segment-nav { margin-bottom: 10px; }
.sf-compact-fare .sf-segment-nav button { width: 32px; height: 32px; }
.sf-compact-fare .sf-aircraft-preview { min-height: 125px; margin-bottom: 14px; }
.sf-compact-fare .sf-aircraft-preview__plane { max-height: 135px; }
.sf-compact-fare .sf-aircraft-preview__copy strong { font-size: 22px; }
.sf-compact-fare .sf-segment-grid { gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sf-compact-fare .sf-itinerary-summary__connections { margin: 0 0 14px; }
.sf-compact-fare .sf-itinerary-summary__note { font-size: 12px; }
.sf-flight-modal--compact .transfer-partners { margin: 0; padding: 10px 0 0; border-top: 0; }
.sf-flight-modal--compact .transfer-partners__countries button { display: flex; align-items: center; padding: 2px 8px; }
@media(max-width: 759px) {
 .sf-flight-modal.sf-flight-modal--compact { width: 100%; }
 .sf-flight-modal--compact .sf-modal-header { padding: max(12px, env(safe-area-inset-top)) 12px 12px; }
 .sf-flight-modal--compact .sf-modal-header h2 { font-size: 18px; }
 .sf-flight-modal--compact .sf-modal-flight-list { padding: 0 12px max(16px, env(safe-area-inset-bottom)); gap: 10px; }
 .sf-modal-cabins { display: none; }
 .sf-modal-cabin-select { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0; font-size: 13px; }
 .sf-modal-cabin-select select { padding: 0 12px; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; background-color: #fff; color: var(--ink); font: inherit; max-width: 80%; }
 .sf-compact-fare__summary { padding: 12px; }
 .sf-compact-fare__main { gap: 10px; }
 .sf-compact-fare__route { font-size: 16px; }
 .sf-compact-fare__price strong { font-size: 20px; }
 .sf-compact-fare__meta { font-size: 12px; gap: 3px 8px; }
 .sf-compact-fare__book { min-width: 140px; }
 .sf-fare-details__body { padding: 12px; }
 .sf-compact-fare .sf-aircraft-preview { min-height: 110px; }
 .sf-compact-fare .sf-aircraft-preview__copy strong { font-size: 18px; }
 .sf-compact-fare .sf-segment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media(prefers-reduced-motion: reduce) { .sf-compact-fare__book { transition: none; } }
.points-value-calculator {
  --points-value-bg: var(--ink, #0e0f0e);
  --points-value-copy: var(--frost, #f8f8f8);
  --points-value-muted: rgb(248 248 248 / 0.72);
  --points-value-faint: rgb(248 248 248 / 0.085);
  --points-value-card: #161618;
  --points-value-accent: var(--signal, #ff5c00);
  width: 100%;
  overflow: clip;
  padding: 88px 24px 96px;
  color: var(--points-value-copy);
  background: var(--points-value-bg);
  font-family: var(--font-site, "ABC Diatype", Inter, ui-sans-serif, sans-serif);
}

.points-value-calculator *,
.points-value-calculator *::before,
.points-value-calculator *::after {
  box-sizing: border-box;
}

.points-value-calculator__inner {
  width: min(760px, 100%);
  margin: 0 auto;
}

.points-value-calculator__header {
  display: grid;
  justify-items: center;
  text-align: center;
}

.points-value-calculator__header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  color: var(--points-value-muted);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.points-value-calculator__input-wrap {
  display: inline-flex;
  flex: 0 0 auto;
}

.points-value-calculator__input-wrap input {
  width: 212px;
  padding: 13px 10px 12px;
  color: var(--points-value-copy);
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 7px;
  outline: 0;
  background: rgb(255 255 255 / 0.015);
  caret-color: var(--points-value-accent);
  font: inherit;
  font-size: 45px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.points-value-calculator__input-wrap input:hover {
  border-color: rgb(255 255 255 / 0.38);
  background: rgb(255 255 255 / 0.025);
}

.points-value-calculator__input-wrap input:focus-visible {
  border-color: rgb(255 255 255 / 0.56);
  background: rgb(255 255 255 / 0.03);
  box-shadow: 0 0 0 3px rgb(255 92 0 / 0.18);
}

.points-value-slider {
  position: relative;
  width: 500px;
  max-width: 84%;
  height: 48px;
  margin: 62px auto 0;
  padding: 0 24px;
}

.points-value-slider__track {
  position: relative;
  width: 100%;
  height: 48px;
}

.points-value-slider__ticks {
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
  pointer-events: none;
}

.points-value-slider__ticks span {
  width: 1px;
  height: 16px;
  flex: 0 0 auto;
  background: var(--points-value-copy);
  transform-origin: center;
}

.points-value-slider__thumb {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  pointer-events: none;
  will-change: transform;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.points-value-slider__thumb-ring {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: var(--points-value-bg);
  transition:
    border-color 120ms ease,
    transform 120ms ease;
}

.points-value-slider__thumb-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--points-value-copy);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.08);
}

.points-value-slider input[type="range"] {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 48px;
  margin: 0;
  opacity: 0;
  outline: 0;
  cursor: grab;
  touch-action: pan-y;
}

.points-value-slider input[type="range"]:active {
  cursor: grabbing;
}

.points-value-slider.is-dragging .points-value-slider__thumb {
  transition: none;
}

.points-value-slider.is-dragging .points-value-slider__thumb-ring,
.points-value-slider:has(input[type="range"]:focus-visible) .points-value-slider__thumb-ring {
  border-color: rgb(255 255 255 / 0.58);
  transform: scale(1.04);
}

.points-value-chart {
  position: relative;
  width: 100%;
  margin: 72px 0 0;
  padding: 6px 0 16px;
  isolation: isolate;
}

.points-value-chart__grid {
  position: absolute;
  z-index: -1;
  top: -10px;
  right: 14px;
  bottom: -20px;
  left: 14px;
  pointer-events: none;
}

.points-value-chart__grid span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--points-value-faint);
  transform: translateX(-0.5px);
}

.points-value-baselines {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.points-value-baseline {
  height: 70px;
}

.points-value-baseline__label {
  display: block;
  margin-bottom: 9px;
  color: rgb(248 248 248 / 0.78);
  font-size: 16px;
  line-height: 1;
}

.points-value-baseline__line {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.points-value-baseline__bar {
  width: var(--points-value-width);
  min-width: 92px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.025);
  border-radius: 12px;
  background: linear-gradient(180deg, rgb(24 24 26 / 0.98), rgb(19 19 21 / 0.98));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.025);
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: pointsValueBarIn 360ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.points-value-baseline:nth-child(2) .points-value-baseline__bar {
  animation-delay: 35ms;
}

.points-value-baseline:nth-child(3) .points-value-baseline__bar {
  animation-delay: 70ms;
}

.points-value-baseline__bar strong {
  color: rgb(248 248 248 / 0.52);
  font-size: 17px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.points-value-baseline__line > small,
.points-value-premium__rate,
.points-value-marker__copy small {
  color: var(--points-value-accent);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.points-value-premium-wrap {
  --points-value-premium-width: 74%;
  position: relative;
  z-index: 2;
  height: 164px;
  margin-top: 58px;
}

.points-value-premium {
  position: relative;
  width: clamp(390px, var(--points-value-premium-width), 100%);
  min-width: 0;
  max-width: 100%;
  height: 74px;
  padding: 1px;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(
    13deg,
    rgb(156 156 156 / 0.64) 19%,
    rgb(86 70 59 / 0.78) 42%,
    rgb(255 255 255 / 0.82) 100%
  );
  box-shadow: 0 14px 42px rgb(0 0 0 / 0.2);
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: pointsValueBarIn 360ms 105ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.points-value-premium__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 82% 20%, rgb(255 92 0 / 0.12), transparent 34%),
    linear-gradient(13deg, #0d0d0d 0%, #18171b 35%, #28232a 50%, #18171b 65%, #0d0d0d 100%);
}

.points-value-premium__inner::before {
  position: absolute;
  inset: -80% -45%;
  background: linear-gradient(
    112deg,
    transparent 34%,
    rgb(255 255 255 / 0.025) 43%,
    rgb(255 137 78 / 0.1) 49%,
    rgb(255 255 255 / 0.045) 54%,
    transparent 63%
  );
  content: "";
  pointer-events: none;
  transform: translateX(-45%);
  animation: pointsValueShimmer 7.5s ease-in-out infinite;
}

.points-value-premium__inner::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(100% 100% at 50% 0%, rgb(255 255 255 / 0.055), transparent 45%);
  content: "";
  pointer-events: none;
}

.points-value-premium__brand,
.points-value-premium__meta {
  position: relative;
  z-index: 1;
}

.points-value-premium__brand {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 11px;
  min-width: 0;
  overflow: hidden;
  font-size: 20px;
  white-space: nowrap;
}

.points-value-premium__brand .logo-mark {
  width: 35px;
  height: 35px;
  filter: drop-shadow(0 7px 12px rgb(0 0 0 / 0.26));
}

.points-value-premium__brand span {
  font-weight: 500;
  letter-spacing: -0.02em;
}

.points-value-premium__brand em {
  font-style: normal;
}

.points-value-premium__meta {
  display: grid;
  flex: 0 0 auto;
  gap: 5px;
  justify-items: end;
  text-align: right;
  white-space: nowrap;
}

.points-value-premium__meta > strong {
  color: rgb(248 248 248 / 0.58);
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.points-value-premium__rate {
  position: static;
  font-size: 13px;
}

.points-value-marker {
  position: absolute;
  left: var(--points-value-position);
  z-index: 3;
  width: 190px;
  pointer-events: none;
  transform: translateX(-6px);
  transition: left 300ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: pointsValueMarkerIn 280ms 260ms ease-out both;
}

.points-value-marker--hotels {
  top: -62px;
}

.points-value-marker--economy {
  top: 74px;
  animation-delay: 310ms;
}

.points-value-marker__copy {
  position: absolute;
  left: 28px;
  display: grid;
  gap: 2px;
  color: rgb(248 248 248 / 0.82);
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
  white-space: nowrap;
}

.points-value-marker--hotels .points-value-marker__copy {
  top: 0;
}

.points-value-marker--economy .points-value-marker__copy {
  top: 33px;
}

.points-value-marker__copy strong {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.points-value-marker__copy span {
  margin-top: 2px;
  color: rgb(248 248 248 / 0.5);
  font-size: 13px;
}

.points-value-marker__copy small {
  margin-top: 0;
  font-size: 13px;
}

.points-value-marker__stem {
  position: absolute;
  left: 6px;
  width: 1px;
  background: rgb(255 255 255 / 0.27);
}

.points-value-marker--hotels .points-value-marker__stem {
  top: 47px;
  height: 16px;
}

.points-value-marker--economy .points-value-marker__stem {
  top: 0;
  height: 22px;
}

.points-value-marker__pin {
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid rgb(255 255 255 / 0.36);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.52);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 0.18);
}

.points-value-marker--hotels .points-value-marker__pin {
  top: 35px;
}

.points-value-marker--economy .points-value-marker__pin {
  top: 21px;
}

.points-value-updating-number {
  display: inline-block;
  animation: pointsValueNumberUpdate 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.points-value-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@keyframes pointsValueBarIn {
  from {
    opacity: 0;
    transform: scaleX(0.94);
    transform-origin: left center;
  }
  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@keyframes pointsValueMarkerIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pointsValueNumberUpdate {
  from { opacity: 0.2; transform: translateY(-3px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pointsValueShimmer {
  0%, 18% { transform: translateX(-45%); }
  58%, 100% { transform: translateX(45%); }
}

@media (max-width: 700px) {
  .points-value-calculator {
    padding: 62px 26px 84px;
  }

  .points-value-calculator__header h2 {
    gap: 9px;
    font-size: 18px;
  }

  .points-value-calculator__input-wrap input {
    width: 128px;
    padding: 11px 7px;
    border-radius: 6px;
    font-size: 30px;
  }

  .points-value-slider {
    max-width: 92%;
    margin-top: 44px;
  }

  .points-value-chart {
    margin-top: 52px;
  }

  .points-value-baseline {
    height: 66px;
  }

  .points-value-baseline__label {
    font-size: 14px;
  }

  .points-value-baseline__line {
    gap: 11px;
  }

  .points-value-baseline__bar {
    min-width: 72px;
    height: 46px;
    padding: 0 14px;
    border-radius: 10px;
  }

  .points-value-baseline__bar strong {
    font-size: 15px;
  }

  .points-value-baseline__line > small,
  .points-value-premium__rate {
    font-size: 12px;
  }

  .points-value-premium-wrap {
    height: 160px;
    margin-top: 48px;
  }

  .points-value-premium {
    width: clamp(220px, var(--points-value-premium-width), 100%);
    height: 68px;
  }

  .points-value-premium__inner {
    gap: 8px;
    padding: 0 16px;
  }

  .points-value-premium__brand {
    gap: 8px;
    font-size: 16px;
  }

  .points-value-premium__brand .logo-mark {
    width: 29px;
    height: 29px;
  }

  .points-value-premium__meta {
    gap: 3px;
  }

  .points-value-premium__meta > strong {
    font-size: 12px;
  }

  .points-value-marker {
    width: 145px;
  }

  .points-value-marker__copy {
    left: 22px;
  }

  .points-value-marker__copy strong {
    font-size: 16px;
  }

  .points-value-marker__copy span,
  .points-value-marker__copy small {
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .points-value-premium__brand em {
    display: none;
  }
}

@media (max-width: 380px) {
  .points-value-calculator {
    padding-right: 18px;
    padding-left: 18px;
  }

  .points-value-calculator__header h2 {
    flex-wrap: wrap;
    gap: 7px;
    row-gap: 9px;
    font-size: 16px;
    white-space: normal;
  }

  .points-value-calculator__input-wrap input {
    width: 112px;
    font-size: 27px;
  }

  .points-value-baseline__line {
    gap: 8px;
  }

  .points-value-baseline__line > small,
  .points-value-premium__rate {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .points-value-calculator__input-wrap input,
  .points-value-slider input[type="range"]::-webkit-slider-thumb,
  .points-value-slider input[type="range"]::-moz-range-thumb,
  .points-value-baseline__bar,
  .points-value-premium,
  .points-value-premium__rate,
  .points-value-marker {
    transition-duration: 0.01ms;
  }

  .points-value-baseline__bar,
  .points-value-premium,
  .points-value-marker,
  .points-value-updating-number,
  .points-value-premium__inner::before {
    animation: none;
  }
}
@font-face {
  font-family: "ABC Diatype";
  src:
    url("/fonts/abc-diatype/ABCDiatype-Light.woff2") format("woff2"),
    url("/fonts/abc-diatype/ABCDiatype-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/abc-diatype/ABCDiatypeRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/abc-diatype/ABCDinamoDiatypeMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/abc-diatype/ABCDinamoDiatypeBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "ABC Diatype Mono";
  src: url("/fonts/abc-diatype/abc-diatype-mono-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-diatype: "ABC Diatype", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-diatype-mono: "ABC Diatype Mono", "SFMono-Regular", Consolas, monospace;

  --type-hero-display-size: 3.25rem;
  --type-hero-display-weight: 700;
  --type-hero-display-leading: 1;
  --type-hero-display-tracking: -0.03em;

  --type-section-display-size: 2rem;
  --type-section-display-weight: 700;
  --type-section-display-leading: 1.05;
  --type-section-display-tracking: -0.02em;

  --type-card-heading-size: 1.125rem;
  --type-card-heading-weight: 700;
  --type-card-heading-leading: 1.1;
  --type-card-heading-tracking: -0.01em;

  --type-body-size: 0.875rem;
  --type-body-weight: 400;
  --type-body-leading: 1.5;
  --type-body-tracking: 0;

  --type-label-size: 0.75rem;
  --type-label-weight: 500;
  --type-label-leading: 1.3;
  --type-label-tracking: 0.08em;

  --type-legal-size: 0.75rem;
  --type-legal-weight: 400;
  --type-legal-leading: 1.4;
  --type-legal-tracking: 0.02em;
}

html,
body {
  font-family: var(--font-diatype);
  font-weight: 400;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code,
kbd,
pre,
samp {
  font-family: var(--font-diatype-mono);
}

.font-diatype-light {
  font-family: var(--font-diatype);
  font-weight: 300;
}

.font-diatype-regular {
  font-family: var(--font-diatype);
  font-weight: 400;
}

.font-diatype-medium {
  font-family: var(--font-diatype);
  font-weight: 500;
}

.font-diatype-bold {
  font-family: var(--font-diatype);
  font-weight: 700;
}

.font-diatype-mono {
  font-family: var(--font-diatype-mono);
  font-weight: 400;
}

.type-hero-display {
  font-family: var(--font-diatype);
  font-size: var(--type-hero-display-size);
  font-weight: var(--type-hero-display-weight);
  line-height: var(--type-hero-display-leading);
  letter-spacing: var(--type-hero-display-tracking);
}

.type-section-display {
  font-family: var(--font-diatype);
  font-size: var(--type-section-display-size);
  font-weight: var(--type-section-display-weight);
  line-height: var(--type-section-display-leading);
  letter-spacing: var(--type-section-display-tracking);
}

.type-card-heading {
  font-family: var(--font-diatype);
  font-size: var(--type-card-heading-size);
  font-weight: var(--type-card-heading-weight);
  line-height: var(--type-card-heading-leading);
  letter-spacing: var(--type-card-heading-tracking);
}

.type-body {
  font-family: var(--font-diatype);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-leading);
  letter-spacing: var(--type-body-tracking);
}

.type-label {
  font-family: var(--font-diatype);
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  line-height: var(--type-label-leading);
  letter-spacing: var(--type-label-tracking);
}

.type-legal {
  font-family: var(--font-diatype);
  font-size: var(--type-legal-size);
  font-weight: var(--type-legal-weight);
  line-height: var(--type-legal-leading);
  letter-spacing: var(--type-legal-tracking);
}

.font-preview-page {
  min-height: 100vh;
  padding: 96px clamp(18px, 5vw, 72px) 72px;
  color: #0e0f0e;
  background: #f8f8f8;
}

.font-preview-page__header {
  width: min(980px, 100%);
  margin: 0 auto 36px;
}

.font-preview-page__header p {
  margin: 0 0 10px;
  color: #ff5c00;
  text-transform: uppercase;
}

.font-preview-page__header h1,
.font-preview-page__header span {
  display: block;
  margin: 0;
}

.font-preview-page__header span {
  max-width: 680px;
  margin-top: 14px;
  color: #6f6f67;
}

.font-preview-page__checks,
.font-preview-page__specimens {
  width: min(980px, 100%);
  margin: 0 auto;
}

.font-preview-page__checks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
  margin-bottom: 28px;
}

.font-preview-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #dedcd8;
  border-radius: 8px;
  background: #fff;
}

.font-preview-check strong {
  color: #8a3d12;
}

.font-preview-check[data-loaded="true"] strong {
  color: #21643a;
}

.font-preview-page__specimens {
  display: grid;
  gap: 12px;
}

.font-preview-row {
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid #dedcd8;
  border-radius: 12px;
  background: #fff;
}

.font-preview-row__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 22px;
  color: #6f6f67;
}

.font-preview-row__meta strong {
  color: #0e0f0e;
}

.font-preview-row__display,
.font-preview-row__alphabet,
.font-preview-row__body {
  margin: 0;
}

.font-preview-row__display {
  overflow-wrap: anywhere;
  font-size: clamp(2rem, 6vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.font-preview-row__alphabet {
  margin-top: 20px;
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.font-preview-row__body {
  max-width: 720px;
  margin-top: 16px;
  color: #55544f;
  font-size: 0.875rem;
  line-height: 1.5;
}
:root {
  --frost: #f8f8f8;
  --paper: #f3f0eb;
  --ink: #0e0f0e;
  --charcoal: #413e3e;
  --muted: #6f6f67;
  --line: #dedcd8;
  --line-strong: #c8c4bd;
  --signal: #ff5c00;
  --aqua: #00aab3;
  --sage: #8f9a86;
  --lab: #142929;
  --radius-card: 8px;
  --radius-media: 48px;
  --radius-control: 10px;
  --radius-control-mobile: 12px;
  --radius-pill: 999px;
  --header-height: 60px;
  --gutter: 24px;
  --page-pad: clamp(16px, 4vw, 80px);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --section-space: clamp(80px, 8vw, 120px);
  --content-search: 1120px;
  --content-results: 1320px;
  --content-editorial: 1540px;
  --control-h-compact: 34px;
  --control-h-segment: 28px;
  --control-h-field: 44px;
  --control-h-touch: 48px;
  --control-h-primary: 50px;
  --control-pad-x-compact: 13px;
  --control-pad-x-segment: 11px;
  --control-pad-x: 16px;
  --control-pad-x-primary: 20px;
  --hit-target-min: 44px;
  --motion-fast: 180ms;
  --motion-base: 260ms;
  --ease-product: cubic-bezier(0.2, 0.7, 0.2, 1);
  --motion-hover: 360ms;
  --motion-settle: 480ms;
  --ease-hover: cubic-bezier(0.16, 1, 0.3, 1);
  --font-site: var(--font-diatype);
  --search-glass-surface: #fff;
  --search-glass-control: #fff;
  --search-glass-border: #dedfe2;
  --search-glass-line: rgb(65 62 62 / 0.14);
  --search-glass-hover: #fff;
  --search-glass-selected: #fff;
  --search-glass-shadow: 0 26px 72px rgb(14 15 14 / 0.16);
  font-family: var(--font-site);
  color: var(--charcoal);
  background: var(--frost);
}

/* Ultra account and durable waitlist member state. */
.account-icon {
  width: 48px;
  height: 48px;
  display: block;
  overflow: visible;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 12px rgb(14 15 14 / 0.12));
  pointer-events: none;
  user-select: none;
}

.mobile-navigation-drawer__links .account-icon {
  width: 52px;
  height: 52px;
  justify-self: center;
  filter: drop-shadow(0 8px 12px rgb(14 15 14 / 0.1));
}

.header-account {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.header-account .account-icon {
  width: 25px;
  height: 25px;
  margin-left: -3px;
  filter: drop-shadow(0 4px 6px rgb(14 15 14 / 0.12));
}

.header-account[aria-current="page"] {
  border-color: var(--signal);
}

.waitlist-success__actions {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.waitlist-success__account-link {
  padding: 4px 8px;
  color: var(--muted);
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.waitlist-success__account-link:hover,
.waitlist-success__account-link:focus-visible {
  color: var(--signal);
}

@media (min-width: 760px) {
  .site-header--account.is-expanded {
    height: 64px;
    min-height: 64px;
  }

  .site-header--account.is-expanded .site-header__inner {
    height: 64px;
  }

  .site-header--account.is-expanded .site-header__search-row {
    height: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

.account-page {
  min-height: calc(100dvh - 64px);
  display: grid;
  align-content: start;
  gap: clamp(32px, 4vw, 48px);
  padding: clamp(88px, 10vw, 132px) clamp(20px, 5vw, 72px) clamp(80px, 10vw, 140px);
  color: var(--ink);
  background: var(--frost);
}

.account-hero,
.account-access,
.account-signed-out {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(14 15 14 / 0.03);
}

.account-hero__identity {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.account-hero > .bound-wordmark {
  width: 112px;
  height: auto;
}

.account-page .eyebrow {
  margin: 0 0 7px;
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-hero h1 {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.account-hero__copy {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.account-access {
  display: grid;
  gap: 28px;
}

.account-email-preferences {
  width: min(1180px, 100%);
  display: grid;
  gap: 28px;
  margin: 0 auto;
}

.account-email-preferences__card {
  min-height: 164px;
  display: grid;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 52px rgb(14 15 14 / 0.065);
}

.account-email-preferences__loading {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.account-email-preferences__card form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.account-email-preferences__choice {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}

.account-email-preferences__choice input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin: 2px 0 0;
  accent-color: var(--signal);
}

.account-email-preferences__choice > span {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.account-email-preferences__choice strong {
  font-size: 16px;
  font-weight: 700;
}

.account-email-preferences__choice small {
  max-width: 660px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.account-email-preferences__actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.account-email-preferences__actions button,
.account-email-preferences__error button {
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.account-email-preferences__actions button:hover,
.account-email-preferences__actions button:focus-visible,
.account-email-preferences__error button:hover,
.account-email-preferences__error button:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
}

.account-email-preferences__actions button:disabled {
  cursor: default;
  opacity: 0.42;
}

.account-email-preferences__actions p {
  min-height: 18px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

.account-email-preferences__actions p[role="alert"] {
  color: #8d2b1f;
}

.account-email-preferences__error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.account-email-preferences__error p {
  margin: 0;
  color: #8d2b1f;
  font-size: 13px;
  line-height: 1.45;
}

.account-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: end;
  gap: 30px;
}

.account-section-heading h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.account-section-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.account-access__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.account-access-card {
  position: relative;
  min-height: 310px;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 14px;
  padding: clamp(24px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.account-access-card--active {
  box-shadow: 0 18px 52px rgb(14 15 14 / 0.065);
}

.account-access-card--coming {
  background: #f3f1ee;
}

.account-access-card__state {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 999px;
  background: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.account-access-card--coming .account-access-card__state {
  color: var(--muted);
  border: 1px solid var(--line-strong);
  background: #fff;
}

.account-access-card__art {
  width: 82px;
  height: 82px;
  margin: -10px 0 -2px -8px;
  object-fit: contain;
}

.account-access-card h3 {
  max-width: 420px;
  margin: 8px 0 0;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.account-access-card p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.account-access-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.account-access-card a span {
  color: var(--signal);
}

.account-signed-out {
  max-width: 680px;
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: clamp(40px, 8vw, 74px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgb(14 15 14 / 0.08);
  text-align: center;
}

.account-signed-out .account-icon {
  width: 88px;
  height: 88px;
}

.account-signed-out h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(36px, 6vw, 58px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.account-signed-out > p:not(.eyebrow) {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.account-signed-out button {
  min-height: 52px;
  margin-top: 6px;
  padding: 0 24px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 759px) {
  .account-page {
    min-height: calc(100dvh - 96px);
    gap: 32px;
    padding: 130px 16px 88px;
  }

  .account-hero {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    padding: 22px;
    text-align: left;
  }

  .account-hero > .bound-wordmark {
    grid-row: 1;
    width: 96px;
  }

  .account-hero h1 {
    font-size: 28px;
  }

  .account-hero__copy {
    max-width: 440px;
    text-align: left;
  }

  .account-section-heading {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 8px;
    text-align: left;
  }

  .account-section-heading > p {
    max-width: 420px;
  }

  .account-access__grid {
    grid-template-columns: 1fr;
  }

  .account-email-preferences__card form {
    grid-template-columns: 1fr;
  }

  .account-email-preferences__actions {
    justify-items: stretch;
  }

  .account-email-preferences__actions p {
    text-align: left;
  }

  .account-email-preferences__error {
    align-items: stretch;
    flex-direction: column;
  }

  .account-access-card {
    min-height: 270px;
  }

  .account-signed-out {
    padding: 38px 20px 44px;
  }
}

/* Shared loyalty-program selection and personal point valuation. */
.sf-search-field--programs .sf-search-menu:has(.program-selection-list),
.sf-filter-pill:has(.program-selection-list) .sf-filter-menu {
  width: min(410px, calc(100vw - 32px));
  max-height: min(680px, calc(100dvh - 170px));
  display: block;
  overflow: hidden;
  padding: 0;
  border-radius: 18px;
}

.program-selection-list {
  display: grid;
  min-width: 0;
  color: var(--ink);
  background: rgb(255 255 255 / 0.98);
}

.program-selection-list__bulk {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 15px;
  border-bottom: 1px solid rgb(210 214 222 / 0.72);
}

.program-selection-list__bulk > span {
  display: grid;
  gap: 2px;
}

.program-selection-list__bulk strong {
  font-size: 13px;
  font-weight: 700;
}

.program-selection-list__bulk small {
  color: rgb(14 15 14 / 0.48);
  font-size: 9px;
}

.program-selection-list .program-selection-list__switch {
  position: relative;
  width: 48px;
  height: 28px;
  min-height: 28px;
  flex: 0 0 48px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(210 214 222 / 0.82);
}

.program-selection-list__switch > span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.16);
  transition: transform var(--motion-hover) var(--ease-hover);
}

.program-selection-list .program-selection-list__switch[aria-checked="true"] {
  background: var(--charcoal);
}

.program-selection-list__switch[aria-checked="true"] > span {
  transform: translateX(20px);
}

.program-selection-list__search {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border-bottom: 1px solid rgb(210 214 222 / 0.62);
}

.program-selection-list__search svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgb(14 15 14 / 0.48);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.program-selection-list__search input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 12px;
}

.program-selection-list__options {
  max-height: min(510px, calc(100dvh - 290px));
  overflow-y: auto;
  overscroll-behavior: contain;
}

.program-selection-list__option {
  display: grid;
  border-bottom: 1px solid rgb(210 214 222 / 0.5);
}

.program-selection-list .program-selection-list__choice {
  width: 100%;
  min-height: 54px;
  display: grid;
  grid-template-columns: 22px 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  color: var(--ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.program-selection-list__choice:hover,
.program-selection-list__choice:focus-visible {
  background: rgb(14 15 14 / 0.045);
}

.program-selection-list__check {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: transparent;
  border: 1px solid rgb(210 214 222);
  border-radius: 6px;
  font-size: 12px;
}

.program-selection-list__choice[aria-pressed="true"] .program-selection-list__check {
  color: white;
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.program-selection-list__choice > img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.program-selection-list__choice > span:last-child {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.program-selection-list__choice strong,
.program-selection-list__choice small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.program-selection-list__choice strong {
  font-size: 12px;
  font-weight: 700;
}

.program-selection-list__choice small {
  color: rgb(14 15 14 / 0.48);
  font-size: 9px;
}

.program-selection-list__valuation {
  display: grid;
  gap: 8px;
  padding: 0 14px 13px 74px;
}

.program-selection-list__valuation > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.program-selection-list__valuation small {
  color: rgb(14 15 14 / 0.48);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-selection-list__valuation output {
  color: var(--signal);
  font-size: 10px;
  font-weight: 800;
}

.program-selection-list__valuation input {
  width: 100%;
  accent-color: var(--signal);
}

.program-selection-list__empty {
  margin: 0;
  padding: 28px 16px;
  color: rgb(14 15 14 / 0.5);
  font-size: 11px;
  text-align: center;
}

.sf-price-cell em {
  color: rgb(14 15 14 / 0.42);
  font-size: 8px;
  font-style: normal;
  font-weight: 650;
  white-space: nowrap;
}

@media (max-width: 759px) {
  .program-selection-list__options {
    max-height: none;
  }

  .program-selection-list__bulk {
    min-height: 66px;
  }

  .program-selection-list .program-selection-list__choice {
    min-height: 62px;
  }
}

@property --mask-position {
  syntax: "<percentage>";
  inherits: false;
  initial-value: -120%;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--frost);
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--frost);
  font-family: var(--font-site);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

main {
  overflow: visible;
}

section[id] {
  scroll-margin-top: 88px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  color: var(--frost);
  border-bottom: 1px solid transparent;
  transition: color 300ms ease, border-color 300ms ease, opacity 240ms ease, transform 360ms cubic-bezier(0.33, 1, 0.68, 1);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.94), rgb(255 255 255 / 0.78)),
    rgb(248 248 248 / 0.9);
  backdrop-filter: blur(60px) saturate(1.2);
  transition: opacity 300ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgb(65 62 62 / 0.18), transparent);
  transition: opacity 300ms ease;
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 52px;
  padding: 0 20px;
}

.site-header.is-scrolled {
  color: var(--charcoal);
  border-color: rgb(65 62 62 / 0.06);
}

.site-header--app,
.site-header--home {
  color: var(--charcoal);
  border-color: rgb(65 62 62 / 0.06);
}

.site-header--app::before,
.site-header--app::after,
.site-header--home::before,
.site-header--home::after {
  opacity: 1;
}

.site-header.is-product-mode:not(.menu-open) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  visibility: hidden;
}

.site-header.is-scrolled::before,
.site-header.is-scrolled::after,
.site-header.menu-open::before,
.site-header.menu-open::after {
  opacity: 1;
}

.brand-link,
.site-footer > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 700;
}

.brand-link span {
  display: none;
}

.brand-link {
  position: relative;
  z-index: 2;
  grid-column: 1;
  justify-self: start;
}

.logo-mark {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 25%;
  background: #f8f8f8;
}

.bound-wordmark {
  display: block;
  width: 120px;
  height: auto;
  flex: 0 0 auto;
}

.ultra-mark > img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.global-nav {
  display: none;
  align-items: center;
  gap: 50px;
  grid-column: 2;
  justify-self: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08em;
}

.global-nav a,
.header-cta {
  opacity: 0.58;
  transition: opacity 220ms ease, color 300ms ease;
}

.global-nav a {
  width: 64px;
  text-align: center;
}

.global-nav a:hover,
.global-nav a[aria-current="page"],
.header-cta:hover {
  opacity: 1;
}

.header-cta {
  display: none;
  grid-column: 3;
  justify-self: end;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08em;
}

.menu-button {
  position: relative;
  z-index: 3;
  grid-column: 3;
  display: flex;
  width: 28px;
  height: 22px;
  flex-direction: column;
  justify-content: center;
  gap: 4.5px;
  justify-self: end;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
}

.menu-line {
  display: block;
  width: 100%;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: opacity 220ms ease, transform 300ms ease, background 300ms ease;
}

.site-header.menu-open .menu-line--upper {
  transform: translateY(6px) rotate(45deg);
}

.site-header.menu-open .menu-line--middle {
  opacity: 0;
}

.site-header.menu-open .menu-line--lower {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 52px;
  right: 12px;
  left: 12px;
  z-index: 1;
  display: grid;
  gap: 2px;
  padding: 10px;
  color: var(--charcoal);
  border: 1px solid rgb(65 62 62 / 0.08);
  border-radius: 18px;
  background: rgb(248 248 248 / 0.82);
  box-shadow: 0 24px 80px rgb(0 0 0 / 0.12);
  backdrop-filter: blur(44px) saturate(1.24);
  transform: translateY(-18px) scale(0.98);
  transform-origin: top center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease, transform 420ms cubic-bezier(0.33, 1, 0.68, 1);
}

.site-header.menu-open .mobile-menu {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu a {
  padding: 14px 12px;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mobile-menu a[aria-current="page"],
.mobile-menu a:hover {
  background: rgb(65 62 62 / 0.06);
}

.hero-section {
  position: relative;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  background: #222;
  color: white;
}

.research-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding: 96px var(--gutter) 72px;
  align-items: flex-end;
  overflow: hidden;
  background: var(--lab);
  color: var(--frost);
}

.research-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.research-hero h1 {
  margin: 0 0 20px;
  color: var(--frost);
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}

.research-hero__copy > p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgb(248 248 248 / 0.78);
  font-size: 18px;
}

.hero-copy {
  position: absolute;
  inset: auto 0 34px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-copy h1 span,
.research-hero h1 {
  animation: heroReveal 900ms cubic-bezier(0.2, 0.7, 0.2, 1) 120ms both;
}

.hero-copy p {
  margin: 0;
  color: rgb(255 255 255 / 0.9);
  font-size: 20px;
  line-height: 1.3;
}

.hero-copy small {
  color: rgb(255 255 255 / 0.82);
  font-size: 14px;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.pill-button:hover {
  transform: translateY(-1px);
}

.pill-button--light {
  color: rgb(0 0 0 / 0.72);
  background: white;
}

.pill-button--dark {
  color: white;
  background: rgb(0 0 0 / 0.72);
}

.pill-button--dark:hover {
  background: var(--ink);
}

.product-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  pointer-events: none;
  transform: translateY(-120%);
  opacity: 0;
  transition: transform 360ms cubic-bezier(0.33, 1, 0.68, 1), opacity 240ms ease;
}

.product-bar.is-visible {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}

.product-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgb(248 248 248 / 0.12);
  backdrop-filter: blur(40px) saturate(1.2);
}

.product-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(248 248 248 / 0.94), rgb(248 248 248 / 0.84)),
    rgb(248 248 248 / 0.9);
  border-bottom: 1px solid rgb(65 62 62 / 0.08);
}

.product-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  min-height: 58px;
  margin: 0 auto;
  padding: 9px var(--gutter);
  gap: 10px;
}

.product-bar__title {
  display: inline-flex;
  min-width: 0;
  max-width: 38vw;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.3;
}

.product-bar__title span {
  display: none;
  color: rgb(0 0 0 / 0.42);
}

.product-bar__nav {
  display: none;
  align-items: center;
  gap: 32px;
  color: rgb(0 0 0 / 0.52);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.product-bar__nav a {
  transition: color 180ms ease;
}

.product-bar__nav a:hover,
.product-bar__nav a[aria-current="true"] {
  color: var(--ink);
}

.product-bar__actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.product-bar__secondary {
  display: inline-flex;
  color: rgb(0 0 0 / 0.56);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: color 180ms ease;
}

.product-bar__secondary:hover {
  color: var(--ink);
}

.product-bar .pill-button {
  min-height: 40px;
  padding: 10px 15px;
  font-size: 13px;
  white-space: nowrap;
}

.page-section {
  padding: 36px var(--gutter);
}

.page-section--intro {
  padding-top: 54px;
}

.page-section--split,
.page-section--media-copy {
  display: grid;
  gap: 32px;
  align-items: start;
}

.section-intro {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.section-intro--left {
  margin-left: 0;
  text-align: left;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--signal);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.section-intro h2,
.split-copy h2,
.page-section--media-copy h2 {
  margin: 0;
  color: rgb(0 0 0 / 0.74);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.section-intro > p:last-child,
.split-copy > p:last-child,
.section-copy {
  max-width: 640px;
  margin: 16px auto 0;
  color: rgb(0 0 0 / 0.64);
  font-size: 16px;
  line-height: 1.45;
}

.split-copy > p:last-child,
.page-section--media-copy .section-copy {
  margin-left: 0;
}

.media-stage {
  position: relative;
  max-width: 1440px;
  margin: 28px auto 0;
}

.source-media {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: white;
  border: 1px solid rgb(65 62 62 / 0.08);
  background: var(--paper);
  box-shadow: 0 28px 90px rgb(0 0 0 / 0.08);
}

.source-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.media-stage .source-media {
  animation: mediaSwap 1350ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.source-media:hover img {
  transform: scale(1.035);
}

.source-media--hero {
  height: 100%;
  min-height: 520px;
  border: 0;
  border-radius: 0;
}

.hero-section .source-media--hero {
  position: absolute;
  inset: 0;
}

.hero-section .source-media--hero img {
  object-position: 50% 48%;
}

.research-hero .source-media--hero {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

.research-hero .source-media--hero img {
  object-position: 50% 50%;
}

.research-hero .source-media__shade {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 0.58), rgb(0 0 0 / 0.2) 42%, rgb(0 0 0 / 0.2)),
    linear-gradient(180deg, rgb(0 0 0 / 0.2), transparent 32%, rgb(0 0 0 / 0.52));
}

.research-hero .source-media__label {
  right: var(--gutter);
  bottom: 48px;
  left: auto;
  transform: none;
}

.source-media--wide {
  height: clamp(280px, 62vw, 430px);
  min-height: 0;
  aspect-ratio: auto;
  border-radius: var(--radius-media);
}

.source-media--portrait {
  height: clamp(360px, 118vw, 560px);
  min-height: 0;
  aspect-ratio: auto;
  border-radius: var(--radius-media);
}

.source-media--square {
  aspect-ratio: 1;
  border-radius: var(--radius-card);
}

.source-media__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.08), transparent 34%, rgb(0 0 0 / 0.28)),
    radial-gradient(circle at 50% 100%, rgb(255 255 255 / 0.2), transparent 44%);
}

.source-media__label {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  overflow: hidden;
  padding: 6px 11px;
  color: white;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.28);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.26), rgb(255 255 255 / 0.06) 42%, rgb(0 0 0 / 0.2)),
    rgb(58 56 50 / 0.24);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.52),
    inset 0 -18px 30px rgb(0 0 0 / 0.2),
    0 18px 46px rgb(0 0 0 / 0.22);
  text-shadow: 0 1px 18px rgb(0 0 0 / 0.34);
  -webkit-backdrop-filter: blur(26px) saturate(1.85) contrast(1.12) brightness(1.05);
  backdrop-filter: blur(26px) saturate(1.85) contrast(1.12) brightness(1.05);
  font-size: 12px;
  font-weight: 600;
  transform: translateX(-50%);
  white-space: nowrap;
}

.source-media__label::before,
.glass-play::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 0%, rgb(255 255 255 / 0.42), transparent 34%),
    linear-gradient(105deg, transparent 0%, rgb(255 255 255 / 0.24) 42%, transparent 58%);
  opacity: 0.5;
}

.source-media__label::after,
.glass-play::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 0.08),
    inset 0 -20px 34px rgb(0 0 0 / 0.18);
}

.media-stage .source-media__label {
  top: 28px;
  bottom: auto;
  left: 28px;
  transform: none;
}

.media-stage--showcase {
  max-width: 1600px;
  cursor: none;
}

.media-stage--showcase .source-media {
  height: min(620px, 68svh);
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: clamp(44px, 5vw, 92px);
  box-shadow: 0 34px 120px rgb(0 0 0 / 0.1);
}

.media-stage--showcase .source-media__shade {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.28), transparent 26%, transparent 58%, rgb(0 0 0 / 0.52)),
    radial-gradient(circle at 50% 100%, rgb(0 0 0 / 0.32), transparent 44%);
}

.media-stage__switcher {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  width: var(--switcher-width, auto);
  max-width: calc(100% - 48px);
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  padding: 0 17px;
  box-sizing: border-box;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 999px;
  background:
    linear-gradient(150deg, rgb(255 255 255 / 0.34), rgb(255 255 255 / 0.08) 40%, rgb(0 0 0 / 0.22)),
    rgb(108 104 92 / 0.2);
  box-shadow:
    inset 0 1px 2px rgb(255 255 255 / 0.58),
    inset 0 -24px 34px rgb(0 0 0 / 0.22),
    inset 0 0 0 1px rgb(255 255 255 / 0.08),
    0 20px 58px rgb(0 0 0 / 0.22);
  -webkit-backdrop-filter: blur(30px) saturate(2) contrast(1.16) brightness(1.08);
  backdrop-filter: blur(30px) saturate(2) contrast(1.16) brightness(1.08);
  font-size: 17px;
  font-weight: 500;
  transform: translateX(-50%);
  animation: glassTextIn 1250ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  transition:
    width 620ms cubic-bezier(0.2, 0.7, 0.2, 1),
    background 260ms ease,
    box-shadow 260ms ease;
  will-change: width;
}

.media-stage__switcher::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 0%, rgb(255 255 255 / 0.42), transparent 34%),
    linear-gradient(105deg, transparent 0%, rgb(255 255 255 / 0.22) 42%, transparent 58%);
  opacity: 0.5;
}

.media-stage__switcher strong {
  flex: 0 1 auto;
  min-width: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
  animation: captionTextIn 1250ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.media-stage__measure {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.1;
}

.media-stage__caption {
  position: absolute;
  right: 24px;
  bottom: 58px;
  left: 24px;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: white;
  text-align: center;
  text-shadow: 0 2px 18px rgb(0 0 0 / 0.34);
  pointer-events: none;
  animation: captionTextIn 1400ms cubic-bezier(0.2, 0.7, 0.2, 1) 180ms both;
}

.media-stage__caption span {
  font-size: 15px;
  opacity: 0.82;
}

.media-stage__caption strong {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.1;
}

.media-stage__dots {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.media-stage__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.4);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.media-stage__dots button.is-active {
  background: white;
  transform: scale(1.24);
}

.media-stage__hover-controls {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  border-radius: clamp(44px, 5vw, 92px);
  cursor: none;
}

.media-stage__hover-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  cursor: none;
}

.media-stage__hover-zone--previous {
  left: 0;
}

.media-stage__hover-zone--next {
  right: 0;
}

.design-carousel {
  max-width: 1680px;
  margin: 10px auto 0;
  padding: 18px 0 6px;
  overflow: hidden;
}

.design-carousel__stage {
  position: relative;
  height: clamp(380px, 50vw, 690px);
  overflow: hidden;
  cursor: none;
  touch-action: pan-y;
}

.design-carousel__card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--carousel-z);
  width: min(78vw, 660px);
  height: clamp(320px, 43vw, 640px);
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: clamp(28px, 4vw, 58px);
  background: var(--paper);
  box-shadow: 0 24px 90px rgb(0 0 0 / 0.08);
  opacity: var(--carousel-opacity);
  filter: var(--carousel-filter);
  cursor: none;
  transform: translate(-50%, -50%) translateX(var(--carousel-x)) scale(var(--carousel-scale));
  transition:
    transform 820ms cubic-bezier(0.2, 0.7, 0.2, 1),
    opacity 620ms ease,
    filter 620ms ease,
    box-shadow 620ms ease;
}

.design-carousel__card.is-active {
  box-shadow: 0 30px 110px rgb(0 0 0 / 0.12);
}

.design-carousel__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transform: scale(1.01);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.design-carousel__card:hover img {
  transform: scale(1.035);
}

.design-carousel__card .source-media__label {
  left: 50%;
  right: auto;
  bottom: 22px;
  transform: translateX(-50%);
}

.directional-cursor {
  position: absolute;
  top: var(--cursor-y);
  left: var(--cursor-x);
  z-index: 10;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: rgb(0 0 0 / 0.5);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 1px 18px rgb(255 255 255 / 0.72);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.design-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.design-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(0 0 0 / 0.16);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.design-carousel__dots button.is-active {
  background: rgb(0 0 0 / 0.62);
  transform: scale(1.2);
}

.glass-play {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 62px;
  overflow: hidden;
  padding: 0 28px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.26);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.28), rgb(255 255 255 / 0.06) 42%, rgb(0 0 0 / 0.2)),
    rgb(58 56 50 / 0.22);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.5),
    inset 0 -18px 30px rgb(0 0 0 / 0.2),
    0 18px 48px rgb(0 0 0 / 0.22);
  text-shadow: 0 1px 18px rgb(0 0 0 / 0.34);
  -webkit-backdrop-filter: blur(28px) saturate(1.9) contrast(1.12) brightness(1.05);
  backdrop-filter: blur(28px) saturate(1.9) contrast(1.12) brightness(1.05);
  cursor: pointer;
  transition: transform 240ms ease, background 240ms ease;
}

.glass-play:hover {
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.34), rgb(255 255 255 / 0.1) 42%, rgb(0 0 0 / 0.18)),
    rgb(58 56 50 / 0.26);
  transform: translateY(-2px);
}

.source-media__label,
.media-stage__switcher,
.glass-play {
  background: rgb(255 255 255 / 0.22);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.34),
    inset 0 0 0 1px rgb(255 255 255 / 0.08),
    0 18px 48px rgb(0 0 0 / 0.16);
}

.source-media__label::before,
.source-media__label::after,
.media-stage__switcher::before,
.glass-play::before,
.glass-play::after {
  opacity: 0;
}

.glass-play:hover {
  background: rgb(255 255 255 / 0.28);
}

.hero-search-pill,
.flight-search-panel__summary,
.flight-search-panel__body,
.flight-results-status,
.flight-chart,
.flight-card,
.flight-results-empty {
  border: 1px solid rgb(255 255 255 / 0.24);
  background: rgb(255 255 255 / 0.22);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.32),
    inset 0 0 0 1px rgb(255 255 255 / 0.06),
    0 24px 70px rgb(0 0 0 / 0.16);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  backdrop-filter: blur(28px) saturate(1.6);
}

.hero-search-pill {
  display: inline-flex;
  min-width: 150px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 240ms ease, transform 240ms ease;
}

.hero-search-pill:hover {
  background: rgb(255 255 255 / 0.28);
  transform: translateY(-1px);
}

.flight-search-panel {
  position: relative;
  width: min(430px, calc(100vw - 32px));
  color: white;
}

.flight-search-panel__summary {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 12px 22px;
  color: white;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 240ms ease, background 240ms ease, border-radius 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.flight-search-panel__summary:hover {
  background: rgb(255 255 255 / 0.28);
  transform: translateY(-1px);
}

.flight-search-panel__summary:focus-visible,
.flight-airport-picker input:focus,
.flight-date-field input:focus,
.flight-menu-field > button:focus-visible,
.flight-menu-field__menu button:focus-visible,
.flight-passenger-field button:focus-visible,
.flight-swap-button:focus-visible,
.flight-filter-chip:focus-visible,
.flight-search-actions .pill-button:focus-visible,
.hero-search-pill:focus-visible {
  outline: 1px solid rgb(255 255 255 / 0.62);
  outline-offset: 3px;
}

.flight-search-panel__summary span:first-child {
  display: grid;
  min-width: 0;
  gap: 4px;
  text-align: left;
}

.flight-search-panel__summary strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.flight-search-panel__summary small {
  overflow: hidden;
  color: rgb(255 255 255 / 0.72);
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flight-search-panel__summary-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: rgb(0 0 0 / 0.7);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.9);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.flight-search-panel.is-expanded {
  width: min(880px, calc(100vw - 32px));
}

.flight-search-panel__body {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 24px;
  transform-origin: top center;
  animation: liquidPanelIn 460ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.flight-search-panel__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
}

.flight-search-panel__heading span {
  font-size: 16px;
  font-weight: 600;
}

.flight-search-panel__heading small {
  color: rgb(255 255 255 / 0.7);
  font-size: 12px;
}

.flight-search-card {
  display: grid;
  overflow: visible;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 20px;
  background: rgb(255 255 255 / 0.08);
}

.flight-route-fields {
  position: relative;
  display: grid;
}

.flight-airport-picker,
.flight-date-field,
.flight-menu-field,
.flight-passenger-field {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 7px;
  text-align: left;
}

.flight-airport-picker,
.flight-date-field,
.flight-menu-field,
.flight-passenger-field,
.flight-search-row--programs {
  padding: 16px;
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.flight-airport-picker span,
.flight-date-field span,
.flight-menu-field > span,
.flight-passenger-field > span,
.flight-search-row--programs > span {
  color: rgb(255 255 255 / 0.74);
  font-size: 15px;
  font-weight: 500;
}

.flight-airport-picker input,
.flight-date-field input,
.flight-menu-field > button {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  padding: 0;
  color: white;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
}

.flight-airport-picker input::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.flight-airport-picker > small {
  overflow: hidden;
  color: rgb(255 255 255 / 0.55);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flight-date-field input[type="date"] {
  color-scheme: dark;
}

.flight-date-field input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(1);
  opacity: 0.72;
}

.flight-airport-picker__menu,
.flight-menu-field__menu {
  position: absolute;
  z-index: 20;
  top: calc(100% - 2px);
  right: 10px;
  left: 10px;
  display: grid;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 16px;
  background: rgb(50 55 63 / 0.84);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.18),
    0 20px 44px rgb(0 0 0 / 0.32);
  -webkit-backdrop-filter: blur(26px) saturate(1.4);
  backdrop-filter: blur(26px) saturate(1.4);
}

.flight-airport-picker__menu button,
.flight-menu-field__menu button {
  display: grid;
  min-height: 48px;
  gap: 2px;
  padding: 8px 10px;
  color: white;
  border: 0;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.flight-airport-picker__menu button:hover,
.flight-menu-field__menu button:hover,
.flight-menu-field__menu button[aria-current="true"] {
  background: rgb(255 255 255 / 0.14);
}

.flight-airport-picker__menu strong,
.flight-menu-field__menu strong {
  font-size: 13px;
  font-weight: 700;
}

.flight-airport-picker__menu span,
.flight-menu-field__menu small,
.flight-airport-picker__menu small {
  overflow: hidden;
  color: rgb(255 255 255 / 0.68);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flight-swap-button {
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  justify-self: center;
  margin: -21px 0;
  padding: 0;
  color: rgb(0 0 0 / 0.68);
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.9);
  box-shadow: 0 12px 28px rgb(0 0 0 / 0.22);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.flight-search-row {
  display: grid;
}

.flight-search-row--date {
  grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
}

.flight-search-row--date .flight-date-field {
  border-right: 1px solid rgb(255 255 255 / 0.14);
}

.flight-menu-field > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: right;
  cursor: pointer;
}

.flight-menu-field > button small {
  color: rgb(255 255 255 / 0.56);
  font-size: 11px;
  font-weight: 500;
}

.flight-menu-field > button strong,
.flight-menu-field > button small {
  white-space: nowrap;
}

.flight-search-row--passengers {
  gap: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.flight-passenger-field {
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.flight-passenger-field > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.flight-passenger-field button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: rgb(0 0 0 / 0.68);
  border: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.88);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.flight-passenger-field strong {
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.flight-cabin-chips,
.flight-program-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.flight-cabin-chips {
  padding: 14px 16px;
}

.flight-search-row--programs {
  display: grid;
  gap: 12px;
}

.flight-filter-chip {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  color: rgb(255 255 255 / 0.76);
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.12);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.flight-filter-chip[aria-pressed="true"] {
  color: white;
  border-color: rgb(255 255 255 / 0.42);
  background: rgb(255 255 255 / 0.24);
}

.flight-filter-chip img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.flight-search-actions {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.flight-search-actions p {
  margin: 0;
  color: rgb(255 255 255 / 0.74);
  font-size: 12px;
  text-align: left;
}

.flight-search-actions .pill-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.flight-search-actions .pill-button:disabled {
  opacity: 0.72;
  cursor: progress;
}

.search-page-hero {
  position: relative;
  display: grid;
  min-height: 640px;
  place-items: end center;
  overflow: hidden;
  padding: 120px var(--page-pad) 72px;
  background: rgb(18 18 16);
}

.search-page-hero__media {
  position: absolute;
  inset: 0;
  height: 100%;
}

.search-page-hero__media img {
  height: 100%;
  object-fit: cover;
}

.search-page-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(960px, 100%);
  justify-items: center;
  gap: 22px;
}

.search-page-hero__copy {
  color: white;
  text-align: center;
}

.search-page-hero__copy h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.95;
}

@keyframes liquidPanelIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.flight-results-section {
  background: var(--frost);
}

.flight-results-header {
  display: grid;
  max-width: 1420px;
  margin: 0 auto;
  gap: 18px;
  align-items: end;
}

.flight-results-header h2,
.flight-results-empty h2 {
  margin: 0;
  color: rgb(0 0 0 / 0.74);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.flight-results-header p,
.flight-results-empty p {
  margin: 10px 0 0;
  color: rgb(0 0 0 / 0.62);
}

.flight-results-status {
  position: relative;
  display: grid;
  min-height: 86px;
  align-content: center;
  overflow: hidden;
  padding: 18px;
  color: var(--charcoal);
  border-color: rgb(65 62 62 / 0.08);
  border-radius: var(--radius-card);
  background: rgb(255 255 255 / 0.58);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.7),
    0 20px 70px rgb(0 0 0 / 0.08);
}

.flight-results-status > span {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  height: 3px;
  background: rgb(65 62 62 / 0.42);
  transition: width 480ms ease;
}

.flight-results-status strong {
  color: rgb(0 0 0 / 0.74);
  font-size: 15px;
}

.flight-results-status small {
  margin-top: 4px;
  color: rgb(0 0 0 / 0.54);
}

.flight-results-alert {
  max-width: 1420px;
  margin: 16px auto 0;
  padding: 12px 14px;
  color: #6f3a12;
  border: 1px solid rgb(255 92 0 / 0.18);
  border-radius: var(--radius-card);
  background: rgb(255 92 0 / 0.08);
}

.flight-chart {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(84px, 1fr);
  align-items: end;
  max-width: 1420px;
  min-height: 230px;
  margin: 24px auto 0;
  gap: 12px;
  overflow-x: auto;
  padding: 22px;
  color: var(--charcoal);
  border-color: rgb(65 62 62 / 0.08);
  border-radius: var(--radius-card);
  background: rgb(255 255 255 / 0.54);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.7),
    0 18px 60px rgb(0 0 0 / 0.06);
}

.flight-chart__bar {
  display: grid;
  height: 178px;
  min-width: 76px;
  align-items: end;
  justify-items: center;
  gap: 6px;
  color: rgb(0 0 0 / 0.64);
  text-align: center;
}

.flight-chart__bar span {
  width: 100%;
  max-width: 42px;
  border-radius: 999px 999px 6px 6px;
  background: rgb(65 62 62 / 0.52);
}

.flight-chart__bar strong {
  color: rgb(0 0 0 / 0.74);
  font-size: 12px;
}

.flight-chart__bar small {
  font-size: 11px;
}

.flight-results-grid {
  display: grid;
  max-width: 1420px;
  margin: 24px auto 0;
  gap: 12px;
}

.flight-card {
  display: grid;
  gap: 16px;
  padding: 16px;
  color: var(--charcoal);
  border-color: rgb(65 62 62 / 0.08);
  border-radius: var(--radius-card);
  background: rgb(255 255 255 / 0.64);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.72),
    0 18px 60px rgb(0 0 0 / 0.06);
}

.flight-card__program {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.flight-card__program img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.flight-card__program div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.flight-card__program strong {
  overflow: hidden;
  color: rgb(0 0 0 / 0.72);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flight-card__program span,
.flight-card__meta dt,
.flight-card__segments small,
.flight-card__segments em {
  color: rgb(0 0 0 / 0.48);
  font-size: 11px;
}

.flight-card__route {
  display: grid;
  grid-template-columns: minmax(64px, auto) 1fr minmax(64px, auto);
  gap: 12px;
  align-items: center;
}

.flight-card__route > div:not(.flight-card__track) {
  display: grid;
  gap: 2px;
}

.flight-card__route > div:last-child {
  text-align: right;
}

.flight-card__route strong {
  color: rgb(0 0 0 / 0.78);
  font-size: 28px;
  font-weight: 650;
  line-height: 1;
}

.flight-card__route span {
  color: rgb(0 0 0 / 0.52);
  font-size: 13px;
}

.flight-card__track {
  position: relative;
  height: 1px;
  background: rgb(65 62 62 / 0.2);
}

.flight-card__track span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgb(65 62 62 / 0.5);
  transform: translate(-50%, -50%);
}

.flight-card__segments {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.flight-card__segments span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgb(65 62 62 / 0.08);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.42);
}

.flight-card__segments img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.flight-card__segments em {
  font-style: normal;
}

.flight-card__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
}

.flight-card__meta div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.flight-card__meta dd {
  margin: 0;
  color: rgb(0 0 0 / 0.68);
  font-size: 13px;
}

.flight-card__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.flight-price-pill {
  display: grid;
  min-width: min(148px, 100%);
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgb(65 62 62 / 0.09);
  border-radius: var(--radius-card);
  background: rgb(248 248 248 / 0.76);
}

.flight-price-pill small {
  color: rgb(0 0 0 / 0.48);
  font-size: 11px;
}

.flight-price-pill strong {
  color: rgb(0 0 0 / 0.74);
  font-size: 18px;
  line-height: 1;
}

.flight-price-pill em {
  color: rgb(0 0 0 / 0.5);
  font-size: 11px;
  font-style: normal;
}

.flight-results-empty {
  display: grid;
  max-width: 760px;
  margin: 0 auto;
  justify-items: center;
  gap: 8px;
  padding: 34px 24px;
  color: var(--charcoal);
  border-color: rgb(65 62 62 / 0.08);
  border-radius: var(--radius-card);
  background: rgb(255 255 255 / 0.54);
  text-align: center;
}

.flight-results-empty--searching {
  margin-top: 24px;
}

.flight-loading-mark {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 8px;
}

.flight-loading-mark span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgb(65 62 62 / 0.46);
  animation: flightLoadingPulse 900ms ease-in-out infinite alternate;
}

.flight-loading-mark span:nth-child(2) {
  animation-delay: 120ms;
}

.flight-loading-mark span:nth-child(3) {
  animation-delay: 240ms;
}

/* SeatFinder search app reskin */
.sf-app-page {
  min-height: 100vh;
  padding: 92px 24px 72px;
  background:
    linear-gradient(180deg, rgb(248 248 248) 0%, rgb(244 243 241) 100%),
    var(--frost);
}

.sf-app-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
  font-family: var(--font-site);
  letter-spacing: 0;
}

.sf-app-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 18px;
  margin-bottom: 28px;
  color: var(--ink);
}

.sf-app-heading p {
  margin: 0;
  color: rgb(14 15 14 / 0.58);
  font-size: 13px;
}

.sf-app-heading h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.sf-search-panel {
  position: relative;
  z-index: 4;
  width: 100%;
}

.sf-search-panel--collapsed {
  display: inline-grid;
  width: auto;
  justify-items: center;
}

.sf-search-launch {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.22);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.34),
    inset 0 0 0 1px rgb(255 255 255 / 0.06),
    0 18px 48px rgb(0 0 0 / 0.2);
  -webkit-backdrop-filter: blur(28px) saturate(1.5);
  backdrop-filter: blur(28px) saturate(1.5);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.sf-search-launch:hover {
  background: rgb(255 255 255 / 0.28);
  transform: translateY(-1px);
}

.sf-search-panel--expanded {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.sf-search-panel--hero.sf-search-panel--expanded {
  width: min(940px, calc(100vw - 40px));
}

.sf-search-card {
  position: relative;
  overflow: visible;
  padding: 10px;
  border: 1px solid rgb(210 214 222 / 0.78);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.76);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.78),
    0 18px 60px rgb(0 0 0 / 0.08);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
  backdrop-filter: blur(28px) saturate(1.3);
  transform-origin: top center;
  animation: sfSearchExpand 360ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.sf-search-panel--hero .sf-search-card {
  color: white;
  border-color: rgb(255 255 255 / 0.24);
  border-radius: 24px;
  background: rgb(255 255 255 / 0.22);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.32),
    0 24px 70px rgb(0 0 0 / 0.18);
}

.sf-search-card__topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 6px 12px;
  color: inherit;
  font-size: 14px;
}

.sf-search-card__topline span {
  opacity: 0.72;
  font-size: 12px;
}

.sf-search-grid {
  display: grid;
  grid-template-columns:
    minmax(130px, 1fr)
    38px
    minmax(130px, 1fr)
    minmax(150px, 0.9fr)
    minmax(120px, 0.72fr)
    minmax(140px, 0.78fr)
    minmax(170px, 1fr)
    92px;
  align-items: end;
  gap: 8px;
}

.sf-search-panel--hero .sf-search-grid {
  grid-template-columns:
    minmax(126px, 1fr)
    38px
    minmax(126px, 1fr)
    minmax(136px, 0.85fr)
    minmax(106px, 0.62fr)
    minmax(120px, 0.7fr)
    minmax(136px, 0.8fr)
    104px;
}

.sf-search-field {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 5px;
}

.sf-search-field__label {
  color: rgb(14 15 14 / 0.62);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.sf-search-panel--hero .sf-search-field__label {
  color: rgb(255 255 255 / 0.78);
}

.sf-search-field__trigger,
.sf-search-submit {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 10px;
  background: rgb(249 250 251 / 0.86);
  font: inherit;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
}

.sf-search-panel--hero .sf-search-field__trigger {
  color: white;
  border-color: rgb(255 255 255 / 0.18);
  background: rgb(255 255 255 / 0.1);
}

.sf-search-field__trigger strong {
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
}

.sf-search-field__toggle {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.sf-search-field__toggle:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
  border-radius: 6px;
}

.sf-airport-code {
  display: inline-flex;
  min-width: 34px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 8px;
  background: var(--ink);
  font-size: 12px;
}

.sf-search-panel--hero .sf-airport-code {
  color: var(--ink);
  background: rgb(255 255 255 / 0.92);
}

.sf-search-chevron {
  color: rgb(14 15 14 / 0.48);
  font-size: 13px;
}

.sf-search-panel--hero .sf-search-chevron {
  color: rgb(255 255 255 / 0.72);
}

.sf-search-submit {
  justify-content: center;
  min-height: 44px;
  gap: 10px;
  padding: 0 18px;
  color: white;
  border: 0;
  background: var(--charcoal);
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}

.sf-search-panel--hero .sf-search-submit {
  color: rgb(0 0 0 / 0.76);
  background: rgb(255 255 255 / 0.92);
}

.sf-search-submit:disabled {
  opacity: 1;
  cursor: progress;
}

.sf-swap-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 5px;
  color: rgb(14 15 14 / 0.64);
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 999px;
  background: white;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.08);
  cursor: pointer;
  font-size: 14px;
}

.sf-search-panel--hero .sf-swap-button {
  color: rgb(0 0 0 / 0.68);
  border-color: rgb(255 255 255 / 0.28);
}

.sf-search-menu,
.sf-filter-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 6px);
  left: 0;
  width: min(320px, calc(100vw - 32px));
  overflow: hidden;
  padding: 10px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.16);
}

.sf-search-field--date .sf-search-menu {
  width: 286px;
  left: 50%;
  transform: translateX(-50%);
}

.sf-search-field--programs .sf-search-menu {
  right: 0;
  left: auto;
}

.sf-menu-search {
  width: 100%;
  min-height: 42px;
  margin-bottom: 8px;
  padding: 0 11px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 8px;
  background: rgb(248 248 248);
  font: inherit;
  font-size: 13px;
}

.sf-airport-options,
.sf-choice-list,
.sf-program-menu {
  display: grid;
  gap: 4px;
}

.sf-airport-options button,
.sf-choice-list button,
.sf-program-menu button,
.sf-filter-menu button {
  display: grid;
  min-height: 42px;
  gap: 2px;
  padding: 8px 9px;
  color: var(--ink);
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  text-align: left;
}

.sf-airport-options button:hover,
.sf-choice-list button:hover,
.sf-choice-list button[aria-current="true"],
.sf-filter-menu button:hover,
.sf-filter-menu button[aria-current="true"] {
  background: rgb(14 15 14 / 0.06);
}

.sf-airport-options span,
.sf-airport-options small,
.sf-choice-list small {
  overflow: hidden;
  color: rgb(14 15 14 / 0.58);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-calendar {
  display: grid;
  gap: 10px;
}

.sf-calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sf-calendar__header button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgb(210 214 222 / 0.72);
  border-radius: 8px;
  background: white;
  cursor: pointer;
}

.sf-calendar__week,
.sf-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  text-align: center;
}

.sf-calendar__week span {
  color: rgb(14 15 14 / 0.58);
  font-size: 11px;
}

.sf-calendar__grid button {
  display: grid;
  min-height: 30px;
  place-items: center;
  color: var(--ink);
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

.sf-calendar__grid button:hover,
.sf-calendar__grid button[aria-pressed="true"] {
  color: white;
  background: var(--charcoal);
}

.sf-calendar__grid button.is-muted {
  color: rgb(14 15 14 / 0.36);
}

.sf-passenger-menu {
  display: grid;
  gap: 12px;
}

.sf-stepper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sf-stepper-row div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sf-stepper-row button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 999px;
  background: white;
  cursor: pointer;
}

.sf-cabin-grid,
.sf-program-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sf-cabin-picker__bulk {
  display: none;
}

@media (min-width: 760px) {
  .sf-cabin-picker__bulk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 2px;
  }

  .sf-cabin-picker__bulk > span {
    color: rgb(14 15 14 / 0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .sf-cabin-select-all {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    color: var(--ink);
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
  }

  .sf-cabin-select-all[aria-pressed="true"] {
    color: #fff;
    border-color: var(--charcoal);
    background: var(--charcoal);
  }

  .sf-cabin-select-all:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: 2px;
  }
}

.sf-cabin-grid button,
.sf-program-menu button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 999px;
  background: white;
  font-weight: 700;
}

.sf-cabin-grid button[aria-pressed="true"],
.sf-program-menu button[aria-pressed="true"] {
  color: white;
  background: var(--charcoal);
}

.sf-program-menu img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.sf-search-validation {
  margin: 8px 4px 0;
  color: #9f3412;
  font-size: 12px;
}

.sf-results-page {
  display: grid;
  gap: 16px;
  width: min(1200px, 100%);
  margin: 28px auto 0;
  color: var(--ink);
  font-family: var(--font-site);
  letter-spacing: 0;
}

.sf-results-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sf-filter-pill {
  position: relative;
}

.sf-filter-pill > button {
  display: inline-flex;
  min-height: var(--control-h-compact);
  align-items: center;
  gap: 8px;
  padding: 0 var(--control-pad-x-compact);
  color: rgb(14 15 14 / 0.66);
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: var(--radius-pill);
  background: rgb(255 255 255 / 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.sf-filter-menu {
  width: 230px;
}

.sf-filter-note {
  margin: -4px 0 0;
  color: var(--signal);
  font-size: 11px;
}

.sf-results-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: #7a2f12;
  border: 1px solid rgb(255 92 0 / 0.16);
  border-radius: 10px;
  background: rgb(255 92 0 / 0.06);
  font-size: 13px;
}

.sf-results-alert button {
  min-height: 34px;
  flex: 0 0 auto;
  padding: 0 13px;
  color: var(--ink);
  border: 1px solid rgb(122 47 18 / 0.26);
  border-radius: 999px;
  background: white;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.sf-searching-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  overflow: hidden;
  padding: 20px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sf-searching-band__bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: rgb(14 15 14 / 0.08);
}

.sf-searching-band__bar span {
  display: block;
  height: 100%;
  background: var(--charcoal);
  transition: width 420ms ease;
}

.sf-searching-band h2,
.sf-results-heading h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.1;
}

.sf-searching-band h2 span,
.sf-results-heading h2 span {
  color: var(--signal);
}

.sf-searching-band p,
.sf-results-heading p {
  margin: 6px 0 0;
  color: rgb(14 15 14 / 0.62);
  font-size: 13px;
}

.sf-searching-band__progress {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  color: rgb(14 15 14 / 0.72);
  border: 1px solid rgb(14 15 14 / 0.1);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.56);
  font-size: 12px;
  font-weight: 800;
}

.sf-zhoom-loader {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sf-zhoom-loader span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--charcoal);
  animation: sfZhoom 780ms cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
}

.sf-zhoom-loader span:nth-child(2) {
  animation-delay: 120ms;
}

.sf-zhoom-loader span:nth-child(3) {
  animation-delay: 240ms;
}

.sf-results-heading {
  margin-top: 10px;
}

.sf-graph-panel,
.sf-results-card,
.sf-empty-state {
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.78);
  box-shadow: 0 18px 60px rgb(0 0 0 / 0.06);
}

.sf-graph-panel {
  display: grid;
  gap: 20px;
  padding: 22px;
}

.sf-graph-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
}

.sf-graph-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sf-graph-legend i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.sf-graph-bars {
  display: flex;
  min-height: 220px;
  align-items: end;
  gap: 12px;
  overflow-x: auto;
  padding: 18px 0 0;
  border-bottom: 1px solid var(--line);
}

.sf-graph-day {
  display: grid;
  min-width: 44px;
  gap: 8px;
  justify-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sf-graph-day small {
  font-size: 11px;
}

.sf-graph-day[aria-pressed="true"] small {
  color: var(--signal);
  font-weight: 800;
}

.sf-graph-stack {
  display: flex;
  align-items: end;
  gap: 3px;
  min-height: 170px;
}

.sf-graph-stack i {
  width: 12px;
  min-height: 4px;
  border-radius: 4px 4px 0 0;
}

.sf-results-card {
  overflow: hidden;
  isolation: isolate;
}

.sf-results-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.sf-results-card__header h3 {
  margin: 0;
  font-size: 15px;
}

.sf-results-card__header p {
  margin: 3px 0 0;
  color: rgb(14 15 14 / 0.54);
  font-size: 11px;
}

.sf-results-toggles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.sf-results-toggles span {
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
}

.sf-results-toggles button {
  min-height: 26px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}

.sf-results-toggles button[aria-pressed="true"] {
  color: white;
  background: var(--charcoal);
}

.sf-results-toggles strong {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: var(--charcoal);
  border-radius: 999px;
  background: rgb(65 62 62 / 0.08);
  font-size: 11px;
}

.sf-results-table-wrap {
  overflow-x: auto;
}

.sf-results-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}

.sf-results-table th {
  padding: 10px 12px;
  color: rgb(14 15 14 / 0.52);
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.sf-results-table td {
  padding: 12px;
  border-bottom: 1px solid rgb(222 220 216 / 0.72);
  text-align: center;
  vertical-align: middle;
}

.sf-results-table tr:hover td {
  background: rgb(65 62 62 / 0.05);
}

.sf-results-table td strong {
  display: block;
  color: var(--ink);
}

.sf-results-table td small {
  display: block;
  color: rgb(14 15 14 / 0.54);
  font-size: 10px;
}

.sf-live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 999px;
  background: var(--sage);
}

.sf-program-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sf-program-cell img,
.sf-airline-logos img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sf-airline-logos {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.sf-airline-logos span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.sf-airline-logos small {
  font-size: 9px;
}

.sf-price-cell {
  display: grid;
  justify-items: center;
  gap: 2px;
}

.sf-price-cell strong {
  font-size: 13px;
}

.sf-price-empty {
  color: rgb(14 15 14 / 0.42);
  font-size: 11px;
}

.sf-info-button {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--ink);
  border: 0;
  border-radius: 8px;
  background: rgb(14 15 14 / 0.08);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.sf-table-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 700;
}

.sf-table-footer > div {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sf-table-footer button,
.sf-table-footer strong,
.sf-table-footer select {
  min-height: 28px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  font: inherit;
}

.sf-table-footer strong {
  display: inline-flex;
  align-items: center;
  color: white;
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.sf-table-footer label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sf-empty-state {
  display: grid;
  min-height: 340px;
  place-items: center;
  gap: 14px;
  padding: 44px 24px;
  text-align: center;
}

.sf-empty-state h2 {
  max-width: 330px;
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.sf-empty-state p {
  margin: 0;
  color: rgb(14 15 14 / 0.6);
}

.sf-empty-map {
  position: relative;
  width: 220px;
  height: 130px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 24px, rgb(222 220 216 / 0.8) 25px, transparent 26px),
    linear-gradient(0deg, transparent 24px, rgb(222 220 216 / 0.8) 25px, transparent 26px);
  background-size: 26px 26px;
}

.sf-empty-map span {
  position: absolute;
  inset: 34px 28px;
  border-radius: 48% 52% 46% 54%;
  background: rgb(65 62 62 / 0.28);
}

.sf-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(0 0 0 / 0.72);
}

.sf-flight-modal {
  position: relative;
  width: min(780px, 100%);
  color: var(--ink);
  border-radius: 10px;
  background: rgb(248 248 248);
  box-shadow: 0 28px 100px rgb(0 0 0 / 0.34);
}

.sf-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.sf-copy-toast {
  position: absolute;
  top: -46px;
  right: 0;
  padding: 9px 12px;
  color: white;
  border-radius: 8px;
  background: var(--sage);
  font-size: 12px;
  font-weight: 800;
}

.sf-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px 14px;
}

.sf-modal-header > div:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sf-modal-header img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.sf-modal-header h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
}

.sf-modal-header p {
  margin: 4px 0 0;
  color: rgb(14 15 14 / 0.62);
  font-size: 13px;
}

.sf-modal-actions {
  display: flex;
  gap: 8px;
  padding-right: 34px;
}

.sf-modal-actions button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.sf-modal-actions button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.sf-modal-refresh-notice {
  margin: 0 28px 14px;
  padding: 10px 12px;
  border: 1px solid rgb(255 91 0 / 0.34);
  border-radius: 6px;
  color: var(--ink);
  background: rgb(255 91 0 / 0.08);
  font-size: 12px;
  font-weight: 700;
}

.sf-modal-refresh-notice--error {
  border-color: rgb(168 32 32 / 0.32);
  background: rgb(168 32 32 / 0.07);
}

.sf-modal-actions button:last-child {
  color: white;
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.sf-modal-route {
  margin: 0 20px 22px;
  padding: 18px;
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 8px;
  background: white;
}

.sf-modal-segments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 800;
}

.sf-modal-segments span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sf-modal-segments i {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgb(14 15 14 / 0.58);
  font-style: normal;
}

.sf-modal-segments img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sf-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
  color: rgb(14 15 14 / 0.72);
  font-size: 13px;
}

.sf-modal-price {
  display: grid;
  min-width: 120px;
  justify-items: center;
  gap: 4px;
  margin-left: auto;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 8px;
  background: rgb(248 248 248);
}

.sf-modal-price strong {
  font-size: 20px;
}

.sf-modal-price small,
.sf-modal-price span {
  color: rgb(14 15 14 / 0.62);
  font-size: 11px;
}

.sf-modal-price button {
  min-height: 34px;
  width: 100%;
  margin-top: 6px;
  color: white;
  border: 0;
  border-radius: 7px;
  background: var(--charcoal);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

@keyframes sfSearchExpand {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes sfZhoom {
  0% {
    opacity: 0.32;
    transform: translateX(-10px) scale(0.72);
  }

  55% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  100% {
    opacity: 0.32;
    transform: translateX(10px) scale(0.72);
  }
}

@media (max-width: 759px) {
  .sf-app-page {
    padding: 76px 16px 44px;
  }

  .sf-app-heading {
    display: grid;
    justify-items: center;
    margin-bottom: 18px;
    text-align: center;
  }

  .sf-app-heading p {
    display: none;
  }

  .sf-search-panel--expanded,
  .sf-search-panel--hero.sf-search-panel--expanded {
    width: min(390px, 100%);
  }

  .sf-search-card {
    padding: 8px;
    border-radius: 12px;
  }

  .sf-search-panel--hero .sf-search-card {
    border-radius: 22px;
  }

  .sf-search-grid,
  .sf-search-panel--hero .sf-search-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sf-search-field {
    gap: 6px;
    padding: 14px 16px;
    border-bottom: 1px solid rgb(210 214 222 / 0.72);
  }

  .sf-search-panel--hero .sf-search-field {
    border-bottom-color: rgb(255 255 255 / 0.14);
  }

  .sf-search-field__label {
    font-size: 15px;
  }

  .sf-search-field__trigger {
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 16px;
  }

  .sf-search-submit {
    min-height: 46px;
    margin: 14px 8px 8px;
    border-radius: 9px;
  }

  .sf-swap-button {
    z-index: 3;
    width: 40px;
    height: 40px;
    justify-self: center;
    margin: -20px 0;
  }

  .sf-search-menu {
    top: calc(100% - 4px);
    right: 10px;
    left: 10px;
    width: auto;
  }

  .sf-search-field--date .sf-search-menu {
    left: 10px;
    width: auto;
    transform: none;
  }

  .sf-search-field--programs .sf-search-menu {
    right: 10px;
    left: 10px;
  }

  .sf-search-card__topline {
    padding: 6px 8px 10px;
  }

  .sf-results-page {
    margin-top: 20px;
  }

  .sf-results-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .sf-filter-pill {
    flex: 0 0 auto;
  }

  .sf-searching-band {
    grid-template-columns: 1fr;
    padding: 18px 4px;
  }

  .sf-results-card__header {
    align-items: stretch;
    flex-direction: column;
  }

  .sf-results-toggles {
    justify-content: flex-start;
  }

  .sf-results-table {
    min-width: 1040px;
  }

  .sf-table-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sf-graph-panel {
    padding: 16px;
  }

  .sf-modal-backdrop {
    align-items: end;
    padding: 12px;
  }

  .sf-flight-modal {
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  .sf-modal-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 20px 12px;
  }

  .sf-modal-actions {
    width: 100%;
  }

  .sf-modal-actions button {
    flex: 1;
  }

  .sf-modal-segments {
    font-size: 18px;
  }

  .sf-modal-price {
    margin-left: 0;
  }
}

.hero-section:has(.sf-search-panel--expanded) {
  overflow: visible;
}

.hero-copy--search {
  right: auto;
  left: 50%;
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  transform: translateX(-50%);
}

.hero-copy--search > div {
  display: grid;
  gap: 2px;
}

.hero-copy--search .sf-search-panel--collapsed {
  justify-self: center;
}

.sf-search-panel--expanded {
  width: min(1120px, 100%);
}

.sf-search-panel--hero.sf-search-panel--expanded {
  width: min(1120px, calc(100vw - 48px));
}

.sf-search-card {
  isolation: isolate;
}

.sf-search-panel--hero .sf-search-card {
  background: rgb(255 255 255 / 0.24);
}

.sf-search-grid,
.sf-search-panel--hero .sf-search-grid {
  grid-template-columns: minmax(148px, 1fr) 38px minmax(148px, 1fr) minmax(160px, 0.95fr) minmax(122px, 0.72fr) minmax(210px, 1.2fr) 96px;
  grid-template-areas: "origin swap destination date range programs submit";
}

.sf-search-field:nth-of-type(1) {
  grid-area: origin;
}

.sf-swap-button {
  grid-area: swap;
}

.sf-search-field:nth-of-type(2) {
  grid-area: destination;
}

.sf-search-field:nth-of-type(3) {
  grid-area: date;
}

.sf-search-field:nth-of-type(4) {
  grid-area: range;
}

.sf-search-field--passengers {
  grid-area: passengers;
}

.sf-search-field--programs {
  grid-area: programs;
}

.sf-search-submit {
  grid-area: submit;
}

@media (min-width: 760px) {
  .sf-search-field--passengers {
    display: none;
  }

  .sf-search-card__topline {
    padding-right: 8px;
  }
}

.sf-program-trigger {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
}

.sf-program-trigger span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: rgb(14 15 14 / 0.92);
}

.sf-program-trigger strong {
  display: inline-grid;
  min-width: 28px;
  height: 28px;
  padding: 0 7px;
  place-items: center;
  border-radius: 8px;
  background: rgb(230 230 228 / 0.88);
  color: rgb(20 20 20);
  font-size: 0.72rem;
  line-height: 1;
}

.sf-search-panel--hero .sf-program-trigger span {
  background: rgb(255 255 255 / 0.9);
}

.sf-program-trigger img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.sf-results-filters {
  display: grid;
  gap: 10px;
}

.sf-results-filters__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sf-mobile-filter-button,
.sf-filter-sheet {
  display: none;
}

.sf-live-dot {
  vertical-align: middle;
}

.sf-live-dot--live {
  background: #20b27a;
  box-shadow: 0 0 0 0 rgb(32 178 122 / 0.42);
  animation: sfLivePulse 1.6s ease-out infinite;
}

.sf-live-dot--cached {
  background: var(--sage);
}

.sf-live-dot--empty {
  background: rgb(14 15 14 / 0.24);
}

.sf-has-tooltip {
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.sf-has-tooltip::after {
  position: absolute;
  z-index: 120;
  bottom: calc(100% + 8px);
  left: 50%;
  width: max-content;
  max-width: 240px;
  padding: 6px 8px;
  color: white;
  border-radius: 6px;
  background: rgb(14 15 14 / 0.9);
  box-shadow: 0 10px 24px rgb(0 0 0 / 0.18);
  content: attr(data-tip);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: normal;
}

.sf-has-tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sf-results-mobile-list {
  display: none;
}

.sf-map-view {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.78);
  box-shadow: 0 18px 60px rgb(0 0 0 / 0.06);
}

.sf-map-view__frame {
  height: 440px;
}

.sf-map-view .maplibregl-canvas {
  filter: none;
}

.sf-map-label-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}

.sf-map-label {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(250 253 249 / 0.94);
  font-family: var(--font-site);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow:
    0 1px 0 rgb(0 0 0 / 0.88),
    0 -1px 0 rgb(0 0 0 / 0.62),
    1px 0 0 rgb(0 0 0 / 0.72),
    -1px 0 0 rgb(0 0 0 / 0.72);
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricprecision;
}

.sf-map-label--continent {
  color: rgb(226 245 250 / 0.78);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.sf-map-label--ocean {
  color: rgb(232 248 255 / 0.64);
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.11em;
}

.sf-map-view__empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgb(14 15 14 / 0.58);
  background: rgb(248 248 248 / 0.6);
  font-size: 13px;
  font-weight: 700;
}

.sf-map-popup-shell .maplibregl-popup-content {
  padding: 0;
  border-radius: 8px;
  background: rgb(255 255 255 / 0.92);
  box-shadow: 0 18px 50px rgb(0 0 0 / 0.18);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.sf-map-popup {
  display: grid;
  min-width: 190px;
  gap: 3px;
  padding: 10px 12px;
  color: var(--ink);
  font-family: inherit;
  font-size: 12px;
}

.sf-map-popup strong {
  font-size: 13px;
}

.sf-map-popup span,
.sf-map-popup small {
  color: rgb(14 15 14 / 0.62);
}

.sf-modal-flight-list {
  display: grid;
  max-height: min(68vh, 720px);
  overflow-y: auto;
  gap: 10px;
  padding: 0 20px 22px;
}

.sf-modal-route {
  margin: 0;
}

.sf-modal-route__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.sf-modal-price-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.sf-modal-route--report .sf-modal-route__summary {
  grid-template-columns: minmax(0, 1fr);
}

.sf-modal-route--report .sf-modal-price-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr));
}

.sf-modal-fare-card {
  display: grid;
  min-width: 104px;
  gap: 3px;
  justify-items: center;
  padding: 12px 10px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgb(248 248 248);
  cursor: pointer;
  font: inherit;
}

.sf-modal-fare-card strong {
  font-size: 18px;
}

.sf-modal-fare-card small,
.sf-modal-fare-card span {
  font-size: 10px;
  font-weight: 800;
}

.sf-segment-detail {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgb(210 214 222 / 0.72);
}

.sf-segment-detail__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgb(14 15 14 / 0.58);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.sf-segment-detail__title button {
  min-height: 30px;
  padding: 0 12px;
  color: white;
  border: 0;
  border-radius: 999px;
  background: var(--charcoal);
  cursor: pointer;
  font: inherit;
  text-transform: none;
}

.sf-segment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.sf-segment-grid span {
  display: grid;
  gap: 4px;
}

.sf-segment-grid small {
  color: rgb(14 15 14 / 0.5);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.sf-segment-grid strong {
  color: var(--ink);
  font-size: 13px;
}

.sf-modal-booking {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgb(210 214 222 / 0.54);
}

.sf-modal-booking div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgb(14 15 14 / 0.68);
  font-size: 13px;
}

.sf-modal-booking div:last-of-type {
  color: var(--ink);
  font-weight: 800;
}

.sf-modal-booking button {
  min-height: 42px;
  margin-top: 10px;
  color: white;
  border: 0;
  border-radius: 8px;
  background: var(--charcoal);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

@keyframes sfLivePulse {
  70% {
    box-shadow: 0 0 0 8px rgb(32 178 122 / 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(32 178 122 / 0);
  }
}

@media (max-width: 759px) {
  .hero-section:has(.sf-search-panel--expanded) {
    min-height: 940px;
  }

  .hero-copy--search {
    width: calc(100vw - 28px);
    gap: 18px;
    text-align: center;
  }

  .hero-copy--search:has(.sf-search-panel--expanded) {
    top: 72px;
    bottom: auto;
    transform: translateX(-50%);
  }

  .sf-search-panel--expanded,
  .sf-search-panel--hero.sf-search-panel--expanded {
    width: 100%;
  }

  .sf-search-card,
  .sf-search-panel--hero .sf-search-card {
    border-radius: 20px;
  }

  .sf-search-grid,
  .sf-search-panel--hero .sf-search-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "origin"
      "swap"
      "destination"
      "date"
      "range"
      "passengers"
      "programs"
      "submit";
  }

  .sf-search-field,
  .sf-search-panel--hero .sf-search-field {
    min-height: 76px;
    padding: 12px 14px;
    text-align: left;
  }

  .sf-search-field__label {
    color: rgb(14 15 14 / 0.58);
    font-size: 13px;
    text-align: left;
  }

  .sf-search-panel--hero .sf-search-field__label {
    color: rgb(255 255 255 / 0.82);
    text-align: left;
  }

  .sf-search-field__trigger,
  .sf-search-panel--hero .sf-search-field__trigger {
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-size: 16px;
    text-align: left;
  }

  .sf-search-panel--hero .sf-search-card__topline {
    padding: 6px 8px 8px;
  }

  .sf-swap-button {
    align-self: center;
    margin: -20px auto;
  }

  .sf-search-submit {
    min-height: 48px;
    margin: 14px 8px 8px;
  }

  .sf-results-filters__row {
    display: none;
  }

  .sf-mobile-filter-button {
    display: inline-flex;
    min-height: 38px;
    width: max-content;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 0 16px;
    color: var(--ink);
    border: 1px solid rgb(210 214 222 / 0.86);
    border-radius: 9px;
    background: rgb(255 255 255 / 0.86);
    box-shadow: 0 10px 28px rgb(0 0 0 / 0.08);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
  }

  .sf-filter-sheet {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: grid;
    align-items: end;
    background: rgb(0 0 0 / 0.48);
  }

  .sf-filter-sheet__panel {
    max-height: min(78vh, 680px);
    overflow-y: auto;
    padding: 18px;
    border-radius: 18px 18px 0 0;
    background: rgb(248 248 248);
    box-shadow: 0 -18px 80px rgb(0 0 0 / 0.22);
  }

  .sf-filter-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .sf-filter-sheet__header button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgb(14 15 14 / 0.08);
    cursor: pointer;
    font: inherit;
    font-size: 20px;
  }

  .sf-filter-sheet__controls {
    display: grid;
    gap: 9px;
  }

  .sf-filter-sheet__controls .sf-filter-pill > button {
    width: 100%;
    justify-content: space-between;
  }

  .sf-filter-sheet__controls .sf-filter-menu {
    position: static;
    width: 100%;
    margin-top: 6px;
    box-shadow: none;
  }

  .sf-filter-sheet__apply {
    width: 100%;
    min-height: 46px;
    margin-top: 16px;
    color: white;
    border: 0;
    border-radius: 9px;
    background: var(--charcoal);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
  }

  .sf-results-table-wrap {
    display: none;
  }

  .sf-results-mobile-list {
    display: grid;
    gap: 12px;
    padding: 14px;
  }

  .sf-mobile-result-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgb(210 214 222 / 0.86);
    border-radius: 12px;
    background: white;
    box-shadow: 0 12px 30px rgb(0 0 0 / 0.05);
  }

  .sf-mobile-result-card__top {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
    align-items: start;
  }

  .sf-mobile-result-card__top img {
    width: 38px;
    height: 38px;
    object-fit: contain;
  }

  .sf-mobile-result-card__top div {
    display: grid;
    gap: 2px;
  }

  .sf-mobile-result-card__top span,
  .sf-mobile-result-card__top small,
  .sf-mobile-result-card__meta {
    color: rgb(14 15 14 / 0.58);
    font-size: 12px;
  }

  .sf-mobile-result-card__top strong {
    color: var(--ink);
    font-size: 17px;
  }

  .sf-mobile-result-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .sf-mobile-result-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .sf-mobile-fares {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sf-mobile-fares > div {
    display: grid;
    gap: 5px;
  }

  .sf-mobile-fares > div > span {
    color: rgb(14 15 14 / 0.52);
    font-size: 11px;
    text-transform: uppercase;
  }

  .sf-mobile-fares .sf-price-cell {
    justify-items: start;
  }

  .sf-mobile-book-button {
    min-height: 40px;
    color: white;
    border: 0;
    border-radius: 8px;
    background: var(--charcoal);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
  }

  .sf-map-view,
  .sf-map-view__frame {
    min-height: 360px;
    height: 360px;
  }

  .sf-modal-route__summary,
  .sf-segment-grid {
    grid-template-columns: 1fr;
  }

  .sf-modal-price-row {
    justify-content: stretch;
  }

  .sf-modal-fare-card {
    min-width: 0;
    flex: 1 1 120px;
  }
}

.glass-play__icon {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

.glass-play span:last-child {
  position: relative;
  z-index: 1;
}

.placeholder-media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(65 62 62 / 0.1);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.94), rgb(222 220 216 / 0.54)),
    var(--paper);
  color: var(--charcoal);
}

.placeholder-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(30deg, transparent 0%, rgb(255 255 255 / 0.2) 46%, transparent 62%);
  mask-image: linear-gradient(30deg, transparent var(--mask-position, -120%), #fff calc(var(--mask-position, -120%) + 42%), transparent calc(var(--mask-position, -120%) + 78%));
  animation: mediaWipe 4.8s cubic-bezier(0, 0.55, 0.45, 1) infinite;
}

.placeholder-media--hero {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.placeholder-media--wide {
  min-height: 430px;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-media);
}

.placeholder-media--portrait {
  min-height: 560px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-media);
}

.placeholder-media--square {
  aspect-ratio: 1;
  border-radius: var(--radius-card);
}

.placeholder-media--dark {
  background:
    linear-gradient(145deg, rgb(14 15 14 / 0.9), rgb(65 62 62 / 0.94)),
    var(--ink);
  color: var(--frost);
}

.placeholder-media--warm {
  background:
    linear-gradient(135deg, rgb(243 240 235 / 0.96), rgb(213 204 191 / 0.72)),
    var(--paper);
}

.placeholder-media--lab {
  background:
    linear-gradient(145deg, rgb(20 41 41 / 0.96), rgb(0 170 179 / 0.24)),
    var(--lab);
  color: var(--frost);
}

.placeholder-media__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 0.14) 100%),
    linear-gradient(90deg, rgb(255 255 255 / 0.18), transparent 34%, rgb(255 255 255 / 0.08));
}

.placeholder-media__grid {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 80%, transparent 100%);
}

.placeholder-media__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(220px, 34%);
  aspect-ratio: 0.44;
  border: 1px solid currentColor;
  border-radius: 999px 999px 30px 30px;
  opacity: 0.18;
  transform: translate(-50%, -48%);
  filter: blur(0.2px);
}

.placeholder-media__figure span:first-child {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.placeholder-media__figure span:nth-child(2),
.placeholder-media__figure span:nth-child(3) {
  position: absolute;
  top: 38%;
  width: 56%;
  height: 1px;
  background: currentColor;
}

.placeholder-media__figure span:nth-child(2) {
  right: 92%;
  transform: rotate(-24deg);
  transform-origin: right center;
}

.placeholder-media__figure span:nth-child(3) {
  left: 92%;
  transform: rotate(24deg);
  transform-origin: left center;
}

.placeholder-media figcaption {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(360px, calc(100% - 48px));
  gap: 8px;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.12);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.22), 0 18px 70px rgb(0 0 0 / 0.14);
  backdrop-filter: blur(28px) saturate(1.2);
}

.placeholder-media figcaption > span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.placeholder-media strong {
  font-size: 24px;
  line-height: 1.1;
}

.placeholder-media em {
  font-style: normal;
  font-weight: 700;
}

.placeholder-media small {
  color: currentColor;
  opacity: 0.72;
  font-size: 13px;
  line-height: 1.35;
}

.feature-strip {
  display: grid;
  max-width: 980px;
  margin: 30px auto 0;
  gap: 24px;
}

.feature-strip__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
}

.feature-strip__item > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--signal);
  border: 1px solid rgb(255 92 0 / 0.26);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.feature-strip__item > img {
  width: 36px;
  height: 36px;
  justify-self: start;
  opacity: 0.8;
}

.feature-strip__item p {
  margin: 0;
  color: rgb(0 0 0 / 0.62);
  font-size: 16px;
}

.feature-strip__item strong {
  color: rgb(0 0 0 / 0.74);
}

.story-section {
  max-width: 1520px;
  margin: 0 auto;
}

.story-section__copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.story-section__copy h2 {
  margin: 0;
  color: rgb(0 0 0 / 0.74);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.16;
}

.story-section__copy > p:last-child {
  max-width: 680px;
  margin: 16px auto 0;
  color: rgb(0 0 0 / 0.64);
  font-size: 17px;
  line-height: 1.45;
}

.page-section--icons {
  display: grid;
  gap: 30px;
}

.icon-feature-grid {
  display: grid;
  max-width: 1360px;
  margin: 0 auto;
  gap: 34px;
}

.icon-feature-grid__item {
  display: grid;
  justify-items: center;
  text-align: center;
}

.icon-feature-grid__item img {
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  opacity: 0.82;
}

.icon-feature-grid__item h3 {
  margin: 0 0 8px;
  color: rgb(0 0 0 / 0.74);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.12;
}

.icon-feature-grid__item p {
  max-width: 350px;
  margin: 0;
  color: rgb(0 0 0 / 0.66);
  font-size: 19px;
  line-height: 1.34;
}

.mission-grid,
.dual-model,
.research-proof-grid,
.safety-list {
  display: grid;
  gap: 12px;
}

.scroll-story {
  display: grid;
  min-width: 0;
  max-width: 1280px;
  margin: 0 auto;
  gap: 30px;
}

.scroll-story__copy,
.scroll-story__media,
.scroll-story__steps,
.scroll-step {
  min-width: 0;
}

.scroll-story__media .source-media {
  min-height: 360px;
}

.scroll-story__copy h2 {
  max-width: 720px;
  margin: 0;
  color: rgb(0 0 0 / 0.76);
  font-size: clamp(34px, 9vw, 52px);
  font-weight: 500;
  line-height: 0.98;
  overflow-wrap: break-word;
}

.scroll-story__copy .section-copy {
  max-width: 660px;
  margin-top: 22px;
  font-size: clamp(17px, 4.6vw, 20px);
  line-height: 1.34;
  overflow-wrap: break-word;
}

.scroll-story__steps {
  display: grid;
  gap: 36px;
  margin-top: 40px;
}

.scroll-step {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 260px;
  padding: 26px 0;
  border-top: 1px solid rgb(65 62 62 / 0.12);
}

.scroll-step > span {
  color: var(--signal);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.scroll-step img {
  width: 38px;
  height: 38px;
  opacity: 0.78;
}

.scroll-step h3 {
  max-width: 560px;
  margin: 0;
  color: rgb(0 0 0 / 0.76);
  font-size: clamp(24px, 7vw, 34px);
  font-weight: 500;
  line-height: 1.04;
  overflow-wrap: break-word;
}

.scroll-step p {
  max-width: 560px;
  margin: 0;
  color: rgb(0 0 0 / 0.62);
  font-size: 17px;
  line-height: 1.38;
  overflow-wrap: break-word;
}

.mission-grid article,
.dual-model article,
.research-proof-grid article,
.safety-list article,
.spec-group,
.faq-item {
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: var(--radius-card);
  background: rgb(255 255 255 / 0.48);
}

.mission-grid article,
.dual-model article,
.research-proof-grid article,
.safety-list article {
  display: grid;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 0;
  background: transparent;
  gap: 12px;
}

.dual-model span,
.research-proof-grid span {
  display: block;
  margin-bottom: 4px;
  color: var(--signal);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.dual-model h3,
.mission-grid h3,
.safety-list h3 {
  margin: 0 0 10px;
  color: rgb(0 0 0 / 0.74);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.dual-model p,
.mission-grid p,
.research-proof-grid p,
.safety-list p {
  margin: 0;
  color: rgb(0 0 0 / 0.62);
}

.mission-section {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 30px;
}

.mission-manifesto {
  max-width: 1440px;
  padding-top: 72px;
  padding-bottom: 72px;
  color: var(--charcoal);
  background: transparent;
}

.mission-manifesto .eyebrow {
  color: var(--signal);
}

.mission-manifesto__copy {
  max-width: 1120px;
}

.mission-manifesto__copy h2 {
  max-width: 980px;
  margin: 0;
  color: rgb(0 0 0 / 0.78);
  font-size: clamp(58px, 10vw, 144px);
  font-weight: 500;
  line-height: 0.9;
}

.mission-manifesto__copy p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgb(0 0 0 / 0.62);
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.24;
}

.mission-manifesto__media {
  display: grid;
  gap: 12px;
  margin-top: 44px;
}

.mission-manifesto__media .source-media {
  min-height: 220px;
  border: 1px solid rgb(65 62 62 / 0.08);
  border-radius: clamp(28px, 4vw, 58px);
  box-shadow: 0 28px 90px rgb(0 0 0 / 0.08);
}

.mission-manifesto__media .source-media:first-child {
  min-height: clamp(420px, 48vw, 680px);
}

.mission-manifesto__beats {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.mission-manifesto__beats article {
  display: grid;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid rgb(65 62 62 / 0.12);
}

.mission-manifesto__beats span {
  color: var(--signal);
  font-size: 12px;
  font-weight: 700;
}

.mission-manifesto__beats img {
  width: 34px;
  height: 34px;
  opacity: 0.74;
}

.mission-manifesto__beats h3 {
  margin: 0;
  color: rgb(0 0 0 / 0.74);
  font-size: 22px;
  font-weight: 500;
}

.mission-manifesto__beats p {
  margin: 0;
  color: rgb(0 0 0 / 0.62);
}

.mission-statement {
  max-width: 980px;
}

.mission-statement h2 {
  margin: 0;
  color: rgb(0 0 0 / 0.76);
  font-size: clamp(44px, 8vw, 104px);
  font-weight: 500;
  line-height: 0.98;
}

.mission-statement p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgb(0 0 0 / 0.62);
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.32;
}

.mission-grid article {
  display: grid;
  min-height: 210px;
  align-content: start;
  gap: 14px;
}

.mission-grid img,
.research-proof-grid img,
.safety-list img {
  width: 38px;
  height: 38px;
  opacity: 0.78;
}

.pipeline {
  display: grid;
  max-width: 1180px;
  margin: 38px auto 0;
  gap: 14px;
}

.pipeline__step {
  position: relative;
  display: grid;
  min-height: 180px;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.64), rgb(255 255 255 / 0.34)),
    rgb(255 255 255 / 0.42);
}

.pipeline__step span {
  display: block;
  color: var(--signal);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.pipeline__step img {
  width: 32px;
  height: 32px;
  opacity: 0.74;
}

.pipeline__step h3 {
  margin: 0;
  color: rgb(0 0 0 / 0.74);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}

.pipeline__step p {
  margin: 0;
  color: rgb(0 0 0 / 0.62);
  font-size: 15px;
  line-height: 1.38;
}

.dual-model {
  max-width: 1180px;
  margin: 18px auto 0;
}

.research-paper-grid {
  display: grid;
  max-width: 1180px;
  margin: 46px auto 0;
  gap: 14px;
}

.research-paper-card {
  display: grid;
  overflow: hidden;
  min-height: 360px;
  align-content: start;
  gap: 14px;
  padding: 0 20px 22px;
  color: inherit;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.58), rgb(255 255 255 / 0.3)),
    rgb(255 255 255 / 0.42);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.research-paper-card:hover {
  border-color: rgb(255 92 0 / 0.32);
  box-shadow: 0 22px 70px rgb(0 0 0 / 0.08);
  transform: translateY(-2px);
}

.research-paper-card__media {
  position: relative;
  display: block;
  height: 150px;
  margin: 0 -20px 6px;
  overflow: hidden;
  background: var(--paper);
}

.research-paper-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.86);
  transform: scale(1.02);
}

.research-paper-card__media > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 999px;
  background: rgb(248 248 248 / 0.42);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  backdrop-filter: blur(20px) saturate(1.5);
}

.research-paper-card__media > span img {
  width: 26px;
  height: 26px;
  opacity: 0.76;
}

.research-paper-card__label {
  color: var(--signal);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.research-paper-card h3 {
  margin: 0;
  color: rgb(0 0 0 / 0.74);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.14;
}

.research-paper-card p {
  margin: 0;
  color: rgb(0 0 0 / 0.62);
}

.page-section--media-copy > .placeholder-media {
  min-height: 420px;
}

.spec-grid {
  display: grid;
  max-width: 1180px;
  margin: 56px auto 0;
  border-top: 1px solid rgb(65 62 62 / 0.12);
}

.spec-group {
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  padding: 26px 0;
}

.spec-group h3 {
  margin: 0 0 18px;
  color: rgb(0 0 0 / 0.74);
  font-size: 20px;
  font-weight: 500;
}

.spec-group dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.spec-group dl div {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 14px;
}

.spec-group dt {
  color: rgb(0 0 0 / 0.45);
}

.spec-group dd {
  margin: 0;
  color: rgb(0 0 0 / 0.72);
}

.faq-list {
  display: grid;
  max-width: 860px;
  margin: 48px auto 0;
  border-top: 1px solid rgb(65 62 62 / 0.12);
}

.faq-item {
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  color: rgb(0 0 0 / 0.72);
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: rgb(0 0 0 / 0.42);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  max-width: 680px;
  margin: -6px 0 24px;
  color: rgb(0 0 0 / 0.58);
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 92px var(--gutter) 40px;
  color: rgb(0 0 0 / 0.62);
  border-top: 1px solid rgb(65 62 62 / 0.1);
  background: linear-gradient(180deg, rgb(248 248 248 / 0), var(--frost) 42%);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: rgb(0 0 0 / 0.72);
  font-weight: 500;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 680ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes heroReveal {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes mediaWipe {
  0%,
  52% {
    --mask-position: -120%;
  }
  100% {
    --mask-position: 120%;
  }
}

@keyframes mediaSwap {
  from {
    opacity: 0.72;
    filter: blur(5px);
    transform: scale(0.992);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes glassTextIn {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, 0);
  }
}

@keyframes captionTextIn {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes flightLoadingPulse {
  from {
    opacity: 0.32;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@media (min-width: 760px) {
  :root {
    --gutter: 32px;
    --radius-media: 64px;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto 1fr;
    height: 60px;
    padding: 0 32px;
  }

  .global-nav,
  .header-cta {
    display: inline-flex;
  }

  .menu-button,
  .mobile-menu {
    display: none;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-copy p {
    font-size: 24px;
  }

  .hero-copy {
    bottom: 80px;
  }

  .flight-search-panel:not(.is-expanded) {
    width: min(430px, calc(100vw - 72px));
  }

  .flight-search-panel.is-expanded {
    width: min(920px, calc(100vw - 72px));
  }

  .flight-search-panel.is-expanded .flight-search-panel__body {
    overflow: hidden;
    padding: 18px;
  }

  .flight-search-panel__heading span {
    font-size: 17px;
  }

  .flight-search-card {
    grid-template-columns:
      minmax(0, 1.08fr)
      42px
      minmax(0, 1.08fr)
      minmax(168px, 0.82fr)
      minmax(130px, 0.56fr);
  }

  .flight-route-fields {
    display: contents;
  }

  .flight-search-row--date {
    display: contents;
  }

  .flight-route-fields .flight-airport-picker {
    border-bottom: 1px solid rgb(255 255 255 / 0.14);
  }

  .flight-route-fields .flight-airport-picker:first-child {
    border-right: 1px solid rgb(255 255 255 / 0.14);
  }

  .flight-swap-button {
    grid-row: 1;
    grid-column: 2;
    align-self: center;
    margin: 0;
  }

  .flight-search-row--passengers {
    grid-column: 1 / -1;
    grid-template-columns: minmax(210px, 0.62fr) minmax(0, 1fr);
  }

  .flight-passenger-field {
    border-right: 1px solid rgb(255 255 255 / 0.14);
    border-bottom: 0;
  }

  .flight-search-row--programs {
    grid-column: 1 / -1;
  }

  .flight-search-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .flight-search-actions .pill-button {
    width: auto;
    min-width: 132px;
  }

  .flight-results-header {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  }

  .flight-results-header h2,
  .flight-results-empty h2 {
    font-size: 38px;
  }

  .flight-card {
    grid-template-columns: minmax(180px, 0.75fr) minmax(320px, 1fr) minmax(220px, 0.8fr);
    align-items: center;
  }

  .flight-card__segments {
    grid-column: 2 / 4;
  }

  .flight-card__prices {
    justify-content: flex-end;
  }

  .product-bar__inner {
    min-height: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 16px;
  }

  .product-bar__title {
    max-width: none;
    font-size: 16px;
  }

  .product-bar__title span {
    display: inline;
  }

  .product-bar__actions {
    gap: 16px;
  }

  .product-bar .pill-button {
    min-height: 44px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .research-hero {
    padding-top: 112px;
    padding-bottom: 84px;
  }

  .research-hero h1 {
    font-size: 64px;
  }

  .page-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-intro h2,
  .split-copy h2,
  .story-section__copy h2,
  .page-section--media-copy h2 {
    font-size: 56px;
  }

  .section-intro > p:last-child,
  .split-copy > p:last-child,
  .story-section__copy > p:last-child,
  .section-copy {
    font-size: 20px;
  }

  .feature-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
  }

  .feature-strip__item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .feature-strip__item > img {
    justify-self: center;
  }

  .icon-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mission-grid,
  .dual-model,
  .safety-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .research-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .research-paper-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pipeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pipeline__step {
    min-height: 220px;
  }

  .pipeline__step p {
    font-size: 16px;
  }

  .mission-manifesto__media {
    grid-template-columns: 1fr 0.48fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .mission-manifesto__media .source-media:first-child {
    grid-row: 1 / span 2;
  }

  .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 40px;
  }

  .site-footer {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }
}

@media (max-width: 759px) {
  .search-page-hero {
    min-height: 100svh;
    padding: 72px 16px 22px;
  }

  .search-page-hero__content {
    width: 100%;
    gap: 12px;
  }

  .search-page-hero__copy .eyebrow {
    display: none;
  }

  .search-page-hero__copy h1 {
    font-size: 28px;
    line-height: 1;
  }

  .flight-search-panel,
  .flight-search-panel.is-expanded {
    width: min(360px, calc(100vw - 32px));
  }

  .flight-search-panel__body {
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
  }

  .flight-search-panel__heading {
    gap: 8px;
  }

  .flight-search-panel__heading span {
    font-size: 15px;
  }

  .flight-search-panel__heading small {
    font-size: 11px;
  }

  .flight-search-card {
    border-radius: 18px;
  }

  .flight-airport-picker,
  .flight-date-field,
  .flight-menu-field,
  .flight-passenger-field,
  .flight-search-row--programs {
    gap: 4px;
    padding: 11px 16px;
  }

  .flight-airport-picker span,
  .flight-date-field span,
  .flight-menu-field > span,
  .flight-passenger-field > span,
  .flight-search-row--programs > span {
    font-size: 13px;
  }

  .flight-airport-picker input,
  .flight-date-field input,
  .flight-menu-field > button {
    min-height: 26px;
    font-size: 14px;
  }

  .flight-airport-picker > small {
    font-size: 11px;
  }

  .flight-swap-button {
    width: 40px;
    height: 40px;
    margin: -20px 0;
  }

  .flight-cabin-chips {
    gap: 7px;
    padding: 10px 16px;
  }

  .flight-filter-chip {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }

  .flight-filter-chip img {
    width: 18px;
    height: 18px;
  }

  .flight-search-row--programs {
    gap: 9px;
  }

  .flight-search-actions {
    gap: 8px;
    padding: 11px 16px 12px;
  }

  .flight-search-actions p {
    font-size: 11px;
    line-height: 1.3;
  }

  .flight-search-actions .pill-button {
    min-height: 46px;
  }
}

@media (min-width: 980px) {
  .source-media--wide {
    height: auto;
    min-height: 430px;
    aspect-ratio: 16 / 9;
  }

  .source-media--portrait {
    height: auto;
    min-height: 560px;
    aspect-ratio: 4 / 5;
  }

  .media-stage--showcase .source-media {
    height: auto;
    min-height: clamp(560px, 78svh, 900px);
    aspect-ratio: 16 / 9;
  }

  .product-bar__inner {
    padding-right: 56px;
    padding-left: 56px;
  }

  .product-bar__nav {
    display: inline-flex;
  }

  .page-section--split {
    grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1.2fr);
    max-width: 1180px;
    margin: 0 auto;
  }

  .page-section--media-copy {
    grid-template-columns: minmax(420px, 1.15fr) minmax(320px, 0.85fr);
    max-width: 1180px;
    margin: 0 auto;
  }

  .scroll-story {
    grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
    gap: 56px;
    align-items: start;
  }

  .scroll-story__copy h2 {
    font-size: clamp(42px, 6vw, 88px);
  }

  .scroll-story__copy .section-copy {
    font-size: clamp(18px, 1.6vw, 24px);
  }

  .scroll-story__media {
    position: sticky;
    top: 92px;
    align-self: start;
  }

  .scroll-story__media .source-media {
    min-height: clamp(420px, 48vw, 620px);
  }

  .scroll-story__steps {
    gap: 58px;
    margin-top: 58px;
  }

  .scroll-step {
    min-height: 44svh;
  }

  .scroll-step h3 {
    font-size: clamp(28px, 3vw, 42px);
  }

  .scroll-step p {
    font-size: 18px;
  }
}

@media (min-width: 1320px) {
  .pipeline {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .brand-link span {
    display: inline;
  }

  .page-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .mission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .placeholder-media--wide {
    min-height: 620px;
  }
}

/* Flights2 SeatFinder refinement pass */
.sf-filter-note {
  display: none;
}

.sf-airport-code {
  min-width: 42px;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 9px;
  line-height: 1;
}

.sf-airport-placeholder {
  min-width: 0;
  overflow: hidden;
  color: rgb(14 15 14 / 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-search-panel--hero .sf-airport-placeholder {
  color: rgb(255 255 255 / 0.74);
}

.sf-airport-options button[aria-current="true"] {
  background: rgb(65 62 62 / 0.1);
}

.sf-live-dot--cached {
  background: #d99016;
  box-shadow: 0 0 0 4px rgb(217 144 22 / 0.12);
}

.sf-searching-band,
.sf-graph-panel,
.sf-results-card,
.sf-empty-state,
.sf-map-view,
.sf-mobile-result-card,
.sf-modal-route {
  border-color: rgb(255 255 255 / 0.54);
  background: rgb(255 255 255 / 0.62);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.72),
    0 24px 80px rgb(0 0 0 / 0.08);
  -webkit-backdrop-filter: blur(28px) saturate(1.24);
  backdrop-filter: blur(28px) saturate(1.24);
}

.sf-searching-band {
  grid-template-columns: 1fr;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 12px;
}

.sf-searching-band__headline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sf-searching-band__headline h2 {
  flex: 0 0 auto;
}

.sf-searching-band__programs {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
  font-size: 12px;
}

.sf-searching-band__programs li {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.sf-searching-band__programs strong {
  min-width: 60px;
}

.sf-results-card__header,
.sf-results-table td,
.sf-results-table th {
  border-color: rgb(210 214 222 / 0.62);
}

.sf-results-toggles span,
.sf-filter-pill > button,
.sf-table-footer button,
.sf-table-footer strong,
.sf-table-footer select {
  border-color: rgb(255 255 255 / 0.58);
  background: rgb(255 255 255 / 0.58);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.66);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

.sf-results-toggles button[aria-pressed="true"],
.sf-table-footer strong {
  color: white;
  background: var(--charcoal);
}

.sf-airline-logos {
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.sf-airline-logos .sf-has-tooltip {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 22px;
}

.sf-airline-logos img {
  width: 22px;
  height: 22px;
}

.sf-airline-logos small {
  display: none;
}

.sf-partner-logo-strip {
  display: inline-flex;
  min-width: 0;
  align-items: center;
}

.sf-partner-logo-strip .sf-airline-logos {
  justify-content: flex-end;
}

.sf-price-cell.sf-has-tooltip {
  display: inline-grid;
  min-width: 76px;
  align-content: center;
  justify-items: center;
}

.sf-price-cell small {
  text-align: center;
  line-height: 1.1;
}

.sf-modal-backdrop,
.sf-filter-sheet {
  background: rgb(0 0 0 / 0.42);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
}

.sf-flight-modal,
.sf-filter-sheet__panel {
  border: 1px solid rgb(255 255 255 / 0.54);
  background: rgb(248 248 248 / 0.78);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.78),
    0 28px 110px rgb(0 0 0 / 0.3);
  -webkit-backdrop-filter: blur(30px) saturate(1.22);
  backdrop-filter: blur(30px) saturate(1.22);
}

.sf-modal-route {
  background: rgb(255 255 255 / 0.58);
}

.sf-modal-fare-card {
  background: rgb(255 255 255 / 0.68);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.72);
}

.sf-segment-nav {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.sf-segment-nav strong {
  min-width: 0;
  text-align: center;
  font-size: 15px;
}

.sf-segment-nav button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.74);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
}

.sf-segment-nav button:disabled {
  opacity: 0.38;
  cursor: default;
}

.sf-aircraft-preview {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(180px, 0.54fr) minmax(0, 0.46fr);
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  min-height: 132px;
  padding: 12px 14px;
  border: 1px solid rgb(255 255 255 / 0.68);
  border-radius: 10px;
  --aircraft-sky-top: #dceeff;
  --aircraft-sky-mid: #f7fbff;
  --aircraft-sky-low: #ffffff;
  --aircraft-sky-glow: rgb(255 255 255 / 0.82);
  --aircraft-sky-haze: rgb(255 255 255 / 0.42);
  --aircraft-copy: #0e0f0e;
  --aircraft-copy-muted: rgb(14 15 14 / 0.62);
  background:
    radial-gradient(circle at 17% 23%, var(--aircraft-sky-glow), rgb(255 255 255 / 0) 27%),
    linear-gradient(180deg, var(--aircraft-sky-top), var(--aircraft-sky-mid) 52%, var(--aircraft-sky-low));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.86),
    inset 0 -28px 52px rgb(14 15 14 / 0.035);
}

.sf-aircraft-preview::before {
  content: "";
  position: absolute;
  inset: auto -12% 8px -12%;
  height: 46%;
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 18% 74%, var(--aircraft-sky-haze), rgb(255 255 255 / 0) 42%),
    radial-gradient(ellipse at 58% 70%, rgb(255 255 255 / 0.36), rgb(255 255 255 / 0) 48%),
    radial-gradient(ellipse at 92% 66%, rgb(255 255 255 / 0.3), rgb(255 255 255 / 0) 46%);
  opacity: 0.95;
  pointer-events: none;
}

.sf-aircraft-preview::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 7%;
  width: 43%;
  height: 1px;
  background: linear-gradient(90deg, rgb(255 255 255 / 0), rgb(255 255 255 / 0.72), rgb(255 255 255 / 0));
  filter: blur(0.6px);
  opacity: 0.72;
  transform: rotate(-3deg);
  pointer-events: none;
}

.sf-aircraft-preview--sky-dawn {
  --aircraft-sky-top: #d9eaff;
  --aircraft-sky-mid: #ffd8b0;
  --aircraft-sky-low: #fff7e9;
  --aircraft-sky-glow: rgb(255 180 108 / 0.72);
  --aircraft-sky-haze: rgb(255 244 222 / 0.62);
}

.sf-aircraft-preview--sky-day {
  --aircraft-sky-top: #cfe9ff;
  --aircraft-sky-mid: #ecf7ff;
  --aircraft-sky-low: #ffffff;
  --aircraft-sky-glow: rgb(255 255 255 / 0.86);
  --aircraft-sky-haze: rgb(255 255 255 / 0.52);
}

.sf-aircraft-preview--sky-dusk {
  --aircraft-sky-top: #7c9bc5;
  --aircraft-sky-mid: #e3a675;
  --aircraft-sky-low: #fff0d8;
  --aircraft-sky-glow: rgb(255 156 91 / 0.62);
  --aircraft-sky-haze: rgb(255 229 200 / 0.56);
}

.sf-aircraft-preview--sky-night {
  --aircraft-sky-top: #101f36;
  --aircraft-sky-mid: #31445f;
  --aircraft-sky-low: #c4d3e0;
  --aircraft-sky-glow: rgb(190 216 255 / 0.28);
  --aircraft-sky-haze: rgb(255 255 255 / 0.18);
  --aircraft-copy: #f8f8f8;
  --aircraft-copy-muted: rgb(248 248 248 / 0.72);
}

.sf-aircraft-preview__art {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 108px;
  align-items: center;
}

.sf-aircraft-preview__art::before {
  content: "";
  position: absolute;
  inset: -18px -58% -8px -16px;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.sf-aircraft-preview__art::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 8%;
  bottom: 8px;
  left: 8%;
  height: 18px;
  border-radius: 999px;
  background: rgb(14 15 14 / 0.16);
  filter: blur(14px);
  opacity: 0.38;
}

.sf-aircraft-preview--sky-day .sf-aircraft-preview__art::before {
  background:
    conic-gradient(from 210deg at 9% 9%, rgb(255 255 255 / 0.66) 0deg 6deg, rgb(255 255 255 / 0) 7deg 18deg),
    conic-gradient(from 218deg at 9% 9%, rgb(255 219 133 / 0.36) 0deg 5deg, rgb(255 255 255 / 0) 6deg 17deg),
    radial-gradient(circle at 9% 9%, rgb(255 255 255 / 0.92), rgb(255 236 166 / 0.4) 13%, rgb(255 255 255 / 0) 26%);
  filter: blur(0.2px);
  opacity: 0.8;
  transform-origin: 9% 9%;
  animation: sfSunRays 8s ease-in-out infinite alternate;
}

.sf-aircraft-preview--sky-dawn .sf-aircraft-preview__art::before,
.sf-aircraft-preview--sky-night .sf-aircraft-preview__art::before {
  background:
    radial-gradient(circle at 17% 18%, rgb(255 255 255 / 0.95) 0 1px, rgb(255 255 255 / 0) 2px),
    radial-gradient(circle at 38% 12%, rgb(255 255 255 / 0.86) 0 1px, rgb(255 255 255 / 0) 2px),
    radial-gradient(circle at 55% 28%, rgb(255 255 255 / 0.74) 0 1px, rgb(255 255 255 / 0) 2px),
    radial-gradient(circle at 71% 16%, rgb(255 255 255 / 0.82) 0 1px, rgb(255 255 255 / 0) 2px),
    radial-gradient(circle at 86% 35%, rgb(255 255 255 / 0.72) 0 1px, rgb(255 255 255 / 0) 2px);
  opacity: 0.78;
  animation: sfSkyTwinkle 2.8s ease-in-out infinite alternate;
}

.sf-aircraft-preview--sky-dawn .sf-aircraft-preview__art::before {
  opacity: 0.36;
  mix-blend-mode: soft-light;
}

.sf-aircraft-preview--sky-night .sf-aircraft-preview__art::before {
  opacity: 0.86;
}

.sf-aircraft-preview__plane {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 16px 16px rgb(14 15 14 / 0.2));
  transform: translateY(-3px) perspective(900px) rotateX(1.5deg) rotateY(-2deg);
}

.sf-aircraft-preview__copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 92px;
  padding-left: 4px;
}

@keyframes sfSkyTwinkle {
  0% {
    opacity: 0.38;
    transform: translateY(0) scale(1);
  }

  45% {
    opacity: 0.88;
  }

  100% {
    opacity: 0.58;
    transform: translateY(-1px) scale(1.012);
  }
}

@keyframes sfSunRays {
  0% {
    opacity: 0.56;
    transform: rotate(-1.5deg) scale(0.98);
  }

  100% {
    opacity: 0.86;
    transform: rotate(2deg) scale(1.02);
  }
}

.sf-aircraft-preview small {
  color: var(--aircraft-copy-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.sf-aircraft-preview strong {
  color: var(--aircraft-copy);
  font-size: 19px;
  line-height: 1;
}

.sf-aircraft-preview span {
  color: var(--aircraft-copy-muted);
  font-size: 12px;
}

.sf-aircraft-preview--empty {
  grid-template-columns: 1fr;
  min-height: 88px;
}

.sf-aircraft-preview--empty .sf-aircraft-preview__art {
  display: none;
}

.sf-aircraft-preview--empty .sf-aircraft-preview__copy {
  min-height: auto;
  padding-left: 0;
}

.sf-segment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-segment-grid .sf-partner-logo-strip {
  justify-content: start;
}

.sf-segment-grid .sf-segment-grid__partners {
  min-width: 0;
  align-content: start;
  justify-items: start;
}

.sf-segment-grid .sf-segment-grid__partners .sf-partner-logo-strip,
.sf-segment-grid .sf-segment-grid__partners .sf-airline-logos {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  min-width: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.sf-segment-grid .sf-segment-grid__partners .sf-airline-logos .sf-has-tooltip {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
}

.sf-segment-grid .sf-segment-grid__partners .sf-airline-logos img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

@media (min-width: 760px) {
  .hero-copy--search:has(.sf-search-panel--expanded) {
    bottom: clamp(130px, 18vh, 190px);
  }
}

@media (max-width: 759px) {
  .sf-search-card,
  .sf-search-panel--hero .sf-search-card {
    padding: 8px;
    border-radius: 22px;
    background: rgb(255 255 255 / 0.22);
    box-shadow:
      inset 0 1px 1px rgb(255 255 255 / 0.28),
      0 24px 70px rgb(0 0 0 / 0.18);
  }

  .sf-search-field,
  .sf-search-panel--hero .sf-search-field {
    min-height: 0;
    gap: 6px;
    padding: 8px 12px;
  }

  .sf-search-field__label,
  .sf-search-panel--hero .sf-search-field__label {
    font-size: 13px;
    font-weight: 800;
  }

  .sf-search-field__trigger,
  .sf-search-panel--hero .sf-search-field__trigger {
    min-height: 40px;
    padding: 6px 9px;
    border: 1px solid rgb(255 255 255 / 0.18);
    border-radius: 11px;
    background: rgb(255 255 255 / 0.12);
    font-size: 15px;
  }

  .sf-search-panel--app .sf-search-card {
    background: rgb(255 255 255 / 0.68);
  }

  .sf-search-panel--app .sf-search-field__trigger {
    border-color: rgb(210 214 222 / 0.72);
    background: rgb(255 255 255 / 0.72);
  }

  .sf-airport-chip-list {
    gap: 5px;
  }

  .sf-airport-code {
    min-width: 44px;
    min-height: 30px;
    padding: 0 8px;
  }

  .sf-swap-button {
    width: 38px;
    height: 38px;
    margin: -16px auto;
  }

  .sf-search-submit {
    min-height: 48px;
    margin: 13px 8px 6px;
    border-radius: 10px;
  }

  .sf-searching-band {
    padding: 16px;
  }

  .sf-searching-band__headline {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .sf-zhoom-loader {
    gap: 6px;
  }

  .sf-zhoom-loader span {
    width: 10px;
    height: 10px;
  }

  .sf-filter-sheet {
    animation: sfFilterFade 180ms ease both;
  }

  .sf-filter-sheet__panel {
    border-radius: 20px 20px 0 0;
    animation: sfSheetIn 260ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }

  .sf-mobile-result-card {
    background: rgb(255 255 255 / 0.66);
  }

  .sf-mobile-result-card__meta {
    align-items: center;
  }

  .sf-mobile-result-card__meta > span:first-child {
    flex: 0 0 auto;
  }

  .sf-mobile-fares .sf-price-cell.sf-has-tooltip {
    min-width: 0;
    justify-items: start;
  }

  .sf-modal-backdrop {
    padding: 12px;
  }

  .sf-modal-route__summary {
    grid-template-columns: 1fr;
  }

  .sf-modal-price-row {
    justify-content: stretch;
  }

  .sf-modal-fare-card {
    min-width: min(112px, 48%);
    flex: 1;
  }

  .sf-aircraft-preview {
    grid-template-columns: 1fr;
  }

  .sf-aircraft-preview__plane {
    max-height: 126px;
  }

  .sf-aircraft-preview__copy {
    min-height: auto;
    padding-left: 0;
  }

  .sf-segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@keyframes sfFilterFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes sfSheetIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Flights2 polish pass: centered search, scalable results, sliders, and 2D map */
.sf-app-shell {
  width: min(1560px, 100%);
}

.sf-search-panel--app,
.sf-recent-searches {
  width: min(1120px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.sf-recent-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.sf-recent-searches button {
  display: grid;
  min-width: 178px;
  gap: 2px;
  padding: 13px 16px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.84);
  border-radius: 9px;
  background: rgb(255 255 255 / 0.68);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.74),
    0 16px 44px rgb(0 0 0 / 0.06);
  cursor: pointer;
  font: inherit;
  text-align: left;
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
}

.sf-recent-searches strong {
  font-size: 12px;
  text-transform: uppercase;
}

.sf-recent-searches span {
  color: rgb(14 15 14 / 0.62);
  font-size: 11px;
}

.sf-airport-chip-list {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  flex-wrap: nowrap;
}

.sf-airport-chip {
  display: inline-flex;
  min-width: 0;
  min-height: 30px;
  flex: 0 0 auto;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  color: white;
  border-radius: 9px;
  background: var(--ink);
}

.sf-airport-chip-list > .sf-airport-chip:not(.sf-airport-chip--more) {
  flex-shrink: 1;
}

.sf-airport-chip__body,
.sf-airport-chip__remove,
.sf-airport-chip--more,
.sf-airport-placeholder,
.sf-airport-trigger__chevron {
  appearance: none;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  touch-action: manipulation;
  transition: background var(--motion-fast) var(--ease-product);
  -webkit-tap-highlight-color: transparent;
}

.sf-airport-chip__body {
  display: flex;
  min-width: 0;
  min-height: 30px;
  align-items: center;
  padding: 0 3px 0 8px;
}

.sf-airport-chip .sf-airport-code {
  min-width: auto;
  min-height: auto;
  max-width: 112px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-airport-chip__remove {
  display: grid;
  width: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  place-items: center;
  padding: 0 1px 2px 0;
  color: rgb(255 255 255 / 0.72);
  border-radius: 7px;
  font-size: 15px;
  line-height: 1;
}

.sf-airport-chip__body:hover,
.sf-airport-chip__remove:hover {
  background: rgb(255 255 255 / 0.16);
}

.sf-airport-chip__body:focus-visible,
.sf-airport-chip__remove:focus-visible,
.sf-airport-chip--more:focus-visible,
.sf-airport-placeholder:focus-visible,
.sf-airport-trigger__chevron:focus-visible {
  z-index: 1;
  outline: 2px solid var(--signal);
  outline-offset: -2px;
}

.sf-airport-chip--more {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  color: var(--ink);
  background: rgb(14 15 14 / 0.12);
  font-weight: 800;
}

.sf-airport-chip--more:hover {
  background: rgb(14 15 14 / 0.18);
}

.sf-airport-placeholder {
  min-width: 0;
  min-height: 30px;
  flex: 1 1 auto;
  padding: 0;
  overflow: hidden;
  color: rgb(14 15 14 / 0.5);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-airport-trigger__chevron {
  display: grid;
  width: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  place-items: center;
  padding: 0;
  border-radius: 8px;
}

.sf-airport-trigger__chevron:hover {
  background: rgb(14 15 14 / 0.08);
}

.sf-airport-trigger__chevron[aria-expanded="true"] .sf-search-chevron {
  transform: rotate(180deg);
}

.sf-search-panel--hero .sf-airport-chip {
  color: var(--ink);
  background: rgb(255 255 255 / 0.9);
}

.sf-search-panel--hero .sf-airport-chip__remove {
  color: rgb(14 15 14 / 0.64);
}

.sf-search-panel--hero .sf-airport-chip__body:hover,
.sf-search-panel--hero .sf-airport-chip__remove:hover,
.sf-search-panel--hero .sf-airport-trigger__chevron:hover {
  background: rgb(14 15 14 / 0.1);
}

.sf-filter-menu {
  width: min(280px, calc(100vw - 32px));
  background: rgb(248 248 248 / 0.88);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
}

.sf-filter-slider {
  display: grid;
  gap: 10px;
  min-width: 230px;
  padding: 8px;
}

.sf-filter-slider > strong {
  color: var(--ink);
  font-size: 13px;
}

.sf-filter-slider input[type="range"] {
  width: 100%;
  accent-color: var(--charcoal);
}

.sf-filter-slider__ticks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
  gap: 6px;
}

.sf-filter-menu .sf-filter-slider__ticks button {
  min-height: 30px;
  justify-items: center;
  padding: 0 8px;
  border: 1px solid rgb(210 214 222 / 0.72);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.62);
  text-align: center;
}

.sf-filter-menu .sf-filter-slider__ticks button[aria-current="true"] {
  color: white;
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.sf-results-page {
  width: min(1560px, 100%);
  max-width: none;
}

.sf-results-page .sf-map-view {
  width: 100%;
  justify-self: stretch;
}

.sf-results-card {
  width: min(1320px, 100%);
  justify-self: center;
}

.sf-map-view {
  min-height: clamp(540px, 68vh, 760px);
  border-color: rgb(255 255 255 / 0.18);
  background: #050b13;
}

.sf-map-view__frame {
  height: clamp(540px, 68vh, 760px);
  transition: filter 520ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sf-map-view .maplibregl-canvas {
  filter: none;
}

.sf-map-view--backdrop .sf-map-view__frame {
  opacity: 0.72;
  filter: blur(16px) saturate(0.92) brightness(0.72);
  transform: scale(1.035);
}

.sf-map-view--backdrop .sf-map-label-layer {
  opacity: 0.48;
  filter: blur(12px) saturate(0.92) brightness(0.76);
  transform: scale(1.035);
}

.sf-map-view--backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(248 248 248 / 0.2);
  pointer-events: none;
}

.sf-map-view--backdrop .maplibregl-control-container,
.sf-map-view--backdrop .maplibregl-marker,
.sf-map-view--backdrop .sf-map-destination-marker-shell {
  opacity: 0;
  pointer-events: none;
}

.sf-map-popup-shell .maplibregl-popup-content {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.46);
  background: rgb(248 248 248 / 0.82);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
}

.sf-map-popup {
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 12px;
}

.sf-map-popup--media {
  width: min(300px, 72vw);
  gap: 0;
  padding: 0;
}

.sf-map-popup__media {
  position: relative;
  display: block;
  min-height: 132px;
  overflow: hidden;
  border-radius: 13px 13px 0 0;
  background:
    linear-gradient(135deg, rgb(134 164 190), rgb(237 211 166)),
    rgb(218 220 216);
  background-position: center;
  background-size: cover;
}

.sf-map-popup__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.04), rgb(0 0 0 / 0.32));
}

.sf-map-popup__media span {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 1;
  overflow: hidden;
  color: white;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-shadow: 0 1px 8px rgb(0 0 0 / 0.44);
  white-space: nowrap;
}

.sf-map-popup__media--empty {
  display: grid;
  place-items: end start;
}

.sf-map-popup__body {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.sf-map-popup__body small {
  color: rgb(14 15 14 / 0.48);
  font-size: 10px;
  font-weight: 800;
}

.sf-map-popup__logos {
  display: flex;
  gap: 5px;
  align-items: center;
}

.sf-map-popup__logos img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sf-map-popup--cluster {
  width: min(290px, 76vw);
  padding: 0;
}

.sf-map-cluster-summary {
  display: grid;
  gap: 6px;
  margin: 5px 0 3px;
  padding: 7px 0;
  border-top: 1px solid rgb(14 15 14 / 0.1);
  border-bottom: 1px solid rgb(14 15 14 / 0.1);
}

.sf-map-cluster-summary__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 7px;
}

.sf-map-cluster-summary__item b {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 6px;
  background: var(--ink);
  font-size: 9px;
  line-height: 1;
}

.sf-map-cluster-summary__item small {
  overflow: hidden;
  color: rgb(14 15 14 / 0.54);
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.sf-map-destination-marker-shell {
  pointer-events: auto;
}

.sf-map-destination-marker {
  position: relative;
  display: grid;
  min-width: 118px;
  gap: 1px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid rgb(255 255 255 / 0.72);
  border-radius: 12px;
  background: rgb(248 248 248 / 0.84);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.72),
    0 16px 42px rgb(0 0 0 / 0.22);
  cursor: pointer;
  font: inherit;
  line-height: 1.08;
  text-align: left;
  transform: translateY(var(--marker-offset, 0));
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
}

.sf-map-destination-marker__photo {
  position: absolute;
  z-index: 3;
  bottom: calc(100% + 12px);
  left: 50%;
  display: block;
  width: 180px;
  height: 104px;
  border: 1px solid rgb(255 255 255 / 0.72);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgb(134 164 190), rgb(237 211 166)),
    rgb(218 220 216);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 54px rgb(0 0 0 / 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px) scale(0.98);
  transition: opacity 170ms ease, transform 170ms ease;
}

.sf-map-destination-marker__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgb(0 0 0 / 0.18));
}

.sf-map-destination-marker__photo--empty {
  display: none;
}

.sf-map-destination-marker::before {
  content: "";
  position: absolute;
  inset: -12px -14px -18px;
  border-radius: 18px;
}

.sf-map-destination-marker::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-right: 1px solid rgb(255 255 255 / 0.72);
  border-bottom: 1px solid rgb(255 255 255 / 0.72);
  background: rgb(248 248 248 / 0.84);
  transform: translateX(50%) rotate(45deg);
}

.sf-map-destination-marker:hover {
  background: rgb(255 255 255 / 0.92);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.82),
    0 20px 52px rgb(0 0 0 / 0.28);
  transform: translateY(calc(var(--marker-offset, 0) - 2px));
}

.sf-map-destination-marker:hover .sf-map-destination-marker__photo,
.sf-map-destination-marker:focus-visible .sf-map-destination-marker__photo {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.sf-map-destination-marker > span:not(.sf-map-destination-marker__photo),
.sf-map-destination-marker strong,
.sf-map-destination-marker small {
  position: relative;
  z-index: 1;
}

.sf-map-destination-marker > span:not(.sf-map-destination-marker__photo) {
  overflow: hidden;
  max-width: 132px;
  color: rgb(14 15 14 / 0.72);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-map-destination-marker strong {
  font-size: 20px;
}

.sf-map-destination-marker small {
  color: rgb(14 15 14 / 0.58);
  font-size: 10px;
  font-weight: 800;
}

.sf-map-view__controls {
  position: fixed;
  bottom: 18px;
  left: 18px;
  z-index: 32;
  display: inline-flex;
  max-width: calc(100% - 36px);
  padding: 6px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 999px;
  background: rgb(8 10 12 / 0.58);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.12),
    0 18px 44px rgb(0 0 0 / 0.24);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
}

.sf-map-view__controls .sf-results-toggles {
  gap: 6px;
  justify-content: flex-start;
}

.sf-map-view__controls .sf-results-toggles span,
.sf-map-view__controls .sf-results-toggles strong,
.sf-map-view__controls .sf-results-toggles em {
  color: white;
  border-color: rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.08);
  box-shadow: none;
}

.sf-map-view__controls .sf-results-toggles button {
  color: rgb(255 255 255 / 0.9);
}

.sf-map-view__controls .sf-results-toggles button[aria-pressed="true"] {
  color: var(--ink);
  background: rgb(255 255 255 / 0.92);
}

.sf-map-view__controls .sf-results-toggles em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.sf-map-view__filters {
  position: absolute;
  top: 128px;
  left: 50%;
  z-index: 75;
  width: max-content;
  max-width: calc(100% - 64px);
  overflow: visible;
  padding: 8px 10px;
  border: 1px solid rgb(255 255 255 / 0.52);
  border-radius: 30px;
  background: rgb(248 248 248 / 0.42);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.72),
    0 24px 80px rgb(0 0 0 / 0.16);
  -webkit-backdrop-filter: blur(30px) saturate(1.2);
  backdrop-filter: blur(30px) saturate(1.2);
  transform: translateX(-50%);
}

.sf-map-view__filters .sf-results-filters {
  display: block;
  overflow: visible;
}

.sf-map-view__filters .sf-mobile-filter-button,
.sf-map-view__filters .sf-filter-sheet {
  display: none;
}

.sf-map-view__filters .sf-results-filters__row {
  display: flex;
  gap: 6px;
  overflow-x: visible;
  overflow-y: visible;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 0;
  scrollbar-width: none;
}

.sf-map-view__filters .sf-results-filters__row::-webkit-scrollbar {
  display: none;
}

.sf-map-view__filters .sf-filter-pill {
  flex: 0 0 auto;
}

.sf-map-view__filters .sf-filter-pill > button {
  min-height: 34px;
  padding: 0 10px;
  color: var(--ink);
  border-color: rgb(255 255 255 / 0.58);
  background: rgb(249 250 251 / 0.76);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.66);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
  font-size: 11px;
}

.sf-map-view__filters .sf-filter-menu {
  z-index: 90;
  color: var(--ink);
}

.sf-map-view__filters .sf-filter-pill:nth-last-child(-n + 3) .sf-filter-menu {
  right: 0;
  left: auto;
}

.sf-map-view__empty {
  inset: auto;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: min(320px, calc(100% - 40px));
  min-height: 0;
  padding: 12px 16px;
  place-items: center;
  color: rgb(14 15 14 / 0.74);
  border: 1px solid rgb(255 255 255 / 0.46);
  border-radius: 999px;
  background: rgb(248 248 248 / 0.72);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.7),
    0 18px 52px rgb(0 0 0 / 0.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -50%);
}

.sf-map-view__loading {
  position: absolute;
  inset: auto;
  top: 50%;
  left: 50%;
  z-index: 74;
  width: max-content;
  max-width: min(360px, calc(100% - 40px));
  min-height: 0;
  padding: 12px 16px;
  color: rgb(14 15 14 / 0.74);
  border: 1px solid rgb(255 255 255 / 0.46);
  border-radius: 999px;
  background: rgb(248 248 248 / 0.72);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.7),
    0 18px 52px rgb(0 0 0 / 0.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.sf-map-loading-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
}

.sf-map-loading-pill strong {
  color: rgb(14 15 14 / 0.52);
  font-size: 12px;
}

.sf-map-loading-pill__dots {
  gap: 4px;
  padding: 0 4px;
}

.sf-map-loading-pill__dots span {
  width: 6px;
  height: 6px;
  background: rgb(14 15 14 / 0.54);
}

.sf-airline-logos {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.sf-airline-logos small {
  display: none !important;
}

.sf-airline-logos .sf-airline-logo-fallback {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgb(14 15 14 / 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--charcoal);
  font-size: 8px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.02em;
}

.sf-route-meter {
  display: grid;
  grid-template-columns: minmax(72px, auto) minmax(120px, 1fr) minmax(72px, auto);
  align-items: center;
  gap: 14px;
  width: min(480px, 100%);
}

.sf-route-meter__airport {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.sf-route-meter__airport strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1;
}

.sf-route-meter__airport span {
  overflow: hidden;
  color: rgb(14 15 14 / 0.56);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-route-meter__airport--end {
  text-align: right;
}

.sf-route-meter__path {
  display: grid;
  gap: 4px;
  justify-items: center;
  color: rgb(14 15 14 / 0.56);
  text-align: center;
}

.sf-route-meter__path > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sf-route-meter__path i {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 110px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0;
  font-style: normal;
}

.sf-route-meter__path b {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #8cb4ff;
}

.sf-route-meter__path em {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #8cb4ff, #8cb4ff);
}

.sf-route-meter__path strong {
  color: rgb(14 15 14 / 0.62);
  font-size: 13px;
}

.sf-mobile-fares > div {
  justify-items: start;
  text-align: left;
}

.sf-mobile-fares .sf-price-cell.sf-has-tooltip,
.sf-mobile-fares .sf-price-cell strong,
.sf-mobile-fares .sf-price-cell small,
.sf-mobile-fares .sf-price-empty {
  justify-self: start;
  text-align: left;
}

.sf-mobile-fares .sf-price-cell.sf-has-tooltip {
  display: grid;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  justify-items: start;
}

.sf-results-card__graph {
  border-bottom: 1px solid rgb(210 214 222 / 0.62);
}

.sf-results-card__graph .sf-graph-panel {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sf-results-card__graph .sf-graph-bars {
  min-height: 132px;
  padding: 10px 0 0;
}

.sf-results-card__graph .sf-graph-stack {
  min-height: 104px;
}

.sf-results-card__graph .sf-graph-stack i {
  max-height: 104px;
}

@keyframes sfLiquidTableIn {
  from {
    opacity: 0;
    transform: translate(-50%, 16px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

@media (max-width: 759px) {
  .hero-copy--search {
    left: 50%;
    width: min(400px, calc(100vw - 28px));
    max-width: none;
    justify-items: center;
    transform: translateX(-50%);
  }

  .hero-copy--search:has(.sf-search-panel--expanded) {
    top: 74px;
    bottom: auto;
  }

  .hero-copy--search > div,
  .hero-copy--search .sf-search-panel--hero.sf-search-panel--expanded,
  .hero-copy--search .sf-search-card {
    width: 100%;
  }

  .sf-search-panel--hero.sf-search-panel--expanded {
    width: 100%;
  }

  .sf-search-panel--hero .sf-search-card {
    padding: 10px;
  }

  .sf-search-panel--hero .sf-search-field,
  .sf-search-panel--app .sf-search-field {
    padding: 9px 12px;
  }

  .sf-search-panel--hero .sf-search-field__trigger,
  .sf-search-panel--app .sf-search-field__trigger {
    min-height: 44px;
    padding: 7px 10px;
  }

  .sf-search-panel--app .sf-search-submit {
    width: calc(100% - 16px);
    min-height: 56px;
    margin: 16px 8px 8px;
    padding: 0 18px;
    border-radius: 16px;
    font-size: 15px;
  }

  .sf-search-menu {
    left: 0;
    width: 100%;
  }

  .sf-recent-searches {
    justify-content: center;
  }

  .sf-recent-searches button {
    width: min(178px, calc(50vw - 22px));
    min-width: 0;
  }

  .sf-results-page {
    width: min(100%, calc(100vw - 20px));
  }

  .sf-map-view,
  .sf-map-view__frame {
    min-height: 410px;
    height: 410px;
  }

  .sf-route-meter {
    width: 100%;
    grid-template-columns: minmax(60px, auto) minmax(96px, 1fr) minmax(60px, auto);
    gap: 10px;
  }

  .sf-route-meter__airport strong {
    font-size: 18px;
  }

  .sf-filter-sheet__panel {
    max-height: min(82vh, 720px);
    overflow-y: auto;
  }
}

@media (min-width: 760px) {
  body:has(.sf-map-view) .site-header {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .sf-app-shell:not(:has(.sf-map-view)) > .sf-search-panel--app,
  .hotel-app-shell > .hotel-search-shell {
    display: none;
  }

  .sf-app-page:has(.sf-map-view) {
    padding: 0 0 72px;
    overflow-x: hidden;
  }

  .sf-app-shell:has(.sf-map-view) {
    width: 100%;
    max-width: none;
  }

  .sf-app-shell:has(.sf-map-view) .sf-recent-searches {
    display: none;
  }

  .sf-app-shell:has(.sf-map-view) .sf-search-panel--app {
    position: fixed;
    top: 28px;
    left: 50%;
    z-index: 25;
    width: min(1120px, calc(100vw - 96px));
    margin: 0;
    transform: translateX(-50%);
  }

  .sf-app-shell:has(.sf-map-view) .sf-search-panel--app .sf-search-card {
    border-color: rgb(255 255 255 / 0.52);
    background: rgb(248 248 248 / 0.42);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.72),
      0 24px 80px rgb(0 0 0 / 0.16);
    -webkit-backdrop-filter: blur(30px) saturate(1.2);
    backdrop-filter: blur(30px) saturate(1.2);
  }

  .sf-results-page:has(.sf-map-view) {
    display: flex;
    width: 100%;
    margin-top: 0;
    flex-direction: column;
  }

  .sf-results-page:has(.sf-map-view) .sf-map-view {
    order: -2;
    width: 100vw;
    min-height: 100svh;
    margin: 0 calc(50% - 50vw);
    border-width: 0;
    border-radius: 0;
  }

  .sf-results-page:has(.sf-map-view) .sf-map-view__frame {
    height: 100svh;
  }

  .sf-results-page:has(.sf-map-view) .sf-results-filters,
  .sf-results-page:has(.sf-map-view) .sf-results-alert,
  .sf-results-page:has(.sf-map-view) .sf-searching-band,
  .sf-results-page:has(.sf-map-view) .sf-results-card {
    width: min(1320px, 100%);
    align-self: center;
  }

  .sf-results-page:has(.sf-map-view--backdrop) .sf-results-card {
    position: fixed;
    top: 206px;
    left: 50%;
    z-index: 9;
    display: flex;
    width: min(1320px, calc(100vw - 64px));
    max-height: calc(100svh - 230px);
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgb(255 255 255 / 0.54);
    border-radius: 14px;
    background: rgb(248 248 248 / 0.72);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.78),
      0 32px 110px rgb(0 0 0 / 0.28);
    -webkit-backdrop-filter: blur(30px) saturate(1.22);
    backdrop-filter: blur(30px) saturate(1.22);
    animation: sfLiquidTableIn 420ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }

  .sf-results-page:has(.sf-map-view--backdrop) .sf-results-card__header {
    flex: 0 0 auto;
  }

  .sf-results-page:has(.sf-map-view--backdrop) .sf-results-table-wrap {
    overflow: auto;
    max-height: calc(100svh - 442px);
  }

  .sf-results-page:has(.sf-map-view--backdrop) .sf-results-card:not(:has(.sf-results-card__graph)) .sf-results-table-wrap {
    max-height: calc(100svh - 302px);
  }

  .sf-results-page:has(.sf-map-view--backdrop) .sf-table-footer {
    flex: 0 0 auto;
    background: rgb(248 248 248 / 0.58);
  }

  .sf-results-page:has(.sf-map-view--backdrop) .sf-results-card__header .sf-results-toggles {
    display: none;
  }

  .sf-results-page:has(.sf-map-view--backdrop) .sf-graph-panel {
    padding: 12px 16px 10px;
  }

  .sf-results-card--map-mode .sf-results-card__header .sf-results-toggles {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* Mobile navigation owns its own responsive layout. Keep portal content
   out of the document flow until it is opened. */
.mobile-navigation-backdrop {
  display: none;
}
/* Unified Ultra Hotels product surface */

.hotel-search-page.sf-app-page {
  padding: 92px 24px 72px;
  color: var(--ink);
  background: linear-gradient(180deg, rgb(248 248 248) 0%, rgb(244 243 241) 100%);
}

.hotel-app-shell.sf-app-shell {
  width: min(1280px, 100%);
}

.hotel-results__summary .eyebrow {
  margin: 0 0 7px;
  color: var(--signal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hotel-search-form.sf-search-card {
  width: 100%;
  display: block;
  overflow: visible;
  padding: 9px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 14px;
  background: rgb(248 248 248 / 0.18);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.24),
    0 20px 58px rgb(0 0 0 / 0.2);
  -webkit-backdrop-filter: blur(30px) saturate(1.25);
  backdrop-filter: blur(30px) saturate(1.25);
}

.hotel-search-form__grid {
  display: grid;
  grid-template-columns: minmax(190px, 1.8fr) repeat(2, minmax(140px, 1fr)) minmax(100px, 0.72fr) minmax(96px, 0.65fr) auto;
  align-items: end;
  gap: 8px;
}

.hotel-search-field {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 0;
  border: 0;
}

.hotel-search-field > span {
  padding-left: 2px;
  color: rgb(255 255 255 / 0.74);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.hotel-search-field input,
.hotel-search-field select {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 10px;
  outline: 0;
  background: rgb(255 255 255 / 0.1);
  font-size: 13px;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hotel-search-field input:focus,
.hotel-search-field select:focus {
  border-color: rgb(255 255 255 / 0.58);
  background: rgb(255 255 255 / 0.16);
  box-shadow: 0 0 0 3px rgb(255 255 255 / 0.1);
}

.hotel-search-field input::placeholder {
  color: rgb(255 255 255 / 0.58);
}

.hotel-search-field input[type="date"] {
  color-scheme: dark;
}

.hotel-search-field select option {
  color: var(--ink);
}

.hotel-search-form__submit.sf-search-submit {
  grid-area: auto;
  min-width: 124px;
  min-height: 44px;
  padding: 0 18px;
  color: white;
  border: 0;
  border-radius: 10px;
  background: var(--signal);
  font-size: 12px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.hotel-search-form__submit.sf-search-submit:hover {
  background: #e84f00;
  transform: translateY(-1px);
}

.hotel-results {
  max-width: none;
  min-height: 700px;
  margin: 0;
  padding: 28px 0 24px;
}

.hotel-results__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.hotel-results__summary {
  min-width: 0;
}

.hotel-results__summary .eyebrow {
  margin-bottom: 4px;
}

.hotel-results__summary h2 {
  max-width: 780px;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-results__summary > span {
  display: block;
  margin-top: 4px;
  color: rgb(14 15 14 / 0.52);
  font-size: 11px;
}

.hotel-results__view.sf-results-toggles {
  flex: 0 0 auto;
}

.hotel-filter-bar {
  position: relative;
  z-index: 8;
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 7px;
  min-height: 52px;
  margin: 0 0 16px;
  padding: 8px;
  overflow: visible;
  border: 1px solid rgb(210 214 222 / 0.78);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.7);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.8),
    0 16px 46px rgb(0 0 0 / 0.06);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  backdrop-filter: blur(24px) saturate(1.2);
}

.hotel-filter-pill {
  position: relative;
  min-width: 0;
}

.hotel-filter-pill > button {
  min-height: var(--control-h-compact);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 var(--control-pad-x-compact);
  color: rgb(14 15 14 / 0.58);
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: var(--radius-pill);
  background: rgb(255 255 255 / 0.82);
  cursor: pointer;
  font-size: 11px;
  white-space: nowrap;
}

.hotel-filter-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-filter-pill > button strong {
  max-width: 150px;
  overflow: hidden;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
}

.hotel-filter-pill > button em {
  color: rgb(14 15 14 / 0.44);
  font-size: 12px;
  font-style: normal;
}

.hotel-filter-pill > button[aria-expanded="true"] {
  border-color: rgb(14 15 14 / 0.32);
  box-shadow: 0 0 0 3px rgb(14 15 14 / 0.05);
}

.hotel-filter-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 7px);
  left: 0;
  width: 230px;
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.97);
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.17);
  -webkit-backdrop-filter: blur(26px) saturate(1.2);
  backdrop-filter: blur(26px) saturate(1.2);
}

.hotel-filter-pill:nth-last-of-type(-n + 2) .hotel-filter-menu {
  right: 0;
  left: auto;
}

.hotel-filter-menu > button {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  color: rgb(14 15 14 / 0.72);
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
}

.hotel-filter-menu > button:hover,
.hotel-filter-menu > button[aria-checked="true"] {
  color: var(--ink);
  background: rgb(14 15 14 / 0.06);
}

.hotel-filter-menu > button i {
  color: var(--signal);
  font-style: normal;
  font-weight: 800;
}

.hotel-filter-menu--range {
  width: 288px;
  padding: 15px;
}

.hotel-filter-menu--range > div,
.hotel-filter-menu--range > small {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotel-filter-menu--range > div {
  gap: 12px;
  margin-bottom: 13px;
  font-size: 11px;
}

.hotel-filter-menu--range > div span {
  color: rgb(14 15 14 / 0.54);
}

.hotel-filter-menu--range > div strong {
  color: var(--ink);
  font-size: 15px;
}

.hotel-filter-menu--range input {
  width: 100%;
  accent-color: var(--signal);
}

.hotel-filter-menu--range > small {
  margin-top: 4px;
  color: rgb(14 15 14 / 0.42);
  font-size: 9px;
}

.hotel-filter-reset {
  min-height: 34px;
  margin-left: auto;
  padding: 0 12px;
  color: rgb(14 15 14 / 0.54);
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.hotel-filter-reset:hover {
  color: var(--ink);
  background: rgb(14 15 14 / 0.05);
}

.hotel-results__grid,
.hotel-results__loading {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hotel-result-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.82);
  border-radius: 14px;
  outline: none;
  background: rgb(255 255 255 / 0.82);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.92),
    0 14px 42px rgb(35 32 27 / 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  backdrop-filter: blur(18px) saturate(1.15);
}

.hotel-result-card:hover {
  border-color: rgb(65 62 62 / 0.26);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.94),
    0 20px 54px rgb(35 32 27 / 0.13);
  transform: translateY(-2px);
}

.hotel-result-card.is-selected {
  border-color: rgb(255 92 0 / 0.72);
  outline: none;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.94),
    0 0 0 2px rgb(255 92 0 / 0.12),
    0 20px 54px rgb(35 32 27 / 0.13);
}

.hotel-result-card__media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #d8dad5;
  cursor: pointer;
}

.hotel-result-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hotel-result-card:hover .hotel-result-card__media img {
  transform: scale(1.025);
}

.hotel-result-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgb(4 8 7 / 0.18));
}

.hotel-result-card__rating {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 999px;
  background: rgb(14 15 14 / 0.62);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  backdrop-filter: blur(16px) saturate(1.2);
  font-size: 9px;
  font-weight: 700;
}

.hotel-result-card__rating strong {
  margin: 0;
  color: #ffb08d;
  font-size: 11px;
}

.hotel-result-card__body {
  position: relative;
  z-index: auto;
  padding: 13px 14px 14px;
  pointer-events: auto;
}

.hotel-result-card__brand-row {
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.hotel-result-card__brand-logo {
  width: auto;
  max-width: 108px;
  height: auto;
  max-height: 21px;
  object-fit: contain;
  object-position: left center;
}

.hotel-result-card__brand-name {
  max-width: 72%;
  overflow: hidden;
  color: rgb(14 15 14 / 0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hotel-result-card__stars {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  margin: 0;
}

.hotel-result-card__stars i {
  color: var(--signal);
  font-size: 8px;
  font-style: normal;
}

.hotel-result-card__title {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.16;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-result-card__location {
  margin: 5px 0 0;
  overflow: hidden;
  color: rgb(14 15 14 / 0.5);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-result-card__teaser {
  min-height: 34px;
  margin: 10px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: rgb(14 15 14 / 0.6);
  font-size: 11px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hotel-result-card__dates {
  margin: 10px 0 0;
  padding-top: 9px;
  color: rgb(14 15 14 / 0.48);
  border-top: 1px solid rgb(222 220 216 / 0.82);
  font-size: 10px;
  font-weight: 650;
}

.hotel-result-card__commerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(118px, 0.9fr);
  gap: 9px;
  align-items: stretch;
  margin-top: 10px;
}

.hotel-result-card__price,
.hotel-result-card__earn {
  min-width: 0;
  padding: 10px;
  border-radius: 10px;
}

.hotel-result-card__price {
  border: 1px solid rgb(222 220 216 / 0.8);
  background: rgb(248 248 248 / 0.72);
}

.hotel-result-card__price small,
.hotel-result-card__earn small {
  color: rgb(14 15 14 / 0.46);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hotel-result-card__price p {
  margin: 4px 0 1px;
  white-space: nowrap;
}

.hotel-result-card__price p strong {
  color: var(--ink);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.hotel-result-card__price p span {
  margin-left: 3px;
  color: rgb(14 15 14 / 0.45);
  font-size: 9px;
}

.hotel-result-card__price > span {
  display: block;
  overflow: hidden;
  color: rgb(14 15 14 / 0.42);
  font-size: 8.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-result-card__earn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgb(255 92 0 / 0.18);
  background:
    linear-gradient(125deg, rgb(255 92 0 / 0.09), rgb(255 179 129 / 0.12) 45%, rgb(0 170 179 / 0.09)),
    rgb(255 255 255 / 0.7);
}

.hotel-result-card__earn::after {
  content: "";
  position: absolute;
  inset: -80% -45%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgb(255 255 255 / 0.42) 50%, transparent 58%);
  transform: translateX(-50%);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hotel-result-card:hover .hotel-result-card__earn::after {
  transform: translateX(50%);
}

.hotel-result-card__earn strong {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 2px;
  background: linear-gradient(100deg, var(--signal), #ff9e72 48%, var(--aqua));
  background-clip: text;
  color: transparent;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hotel-result-card__earn span,
.hotel-result-card__earn em {
  position: relative;
  z-index: 1;
  color: rgb(14 15 14 / 0.55);
  font-size: 8.5px;
  font-style: normal;
  font-weight: 700;
}

.hotel-result-card__earn em {
  margin-top: 4px;
  padding-top: 0;
  color: var(--signal);
  border-top: 0;
}

.hotel-result-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgb(222 220 216 / 0.76);
  pointer-events: auto;
}

.hotel-result-card__actions button {
  position: static;
  z-index: auto;
  min-height: 28px;
  padding: 0 9px;
  color: white;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
}

.hotel-result-card__actions button span {
  max-width: none;
  color: inherit;
  font-size: inherit;
}

.hotel-result-card__actions .hotel-result-card__map-action {
  color: rgb(14 15 14 / 0.58);
  border: 1px solid rgb(210 214 222 / 0.86);
  background: transparent;
}

.hotel-results__more {
  min-width: 160px;
  height: 44px;
  margin: 28px auto 0;
  border-radius: 999px;
  font-size: 11px;
}

.hotel-results__message {
  min-height: 240px;
  border-radius: 14px;
}

.hotel-results__loading span {
  min-height: 460px;
  border-radius: 14px;
}

.hotel-map-layout {
  position: relative;
  height: min(76vh, 820px);
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgb(210 214 222 / 0.78);
  border-radius: 14px;
  background: #050b13;
  box-shadow: 0 20px 64px rgb(26 22 18 / 0.13);
}

.hotel-map {
  position: absolute;
  inset: 0;
}

.hotel-map-layout__card {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  width: min(340px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  overflow: auto;
  padding: 0;
  scrollbar-width: none;
  transition: opacity 140ms ease, transform 180ms ease;
}

.hotel-map-layout__card.is-hover-preview {
  animation: hotel-preview-in 160ms ease both;
}

@keyframes hotel-preview-in {
  from { opacity: 0.72; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}

.hotel-map-layout__card .hotel-result-card {
  box-shadow: 0 18px 54px rgb(0 0 0 / 0.22);
}

.hotel-map-layout__card .hotel-result-card__media {
  height: auto;
  aspect-ratio: 16 / 8.7;
}

.hotel-map-layout__card .hotel-result-card__body {
  padding: 11px 12px 12px;
}

.hotel-map-layout__card .hotel-result-card__teaser {
  min-height: 0;
  -webkit-line-clamp: 1;
}

.hotel-map-layout__card .hotel-result-card__commerce {
  grid-template-columns: minmax(0, 1fr) minmax(118px, 0.9fr);
}

.hotel-map-layout__hint {
  position: absolute;
  right: 50%;
  bottom: 16px;
  z-index: 3;
  max-width: calc(100% - 40px);
  padding: 9px 13px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 999px;
  background: rgb(8 10 12 / 0.58);
  box-shadow: 0 14px 34px rgb(0 0 0 / 0.18);
  -webkit-backdrop-filter: blur(20px) saturate(1.18);
  backdrop-filter: blur(20px) saturate(1.18);
  font-size: 10px;
  font-weight: 700;
  pointer-events: none;
  text-align: center;
  transform: translateX(50%);
}

.hotel-map .maplibregl-ctrl-group {
  border-color: rgb(255 255 255 / 0.14);
  border-radius: 10px;
  background: rgb(8 10 12 / 0.58);
  box-shadow: 0 14px 34px rgb(0 0 0 / 0.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.18);
  backdrop-filter: blur(20px) saturate(1.18);
}

@media (max-width: 1040px) {
  .hotel-search-form__grid {
    grid-template-columns: minmax(180px, 1.5fr) repeat(2, minmax(130px, 1fr)) minmax(100px, 0.75fr) auto;
  }

  .hotel-search-field--rooms {
    display: none;
  }

  .hotel-results__grid,
  .hotel-results__loading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-filter-pill > button span {
    display: none;
  }
}

@media (max-width: 759px) {
  .hotel-search-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-search-field--destination,
  .hotel-search-field--rooms,
  .hotel-search-form__submit.sf-search-submit {
    grid-column: 1 / -1;
  }

  .hotel-search-field--rooms {
    display: grid;
  }

  .hotel-results {
    padding-top: 22px;
  }

  .hotel-results__toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hotel-results__summary h2 {
    max-width: calc(100vw - 24px);
    font-size: 21px;
  }

  .hotel-results__view.sf-results-toggles {
    width: 100%;
    justify-content: space-between;
  }

  .hotel-filter-bar {
    width: calc(100% + 16px);
    min-height: 0;
    flex-wrap: nowrap;
    margin-right: -8px;
    margin-left: -8px;
    overflow-x: auto;
    padding: 1px 8px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 8px;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hotel-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .hotel-filter-pill {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .hotel-filter-pill > button {
    width: auto;
    justify-content: flex-start;
    padding-right: var(--control-pad-x-compact);
    padding-left: var(--control-pad-x-compact);
    background: rgb(255 255 255 / 0.7);
  }

  .hotel-filter-pill > button span {
    display: none;
  }

  .hotel-filter-menu,
  .hotel-filter-pill:nth-last-of-type(-n + 2) .hotel-filter-menu {
    right: auto;
    left: 0;
    width: min(280px, calc(100vw - 48px));
  }

  .hotel-filter-pill:nth-child(even) .hotel-filter-menu {
    right: 0;
    left: auto;
  }

  .hotel-filter-reset {
    min-height: var(--control-h-compact);
    flex: 0 0 auto;
    margin-left: 0;
    padding-right: var(--control-pad-x-compact);
    padding-left: var(--control-pad-x-compact);
    border: 1px solid rgb(210 214 222 / 0.86);
    background: rgb(255 255 255 / 0.7);
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .hotel-map-layout {
    height: auto;
    min-height: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hotel-map {
    position: relative;
    height: 58vh;
    min-height: 440px;
    overflow: hidden;
    border: 1px solid rgb(210 214 222 / 0.78);
    border-radius: 14px;
  }

  .hotel-map-layout__card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: none;
    margin-top: 12px;
  }

  .hotel-map-layout__hint {
    top: calc(58vh - 52px);
    bottom: auto;
  }
}

@media (max-width: 620px) {
  .hotel-results__grid,
  .hotel-results__loading {
    grid-template-columns: 1fr;
  }

  .hotel-result-card {
    border-radius: 14px;
  }

  .hotel-result-card__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .hotel-result-card__body {
    padding: 13px;
  }

  .hotel-result-card__commerce {
    grid-template-columns: minmax(0, 1fr) minmax(124px, 0.9fr);
  }
}

/* Compact hotel discovery refinements */

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.hotel-app-shell.sf-app-shell {
  width: min(1560px, 100%);
}

.hotel-search-shell {
  position: relative;
  z-index: 12;
  display: grid;
  min-height: 0;
  padding: 0 0 24px;
}

.hotel-search-form.sf-search-card {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 8px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.78);
  background: rgb(255 255 255 / 0.76);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.78),
    0 18px 60px rgb(0 0 0 / 0.08);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
  backdrop-filter: blur(28px) saturate(1.3);
}

.hotel-search-form__grid {
  grid-template-columns: minmax(220px, 1fr) 146px 146px 106px 98px 128px;
  gap: 7px;
}

.hotel-search-field {
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
}

.hotel-search-field > span {
  color: rgb(14 15 14 / 0.62);
}

.hotel-search-field input,
.hotel-search-field select {
  color: var(--ink);
  border-color: rgb(210 214 222 / 0.84);
  background: rgb(248 248 248 / 0.82);
}

.hotel-search-field input:focus,
.hotel-search-field select:focus {
  border-color: rgb(14 15 14 / 0.38);
  background: white;
  box-shadow: 0 0 0 3px rgb(14 15 14 / 0.055);
}

.hotel-search-field input::placeholder {
  color: rgb(14 15 14 / 0.45);
}

.hotel-search-field input[type="date"] {
  color-scheme: light;
}

.hotel-search-form__submit.sf-search-submit {
  color: white;
  background: var(--charcoal);
}

.hotel-search-form__submit.sf-search-submit:hover {
  background: var(--ink);
}

.hotel-search-summary {
  width: min(1120px, 100%);
  min-height: 72px;
  display: grid;
  grid-template-columns: 58px minmax(180px, 1.15fr) minmax(220px, 1fr) minmax(170px, 0.8fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 7px 9px 7px 7px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.78);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.76);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.78), 0 18px 60px rgb(0 0 0 / 0.08);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
  backdrop-filter: blur(28px) saturate(1.3);
  cursor: pointer;
  text-align: left;
}

.hotel-search-summary__art {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 8px 12px rgb(0 0 0 / 0.22));
}

.hotel-search-summary__route,
.hotel-search-summary__detail {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.hotel-search-summary small {
  color: rgb(14 15 14 / 0.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hotel-search-summary strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-search-summary__edit {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 10px;
  color: white;
  background: var(--charcoal);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.hotel-search-summary__edit i {
  font-style: normal;
}

.hotel-results {
  padding-top: 24px;
}

.hotel-results__grid,
.hotel-results__loading {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}

.hotel-result-card {
  border-radius: 12px;
}

.hotel-result-card__rating {
  top: 7px;
  right: 7px;
  gap: 4px;
  padding: 4px 6px;
  font-size: 7.5px;
}

.hotel-result-card__rating strong {
  font-size: 9px;
}

.hotel-result-card__body {
  padding: 9px 10px 10px;
}

.hotel-result-card__brand-row {
  min-height: 17px;
  gap: 7px;
  margin-bottom: 4px;
}

.hotel-result-card__brand-logo {
  max-width: 80px;
  max-height: 16px;
}

.hotel-result-card__brand-name {
  font-size: 7.5px;
}

.hotel-result-card__stars {
  gap: 1px;
}

.hotel-result-card__stars i {
  font-size: 6.5px;
}

.hotel-result-card__title {
  font-size: 14px;
  line-height: 1.18;
}

.hotel-result-card__location {
  margin-top: 3px;
  font-size: 9px;
}

.hotel-result-card__teaser {
  min-height: 0;
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.35;
  -webkit-line-clamp: 1;
}

.hotel-result-card__dates {
  margin-top: 6px;
  padding-top: 6px;
  overflow: hidden;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-result-card__commerce {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-top: 6px;
}

.hotel-result-card__price,
.hotel-result-card__earn {
  padding: 7px;
  border-radius: 8px;
}

.hotel-result-card__price small,
.hotel-result-card__earn small {
  font-size: 6.5px;
}

.hotel-result-card__price p {
  margin: 3px 0 1px;
}

.hotel-result-card__price p strong {
  font-size: 18px;
}

.hotel-result-card__price p span,
.hotel-result-card__price > span,
.hotel-result-card__earn span,
.hotel-result-card__earn em {
  font-size: 8px;
}

.hotel-result-card__earn strong {
  font-size: 17px;
}

.hotel-result-card__earn em {
  margin-top: 2px;
}

.hotel-result-card__actions {
  gap: 5px;
  margin-top: 6px;
  padding-top: 6px;
}

.hotel-result-card__actions button {
  min-height: 25px;
  padding: 0 7px;
  border-radius: 7px;
  font-size: 7.5px;
}

.hotel-discovery-landing {
  display: grid;
  gap: clamp(42px, 5vw, 66px);
  padding: 14px 0 80px;
}

.hotel-editorial-rail {
  min-width: 0;
}

.hotel-editorial-rail__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 15px;
}

.hotel-editorial-rail__header > div {
  min-width: 0;
}

.hotel-editorial-rail__header p {
  margin: 0 0 5px;
  color: var(--signal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hotel-editorial-rail__header h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 700;
  line-height: 1.1;
}

.hotel-editorial-rail__header > div > span {
  display: block;
  margin-top: 5px;
  color: rgb(14 15 14 / 0.5);
  font-size: 11px;
}

.hotel-editorial-rail__header > button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px 0 15px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.82);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 750;
}

.hotel-editorial-rail__header > button i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: white;
  border-radius: 999px;
  background: var(--charcoal);
  font-style: normal;
}

.hotel-editorial-rail__scroller {
  display: grid;
  grid-auto-columns: calc((100% - 48px) / 5);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 0 0 12px;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
}

.hotel-editorial-rail__scroller::-webkit-scrollbar {
  display: none;
}

.hotel-result-card--editorial {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
}

.hotel-result-card--editorial.is-selected,
.hotel-result-card--editorial:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.hotel-result-card--editorial .hotel-result-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 13px 34px rgb(0 0 0 / 0.09);
}

.hotel-result-card--editorial .hotel-result-card__body {
  padding: 10px 2px 0;
}

.hotel-result-card--editorial .hotel-result-card__brand-row {
  min-height: 16px;
  margin-bottom: 5px;
}

.hotel-result-card--editorial .hotel-result-card__title {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-result-card--editorial .hotel-result-card__location {
  overflow: hidden;
  color: rgb(14 15 14 / 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-result-card__editorial-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
  color: rgb(14 15 14 / 0.54);
  font-size: 9px;
}

.hotel-result-card__editorial-meta strong {
  color: var(--ink);
  font-size: 11px;
}

.hotel-result-card__editorial-meta em {
  color: var(--signal);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.hotel-editorial-loading {
  display: grid;
  gap: 54px;
}

.hotel-editorial-loading > section {
  display: grid;
  gap: 14px;
}

.hotel-editorial-loading > section > i {
  width: 240px;
  height: 25px;
  border-radius: 8px;
}

.hotel-editorial-loading > section > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.hotel-editorial-loading > section > div span {
  aspect-ratio: 4 / 3;
  border-radius: 13px;
}

.hotel-editorial-loading i,
.hotel-editorial-loading span {
  background: linear-gradient(100deg, #ddd8d1 20%, #efebe6 40%, #ddd8d1 60%);
  background-size: 200% 100%;
  animation: hotel-loading 1.3s linear infinite;
}

.hotel-results__more {
  min-width: 160px;
  height: 44px;
  display: block;
  margin: 28px auto 0;
  padding: 0 18px;
  color: white;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.hotel-results__loading span {
  min-height: 350px;
  border-radius: 12px;
  background: linear-gradient(100deg, #ddd8d1 20%, #efebe6 40%, #ddd8d1 60%);
  background-size: 200% 100%;
  animation: hotel-loading 1.3s linear infinite;
}

@keyframes hotel-loading {
  to { background-position-x: -200%; }
}

.hotel-results__message {
  min-height: 320px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 30px;
  color: var(--muted);
  border: 1px dashed rgb(65 62 62 / 0.2);
  border-radius: 14px;
  text-align: center;
}

.hotel-results__message strong {
  color: var(--ink);
  font-size: 18px;
}

.hotel-results__message-art {
  width: 150px;
  height: 128px;
  margin-bottom: 2px;
}

.hotel-map__canvas {
  position: absolute;
  inset: 0;
}

.hotel-map .maplibregl-canvas {
  outline: none;
}

.hotel-map__loading {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
}

.hotel-map-layout__card {
  width: min(310px, calc(100% - 32px));
}

.hotel-map-layout__card .hotel-result-card__body {
  padding: 9px 10px 10px;
}

.hotel-map-layout__card .hotel-result-card__commerce {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hotel-map-layout__card::-webkit-scrollbar {
  display: none;
}

.hotel-map .maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.18);
}

.hotel-map .maplibregl-ctrl-group button span {
  filter: invert(1);
}

.hotel-map .maplibregl-ctrl-attrib {
  color: rgb(255 255 255 / 0.55);
  background: rgb(17 21 19 / 0.64);
}

.hotel-map .maplibregl-ctrl-attrib a {
  color: inherit;
}

.hotel-map__cluster-preview {
  position: absolute;
  z-index: 6;
  top: 16px;
  right: 16px;
  width: min(244px, calc(100% - 32px));
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid rgb(255 255 255 / 0.62);
  border-radius: 13px;
  background: rgb(248 248 248 / 0.82);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.7), 0 18px 48px rgb(0 0 0 / 0.18);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
  pointer-events: none;
}

.hotel-map__cluster-preview small {
  color: rgb(14 15 14 / 0.5);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hotel-map__cluster-preview strong {
  font-size: 18px;
  line-height: 1.05;
}

.hotel-map__cluster-preview span,
.hotel-map__cluster-preview em,
.hotel-map__cluster-preview b {
  color: rgb(14 15 14 / 0.58);
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
}

.hotel-map__cluster-preview em {
  color: var(--signal);
  font-weight: 800;
}

.hotel-map__cluster-preview b {
  margin-top: 2px;
  color: var(--ink);
}

@media (max-width: 1199px) {
  .hotel-results__grid,
  .hotel-results__loading {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hotel-editorial-rail__scroller {
    grid-auto-columns: calc((100% - 36px) / 4);
  }

  .hotel-editorial-loading > section > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hotel-editorial-loading > section > div span:last-child {
    display: none;
  }

  .hotel-search-form__grid {
    grid-template-columns: minmax(190px, 1fr) 140px 140px 100px 94px 120px;
  }

  .hotel-search-field--rooms {
    display: grid;
  }
}

@media (max-width: 959px) {
  .hotel-results__grid,
  .hotel-results__loading {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hotel-editorial-rail__scroller {
    grid-auto-columns: calc((100% - 24px) / 3);
  }

  .hotel-editorial-loading > section > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hotel-editorial-loading > section > div span:nth-last-child(-n + 2) {
    display: none;
  }

  .hotel-search-form__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hotel-search-field--destination {
    grid-column: span 2;
  }

  .hotel-search-form__submit.sf-search-submit {
    grid-column: span 3;
  }

  .hotel-search-summary {
    grid-template-columns: 54px minmax(180px, 1fr) minmax(190px, 1fr) auto;
  }

  .hotel-search-summary__detail + .hotel-search-summary__detail {
    display: none;
  }
}

@media (max-width: 759px) {
  .hotel-search-page.sf-app-page {
    padding: 76px 16px 56px;
  }

  .hotel-search-shell {
    padding-bottom: 20px;
  }

  .hotel-results__grid,
  .hotel-results__loading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hotel-discovery-landing {
    gap: 44px;
    padding-top: 8px;
  }

  .hotel-editorial-rail__header {
    align-items: center;
  }

  .hotel-editorial-rail__header > div > span,
  .hotel-editorial-rail__header > button span {
    display: none;
  }

  .hotel-editorial-rail__header > button {
    width: 36px;
    padding: 0;
    justify-content: center;
  }

  .hotel-editorial-rail__scroller {
    grid-auto-columns: min(78vw, 280px);
    gap: 10px;
  }

  .hotel-editorial-loading > section > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hotel-editorial-loading > section > div span:nth-last-child(-n + 3) {
    display: none;
  }

  .hotel-search-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-search-field--destination,
  .hotel-search-field--rooms,
  .hotel-search-form__submit.sf-search-submit {
    grid-column: 1 / -1;
  }

  .hotel-search-summary {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .hotel-search-summary__art {
    width: 46px;
    height: 46px;
  }

  .hotel-search-summary__detail {
    display: none;
  }

  .hotel-search-summary__edit {
    width: 42px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  .hotel-search-summary__edit i {
    font-size: 13px;
  }

  .hotel-map__cluster-preview {
    top: 12px;
    right: 12px;
    width: min(220px, calc(100% - 24px));
  }

  .hotel-map-layout__card {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .hotel-results__grid,
  .hotel-results__loading {
    grid-template-columns: 1fr;
  }

  .hotel-result-card__body {
    padding: 12px;
  }

  .hotel-result-card__brand-logo {
    max-width: 104px;
    max-height: 20px;
  }

  .hotel-result-card__title {
    font-size: 17px;
  }

  .hotel-result-card__location,
  .hotel-result-card__teaser {
    font-size: 10px;
  }

  .hotel-result-card__price p strong {
    font-size: 23px;
  }

  .hotel-result-card__earn strong {
    font-size: 21px;
  }

  .hotel-result-card__actions button {
    min-height: 29px;
    font-size: 8.5px;
  }
}

/* Flights2 travel landing */
.travel-home {
  overflow: clip;
  background: var(--frost);
}

.travel-hero {
  min-height: 720px;
  background: #282721;
}

.travel-hero__media,
.travel-hero__shade,
.travel-hero__slide {
  position: absolute;
  inset: 0;
}

.travel-hero__slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity 1600ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 7600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.travel-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.travel-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-hero__shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(10 10 8 / 0.34) 0%, rgb(10 10 8 / 0.04) 32%, rgb(10 10 8 / 0.28) 68%, rgb(10 10 8 / 0.72) 100%),
    linear-gradient(90deg, rgb(10 10 8 / 0.12), transparent 58%);
}

.travel-hero .travel-hero__copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  padding: 112px 24px 74px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 22px;
  transform: none;
}

.travel-hero__heading {
  display: grid;
  max-width: 980px;
  justify-items: center;
  gap: 12px;
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}

.travel-hero .travel-hero__eyebrow {
  color: rgb(255 255 255 / 0.76);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.travel-hero .travel-hero__heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 94px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 12px 50px rgb(0 0 0 / 0.28);
}

.travel-hero .travel-hero__body {
  max-width: 670px;
  color: rgb(255 255 255 / 0.84);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.42;
  text-shadow: 0 4px 26px rgb(0 0 0 / 0.42);
}

.travel-hero__trust {
  color: rgb(255 255 255 / 0.68) !important;
  text-transform: uppercase;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.travel-search-launcher {
  display: flex;
  width: 100%;
  justify-content: center;
}

.travel-search-launch {
  display: flex;
  width: min(560px, calc(100vw - 40px));
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 24px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.24), rgb(255 255 255 / 0.08)),
    rgb(34 33 29 / 0.22);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.5),
    inset 0 -22px 40px rgb(0 0 0 / 0.08),
    0 24px 68px rgb(0 0 0 / 0.24);
  -webkit-backdrop-filter: blur(30px) saturate(1.35);
  backdrop-filter: blur(30px) saturate(1.35);
  cursor: pointer;
  transition:
    background 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

.travel-search-launch:hover {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.3), rgb(255 255 255 / 0.11)),
    rgb(34 33 29 / 0.22);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.54),
    0 28px 76px rgb(0 0 0 / 0.3);
  transform: translateY(-2px);
}

.travel-search-launch > span:first-child {
  display: grid;
  gap: 3px;
  text-align: left;
}

.travel-search-launch strong {
  font-size: 16px;
  font-weight: 650;
}

.travel-search-launch small {
  color: rgb(255 255 255 / 0.68);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.travel-search-launch > span:last-child {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: rgb(0 0 0 / 0.72);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.94);
  font-size: 18px;
}

.travel-search-flight {
  display: grid;
  width: min(1100px, calc(100vw - 40px));
  gap: 9px;
}

.travel-search-flight__mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: rgb(255 255 255 / 0.78);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.travel-search-flight__mode button {
  padding: 4px 0;
  color: inherit;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.46);
  background: transparent;
  cursor: pointer;
  text-transform: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.travel-hero__copy:has(.sf-search-panel--expanded) {
  padding-bottom: 80px;
}

.travel-hero__copy:has(.sf-search-panel--expanded) .travel-hero__heading,
.travel-hero__copy:has(.sf-search-panel--expanded) .travel-hero__trust {
  display: none;
}

.travel-hero__place {
  display: grid;
  justify-self: start;
  gap: 2px;
  color: rgb(255 255 255 / 0.84);
  font-size: 10px;
  line-height: 1.3;
  text-shadow: 0 3px 18px rgb(0 0 0 / 0.54);
}

.travel-hero__place span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.travel-hero__place a {
  color: rgb(255 255 255 / 0.58);
  pointer-events: auto;
}

.travel-flights__copy h2,
.travel-philosophy__copy h2 {
  margin: 0;
  color: rgb(0 0 0 / 0.74);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
}

.travel-how {
  background: #f1eee8;
}

.travel-how .media-stage {
  margin-top: clamp(42px, 6vw, 84px);
}

.travel-how .media-stage--showcase .source-media {
  height: min(740px, 72svh);
  border-radius: clamp(28px, 4vw, 72px);
}

.travel-how .source-media img {
  object-position: 50% 54%;
}

.travel-flights {
  background:
    radial-gradient(circle at 80% 20%, rgb(143 154 134 / 0.15), transparent 34%),
    var(--frost);
}

.travel-flights__layout {
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
}

.travel-flights__copy {
  max-width: 610px;
}

.travel-flights__copy > p:not(.eyebrow),
.travel-philosophy__copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgb(0 0 0 / 0.64);
  font-size: 17px;
  line-height: 1.45;
}

.travel-flights__copy .pill-button {
  margin-top: 34px;
}

.travel-flight-preview {
  position: relative;
  display: grid;
  gap: 32px;
  padding: clamp(24px, 4vw, 50px);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.88);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.88), rgb(239 239 235 / 0.64)),
    rgb(255 255 255 / 0.7);
  box-shadow:
    inset 0 1px 0 white,
    0 44px 120px rgb(45 46 40 / 0.13);
}

.travel-flight-preview::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgb(143 154 134 / 0.17);
  filter: blur(2px);
  pointer-events: none;
}

.travel-flight-preview__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgb(65 62 62 / 0.54);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.travel-flight-preview__top span {
  padding: 7px 10px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
}

.travel-flight-preview__route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.travel-flight-preview__route > div:not(.travel-flight-preview__line) {
  display: grid;
  gap: 5px;
}

.travel-flight-preview__route > div:last-child {
  text-align: right;
}

.travel-flight-preview__route strong {
  color: var(--charcoal);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.travel-flight-preview__route span {
  color: rgb(65 62 62 / 0.56);
  font-size: 12px;
}

.travel-flight-preview__line {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, rgb(65 62 62 / 0.28), rgb(65 62 62 / 0.1), rgb(65 62 62 / 0.28));
}

.travel-flight-preview__line::before,
.travel-flight-preview__line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgb(65 62 62 / 0.38);
  border-radius: 50%;
  background: white;
  transform: translateY(-50%);
}

.travel-flight-preview__line::before {
  left: 0;
}

.travel-flight-preview__line::after {
  right: 0;
}

.travel-flight-preview__line i {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 10px;
  height: 10px;
  border-radius: 1px 10px 10px 10px;
  background: var(--charcoal);
  transform: translate(-50%, -50%) rotate(-43deg);
}

.travel-flight-preview__details {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgb(65 62 62 / 0.12);
  border-left: 1px solid rgb(65 62 62 / 0.12);
}

.travel-flight-preview__details > div {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding: 17px;
  border-right: 1px solid rgb(65 62 62 / 0.12);
  border-bottom: 1px solid rgb(65 62 62 / 0.12);
}

.travel-flight-preview__details span {
  color: rgb(65 62 62 / 0.48);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.travel-flight-preview__details strong {
  overflow: hidden;
  color: rgb(65 62 62 / 0.82);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.travel-flight-preview > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgb(65 62 62 / 0.46);
  font-size: 11px;
  line-height: 1.5;
}

.travel-hotels {
  background: #e9e4dc;
}

.travel-hotel-grid {
  display: grid;
  max-width: 1540px;
  margin: clamp(54px, 7vw, 100px) auto 0;
  gap: clamp(24px, 3vw, 48px);
}

.travel-hotel-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.travel-hotel-card > button {
  display: grid;
  gap: 21px;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.travel-hotel-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #d2cdc5;
}

.travel-hotel-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgb(0 0 0 / 0.24));
  pointer-events: none;
}

.travel-hotel-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.travel-hotel-card:nth-child(1) .travel-hotel-card__image img {
  object-position: 50% 54%;
}

.travel-hotel-card:nth-child(2) .travel-hotel-card__image img {
  object-position: 50% 48%;
}

.travel-hotel-card__image i {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 11px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 999px;
  background: rgb(30 29 25 / 0.22);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-size: 10px;
  font-style: normal;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.travel-hotel-card > button:hover .travel-hotel-card__image img {
  transform: scale(1.035);
}

.travel-hotel-card > button:hover .travel-hotel-card__image i,
.travel-hotel-card > button:focus-visible .travel-hotel-card__image i {
  opacity: 1;
  transform: translateY(0);
}

.travel-hotel-card__copy {
  display: grid;
  gap: 7px;
}

.travel-hotel-card__copy small {
  color: rgb(65 62 62 / 0.5);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.travel-hotel-card__copy strong {
  color: var(--charcoal);
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

.travel-hotel-card__copy > span {
  color: rgb(65 62 62 / 0.62);
  font-size: 12px;
}

.travel-hotel-card > a {
  width: fit-content;
  color: rgb(65 62 62 / 0.42);
  font-size: 10px;
}

.travel-hotel-card > a:hover {
  color: var(--charcoal);
}

.travel-hotels__action {
  display: flex;
  max-width: 1540px;
  margin: clamp(48px, 7vw, 88px) auto 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgb(65 62 62 / 0.14);
}

.travel-hotels__action p {
  margin: 0;
  color: rgb(65 62 62 / 0.58);
  font-size: 13px;
}

.travel-philosophy {
  display: grid;
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
  background: var(--frost);
}

.travel-philosophy__media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #d8d2c9;
}

.travel-philosophy__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-philosophy__media a {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 7px 9px;
  color: white;
  border-radius: 999px;
  background: rgb(20 20 18 / 0.28);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  font-size: 9px;
}

.travel-principles {
  display: grid;
  margin-top: 44px;
  border-top: 1px solid rgb(65 62 62 / 0.16);
}

.travel-principles article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgb(65 62 62 / 0.16);
}

.travel-principles article > span {
  padding-top: 2px;
  color: rgb(65 62 62 / 0.42);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.travel-principles article > div {
  display: grid;
  gap: 6px;
}

.travel-principles strong {
  color: var(--charcoal);
  font-size: 17px;
  font-weight: 600;
}

.travel-principles p {
  max-width: 560px;
  margin: 0;
  color: rgb(65 62 62 / 0.6);
  font-size: 14px;
  line-height: 1.48;
}

.travel-home .travel-final-cta {
  padding-top: clamp(110px, 14vw, 210px);
  padding-bottom: clamp(110px, 14vw, 210px);
  color: white;
  background:
    radial-gradient(circle at 82% 12%, rgb(143 154 134 / 0.22), transparent 32%),
    #343330;
}

.travel-final-cta > div {
  display: grid;
  max-width: 980px;
  justify-items: center;
  gap: 24px;
  margin: 0 auto;
  text-align: center;
}

.travel-final-cta .eyebrow {
  margin: 0;
  color: var(--signal);
}

.travel-final-cta h2 {
  margin: 0;
  color: white;
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.travel-final-cta p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: rgb(255 255 255 / 0.68);
  font-size: 17px;
}

.travel-final-cta > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.travel-final-cta__secondary {
  color: white;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: transparent;
  cursor: pointer;
}

.travel-final-cta__secondary:hover {
  background: rgb(255 255 255 / 0.08);
}

.travel-faq {
  background: #f2efe9;
}

.travel-faq .faq-list {
  max-width: 1080px;
  margin-top: clamp(48px, 6vw, 76px);
}

.travel-faq .faq-item {
  background: transparent;
}

.travel-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 28px;
  background: rgb(18 18 16 / 0.68);
  -webkit-backdrop-filter: blur(20px) saturate(0.9);
  backdrop-filter: blur(20px) saturate(0.9);
  animation: travelModalFade 260ms ease both;
}

@keyframes travelModalFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes travelModalRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 760px) {
  .travel-flights__copy h2,
  .travel-philosophy__copy h2 {
    font-size: 56px;
  }

  .travel-flights__copy > p:not(.eyebrow),
  .travel-philosophy__copy > p:not(.eyebrow) {
    font-size: 20px;
  }

  .travel-hotel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .travel-philosophy {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  }
}

@media (min-width: 980px) {
  .travel-flights__layout {
    grid-template-columns: minmax(360px, 0.78fr) minmax(560px, 1.22fr);
  }
}

@media (max-width: 759px) {
  .travel-hero {
    min-height: 680px;
  }

  .travel-hero .travel-hero__copy {
    left: 0;
    width: 100%;
    padding: 92px 18px 86px;
    gap: 18px;
    transform: none;
  }

  .travel-hero .travel-hero__heading h1 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 0.96;
  }

  .travel-hero .travel-hero__body {
    max-width: 360px;
    font-size: 14px;
  }

  .travel-hero__trust {
    max-width: 280px;
    line-height: 1.4 !important;
  }

  .travel-hero__place {
    max-width: 156px;
  }

  .travel-hero__copy:has(.sf-search-panel--expanded) {
    top: 0;
    bottom: 0;
    display: block;
    padding: 68px 14px 24px;
    overflow-y: auto;
  }

  .travel-search-flight {
    width: 100%;
  }

  .travel-search-flight__mode {
    margin-bottom: 7px;
  }

  .travel-hero__copy:has(.sf-search-panel--expanded) .sf-search-panel--hero.sf-search-panel--expanded,
  .travel-hero__copy:has(.sf-search-panel--expanded) .sf-search-card {
    width: 100%;
  }

  .travel-how .media-stage--showcase .source-media {
    height: 540px;
    border-radius: 28px;
  }

  .travel-how .media-stage__caption {
    right: 24px;
    bottom: 56px;
    left: 24px;
  }

  .travel-flight-preview {
    gap: 24px;
    padding: 24px 20px;
    border-radius: 26px;
  }

  .travel-flight-preview__route {
    gap: 14px;
  }

  .travel-flight-preview__route strong {
    font-size: 35px;
  }

  .travel-flight-preview__details > div {
    padding: 13px 10px;
  }

  .travel-hotel-grid {
    gap: 52px;
  }

  .travel-hotel-card__image {
    aspect-ratio: 5 / 6;
  }

  .travel-hotels__action {
    align-items: flex-start;
    flex-direction: column;
  }

  .travel-philosophy {
    gap: 52px;
  }

  .travel-philosophy__media {
    margin: 0 -20px;
  }

  .travel-final-cta h2 {
    font-size: 54px;
  }

  .travel-modal-backdrop {
    align-items: end;
    padding: 10px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .travel-hero__slide {
    transform: none;
  }
}

/* Ultra Rewards launch */
.travel-hero__copy:has(.travel-modal-backdrop) {
  z-index: 6;
}

.product-bar__title {
  gap: 8px;
}

.travel-search-launch--compact {
  width: auto;
  min-width: 224px;
  min-height: 56px;
  padding: 7px 8px 7px 19px;
}

.travel-search-launch--compact > span:last-child {
  width: 42px;
  height: 42px;
  font-size: 15px;
}

.travel-search-launch--compact strong {
  font-size: 14px;
}

.travel-search-launch--compact small {
  font-size: 8px;
}

.rewards-journey {
  position: relative;
  min-height: min(760px, 78svh);
  max-width: 1540px;
  margin: clamp(42px, 6vw, 84px) auto 0;
  overflow: hidden;
  color: white;
  border-radius: clamp(28px, 4vw, 68px);
  background: #4a4942;
  isolation: isolate;
}

.rewards-journey__media,
.rewards-journey__shade,
.rewards-journey__media img {
  position: absolute;
  inset: 0;
}

.rewards-journey__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity 900ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 6200ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rewards-journey__media img:nth-child(1) {
  object-position: 50% 54%;
}

.rewards-journey__media img:nth-child(2) {
  object-position: 50% 52%;
}

.rewards-journey__media img:nth-child(3) {
  object-position: 50% 50%;
}

.rewards-journey__media img.is-active {
  opacity: 1;
  transform: scale(1);
}

.rewards-journey__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgb(17 17 14 / 0.72) 0%, rgb(17 17 14 / 0.46) 40%, rgb(17 17 14 / 0.12) 76%),
    linear-gradient(180deg, rgb(17 17 14 / 0.28), transparent 32%, rgb(17 17 14 / 0.38));
}

.rewards-journey__content {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: min(760px, 78svh);
  grid-template-columns: minmax(280px, 0.7fr) minmax(540px, 1.3fr);
  gap: clamp(42px, 6vw, 100px);
  align-items: center;
  padding: 100px clamp(30px, 5vw, 78px) 106px;
}

.rewards-journey__copy {
  display: grid;
  max-width: 480px;
  gap: 18px;
}

.rewards-journey__copy > span {
  color: rgb(255 255 255 / 0.68);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.rewards-journey__copy h3 {
  margin: 0;
  color: white;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.rewards-journey__copy p {
  max-width: 430px;
  margin: 0;
  color: rgb(255 255 255 / 0.7);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.5;
}

.rewards-journey__screen-wrap {
  display: flex;
  width: min(680px, 100%);
  align-items: center;
  justify-content: center;
  justify-self: end;
  perspective: 1400px;
}

.rewards-journey__screen-asset {
  width: min(640px, 100%);
  height: min(560px, calc(78svh - 154px));
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.62);
  border-radius: 28px;
  background: var(--paper);
  box-shadow:
    0 46px 120px rgb(0 0 0 / 0.36),
    0 0 0 1px rgb(255 255 255 / 0.08);
  animation: rewardsScreenIn 600ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.rewards-journey__screen-asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rewards-product-mockup {
  container-type: inline-size;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 88% 4%, rgb(255 92 0 / 0.1), transparent 28%),
    linear-gradient(145deg, rgb(255 255 255 / 0.96), rgb(237 232 223 / 0.94)),
    var(--paper);
  font-family: var(--font-site);
}

.rewards-product-mockup__chrome {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  border-bottom: 1px solid rgb(65 62 62 / 0.1);
}

.rewards-product-mockup__brand,
.rewards-product-mockup__account,
.rewards-product-mockup__eyebrow {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.rewards-product-mockup__brand,
.rewards-product-mockup__eyebrow {
  color: var(--signal);
}

.rewards-product-mockup__account {
  color: rgb(65 62 62 / 0.42);
}

.rewards-product-mockup__body {
  min-height: 0;
  padding: 22px 24px 24px;
}

.rewards-product-mockup__panel {
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 16px;
  background: rgb(255 255 255 / 0.64);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.82),
    0 18px 45px rgb(65 62 62 / 0.08);
}

.rewards-product-mockup__body--earn {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(190px, 0.92fr);
  grid-template-rows: 1fr auto;
  gap: 14px;
  align-items: center;
}

.rewards-product-mockup__purchase {
  display: grid;
  min-height: 330px;
  grid-row: 1 / 3;
  align-content: start;
  gap: 22px;
  padding: 24px;
}

.rewards-product-mockup__panel-head,
.rewards-product-mockup__receipt-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rewards-product-mockup__check {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--signal);
  font-size: 13px;
  font-weight: 700;
}

.rewards-product-mockup__merchant {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(65 62 62 / 0.1);
}

.rewards-product-mockup__shopping-art {
  display: block;
  width: 92px;
  height: 94px;
  border-radius: 12px;
  background: url("/assets/illustrations/ultra-shopping-bag.png") 50% 50% / contain no-repeat;
}

.rewards-product-mockup__merchant > span:last-child,
.rewards-product-mockup__mini-panel,
.rewards-product-mockup__result > div,
.rewards-product-mockup__book-footer > span:first-child {
  display: grid;
  gap: 3px;
}

.rewards-product-mockup__merchant strong,
.rewards-product-mockup__mini-panel strong,
.rewards-product-mockup__result strong,
.rewards-product-mockup__book-footer strong {
  font-size: 12px;
  font-weight: 600;
}

.rewards-product-mockup__merchant small,
.rewards-product-mockup__muted,
.rewards-product-mockup__result small,
.rewards-product-mockup__stay-card small,
.rewards-product-mockup__route small,
.rewards-product-mockup__book-footer small {
  color: rgb(65 62 62 / 0.5);
  font-size: 9px;
  line-height: 1.35;
}

.rewards-product-mockup__receipt-lines {
  display: grid;
  gap: 14px;
}

.rewards-product-mockup__receipt-lines span {
  display: block;
  width: 82%;
  height: 8px;
  border-radius: 999px;
  background: rgb(65 62 62 / 0.09);
}

.rewards-product-mockup__receipt-lines span:nth-child(2) {
  width: 56%;
}

.rewards-product-mockup__receipt-lines span:nth-child(3) {
  width: 70%;
}

.rewards-product-mockup__receipt-total {
  margin-top: auto;
  padding-top: 18px;
  color: rgb(65 62 62 / 0.54);
  border-top: 1px dashed rgb(65 62 62 / 0.2);
  font-size: 10px;
}

.rewards-product-mockup__receipt-total strong {
  max-width: 150px;
  color: var(--charcoal);
  font-size: 11px;
  text-align: right;
}

.rewards-product-mockup__reward-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  padding: 24px 22px;
  background: rgb(255 255 255 / 0.88);
  transform: translateX(-30px);
}

.rewards-product-mockup__value {
  color: var(--charcoal);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
}

.rewards-product-mockup__value small {
  color: rgb(65 62 62 / 0.48);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.rewards-product-mockup__progress {
  display: block;
  height: 4px;
  margin-top: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(65 62 62 / 0.1);
}

.rewards-product-mockup__progress > span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--signal);
}

.rewards-product-mockup__mini-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.rewards-product-mockup__mini-panel {
  min-height: 76px;
  align-content: end;
  padding: 13px;
  border: 1px solid rgb(65 62 62 / 0.09);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.5);
}

.rewards-product-mockup__mini-panel > span,
.rewards-product-mockup__result > div > span,
.rewards-product-mockup__trip-meta span,
.rewards-product-mockup__payment span,
.rewards-product-mockup__book-footer small {
  color: rgb(65 62 62 / 0.48);
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rewards-product-mockup__body--discover,
.rewards-product-mockup__body--book {
  display: grid;
  align-content: start;
  gap: 12px;
}

.rewards-product-mockup__discover-head,
.rewards-product-mockup__book-head {
  display: grid;
  gap: 7px;
}

.rewards-product-mockup__discover-head h4,
.rewards-product-mockup__book-head h4 {
  max-width: 440px;
  margin: 0;
  color: var(--charcoal);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.rewards-product-mockup__search {
  display: grid;
  min-height: 48px;
  grid-template-columns: 1fr auto 1.2fr;
  align-items: center;
  gap: 12px;
  margin-top: 3px;
  padding: 0 15px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.64);
  font-size: 10px;
}

.rewards-product-mockup__search strong {
  font-size: 11px;
  font-weight: 600;
  text-align: right;
}

.rewards-product-mockup__search-arrow {
  color: var(--signal);
}

.rewards-product-mockup__tabs {
  display: flex;
  gap: 22px;
  min-height: 28px;
  align-items: end;
  border-bottom: 1px solid rgb(65 62 62 / 0.1);
}

.rewards-product-mockup__tabs span {
  position: relative;
  padding-bottom: 8px;
  color: rgb(65 62 62 / 0.46);
  font-size: 9px;
  font-weight: 600;
}

.rewards-product-mockup__tabs .is-active {
  color: var(--charcoal);
}

.rewards-product-mockup__tabs .is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--signal);
}

.rewards-product-mockup__balance-card {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 12px 16px;
}

.rewards-product-mockup__balance-card > div {
  display: grid;
  gap: 4px;
}

.rewards-product-mockup__balance-card strong {
  font-size: 12px;
  font-weight: 600;
}

.rewards-product-mockup__balance-orbit {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 3px solid rgb(255 92 0 / 0.2);
  border-top-color: var(--signal);
  border-radius: 50%;
}

.rewards-product-mockup__balance-orbit > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
}

.rewards-product-mockup__hotel-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rewards-product-mockup__hotel-marks span {
  padding: 6px 9px;
  color: rgb(65 62 62 / 0.66);
  border: 1px solid rgb(65 62 62 / 0.09);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.5);
  font-size: 8px;
  font-weight: 650;
  line-height: 1;
}

.rewards-product-mockup__results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rewards-product-mockup__result {
  position: relative;
  display: grid;
  min-height: 112px;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 10px;
  border: 1px solid rgb(65 62 62 / 0.09);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.54);
}

.rewards-product-mockup__result.is-featured {
  background: rgb(255 255 255 / 0.86);
  box-shadow: 0 16px 38px rgb(65 62 62 / 0.08);
}

.rewards-product-mockup__result-art {
  display: block;
  width: 64px;
  height: 88px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.rewards-product-mockup__result-art--coast {
  background-image: url("/assets/travel/generated/ultra-coastal-sanctuary.webp");
}

.rewards-product-mockup__result-art--stay {
  background-image: url("/assets/travel/generated/ultra-forest-suite.webp");
}

.rewards-product-mockup__result-arrow {
  color: var(--signal);
  font-size: 13px;
}

.rewards-product-mockup__itinerary {
  padding: 19px 20px 14px;
}

.rewards-product-mockup__route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.rewards-product-mockup__route > span:not(.rewards-product-mockup__route-line) {
  display: grid;
  gap: 3px;
}

.rewards-product-mockup__route > span:last-child {
  text-align: right;
}

.rewards-product-mockup__route strong {
  font-size: 24px;
  font-weight: 500;
}

.rewards-product-mockup__route-line {
  position: relative;
  display: block;
  height: 1px;
  background: rgb(65 62 62 / 0.2);
}

.rewards-product-mockup__route-line::before,
.rewards-product-mockup__route-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
  transform: translateY(-50%);
}

.rewards-product-mockup__route-line::before {
  left: 0;
}

.rewards-product-mockup__route-line::after {
  right: 0;
}

.rewards-product-mockup__route-line i {
  position: absolute;
  top: 50%;
  left: 58%;
  width: 9px;
  height: 9px;
  border-radius: 1px 7px 7px 7px;
  background: var(--charcoal);
  transform: translate(-50%, -50%) rotate(-43deg);
}

.rewards-product-mockup__trip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
  padding-top: 12px;
  border-top: 1px solid rgb(65 62 62 / 0.09);
}

.rewards-product-mockup__trip-meta span {
  padding: 6px 8px;
  border-radius: 999px;
  background: rgb(65 62 62 / 0.05);
}

.rewards-product-mockup__stay-card {
  display: grid;
  min-height: 90px;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 9px 13px 9px 9px;
}

.rewards-product-mockup__stay-art {
  display: block;
  width: 86px;
  height: 70px;
  border-radius: 11px;
  background: url("/assets/travel/generated/ultra-forest-suite.webp") 50% 52% / cover;
}

.rewards-product-mockup__stay-card > div {
  display: grid;
  gap: 4px;
}

.rewards-product-mockup__stay-card strong {
  font-size: 12px;
  font-weight: 600;
}

.rewards-product-mockup__payment {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px 10px 16px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.52);
}

.rewards-product-mockup__payment > div {
  display: grid;
  gap: 3px;
}

.rewards-product-mockup__payment strong {
  font-size: 12px;
  font-weight: 600;
}

.rewards-product-mockup__toggle {
  display: flex;
  width: 44px;
  height: 24px;
  align-items: center;
  justify-content: flex-end;
  padding: 3px;
  border-radius: 999px;
  background: var(--signal);
}

.rewards-product-mockup__toggle > span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.18);
}

.rewards-product-mockup__book-footer {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 8px 8px 16px;
  border-radius: 14px;
  background: var(--charcoal);
  color: white;
}

.rewards-product-mockup__book-footer small {
  color: rgb(255 255 255 / 0.54);
}

.rewards-product-mockup__primary-action {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 0 18px;
  color: var(--charcoal);
  border-radius: 999px;
  background: white;
  font-size: 10px;
  font-weight: 650;
}

@container (max-width: 440px) {
  .rewards-product-mockup__chrome {
    min-height: 48px;
    padding: 0 16px;
  }

  .rewards-product-mockup__body {
    padding: 14px;
  }

  .rewards-product-mockup__body--earn {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px;
  }

  .rewards-product-mockup__purchase {
    min-height: 205px;
    grid-row: auto;
    gap: 12px;
    padding: 16px;
  }

  .rewards-product-mockup__merchant {
    grid-template-columns: 74px 1fr;
    padding-bottom: 12px;
  }

  .rewards-product-mockup__shopping-art {
    width: 74px;
    height: 78px;
  }

  .rewards-product-mockup__reward-card {
    gap: 6px;
    margin-top: -34px;
    margin-left: 34px;
    padding: 16px;
    transform: none;
  }

  .rewards-product-mockup__value {
    font-size: 20px;
  }

  .rewards-product-mockup__mini-panel {
    min-height: 58px;
    padding: 10px;
  }

  .rewards-product-mockup__discover-head h4,
  .rewards-product-mockup__book-head h4 {
    font-size: 18px;
  }

  .rewards-product-mockup__search {
    min-height: 42px;
    padding: 0 11px;
  }

  .rewards-product-mockup__tabs {
    gap: 16px;
  }

  .rewards-product-mockup__results {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .rewards-product-mockup__result {
    min-height: 77px;
    grid-template-columns: 54px 1fr;
    padding: 7px;
  }

  .rewards-product-mockup__result-art {
    width: 54px;
    height: 62px;
  }

  .rewards-product-mockup__result-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .rewards-product-mockup__itinerary {
    padding: 14px;
  }

  .rewards-product-mockup__route {
    gap: 12px;
  }

  .rewards-product-mockup__route strong {
    font-size: 19px;
  }

  .rewards-product-mockup__stay-card {
    min-height: 82px;
    grid-template-columns: 68px 1fr auto;
    gap: 9px;
    padding: 7px 10px 7px 7px;
  }

  .rewards-product-mockup__stay-art {
    width: 68px;
    height: 66px;
  }
}

.rewards-screen {
  min-height: 478px;
  padding: clamp(22px, 2.5vw, 34px);
  color: var(--charcoal);
  border: 1px solid rgb(255 255 255 / 0.6);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.95), rgb(234 232 225 / 0.86)),
    #f4f1eb;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.9),
    0 48px 120px rgb(0 0 0 / 0.3);
  -webkit-backdrop-filter: blur(28px) saturate(1.12);
  backdrop-filter: blur(28px) saturate(1.12);
  animation: rewardsScreenIn 600ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.rewards-screen__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.rewards-screen__header > div {
  display: grid;
  gap: 5px;
}

.rewards-screen__header span,
.rewards-screen__header small {
  color: rgb(65 62 62 / 0.48);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.rewards-screen__header strong {
  max-width: 390px;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 550;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.rewards-screen__avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: white !important;
  border-radius: 50%;
  background: var(--charcoal);
  font-size: 10px !important;
}

.rewards-screen__balance-pill {
  flex: 0 0 auto;
  padding: 8px 11px;
  color: rgb(65 62 62 / 0.74) !important;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.62);
}

.rewards-balance {
  position: relative;
  display: grid;
  margin-top: 24px;
  gap: 6px;
  padding: 26px 28px;
  overflow: hidden;
  color: white;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 8%, rgb(255 255 255 / 0.2), transparent 34%),
    linear-gradient(145deg, #5f6a5a, #353c37);
}

.rewards-balance::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -56px;
  width: 180px;
  height: 180px;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 50%;
}

.rewards-balance span {
  color: rgb(255 255 255 / 0.64);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.rewards-balance strong {
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rewards-balance small {
  color: rgb(255 255 255 / 0.66);
  font-size: 10px;
}

.rewards-activity {
  display: grid;
  margin-top: 24px;
  gap: 5px;
}

.rewards-screen__section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px 6px;
}

.rewards-screen__section-title strong {
  font-size: 11px;
  font-weight: 650;
}

.rewards-screen__section-title span {
  color: rgb(65 62 62 / 0.44);
  font-size: 9px;
}

.rewards-activity__row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgb(65 62 62 / 0.08);
  border-radius: 13px;
  background: rgb(255 255 255 / 0.48);
}

.rewards-activity__row > i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: rgb(65 62 62 / 0.64);
  border-radius: 10px;
  background: #e7e4dc;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.rewards-activity__row > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.rewards-activity__row strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rewards-activity__row small {
  color: rgb(65 62 62 / 0.46);
  font-size: 8px;
}

.rewards-activity__row b {
  color: #56634f;
  font-size: 10px;
  font-weight: 650;
}

.rewards-discover-search {
  display: grid;
  margin-top: 26px;
  grid-template-columns: 1fr auto 1fr 0.9fr;
  overflow: hidden;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 16px;
  background: rgb(255 255 255 / 0.62);
}

.rewards-discover-search > div {
  display: grid;
  gap: 4px;
  padding: 15px 16px;
}

.rewards-discover-search > div:last-child {
  border-left: 1px solid rgb(65 62 62 / 0.1);
}

.rewards-discover-search > span {
  align-self: center;
  color: rgb(65 62 62 / 0.38);
  font-size: 13px;
}

.rewards-discover-search small,
.rewards-booking small,
.rewards-booking-options small {
  color: rgb(65 62 62 / 0.42);
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.rewards-discover-search strong {
  font-size: 12px;
  font-weight: 600;
}

.rewards-discover-grid {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rewards-discover-card {
  position: relative;
  display: grid;
  min-height: 180px;
  align-content: end;
  gap: 5px;
  padding: 18px;
  overflow: hidden;
  color: white;
  border-radius: 17px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.rewards-discover-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.04), rgb(0 0 0 / 0.64));
}

.rewards-discover-card--flight {
  background-image: url("/assets/travel/generated/ultra-coastal-sanctuary.webp");
}

.rewards-discover-card--hotel {
  background-image: url("/assets/travel/generated/ultra-forest-suite.webp");
}

.rewards-discover-card > span {
  color: rgb(255 255 255 / 0.7);
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.rewards-discover-card > strong {
  max-width: 210px;
  font-size: 17px;
  font-weight: 550;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.rewards-discover-card > small {
  color: rgb(255 255 255 / 0.68);
  font-size: 8px;
}

.rewards-discover-card > i {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 50%;
  background: rgb(0 0 0 / 0.08);
  font-size: 10px;
  font-style: normal;
}

.rewards-transfer-row {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px 14px;
  border: 1px solid rgb(65 62 62 / 0.08);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.52);
}

.rewards-transfer-row__marks {
  display: flex;
  padding-left: 8px;
}

.rewards-transfer-row__marks i {
  display: grid;
  width: 28px;
  height: 28px;
  margin-left: -8px;
  place-items: center;
  color: white;
  border: 2px solid #efede7;
  border-radius: 50%;
  background: #5b6259;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.rewards-transfer-row__marks i:nth-child(2) {
  background: #887767;
}

.rewards-transfer-row__marks i:nth-child(3) {
  color: rgb(65 62 62 / 0.58);
  background: #ddd8ce;
}

.rewards-transfer-row > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.rewards-transfer-row strong {
  font-size: 10px;
  font-weight: 650;
}

.rewards-transfer-row small {
  color: rgb(65 62 62 / 0.44);
  font-size: 8px;
}

.rewards-transfer-row > b {
  color: rgb(65 62 62 / 0.42);
  font-size: 12px;
}

.rewards-booking {
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 20px;
  background: rgb(255 255 255 / 0.52);
}

.rewards-booking__route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
}

.rewards-booking__route > span {
  display: grid;
  gap: 5px;
}

.rewards-booking__route > span:last-child {
  text-align: right;
}

.rewards-booking__route strong {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rewards-booking__route > i {
  position: relative;
  height: 1px;
  background: rgb(65 62 62 / 0.16);
}

.rewards-booking__route > i::before,
.rewards-booking__route > i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid rgb(65 62 62 / 0.28);
  border-radius: 50%;
  background: white;
  transform: translateY(-50%);
}

.rewards-booking__route > i::before {
  left: 0;
}

.rewards-booking__route > i::after {
  right: 0;
}

.rewards-booking__route > i b {
  position: absolute;
  top: 50%;
  left: 57%;
  width: 8px;
  height: 8px;
  border-radius: 1px 8px 8px 8px;
  background: var(--charcoal);
  transform: translate(-50%, -50%) rotate(-43deg);
}

.rewards-booking__stay {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border-top: 1px solid rgb(65 62 62 / 0.09);
}

.rewards-booking__stay > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #e3dfd6;
}

.rewards-booking__stay > div {
  display: grid;
  gap: 3px;
}

.rewards-booking__stay strong {
  font-size: 11px;
  font-weight: 600;
}

.rewards-booking__stay > b {
  color: rgb(65 62 62 / 0.56);
  font-size: 9px;
  font-weight: 600;
}

.rewards-booking-options {
  display: grid;
  margin-top: 14px;
  gap: 8px;
}

.rewards-booking-options button {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 18px;
  color: white;
  border: 0;
  border-radius: 15px;
  background: var(--charcoal);
  cursor: default;
  text-align: left;
}

.rewards-booking-options button:last-child {
  color: var(--charcoal);
  border: 1px solid rgb(65 62 62 / 0.12);
  background: rgb(255 255 255 / 0.56);
}

.rewards-booking-options button > span {
  display: grid;
  gap: 3px;
}

.rewards-booking-options button:first-child small {
  color: rgb(255 255 255 / 0.5);
}

.rewards-booking-options strong {
  font-size: 11px;
  font-weight: 600;
}

.rewards-booking-options i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
  opacity: 0.5;
}

.rewards-screen--book > p {
  margin: 12px 0 0;
  color: rgb(65 62 62 / 0.38);
  text-align: center;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 0.11em;
}

.travel-hotel-card__visual {
  display: grid;
  gap: 21px;
}

.travel-hotel-card__visual:hover .travel-hotel-card__image img {
  transform: scale(1.035);
}

.travel-hotel-card:nth-child(3) .travel-hotel-card__image img {
  object-position: 50% 52%;
}

.travel-hotels__action .text-link {
  flex: 0 0 auto;
  padding: 0 0 3px;
  color: var(--charcoal);
  border: 0;
  border-bottom: 1px solid rgb(65 62 62 / 0.5);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.travel-philosophy__media img {
  object-position: 50% 52%;
}

@keyframes rewardsScreenIn {
  from {
    opacity: 0;
    transform: translateY(12px) rotateX(1.5deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@media (max-width: 979px) {
  .rewards-journey {
    min-height: 950px;
  }

  .rewards-journey__content {
    min-height: 950px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 34px;
    padding: 88px clamp(22px, 5vw, 48px) 104px;
  }

  .rewards-journey__copy {
    max-width: 650px;
  }

  .rewards-journey__copy h3 {
    max-width: 620px;
  }

  .rewards-journey__screen-wrap {
    width: min(680px, 100%);
    justify-self: center;
  }

  .rewards-journey__screen-asset {
    height: 540px;
    min-height: 0;
  }
}

@media (max-width: 759px) {
  .travel-search-launch--compact {
    width: min(224px, calc(100vw - 40px));
    min-width: 0;
    min-height: 52px;
  }

  .travel-search-launch--compact > span:last-child {
    width: 38px;
    height: 38px;
  }

  .rewards-journey {
    min-height: 930px;
    margin-top: 38px;
    border-radius: 28px;
  }

  .rewards-journey__shade {
    background:
      linear-gradient(180deg, rgb(17 17 14 / 0.34), rgb(17 17 14 / 0.62) 44%, rgb(17 17 14 / 0.5)),
      linear-gradient(90deg, rgb(17 17 14 / 0.26), transparent);
  }

  .rewards-journey__content {
    min-height: 930px;
    align-content: center;
    gap: 28px;
    padding: 72px 16px 90px;
  }

  .rewards-journey__copy {
    gap: 12px;
    padding: 0 7px;
  }

  .rewards-journey__copy h3 {
    font-size: 38px;
  }

  .rewards-journey__copy p {
    font-size: 13px;
  }

  .rewards-screen {
    min-height: 500px;
    padding: 18px 15px;
    border-radius: 22px;
  }

  .rewards-journey__screen-asset {
    width: min(360px, 100%);
    height: 500px;
    min-height: 0;
  }

  .rewards-screen__header strong {
    max-width: 225px;
    font-size: 16px;
  }

  .rewards-screen__balance-pill {
    padding: 7px 8px;
  }

  .rewards-balance {
    padding: 21px 20px;
  }

  .rewards-activity__row {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 9px;
  }

  .rewards-activity__row b {
    max-width: 72px;
    text-align: right;
  }

  .rewards-discover-search {
    grid-template-columns: 1fr auto 1fr;
  }

  .rewards-discover-search > div {
    padding: 12px;
  }

  .rewards-discover-search > div:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgb(65 62 62 / 0.1);
    border-left: 0;
  }

  .rewards-discover-card {
    min-height: 154px;
    padding: 14px;
  }

  .rewards-discover-card > strong {
    font-size: 14px;
  }

  .rewards-booking__route {
    padding: 20px 16px;
  }

  .rewards-booking__stay {
    padding: 14px 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .rewards-journey__media img,
  .rewards-screen,
  .rewards-journey__screen-asset {
    animation: none;
    transform: none;
  }
}

/* Ultra Rewards narrative */
.travel-home .ultra-definition,
.travel-home .travel-how,
.travel-home .ultra-economics,
.travel-home .ultra-earning-channels,
.travel-home .ultra-search-story,
.travel-home .ultra-balance-story,
.travel-home .travel-hotels,
.travel-home .travel-faq {
  padding-top: clamp(84px, 8vw, 124px);
  padding-bottom: clamp(84px, 8vw, 124px);
  background: var(--frost);
}

.travel-home .travel-final-cta {
  background: var(--charcoal);
}

.ultra-definition {
  display: grid;
  justify-items: center;
  gap: 32px;
  text-align: center;
}

.ultra-definition > p {
  max-width: 1240px;
  margin: 0;
  color: var(--charcoal);
  font-size: 58px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.rewards-journey.rewards-journey--stack,
.ultra-market-header,
.ultra-market-grid,
.ultra-market-shopping,
.ultra-value-calculator__header,
.ultra-value-control,
.ultra-value-table-wrap {
  max-width: var(--content-editorial);
}

.ultra-definition > p strong {
  color: var(--signal);
  font-weight: inherit;
}

.ultra-definition > span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.ultra-economics__heading {
  display: grid;
  max-width: 1540px;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.62fr);
  gap: 80px;
  align-items: end;
  margin: 0 auto 72px;
}

.ultra-economics__heading > .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -50px;
}

.ultra-economics__heading h2 {
  max-width: 850px;
  margin: 0;
  color: var(--charcoal);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.ultra-economics__heading > p:last-child {
  max-width: 490px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.52;
}

.ultra-economics__stage {
  display: grid;
  max-width: 1540px;
  grid-template-columns: minmax(360px, 0.86fr) minmax(480px, 1.14fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px) 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.ultra-economics__booking {
  display: grid;
  min-width: 0;
  grid-template-rows: auto auto;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: var(--paper);
}

.ultra-economics__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.ultra-economics__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ultra-economics__booking figcaption {
  display: grid;
  gap: 6px;
  padding: 20px 4px 0;
}

.ultra-economics__booking span,
.ultra-economics__flow small {
  color: rgb(65 62 62 / 0.55);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ultra-economics__booking strong {
  font-size: 16px;
  font-weight: 600;
}

.ultra-economics__flow {
  display: grid;
  min-width: 0;
  align-content: center;
  border-top: 1px solid var(--line-strong);
}

.ultra-economics__flow article {
  padding: 24px 0;
  border-bottom: 1px solid var(--line-strong);
}

.ultra-economics__flow article.is-points {
  border-bottom-color: var(--signal);
}

.ultra-economics__flow article > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
}

.ultra-economics__flow strong {
  color: var(--charcoal);
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.ultra-economics__flow .is-points strong {
  color: var(--signal);
}

.ultra-economics__flow > p {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.ultra-earning-channels .section-intro,
.ultra-search-story .section-intro {
  margin-bottom: 72px;
}

.ultra-earning-grid {
  display: grid;
  max-width: 1540px;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 24px;
  margin: 0 auto;
}

.ultra-earning-card {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: white;
  border-radius: var(--radius-media);
  background: var(--charcoal);
  isolation: isolate;
}

.ultra-earning-card > img,
.ultra-earning-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ultra-earning-card > img {
  z-index: -2;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ultra-earning-card:hover > img {
  transform: scale(1.025);
}

.ultra-earning-card--hotel > img {
  object-position: 50% 50%;
}

.ultra-earning-card--shopping > img {
  object-position: 52% 50%;
}

.ultra-earning-card__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(8 9 8 / 0.08) 12%, transparent 48%, rgb(8 9 8 / 0.76)),
    linear-gradient(90deg, rgb(8 9 8 / 0.3), transparent 68%);
}

.ultra-earning-card__copy {
  position: absolute;
  right: 34px;
  bottom: 36px;
  left: 34px;
  display: grid;
  max-width: 540px;
  gap: 10px;
}

.ultra-earning-card__copy > span {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.ultra-earning-card__copy h3 {
  max-width: 510px;
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.ultra-earning-card__copy p {
  max-width: 470px;
  margin: 0;
  color: rgb(255 255 255 / 0.74);
  font-size: 15px;
  line-height: 1.48;
}

.ultra-earning-card__copy button {
  width: fit-content;
  margin-top: 8px;
  padding: 0 0 4px;
  color: white;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.64);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

.ultra-earning-card__copy button i {
  margin-left: 7px;
  font-style: normal;
}

.ultra-offer-card {
  position: absolute;
  top: 30px;
  right: 30px;
  display: grid;
  min-width: 230px;
  gap: 4px;
  padding: 21px;
  color: var(--charcoal);
  border: 1px solid rgb(255 255 255 / 0.58);
  border-radius: var(--radius-card);
  background: rgb(248 248 248 / 0.82);
  box-shadow: none;
  -webkit-backdrop-filter: blur(24px) saturate(1.15);
  backdrop-filter: blur(24px) saturate(1.15);
}

.ultra-offer-card span,
.ultra-offer-card small {
  color: rgb(65 62 62 / 0.52);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.09em;
}

.ultra-offer-card strong {
  font-size: 13px;
  font-weight: 600;
}

.ultra-offer-card b {
  margin-top: 10px;
  color: var(--signal);
  font-size: 34px;
  font-weight: 500;
}

.ultra-shopping-status {
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30px;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.52);
  border-radius: var(--radius-card);
  background: rgb(248 248 248 / 0.8);
  box-shadow: none;
  -webkit-backdrop-filter: blur(24px) saturate(1.15);
  backdrop-filter: blur(24px) saturate(1.15);
}

.ultra-shopping-status span {
  position: relative;
  min-height: 50px;
  padding: 17px 18px 15px 48px;
  color: rgb(65 62 62 / 0.48);
  background: rgb(255 255 255 / 0.6);
  font-size: 11px;
  font-weight: 600;
}

.ultra-live-search {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 1540px;
  min-height: 620px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px);
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  color: white;
  border-radius: var(--radius-media);
  isolation: isolate;
}

.ultra-live-search > img,
.ultra-live-search__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ultra-live-search > img {
  object-fit: cover;
  object-position: 50% 54%;
}

.ultra-live-search__shade {
  z-index: -1;
  background: rgb(10 10 8 / 0.48);
}

.ultra-live-search__copy {
  display: grid;
  max-width: 650px;
  gap: 12px;
}

.ultra-live-search__copy span {
  color: rgb(255 255 255 / 0.72);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.ultra-live-search__copy strong {
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 500;
  line-height: 1.04;
}

.ultra-live-search .sf-search-panel--hero.sf-search-panel--expanded {
  width: 100%;
  margin: 0;
}

.ultra-live-search .sf-search-card {
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.28),
    0 20px 54px rgb(0 0 0 / 0.18);
}

.ultra-shopping-status span::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 19px;
  width: 14px;
  height: 14px;
  border: 1px solid rgb(65 62 62 / 0.3);
  border-radius: 50%;
}

.ultra-shopping-status span.is-complete {
  color: var(--charcoal);
}

.ultra-shopping-status span.is-complete::before {
  border-color: var(--signal);
  background: var(--signal);
  box-shadow: inset 0 0 0 4px white;
}

.ultra-search-story {
  background: #e7e2da;
}

.ultra-search-proof {
  max-width: 1540px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgb(65 62 62 / 0.13);
  border-radius: 52px;
  background:
    radial-gradient(circle at 84% 4%, rgb(255 92 0 / 0.12), transparent 27%),
    #f5f2ec;
  box-shadow: 0 34px 90px rgb(65 62 62 / 0.1);
}

.ultra-search-proof__header {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 34px;
  border-bottom: 1px solid rgb(65 62 62 / 0.1);
}

.ultra-search-proof__header > span {
  color: var(--signal);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ultra-search-proof__header > div {
  display: grid;
  gap: 3px;
  text-align: right;
}

.ultra-search-proof__header small,
.ultra-search-proof__controls small,
.ultra-search-proof__body aside > span,
.ultra-award-results__meta > span,
.ultra-award-results__route + div small {
  color: rgb(65 62 62 / 0.5);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ultra-search-proof__header strong {
  font-size: 14px;
  font-weight: 600;
}

.ultra-search-proof__controls {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr) minmax(140px, 0.72fr) minmax(140px, 0.72fr);
  gap: 1px;
  margin: 24px 28px 0;
  overflow: hidden;
  border: 1px solid rgb(65 62 62 / 0.11);
  border-radius: 18px;
  background: rgb(65 62 62 / 0.09);
}

.ultra-search-proof__controls > div {
  display: grid;
  min-width: 0;
  min-height: 72px;
  align-content: center;
  gap: 6px;
  padding: 0 20px;
  background: rgb(255 255 255 / 0.7);
}

.ultra-search-proof__controls > span {
  display: grid;
  min-height: 72px;
  place-items: center;
  padding: 0 3px;
  color: var(--signal);
  background: rgb(255 255 255 / 0.7);
}

.ultra-search-proof__controls strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ultra-search-proof__body {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 24px;
  padding: 24px 28px 30px;
}

.ultra-search-proof__body aside {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 22px;
  background: rgb(255 255 255 / 0.45);
}

.ultra-program-list {
  display: grid;
  gap: 8px;
}

.ultra-program-list > span {
  display: grid;
  min-height: 42px;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgb(65 62 62 / 0.08);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.6);
}

.ultra-program-list img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ultra-program-list small {
  color: var(--charcoal);
  font-size: 10px;
  font-weight: 600;
}

.ultra-search-proof__body aside > p {
  margin: 0;
  color: rgb(65 62 62 / 0.48);
  font-size: 9px;
  line-height: 1.45;
}

.ultra-award-results {
  display: grid;
  align-content: start;
  gap: 14px;
}

.ultra-award-results__meta {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ultra-award-results__meta small {
  color: rgb(65 62 62 / 0.48);
  font-size: 10px;
}

.ultra-award-results > article {
  display: grid;
  min-height: 238px;
  grid-template-columns: minmax(220px, 0.8fr) minmax(200px, 0.8fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgb(255 255 255 / 0.86), rgb(255 255 255 / 0.5)),
    url("/assets/travel/generated/ultra-coastal-sanctuary.webp") 50% 50% / cover;
  box-shadow: 0 26px 56px rgb(65 62 62 / 0.1);
}

.ultra-award-results__route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.ultra-award-results__route strong {
  font-size: 36px;
  font-weight: 500;
}

.ultra-award-results__route > span {
  position: relative;
  height: 1px;
  background: rgb(65 62 62 / 0.25);
}

.ultra-award-results__route > span::before,
.ultra-award-results__route > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--signal);
  transform: translateY(-50%);
}

.ultra-award-results__route > span::before {
  left: 0;
}

.ultra-award-results__route > span::after {
  right: 0;
}

.ultra-award-results__route i {
  position: absolute;
  top: 50%;
  left: 56%;
  width: 8px;
  height: 8px;
  border-radius: 1px 7px 7px 7px;
  background: var(--charcoal);
  transform: translate(-50%, -50%) rotate(-43deg);
}

.ultra-award-results__route + div {
  display: grid;
  gap: 7px;
}

.ultra-award-results__route + div strong {
  font-size: 18px;
  font-weight: 600;
}

.ultra-award-results__ready {
  justify-self: end;
  padding: 11px 14px;
  color: #336246;
  border: 1px solid rgb(51 98 70 / 0.2);
  border-radius: 999px;
  background: rgb(224 242 230 / 0.78);
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.ultra-award-results__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  color: white;
  border-radius: 18px;
  background: var(--charcoal);
}

.ultra-award-results__footer span {
  color: rgb(255 255 255 / 0.54);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ultra-award-results__footer strong {
  font-size: 13px;
  font-weight: 600;
}

.ultra-search-story__action {
  display: flex;
  max-width: 1540px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 24px auto 0;
}

.ultra-search-story__action p {
  margin: 0;
  color: rgb(65 62 62 / 0.48);
  font-size: 10px;
  line-height: 1.45;
}

.ultra-balance-story {
  display: grid;
  width: 100%;
  max-width: 1540px;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.ultra-balance-story__copy {
  max-width: 650px;
  justify-self: start;
}

.ultra-balance-story__copy h2 {
  margin: 18px 0 20px;
  color: var(--charcoal);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.ultra-balance-story__copy > p:last-of-type {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.52;
}

.ultra-balance-pathway {
  display: grid;
  border-top: 1px solid var(--line-strong);
}

.ultra-balance-pathway > div {
  display: grid;
  min-height: 132px;
  grid-template-columns: 54px minmax(170px, 0.78fr) minmax(220px, 1.22fr);
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-strong);
}

.ultra-balance-pathway > div > span {
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
}

.ultra-balance-pathway > div > strong {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.1;
}

.ultra-balance-pathway > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.ultra-balance-pathway > i {
  display: none;
}

.ultra-balance-pathway > footer {
  max-width: 620px;
  padding-top: 32px;
  color: var(--charcoal);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

.ultra-use-paths {
  display: grid;
  margin-top: 54px;
  border-top: 1px solid var(--line-strong);
}

.ultra-use-paths article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line-strong);
}

.ultra-use-paths article > span {
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
}

.ultra-use-paths article > div {
  display: grid;
  gap: 5px;
}

.ultra-use-paths strong {
  font-size: 16px;
  font-weight: 600;
}

.ultra-use-paths p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.ultra-balance-ledger {
  display: grid;
  min-height: 660px;
  align-content: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 74px);
  overflow: hidden;
  border-radius: 52px 0 0 52px;
  background:
    radial-gradient(circle at 82% 10%, rgb(255 92 0 / 0.18), transparent 29%),
    #e9e4dc;
}

.ultra-balance-ledger > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(65 62 62 / 0.12);
}

.ultra-balance-ledger > header span {
  color: var(--signal);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ultra-balance-ledger > header strong {
  font-size: 18px;
  font-weight: 500;
}

.ultra-balance-ledger__entries {
  display: grid;
  gap: 10px;
}

.ultra-balance-ledger__entries article {
  display: grid;
  min-height: 86px;
  grid-template-columns: 46px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.58);
}

.ultra-balance-ledger__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  border-radius: 13px;
  background: var(--charcoal);
  font-size: 10px;
  font-weight: 700;
}

.ultra-balance-ledger__entries article > div {
  display: grid;
  gap: 4px;
}

.ultra-balance-ledger__entries strong {
  font-size: 13px;
  font-weight: 600;
}

.ultra-balance-ledger__entries small {
  color: rgb(65 62 62 / 0.48);
  font-size: 9px;
}

.ultra-balance-ledger__entries b {
  color: var(--signal);
  font-size: 18px;
  font-weight: 600;
}

.ultra-balance-ledger__total {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  color: white;
  border-radius: 20px;
  background: var(--charcoal);
}

.ultra-balance-ledger__total span {
  color: rgb(255 255 255 / 0.5);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ultra-balance-ledger__total strong {
  font-size: 24px;
  font-weight: 500;
}

.ultra-balance-ledger__branch {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.ultra-balance-ledger__branch span {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.5);
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.ultra-balance-ledger__branch i {
  color: rgb(65 62 62 / 0.4);
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
}

.ultra-balance-ledger > small {
  color: rgb(65 62 62 / 0.46);
  font-size: 9px;
  line-height: 1.45;
}

.rewards-journey.rewards-journey--stack {
  display: block;
  min-height: 0;
  max-width: 1540px;
  overflow: visible;
  color: var(--charcoal);
  border-radius: 0;
  background: transparent;
  isolation: isolate;
}

.rewards-journey-stack__item {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 48px;
  overflow: hidden;
  border: 1px solid rgb(65 62 62 / 0.16);
  border-radius: 48px;
  background: #ece8e1;
  box-shadow:
    0 30px 90px rgb(65 62 62 / 0.14),
    inset 0 1px rgb(255 255 255 / 0.7);
  scroll-margin-top: 120px;
}

.rewards-journey-stack__story {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 620px;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.rewards-journey-stack__story > img,
.rewards-journey-stack__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.rewards-journey-stack__story > img {
  object-fit: cover;
}

.rewards-journey-stack__item--earn .rewards-journey-stack__story > img {
  object-position: 50% 54%;
}

.rewards-journey-stack__item--discover .rewards-journey-stack__story > img {
  object-position: 50% 52%;
}

.rewards-journey-stack__item--book .rewards-journey-stack__story > img {
  object-position: 50% 50%;
}

.rewards-journey-stack__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(12 12 10 / 0.04) 16%, rgb(12 12 10 / 0.14) 48%, rgb(12 12 10 / 0.74)),
    linear-gradient(90deg, rgb(12 12 10 / 0.28), transparent 76%);
}

.rewards-journey--stack .rewards-journey__copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding: clamp(34px, 4.5vw, 64px);
}

.rewards-journey--stack .rewards-journey__screen-wrap {
  min-width: 0;
  width: 100%;
  height: 100%;
  justify-self: stretch;
  perspective: none;
}

.rewards-journey--stack .rewards-journey__screen-asset {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-left: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 0;
  box-shadow: none;
  animation: none;
}

.rewards-journey--stack .rewards-product-mockup {
  background: var(--paper);
}

.rewards-journey--stack .rewards-product-mockup__panel,
.rewards-journey--stack .rewards-product-mockup__award-card,
.rewards-journey--stack .rewards-product-mockup__selected-award {
  border-radius: var(--radius-card);
  background: rgb(255 255 255 / 0.46);
  box-shadow: none;
}

@media (min-width: 1100px) {
  .rewards-journey.rewards-journey--stack::after {
    content: "";
    display: block;
    height: clamp(300px, 42svh, 460px);
  }

  .rewards-journey-stack__item {
    position: sticky;
    top: calc(clamp(78px, 9svh, 104px) + var(--stack-offset));
    z-index: var(--stack-order);
    min-height: clamp(620px, 72svh, 720px);
    margin-bottom: clamp(96px, 18svh, 190px);
  }

  .rewards-journey-stack__item:last-child {
    margin-bottom: 0;
  }
}

/* Product-native Earn / Discover / Book artboards */
.rewards-product-mockup__body--earn-v2,
.rewards-product-mockup__body--discover-v2,
.rewards-product-mockup__body--book-v2 {
  display: grid;
  align-content: start;
  gap: 13px;
}

.rewards-product-mockup__offer {
  display: grid;
  min-height: 190px;
  grid-template-columns: 128px 1fr auto;
  gap: 17px;
  align-items: center;
  padding: 13px 18px 13px 13px;
}

.rewards-product-mockup__offer-art {
  display: block;
  width: 128px;
  height: 160px;
  border-radius: 13px;
  background: url("/assets/travel/generated/ultra-forest-suite.webp") 50% 52% / cover;
}

.rewards-product-mockup__offer-copy,
.rewards-product-mockup__offer-value {
  display: grid;
  gap: 6px;
}

.rewards-product-mockup__offer-copy strong {
  font-size: 16px;
  font-weight: 600;
}

.rewards-product-mockup__offer-copy small,
.rewards-product-mockup__offer-value span,
.rewards-product-mockup__note,
.rewards-product-mockup__program-row > small,
.rewards-product-mockup__award-meta small,
.rewards-product-mockup__path-options small,
.rewards-product-mockup__transfer-review small {
  color: rgb(65 62 62 / 0.48);
  font-size: 9px;
  line-height: 1.4;
}

.rewards-product-mockup__offer-value {
  min-width: 110px;
  text-align: right;
}

.rewards-product-mockup__offer-value strong {
  font-size: 25px;
  font-weight: 500;
}

.rewards-product-mockup__conversion {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
}

.rewards-product-mockup__conversion section {
  display: grid;
  min-height: 94px;
  align-content: center;
  gap: 7px;
  padding: 16px 18px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 15px;
  background: rgb(255 255 255 / 0.58);
}

.rewards-product-mockup__conversion section.is-points {
  color: white;
  border-color: var(--signal);
  background: var(--signal);
}

.rewards-product-mockup__conversion span,
.rewards-product-mockup__timeline span,
.rewards-product-mockup__program-row > span,
.rewards-product-mockup__award-meta span,
.rewards-product-mockup__path-options article > span,
.rewards-product-mockup__selected-award > div span {
  color: rgb(65 62 62 / 0.48);
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.rewards-product-mockup__conversion .is-points span {
  color: rgb(255 255 255 / 0.66);
}

.rewards-product-mockup__conversion strong {
  font-size: 13px;
  font-weight: 600;
}

.rewards-product-mockup__conversion > i {
  align-self: center;
  color: var(--signal);
  font-style: normal;
}

.rewards-product-mockup__timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.rewards-product-mockup__timeline span {
  position: relative;
  min-height: 38px;
  padding: 14px 8px 9px 28px;
  border-radius: 10px;
  background: rgb(65 62 62 / 0.05);
}

.rewards-product-mockup__timeline span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: inset 0 0 0 3px white;
}

.rewards-product-mockup__note {
  margin: 0;
}

.rewards-product-mockup__search-v2 {
  display: grid;
  min-height: 66px;
  grid-template-columns: 1fr auto 1fr 0.8fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 14px;
  background: rgb(65 62 62 / 0.08);
}

.rewards-product-mockup__search-v2 > div {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 0 13px;
  background: rgb(255 255 255 / 0.64);
}

.rewards-product-mockup__search-v2 > div > span {
  color: rgb(65 62 62 / 0.46);
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rewards-product-mockup__search-v2 strong {
  font-size: 10px;
  font-weight: 600;
}

.rewards-product-mockup__search-v2 > i {
  display: grid;
  place-items: center;
  padding: 0 3px;
  color: var(--signal);
  background: rgb(255 255 255 / 0.64);
  font-style: normal;
}

.rewards-product-mockup__program-row {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 12px;
  padding: 7px 12px;
  border: 1px solid rgb(65 62 62 / 0.09);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.48);
}

.rewards-product-mockup__program-row > div {
  display: flex;
  gap: 5px;
}

.rewards-product-mockup__program-row img {
  width: 26px;
  height: 26px;
  padding: 3px;
  object-fit: contain;
  border: 1px solid rgb(65 62 62 / 0.08);
  border-radius: 8px;
  background: white;
}

.rewards-product-mockup__program-row > small {
  margin-left: auto;
}

.rewards-product-mockup__award-card,
.rewards-product-mockup__selected-award {
  display: grid;
  align-items: center;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 16px;
  background: rgb(255 255 255 / 0.72);
  box-shadow: 0 18px 42px rgb(65 62 62 / 0.08);
}

.rewards-product-mockup__award-card {
  min-height: 148px;
  grid-template-columns: 0.85fr 0.92fr auto;
  gap: 18px;
  padding: 18px;
}

.rewards-product-mockup__award-route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.rewards-product-mockup__award-route strong {
  font-size: 22px;
  font-weight: 500;
}

.rewards-product-mockup__award-route > span {
  position: relative;
  height: 1px;
  background: rgb(65 62 62 / 0.2);
}

.rewards-product-mockup__award-route > span::before,
.rewards-product-mockup__award-route > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--signal);
  transform: translateY(-50%);
}

.rewards-product-mockup__award-route > span::before {
  left: 0;
}

.rewards-product-mockup__award-route > span::after {
  right: 0;
}

.rewards-product-mockup__award-route i {
  position: absolute;
  top: 50%;
  left: 58%;
  width: 7px;
  height: 7px;
  border-radius: 1px 6px 6px 6px;
  background: var(--charcoal);
  transform: translate(-50%, -50%) rotate(-43deg);
}

.rewards-product-mockup__award-meta {
  display: grid;
  gap: 6px;
}

.rewards-product-mockup__award-meta strong {
  font-size: 13px;
  font-weight: 600;
}

.rewards-product-mockup__coverage {
  padding: 9px 10px;
  color: #336246;
  border-radius: 999px;
  background: #e2f0e6;
  font-size: 8px;
  font-weight: 600;
  text-align: center;
}

.rewards-product-mockup__selected-award {
  min-height: 110px;
  grid-template-columns: 0.9fr 1fr;
  gap: 22px;
  padding: 17px 19px;
}

.rewards-product-mockup__selected-award > div:last-child {
  display: grid;
  gap: 6px;
}

.rewards-product-mockup__selected-award > div:last-child strong {
  font-size: 13px;
  font-weight: 600;
}

.rewards-product-mockup__path-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.rewards-product-mockup__path-options article {
  position: relative;
  display: grid;
  min-height: 112px;
  align-content: end;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 15px;
  background: rgb(255 255 255 / 0.5);
}

.rewards-product-mockup__path-options article.is-featured {
  color: white;
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.rewards-product-mockup__path-options article > div {
  display: grid;
  gap: 4px;
}

.rewards-product-mockup__path-options strong {
  font-size: 12px;
  font-weight: 600;
}

.rewards-product-mockup__path-options .is-featured > span,
.rewards-product-mockup__path-options .is-featured small {
  color: rgb(255 255 255 / 0.56);
}

.rewards-product-mockup__path-options article > i {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 11px;
  font-style: normal;
}

.rewards-product-mockup__transfer-review {
  display: grid;
  min-height: 72px;
  grid-template-columns: 0.75fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.5);
}

.rewards-product-mockup__transfer-review > span {
  display: grid;
  gap: 4px;
}

.rewards-product-mockup__transfer-review > span:last-child {
  text-align: right;
}

.rewards-product-mockup__transfer-review strong {
  font-size: 11px;
  font-weight: 600;
}

.rewards-product-mockup__transfer-review > i {
  color: var(--signal);
  font-style: normal;
}

@container (max-width: 440px) {
  .rewards-product-mockup__offer {
    min-height: 150px;
    grid-template-columns: 90px 1fr;
    gap: 11px;
    padding: 10px;
  }

  .rewards-product-mockup__offer-art {
    width: 90px;
    height: 128px;
  }

  .rewards-product-mockup__offer-value {
    grid-column: 2;
    text-align: left;
  }

  .rewards-product-mockup__offer-copy strong {
    font-size: 13px;
  }

  .rewards-product-mockup__offer-value strong {
    font-size: 18px;
  }

  .rewards-product-mockup__conversion {
    gap: 6px;
  }

  .rewards-product-mockup__conversion section {
    min-height: 84px;
    padding: 11px;
  }

  .rewards-product-mockup__conversion strong {
    font-size: 10px;
  }

  .rewards-product-mockup__timeline span {
    padding-right: 4px;
    padding-left: 22px;
    font-size: 6px;
  }

  .rewards-product-mockup__timeline span::before {
    left: 7px;
  }

  .rewards-product-mockup__search-v2 {
    grid-template-columns: 1fr auto 1fr;
  }

  .rewards-product-mockup__search-v2 > div:last-child {
    display: none;
  }

  .rewards-product-mockup__program-row > small {
    display: none;
  }

  .rewards-product-mockup__award-card {
    min-height: 150px;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    padding: 13px;
  }

  .rewards-product-mockup__coverage {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .rewards-product-mockup__selected-award {
    gap: 11px;
    padding: 13px;
  }

  .rewards-product-mockup__path-options article {
    min-height: 106px;
    padding: 12px;
  }

  .rewards-product-mockup__transfer-review {
    min-height: 64px;
    padding: 9px 11px;
  }
}

@media (max-width: 1099px) {
  .ultra-economics__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ultra-economics__heading > .eyebrow {
    margin-bottom: 0;
  }

  .ultra-economics__stage {
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  }

  .ultra-live-search {
    min-height: 760px;
  }

  .ultra-live-search .sf-search-grid {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    grid-template-areas:
      "origin swap destination"
      "date range passengers"
      "programs programs submit";
  }

  .ultra-live-search .sf-search-grid > :nth-child(1) {
    grid-area: origin;
  }

  .ultra-live-search .sf-search-grid > :nth-child(2) {
    grid-area: swap;
  }

  .ultra-live-search .sf-search-grid > :nth-child(3) {
    grid-area: destination;
  }

  .ultra-live-search .sf-search-grid > :nth-child(4) {
    grid-area: date;
  }

  .ultra-live-search .sf-search-grid > :nth-child(5) {
    grid-area: range;
  }

  .ultra-live-search .sf-search-grid > :nth-child(6) {
    grid-area: passengers;
  }

  .ultra-live-search .sf-search-grid > :nth-child(7) {
    grid-area: programs;
  }

  .ultra-live-search .sf-search-grid > :nth-child(8) {
    grid-area: submit;
  }

  .ultra-balance-story {
    grid-template-columns: 1fr;
  }

  .ultra-balance-story__copy {
    max-width: 760px;
    justify-self: start;
  }

  .ultra-award-results > article {
    grid-template-columns: 1fr 1fr;
  }

  .ultra-award-results__ready {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .rewards-journey-stack__item {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 48px;
  }

  .rewards-journey-stack__story {
    min-height: 500px;
  }

  .rewards-journey--stack .rewards-journey__screen-wrap {
    height: 560px;
  }

  .rewards-journey--stack .rewards-journey__screen-asset {
    border-top: 1px solid rgb(65 62 62 / 0.12);
    border-left: 0;
  }
}

@media (max-width: 759px) {
  .travel-home .ultra-definition,
  .travel-home .travel-how,
  .travel-home .ultra-economics,
  .travel-home .ultra-earning-channels,
  .travel-home .ultra-search-story,
  .travel-home .ultra-balance-story,
  .travel-home .travel-hotels,
  .travel-home .travel-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ultra-definition {
    gap: 22px;
  }

  .ultra-definition > p {
    font-size: 36px;
    line-height: 1.1;
  }

  .ultra-definition > span {
    max-width: 310px;
    font-size: 12px;
  }

  .ultra-economics__heading {
    margin-bottom: 42px;
  }

  .ultra-economics__heading h2,
  .ultra-balance-story__copy h2 {
    font-size: 38px;
  }

  .ultra-economics__heading > p:last-child,
  .ultra-balance-story__copy > p:last-of-type {
    font-size: 15px;
  }

  .ultra-economics__stage {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 28px 0;
  }

  .ultra-economics__booking {
    border-radius: 28px;
  }

  .ultra-economics__flow {
    grid-template-columns: 1fr;
  }

  .ultra-economics__flow article {
    min-height: 0;
  }

  .ultra-economics__flow article > div {
    gap: 16px;
  }

  .ultra-economics__flow strong {
    font-size: 29px;
  }

  .ultra-earning-channels .section-intro,
  .ultra-search-story .section-intro {
    margin-bottom: 42px;
  }

  .ultra-earning-grid {
    grid-template-columns: 1fr;
  }

  .ultra-earning-card {
    min-height: 620px;
    border-radius: 30px;
  }

  .ultra-earning-card__copy {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .ultra-earning-card__copy h3 {
    font-size: 34px;
  }

  .ultra-offer-card,
  .ultra-shopping-status {
    top: 18px;
    right: 18px;
    left: 18px;
  }

  .ultra-offer-card {
    min-width: 0;
  }

  .ultra-search-proof {
    border-radius: 30px;
  }

  .ultra-live-search {
    min-height: 0;
    padding: 28px 14px;
    gap: 56px;
    border-radius: 28px;
  }

  .ultra-live-search__copy {
    padding: 8px 8px 0;
  }

  .ultra-live-search__copy strong {
    font-size: 38px;
  }

  .ultra-live-search .sf-search-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
  }

  .ultra-live-search .sf-search-grid > * {
    grid-area: unset !important;
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .ultra-search-proof__header {
    min-height: 64px;
    padding: 0 18px;
  }

  .ultra-search-proof__controls {
    grid-template-columns: 1fr auto 1fr;
    margin: 14px 14px 0;
  }

  .ultra-search-proof__controls > div:nth-of-type(3),
  .ultra-search-proof__controls > div:nth-of-type(4) {
    display: none;
  }

  .ultra-search-proof__controls > div {
    min-height: 62px;
    padding: 0 12px;
  }

  .ultra-search-proof__controls > span {
    min-height: 62px;
  }

  .ultra-search-proof__body {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .ultra-search-proof__body aside {
    padding: 15px;
  }

  .ultra-program-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .ultra-program-list > span {
    min-height: 44px;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 6px;
  }

  .ultra-program-list small {
    display: none;
  }

  .ultra-award-results__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ultra-award-results > article {
    min-height: 270px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .ultra-award-results__ready {
    grid-column: auto;
  }

  .ultra-award-results__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ultra-search-story__action {
    align-items: flex-start;
    flex-direction: column;
  }

  .ultra-balance-story {
    gap: 54px;
  }

  .ultra-balance-pathway > div {
    min-height: 0;
    grid-template-columns: 38px 1fr;
    gap: 8px 14px;
    padding: 22px 0;
  }

  .ultra-balance-pathway > div > p {
    grid-column: 2;
  }

  .ultra-balance-pathway > footer {
    font-size: 21px;
  }

  .rewards-journey.rewards-journey--stack {
    padding-bottom: 0;
  }

  .rewards-journey-stack__item {
    margin-bottom: 28px;
    border-radius: 28px;
    box-shadow: 0 18px 48px rgb(65 62 62 / 0.11);
  }

  .rewards-journey-stack__story {
    min-height: 420px;
  }

  .rewards-journey--stack .rewards-journey__copy {
    padding: 28px 24px;
  }

  .rewards-journey--stack .rewards-journey__copy h3 {
    font-size: 38px;
  }

  .rewards-journey--stack .rewards-journey__screen-asset {
    height: 100%;
    border-radius: 0;
  }

  .rewards-journey--stack .rewards-journey__screen-wrap {
    height: 520px;
  }

  .ultra-balance-ledger {
    min-height: 520px;
    padding: 24px 16px;
    border-radius: 30px;
  }

  .ultra-balance-ledger > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ultra-balance-ledger__entries article {
    min-height: 78px;
    grid-template-columns: 40px 1fr auto;
    gap: 10px;
    padding: 11px;
  }

  .ultra-balance-ledger__icon {
    width: 38px;
    height: 38px;
  }

  .ultra-balance-ledger__entries b {
    font-size: 15px;
  }

  .ultra-balance-ledger__total {
    align-items: flex-start;
    flex-direction: column;
  }

  .ultra-balance-ledger__branch {
    grid-template-columns: 1fr;
  }
}

/* Ultra Rewards marketplace and point-value tools */
.travel-home .ultra-market-section {
  padding-top: clamp(84px, 8vw, 124px);
  padding-bottom: clamp(84px, 8vw, 124px);
  background: var(--frost);
}

.travel-home .ultra-value-calculator {
  padding-top: clamp(104px, 10vw, 156px);
  padding-bottom: clamp(104px, 10vw, 156px);
  background: #242321;
}

.ultra-market-header,
.ultra-market-grid,
.ultra-market-shopping,
.ultra-value-calculator__header,
.ultra-value-control,
.ultra-value-table-wrap {
  width: 100%;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}

.ultra-market-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(32px, 7vw, 104px);
  align-items: end;
  margin-bottom: clamp(50px, 6vw, 82px);
}

.ultra-market-intro {
  max-width: 920px;
}

.ultra-market-eyebrow,
.ultra-value-calculator__eyebrow {
  margin: 0 0 14px;
  color: var(--signal);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.ultra-market-intro h2,
.ultra-value-calculator__header h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.ultra-market-intro > p:last-child {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.ultra-market-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  padding: 0 0 5px;
  color: var(--charcoal);
  border: 0;
  border-bottom: 1px solid var(--charcoal);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.ultra-market-cta span {
  color: var(--signal);
}

.ultra-market-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 0.8fr));
  gap: clamp(18px, 2.2vw, 34px);
}

.ultra-market-card {
  display: grid;
  min-width: 0;
  align-content: start;
}

.ultra-market-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 30px;
  background: var(--paper);
}

.ultra-market-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ultra-market-card:nth-child(1) .ultra-market-card-media img {
  object-position: 50% 56%;
}

.ultra-market-card:nth-child(2) .ultra-market-card-media img {
  object-position: 50% 50%;
}

.ultra-market-card:nth-child(3) .ultra-market-card-media img {
  object-position: 50% 52%;
}

.ultra-market-card:hover .ultra-market-card-media img {
  transform: scale(1.025);
}

.ultra-market-card-body {
  display: grid;
  min-height: 154px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding: 22px 0 0;
  border-top: 0;
}

.ultra-market-card-heading {
  min-width: 0;
}

.ultra-market-card-location,
.ultra-market-card-rate-label,
.ultra-market-card-rate-unit {
  margin: 0;
  color: rgb(65 62 62 / 0.5);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.ultra-market-card-heading h3 {
  margin: 8px 0 0;
  color: var(--charcoal);
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
}

.ultra-market-card-rate {
  display: grid;
  min-width: 132px;
  justify-items: end;
  text-align: right;
}

.ultra-market-card-rate-value {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 5px 0 1px;
  color: var(--signal);
}

.ultra-market-card-rate-value span {
  font-size: 10px;
  font-weight: 600;
}

.ultra-market-card-rate-value strong {
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.ultra-market-shopping {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(300px, 1fr) minmax(330px, 0.8fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  margin-top: clamp(54px, 7vw, 96px);
  padding: clamp(34px, 4vw, 54px) 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.ultra-market-shopping-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 26px;
  background: var(--paper);
}

.ultra-market-shopping-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ultra-market-shopping-copy h3 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
}

.ultra-market-shopping-copy > p:last-child {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.48;
}

.ultra-market-shopping-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--line-strong);
}

.ultra-market-shopping-multiplier {
  display: grid;
  min-height: 106px;
  align-content: center;
  justify-items: center;
  gap: 3px;
  border-right: 1px solid var(--line-strong);
  font-style: normal;
  text-align: center;
}

.ultra-market-shopping-multiplier small,
.ultra-market-shopping-multiplier em {
  color: rgb(65 62 62 / 0.48);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ultra-market-shopping-multiplier strong {
  color: var(--signal);
  font-size: clamp(30px, 2.7vw, 44px);
  font-weight: 500;
  line-height: 1;
}

.ultra-value-calculator__header {
  display: grid;
  max-width: 1120px;
  justify-items: center;
  margin-bottom: clamp(48px, 6vw, 76px);
  text-align: center;
}

.ultra-value-calculator__header h2 {
  max-width: 980px;
}

.ultra-value-calculator__header h2 {
  color: white;
}

.ultra-value-control {
  display: grid;
  gap: 32px;
  margin-bottom: 62px;
  padding: clamp(30px, 4vw, 50px) 0;
  border: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.ultra-value-control__legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.ultra-value-control__selection {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.ultra-value-control__selection > label {
  padding-bottom: 9px;
  color: var(--signal);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ultra-value-control__selection output {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.ultra-value-control__selection output strong {
  color: var(--charcoal);
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.035em;
}

.ultra-value-control__selection output span {
  color: var(--muted);
  font-size: 16px;
}

.ultra-value-slider {
  width: 100%;
  height: 32px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.ultra-value-slider::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: var(--line-strong);
}

.ultra-value-slider::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  margin-top: -11px;
  appearance: none;
  border: 6px solid var(--frost);
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 1px var(--signal);
}

.ultra-value-slider::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: var(--line-strong);
}

.ultra-value-slider::-moz-range-progress {
  height: 2px;
  border-radius: 999px;
  background: var(--signal);
}

.ultra-value-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 5px solid var(--frost);
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 1px var(--signal);
}

.ultra-value-slider:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 8px;
}

.ultra-value-slider__bounds {
  display: flex;
  justify-content: space-between;
  margin-top: -24px;
  color: rgb(65 62 62 / 0.46);
  font-size: 10px;
}

.ultra-value-table-wrap {
  overflow-x: auto;
}

.ultra-value-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--charcoal);
}

.ultra-value-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.ultra-value-table th,
.ultra-value-table td {
  padding: 25px 8px;
  border-bottom: 1px solid var(--line-strong);
  text-align: left;
}

.ultra-value-table thead th {
  padding-top: 0;
  color: rgb(65 62 62 / 0.48);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ultra-value-table thead th:last-child,
.ultra-value-table tbody td:last-child {
  text-align: right;
}

.ultra-value-table tbody th {
  width: 44%;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 500;
}

.ultra-value-table tbody td:nth-child(2) {
  color: var(--muted);
  font-size: 14px;
}

.ultra-value-table tbody td:last-child strong {
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 500;
}

.ultra-value-table__row--maximum th,
.ultra-value-table__row--maximum td:last-child strong {
  color: var(--signal);
}

@media (max-width: 1099px) {
  .ultra-market-header {
    grid-template-columns: 1fr;
  }

  .ultra-market-cta {
    justify-self: start;
  }

  .ultra-market-card-body {
    grid-template-columns: 1fr;
  }

  .ultra-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ultra-market-card:first-child {
    grid-column: 1 / -1;
  }

  .ultra-market-card:first-child .ultra-market-card-media {
    aspect-ratio: 16 / 9;
  }

  .ultra-market-card-rate {
    justify-items: start;
    text-align: left;
  }

  .ultra-market-shopping {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  }

  .ultra-market-shopping-offers {
    grid-column: 1 / -1;
  }
}

@media (max-width: 759px) {
  .travel-home .ultra-market-section,
  .travel-home .ultra-value-calculator {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ultra-market-header {
    gap: 28px;
    margin-bottom: 42px;
  }

  .ultra-market-intro h2,
  .ultra-value-calculator__header h2 {
    font-size: 38px;
  }

  .ultra-market-intro > p:last-child {
    font-size: 15px;
  }

  .ultra-market-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .ultra-market-card:first-child {
    grid-column: auto;
  }

  .ultra-market-card:first-child .ultra-market-card-media {
    aspect-ratio: 4 / 3;
  }

  .ultra-market-card-media {
    border-radius: 26px;
  }

  .ultra-market-card-body {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .ultra-market-card-rate {
    justify-items: end;
    text-align: right;
  }

  .ultra-market-shopping {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .ultra-market-shopping-media {
    border-radius: 24px;
  }

  .ultra-market-shopping-offers {
    grid-column: auto;
  }

  .ultra-market-shopping-multiplier {
    min-height: 82px;
  }

  .ultra-value-calculator__header {
    margin-bottom: 42px;
    justify-items: start;
    text-align: left;
  }

  .ultra-value-control {
    gap: 26px;
    margin-bottom: 42px;
    padding: 28px 0;
  }

  .ultra-value-control__selection {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .ultra-value-control__selection output {
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .ultra-value-control__selection output strong {
    font-size: 58px;
  }

  .ultra-value-control__selection output span {
    padding-bottom: 4px;
    font-size: 13px;
  }

  .ultra-value-table {
    min-width: 0;
  }

  .ultra-value-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }

  .ultra-value-table tbody {
    display: grid;
  }

  .ultra-value-table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 18px;
    align-items: center;
    padding: 21px 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .ultra-value-table tbody th,
  .ultra-value-table tbody td {
    width: auto;
    padding: 0;
    border: 0;
  }

  .ultra-value-table tbody th {
    grid-column: 1;
    font-size: 21px;
  }

  .ultra-value-table tbody td:nth-child(2) {
    grid-column: 1;
    font-size: 12px;
  }

  .ultra-value-table tbody td:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .ultra-value-table tbody td:last-child strong {
    font-size: 24px;
  }

  .ultra-value-table th,
  .ultra-value-table td {
    padding: 21px 6px;
  }
}

/* Point-value spectrum: a product artboard, not a data table */
.ultra-value-calculator__header {
  max-width: 940px;
  margin-bottom: clamp(44px, 5vw, 70px);
}

.ultra-value-calculator__header > p:last-child {
  max-width: 680px;
  margin: 20px auto 0;
  color: rgb(255 255 255 / 0.62);
  font-size: 17px;
  line-height: 1.5;
}

.ultra-value-stage {
  position: relative;
  width: 100%;
  max-width: 1540px;
  min-height: 770px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: white;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ultra-value-stage__question {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  text-align: center;
}

.ultra-value-stage__question > span {
  color: rgb(255 255 255 / 0.68);
  font-size: clamp(21px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.12;
}

.ultra-value-stage__question output {
  display: inline-flex;
  min-width: 280px;
  align-items: baseline;
  justify-content: center;
  padding: 13px 22px 11px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 16px;
  background: #302f2c;
}

.ultra-value-stage__question output strong {
  color: white;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.ultra-value-stage__question output span {
  margin-left: 10px;
  color: rgb(255 255 255 / 0.48);
  font-size: 12px;
}

.ultra-value-stage__points-token {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  align-self: center;
  filter: drop-shadow(0 8px 12px rgb(0 0 0 / 0.26));
  transform: rotate(-7deg);
}

.ultra-value-stage .ultra-value-control {
  display: grid;
  width: min(760px, 72%);
  justify-items: center;
  margin: 32px auto 46px;
  padding: 0;
  gap: 10px;
  border: 0;
}

.ultra-value-stage .ultra-value-control__legend,
.ultra-value-stage .ultra-value-control__selection {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.ultra-value-stage .ultra-value-slider {
  width: 100%;
  margin-top: 10px;
}

.ultra-value-stage .ultra-value-slider::-webkit-slider-runnable-track {
  height: 2px;
  background: rgb(255 255 255 / 0.26);
}

.ultra-value-stage .ultra-value-slider::-webkit-slider-thumb {
  border-color: #242321;
  background: var(--signal);
}

.ultra-value-stage .ultra-value-slider::-moz-range-track {
  background: rgb(255 255 255 / 0.26);
}

.ultra-value-stage .ultra-value-slider::-moz-range-progress {
  background: var(--signal);
}

.ultra-value-stage .ultra-value-slider::-moz-range-thumb {
  border-color: #242321;
  background: var(--signal);
}

.ultra-value-stage .ultra-value-slider__bounds {
  width: 100%;
  color: rgb(255 255 255 / 0.42);
}

.ultra-value-chart {
  position: relative;
  min-height: 440px;
  margin: 0;
  padding: 0 0 28px;
  border-top: 1px solid rgb(255 255 255 / 0.14);
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.ultra-value-chart__caption {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  color: rgb(255 255 255 / 0.46);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ultra-value-chart__plot {
  position: relative;
  min-height: 410px;
}

.ultra-value-chart__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  pointer-events: none;
}

.ultra-value-chart__grid > span {
  border-left: 1px solid rgb(255 255 255 / 0.08);
}

.ultra-value-chart__grid > span:last-child {
  border-right: 1px solid rgb(255 255 255 / 0.08);
}

.ultra-value-chart__items {
  position: relative;
  z-index: 1;
  height: 382px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ultra-value-chart__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--value-position);
  width: 1px;
}

.ultra-value-chart__marker {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #242321;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.42);
  transform: translate(-50%, 50%);
}

.ultra-value-chart__card {
  position: absolute;
  top: var(--item-top);
  left: 0;
  display: grid;
  width: 220px;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgb(255 255 255 / 0.11);
  border-radius: 12px;
  background: #302f2c;
  transform: translateX(-50%);
}

.ultra-value-chart__card > span {
  color: rgb(255 255 255 / 0.56);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ultra-value-chart__card > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.ultra-value-chart__card strong {
  color: white;
  font-size: 20px;
  font-weight: 500;
}

.ultra-value-chart__card small {
  color: var(--signal);
  font-size: 10px;
  white-space: nowrap;
}

.ultra-value-chart__item--cash {
  --item-top: 24px;
}

.ultra-value-chart__item--gift {
  --item-top: 108px;
}

.ultra-value-chart__item--portal {
  --item-top: 192px;
}

.ultra-value-chart__item--hotel {
  --item-top: 52px;
}

.ultra-value-chart__item--economy {
  --item-top: 176px;
}

.ultra-value-chart__item--hotel .ultra-value-chart__card,
.ultra-value-chart__item--economy .ultra-value-chart__card {
  width: 250px;
  border-color: transparent;
  background: transparent;
}

.ultra-value-chart__item--hotel .ultra-value-chart__card strong,
.ultra-value-chart__item--economy .ultra-value-chart__card strong {
  font-size: 24px;
}

.ultra-value-chart__item--premium {
  --item-top: 282px;
}

.ultra-value-chart__item--premium .ultra-value-chart__card {
  width: min(500px, 34vw);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 4px 24px;
  padding: 20px 22px;
  border-color: rgb(255 92 0 / 0.72);
  background: #302f2c;
  transform: translateX(-100%);
}

.ultra-value-chart__item--premium .ultra-value-chart__card > span {
  grid-column: 1;
}

.ultra-value-chart__item--premium .ultra-value-chart__card > div {
  display: contents;
}

.ultra-value-chart__item--premium .ultra-value-chart__card strong {
  grid-column: 1;
  color: white;
  font-size: clamp(20px, 2vw, 28px);
}

.ultra-value-chart__item--premium .ultra-value-chart__card small {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--signal);
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 500;
}

.ultra-value-chart__axis {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: rgb(255 255 255 / 0.34);
  font-size: 8px;
  pointer-events: none;
}

@media (max-width: 1099px) {
  .ultra-value-stage {
    min-height: 730px;
  }

  .ultra-value-chart__card {
    width: 180px;
  }

  .ultra-value-chart__item--hotel .ultra-value-chart__card,
  .ultra-value-chart__item--economy .ultra-value-chart__card {
    width: 210px;
  }
}

@media (max-width: 759px) {
  .ultra-value-calculator__header > p:last-child {
    margin-left: 0;
    font-size: 15px;
  }

  .ultra-value-stage {
    min-height: 0;
    padding: 0;
    border-radius: 0;
  }

  .ultra-value-stage__question {
    display: grid;
    gap: 12px;
  }

  .ultra-value-stage__question > span {
    font-size: 22px;
  }

  .ultra-value-stage__question output {
    min-width: 0;
    width: 100%;
    padding: 14px 18px 12px;
  }

  .ultra-value-stage__question output strong {
    font-size: 56px;
  }

  .ultra-value-stage__question output span {
    font-size: 11px;
  }

  .ultra-value-stage .ultra-value-control {
    width: 100%;
    margin: 24px auto 32px;
  }

  .ultra-value-chart {
    min-height: 0;
    padding: 0;
    border-bottom: 0;
  }

  .ultra-value-chart__grid,
  .ultra-value-chart__axis {
    display: none;
  }

  .ultra-value-chart__items {
    display: grid;
    height: auto;
  }

  .ultra-value-chart__item {
    position: static;
    width: auto;
    border-bottom: 1px solid rgb(255 255 255 / 0.12);
  }

  .ultra-value-chart__marker {
    display: none;
  }

  .ultra-value-chart__card,
  .ultra-value-chart__item--hotel .ultra-value-chart__card,
  .ultra-value-chart__item--economy .ultra-value-chart__card,
  .ultra-value-chart__item--premium .ultra-value-chart__card {
    position: static;
    width: 100%;
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px 14px;
    padding: 17px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    transform: none;
  }

  .ultra-value-chart__card > span,
  .ultra-value-chart__item--premium .ultra-value-chart__card > span {
    grid-column: 1;
  }

  .ultra-value-chart__card > div,
  .ultra-value-chart__item--premium .ultra-value-chart__card > div {
    display: contents;
  }

  .ultra-value-chart__card strong,
  .ultra-value-chart__item--hotel .ultra-value-chart__card strong,
  .ultra-value-chart__item--economy .ultra-value-chart__card strong,
  .ultra-value-chart__item--premium .ultra-value-chart__card strong {
    grid-column: 1;
    color: white;
    font-size: 20px;
  }

  .ultra-value-chart__card small,
  .ultra-value-chart__item--premium .ultra-value-chart__card small {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--signal);
    font-size: 13px;
    font-weight: 500;
  }

  .ultra-value-chart__item--premium {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rewards-journey.rewards-journey--stack {
    padding-bottom: 0;
  }

  .rewards-journey.rewards-journey--stack::after {
    display: none;
  }

  .rewards-journey-stack__item {
    position: relative;
    top: auto;
    z-index: auto;
    margin-bottom: 40px;
  }
}


/* Purpose-built travel artwork */

.travel-artwork {
  display: block;
  max-width: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.sf-empty-state {
  align-content: center;
  gap: 8px;
}

.sf-empty-state__art {
  width: 166px;
  height: 138px;
  margin-bottom: 2px;
}

.sf-empty-state__art--flight {
  width: 230px;
  height: 142px;
}

.sf-map-view__empty {
  border-radius: 18px;
}

.sf-map-view__empty-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sf-map-view__empty-content .travel-artwork {
  width: 78px;
  height: 52px;
  margin: -10px 0 -8px -7px;
}

.sf-map-view__empty-content strong {
  font-size: 11px;
  font-weight: 750;
}

.rewards-product-mockup__discover-head {
  position: relative;
  overflow: hidden;
}

.rewards-product-mockup__discovery-art {
  position: absolute;
  top: -14px;
  right: 0;
  width: 66px;
  height: 66px;
  opacity: 0.88;
}

.rewards-product-mockup__discover-head {
  min-height: 58px;
  padding-right: 72px;
}

@media (max-width: 759px) {
  .ultra-value-stage__points-token {
    width: 38px;
    height: 38px;
    margin-right: 7px;
  }
}

/* Hotel discovery chapters */

.hotel-how-it-works,
.hotel-intent-explorer,
.hotel-destination-explorer {
  min-width: 0;
}

.hotel-discovery-heading {
  display: grid;
  gap: 6px;
  margin: 0 auto 22px;
}

.hotel-discovery-heading--centered {
  max-width: 720px;
  justify-items: center;
  text-align: center;
}

.hotel-discovery-heading > p {
  margin: 0;
  color: var(--signal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hotel-discovery-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 650;
  line-height: 1.05;
}

.hotel-discovery-heading > span {
  color: rgb(14 15 14 / 0.52);
  font-size: 13px;
  line-height: 1.45;
}

.hotel-how-it-works {
  padding-top: 10px;
}

.hotel-how-it-works__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hotel-how-it-works__grid article {
  position: relative;
  min-height: 250px;
  display: grid;
  align-content: end;
  justify-items: start;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgb(210 214 222 / 0.78);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.7);
  box-shadow: 0 18px 48px rgb(0 0 0 / 0.045);
}

.hotel-how-it-works__number {
  position: absolute;
  top: 17px;
  left: 18px;
  color: var(--signal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.hotel-how-it-works__art {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 116px;
  height: 112px;
  filter: drop-shadow(0 14px 16px rgb(0 0 0 / 0.15));
}

.hotel-how-it-works__grid h3 {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 700;
}

.hotel-how-it-works__grid p {
  max-width: 36ch;
  margin: 0;
  color: rgb(14 15 14 / 0.56);
  font-size: 11px;
  line-height: 1.5;
}

.hotel-how-it-works__grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.hotel-how-it-works__grid a i {
  color: var(--signal);
  font-style: normal;
}

.hotel-intent-tabs {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 auto 16px;
  overflow-x: auto;
  border-bottom: 1px solid rgb(14 15 14 / 0.12);
  scrollbar-width: none;
}

.hotel-intent-tabs::-webkit-scrollbar,
.hotel-destination-grid::-webkit-scrollbar {
  display: none;
}

.hotel-intent-tabs button {
  min-height: 38px;
  padding: 0 0 9px;
  color: rgb(14 15 14 / 0.48);
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.hotel-intent-tabs button[aria-selected="true"] {
  color: var(--ink);
  border-bottom-color: var(--signal);
}

.hotel-intent-grid {
  grid-auto-columns: calc((100% - 48px) / 5);
}

@media (min-width: 960px) {
  .hotel-intent-grid {
    justify-content: center;
  }
}

.hotel-destination-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  color: white;
  border: 0;
  border-radius: 14px;
  background: #242521;
  box-shadow: 0 18px 48px rgb(0 0 0 / 0.1);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.hotel-destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hotel-destination-card:hover img {
  transform: scale(1.035);
}

.hotel-destination-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.06) 38%, rgb(0 0 0 / 0.8) 100%);
}

.hotel-destination-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 196px);
  gap: 12px;
}

.hotel-destination-card[data-destination="maldives"] {
  grid-column: 1 / span 6;
}

.hotel-destination-card[data-destination="tokyo"] {
  grid-column: 7 / span 3;
  grid-row: 1 / span 2;
}

.hotel-destination-card[data-destination="paris"] {
  grid-column: 10 / span 3;
}

.hotel-destination-card[data-destination="sydney"] {
  grid-column: 1 / span 3;
}

.hotel-destination-card[data-destination="new-york"] {
  grid-column: 4 / span 3;
}

.hotel-destination-card[data-destination="dubai"] {
  grid-column: 10 / span 3;
}

.hotel-destination-card > span:not(.hotel-destination-card__shade) {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  display: grid;
  gap: 3px;
}

.hotel-destination-card strong {
  font-size: 18px;
  font-weight: 650;
}

.hotel-destination-card small {
  color: rgb(255 255 255 / 0.76);
  font-size: 9px;
}

.hotel-destination-card em {
  margin-top: 3px;
  color: #ffb183;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.hotel-destination-card > i {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 999px;
  background: rgb(14 15 14 / 0.34);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-style: normal;
}

/* Points-to-flight handoff */

.ultra-value-flight-cta {
  display: flex;
  max-width: 980px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -2px auto 34px;
  padding: 13px 14px 13px 18px;
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.055);
}

.ultra-value-flight-cta > span {
  color: rgb(255 255 255 / 0.62);
  font-size: 12px;
}

.ultra-value-flight-cta .pill-button {
  flex: 0 0 auto;
  gap: 10px;
  text-decoration: none;
}

.ultra-value-flight-cta i {
  font-style: normal;
}

.sf-points-budget-intent {
  width: min(1120px, 100%);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 auto 10px;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgb(255 92 0 / 0.22);
  border-radius: 12px;
  background: rgb(255 250 247 / 0.82);
}

.sf-points-budget-intent > span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.sf-points-budget-intent small {
  color: var(--signal);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sf-points-budget-intent strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-points-budget-intent > button,
.sf-points-budget-filter {
  min-height: 30px;
  padding: 0 11px;
  color: var(--ink);
  border: 1px solid rgb(255 92 0 / 0.24);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.sf-points-budget-filter {
  min-height: 34px;
  color: #a63800;
  background: rgb(255 242 234 / 0.82);
}

.sf-points-budget-filter span {
  margin-left: 5px;
}

@media (max-width: 959px) {
  .hotel-intent-grid {
    grid-auto-columns: calc((100% - 24px) / 3);
  }

  .hotel-destination-grid {
    grid-template-rows: repeat(2, 176px);
  }
}

/* One authoritative compact mobile search layout for flights and hotels. */

@media (max-width: 759px) {
  .hero-section:has(.sf-search-panel--expanded) {
    min-height: max(720px, 100svh);
  }

  .hero-copy--search {
    width: min(460px, calc(100vw - 20px));
    gap: 10px;
  }

  .sf-search-panel--expanded,
  .sf-search-panel--hero.sf-search-panel--expanded {
    width: 100%;
    max-width: 460px;
  }

  .sf-search-card,
  .sf-search-panel--hero .sf-search-card,
  .hotel-search-form.sf-search-card {
    overflow: visible;
    padding: 8px;
    border-radius: 16px;
  }

  .sf-search-card__topline {
    padding: 4px 4px 9px;
    font-size: 13px;
  }

  .sf-search-grid,
  .sf-search-panel--hero .sf-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "origin origin"
      "swap swap"
      "destination destination"
      "date range"
      "passengers programs"
      "submit submit";
    gap: 7px;
    overflow: visible;
  }

  .sf-search-field,
  .sf-search-panel--hero .sf-search-field,
  .sf-search-panel--app .sf-search-field {
    min-height: 0;
    gap: 4px;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .sf-search-field.is-open {
    z-index: 100;
  }

  .sf-search-field__label,
  .sf-search-panel--hero .sf-search-field__label {
    color: rgb(14 15 14 / 0.54);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.07em;
    line-height: 1;
    text-transform: uppercase;
  }

  .sf-search-panel--hero .sf-search-field__label {
    color: rgb(255 255 255 / 0.66);
  }

  .sf-search-field__trigger,
  .sf-search-panel--hero .sf-search-field__trigger,
  .sf-search-panel--app .sf-search-field__trigger {
    min-height: 40px;
    padding: 0 10px;
    color: var(--ink);
    border: 1px solid rgb(210 214 222 / 0.72);
    border-radius: 10px;
    background: rgb(255 255 255 / 0.72);
    font-size: 14px;
  }

  .sf-search-panel--hero .sf-search-field__trigger {
    color: white;
    border-color: rgb(255 255 255 / 0.18);
    background: rgb(255 255 255 / 0.12);
  }

  .sf-swap-button,
  .sf-search-panel--hero .sf-swap-button {
    z-index: 5;
    width: 32px;
    height: 32px;
    align-self: center;
    justify-self: center;
    margin: -12px auto;
    border-width: 1px;
    font-size: 12px;
  }

  .sf-search-submit,
  .sf-search-panel--app .sf-search-submit,
  .sf-search-panel--hero .sf-search-submit {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 13px;
  }

  .sf-program-trigger {
    gap: 3px;
  }

  .sf-program-trigger span {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }

  .sf-program-trigger strong {
    min-width: 24px;
    height: 24px;
    padding: 0 4px;
    border-radius: 7px;
    font-size: 9px;
  }

  .sf-program-trigger img {
    width: 16px;
    height: 16px;
  }

  .sf-airport-chip,
  .sf-airport-chip__body,
  .sf-airport-chip__remove,
  .sf-airport-chip--more,
  .sf-airport-placeholder,
  .sf-airport-trigger__chevron {
    min-height: 32px;
  }

  .sf-airport-chip__remove,
  .sf-airport-trigger__chevron {
    width: 32px;
    flex-basis: 32px;
  }

  .sf-search-menu {
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    width: auto;
  }

  .sf-search-field--date .sf-search-menu,
  .sf-search-field--passengers .sf-search-menu {
    right: auto;
    left: 0;
    width: calc(200% + 1px);
    transform: none;
  }

  .sf-search-field--range .sf-search-menu,
  .sf-search-field--programs .sf-search-menu {
    right: 0;
    left: auto;
    width: calc(200% + 1px);
  }

  .hotel-search-page.sf-app-page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hotel-search-form.sf-search-card {
    max-width: 460px;
    background: rgb(255 255 255 / 0.82);
  }

  .hotel-search-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .hotel-search-field {
    min-height: 0;
    gap: 4px;
    padding: 0;
    border: 0;
  }

  .hotel-search-field--destination {
    grid-column: 1 / -1;
  }

  .hotel-search-field--rooms {
    grid-column: auto;
  }

  .hotel-search-field > span {
    padding: 0;
    color: rgb(14 15 14 / 0.54);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1;
  }

  .hotel-search-field input,
  .hotel-search-field select {
    height: 40px;
    padding: 0 10px;
    color: var(--ink);
    border: 1px solid rgb(210 214 222 / 0.84);
    border-radius: 10px;
    background: rgb(248 248 248 / 0.82);
    font-size: 13px;
  }

  .hotel-search-field input:focus,
  .hotel-search-field select:focus {
    border-color: rgb(14 15 14 / 0.38);
    background: white;
    box-shadow: 0 0 0 3px rgb(14 15 14 / 0.055);
  }

  .hotel-search-form__submit.sf-search-submit {
    grid-column: 1 / -1;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    border-radius: 10px;
    background: var(--charcoal);
  }

  .hotel-how-it-works__grid {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgb(210 214 222 / 0.78);
    border-radius: 14px;
    background: rgb(255 255 255 / 0.68);
  }

  .hotel-how-it-works__grid article {
    min-height: 148px;
    padding: 18px 112px 18px 16px;
    border: 0;
    border-bottom: 1px solid rgb(210 214 222 / 0.72);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hotel-how-it-works__grid article:last-child {
    border-bottom: 0;
  }

  .hotel-how-it-works__number {
    top: 15px;
    left: 16px;
  }

  .hotel-how-it-works__art {
    top: 17px;
    right: 8px;
    width: 102px;
    height: 102px;
  }

  .hotel-how-it-works__grid h3 {
    font-size: 16px;
  }

  .hotel-discovery-heading--centered {
    justify-items: start;
    text-align: left;
  }

  .hotel-discovery-heading h2 {
    font-size: 28px;
  }

  .hotel-intent-tabs {
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 12px;
    scrollbar-width: none;
  }

  .hotel-intent-grid {
    grid-auto-columns: min(78vw, 310px);
    gap: 10px;
    padding-bottom: 8px;
  }

  .hotel-destination-grid {
    grid-template-columns: none;
    grid-template-rows: 260px;
    grid-auto-columns: min(82vw, 326px);
    grid-auto-flow: column;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .hotel-destination-card,
  .hotel-destination-card[data-destination] {
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
  }

  .ultra-value-flight-cta {
    display: grid;
    justify-items: start;
    margin: 2px auto 28px;
    padding: 14px;
    border-radius: 14px;
  }

  .ultra-value-flight-cta .pill-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .sf-points-budget-intent {
    min-height: 44px;
    margin-bottom: 8px;
    border-radius: 11px;
  }

  .sf-points-budget-intent strong {
    font-size: 10px;
  }
}

/* Homepage travel search: a separate Flights / Hotels / Shopping system. */

.home-search-dock {
  display: grid;
  width: min(850px, calc(100vw - 40px));
  justify-items: center;
  gap: 9px;
}

.home-search-dock__tabs,
.home-search-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(20px, 4vw, 46px);
}

.home-search-dock__tabs button,
.home-search-tabs button {
  position: relative;
  display: grid;
  min-width: 70px;
  justify-items: center;
  gap: 0;
  padding: 0 4px 8px;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.home-search-dock__tabs button::after,
.home-search-tabs button::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 0;
  left: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-search-dock__tabs button.is-active::after,
.home-search-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-search-dock__tabs .travel-artwork {
  width: 50px;
  height: 42px;
  margin-bottom: -3px;
  filter: drop-shadow(0 9px 13px rgb(0 0 0 / 0.25));
}

.home-search-dock__tabs span {
  color: rgb(255 255 255 / 0.7);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.home-search-dock__tabs button.is-active span {
  color: white;
}

.home-search-dock__bar {
  display: grid;
  width: 100%;
  min-height: 66px;
  grid-template-columns: 1.15fr 1fr 1fr 52px;
  align-items: center;
  padding: 7px;
  overflow: hidden;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.36);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.25), rgb(255 255 255 / 0.1)),
    rgb(34 33 29 / 0.24);
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 0.5),
    0 24px 68px rgb(0 0 0 / 0.24);
  -webkit-backdrop-filter: blur(30px) saturate(1.25);
  backdrop-filter: blur(30px) saturate(1.25);
  cursor: pointer;
  text-align: left;
  transition: transform 220ms ease, background 220ms ease;
}

.home-search-dock__bar:hover {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.31), rgb(255 255 255 / 0.13)),
    rgb(34 33 29 / 0.24);
  transform: translateY(-2px);
}

.home-search-dock__bar > span {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 0 18px;
  border-right: 1px solid rgb(255 255 255 / 0.2);
}

.home-search-dock__bar strong {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-search-dock__bar small {
  overflow: hidden;
  color: rgb(255 255 255 / 0.72);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-search-dock__bar i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  justify-self: end;
  color: var(--charcoal);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.94);
  font-size: 15px;
  font-style: normal;
}

.home-search-dock__description {
  display: grid;
  width: 100%;
  justify-items: center;
  margin: 0;
  color: rgb(255 255 255 / 0.72);
  font-size: 10px;
  text-shadow: 0 4px 18px rgb(0 0 0 / 0.42);
}

.home-search-backdrop {
  z-index: 500;
}

.home-search-modal {
  position: relative;
  display: grid;
  width: min(960px, 100%);
  max-height: calc(100svh - 56px);
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  gap: 18px;
  padding: 20px 24px 22px;
  overflow: hidden;
  color: var(--charcoal);
  border: 1px solid rgb(255 255 255 / 0.64);
  border-radius: 34px;
  background: #f5f3ef;
  box-shadow: 0 42px 150px rgb(0 0 0 / 0.36);
  animation: travelModalRise 420ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.home-search-modal__header {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
}

.home-search-modal__header p {
  margin: 0;
}

.home-search-modal__header > button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0 0 3px;
  color: var(--charcoal);
  border: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}

.home-search-tabs {
  color: rgb(65 62 62 / 0.56);
}

.home-search-tabs button {
  min-width: 92px;
  padding-bottom: 9px;
}

.home-search-tabs .travel-artwork {
  width: 58px;
  height: 48px;
  margin-bottom: -4px;
  filter: drop-shadow(0 8px 12px rgb(39 35 29 / 0.13));
}

.home-search-tabs span {
  font-size: 12px;
  font-weight: 750;
}

.home-search-tabs button.is-active {
  color: var(--charcoal);
}

.home-search-modal__intro {
  display: grid;
  max-width: 650px;
  justify-self: center;
  justify-items: center;
  gap: 4px;
  text-align: center;
}

.home-search-modal__intro > p {
  margin: 0;
  color: var(--signal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-search-modal__intro h2 {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 550;
  line-height: 1.07;
  letter-spacing: -0.025em;
}

.home-search-modal__intro > span {
  color: rgb(65 62 62 / 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.home-search-error {
  margin: 12px 0 -4px;
  color: #a63400;
  font-size: 10px;
  font-weight: 700;
}

.home-search-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 2px;
}

.home-search-modal__footer > button:first-child {
  padding: 8px 0;
  color: var(--charcoal);
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
}

.home-search-modal__primary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 22px;
  color: white;
  border: 0;
  border-radius: 999px;
  background: var(--signal);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.home-search-modal__primary:disabled {
  color: rgb(65 62 62 / 0.58);
  background: rgb(65 62 62 / 0.1);
  cursor: default;
}

.home-search-shopping {
  display: grid;
  min-height: 270px;
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 24px;
  padding: 18px 34px;
  overflow: hidden;
  border: 1px solid rgb(65 62 62 / 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 25%, rgb(255 240 228 / 0.9), transparent 45%),
    #ebe8e2;
}

.home-search-shopping > .travel-artwork {
  width: 260px;
  height: 230px;
  justify-self: center;
  filter: drop-shadow(0 22px 28px rgb(45 38 29 / 0.16));
}

.home-search-shopping > div {
  display: grid;
  gap: 9px;
}

.home-search-shopping p,
.home-search-shopping h3,
.home-search-shopping span {
  margin: 0;
}

.home-search-shopping p {
  color: var(--signal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-search-shopping h3 {
  max-width: 490px;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 550;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.home-search-shopping span {
  max-width: 470px;
  color: rgb(65 62 62 / 0.6);
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 760px) {
  .home-search-modal:not(.home-search-modal--shopping) .home-search-modal__footer {
    display: none;
  }

  .home-search-modal--shopping .home-search-modal__footer {
    justify-content: flex-end;
  }

  .home-search-modal--shopping .home-search-modal__footer > button:first-child {
    display: none;
  }
}

@media (max-width: 759px) {
  .home-search-dock {
    width: min(460px, calc(100vw - 20px));
    gap: 7px;
  }

  .home-search-dock__tabs {
    gap: 16px;
  }

  .home-search-dock__tabs button {
    min-width: 62px;
    padding-bottom: 6px;
  }

  .home-search-dock__tabs .travel-artwork {
    width: 42px;
    height: 34px;
  }

  .home-search-dock__bar {
    min-height: 56px;
    grid-template-columns: 1.3fr 1fr 1fr 42px;
    padding: 6px;
  }

  .home-search-dock__bar > span {
    padding: 0 9px;
  }

  .home-search-dock__bar strong {
    font-size: 8px;
  }

  .home-search-dock__bar small {
    font-size: 9px;
  }

  .home-search-dock__bar i {
    width: 38px;
    height: 38px;
  }

  .home-search-dock__description {
    max-width: 330px;
    font-size: 8px;
    line-height: 1.35;
  }

  .home-search-backdrop {
    display: block;
    padding: 0;
    background: rgb(245 243 239 / 0.96);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .home-search-modal {
    width: 100%;
    min-height: 100svh;
    max-height: 100svh;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    gap: 13px;
    padding: 13px 14px 0;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background: #f5f3ef;
    box-shadow: none;
  }

  .home-search-modal__header {
    min-height: 34px;
  }

  .home-search-modal__header .eyebrow {
    font-size: 8px;
  }

  .home-search-tabs {
    gap: 18px;
  }

  .home-search-tabs button {
    min-width: 70px;
    padding-bottom: 7px;
  }

  .home-search-tabs .travel-artwork {
    width: 46px;
    height: 38px;
  }

  .home-search-tabs span {
    font-size: 10px;
  }

  .home-search-modal__intro {
    justify-self: stretch;
    justify-items: start;
    gap: 3px;
    padding: 0 5px;
    text-align: left;
  }

  .home-search-modal__intro h2 {
    max-width: 330px;
    font-size: 23px;
  }

  .home-search-modal__intro > span {
    display: none;
  }

  .home-search-shopping {
    min-height: 0;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0;
    padding: 8px 20px 22px;
    border-radius: 24px;
  }

  .home-search-shopping > .travel-artwork {
    width: 210px;
    height: 180px;
  }

  .home-search-shopping h3 {
    font-size: 26px;
  }

  .home-search-modal__footer {
    position: sticky;
    z-index: 4;
    bottom: 0;
    margin: 0 -14px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgb(65 62 62 / 0.1);
    background: rgb(245 243 239 / 0.94);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .home-search-modal__primary {
    min-height: 46px;
    padding: 0 21px;
  }
}

.home-search-dock button:focus-visible {
  outline: 2px solid rgb(255 255 255 / 0.9);
  outline-offset: 3px;
}

.home-search-modal:focus-visible,
.home-search-modal button:focus-visible,
.home-search-modal input[type="date"]:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

@media (min-width: 760px) and (max-height: 620px) {
  .home-search-modal {
    grid-template-rows: auto auto auto auto auto;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

}

/* Existing-product refinement: calmer hierarchy, consistent rhythm, and results-first desktop search. */

@keyframes ultraContentChange {
  from {
    opacity: 0;
    transform: translateY(6px);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.product-bar__inner {
  width: 100%;
  max-width: 1700px;
  padding-right: var(--page-pad);
  padding-left: var(--page-pad);
}

.travel-home .page-section {
  padding-right: var(--page-pad);
  padding-left: var(--page-pad);
}

.travel-home .ultra-definition,
.travel-home .travel-how,
.travel-home .ultra-market-section,
.travel-home .travel-faq {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.travel-hero .travel-hero__copy {
  gap: 18px;
  padding: 104px var(--page-pad) 58px;
}

.travel-hero__heading {
  max-width: 920px;
  gap: 10px;
}

.travel-hero .travel-hero__heading h1 {
  font-size: clamp(46px, 5.6vw, 84px);
}

.travel-hero .travel-hero__body {
  max-width: 640px;
  font-size: clamp(14px, 1.2vw, 18px);
}

.travel-hero__trust {
  margin-top: -2px;
  opacity: 0.9;
}

.ultra-definition {
  gap: var(--space-5);
}

.ultra-definition > p {
  max-width: 1120px;
  font-size: clamp(42px, 4.6vw, 58px);
}

.rewards-journey-stack__item {
  border-color: rgb(65 62 62 / 0.12);
  border-radius: 40px;
  box-shadow:
    0 22px 64px rgb(65 62 62 / 0.1),
    inset 0 1px rgb(255 255 255 / 0.72);
}

.home-search-dock {
  width: min(820px, calc(100vw - 40px));
  gap: var(--space-2);
}

.home-search-dock__tabs button,
.home-search-tabs button {
  transition:
    color var(--motion-hover) var(--ease-hover),
    opacity var(--motion-hover) var(--ease-hover);
}

.home-search-dock__tabs button::after,
.home-search-tabs button::after {
  transition:
    opacity var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.home-search-dock__tabs button span,
.home-search-tabs button span {
  transition: color var(--motion-hover) var(--ease-hover);
}

.home-search-dock__tabs .travel-artwork,
.home-search-tabs .travel-artwork {
  opacity: 0.72;
  transform: translateY(1px) scale(0.96);
  transition:
    filter var(--motion-settle) var(--ease-hover),
    opacity var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.home-search-dock__tabs button:hover .travel-artwork,
.home-search-dock__tabs button:focus-visible .travel-artwork,
.home-search-dock__tabs button.is-active .travel-artwork,
.home-search-dock__tabs button.is-preview .travel-artwork,
.home-search-tabs button:hover .travel-artwork,
.home-search-tabs button:focus-visible .travel-artwork,
.home-search-tabs button.is-active .travel-artwork {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home-search-dock__tabs button.is-preview::after,
.home-search-tabs button:hover::after,
.home-search-tabs button:focus-visible::after {
  opacity: 0.42;
  transform: scaleX(0.72);
}

.home-search-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-search-dock__tabs button.is-preview span,
.home-search-dock__tabs button:hover span,
.home-search-dock__tabs button:focus-visible span {
  color: white;
}

.home-search-dock__bar {
  border-color: rgb(255 255 255 / 0.3);
  background: rgb(34 33 29 / 0.34);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.38),
    0 16px 42px rgb(0 0 0 / 0.18);
  transition:
    background var(--motion-hover) var(--ease-hover),
    border-color var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-settle) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.home-search-dock__bar:hover {
  border-color: rgb(255 255 255 / 0.42);
  background: rgb(34 33 29 / 0.4);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.44),
    0 18px 48px rgb(0 0 0 / 0.22);
  transform: translateY(-1px);
}

.home-search-modal__intro {
  animation: ultraContentChange var(--motion-hover) var(--ease-hover) both;
}

.home-search-dock__value {
  display: grid;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.home-search-dock__value > small,
.home-search-dock__description > span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition:
    opacity 220ms var(--ease-hover),
    transform var(--motion-hover) var(--ease-hover);
}

.home-search-dock__value > small.is-visible,
.home-search-dock__description > span.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-duration: var(--motion-hover), var(--motion-settle);
}

.home-search-dock__bar i {
  transition:
    background var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.home-search-dock__bar:hover i {
  background: white;
  transform: rotate(2deg);
}

.home-search-dock__description {
  min-height: 14px;
}

.home-search-dock__description > span {
  color: rgb(255 255 255 / 0.76);
}

.home-search-modal__intro h2 {
  letter-spacing: 0;
}

.global-nav a,
.header-cta,
.product-bar__nav a,
.product-bar__secondary {
  transition:
    color var(--motion-hover) var(--ease-hover),
    opacity var(--motion-hover) var(--ease-hover);
}

.pill-button {
  transition:
    background var(--motion-hover) var(--ease-hover),
    color var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.home-search-modal__header > button,
.home-search-modal__primary {
  transition:
    background var(--motion-hover) var(--ease-hover),
    border-color var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-hover) var(--ease-hover),
    color var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.home-search-modal__header > button:hover {
  border-color: rgb(65 62 62 / 0.24);
  background: #ebe8e3;
}

.home-search-modal__primary:not(:disabled):hover {
  background: #e95200;
  box-shadow: 0 10px 24px rgb(255 92 0 / 0.2);
}

@media (min-width: 760px) {
  .home-search-dock__tabs .travel-artwork {
    filter: drop-shadow(0 6px 10px rgb(0 0 0 / 0.18));
  }

  .home-search-modal {
    width: min(920px, 100%);
    gap: 14px;
    padding: 18px 22px 20px;
    border-radius: 28px;
    background: #f7f5f1;
    box-shadow: 0 34px 110px rgb(0 0 0 / 0.3);
  }

  .home-search-tabs .travel-artwork {
    width: 52px;
    height: 44px;
    filter: drop-shadow(0 6px 10px rgb(39 35 29 / 0.1));
  }

  .home-search-modal__intro h2 {
    font-size: clamp(25px, 3vw, 35px);
  }

}

.sf-app-page {
  background: var(--frost);
}

.sf-search-panel--app,
.sf-recent-searches {
  width: min(var(--content-search), 100%);
}

.sf-search-card {
  border-color: rgb(210 214 222 / 0.7);
  background: rgb(255 255 255 / 0.8);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.82),
    0 12px 38px rgb(0 0 0 / 0.055);
}

.sf-search-field__trigger,
.sf-search-submit,
.sf-swap-button,
.sf-filter-pill > button,
.sf-results-toggles button,
.sf-info-button,
.sf-table-footer button,
.sf-table-footer select {
  transition:
    background var(--motion-hover) var(--ease-hover),
    border-color var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-hover) var(--ease-hover),
    color var(--motion-hover) var(--ease-hover);
}

.sf-airport-options button,
.sf-choice-list button,
.sf-program-menu button,
.sf-filter-menu button,
.sf-calendar__grid button,
.sf-calendar__header button {
  transition:
    background var(--motion-hover) var(--ease-hover),
    border-color var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-hover) var(--ease-hover),
    color var(--motion-hover) var(--ease-hover);
}

.sf-search-chevron {
  display: inline-block;
  transform: rotate(0);
  transition:
    color var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.sf-search-field__trigger[aria-expanded="true"] .sf-search-chevron {
  transform: rotate(180deg);
}

.sf-search-field__trigger:hover,
.sf-search-field.is-open .sf-search-field__trigger {
  border-color: rgb(14 15 14 / 0.26);
  background: white;
}

.sf-filter-menu:has(.sf-filter-option-visual) {
  width: min(300px, calc(100vw - 32px));
  max-height: min(520px, calc(100dvh - 190px));
  overflow-y: auto;
  padding: 8px;
}

.sf-filter-menu button:has(> .sf-filter-option-visual) {
  min-height: 52px;
  padding: 7px 9px;
}

.sf-filter-option-visual {
  width: 100%;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.sf-filter-option-visual > img,
.sf-filter-option-mark {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.sf-filter-option-visual > .sf-alliance-logo {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sf-filter-option-visual > span:last-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.sf-filter-option-visual strong,
.sf-filter-option-visual small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sf-filter-option-visual strong {
  font-size: 12px;
  font-weight: 700;
}

.sf-filter-option-visual small {
  color: rgb(14 15 14 / 0.48);
  font-size: 9px;
}

.sf-filter-option-mark {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(14 15 14 / 0.12);
  border-radius: 50%;
  background: white;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.sf-filter-option-mark svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.sf-alliance-mark--other {
  color: var(--charcoal);
  background: #efeeeb;
  font-size: 17px;
}

.sf-alliance-mark--all {
  color: var(--charcoal);
  border-radius: 9px;
  background: #f3f2ef;
  font-size: 8px;
}

.sf-search-submit:hover {
  background: var(--ink);
}

.sf-swap-button:hover,
.sf-info-button:hover {
  background: rgb(14 15 14 / 0.12);
}

.sf-results-page {
  width: min(var(--content-results), 100%);
  gap: var(--space-4);
  margin-top: var(--space-5);
}

.sf-results-filters__row {
  gap: var(--space-2);
}

/* Keep anchored filter menus above later streaming/result surfaces. The
   reveal transform on the secondary row creates its own stacking context, so
   the complete filter group needs an explicit layer. */
.sf-results-filters {
  overflow: visible;
}

@media (min-width: 760px) {
  .sf-results-filters {
    position: relative;
    z-index: 20;
  }
}

.sf-results-filters__row,
.sf-results-filters__more {
  overflow: visible;
}

.sf-filter-pill:has(> button[aria-expanded="true"]) {
  z-index: 1;
}

.sf-filter-pill > button {
  min-height: var(--control-h-compact);
  padding: 0 var(--control-pad-x-compact);
  background: rgb(255 255 255 / 0.76);
}

.sf-filter-pill > button:hover,
.sf-filter-pill > button[aria-expanded="true"] {
  color: var(--ink);
  border-color: rgb(14 15 14 / 0.2);
  background: white;
}

.sf-filter-pill > button > span {
  transition: transform var(--motion-settle) var(--ease-hover);
}

.sf-filter-pill > button[aria-expanded="true"] > span {
  transform: rotate(180deg);
}

.sf-filter-menu {
  border-color: rgb(210 214 222 / 0.76);
  border-radius: 14px;
  box-shadow: 0 18px 52px rgb(0 0 0 / 0.13);
  animation: ultraContentChange var(--motion-hover) var(--ease-hover) both;
}

.sf-results-card {
  width: 100%;
  border-color: rgb(210 214 222 / 0.72);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.84);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.82),
    0 16px 48px rgb(0 0 0 / 0.055);
}

.sf-results-card__header {
  gap: var(--space-4);
  padding: 10px 16px;
}

.sf-results-card__header h3 {
  font-size: 15px;
  font-weight: 700;
}

.sf-results-card__header p {
  margin-top: 2px;
  font-size: 11px;
}

.sf-results-card__header .sf-results-toggles {
  gap: 6px;
}

.sf-results-card__header .sf-results-toggles span {
  gap: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sf-results-card__header .sf-results-toggles button {
  min-height: var(--control-h-segment);
  padding-right: var(--control-pad-x-segment);
  padding-left: var(--control-pad-x-segment);
  border: 1px solid rgb(14 15 14 / 0.1);
  background: white;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.035);
  font-weight: 700;
  white-space: nowrap;
}

.sf-results-card__header .sf-results-toggles button:hover:not([aria-pressed="true"]) {
  color: var(--ink);
  border-color: rgb(255 92 0 / 0.48);
  background: rgb(255 248 244);
}

.sf-results-card__header .sf-results-toggles button[aria-pressed="true"] {
  color: white;
  border-color: var(--charcoal);
  background: var(--charcoal);
  box-shadow: 0 2px 5px rgb(0 0 0 / 0.12);
}

.sf-results-card__header .sf-results-toggles strong {
  min-height: 30px;
}

.sf-results-table {
  min-width: 1190px;
  font-variant-numeric: tabular-nums;
}

.sf-results-table th {
  padding: 5px 14px;
  background: rgb(248 248 248 / 0.58);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.sf-table-sort {
  width: 100%;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.sf-table-sort > span {
  white-space: nowrap;
}

.sf-table-sort--left {
  justify-content: flex-start;
}

.sf-table-sort__icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  fill: none;
  stroke: rgb(14 15 14 / 0.38);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  transition:
    stroke var(--motion-hover) var(--ease-hover),
    transform var(--motion-hover) var(--ease-hover);
}

.sf-results-table th[aria-sort] .sf-table-sort__icon {
  stroke: currentColor;
}

.sf-table-sort:hover .sf-table-sort__icon {
  stroke: currentColor;
}

.sf-table-sort:active .sf-table-sort__icon {
  transform: translateY(1px);
}

.sf-table-sort:focus-visible {
  border-radius: 5px;
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.sf-results-table td {
  padding: 8px 14px;
  transition: background var(--motion-hover) var(--ease-hover);
}

.sf-results-table th:nth-child(-n + 4),
.sf-results-table td:nth-child(-n + 4) {
  text-align: left;
}

.sf-results-table th:nth-child(1) { width: 110px; }
.sf-results-table th:nth-child(2) { width: 104px; }
.sf-results-table th:nth-child(3) { width: 150px; }
.sf-results-table th:nth-child(4) { width: 138px; }
.sf-results-table th:nth-child(5),
.sf-results-table th:nth-child(6) { width: 70px; }
.sf-results-table th:nth-child(7) { width: 100px; }
.sf-results-table th:nth-child(n + 8):nth-child(-n + 11) { width: 110px; }
.sf-results-table th:nth-child(12) { width: 56px; }

.sf-results-table .sf-last-seen-cell {
  white-space: nowrap;
}

.sf-results-table tr:hover td {
  background: rgb(255 92 0 / 0.035);
}

.sf-has-tooltip::after {
  transition:
    opacity var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.sf-map-destination-marker {
  transition:
    background var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.sf-map-destination-marker__photo {
  transition:
    opacity var(--motion-hover) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.sf-map-destination-marker:focus-visible {
  background: rgb(255 255 255 / 0.92);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.82),
    0 20px 52px rgb(0 0 0 / 0.28);
  transform: translateY(calc(var(--marker-offset, 0) - 2px));
}

.sf-program-cell,
.sf-results-table td:nth-child(4) .sf-airline-logos {
  justify-content: flex-start;
}

.sf-price-cell {
  gap: 3px;
}

.sf-price-cell strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.sf-price-cell small {
  color: rgb(14 15 14 / 0.48);
  font-size: 10px;
  font-weight: 600;
}

.sf-price-empty {
  font-size: 10px;
}

.sf-table-footer {
  padding: 14px 18px;
}

.sf-search-field__trigger:focus-visible,
.sf-search-submit:focus-visible,
.sf-swap-button:focus-visible,
.sf-filter-pill > button:focus-visible,
.sf-filter-menu button:focus-visible,
.sf-filter-menu input:focus-visible,
.sf-results-toggles button:focus-visible,
.sf-info-button:focus-visible,
.sf-table-footer button:focus-visible,
.sf-table-footer select:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

.sf-has-tooltip:focus-visible::after,
.sf-has-tooltip:focus-within::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 759px) {
  .travel-hero .travel-hero__copy {
    gap: 15px;
    padding: 88px 16px 72px;
  }

  .travel-hero .travel-hero__heading h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 0.98;
  }

  .travel-home .ultra-definition,
  .travel-home .travel-how,
  .travel-home .ultra-market-section,
  .travel-home .travel-faq {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .rewards-journey-stack__item {
    border-radius: 28px;
    box-shadow: 0 16px 42px rgb(65 62 62 / 0.09);
  }

  .sf-results-toggles > span:first-child > button:last-child {
    display: none;
  }

  .sf-results-page {
    margin-top: 20px;
  }

  .sf-results-card__header {
    padding: 16px;
  }

  .sf-mobile-result-card {
    border-color: rgb(210 214 222 / 0.72);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgb(0 0 0 / 0.045);
  }
}

/* Cohesive refinement pass: progressive controls, tablet continuity, and hotel legibility. */

@keyframes sfFiltersReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sfMapFiltersReveal {
  from {
    opacity: 0;
    transform: translate(-50%, -4px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.sf-more-filters-button {
  min-height: 36px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--space-2);
  padding: 0 var(--space-3);
  color: rgb(14 15 14 / 0.66);
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.76);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    background var(--motion-hover) var(--ease-hover),
    border-color var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-hover) var(--ease-hover),
    color var(--motion-hover) var(--ease-hover);
}

.sf-more-filters-button:hover,
.sf-more-filters-button[aria-expanded="true"] {
  color: var(--ink);
  border-color: rgb(14 15 14 / 0.2);
  background: white;
}

.sf-more-filters-button.has-active-filters {
  color: #a63800;
  border-color: rgb(255 92 0 / 0.28);
  background: rgb(255 242 234 / 0.82);
}

.sf-more-filters-button > span {
  display: inline-block;
  transition: transform var(--motion-settle) var(--ease-hover);
}

.sf-more-filters-button[aria-expanded="true"] > span {
  transform: rotate(180deg);
}

.sf-results-filters__more {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  padding-top: 2px;
  animation: sfFiltersReveal var(--motion-hover) var(--ease-hover) both;
}

.sf-more-filters-button:focus-visible,
.hotel-search-summary:focus-visible,
.hotel-search-field input:focus-visible,
.hotel-search-field select:focus-visible,
.hotel-filter-pill > button:focus-visible,
.hotel-filter-menu > button:focus-visible,
.hotel-filter-reset:focus-visible,
.hotel-result-card__media:focus-visible,
.hotel-result-card__title:focus-visible,
.hotel-result-card__actions button:focus-visible,
.hotel-results__more:focus-visible,
.hotel-editorial-rail__header > button:focus-visible,
.hotel-destination-card:focus-visible,
.hotel-intent-tabs button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

.sf-map-view__filters .sf-more-filters-button {
  min-height: 34px;
  padding: 0 10px;
  color: var(--ink);
  border-color: rgb(255 255 255 / 0.58);
  background: rgb(249 250 251 / 0.76);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.66);
  font-size: 11px;
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

.sf-map-view__filters .sf-results-filters {
  position: relative;
}

.sf-map-view__filters .sf-results-filters__more {
  position: absolute;
  top: calc(100% + var(--space-2));
  left: 50%;
  z-index: 2;
  width: max-content;
  max-width: min(900px, calc(100vw - 84px));
  justify-content: center;
  padding: var(--space-2) 10px;
  border: 1px solid rgb(255 255 255 / 0.52);
  border-radius: 22px;
  background: rgb(248 248 248 / 0.58);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.72),
    0 18px 52px rgb(0 0 0 / 0.16);
  -webkit-backdrop-filter: blur(26px) saturate(1.2);
  backdrop-filter: blur(26px) saturate(1.2);
  animation: sfMapFiltersReveal var(--motion-hover) var(--ease-hover) both;
}

.hotel-search-field input,
.hotel-search-field select,
.hotel-search-summary {
  transition:
    background var(--motion-hover) var(--ease-hover),
    border-color var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-settle) var(--ease-hover);
}

.hotel-search-summary__edit,
.hotel-filter-pill > button,
.hotel-filter-menu > button,
.hotel-filter-reset,
.hotel-result-card__actions button,
.hotel-results__more,
.hotel-editorial-rail__header > button,
.hotel-intent-tabs button {
  transition:
    background var(--motion-hover) var(--ease-hover),
    border-color var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-hover) var(--ease-hover),
    color var(--motion-hover) var(--ease-hover);
}

.hotel-destination-card,
.hotel-result-card--grid,
.hotel-result-card--map-preview {
  transition:
    border-color var(--motion-hover) var(--ease-hover),
    box-shadow var(--motion-settle) var(--ease-hover),
    transform var(--motion-settle) var(--ease-hover);
}

.hotel-filter-pill > button em {
  display: inline-block;
  transition: transform var(--motion-settle) var(--ease-hover);
}

.hotel-filter-pill > button[aria-expanded="true"] em {
  transform: rotate(180deg);
}

.hotel-filter-menu {
  animation: sfFiltersReveal var(--motion-hover) var(--ease-hover) both;
}

.hotel-search-summary:hover,
.hotel-filter-pill > button:hover,
.hotel-editorial-rail__header > button:hover {
  border-color: rgb(14 15 14 / 0.2);
  background: white;
}

.hotel-result-card__actions button span {
  display: inline-block;
  transition: transform var(--motion-settle) var(--ease-hover);
}

@media (hover: hover) and (pointer: fine) {
  .hotel-result-card__actions button:not(.hotel-result-card__map-action):hover,
  .hotel-results__more:hover {
    background: #050605;
    box-shadow: 0 8px 20px rgb(14 15 14 / 0.16);
  }

  .hotel-result-card__actions button:hover span {
    transform: translate(1px, -1px);
  }

  .hotel-result-card__actions .hotel-result-card__map-action:hover,
  .hotel-intent-tabs button:hover {
    color: var(--ink);
    border-color: rgb(14 15 14 / 0.2);
    background: rgb(14 15 14 / 0.055);
  }
}

@media (hover: none), (pointer: coarse) {
  .hotel-result-card:hover,
  .home-search-dock__bar:hover {
    transform: none;
  }
}

.hotel-search-summary small {
  font-size: 9px;
}

.hotel-search-summary strong {
  font-size: 13px;
  font-weight: 700;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__rating {
  gap: 5px;
  padding: 5px 7px;
  font-size: 9px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__rating strong {
  font-size: 11px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__body {
  padding: 11px 12px 12px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__brand-row {
  min-height: 19px;
  margin-bottom: 5px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__brand-name {
  font-size: 9px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__stars i {
  font-size: 8px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__title {
  font-size: 15px;
  font-weight: 700;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__location,
.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__teaser {
  font-size: 10px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__teaser {
  margin-top: 6px;
  line-height: 1.4;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__dates {
  margin-top: 8px;
  padding-top: 8px;
  font-size: 9px;
  font-weight: 600;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__commerce {
  gap: 7px;
  margin-top: 8px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__price,
.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__earn {
  padding: 9px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__price small,
.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__earn small {
  font-size: 7.5px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__price p strong {
  font-size: 20px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__price p span,
.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__price > span,
.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__earn span,
.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__earn em {
  font-size: 8px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__earn strong {
  font-size: 19px;
  font-weight: 800;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  margin-top: 8px;
  padding-top: 8px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__actions button {
  min-height: 32px;
  padding: 0 10px;
  font-size: 9px;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__actions .hotel-result-card__flight-action {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.86);
  background: #fff;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__actions .hotel-result-card__flight-action:hover,
.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__actions .hotel-result-card__flight-action:focus-visible {
  color: var(--ink);
  border-color: rgb(14 15 14 / 0.22);
  background: rgb(14 15 14 / 0.045);
  box-shadow: none;
}

.hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__actions .hotel-result-card__flight-action:disabled {
  color: var(--muted);
  cursor: wait;
}

.hotel-result-card--editorial .hotel-result-card__title {
  font-size: 15px;
  font-weight: 700;
}

.hotel-editorial-rail__header > button,
.home-search-dock__tabs span,
.home-search-tabs span {
  font-weight: 700;
}

@media (min-width: 1100px) {
  .rewards-journey.rewards-journey--stack::after {
    height: clamp(220px, 30svh, 340px);
  }

  .rewards-journey-stack__item {
    min-height: clamp(580px, 66svh, 660px);
    margin-bottom: clamp(72px, 13svh, 140px);
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .hotel-results__grid,
  .hotel-results__loading {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hotel-editorial-rail__scroller {
    grid-auto-columns: calc((100% - 36px) / 4);
  }

  .hotel-editorial-loading > section > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hotel-editorial-loading > section > div span:last-child {
    display: none;
  }
}

@media (min-width: 760px) and (max-width: 1099px) {
  .sf-search-panel--app .sf-search-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-template-areas:
      "origin origin origin swap destination destination destination"
      "date date range programs programs submit submit";
  }

  .sf-search-panel--app .sf-search-card {
    overflow: visible;
  }

  .sf-search-panel--app .sf-swap-button {
    align-self: end;
    justify-self: center;
    margin-bottom: 5px;
  }

  .sf-search-panel--app .sf-search-submit {
    width: 100%;
    min-height: 44px;
    align-self: end;
  }

  .sf-results-card__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .sf-results-toggles {
    justify-content: flex-start;
  }

  .sf-results-table-wrap {
    display: none;
  }

  .sf-results-mobile-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
    padding: var(--space-4);
  }

  .sf-mobile-result-card {
    display: grid;
    min-width: 0;
    gap: var(--space-3);
    padding: var(--space-4);
    border: 1px solid rgb(210 214 222 / 0.72);
    border-radius: 14px;
    background: white;
    box-shadow: 0 10px 28px rgb(0 0 0 / 0.045);
  }

  .sf-mobile-result-card__top {
    display: grid;
    min-width: 0;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: var(--space-3);
    align-items: start;
  }

  .sf-mobile-result-card__top img {
    width: 38px;
    height: 38px;
    object-fit: contain;
  }

  .sf-mobile-result-card__top div {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .sf-mobile-result-card__top span,
  .sf-mobile-result-card__top small,
  .sf-mobile-result-card__meta {
    color: rgb(14 15 14 / 0.58);
    font-size: 12px;
  }

  .sf-mobile-result-card__top strong {
    overflow: hidden;
    color: var(--ink);
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sf-mobile-result-card__meta {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
  }

  .sf-mobile-result-card__meta > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }

  .sf-mobile-fares {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
  }

  .sf-mobile-fares > div {
    display: grid;
    gap: 5px;
  }

  .sf-mobile-fares > div > span {
    color: rgb(14 15 14 / 0.52);
    font-size: 11px;
    text-transform: uppercase;
  }

  .sf-mobile-fares .sf-price-cell {
    justify-items: start;
  }

  .sf-mobile-book-button {
    min-height: 42px;
    color: white;
    border: 0;
    border-radius: 9px;
    background: var(--charcoal);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    transition:
      background var(--motion-hover) var(--ease-hover),
      box-shadow var(--motion-hover) var(--ease-hover);
  }

  .sf-mobile-book-button:hover {
    background: var(--ink);
  }

  .sf-mobile-book-button:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: 2px;
  }

  .sf-app-shell:has(.sf-map-view) .sf-search-panel--app {
    width: min(920px, calc(100vw - 48px));
  }

  .sf-map-view__filters {
    top: 192px;
    max-width: calc(100% - 48px);
  }
}

@media (min-width: 760px) and (max-height: 800px) {
  .hero-section.travel-hero {
    min-height: 600px;
  }

  .travel-hero .travel-hero__copy {
    gap: var(--space-3);
    padding-top: 84px;
    padding-bottom: 34px;
  }

  .travel-hero__heading {
    gap: 7px;
  }

  .travel-hero .travel-hero__heading h1 {
    font-size: clamp(42px, 5vw, 68px);
  }

  .travel-hero .travel-hero__body {
    font-size: clamp(13px, 1.1vw, 16px);
  }

  .home-search-dock__tabs .travel-artwork {
    width: 44px;
    height: 37px;
  }
}

@media (max-width: 759px) {
  .sf-results-filters__more {
    display: none;
  }
}

@media (max-width: 520px) {
  .hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__body {
    padding: 12px;
  }

  .hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__title {
    font-size: 17px;
  }

  .hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__location,
  .hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__teaser {
    font-size: 10px;
  }

  .hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__price p strong {
    font-size: 23px;
  }

  .hotel-result-card:not(.hotel-result-card--editorial) .hotel-result-card__earn strong {
    font-size: 21px;
  }
}

/* Ultra Shopping directory */

.ultra-mark {
  display: inline-grid;
  align-items: center;
  grid-auto-flow: column;
  gap: 5px;
  vertical-align: middle;
}

.ultra-mark > span {
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  color: white;
  border-radius: 4px;
  background: var(--charcoal);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ultra-mark > strong {
  color: currentColor;
  font-size: inherit;
}

.shopping-page.sf-app-page {
  padding: 92px 24px 72px;
  color: var(--ink);
  background: linear-gradient(180deg, rgb(248 248 248) 0%, rgb(244 243 241) 100%);
}

.shopping-app-shell.sf-app-shell {
  width: min(1560px, 100%);
}

.shopping-search-shell {
  display: grid;
  gap: 14px;
  padding-bottom: 30px;
}

.shopping-search-panel {
  width: min(1120px, 100%);
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgb(210 214 222 / 0.78);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.76);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.82), 0 18px 60px rgb(0 0 0 / 0.08);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
  backdrop-filter: blur(28px) saturate(1.3);
}

.shopping-search-panel--mobile {
  display: none;
}

.shopping-search-panel__field {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 52px;
  padding-right: 8px;
  border: 1px solid rgb(210 214 222 / 0.78);
  border-radius: 10px;
  background: rgb(248 248 248 / 0.78);
}

.shopping-search-panel__store {
  min-width: 0;
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 2px 10px;
  padding: 7px 15px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.78);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.shopping-search-panel__store:hover,
.shopping-search-panel__store[aria-expanded="true"] {
  border-color: rgb(255 92 0 / 0.38);
}

.shopping-search-panel label {
  min-width: 0;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 50px;
  padding-left: 14px;
}

.shopping-search-panel label > svg,
.shopping-search-panel__action svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.shopping-search-panel label > svg {
  color: rgb(14 15 14 / 0.42);
}

.shopping-search-panel input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 620;
}

.shopping-search-panel input::placeholder {
  color: rgb(14 15 14 / 0.42);
}

.shopping-search-panel__field > button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  color: rgb(14 15 14 / 0.48);
  border: 0;
  border-radius: 999px;
  background: rgb(65 62 62 / 0.06);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.shopping-search-panel__action {
  min-width: 112px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  color: white;
  border: 0;
  border-radius: 10px;
  background: var(--charcoal);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.shopping-search-copy {
  width: min(1120px, 100%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 10px 2px 2px;
}

.shopping-search-copy > div {
  min-width: 0;
}

.shopping-search-copy p,
.shopping-section-heading p,
.shopping-directory__header p,
.shopping-value-banner p {
  margin: 0 0 5px;
  color: var(--signal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shopping-search-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.08;
}

.shopping-search-copy > span {
  max-width: 390px;
  color: rgb(14 15 14 / 0.52);
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}

.shopping-category-chips {
  width: min(1120px, 100%);
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin: 0 auto;
  overflow-x: auto;
  padding: 1px 1px 4px;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
}

.shopping-category-chips::-webkit-scrollbar,
.shopping-rail__scroller::-webkit-scrollbar {
  display: none;
}

.shopping-category-chips button,
.shopping-category-chips a {
  min-height: var(--control-h-compact);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0 var(--control-pad-x-compact);
  color: rgb(14 15 14 / 0.62);
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: var(--radius-pill);
  background: rgb(255 255 255 / 0.7);
  cursor: pointer;
  font-size: 9px;
  font-weight: 750;
  scroll-snap-align: start;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
  white-space: nowrap;
}

.shopping-category-chips button:hover,
.shopping-category-chips a:hover,
.shopping-category-chips button[aria-pressed="true"] {
  color: white;
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.shopping-discovery {
  display: grid;
  gap: clamp(44px, 5vw, 68px);
  padding: 10px 0 72px;
}

.shopping-rail {
  min-width: 0;
}

.shopping-section-heading,
.shopping-directory__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 15px;
}

.shopping-section-heading h2,
.shopping-directory__header h2,
.shopping-value-banner h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 700;
  line-height: 1.1;
}

.shopping-section-heading > button,
.shopping-section-heading > a {
  min-height: 36px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 0 8px 0 15px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.82);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
}

.shopping-section-heading > button i,
.shopping-section-heading > a i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 999px;
  background: var(--charcoal);
  font-style: normal;
}

.shopping-rail__scroller {
  display: grid;
  grid-auto-columns: calc((100% - 48px) / 5);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 1px 1px 12px;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
}

.shopping-merchant-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(210 214 222 / 0.92);
  border-radius: 13px;
  background: rgb(255 255 255 / 0.88);
  box-shadow: 0 10px 28px rgb(35 32 27 / 0.07);
  scroll-snap-align: start;
  transition: border-color 200ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.shopping-merchant-card:hover {
  border-color: rgb(65 62 62 / 0.3);
  box-shadow: 0 16px 38px rgb(35 32 27 / 0.12);
  transform: translateY(-2px);
}

.shopping-merchant-card > a {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.shopping-merchant-card__logo {
  min-height: 116px;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
  border-bottom: 1px solid rgb(210 214 222 / 0.72);
  background:
    linear-gradient(145deg, rgb(255 255 255), rgb(247 245 242)),
    white;
}

.shopping-merchant-card__logo img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.shopping-merchant-card:hover .shopping-merchant-card__logo img {
  transform: scale(1.025);
}

.shopping-merchant-card__body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 13px 14px 12px;
}

.shopping-merchant-card__body > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.shopping-merchant-card__body strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopping-merchant-card__body small {
  overflow: hidden;
  color: rgb(14 15 14 / 0.44);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.shopping-merchant-card__body em {
  min-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  color: rgb(14 15 14 / 0.58);
  font-size: 10px;
  font-style: normal;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shopping-merchant-card__offer {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  padding: 10px 13px;
  border-top: 1px solid rgb(255 92 0 / 0.15);
  background:
    radial-gradient(circle at 14% 20%, rgb(255 255 255 / 0.88), transparent 38%),
    linear-gradient(120deg, rgb(255 225 204 / 0.54), rgb(246 237 225 / 0.8));
}

.shopping-merchant-card__offer .ultra-mark > span {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  font-size: 12px;
}

.shopping-merchant-card__offer > span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.shopping-merchant-card__offer small {
  color: rgb(14 15 14 / 0.46);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.shopping-merchant-card__offer strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopping-merchant-card__offer > i {
  color: var(--signal);
  font-size: 15px;
  font-style: normal;
}

.shopping-value-banner {
  position: relative;
  min-height: 250px;
  display: grid;
  grid-template-columns: 210px minmax(280px, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(24px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 15%, rgb(255 255 255 / 0.92), transparent 28%),
    linear-gradient(120deg, #eeece7, #f8f7f4 58%, #ece9e2);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.84), 0 24px 72px rgb(35 32 27 / 0.08);
}

.shopping-value-banner__art {
  width: 210px;
  height: 180px;
  justify-self: center;
  filter: drop-shadow(0 22px 24px rgb(41 35 29 / 0.18));
}

.shopping-value-banner > div {
  min-width: 0;
}

.shopping-value-banner h2 {
  max-width: 600px;
  font-size: clamp(28px, 3.2vw, 48px);
}

.shopping-value-banner > div > span {
  max-width: 590px;
  display: block;
  margin-top: 12px;
  color: rgb(14 15 14 / 0.58);
  font-size: 13px;
  line-height: 1.5;
}

.shopping-value-banner dl {
  display: grid;
  margin: 0;
  border-top: 1px solid rgb(14 15 14 / 0.13);
}

.shopping-value-banner dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgb(14 15 14 / 0.13);
}

.shopping-value-banner dt {
  color: rgb(14 15 14 / 0.47);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shopping-value-banner dd {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.shopping-directory {
  scroll-margin-top: 76px;
  padding: 6px 0 18px;
}

.shopping-directory__header > div:first-child {
  min-width: 0;
}

.shopping-directory__header > div:first-child > span {
  display: block;
  margin-top: 5px;
  color: rgb(14 15 14 / 0.5);
  font-size: 10px;
}

.shopping-sort {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 3px;
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.68);
}

.shopping-sort button {
  min-height: 30px;
  padding: 0 11px;
  color: rgb(14 15 14 / 0.5);
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 8.5px;
  font-weight: 750;
  white-space: nowrap;
}

.shopping-sort button[aria-pressed="true"] {
  color: white;
  background: var(--charcoal);
}

.shopping-directory__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

.shopping-directory__more {
  min-width: 164px;
  height: 44px;
  display: block;
  margin: 28px auto 0;
  padding: 0 18px;
  color: white;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
}

.shopping-directory__empty {
  min-height: 360px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 30px;
  color: var(--muted);
  border: 1px dashed rgb(65 62 62 / 0.2);
  border-radius: 14px;
  text-align: center;
}

.shopping-directory__empty > svg,
.shopping-directory__empty > img {
  width: 160px;
  height: 130px;
  margin-bottom: 4px;
}

.shopping-directory__empty strong {
  color: var(--ink);
  font-size: 18px;
}

.shopping-directory__empty button {
  min-height: 36px;
  margin-top: 8px;
  padding: 0 14px;
  color: white;
  border: 0;
  border-radius: 999px;
  background: var(--charcoal);
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
}

.shopping-directory-note {
  max-width: 700px;
  margin: 34px auto 0;
  color: rgb(14 15 14 / 0.42);
  font-size: 9px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 1199px) {
  .shopping-rail__scroller {
    grid-auto-columns: calc((100% - 36px) / 4);
  }

  .shopping-directory__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shopping-value-banner {
    grid-template-columns: 180px minmax(260px, 1fr) minmax(280px, 0.8fr);
  }

  .shopping-value-banner__art {
    width: 180px;
    height: 160px;
  }
}

@media (max-width: 959px) {
  .shopping-rail__scroller {
    grid-auto-columns: calc((100% - 24px) / 3);
  }

  .shopping-directory__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shopping-value-banner {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .shopping-value-banner__art {
    width: 150px;
    height: 140px;
  }

  .shopping-value-banner dl {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shopping-value-banner dl > div {
    min-width: 0;
    display: grid;
    gap: 3px;
    padding: 13px;
    border-right: 1px solid rgb(14 15 14 / 0.13);
  }

  .shopping-value-banner dl > div:last-child {
    border-right: 0;
  }

  .shopping-value-banner dd {
    text-align: left;
  }
}

@media (max-width: 759px) {
  .shopping-page.sf-app-page {
    padding: 76px 16px 56px;
  }

  .shopping-search-shell {
    gap: 11px;
    padding-bottom: 22px;
  }

  .shopping-search-panel--mobile {
    display: grid;
    min-height: 70px;
    padding: 6px;
    border-radius: 18px;
  }

  .shopping-search-panel__field,
  .shopping-search-panel__store,
  .shopping-search-panel label,
  .shopping-search-panel__action {
    min-height: 56px;
    height: 56px;
  }

  .shopping-search-panel__field {
    border-radius: 14px;
  }

  .shopping-search-panel__store {
    border-radius: 14px;
  }

  .shopping-search-panel input {
    height: 54px;
    font-size: 13px;
  }

  .shopping-search-panel__action {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    padding: 0;
  }

  .shopping-search-panel__action span {
    display: none;
  }

  .shopping-search-copy {
    display: grid;
    gap: 7px;
    padding-top: 7px;
  }

  .shopping-search-copy h1 {
    font-size: 25px;
  }

  .shopping-search-copy > span {
    max-width: 340px;
    font-size: 10px;
    text-align: left;
  }

  .shopping-category-chips {
    width: calc(100% + 16px);
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 8px;
    padding-left: 8px;
    scroll-padding-inline: 8px;
  }

  .shopping-discovery {
    gap: 44px;
    padding-top: 5px;
    padding-bottom: 54px;
  }

  .shopping-section-heading,
  .shopping-directory__header {
    align-items: center;
  }

  .shopping-section-heading > button,
  .shopping-section-heading > a {
    width: 36px;
    padding: 0;
    justify-content: center;
  }

  .shopping-section-heading > button span,
  .shopping-section-heading > a span {
    display: none;
  }

  .shopping-rail__scroller {
    grid-auto-columns: min(78vw, 280px);
    gap: 10px;
  }

  .shopping-value-banner {
    min-height: 0;
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 18px;
    padding: 21px 18px;
    border-radius: 17px;
  }

  .shopping-value-banner__art {
    width: 112px;
    height: 106px;
    margin-left: -13px;
  }

  .shopping-value-banner h2 {
    font-size: 23px;
  }

  .shopping-value-banner > div > span {
    font-size: 10px;
  }

  .shopping-value-banner dl {
    grid-template-columns: 1fr;
  }

  .shopping-value-banner dl > div {
    display: flex;
    padding: 10px 0;
    border-right: 0;
  }

  .shopping-value-banner dd {
    text-align: right;
  }

  .shopping-directory__header {
    display: grid;
    gap: 13px;
  }

  .shopping-sort {
    width: 100%;
    overflow-x: auto;
  }

  .shopping-sort button {
    flex: 1 0 auto;
  }

  .shopping-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .shopping-directory__grid .shopping-merchant-card__logo {
    min-height: 84px;
    padding: 12px;
  }

  .shopping-directory__grid .shopping-merchant-card__logo img {
    height: 58px;
  }

  .shopping-directory__grid .shopping-merchant-card__body {
    gap: 6px;
    padding: 10px;
  }

  .shopping-directory__grid .shopping-merchant-card__body strong {
    font-size: 13px;
  }

  .shopping-directory__grid .shopping-merchant-card__body em {
    min-height: 27px;
    font-size: 8.5px;
  }

  .shopping-directory__grid .shopping-merchant-card__offer {
    min-height: 52px;
    gap: 6px;
    padding: 8px 9px;
  }

  .shopping-directory__grid .shopping-merchant-card__offer .ultra-mark > span {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .shopping-directory__grid .shopping-merchant-card__offer strong {
    font-size: 8.5px;
  }

  .shopping-directory__grid .shopping-merchant-card__offer > i {
    display: none;
  }

  .shopping-directory-note {
    margin-top: 26px;
  }
}

@media (max-width: 759px) {
  .shopping-inspiration__card[data-spotlight] {
    grid-column: auto;
    grid-row: auto;
  }

  .shopping-inspiration .hotel-discovery-heading--centered,
  .shopping-intent-explorer .hotel-discovery-heading--centered {
    justify-items: center;
    text-align: center;
  }

}

@media (max-width: 390px) {
  .shopping-page.sf-app-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  .shopping-search-panel label {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 7px;
    padding-left: 10px;
  }

  .shopping-search-panel label > svg,
  .shopping-search-panel__action svg {
    width: 18px;
    height: 18px;
  }

  .shopping-search-panel input {
    font-size: 12px;
  }
}

/* Shopping visual parity: hotel-card anatomy and concise editorial chapters. */

.shopping-discovery,
.shopping-how-it-works {
  scroll-margin-top: 94px;
}

.shopping-rail__scroller {
  align-items: stretch;
}

.shopping-merchant-card {
  align-self: stretch;
}

.shopping-merchant-card > a {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
  text-decoration: none;
}

.shopping-merchant-card__media.hotel-result-card__media {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 4px;
  border-bottom: 1px solid rgb(210 214 222 / 0.72);
  background:
    radial-gradient(circle at 16% 12%, rgb(255 255 255 / 0.96), transparent 42%),
    radial-gradient(circle at 88% 84%, rgb(255 92 0 / 0.16), transparent 48%),
    linear-gradient(145deg, #e5ddd1, #f8f5ef 54%, #d7c8b5);
  cursor: pointer;
}

.shopping-merchant-card[data-category="technology"] .shopping-merchant-card__media {
  background:
    radial-gradient(circle at 14% 12%, rgb(255 255 255 / 0.98), transparent 40%),
    radial-gradient(circle at 90% 84%, rgb(255 92 0 / 0.13), transparent 46%),
    linear-gradient(145deg, #d9e7ef, #f5f9fa 54%, #c7d9e4);
}

.shopping-merchant-card[data-category="software"] .shopping-merchant-card__media {
  background:
    radial-gradient(circle at 14% 12%, rgb(255 255 255 / 0.98), transparent 40%),
    radial-gradient(circle at 90% 84%, rgb(255 92 0 / 0.13), transparent 46%),
    linear-gradient(145deg, #dddff0, #f8f7fb 54%, #cfcfe5);
}

.shopping-merchant-card[data-category="travel"] .shopping-merchant-card__media {
  background:
    radial-gradient(circle at 14% 12%, rgb(255 255 255 / 0.98), transparent 40%),
    radial-gradient(circle at 90% 84%, rgb(255 92 0 / 0.14), transparent 46%),
    linear-gradient(145deg, #cfe2e4, #f4f9f8 54%, #bdd6d4);
}

.shopping-merchant-card[data-category="fashion"] .shopping-merchant-card__media {
  background:
    radial-gradient(circle at 14% 12%, rgb(255 255 255 / 0.98), transparent 40%),
    radial-gradient(circle at 90% 84%, rgb(255 92 0 / 0.13), transparent 46%),
    linear-gradient(145deg, #e5d7d5, #faf6f4 54%, #d8c5c3);
}

.shopping-merchant-card[data-category="beauty-wellness"] .shopping-merchant-card__media {
  background:
    radial-gradient(circle at 14% 12%, rgb(255 255 255 / 0.98), transparent 40%),
    radial-gradient(circle at 90% 84%, rgb(255 92 0 / 0.12), transparent 46%),
    linear-gradient(145deg, #ebd7dc, #fbf6f6 54%, #dec8cc);
}

.shopping-merchant-card[data-category="home-living"] .shopping-merchant-card__media,
.shopping-merchant-card[data-category="sport-outdoors"] .shopping-merchant-card__media {
  background:
    radial-gradient(circle at 14% 12%, rgb(255 255 255 / 0.98), transparent 40%),
    radial-gradient(circle at 90% 84%, rgb(255 92 0 / 0.12), transparent 46%),
    linear-gradient(145deg, #d8e5dc, #f6f9f6 54%, #c9d9cd);
}

.shopping-merchant-card[data-category="grocery-drinks"] .shopping-merchant-card__media,
.shopping-merchant-card[data-category="family-books-pets"] .shopping-merchant-card__media {
  background:
    radial-gradient(circle at 14% 12%, rgb(255 255 255 / 0.98), transparent 40%),
    radial-gradient(circle at 90% 84%, rgb(255 92 0 / 0.13), transparent 46%),
    linear-gradient(145deg, #e8dfc8, #faf8f1 54%, #dbcfb2);
}

.shopping-merchant-card[data-merchant="walmart"] .shopping-merchant-card__media {
  background:
    radial-gradient(circle at 86% 76%, rgb(255 183 43 / 0.28), transparent 36%),
    linear-gradient(145deg, #34557d, #25466d 56%, #182f4d);
}

.shopping-merchant-card[data-merchant="net-a-porter"] .shopping-merchant-card__media > img {
  display: none;
}

.shopping-merchant-card[data-merchant="net-a-porter"] .shopping-merchant-card__media::before {
  z-index: 1;
  content: "NET-A-PORTER";
  color: #171715;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 650;
  letter-spacing: 0.12em;
}

.shopping-merchant-card__media.hotel-result-card__media::after {
  background: linear-gradient(180deg, transparent 60%, rgb(14 15 14 / 0.045));
}

.shopping-merchant-card__media.hotel-result-card__media > img {
  z-index: 1;
  width: 84%;
  height: 68%;
  max-width: 84%;
  max-height: 68%;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgb(35 32 27 / 0.16)) drop-shadow(0 12px 18px rgb(35 32 27 / 0.11));
}

.shopping-merchant-card:hover .shopping-merchant-card__media > img {
  transform: scale(1.04);
}

.shopping-merchant-card__rate-badge.hotel-result-card__rating {
  top: 8px;
  right: 8px;
  gap: 4px;
  padding: 5px 7px;
  font-size: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shopping-merchant-card__rate-badge.hotel-result-card__rating strong {
  color: #ffb183;
  font-size: 10px;
}

.shopping-merchant-card__body.hotel-result-card__body {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  gap: 0;
  padding: 10px 11px 11px;
}

.shopping-merchant-card__brand-row,
.shopping-merchant-card__body > .shopping-merchant-card__brand-row {
  min-width: 0;
  min-height: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
}

.shopping-merchant-card__brand-row small,
.shopping-merchant-card__body .shopping-merchant-card__brand-row small {
  overflow: hidden;
  color: rgb(14 15 14 / 0.44);
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.shopping-merchant-card__brand-row i {
  flex: 0 0 auto;
  color: var(--signal);
  font-size: 11px;
  font-style: normal;
}

.shopping-merchant-card__title,
.shopping-merchant-card__body > .shopping-merchant-card__title {
  display: block;
  width: 100%;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopping-merchant-card__domain,
.shopping-merchant-card__body > .shopping-merchant-card__domain {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: rgb(14 15 14 / 0.43);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.shopping-merchant-card__body > em {
  min-height: 30px;
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  color: rgb(14 15 14 / 0.55);
  font-size: 9px;
  font-style: normal;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shopping-merchant-card__meta,
.shopping-merchant-card__body > .shopping-merchant-card__meta {
  min-width: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgb(210 214 222 / 0.62);
}

.shopping-merchant-card__meta > span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.shopping-merchant-card__meta > span small,
.shopping-merchant-card__body .shopping-merchant-card__meta > span small {
  color: rgb(14 15 14 / 0.42);
  font-size: 6.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shopping-merchant-card__meta > span strong,
.shopping-merchant-card__body .shopping-merchant-card__meta > span strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopping-merchant-card__meta > em,
.shopping-merchant-card__body .shopping-merchant-card__meta > em {
  min-height: 0;
  display: grid;
  gap: 2px;
  margin: 0;
  overflow: visible;
  color: var(--signal);
  font-size: inherit;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.shopping-merchant-card__meta > em small,
.shopping-merchant-card__body .shopping-merchant-card__meta > em small {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: rgb(14 15 14 / 0.44);
  font-size: 6.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shopping-merchant-card__meta > em strong,
.shopping-merchant-card__body .shopping-merchant-card__meta > em strong {
  color: var(--signal);
  font-size: 11px;
}

.shopping-merchant-card__meta .ultra-mark > span {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  font-size: 6px;
}

/* Storefront inspiration follows the same mosaic and editorial-card rhythm as Hotels. */

.shopping-inspiration,
.shopping-inspiration__grid,
.shopping-intent-explorer,
.shopping-intent-grid {
  min-width: 0;
}

.shopping-inspiration__card {
  display: block;
  text-decoration: none;
}

.shopping-inspiration__card[data-spotlight="technology"] {
  grid-column: 1 / span 6;
}

.shopping-inspiration__card[data-spotlight="fashion"] {
  grid-column: 7 / span 3;
  grid-row: 1 / span 2;
}

.shopping-inspiration__card[data-spotlight="home"] {
  grid-column: 10 / span 3;
}

.shopping-inspiration__card[data-spotlight="beauty"] {
  grid-column: 1 / span 3;
}

.shopping-inspiration__card[data-spotlight="travel"] {
  grid-column: 4 / span 3;
}

.shopping-inspiration__card[data-spotlight="software"] {
  grid-column: 10 / span 3;
}

.shopping-inspiration__card .hotel-destination-card__shade {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.04) 32%, transparent 52%),
    linear-gradient(180deg, transparent 34%, rgb(7 8 7 / 0.86) 100%);
}

.shopping-inspiration__card em {
  text-transform: none;
}

.shopping-intent-grid {
  min-height: 0;
}

.shopping-editorial-rail .hotel-editorial-rail__header > a {
  min-height: 36px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 0 12px 0 15px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.82);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
}

.shopping-editorial-rail .hotel-editorial-rail__header > a i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: white;
  border-radius: 999px;
  background: var(--charcoal);
  font-style: normal;
}

.shopping-feature-stories,
.shopping-feature-stories__grid {
  min-width: 0;
}

.shopping-feature-stories__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 15px;
}

.shopping-feature-stories__heading p,
.shopping-directory-cta p {
  margin: 0 0 5px;
  color: var(--signal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shopping-feature-stories__heading h2,
.shopping-directory-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

.shopping-feature-stories__heading > span {
  max-width: 360px;
  color: rgb(14 15 14 / 0.5);
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
}

.shopping-feature-stories__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 380px;
  gap: 12px;
}

.shopping-feature-story {
  position: relative;
  grid-column: span 3;
  min-width: 0;
  overflow: hidden;
  color: white;
  border: 1px solid rgb(14 15 14 / 0.16);
  border-radius: 16px;
  background: #22231f;
  box-shadow: 0 18px 48px rgb(35 32 27 / 0.12);
  scroll-snap-align: start;
  text-decoration: none;
}

.shopping-feature-story--hero {
  grid-column: span 6;
}

.shopping-feature-story__photo,
.shopping-feature-story__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shopping-feature-story__photo {
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.shopping-feature-story:hover .shopping-feature-story__photo {
  transform: scale(1.035);
}

.shopping-feature-story__shade {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.06) 22%, transparent 44%),
    linear-gradient(180deg, transparent 38%, rgb(10 11 9 / 0.88) 100%);
}

.shopping-feature-story__brand {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border: 1px solid rgb(255 255 255 / 0.56);
  border-radius: 9px;
  background: rgb(255 255 255 / 0.9);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.14);
}

.shopping-feature-story__brand img {
  width: auto;
  max-width: 116px;
  height: 46px;
  object-fit: contain;
}

.shopping-feature-story__rate {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  padding: 8px 10px;
  color: rgb(255 255 255 / 0.78);
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 999px;
  background: rgb(14 15 14 / 0.66);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shopping-feature-story__rate strong {
  color: #ffad7e;
  font-size: 11px;
}

.shopping-feature-story__map {
  position: absolute;
  z-index: 3;
  top: 58px;
  right: 14px;
  width: clamp(116px, 15vw, 168px);
  aspect-ratio: 13 / 8;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.48);
  border-radius: 10px;
  background: #dce4dc;
  box-shadow: 0 12px 28px rgb(0 0 0 / 0.24);
}

.shopping-feature-story__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopping-feature-story__map small {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
  overflow: hidden;
  padding: 4px 6px;
  color: white;
  border-radius: 6px;
  background: rgb(14 15 14 / 0.7);
  font-size: 7px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopping-feature-story__copy {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  gap: 5px;
}

.shopping-feature-story__copy small {
  color: #ffad7e;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shopping-feature-story__copy > strong {
  overflow: hidden;
  color: white;
  font-size: clamp(20px, 2.3vw, 32px);
  font-weight: 680;
  line-height: 1.04;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopping-feature-story:not(.shopping-feature-story--hero) .shopping-feature-story__copy > strong {
  font-size: clamp(18px, 1.8vw, 24px);
}

.shopping-feature-story__copy em {
  max-width: 34ch;
  color: rgb(255 255 255 / 0.72);
  font-size: 10px;
  font-style: normal;
  line-height: 1.4;
}

.shopping-feature-story__copy > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
  color: white;
  font-size: 9px;
  font-weight: 800;
}

.shopping-feature-story__copy i {
  color: #ffad7e;
  font-style: normal;
}

.shopping-directory-cta {
  min-height: 230px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 4vw, 52px);
  padding: clamp(22px, 3.5vw, 40px);
  overflow: hidden;
  color: white;
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 18%, rgb(255 255 255 / 0.12), transparent 28%),
    radial-gradient(circle at 88% 78%, rgb(255 92 0 / 0.22), transparent 35%),
    linear-gradient(135deg, #242521, #11120f);
  box-shadow: 0 22px 62px rgb(35 32 27 / 0.14);
}

.shopping-directory-cta > svg,
.shopping-directory-cta > img {
  width: 180px;
  height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgb(0 0 0 / 0.26));
}

.shopping-directory-cta h2 {
  max-width: 18ch;
  color: white;
}

.shopping-directory-cta div > span {
  max-width: 590px;
  display: block;
  margin-top: 10px;
  color: rgb(255 255 255 / 0.6);
  font-size: 11px;
  line-height: 1.5;
}

.shopping-directory-cta > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  color: var(--ink);
  border-radius: 999px;
  background: white;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.shopping-directory-cta > a i {
  color: var(--signal);
  font-style: normal;
}


@media (max-width: 759px) {
  .shopping-feature-stories__heading {
    display: grid;
    gap: 7px;
  }

  .shopping-feature-stories__heading > span {
    max-width: 340px;
    text-align: left;
  }

  .shopping-feature-stories__grid {
    grid-template-columns: none;
    grid-template-rows: 286px;
    grid-auto-columns: min(82vw, 326px);
    grid-auto-flow: column;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-padding-inline: 1px;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .shopping-feature-stories__grid::-webkit-scrollbar {
    display: none;
  }

  .shopping-feature-story,
  .shopping-feature-story--hero {
    grid-column: auto;
  }

  .shopping-feature-story__brand {
    top: 11px;
    left: 11px;
    padding: 5px 7px;
  }

  .shopping-feature-story__brand img {
    max-width: 104px;
    height: 42px;
  }

  .shopping-feature-story__rate {
    top: 11px;
    right: 11px;
  }

  .shopping-feature-story__map {
    top: 52px;
    right: 11px;
    width: 108px;
  }

  .shopping-feature-story__copy {
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .shopping-feature-story__copy > strong,
  .shopping-feature-story:not(.shopping-feature-story--hero) .shopping-feature-story__copy > strong {
    font-size: 21px;
  }

  .shopping-directory-cta {
    min-height: 0;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 16px;
  }

  .shopping-directory-cta > svg,
  .shopping-directory-cta > img {
    width: 100px;
    height: 100px;
    margin-left: -8px;
  }

  .shopping-directory-cta h2 {
    font-size: 24px;
  }

  .shopping-directory-cta > a {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .shopping-how-it-works .hotel-discovery-heading--centered {
    justify-items: start;
    text-align: left;
  }

  .shopping-how-it-works .hotel-how-it-works__grid article {
    min-height: 164px;
  }

  .shopping-directory__grid .shopping-merchant-card__media {
    aspect-ratio: 4 / 3;
    min-height: 0;
    padding: 3px;
  }

  .shopping-directory__grid .shopping-merchant-card__media > img {
    width: 86%;
    height: 70%;
    max-width: 86%;
    max-height: 70%;
  }

  .shopping-directory__grid .shopping-merchant-card__body {
    gap: 0;
    padding: 8px 9px 9px;
  }

  .shopping-directory__grid .shopping-merchant-card__brand-row {
    margin-bottom: 4px;
  }

  .shopping-directory__grid .shopping-merchant-card__title {
    font-size: 12px;
  }

  .shopping-directory__grid .shopping-merchant-card__domain {
    font-size: 7px;
  }

  .shopping-directory__grid .shopping-merchant-card__body > em {
    min-height: 24px;
    margin-top: 5px;
    font-size: 7.5px;
  }

  .shopping-directory__grid .shopping-merchant-card__meta {
    gap: 5px;
    margin-top: 6px;
    padding-top: 6px;
  }

  .shopping-directory__grid .shopping-merchant-card__meta > span {
    display: none;
  }

  .shopping-directory__grid .shopping-merchant-card__meta > em {
    width: 100%;
    text-align: left;
  }

  .shopping-directory__grid .shopping-merchant-card__meta > em small {
    justify-content: flex-start;
  }

  .shopping-directory__grid .shopping-merchant-card__meta > em strong {
    font-size: 10px;
  }
}

@media (max-width: 390px) {
  .shopping-directory__grid .shopping-merchant-card__body > em {
    display: none;
  }
}

@media (max-width: 759px) {
  .shopping-inspiration__card[data-spotlight] {
    grid-column: auto;
    grid-row: auto;
  }

  .shopping-inspiration .hotel-discovery-heading--centered,
  .shopping-intent-explorer .hotel-discovery-heading--centered {
    justify-items: center;
    text-align: center;
  }

  .shopping-editorial-rail .hotel-editorial-rail__header > a {
    width: 36px;
    justify-content: center;
    padding: 0;
  }

  .shopping-editorial-rail .hotel-editorial-rail__header > a > span {
    display: none;
  }
}

.sf-recent-discovery {
  width: min(1120px, 100%);
  margin: 0 auto 16px;
}

.sf-recent-discovery header {
  margin-bottom: 9px;
  text-align: center;
}

.sf-recent-discovery header small {
  color: var(--signal);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sf-recent-discovery h2 {
  margin: 4px 0 0;
  font-size: 20px;
}

.sf-recent-discovery .sf-recent-searches {
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 760px) {
  .sf-recent-discovery .sf-recent-searches {
    display: grid;
    grid-auto-columns: 300px;
    grid-auto-flow: column;
    justify-content: start;
    overflow-x: auto;
    padding: 1px 1px 8px;
    scroll-padding-inline: 1px;
    scroll-snap-type: inline proximity;
    scrollbar-width: thin;
  }

  .sf-recent-discovery .sf-recent-searches button {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    scroll-snap-align: start;
  }
}

@media (max-width: 759px) {
  .sf-recent-discovery {
    margin: 0 auto 16px;
  }

  .sf-recent-discovery h2 {
    font-size: 18px;
  }

  .sf-recent-discovery .sf-recent-searches {
    display: grid;
    width: 100%;
    grid-auto-columns: min(78vw, 300px);
    grid-auto-flow: column;
    justify-content: start;
    overflow-x: auto;
    padding-inline: 1px;
    padding-bottom: 8px;
    scroll-padding-inline: 1px;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .sf-recent-discovery .sf-recent-searches button {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    scroll-snap-align: start;
  }
}

/* Cache-only flight inspiration rail */
.sf-featured-flights {
  width: min(1120px, 100%);
  margin: 30px auto 0;
}

.sf-featured-flights__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 13px;
}

.sf-featured-flights__header > span {
  display: grid;
  gap: 4px;
}

.sf-featured-flights__header small {
  color: var(--signal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sf-featured-flights__header :is(h1, h2) {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
}

.sf-featured-flights__header p {
  max-width: 390px;
  margin: 0;
  color: rgb(14 15 14 / 0.52);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}

.sf-featured-flights__rail {
  display: grid;
  grid-auto-columns: minmax(300px, 360px);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 1px 1px 10px;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline proximity;
  scrollbar-width: thin;
}

.sf-featured-flight-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(210 214 222 / 0.88);
  border-radius: 13px;
  background: rgb(255 255 255 / 0.84);
  box-shadow: 0 12px 32px rgb(35 32 27 / 0.07);
  scroll-snap-align: start;
}

.sf-featured-flight-card__media {
  position: relative;
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  background: #dedbd5;
}

.sf-featured-flight-card__media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgb(0 0 0 / 0.34));
  content: "";
  pointer-events: none;
}

.sf-featured-flight-card__media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1;
  transition: opacity var(--motion-fast) var(--ease-product);
}

/* Destination previews stay still while loading; only empty card skeletons animate. */

.sf-featured-flight-card__media--loading::after {
  background: none;
}

.sf-featured-flight-card__media--loading img {
  opacity: 1;
}

.sf-featured-flight-card__media--artwork {
  background: #f2eee8;
}

.sf-featured-flight-card__media--artwork::after {
  background: linear-gradient(180deg, transparent 64%, rgb(14 15 14 / 0.18));
}

.sf-featured-flight-card__media--artwork img {
  padding: 9% 13%;
  object-fit: contain;
}

.sf-featured-flight-card__media > span {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 9px;
  padding: 5px 8px;
  color: white;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 999px;
  background: rgb(14 15 14 / 0.48);
  font-size: 9px;
  font-weight: 800;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.sf-featured-flight-card__body {
  display: grid;
  gap: 12px;
  padding: 13px 14px 12px;
}

.sf-featured-flight-card__body > header {
  display: flex;
  min-width: 0;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.sf-featured-flight-card__body > header > span:first-child {
  min-width: 0;
}

.sf-featured-flight-card__body header small {
  color: rgb(14 15 14 / 0.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sf-featured-flight-card__body h3 {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.sf-featured-flight-card__body h3 i {
  color: var(--signal);
  font-style: normal;
  font-weight: 500;
}

.sf-featured-flight-card__program {
  max-width: 92px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sf-featured-flight-card__program img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  object-fit: contain;
}

.sf-featured-flight-card__program small {
  overflow: hidden;
  color: rgb(14 15 14 / 0.6);
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.sf-featured-flight-card__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.sf-featured-flight-card__price strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.sf-featured-flight-card__price span {
  color: rgb(14 15 14 / 0.52);
  font-size: 10px;
}

.sf-featured-flight-card__price em {
  margin-left: auto;
  color: var(--signal);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.sf-featured-flight-card__body footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  color: rgb(14 15 14 / 0.56);
  border-top: 1px solid rgb(210 214 222 / 0.66);
  font-size: 9px;
}

.sf-featured-flight-card__body footer small {
  flex: 0 0 auto;
  color: rgb(14 15 14 / 0.44);
  font-size: 9px;
}

.sf-featured-flight-card--skeleton {
  position: relative;
  pointer-events: none;
  background: white;
}

.sf-featured-flight-card--skeleton::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  background: linear-gradient(
    100deg,
    transparent 22%,
    rgb(255 255 255 / 0.72) 49%,
    transparent 76%
  );
  content: "";
  pointer-events: none;
  transform: translateX(-110%);
  animation: sfFeaturedFlightShimmer 1.6s linear infinite;
}

.sf-featured-flight-card__media--skeleton {
  background: #dedbd5;
}

.sf-featured-flight-card__media--skeleton::after {
  display: none;
}

.sf-featured-flight-card__body--skeleton {
  min-height: 125px;
  align-content: start;
  box-sizing: border-box;
}

.sf-featured-flight-card__skeleton-line {
  height: 12px;
  display: block;
  border-radius: 999px;
  background: #e7e4df;
}

.sf-featured-flight-card__skeleton-line--route {
  width: 68%;
  height: 18px;
}

.sf-featured-flight-card__skeleton-line--price {
  width: 44%;
  height: 24px;
}

.sf-featured-flight-card__skeleton-line--meta {
  width: 82%;
}

@keyframes sfFeaturedFlightShimmer {
  to {
    transform: translateX(110%);
  }
}

@media (max-width: 759px) {
  .sf-featured-flights {
    width: calc(100% + 16px);
    margin-right: -8px;
    margin-left: -8px;
  }

  .sf-featured-flights__header {
    display: grid;
    gap: 7px;
    padding: 0 8px;
  }

  .sf-featured-flights__header :is(h1, h2) {
    font-size: 22px;
  }

  .sf-featured-flights__header p {
    max-width: 330px;
    font-size: 11px;
    text-align: left;
  }

  .sf-featured-flights__rail {
    grid-auto-columns: min(82vw, 310px);
    gap: 10px;
    padding-right: 8px;
    padding-left: 8px;
    scroll-padding-inline: 8px;
    scrollbar-width: none;
  }

  .sf-featured-flights__rail::-webkit-scrollbar {
    display: none;
  }
}

/* Recovered adaptive search popovers and sheets (known-good main 81651f8). */

.home-search-modal--unified {
  width: min(1180px, 100%);
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  overflow: visible;
}

.home-search-modal__content {
  min-height: 0;
  padding: 2px;
  overflow: visible;
}

.home-search-modal__content .sf-search-panel--app,
.home-search-modal__content .home-search-hotel-form {
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-search-modal__content .sf-search-card {
  background: rgb(255 255 255 / 0.84);
}

.home-search-hotel-form .home-search-error {
  margin: 10px 8px 0;
}

.sf-search-field.is-open {
  z-index: 120;
}

.sf-search-field__toggle[aria-expanded="true"] .sf-search-chevron {
  transform: rotate(180deg);
}

.search-sheet-backdrop {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(14 15 14 / 0.42);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  animation: sfFilterFade 180ms ease both;
}

.search-sheet {
  width: min(620px, 100%);
  max-height: min(780px, calc(100dvh - 48px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgb(255 255 255 / 0.76);
  border-radius: 24px;
  background: rgb(248 247 244 / 0.96);
  box-shadow: 0 32px 100px rgb(14 15 14 / 0.24);
  font-family: var(--font-site);
  -webkit-backdrop-filter: blur(28px) saturate(1.18);
  backdrop-filter: blur(28px) saturate(1.18);
  animation: sfSheetIn 240ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.search-sheet__handle {
  display: none;
}

.search-sheet__header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  border-bottom: 1px solid rgb(65 62 62 / 0.12);
}

.search-sheet__header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.05;
}

.search-sheet__header > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-sheet__close {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  border: 1px solid rgb(65 62 62 / 0.16);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.76);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  line-height: 1;
}

.search-sheet__content {
  min-height: 0;
  overflow-y: auto;
  padding: 22px;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.search-sheet__primary {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 20px;
  color: white;
  border: 0;
  border-radius: 13px;
  background: var(--charcoal);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.search-sheet__close:hover,
.search-sheet__close:focus-visible {
  background: white;
}

.search-sheet__primary:hover,
.search-sheet__primary:focus-visible {
  background: var(--ink);
}

.search-sheet__close:focus-visible,
.search-sheet__primary:focus-visible,
.hotel-search-trigger:focus-visible,
.hotel-destination-sheet button:focus-visible,
.hotel-search-calendar button:focus-visible,
.hotel-traveller-sheet button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

.hotel-search-trigger {
  min-width: 0;
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 4px 8px;
  padding: 8px 12px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.84);
  border-radius: 11px;
  background: rgb(248 248 248 / 0.84);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.hotel-search-form__submit.sf-search-submit {
  min-height: 54px;
  align-self: stretch;
}

.hotel-search-trigger > span {
  grid-column: 1;
  color: rgb(14 15 14 / 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.hotel-search-trigger > strong {
  min-width: 0;
  grid-column: 1;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-search-trigger > .hotel-chevron {
  grid-row: 1 / -1;
  grid-column: 2;
  align-self: center;
  justify-self: end;
  color: rgb(14 15 14 / 0.48);
}

.hotel-chevron {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hotel-destination-sheet > label {
  min-height: 56px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid rgb(65 62 62 / 0.26);
  border-radius: 14px;
  background: white;
}

.hotel-destination-sheet > label > span {
  font-size: 22px;
}

.hotel-destination-sheet input {
  min-width: 0;
  height: 54px;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 16px;
}

.hotel-destination-sheet > p {
  margin: 20px 0 8px;
  color: rgb(14 15 14 / 0.54);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hotel-destination-sheet > div {
  display: grid;
  gap: 2px;
}

.hotel-destination-sheet > div > button {
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 12px;
  padding: 7px 8px;
  color: var(--ink);
  border: 0;
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.hotel-destination-sheet > div > button:hover,
.hotel-destination-sheet > div > button:focus-visible {
  background: rgb(14 15 14 / 0.05);
}

.hotel-destination-sheet > div > button > span {
  width: 42px;
  height: 42px;
  display: grid;
  grid-row: 1 / -1;
  place-items: center;
  color: var(--signal);
  border-radius: 12px;
  background: rgb(255 92 0 / 0.08);
  font-size: 18px;
}

.hotel-destination-sheet > div > button strong {
  align-self: end;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-destination-sheet > div > button small {
  align-self: start;
  color: rgb(14 15 14 / 0.5);
  font-size: 11px;
}

.hotel-search-calendar,
.home-search-calendar {
  display: grid;
  gap: 16px;
}

.hotel-search-calendar__summary,
.home-search-calendar__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hotel-search-calendar__summary button,
.home-search-calendar__summary button {
  min-height: 60px;
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.84);
  border-radius: 12px;
  background: white;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.hotel-search-calendar__summary button[aria-pressed="true"],
.home-search-calendar__summary button[aria-pressed="true"] {
  border-color: rgb(255 92 0 / 0.7);
  box-shadow: 0 0 0 3px rgb(255 92 0 / 0.09);
}

.hotel-search-calendar__summary small,
.home-search-calendar__summary small {
  color: rgb(14 15 14 / 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hotel-search-calendar__summary strong,
.home-search-calendar__summary strong {
  font-size: 13px;
}

.hotel-search-calendar__month,
.home-search-calendar__month {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotel-search-calendar__month > button,
.home-search-calendar__month > button,
.home-search-calendar__month button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 10px;
  background: white;
  cursor: pointer;
  font: inherit;
  font-size: 22px;
}

.hotel-search-calendar__week,
.hotel-search-calendar__grid,
.home-search-calendar__week,
.home-search-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  text-align: center;
}

.hotel-search-calendar__week span,
.home-search-calendar__week span {
  color: rgb(14 15 14 / 0.48);
  font-size: 10px;
  font-weight: 700;
}

.hotel-search-calendar__grid button,
.home-search-calendar__grid button {
  min-height: 42px;
  color: var(--ink);
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.hotel-search-calendar__grid button.is-in-range,
.home-search-calendar__grid button.is-in-range {
  border-radius: 0;
  background: rgb(255 92 0 / 0.08);
}

.hotel-search-calendar__grid button[aria-pressed="true"],
.home-search-calendar__grid button[aria-pressed="true"] {
  color: white;
  border-radius: 10px;
  background: var(--signal);
}

.hotel-search-calendar__grid button.is-muted,
.hotel-search-calendar__grid button:disabled,
.home-search-calendar__grid button.is-muted,
.home-search-calendar__grid button:disabled {
  opacity: 0.28;
  cursor: default;
}

.hotel-traveller-sheet {
  display: grid;
}

.hotel-traveller-sheet > div {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgb(65 62 62 / 0.12);
}

.hotel-traveller-sheet > div > span {
  display: grid;
  gap: 4px;
}

.hotel-traveller-sheet small {
  color: rgb(14 15 14 / 0.5);
}

.hotel-traveller-sheet > div > div {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.hotel-traveller-sheet button:not(.search-sheet__primary) {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 999px;
  background: white;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
}

.hotel-traveller-sheet button:disabled {
  opacity: 0.32;
}

.sf-search-sheet .sf-menu-search {
  min-height: 52px;
  margin-bottom: 14px;
  padding: 0 15px;
  border-radius: 13px;
  font-size: 15px;
}

.sf-search-sheet .sf-airport-options {
  max-height: none;
}

.sf-search-menu .sf-airport-options,
.sf-search-menu .sf-choice-list,
.sf-search-menu .sf-program-menu {
  max-height: min(360px, calc(100dvh - 240px));
  overflow-y: auto;
  overscroll-behavior: contain;
}

.sf-search-sheet .sf-airport-options button,
.sf-search-sheet .sf-choice-list button {
  min-height: 62px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
}

.sf-search-sheet .sf-calendar {
  gap: 16px;
}

.sf-search-sheet .sf-calendar__grid button {
  min-height: 46px;
  font-size: 14px;
}

.sf-search-sheet .sf-passenger-menu {
  gap: 24px;
}

.sf-search-sheet .sf-stepper-row {
  min-height: 72px;
}

.sf-search-sheet .sf-stepper-row button {
  width: 42px;
  height: 42px;
}

.sf-search-sheet .sf-cabin-grid,
.sf-search-sheet .sf-program-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sf-search-sheet .sf-cabin-grid button,
.sf-search-sheet .sf-program-menu button {
  min-height: 72px;
  justify-content: flex-start;
  padding: 10px 13px;
  border-radius: 13px;
}

.sf-search-sheet .sf-program-menu button[aria-pressed="false"] {
  color: var(--ink);
  border-color: rgb(210 214 222 / 0.9);
  background: white;
}

.sf-search-sheet .sf-program-menu img {
  width: 28px;
  height: 28px;
}

.hotel-filter-sheet__range {
  display: grid;
  gap: 22px;
}

.hotel-filter-sheet__range > div,
.hotel-filter-sheet__range > small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hotel-filter-sheet__range > div span,
.hotel-filter-sheet__range > small {
  color: rgb(14 15 14 / 0.52);
}

.hotel-filter-sheet__range > div strong {
  color: var(--ink);
  font-size: 22px;
}

.hotel-filter-sheet__range input {
  width: 100%;
  accent-color: var(--charcoal);
}

.hotel-filter-sheet__choices {
  display: grid;
  gap: 0;
}

.hotel-filter-sheet__choices button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid rgb(210 214 222 / 0.82);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: left;
}

.hotel-filter-sheet__choices button[aria-checked="true"] {
  background: rgb(14 15 14 / 0.055);
}

.hotel-filter-sheet__choices i {
  color: var(--charcoal);
  font-style: normal;
}

@media (max-width: 759px) {
  .home-search-modal--unified {
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    gap: 14px;
    overflow-y: auto;
  }

  .home-search-modal--unified .home-search-modal__content {
    padding: 0;
  }

  .home-search-modal--unified .sf-search-panel--app .sf-search-card,
  .home-search-modal--unified .home-search-hotel-form.sf-search-card {
    margin-bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .search-sheet-backdrop {
    place-items: end stretch;
    padding: max(12px, env(safe-area-inset-top)) 0 0;
    background: rgb(14 15 14 / 0.38);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .search-sheet {
    width: 100%;
    max-height: none;
    height: calc(100dvh - max(12px, env(safe-area-inset-top)));
    grid-template-rows: auto auto minmax(0, 1fr);
    border: 1px solid rgb(255 255 255 / 0.78);
    border-bottom: 0;
    border-radius: 26px 26px 0 0;
    background: rgb(248 247 244 / 0.985);
    box-shadow: 0 -24px 80px rgb(14 15 14 / 0.22);
  }

  .search-sheet__handle {
    width: 44px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 999px;
    background: rgb(101 109 124 / 0.3);
  }

  .search-sheet__header {
    min-height: 70px;
    padding: 8px 18px 14px;
  }

  .search-sheet__header h2 {
    font-size: 24px;
  }

  .search-sheet__content {
    padding: 18px 16px calc(22px + env(safe-area-inset-bottom));
    scrollbar-gutter: auto;
  }

  .search-sheet-backdrop:has(> .hotel-filter-sheet) {
    place-items: end stretch;
    background: rgb(14 15 14 / 0.42);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .search-sheet.hotel-filter-sheet {
    width: 100%;
    height: auto;
    max-height: min(78dvh, 680px);
    align-self: end;
    border: 1px solid rgb(255 255 255 / 0.72);
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: rgb(248 248 248 / 0.94);
    box-shadow: 0 -20px 70px rgb(0 0 0 / 0.22);
    -webkit-backdrop-filter: blur(24px) saturate(1.16);
    backdrop-filter: blur(24px) saturate(1.16);
  }

  .hotel-filter-sheet .search-sheet__handle {
    margin-top: 9px;
  }

  .hotel-filter-sheet .search-sheet__header {
    min-height: 62px;
    padding: 13px 16px;
  }

  .hotel-filter-sheet .search-sheet__header h2 {
    font-size: 18px;
  }

  .hotel-filter-sheet .search-sheet__close {
    width: 34px;
    height: 34px;
    border: 0;
    background: rgb(14 15 14 / 0.08);
    font-size: 20px;
  }

  .hotel-filter-sheet .search-sheet__content {
    padding: 14px 16px calc(18px + env(safe-area-inset-bottom));
  }

  .sf-search-panel--app,
  .hotel-search-form.sf-search-card {
    width: 100%;
    max-width: none;
  }

  .sf-search-panel--app .sf-search-card,
  .hotel-search-form.sf-search-card {
    overflow: hidden;
    padding: 7px;
    border-radius: 18px;
  }

  .sf-search-panel--app .sf-search-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "origin"
      "swap"
      "destination"
      "date"
      "range"
      "passengers"
      "programs"
      "submit";
    gap: 0;
  }

  .sf-search-panel--app .sf-search-field {
    gap: 5px;
    padding: 11px 12px;
    border: 0;
    border-bottom: 1px solid rgb(210 214 222 / 0.74);
  }

  .sf-search-panel--app .sf-search-field__label {
    font-size: 10px;
  }

  .sf-search-panel--app .sf-search-field__trigger {
    min-height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
  }

  .sf-search-panel--app .sf-swap-button {
    z-index: 4;
    width: 36px;
    height: 36px;
    margin: -18px auto;
  }

  .sf-search-panel--app .sf-search-submit {
    width: calc(100% - 14px);
    min-height: 50px;
    margin: 13px 7px 7px;
    border-radius: 12px;
  }

  .hotel-search-form__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .hotel-search-trigger {
    min-height: 70px;
    padding: 12px;
    border: 0;
    border-bottom: 1px solid rgb(210 214 222 / 0.74);
    border-radius: 0;
    background: transparent;
  }

  .hotel-search-trigger--destination {
    grid-column: 1;
  }

  .hotel-search-trigger:nth-of-type(2),
  .hotel-search-trigger:nth-of-type(4) {
    border-right: 0;
  }

  .hotel-search-trigger > strong {
    font-size: 14px;
  }

  .hotel-search-form__submit.sf-search-submit {
    grid-column: 1;
    width: calc(100% - 14px);
    min-height: 50px;
    margin: 13px 7px 7px;
    border-radius: 12px;
  }

  .hotel-search-calendar__grid button,
  .home-search-calendar__grid button {
    min-height: 44px;
  }

  .sf-search-sheet .sf-cabin-grid,
  .sf-search-sheet .sf-program-menu {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .search-sheet-backdrop,
  .search-sheet {
    animation: none;
  }
}

/* Unified Flights / Hotels / Shopping product header. */
:root {
  --product-header-height: 132px;
}

.site-header {
  height: var(--product-header-height);
  min-height: var(--product-header-height);
  transition:
    height var(--motion-settle) var(--ease-hover),
    min-height var(--motion-settle) var(--ease-hover),
    color 300ms ease,
    border-color 300ms ease,
    opacity 240ms ease,
    transform 360ms cubic-bezier(0.33, 1, 0.68, 1);
}

.site-header__inner {
  height: 58px;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 clamp(20px, 3vw, 48px);
  transition: height var(--motion-settle) var(--ease-hover);
}

.site-header .global-nav,
.site-header .header-cta {
  display: none;
}

.site-header__actions {
  position: relative;
  z-index: 2;
  display: inline-flex;
  grid-column: 3;
  align-items: center;
  justify-self: end;
  gap: 10px;
  transform: scale(1);
  transform-origin: 100% 50%;
  transition: transform var(--motion-settle) var(--ease-hover);
}

.site-header .brand-link {
  transform: scale(1);
  transform-origin: 0 50%;
  transition: transform var(--motion-settle) var(--ease-hover);
}

.header-signup {
  min-height: 38px;
  padding: 0 17px;
  color: var(--ink);
  border: 1px solid rgb(255 255 255 / 0.42);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.9);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.1);
  cursor: pointer;
  font-size: var(--type-label-size);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-header--app .header-signup,
.site-header--home .header-signup,
.site-header.is-scrolled .header-signup {
  color: white;
  border-color: var(--ink);
  background: var(--ink);
}

.site-header .menu-button {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 0 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.82;
}

.product-navigation {
  display: grid;
  grid-column: 2;
  grid-auto-flow: column;
  align-self: stretch;
  justify-self: center;
  gap: 8px;
  opacity: 1;
  transform: translateY(0) scale(1);
  transform-origin: 50% 0;
  visibility: visible;
  transition:
    opacity var(--motion-base) ease,
    transform var(--motion-settle) var(--ease-hover),
    visibility 0s linear 0s;
}

.product-navigation a {
  position: relative;
  width: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: currentColor;
  opacity: 0.58;
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  letter-spacing: 0.02em;
  transition:
    width var(--motion-settle) var(--ease-hover),
    gap var(--motion-settle) var(--ease-hover),
    font-size var(--motion-settle) var(--ease-hover),
    opacity var(--motion-fast) ease,
    background var(--motion-fast) ease;
}

.product-navigation a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.product-navigation a:hover,
.product-navigation a:focus-visible,
.product-navigation a.is-active {
  opacity: 1;
}

.product-navigation a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.product-navigation .travel-artwork {
  width: 30px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 5px 6px rgb(0 0 0 / 0.14));
  transition:
    width var(--motion-settle) var(--ease-hover),
    height var(--motion-settle) var(--ease-hover);
}

.site-header__search-row {
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 74px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 24px 8px;
  transition:
    top var(--motion-settle) var(--ease-hover),
    height var(--motion-settle) var(--ease-hover),
    padding var(--motion-settle) var(--ease-hover);
}

.product-search-shell {
  position: relative;
  width: min(900px, calc(100vw - 48px));
  min-width: 0;
  transition: width var(--motion-settle) var(--ease-hover);
}

.product-search-shell--flights {
  width: min(1320px, calc(100vw - 64px));
}

.product-search-shell__full {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 1;
  transform: translateY(0) scale(1);
  transform-origin: 50% 50%;
  visibility: visible;
  transition:
    opacity var(--motion-fast) ease,
    transform var(--motion-settle) var(--ease-product),
    visibility 0s linear 0s;
}

.product-search-shell.is-summary .product-search-shell__full {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px) scale(0.985);
  visibility: hidden;
  transition:
    opacity var(--motion-fast) ease,
    transform var(--motion-settle) var(--ease-product),
    visibility 0s linear var(--motion-fast);
}

.product-search-shell.is-summary {
  height: 46px;
}

.product-search-shell__summary {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 22px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.84);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.95);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.94),
    0 8px 22px rgb(0 0 0 / 0.09);
  cursor: pointer;
  font: inherit;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px) scale(0.985);
  visibility: hidden;
  transition:
    opacity var(--motion-fast) ease,
    transform var(--motion-settle) var(--ease-product),
    visibility 0s linear var(--motion-fast);
}

.product-search-shell.is-summary .product-search-shell__summary {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
  transition:
    opacity var(--motion-fast) ease,
    transform var(--motion-settle) var(--ease-product),
    visibility 0s linear 0s;
}

.product-search-shell__summary > span {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 1px;
  padding: 0 12px;
  border-right: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 999px;
}

.product-search-shell__summary strong {
  font-size: 14px;
  font-weight: 700;
}

.product-search-shell__summary small {
  overflow: hidden;
  color: rgb(14 15 14 / 0.54);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-search-shell__summary > i,
.header-hotel-search__submit,
.header-shopping-search__submit {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: end;
  color: white;
  border: 0;
  border-radius: 999px;
  background: var(--signal);
  font-style: normal;
}

.product-search-shell__summary > i {
  width: 38px;
  height: 38px;
}

.product-search-shell__summary svg,
.header-hotel-search__submit svg,
.header-shopping-search__submit svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-search-shell__summary--start > svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.sf-search-panel--header {
  width: 100%;
  margin: 0;
}

.sf-search-panel--header .sf-search-card {
  min-height: 66px;
  padding: 6px;
  border-color: rgb(210 214 222 / 0.84);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.95);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.92),
    0 12px 34px rgb(0 0 0 / 0.1);
  animation: none;
}

.sf-search-panel--header .sf-search-grid {
  grid-template-columns:
    minmax(0, 0.9fr)
    32px
    minmax(0, 0.9fr)
    minmax(0, 0.82fr)
    minmax(0, 0.64fr)
    minmax(0, 0.88fr)
    minmax(0, 1.05fr)
    54px;
  grid-template-areas: "origin swap destination date range passengers programs submit";
  align-items: stretch;
  gap: 0;
}

.sf-search-panel--header .sf-search-field {
  align-content: center;
  gap: 2px;
  padding: 0 14px;
  border-right: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 999px;
  transition: background var(--motion-fast) ease, padding var(--motion-settle) var(--ease-hover);
}

.sf-search-panel--header .sf-search-field--passengers {
  display: grid;
}

.sf-search-panel--header .sf-search-field:hover,
.sf-search-panel--header .sf-search-field.is-open {
  background: rgb(14 15 14 / 0.045);
}

.sf-search-panel--header .sf-search-field__label {
  color: rgb(14 15 14 / 0.68);
  font-size: 9px;
  font-weight: 700;
}

.sf-search-panel--header .sf-search-field__trigger {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 32px;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 11px;
}

.sf-search-panel--header .sf-search-field__toggle {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.sf-search-panel--header .sf-airport-chip-list {
  gap: 3px;
}

.sf-search-panel--header .sf-airport-chip,
.sf-search-panel--header .sf-airport-chip__body,
.sf-search-panel--header .sf-airport-chip__remove,
.sf-search-panel--header .sf-airport-chip--more,
.sf-search-panel--header .sf-airport-placeholder,
.sf-search-panel--header .sf-airport-trigger__chevron {
  min-height: 26px;
}

.sf-search-panel--header .sf-airport-chip__body {
  padding: 0 2px 0 6px;
}

.sf-search-panel--header .sf-airport-chip__remove {
  width: 22px;
  flex-basis: 22px;
  font-size: 13px;
}

.sf-search-panel--header .sf-airport-chip--more {
  padding: 0 6px;
}

.sf-search-panel--header .sf-airport-trigger__chevron {
  width: 18px;
  flex-basis: 18px;
}

.sf-search-panel--header .sf-search-chevron,
.sf-search-panel--header .sf-airport-chip__remove,
.sf-search-panel--header .sf-airport-trigger__chevron {
  flex: 0 0 auto;
}

.sf-search-panel--header .sf-search-field__trigger:hover,
.sf-search-panel--header .sf-search-field.is-open .sf-search-field__trigger {
  border-color: transparent;
  background: transparent;
}

.sf-search-panel--header .sf-swap-button {
  width: 28px;
  height: 28px;
  align-self: center;
  margin: 0 2px;
  font-size: 12px;
}

.sf-search-panel--header .sf-search-submit {
  width: 48px;
  min-height: 48px;
  display: grid;
  place-items: center;
  align-self: center;
  margin-left: 5px;
  padding: 0;
  border-radius: 999px;
  background: var(--signal);
}

.sf-search-panel--header .sf-search-submit svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sf-search-panel--header .sf-search-menu {
  z-index: 160;
  top: calc(100% + 12px);
  border-radius: 18px;
  box-shadow: 0 26px 72px rgb(0 0 0 / 0.18);
}

.sf-search-panel--header .sf-search-validation {
  position: absolute;
  top: calc(100% + 6px);
  left: 22px;
  padding: 6px 10px;
  border-radius: 999px;
  background: white;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.1);
}

.header-hotel-search,
.header-shopping-search {
  position: relative;
  width: 100%;
}

.header-hotel-search__form,
.header-shopping-search {
  width: 100%;
  min-height: 66px;
  display: grid;
  align-items: stretch;
  padding: 6px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.84);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.95);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.92),
    0 12px 34px rgb(0 0 0 / 0.1);
}

.header-hotel-search__form {
  grid-template-columns: 1.48fr 1fr 1fr 60px;
}

.header-hotel-search__field,
.header-shopping-search__store,
.header-shopping-search__category > button {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 2px 8px;
  padding: 0 18px;
  color: var(--ink);
  border: 0;
  border-right: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background var(--motion-fast) ease;
}

.header-hotel-search__field:hover,
.header-hotel-search__field[aria-expanded="true"],
.header-shopping-search__store:hover,
.header-shopping-search__store[aria-expanded="true"],
.header-shopping-search__category > button:hover,
.header-shopping-search__category > button[aria-expanded="true"] {
  background: rgb(14 15 14 / 0.045);
}

.header-hotel-search__field > span,
.header-shopping-search__store > span:first-child,
.header-shopping-search__category > button > span,
.header-shopping-search__query > span {
  grid-column: 1;
  color: rgb(14 15 14 / 0.72);
  font-size: 9px;
  font-weight: 700;
}

.header-hotel-search__field > strong,
.header-shopping-search__store .shopping-store-picker__value,
.header-shopping-search__category > button > strong {
  min-width: 0;
  grid-column: 1;
  overflow: hidden;
  color: rgb(14 15 14 / 0.56);
  font-size: 11px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-hotel-search__field > svg,
.header-shopping-search__store > svg,
.header-shopping-search__category > button > svg {
  width: 14px;
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
}

.header-hotel-search__submit,
.header-shopping-search__submit {
  min-width: 76px;
  min-height: 48px;
  grid-auto-flow: column;
  gap: 7px;
  padding: 0 12px;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
}

.header-hotel-search__submit {
  min-width: 48px;
  width: 48px;
  padding: 0;
}

.header-shopping-search__submit {
  min-width: 48px;
  width: 48px;
  justify-self: end;
  padding: 0;
}

.header-shopping-search {
  grid-template-columns: minmax(0, 1.6fr) minmax(210px, 0.8fr) 60px;
}

.header-shopping-search__query {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 0 20px;
  border-right: 1px solid rgb(65 62 62 / 0.12);
}

.header-shopping-search__query input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 11px;
}

.header-shopping-search__query input::placeholder {
  color: rgb(14 15 14 / 0.5);
}

.header-shopping-search__category {
  position: relative;
  min-width: 0;
}

.header-shopping-search__category > button {
  width: 100%;
  height: 100%;
}

.header-shopping-search__menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 160;
  width: min(270px, calc(100vw - 32px));
  display: grid;
  max-height: min(420px, calc(100vh - 190px));
  gap: 2px;
  padding: 9px;
  overflow-y: auto;
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.98);
  box-shadow: 0 26px 72px rgb(0 0 0 / 0.18);
}

.header-shopping-search__menu button {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: var(--ink);
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  text-align: left;
}

.header-shopping-search__menu button:hover,
.header-shopping-search__menu button:focus-visible,
.header-shopping-search__menu button.is-selected {
  background: rgb(14 15 14 / 0.07);
}

.header-hotel-search__field:focus-visible,
.header-hotel-search__submit:focus-visible,
.header-shopping-search__store:focus-visible,
.header-shopping-search__query input:focus-visible,
.header-shopping-search__category > button:focus-visible,
.header-shopping-search__submit:focus-visible,
.product-search-shell__summary:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.product-search-shell__launcher,
.product-search-shell__shopping {
  width: 100%;
  min-height: 66px;
  display: grid;
  align-items: stretch;
  padding: 6px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.84);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.95);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.92),
    0 12px 34px rgb(0 0 0 / 0.1);
  font: inherit;
  text-align: left;
  -webkit-backdrop-filter: blur(24px) saturate(1.15);
  backdrop-filter: blur(24px) saturate(1.15);
  transition:
    min-height var(--motion-settle) var(--ease-hover),
    box-shadow var(--motion-base) ease,
    border-color var(--motion-base) ease;
}

.site-header.is-compact {
  height: 64px;
  min-height: 64px;
}

.site-header.is-compact .site-header__inner {
  height: 64px;
}

.site-header.is-compact .product-navigation {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.94);
  visibility: hidden;
  transition:
    opacity var(--motion-fast) ease,
    transform var(--motion-base) var(--ease-product),
    visibility 0s linear var(--motion-fast);
}

.site-header.is-compact .site-header__search-row {
  top: 0;
  height: 64px;
  padding: 7px 24px;
}

.site-header.is-compact .product-search-shell {
  width: min(380px, calc(100vw - 420px));
}

.site-header.is-compact .product-search-shell__launcher,
.site-header.is-compact .product-search-shell__shopping {
  min-height: 46px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.94),
    0 8px 22px rgb(0 0 0 / 0.09);
}

.site-header.is-compact .product-search-shell__field {
  padding-right: 12px;
  padding-left: 12px;
}

.site-header.is-compact .product-search-shell__action,
.site-header.is-compact .product-search-shell__shopping > button {
  width: 40px;
  height: 40px;
}

.site-header--home.is-compact {
  height: 64px;
  min-height: 64px;
}

.site-header--home.is-compact .site-header__inner {
  height: 64px;
}

.site-header--home.is-compact .product-navigation {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.94);
  visibility: hidden;
  transition:
    opacity var(--motion-fast) ease,
    transform var(--motion-base) var(--ease-product),
    visibility 0s linear var(--motion-fast);
}

.site-header--home.is-compact .site-header__search-row {
  top: 0;
  height: 64px;
  padding: 7px 24px;
}

.site-header--home.is-compact .product-search-shell {
  width: min(380px, calc(100vw - 420px));
}

.product-search-shell--flights .product-search-shell__launcher {
  grid-template-columns: 0.72fr 0.72fr 0.78fr 1.28fr 54px;
}

.product-search-shell--hotels .product-search-shell__launcher {
  grid-template-columns: 1.4fr 1fr 1fr 54px;
}

.product-search-shell__launcher {
  cursor: pointer;
}

.product-search-shell__field {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 0 16px;
  border-right: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 999px;
  transition:
    padding var(--motion-settle) var(--ease-hover),
    background var(--motion-fast) ease;
}

.product-search-shell__field:hover {
  background: rgb(14 15 14 / 0.045);
}

.product-search-shell__field strong {
  font-size: 10px;
  font-weight: 700;
}

.product-search-shell__field small {
  overflow: hidden;
  color: rgb(14 15 14 / 0.52);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-search-shell__action,
.product-search-shell__shopping > button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: end;
  padding: 0;
  color: white;
  border: 0;
  border-radius: 50%;
  background: var(--signal);
  cursor: pointer;
  font-style: normal;
  transition:
    width var(--motion-settle) var(--ease-hover),
    height var(--motion-settle) var(--ease-hover),
    transform var(--motion-fast) ease;
}

.product-search-shell__action svg,
.product-search-shell__shopping svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-search-shell__mobile-copy {
  display: none;
}

.product-search-shell__shopping {
  grid-template-columns: minmax(0, 1fr) 54px;
}

.product-search-shell__shopping-mobile {
  display: none;
}

.product-search-shell__shopping label {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0 22px;
}

.product-search-shell__shopping input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: var(--type-body-size);
}

.product-navigation a:focus-visible,
.product-search-shell__launcher:focus-visible,
.product-search-shell__shopping-mobile:focus-visible,
.product-search-shell__shopping input:focus-visible,
.product-search-shell__shopping button:focus-visible,
.header-signup:focus-visible,
.site-header .menu-button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.site-header .mobile-menu {
  top: calc(var(--product-header-height) - 2px);
}

.sf-app-page,
.hotel-search-page.sf-app-page,
.shopping-page.sf-app-page {
  padding-top: calc(var(--product-header-height) + 28px);
}

/* Ultra Rewards cloud hero, adapted from the Aceternity registry demo. */
.cloud-shader {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  overflow: hidden;
}

.cloud-shader__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cloud-shader__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.hero-section.travel-hero {
  min-height: max(720px, 100svh);
  isolation: isolate;
  overflow: hidden;
  background: #3876ba;
}

.hero-section.travel-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(120px, 15svh, 190px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgb(248 248 248 / 0) 0%,
    rgb(248 248 248 / 0.05) 42%,
    rgb(248 248 248 / 0.38) 82%,
    var(--frost) 100%
  );
}

.travel-hero__media--clouds {
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  background: linear-gradient(180deg, #3876ba 0%, #8cbfe8 100%);
  animation: ultra-cloud-hero-reveal 1400ms var(--ease-hover) forwards;
}

.travel-hero__cloud-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  transform: scale(2);
  transform-origin: top left;
}

.travel-hero__contrast {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, transparent 20%, rgb(5 12 20 / 0.12) 100%),
    linear-gradient(180deg, rgb(3 12 22 / 0.16) 0%, rgb(3 12 22 / 0.04) 42%, rgb(3 10 18 / 0.28) 100%);
}

.travel-home .travel-hero .travel-hero__copy {
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: calc(var(--product-header-height) + 48px) var(--page-pad) 64px;
  text-align: center;
}

.travel-home .travel-hero .travel-hero__heading {
  max-width: 780px;
  gap: 15px;
}

.travel-hero__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: white;
  font-size: var(--type-section-display-size);
  font-weight: var(--type-section-display-weight);
  line-height: 1;
}

.travel-hero__brand .logo-mark {
  width: 42px;
  height: 42px;
}

.travel-home .travel-hero .travel-hero__heading h1 {
  font-family: var(--font-site);
  font-size: var(--type-hero-display-size);
  font-weight: var(--type-hero-display-weight);
  line-height: var(--type-hero-display-leading);
  letter-spacing: var(--type-hero-display-tracking);
}

.travel-home .travel-hero .travel-hero__body {
  max-width: 620px;
  margin: 0 auto;
  font-family: var(--font-site);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-leading);
  letter-spacing: var(--type-body-tracking);
}

.travel-home .travel-hero .travel-hero__eyebrow {
  font-family: var(--font-site);
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  line-height: var(--type-label-leading);
  letter-spacing: var(--type-label-tracking);
}

.travel-hero__planner {
  position: relative;
  width: min(760px, calc(100vw - 32px));
  min-height: 127px;
  margin-top: 10px;
  padding: 12px;
  color: #0a0b0b;
  border: 1px solid #fff;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 35px rgb(0 0 0 / 0.1), 0 2px 8px rgb(0 0 0 / 0.06), 0 0 0 1px rgb(0 0 0 / 0.07);
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  transition: box-shadow 180ms ease;
}

.travel-hero__planner:hover {
  box-shadow: 0 18px 45px rgb(0 0 0 / 0.12), 0 3px 9px rgb(0 0 0 / 0.07), 0 0 0 1px rgb(0 0 0 / 0.09);
}

.travel-hero__planner:focus-within {
  box-shadow: 0 20px 48px rgb(0 0 0 / 0.13), 0 3px 10px rgb(0 0 0 / 0.08), 0 0 0 1px rgb(0 0 0 / 0.12);
}

.travel-hero__planner-editor {
  position: relative;
  min-height: 64px;
  padding: 7px 8px 10px;
}

.travel-hero__planner textarea {
  width: 100%;
  min-height: 48px;
  max-height: 180px;
  resize: none;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  overflow-y: auto;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.travel-hero__planner-placeholder {
  position: absolute;
  top: 7px;
  right: 8px;
  left: 8px;
  color: rgb(10 11 11 / 0.43);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  pointer-events: none;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.travel-hero__planner-toolbar,
.travel-hero__planner-actions {
  display: flex;
  align-items: center;
}

.travel-hero__planner-toolbar {
  justify-content: space-between;
  min-height: 36px;
  gap: 8px;
}

.travel-hero__planner-actions {
  gap: 8px;
}

.travel-hero__planner button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.travel-hero__planner-add,
.travel-hero__planner-submit {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.travel-hero__planner-add {
  color: rgb(10 11 11 / 0.7);
  background: #f4f4f1;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.05), 0 2px 3px rgb(0 0 0 / 0.04);
}

.travel-hero__planner-mode {
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 0 9px;
  color: rgb(10 11 11 / 0.56);
  border-radius: 999px;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.travel-hero__planner-mic {
  width: 34px;
  height: 34px;
  padding: 7px;
  color: rgb(10 11 11 / 0.5);
  background: transparent;
}

.travel-hero__planner-mic svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.travel-hero__planner-submit {
  color: #fff;
  background: #0a0b0b;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.22), 0 2px 3px rgb(0 0 0 / 0.14);
}

.travel-hero__planner-add svg,
.travel-hero__planner-submit svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.travel-hero__planner-submit:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  box-shadow: none;
}

.travel-hero__planner button:hover,
.travel-hero__planner button:focus-visible {
  color: #0a0b0b;
  background: #edede9;
}

.travel-hero__planner-submit:not(:disabled):hover,
.travel-hero__planner-submit:not(:disabled):focus-visible {
  color: #fff !important;
  background: var(--signal);
}

.travel-hero__planner button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.travel-hero__planner-submit:active,
.travel-hero__planner-add:active {
  transform: scale(0.96);
}

.travel-hero__planner-menu {
  position: absolute;
  right: 54px;
  bottom: 55px;
  z-index: 4;
  width: 156px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgb(0 0 0 / 0.13);
  opacity: 0;
  transform: translateY(5px) scale(0.98);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.travel-hero__planner-menu.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  visibility: visible;
}

.travel-hero__planner-menu button {
  width: 100%;
  padding: 9px 10px;
  color: var(--ink);
  border-radius: 9px;
  background: transparent;
  font-size: 14px;
  text-align: left;
}

.travel-hero__planner-menu button[aria-current="true"] {
  color: var(--signal);
  background: #f5f5f2;
}

@media (max-width: 640px) {
  .travel-hero__planner {
    width: min(760px, calc(100vw - 28px));
    min-height: 102px;
    margin-right: calc((100% - (100vw - 28px)) / 2);
    margin-left: calc((100% - (100vw - 28px)) / 2);
    border-radius: 24px;
    box-shadow: 0 10px 26px rgb(0 0 0 / 0.11), 0 0 0 1px rgb(0 0 0 / 0.08);
  }

  .travel-hero__planner-editor {
    min-height: 40px;
  }

  .travel-hero__planner textarea {
    display: block;
    min-height: 23px;
  }

  .travel-hero__planner-mode {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.travel-home .travel-hero .travel-hero__trust {
  font-family: var(--font-site);
  font-size: var(--type-legal-size) !important;
  font-weight: var(--type-legal-weight);
  line-height: var(--type-legal-leading);
  letter-spacing: var(--type-legal-tracking);
}

@keyframes ultra-cloud-hero-reveal {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@media (min-width: 760px) {
  .site-header .mobile-menu {
    right: 32px;
    left: auto;
    width: 280px;
    display: grid;
  }
}

@media (max-width: 759px) {
  :root {
    --product-header-height: 96px;
  }

  .site-header__inner {
    height: 96px;
    grid-template-columns: 1fr auto;
    grid-template-rows: 50px 46px;
    padding: 0 12px;
  }

  .site-header__search-row {
    top: 50px;
    height: 46px;
    display: flex;
    padding: 2px 12px 4px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .brand-link {
    grid-row: 1;
    grid-column: 1;
  }

  .site-header__actions {
    grid-row: 1;
    grid-column: 2;
  }

  .header-signup {
    display: none;
  }

  .product-navigation {
    width: 100%;
    grid-row: 2;
    grid-column: 1 / -1;
    justify-content: center;
    gap: 2px;
  }

  .product-navigation a {
    width: min(30vw, 108px);
    gap: 5px;
    font-size: 10px;
  }

  .product-navigation .travel-artwork {
    width: 23px;
    height: 20px;
  }

  .product-navigation a::after {
    right: 12px;
    left: 12px;
  }

  .site-header__search-row {
    height: 68px;
    padding: 4px 10px 10px;
  }

  .product-search-shell {
    width: 100%;
  }

  .site-header.is-compact {
    height: 96px;
    min-height: 96px;
  }

  .site-header.is-compact .site-header__inner {
    height: 96px;
    grid-template-rows: 50px 46px;
  }

  .site-header.is-compact .brand-link,
  .site-header.is-compact .site-header__actions {
    transform: scale(0.9);
  }

  .site-header.is-compact .product-navigation a {
    width: min(28vw, 92px);
    gap: 4px;
    font-size: 9px;
  }

  .site-header.is-compact .product-navigation {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.94);
    visibility: hidden;
  }

  .site-header.is-compact .product-navigation .travel-artwork {
    width: 18px;
    height: 16px;
  }

  .site-header.is-compact .site-header__search-row {
    top: 50px;
    height: 46px;
    padding: 2px 12px 4px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .site-header.is-compact .product-search-shell {
    width: min(360px, calc(100vw - 24px));
  }

  .site-header.is-compact .product-search-shell__launcher,
  .site-header.is-compact .product-search-shell__shopping-mobile {
    min-height: 46px;
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.94),
      0 7px 20px rgb(0 0 0 / 0.09);
  }

  .site-header.is-compact .product-search-shell__action,
  .site-header.is-compact .product-search-shell__shopping-mobile > i {
    width: 38px;
    height: 38px;
  }

  .site-header--home.is-compact {
    height: 96px;
    min-height: 96px;
  }

  .site-header--home.is-compact .site-header__inner {
    height: 96px;
    grid-template-rows: 50px 46px;
  }

  .site-header--home.is-compact .site-header__search-row {
    top: 50px;
    height: 46px;
    padding: 2px 12px 4px;
  }

  .site-header--home.is-compact .product-search-shell {
    width: min(360px, calc(100vw - 24px));
  }

  .product-search-shell.is-summary {
    height: 40px;
  }

  .product-search-shell__summary {
    min-height: 40px;
    padding: 3px 18px;
  }

  .product-search-shell__summary strong {
    font-size: 13px;
  }

  .product-search-shell__launcher,
  .product-search-shell__shopping {
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    padding: 4px;
  }

  .product-search-shell__shopping {
    display: none;
  }

  .product-search-shell__shopping-mobile {
    width: 100%;
    min-height: 54px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
    padding: 4px;
    color: var(--ink);
    border: 1px solid rgb(210 214 222 / 0.84);
    border-radius: 999px;
    background: rgb(255 255 255 / 0.95);
    box-shadow: 0 12px 34px rgb(0 0 0 / 0.1);
    font: inherit;
    text-align: left;
  }

  .product-search-shell__shopping-mobile > span {
    min-width: 0;
    display: grid;
    gap: 1px;
    padding-left: 14px;
  }

  .product-search-shell__shopping-mobile strong {
    font-size: 11px;
  }

  .product-search-shell__shopping-mobile small {
    overflow: hidden;
    color: rgb(14 15 14 / 0.5);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-search-shell__shopping-mobile > i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: white;
    border-radius: 50%;
    background: var(--signal);
    font-style: normal;
  }

  .product-search-shell__shopping-mobile svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .product-search-shell__field {
    display: none;
  }

  .product-search-shell__mobile-copy {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 1px;
    padding: 0 14px;
  }

  .product-search-shell__mobile-copy strong {
    font-size: 11px;
  }

  .product-search-shell__mobile-copy small {
    overflow: hidden;
    color: rgb(14 15 14 / 0.5);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-search-shell__action,
  .product-search-shell__shopping > button {
    width: 42px;
    height: 42px;
  }

  .product-search-shell__shopping label {
    padding: 0 12px;
  }

  .product-search-shell__shopping input {
    font-size: 12px;
  }

  .sf-app-page,
  .hotel-search-page.sf-app-page,
  .shopping-page.sf-app-page {
    padding-top: calc(var(--product-header-height) + 18px);
  }

  .hero-section.travel-hero {
    min-height: max(760px, 100svh);
  }

  .hero-section.travel-hero::after {
    height: clamp(96px, 13svh, 148px);
  }

  .travel-home .travel-hero .travel-hero__copy {
    padding-top: calc(var(--product-header-height) + 34px);
    padding-bottom: 40px;
  }

  .travel-hero__brand {
    font-size: 24px;
  }

  .travel-hero__brand .logo-mark {
    width: 36px;
    height: 36px;
  }

  .travel-home .travel-hero .travel-hero__heading h1 {
    font-size: clamp(42px, 13vw, var(--type-hero-display-size));
  }

  .home-search-backdrop {
    z-index: 1800;
    background: rgb(248 248 248 / 0.97);
    -webkit-backdrop-filter: blur(18px) saturate(1.06);
    backdrop-filter: blur(18px) saturate(1.06);
  }

  .home-search-modal--header-search {
    width: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding:
      max(10px, env(safe-area-inset-top))
      12px
      max(12px, env(safe-area-inset-bottom));
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--frost);
  }

  .home-search-modal--header-search .home-search-modal__header {
    position: absolute;
    top: max(10px, env(safe-area-inset-top));
    left: 12px;
    z-index: 3;
    min-height: 44px;
  }

  .home-search-modal--header-search .home-search-modal__header .eyebrow {
    display: none;
  }

  .home-search-modal--header-search .home-search-modal__header > button {
    width: 42px;
    height: 42px;
    border-color: rgb(14 15 14 / 0.12);
    background: white;
    box-shadow: 0 8px 24px rgb(14 15 14 / 0.09);
    font-size: 26px;
  }

  .home-search-modal--header-search .home-search-tabs {
    min-height: 56px;
    flex: 0 0 auto;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
    padding: 0 44px;
    border-bottom: 1px solid rgb(14 15 14 / 0.1);
  }

  .home-search-modal--header-search .home-search-tabs button {
    width: 31%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 4px 9px;
    border-radius: 12px 12px 0 0;
  }

  .home-search-modal--header-search .home-search-tabs button:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: -3px;
  }

  .home-search-modal--header-search .home-search-tabs .travel-artwork {
    display: none;
  }

  .home-search-modal--header-search .home-search-tabs span {
    font-size: 14px;
    font-weight: 600;
  }

  .home-search-modal--header-search .home-search-modal__intro {
    display: none;
  }

  .home-search-modal--header-search .home-search-modal__content {
    min-height: 0;
    flex: 1 1 auto;
    padding: 18px 0 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }

  .home-search-modal--header-search .home-search-modal__content::-webkit-scrollbar,
  .home-search-modal--header-search .home-search-shopping__categories::-webkit-scrollbar {
    display: none;
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-search-card,
  .home-search-modal--header-search .home-search-hotel-form.sf-search-card {
    margin-bottom: 0;
    padding: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-search-grid,
  .home-search-modal--header-search .home-search-hotel-form .hotel-search-form__grid {
    position: relative;
    gap: 12px;
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-search-grid {
    grid-template-areas:
      "origin"
      "destination"
      "when"
      "passengers"
      "programs"
      "submit";
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-search-field,
  .home-search-modal--header-search .home-search-hotel-form .hotel-search-trigger {
    min-height: 70px;
    padding: 10px 16px;
    border: 1px solid rgb(14 15 14 / 0.13);
    border-radius: 18px;
    background: white;
    box-shadow: 0 8px 24px rgb(14 15 14 / 0.045);
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-search-field:hover,
  .home-search-modal--header-search .sf-search-panel--app .sf-search-field.is-open,
  .home-search-modal--header-search .home-search-hotel-form .hotel-search-trigger:hover,
  .home-search-modal--header-search .home-search-hotel-form .hotel-search-trigger[aria-expanded="true"] {
    border-color: rgb(255 92 0 / 0.42);
    background: white;
    box-shadow: 0 10px 28px rgb(14 15 14 / 0.07);
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-search-field:focus-within,
  .home-search-modal--header-search .home-search-hotel-form .hotel-search-trigger:focus-visible {
    border-color: rgb(255 92 0 / 0.64);
    outline: 0;
    box-shadow: 0 0 0 2px rgb(255 92 0 / 0.12);
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-search-field__toggle:focus-visible {
    outline: 0;
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-swap-button {
    position: absolute;
    top: 64px;
    left: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin: 0;
    background: white;
    box-shadow: 0 8px 22px rgb(14 15 14 / 0.11);
    transform: translateX(-50%);
  }

  .home-search-modal--header-search .sf-search-panel--app .sf-search-submit,
  .home-search-modal--header-search .home-search-hotel-form .hotel-search-form__submit {
    width: 100%;
    min-height: 54px;
    margin: 2px 0 0;
    border-radius: 18px;
  }

  .home-search-modal--header-search .home-search-shopping {
    min-height: 0;
    display: block;
    flex: 1 1 auto;
    align-content: normal;
    padding: 22px 4px 12px;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-search-modal--header-search .home-search-shopping > div {
    display: grid;
    gap: 18px;
  }

  .home-search-modal--header-search .home-search-shopping__store {
    min-height: 70px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-content: center;
    gap: 4px 10px;
    padding: 10px 16px;
    color: var(--ink);
    border: 1px solid rgb(14 15 14 / 0.13);
    border-radius: 18px;
    background: white;
    box-shadow: 0 8px 24px rgb(14 15 14 / 0.045);
    cursor: pointer;
    font: inherit;
    text-align: left;
  }

  .home-search-modal--header-search .home-search-shopping__store:hover,
  .home-search-modal--header-search .home-search-shopping__store[aria-expanded="true"] {
    border-color: rgb(255 92 0 / 0.42);
    box-shadow: 0 10px 28px rgb(14 15 14 / 0.07);
  }

  .home-search-modal--header-search .home-search-shopping label > span {
    display: block;
    margin: 0 0 10px 4px;
    color: var(--ink);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.05;
  }

  .home-search-shopping__categories {
    display: flex;
    gap: 8px;
    padding: 1px 4px 8px;
    overflow-x: auto;
    scroll-padding-inline: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .home-search-shopping__categories button {
    min-height: 42px;
    flex: 0 0 auto;
    padding: 0 15px;
    color: rgb(14 15 14 / 0.66);
    border: 1px solid rgb(14 15 14 / 0.13);
    border-radius: 999px;
    background: white;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    scroll-snap-align: start;
  }

  .home-search-shopping__categories button.is-selected {
    color: white;
    border-color: var(--ink);
    background: var(--ink);
  }

  .home-search-modal--header-search .home-search-modal__footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    flex: 0 0 auto;
    margin: 0 -12px -12px;
    padding: 12px 18px max(14px, env(safe-area-inset-bottom));
    border-top: 1px solid rgb(14 15 14 / 0.1);
    background: rgb(248 248 248 / 0.94);
    -webkit-backdrop-filter: blur(22px) saturate(1.08);
    backdrop-filter: blur(22px) saturate(1.08);
  }

  .home-search-modal--header-search .home-search-modal__primary {
    min-height: 50px;
    padding: 0 21px;
    border-radius: 999px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header__inner,
  .site-header__search-row,
  .product-navigation,
  .product-search-shell,
  .product-search-shell__summary,
  .product-search-shell__launcher,
  .product-search-shell__shopping,
  .product-search-shell__field,
  .product-search-shell__action,
  .product-search-shell__shopping > button,
  .product-navigation a,
  .product-navigation .travel-artwork,
  .site-header .brand-link,
  .site-header__actions {
    transition-duration: 0.01ms;
  }

  .home-search-modal--header-search {
    animation: none;
  }

  .travel-hero__media--clouds {
    opacity: 1;
    animation: none;
  }
}

/* Mobile-first navigation shell. The drawer is portalled and never participates
   in page layout; this also prevents its artwork from escaping into the hero. */
.product-search-shell__vertical {
  width: 100%;
}

.product-search-shell__vertical:not([hidden]) {
  animation: product-search-vertical-in 220ms var(--ease-product) both;
}

@keyframes product-search-vertical-in {
  from { opacity: 0; transform: translateY(-3px) scale(0.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.product-navigation a.is-open {
  opacity: 1;
}

.product-navigation a.is-open::after {
  opacity: 0.45;
  transform: scaleX(0.72);
}

.product-navigation a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-navigation-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1900;
  display: grid;
  justify-items: end;
  overflow: hidden;
  background: rgb(14 15 14 / 0.28);
  -webkit-backdrop-filter: blur(16px) saturate(1.04);
  backdrop-filter: blur(16px) saturate(1.04);
  animation: mobile-navigation-backdrop-in 180ms ease both;
}

.mobile-navigation-drawer {
  width: min(460px, 100%);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: auto;
  color: var(--ink);
  border-left: 1px solid rgb(14 15 14 / 0.1);
  background: rgb(248 248 248 / 0.98);
  box-shadow: -28px 0 80px rgb(14 15 14 / 0.16);
  font-family: var(--font-site);
  overscroll-behavior: contain;
  animation: mobile-navigation-drawer-in 360ms var(--ease-product) both;
}

.mobile-navigation-drawer__header {
  min-height: 76px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: max(14px, env(safe-area-inset-top)) 22px 12px;
  border-bottom: 1px solid rgb(14 15 14 / 0.09);
}

.mobile-navigation-drawer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: var(--type-card-heading-size);
  font-weight: 700;
}

.mobile-navigation-drawer__brand .logo-mark {
  width: 32px;
  height: 32px;
}

.mobile-navigation-drawer__close {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  padding: 0;
  color: var(--ink);
  border: 1px solid rgb(14 15 14 / 0.16);
  border-radius: 50%;
  background: white;
  box-shadow: 0 8px 24px rgb(14 15 14 / 0.08);
  cursor: pointer;
}

.mobile-navigation-drawer__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-navigation-drawer__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-navigation-drawer__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-navigation-drawer__intro {
  display: grid;
  gap: 8px;
  padding: 34px 24px 22px;
}

.mobile-navigation-drawer__intro p {
  margin: 0;
  color: var(--signal);
  font-size: var(--type-label-size);
  font-weight: 700;
  letter-spacing: var(--type-label-tracking);
  text-transform: uppercase;
}

.mobile-navigation-drawer__intro h2 {
  max-width: 370px;
  margin: 0;
  font-size: clamp(30px, 8vw, 42px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.mobile-navigation-drawer__links {
  display: grid;
  gap: 10px;
  padding: 0 18px 24px;
}

.mobile-navigation-drawer__links > :is(a, button) {
  width: 100%;
  min-height: 86px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid rgb(14 15 14 / 0.1);
  border-radius: 22px;
  background: white;
  box-shadow: 0 10px 28px rgb(14 15 14 / 0.055);
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  text-align: left;
  transition:
    transform var(--motion-fast) var(--ease-hover),
    border-color var(--motion-fast) ease,
    background var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease;
}

.mobile-navigation-drawer__links > :is(a, button):hover,
.mobile-navigation-drawer__links > :is(a, button):focus-visible {
  border-color: rgb(255 92 0 / 0.36);
  box-shadow: 0 16px 38px rgb(14 15 14 / 0.09);
  transform: translateY(-1px);
}

.mobile-navigation-drawer__links > :is(a, button).is-active {
  border-color: rgb(255 92 0 / 0.3);
  background: #fff7f2;
}

.mobile-navigation-drawer__links .travel-artwork {
  width: 58px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgb(14 15 14 / 0.13));
}

.mobile-navigation-drawer__links > :is(a, button) > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.mobile-navigation-drawer__links strong {
  font-size: var(--type-card-heading-size);
  font-weight: 700;
  line-height: 1.1;
}

.mobile-navigation-drawer__links small {
  color: rgb(14 15 14 / 0.58);
  font-size: var(--type-legal-size);
  line-height: 1.35;
}

.mobile-navigation-drawer__links i {
  display: grid;
  place-items: center;
  color: var(--signal);
  font-style: normal;
  font-size: 18px;
}

.mobile-navigation-drawer__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding: 20px 22px max(22px, env(safe-area-inset-bottom));
  border-top: 1px solid rgb(14 15 14 / 0.09);
}

.mobile-navigation-drawer__footer button {
  min-height: 46px;
  padding: 0 20px;
  color: white;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: var(--type-body-size);
  font-weight: 700;
}

.mobile-navigation-drawer__footer a {
  color: rgb(14 15 14 / 0.64);
  font-size: var(--type-legal-size);
  font-weight: 700;
}

@keyframes mobile-navigation-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mobile-navigation-drawer-in {
  from { opacity: 0; transform: translateX(32px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 759px) {
  :root {
    --product-header-height: 96px;
  }

  .site-header,
  .site-header--home,
  .site-header--app {
    height: 96px;
    min-height: 96px;
  }

  .site-header__inner,
  .site-header--home .site-header__inner,
  .site-header--app .site-header__inner {
    height: 96px;
    grid-template-columns: 1fr auto;
    grid-template-rows: 50px 46px;
    padding: 0 14px;
  }

  .site-header .brand-link {
    grid-row: 1;
    grid-column: 1;
    transform: none;
    transition: opacity var(--motion-fast) ease, transform var(--motion-settle) var(--ease-product);
  }

  .site-header .brand-link .logo-mark {
    width: 34px;
    height: 34px;
  }

  .site-header .brand-link span {
    display: none;
  }

  .site-header__actions {
    grid-row: 1;
    grid-column: 2;
    transform: none;
    transition: opacity var(--motion-fast) ease, transform var(--motion-settle) var(--ease-product);
  }

  .site-header .menu-button {
    width: 42px;
    height: 42px;
    padding: 0 9px;
    opacity: 0.76;
  }

  .product-navigation {
    width: 100%;
    display: grid;
    grid-row: 2;
    grid-column: 1 / -1;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    align-self: stretch;
    justify-self: stretch;
    gap: 2px;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .product-navigation a {
    width: auto;
    min-width: 0;
    gap: 5px;
    font-size: 11px;
  }

  .product-navigation .travel-artwork {
    width: 25px;
    height: 22px;
  }

  .site-header__search-row {
    top: 0;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 8px 56px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
      opacity var(--motion-fast) ease,
      visibility 0s linear var(--motion-fast),
      padding var(--motion-settle) var(--ease-product);
  }

  .site-header.is-compact,
  .site-header--home.is-compact,
  .site-header--app.is-compact {
    height: 64px;
    min-height: 64px;
  }

  .site-header.is-compact .site-header__inner,
  .site-header--home.is-compact .site-header__inner,
  .site-header--app.is-compact .site-header__inner {
    height: 64px;
    grid-template-rows: 64px;
  }

  .site-header.is-compact .brand-link,
  .site-header.is-compact .site-header__actions,
  .site-header.is-compact .product-navigation {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px) scale(0.94);
    visibility: hidden;
  }

  .site-header.is-compact .site-header__search-row {
    top: 0;
    height: 64px;
    padding: 8px 22px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition:
      opacity var(--motion-fast) ease,
      visibility 0s linear 0s,
      padding var(--motion-settle) var(--ease-product);
  }

  .site-header.is-compact .product-search-shell,
  .site-header--home.is-compact .product-search-shell {
    width: min(460px, calc(100vw - 44px));
  }

  .site-header.is-compact .product-search-shell.is-summary,
  .product-search-shell.is-summary {
    height: 48px;
  }

  .site-header.is-compact .product-search-shell__summary,
  .product-search-shell__summary {
    min-height: 48px;
    padding: 4px 20px;
  }

  .site-header.is-compact .product-search-shell__summary strong {
    font-size: 14px;
  }

  .mobile-navigation-drawer {
    width: 100%;
    border-left: 0;
  }

  .mobile-navigation-drawer__intro {
    padding-top: 28px;
  }

  .hero-section.travel-hero {
    min-height: 100svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-search-shell__vertical:not([hidden]),
  .mobile-navigation-backdrop,
  .mobile-navigation-drawer {
    animation: none;
  }
}

/* One search-action language across Flights, Hotels, and Shopping. */
.hotel-search-form__submit.sf-search-submit svg,
.shopping-search-panel__action svg,
.home-search-modal__primary--icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shopping-search-panel__action {
  min-width: 52px;
  width: 52px;
  padding: 0;
  border-radius: 50%;
  background: var(--signal);
}

.shopping-search-panel__action:hover {
  background: #e84f00;
}

.home-search-modal__primary--icon {
  width: 50px;
  min-width: 50px;
  padding: 0;
}

/* Shared Hotels / Flights date calendar and combined flight When field. */
.sf-search-grid > .sf-search-field--when {
  grid-area: when;
}

.sf-search-grid > .sf-search-field--passengers {
  grid-area: passengers;
}

.sf-search-grid > .sf-search-field--programs {
  grid-area: programs;
}

.sf-search-grid,
.sf-search-panel--hero .sf-search-grid {
  grid-template-columns:
    minmax(135px, 0.95fr)
    38px
    minmax(135px, 0.95fr)
    minmax(220px, 1.25fr)
    minmax(140px, 0.8fr)
    minmax(180px, 1.05fr)
    72px;
  grid-template-areas: "origin swap destination when passengers programs submit";
}

.sf-search-panel--header .sf-search-grid {
  grid-template-columns:
    minmax(0, 0.9fr)
    32px
    minmax(0, 0.9fr)
    minmax(0, 1.18fr)
    minmax(0, 0.88fr)
    minmax(0, 1.05fr)
    54px;
  grid-template-areas: "origin swap destination when passengers programs submit";
}

.sf-search-field--when .sf-search-menu {
  right: auto;
  left: 50%;
  width: min(440px, calc(100vw - 32px));
  padding: 16px;
  transform: translateX(-50%);
}

.search-date-calendar__mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid rgb(65 62 62 / 0.12);
  border-radius: 999px;
  background: rgb(14 15 14 / 0.045);
}

.search-date-calendar__mode button {
  min-height: 38px;
  padding: 0 12px;
  color: rgb(14 15 14 / 0.58);
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  transition:
    color var(--motion-fast) ease,
    background var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease;
}

.search-date-calendar__mode button[aria-pressed="true"] {
  color: var(--ink);
  background: white;
  box-shadow: 0 5px 16px rgb(14 15 14 / 0.09);
}

.hotel-search-calendar__summary > div {
  min-height: 60px;
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.84);
  border-radius: 12px;
  background: rgb(248 248 248 / 0.72);
  text-align: left;
}

.hotel-search-calendar__summary > div small {
  color: rgb(14 15 14 / 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hotel-search-calendar__summary > div strong {
  font-size: 13px;
}

.search-date-calendar__window-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.search-date-calendar__window-options button {
  min-width: 0;
  min-height: 62px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 9px 10px;
  color: var(--ink);
  border: 1px solid rgb(210 214 222 / 0.84);
  border-radius: 11px;
  background: white;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.search-date-calendar__window-options button[aria-pressed="true"] {
  border-color: rgb(255 92 0 / 0.72);
  background: rgb(255 92 0 / 0.055);
  box-shadow: 0 0 0 3px rgb(255 92 0 / 0.08);
}

.search-date-calendar__window-options strong {
  font-size: 11px;
  line-height: 1.15;
}

.search-date-calendar__window-options small {
  color: rgb(14 15 14 / 0.48);
  font-size: 9px;
  line-height: 1.25;
}

.search-date-calendar .hotel-search-calendar__grid button.is-window-end {
  border-radius: 10px;
  background: rgb(255 92 0 / 0.14);
  box-shadow: inset 0 0 0 2px rgb(255 92 0 / 0.54);
}

.search-date-calendar__done.search-sheet__primary {
  min-height: 48px;
  margin-top: 2px;
  border-radius: 999px;
}

.sf-search-submit svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (min-width: 760px) and (max-width: 1099px) {
  .sf-search-panel--app .sf-search-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-template-areas:
      "origin origin origin swap destination destination destination"
      "when when passengers passengers programs submit submit";
  }

  .sf-search-panel--app .sf-search-field--when .sf-search-menu {
    right: auto;
    left: 0;
    transform: none;
  }

  .ultra-live-search .sf-search-grid {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    grid-template-areas:
      "origin swap destination"
      "when when passengers"
      "programs programs submit";
  }

  .ultra-live-search .sf-search-grid > .sf-search-field--when {
    grid-area: when;
  }

  .ultra-live-search .sf-search-grid > .sf-search-field--passengers {
    grid-area: passengers;
  }

  .ultra-live-search .sf-search-grid > .sf-search-field--programs {
    grid-area: programs;
  }

  .ultra-live-search .sf-search-grid > .sf-search-submit {
    grid-area: submit;
  }
}

@media (max-width: 759px) {
  .sf-search-grid,
  .sf-search-panel--hero .sf-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "origin origin"
      "swap swap"
      "destination destination"
      "when when"
      "passengers programs"
      "submit submit";
  }

  .sf-search-panel--app .sf-search-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "origin"
      "swap"
      "destination"
      "when"
      "passengers"
      "programs"
      "submit";
  }

  .sf-search-sheet .search-date-calendar {
    gap: 18px;
  }

  .sf-search-sheet .search-date-calendar__window-options button {
    min-height: 68px;
  }
}

@media (max-width: 340px) {
  .search-date-calendar__window-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .search-date-calendar__window-options button {
    min-height: 50px;
  }
}

/* SeatFinder-style award-points range */

.sf-filter-pill:has(.sf-dynamic-points-control) .sf-filter-menu {
  width: min(320px, calc(100vw - 32px));
}

.sf-dynamic-points-control {
  display: grid;
  gap: 14px;
  min-width: 260px;
  padding: 8px;
}

.sf-dynamic-points-control > span {
  display: grid;
  gap: 4px;
}

.sf-dynamic-points-control strong {
  color: var(--ink);
  font-size: 13px;
}

.sf-dynamic-points-control small {
  color: rgb(14 15 14 / 0.56);
  font-size: 10px;
  line-height: 1.35;
}

.sf-points-range-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.sf-points-range-slider {
  position: relative;
  width: 100%;
  height: 32px;
}

.sf-points-range-slider > span {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(14 15 14 / 0.12);
  pointer-events: none;
}

.sf-points-range-slider > span > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--points-min);
  width: calc(var(--points-max) - var(--points-min));
  border-radius: inherit;
  background: var(--signal);
}

.sf-points-range-slider input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 32px;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.sf-points-range-slider input[type="range"]:first-of-type {
  z-index: 2;
}

.sf-points-range-slider input[type="range"]:last-of-type {
  z-index: 1;
}

.sf-points-range-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.sf-points-range-slider input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  appearance: none;
  border: 3px solid var(--signal);
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.14);
  cursor: grab;
  pointer-events: auto;
}

.sf-points-range-slider input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
}

.sf-points-range-slider input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 3px solid var(--signal);
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.14);
  cursor: grab;
  pointer-events: auto;
}

.sf-points-range-slider input[type="range"]:focus-visible {
  outline: none;
}

.sf-points-range-slider input[type="range"]:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.sf-dynamic-points-control__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sf-filter-menu .sf-dynamic-points-control__actions button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgb(210 214 222 / 0.82);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.sf-filter-menu .sf-dynamic-points-control__actions button[aria-current="true"] {
  color: white;
  border-color: var(--charcoal);
  background: var(--charcoal);
}

.sf-dynamic-points-notice {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 7px 6px 11px;
  color: rgb(14 15 14 / 0.62);
  border: 1px solid rgb(255 92 0 / 0.16);
  border-radius: 999px;
  background: rgb(255 250 247 / 0.82);
  font-size: 10px;
  font-weight: 700;
}

.sf-dynamic-points-notice button {
  min-height: 26px;
  padding: 0 9px;
  color: #a63800;
  border: 1px solid rgb(255 92 0 / 0.2);
  border-radius: 999px;
  background: white;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.sf-dynamic-points-notice button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

@media (max-width: 759px) {
  .sf-dynamic-points-notice {
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
  }

  .sf-filter-sheet__controls .sf-filter-pill:has(.sf-dynamic-points-control) .sf-filter-menu {
    width: 100%;
  }
}

/* Ultra Rewards conversion sequence: how -> flights -> stays -> value -> programs. */
.travel-home .ultra-home-how,
.travel-home .ultra-earn-hotels,
.travel-home .ultra-home-flights,
.travel-home .ultra-transfer-section {
  padding-top: clamp(78px, 8vw, 122px);
  padding-bottom: clamp(78px, 8vw, 122px);
  background: var(--frost);
}

.travel-home .ultra-home-how {
  position: relative;
  z-index: 2;
  padding-top: clamp(70px, 7vw, 108px);
  padding-bottom: 0;
}

.travel-home .ultra-home-how + .ultra-home-flights {
  padding-top: clamp(48px, 5vw, 72px);
}

.ultra-home-how > .hotel-discovery-heading {
  max-width: 1180px;
  margin-bottom: clamp(28px, 3vw, 44px);
}

.ultra-home-how > .hotel-discovery-heading h2 {
  max-width: 1120px;
  font-size: clamp(36px, 4.2vw, 64px);
  letter-spacing: -0.035em;
}

.ultra-home-how > .hotel-discovery-heading h2 span,
.ultra-home-how > .hotel-discovery-heading h2 em {
  display: inline;
}

.ultra-home-how > .hotel-discovery-heading h2 span {
  color: rgb(14 15 14 / 0.72);
}

.ultra-home-how > .hotel-discovery-heading h2 em {
  color: var(--signal);
  font-style: normal;
}

.ultra-home-how > .hotel-discovery-heading > span {
  max-width: 720px;
  font-size: clamp(13px, 1.1vw, 16px);
}

.ultra-home-how__grid,
.ultra-transfer-partners,
.ultra-earn-hotels__header,
.ultra-earn-hotels__grid,
.ultra-home-flights > .sf-featured-flights {
  width: min(var(--content-editorial), 100%);
  margin-right: auto;
  margin-left: auto;
}

.ultra-home-how__grid {
  gap: 16px;
}

.ultra-home-how__grid article {
  min-height: 500px;
  align-content: stretch;
  justify-items: stretch;
  padding: 0;
  border-radius: 20px;
  background: white;
  box-shadow: 0 24px 64px rgb(35 32 27 / 0.07);
}

.ultra-home-how__grid .hotel-how-it-works__number {
  z-index: 2;
  top: 20px;
  left: 22px;
  font-size: 10px;
}

.ultra-home-how__graphic {
  min-height: 250px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 48px 24px 24px;
  border-bottom: 1px solid rgb(210 214 222 / 0.7);
}

.ultra-home-how__graphic--earn {
  background: #f4f0eb;
}

.ultra-home-how__offer {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgb(14 15 14 / 0.08);
  border-radius: 14px;
  background: white;
  box-shadow: 0 10px 30px rgb(35 32 27 / 0.07);
}

.ultra-home-how__offer img {
  width: 76px;
  height: 52px;
  object-fit: contain;
}

.ultra-home-how__offer span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ultra-home-how__offer small,
.ultra-home-how__program-pair small,
.ultra-home-how__transfer-count small {
  color: rgb(14 15 14 / 0.48);
  font-size: 10px;
  font-weight: 700;
}

.ultra-home-how__offer strong {
  color: var(--signal);
  font-size: 15px;
  font-weight: 700;
}

.ultra-home-how__graphic--award {
  background: #edf2f5;
}

.ultra-home-how__route,
.ultra-home-how__award-price,
.ultra-home-how__program-pair {
  display: flex;
  align-items: center;
}

.ultra-home-how__route {
  justify-content: space-between;
  gap: 14px;
}

.ultra-home-how__route > span {
  display: grid;
  gap: 3px;
}

.ultra-home-how__route small {
  color: rgb(14 15 14 / 0.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ultra-home-how__route strong {
  font-size: 24px;
}

.ultra-home-how__route strong i {
  color: var(--signal);
  font-style: normal;
}

.ultra-home-how__route em {
  padding: 7px 10px;
  color: white;
  border-radius: 999px;
  background: var(--charcoal);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.ultra-home-how__award-price {
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(14 15 14 / 0.1);
}

.ultra-home-how__award-price strong {
  font-size: 27px;
}

.ultra-home-how__award-price small {
  color: rgb(14 15 14 / 0.5);
  font-size: 10px;
}

.ultra-home-how__award-price span {
  margin-left: auto;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
}

.ultra-home-how__program-pair {
  gap: 8px;
}

.ultra-home-how__program-pair img {
  width: 36px;
  height: 28px;
  object-fit: contain;
}

.ultra-home-how__program-pair small {
  margin-left: 2px;
}

.ultra-home-how__graphic--transfer {
  grid-template-columns: 0.55fr 1fr;
  align-items: center;
  background: #f2f0f5;
}

.ultra-home-how__transfer-count {
  display: grid;
  gap: 3px;
}

.ultra-home-how__transfer-count strong {
  color: var(--signal);
  font-size: clamp(58px, 6vw, 80px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.ultra-home-how__graphic--transfer > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.ultra-home-how__graphic--transfer img {
  width: 100%;
  height: 42px;
  padding: 8px;
  object-fit: contain;
  border: 1px solid rgb(14 15 14 / 0.07);
  border-radius: 9px;
  background: white;
}

.ultra-home-how__copy {
  display: grid;
  align-content: start;
  padding: 26px 28px 30px;
}

.ultra-home-how__grid h3 {
  max-width: none;
  margin-bottom: 10px;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.025em;
}

.ultra-home-how__grid p {
  max-width: 37ch;
  font-size: 13px;
}

.ultra-home-how__grid a {
  margin-top: 18px;
  font-size: 11px;
}

.ultra-transfer-partners {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
  margin-top: 0;
  padding: clamp(34px, 4vw, 56px);
  overflow: hidden;
  color: white;
  border-radius: 24px;
  background: #171716;
  box-shadow: 0 28px 70px rgb(14 15 14 / 0.16);
}

.ultra-transfer-partners__copy {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.ultra-transfer-partners__copy > p {
  margin: 0;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ultra-transfer-partners__copy h2 {
  display: grid;
  gap: 2px;
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.ultra-transfer-partners__copy h2 em {
  color: var(--signal);
  font-style: normal;
}

.ultra-transfer-partners__copy h2 span {
  color: rgb(255 255 255 / 0.74);
}

.ultra-transfer-partners__copy > span {
  max-width: 42ch;
  color: rgb(255 255 255 / 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.ultra-transfer-partners__copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.ultra-transfer-partners__copy a i {
  color: var(--signal);
  font-style: normal;
}

.ultra-transfer-partners__logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  gap: 8px;
}

.ultra-transfer-partners__logos > span {
  min-width: 0;
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 9px;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 11px;
  background: white;
}

.ultra-transfer-partners__logos img {
  width: 100%;
  height: 36px;
  object-fit: contain;
}

.travel-home .ultra-earn-hotels {
  background: var(--frost);
}

.ultra-earn-hotels__header {
  margin-bottom: clamp(26px, 3vw, 42px);
}

.ultra-earn-hotels__header > div {
  max-width: 890px;
}

.ultra-earn-hotels__header > div > p {
  font-size: 10px;
}

.ultra-earn-hotels__header > div > h2 {
  font-size: clamp(34px, 4vw, 60px);
  letter-spacing: -0.035em;
}

.ultra-earn-hotels__header > div > span {
  max-width: 680px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.ultra-earn-hotels__grid {
  grid-auto-columns: calc((100% - 48px) / 4);
  gap: 16px;
}

.ultra-earn-hotels__grid .hotel-result-card {
  scroll-snap-align: start;
}

.ultra-earn-hotels__grid .hotel-result-card__media {
  aspect-ratio: 4 / 3;
}

.ultra-earn-hotels__skeleton {
  min-height: 590px;
  border: 1px solid rgb(210 214 222 / 0.72);
  border-radius: 18px;
  background:
    linear-gradient(100deg, transparent 30%, rgb(255 255 255 / 0.8) 47%, transparent 64%) 0 0 / 220% 100%,
    linear-gradient(180deg, #e7e4df 0 42%, white 42%);
  animation: ultraHotelSkeleton 1.8s linear infinite;
}

@keyframes ultraHotelSkeleton {
  to { background-position: -220% 0, 0 0; }
}

.travel-home .ultra-home-flights {
  overflow: hidden;
  background: var(--paper);
}

.ultra-home-flights > .sf-featured-flights {
  margin-top: 0;
}

.sf-featured-flights--homepage .sf-featured-flights__header {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.sf-featured-flights--homepage .sf-featured-flights__header :is(h1, h2) {
  font-size: clamp(34px, 4vw, 60px);
  letter-spacing: -0.035em;
}

.sf-featured-flights--homepage .sf-featured-flights__header p {
  max-width: 500px;
  font-size: 13px;
}

.sf-featured-flights--homepage .sf-featured-flights__rail {
  grid-auto-columns: minmax(300px, calc((100% - 48px) / 4));
  gap: 16px;
  padding-bottom: 16px;
  scrollbar-width: none;
}

.sf-featured-flights--homepage .sf-featured-flights__rail::-webkit-scrollbar {
  display: none;
}

.sf-featured-flights--homepage .sf-featured-flight-card {
  display: block;
  border-radius: 18px;
  transition:
    box-shadow var(--motion-hover) var(--ease-hover),
    transform var(--motion-hover) var(--ease-hover);
}

.sf-featured-flights--homepage .sf-featured-flight-card:hover {
  box-shadow: 0 24px 58px rgb(35 32 27 / 0.14);
  transform: translateY(-4px);
}

.sf-featured-flights--homepage .sf-featured-flight-card__media {
  aspect-ratio: 4 / 3;
}

.travel-home .travel-faq {
  background: var(--frost);
}

/* Native-looking range controls for each saved loyalty-program valuation. */
.program-selection-list__valuation input[type="range"] {
  height: 22px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.program-selection-list__valuation input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(255 92 0 / 0.85), rgb(14 15 14 / 0.16));
}

.program-selection-list__valuation input[type="range"]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5.5px;
  appearance: none;
  border: 3px solid var(--signal);
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.16);
}

.program-selection-list__valuation input[type="range"]::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: rgb(14 15 14 / 0.16);
}

.program-selection-list__valuation input[type="range"]::-moz-range-progress {
  height: 3px;
  border-radius: 999px;
  background: var(--signal);
}

.program-selection-list__valuation input[type="range"]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 3px solid var(--signal);
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.16);
}

.program-selection-list__valuation input[type="range"]:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

@media (max-width: 759px) {
  .travel-home .ultra-home-how,
  .travel-home .ultra-earn-hotels,
  .travel-home .ultra-home-flights,
  .travel-home .ultra-transfer-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .ultra-home-how > .hotel-discovery-heading,
  .ultra-earn-hotels__header,
  .sf-featured-flights--homepage .sf-featured-flights__header {
    margin-bottom: 24px;
  }

  .ultra-home-how > .hotel-discovery-heading {
    justify-items: center;
    text-align: center;
  }

  .ultra-home-how > .hotel-discovery-heading > span {
    text-align: center;
  }

  .ultra-home-how > .hotel-discovery-heading h2,
  .ultra-earn-hotels__header > div > h2,
  .sf-featured-flights--homepage .sf-featured-flights__header :is(h1, h2) {
    font-size: 34px;
  }

  .ultra-home-how__grid {
    gap: 0;
  }

  .ultra-home-how__grid article {
    min-height: 0;
    display: block;
    padding: 0;
    border-radius: 0;
  }

  .ultra-home-how__grid .hotel-how-it-works__number {
    top: 18px;
    left: 18px;
  }

  .ultra-home-how__graphic {
    min-height: 210px;
    padding: 44px 18px 18px;
  }

  .ultra-home-how__graphic--transfer {
    grid-template-columns: 0.52fr 1fr;
  }

  .ultra-home-how__graphic--transfer > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ultra-home-how__graphic--transfer img {
    height: 38px;
    padding: 6px;
  }

  .ultra-home-how__copy {
    padding: 22px 18px 26px;
  }

  .ultra-home-how__grid h3 {
    font-size: 20px;
  }

  .ultra-home-how__grid p {
    font-size: 11px;
  }

  .ultra-transfer-partners {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    margin-top: 14px;
    padding: 30px 22px 24px;
    border-radius: 18px;
  }

  .ultra-transfer-partners__copy h2 {
    font-size: 40px;
  }

  .ultra-transfer-partners__copy {
    justify-items: center;
    text-align: center;
  }

  .ultra-transfer-partners__logos {
    grid-auto-flow: column;
    grid-auto-columns: 84px;
    grid-template-columns: none;
    grid-template-rows: repeat(2, 58px);
    gap: 8px;
    margin-right: -22px;
    padding-right: 22px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ultra-transfer-partners__logos::-webkit-scrollbar {
    display: none;
  }

  .ultra-transfer-partners__logos > span {
    min-height: 58px;
    scroll-snap-align: start;
  }

  .ultra-earn-hotels__header {
    display: grid;
    justify-items: center;
    gap: 16px;
    text-align: center;
  }

  .ultra-earn-hotels__header > div {
    display: grid;
    justify-items: center;
  }

  .ultra-earn-hotels__header .ultra-market-cta {
    justify-self: center;
  }

  .ultra-earn-hotels__grid {
    width: calc(100% + 8px);
    grid-auto-columns: min(86vw, 350px);
    gap: 12px;
    margin-right: -8px;
  }

  .ultra-earn-hotels__skeleton {
    min-height: 570px;
  }

  .sf-featured-flights--homepage {
    width: calc(100% + 16px);
    margin-right: -8px;
    margin-left: -8px;
  }

  .sf-featured-flights--homepage .sf-featured-flights__header {
    justify-items: center;
    padding: 0 8px;
    text-align: center;
  }

  .sf-featured-flights--homepage .sf-featured-flights__header > span {
    justify-items: center;
  }

  .sf-featured-flights--homepage .sf-featured-flights__header p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .sf-featured-flights--homepage .sf-featured-flights__rail {
    grid-auto-columns: min(84vw, 330px);
    padding-right: 8px;
    padding-left: 8px;
    scroll-padding-inline: 8px;
  }

  .program-selection-list--valuations .program-selection-list__option {
    padding-bottom: 2px;
  }

  .program-selection-list__valuation {
    padding-left: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ultra-earn-hotels__skeleton {
    animation: none;
  }

  .sf-featured-flight-card--skeleton::after,
  .sf-featured-flight-card__media--loading::before {
    animation: none;
  }

  .sf-featured-flight-card__media img {
    transition: none;
  }
}

/* Homepage product story: tactile art in a restrained sticky card stack. */
.ultra-home-how__steps {
  width: min(var(--content-editorial), 100%);
  display: grid;
  gap: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: clamp(72px, 9svh, 112px);
}

.ultra-home-how__step {
  position: sticky;
  top: 84px;
  z-index: 1;
  height: clamp(510px, 42vw, 560px);
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  grid-template-areas:
    "copy art";
  margin-bottom: 48px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgb(210 214 222 / 0.86);
  border-radius: 18px;
  background: white;
  box-shadow: 0 22px 58px rgb(35 32 27 / 0.11);
}

.ultra-home-how__step:nth-child(2) {
  top: 84px;
  z-index: 2;
}

.ultra-home-how__step:nth-child(3) {
  top: 84px;
  z-index: 3;
  margin-bottom: 0;
}

.ultra-home-how__step-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
}

.ultra-home-how__step-meta span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--signal);
  font-size: 10px;
  font-weight: 700;
}

.ultra-home-how__step-meta p {
  margin: 0;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ultra-home-how__step-copy {
  grid-area: copy;
  align-content: center;
  display: grid;
  padding: clamp(34px, 4vw, 54px) clamp(36px, 4vw, 60px);
}

.ultra-home-how__step-copy h3 {
  max-width: 14ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 2.85vw, 42px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.ultra-home-how__step-copy > span {
  max-width: 40ch;
  margin-top: 18px;
  color: rgb(14 15 14 / 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.ultra-home-how__step-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.ultra-home-how__step-copy a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.ultra-home-how__step-copy a i {
  color: var(--signal);
  font-style: normal;
}

.ultra-home-how__art-stage {
  grid-area: art;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: clamp(22px, 3vw, 44px);
  box-sizing: border-box;
  border-left: 1px solid rgb(210 214 222 / 0.76);
  background: #f7f7f5;
}

.ultra-home-how__art {
  width: min(520px, 92%);
  height: min(420px, 88%);
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgb(35 32 27 / 0.14));
}

/* Full-width loyalty-program banner with a single restrained marquee. */
.travel-home .ultra-transfer-section {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  color: white;
  background: #171716;
}

.ultra-transfer-partners {
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 4vw, 52px);
  margin: 0;
  padding: 0;
  overflow: visible;
  color: white;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ultra-transfer-partners__copy {
  width: min(820px, calc(100% - 40px));
  justify-items: center;
  gap: 14px;
  margin: 0 auto;
  text-align: center;
}

.ultra-transfer-partners__copy > p {
  font-weight: 700;
}

.ultra-transfer-partners__copy h2 {
  display: block;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
}

.ultra-transfer-partners__copy h2 em,
.ultra-transfer-partners__copy h2 span {
  display: inline;
}

.ultra-transfer-partners__copy > span {
  max-width: 62ch;
  font-size: 14px;
}

.ultra-transfer-partners__copy a {
  font-weight: 700;
}

.ultra-transfer-partners__marquee {
  width: 100%;
  overflow: hidden;
}

.ultra-transfer-partners__track {
  width: max-content;
  display: flex;
  gap: 10px;
  animation: ultraTransferMarquee 42s linear infinite;
  will-change: transform;
}

.ultra-transfer-partners__marquee:hover .ultra-transfer-partners__track,
.ultra-transfer-partners__marquee:focus-within .ultra-transfer-partners__track {
  animation-play-state: paused;
}

.ultra-transfer-partners__logo-group {
  display: flex;
  gap: 10px;
}

.ultra-transfer-partners__logo-group > span {
  width: 116px;
  height: 66px;
  flex: 0 0 116px;
  display: grid;
  place-items: center;
  padding: 10px 12px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 14px;
  background: white;
}

.ultra-transfer-partners__logo-group img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@keyframes ultraTransferMarquee {
  to { transform: translateX(calc(-50% - 5px)); }
}

@media (max-width: 759px) {
  .ultra-home-how__steps {
    gap: 0;
    padding-bottom: 88px;
  }

  .travel-home .ultra-home-how {
    padding-bottom: 0;
  }

  .travel-home .ultra-home-how + .ultra-home-flights {
    padding-top: 48px;
  }

  .ultra-home-how__step {
    position: sticky;
    top: 96px;
    align-self: start;
    height: clamp(400px, calc(100svh - 112px), 620px);
    min-height: 400px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "art";
    margin-bottom: 34px;
    border-radius: 14px;
  }

  .ultra-home-how__step:nth-child(2) {
    top: 96px;
  }

  .ultra-home-how__step:nth-child(3) {
    top: 96px;
    margin-bottom: 0;
  }

  .ultra-home-how__step-meta {
    justify-content: center;
    margin-bottom: 18px;
  }

  .ultra-home-how__step-copy {
    justify-items: center;
    padding: 22px 22px 20px;
    text-align: center;
  }

  .ultra-home-how__step-copy h3 {
    max-width: 16ch;
    font-size: clamp(25px, 7.5vw, 29px);
  }

  .ultra-home-how__step-copy > span {
    max-width: 34ch;
    margin-top: 13px;
    font-size: 12px;
  }

  .ultra-home-how__step-copy > div {
    justify-content: center;
    gap: 16px;
    margin-top: 17px;
  }

  .ultra-home-how__step-copy a {
    min-height: 36px;
    font-size: 16px;
  }

  .ultra-home-how__art-stage {
    position: relative;
    height: auto;
    min-height: 0;
    display: block;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid rgb(210 214 222 / 0.76);
    border-left: 0;
  }

  .ultra-home-how__art {
    position: absolute;
    inset: 12px 18px 16px;
    width: calc(100% - 36px);
    height: calc(100% - 28px);
    max-width: none;
    max-height: none;
  }

  .travel-home .ultra-transfer-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ultra-transfer-partners {
    gap: 30px;
    margin-top: 0;
  }

  .ultra-transfer-partners__copy h2 {
    font-size: 42px;
  }

  .ultra-transfer-partners__copy > span {
    font-size: 12px;
  }

  .ultra-transfer-partners__logo-group > span {
    width: 88px;
    height: 54px;
    flex-basis: 88px;
    padding: 8px 9px;
    border-radius: 12px;
  }

  .ultra-transfer-partners__logo-group img {
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ultra-transfer-partners__track {
    animation: none;
  }

  .ultra-transfer-partners__marquee {
    overflow-x: auto;
  }

  .ultra-transfer-partners__logo-group[aria-hidden="true"] {
    display: none;
  }
}

/* One translucent search-glass recipe across Flights, Hotels, and Shopping. */
.sf-search-menu,
.sf-search-panel--header .sf-search-menu,
.sf-filter-menu,
.header-shopping-search__menu,
.hotel-filter-menu,
.search-sheet,
.search-sheet.shopping-store-sheet,
.search-sheet.hotel-filter-sheet {
  color: var(--ink);
  border-color: var(--search-glass-border);
  background: var(--search-glass-surface);
  box-shadow:
    inset 0 1px 0 #fff,
    var(--search-glass-shadow);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.search-sheet-backdrop,
.search-sheet-backdrop:has(> .hotel-filter-sheet) {
  background: rgb(14 15 14 / 0.26);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  backdrop-filter: blur(14px) saturate(1.05);
}

.program-selection-list {
  background: transparent;
}

.program-selection-list__bulk,
.program-selection-list__search,
.program-selection-list__option,
.search-sheet__header,
.hotel-traveller-sheet > div {
  border-color: var(--search-glass-line);
}

.sf-menu-search,
.shopping-store-sheet__search,
.hotel-destination-sheet > label,
.hotel-search-calendar__summary button,
.home-search-calendar__summary button,
.hotel-search-calendar__summary > div,
.hotel-search-calendar__month > button,
.home-search-calendar__month > button,
.home-search-calendar__month button,
.sf-calendar__header button,
.hotel-traveller-sheet button:not(.search-sheet__primary),
.search-date-calendar__window-options button,
.sf-stepper-row button,
.sf-cabin-grid button,
.sf-program-menu button,
.sf-filter-menu .sf-filter-slider__ticks button,
.search-sheet__close {
  border-color: var(--search-glass-border);
  background: var(--search-glass-control);
}

.sf-search-sheet .sf-program-menu button[aria-pressed="false"] {
  border-color: var(--search-glass-border);
  background: var(--search-glass-control);
}

.search-sheet__close:hover,
.search-sheet__close:focus-visible {
  background: var(--search-glass-hover);
}

.sf-airport-options button:hover,
.sf-airport-options button:focus-visible,
.sf-choice-list button:hover,
.sf-choice-list button:focus-visible,
.sf-filter-menu button:hover,
.sf-filter-menu button:focus-visible,
.header-shopping-search__menu button:hover,
.header-shopping-search__menu button:focus-visible,
.hotel-filter-menu > button:hover,
.program-selection-list__choice:hover,
.program-selection-list__choice:focus-visible {
  background: var(--search-glass-hover);
  box-shadow: inset 0 0 0 1px #e8e8e8;
}

/* Shopping store fields mirror Flights and Hotels: selection happens in an opaque searchable sheet. */
.shopping-store-picker__trigger {
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font: inherit;
}

.shopping-store-picker__trigger > span:first-child {
  color: rgb(14 15 14 / 0.62);
  font-size: 9px;
  font-weight: 700;
}

.shopping-store-picker__value {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.shopping-store-picker__value img {
  width: 24px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
}

.shopping-store-picker__value strong {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopping-store-picker__trigger > svg {
  width: 14px;
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
}

.search-sheet.shopping-store-sheet {
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.shopping-store-sheet__body {
  display: grid;
  gap: 14px;
}

.shopping-store-sheet__search {
  min-height: 48px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--search-glass-border);
  border-radius: var(--radius-control);
  background: #fff;
}

.shopping-store-sheet__search > span {
  color: rgb(14 15 14 / 0.5);
  font-size: 20px;
}

.shopping-store-sheet__search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.shopping-store-sheet__options {
  display: grid;
  gap: 3px;
}

.shopping-store-sheet__options > button {
  width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 7px 10px;
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.shopping-store-sheet__options > button:hover,
.shopping-store-sheet__options > button:focus-visible {
  border-color: rgb(14 15 14 / 0.08);
  background: var(--search-glass-hover);
  outline: 0;
}

.shopping-store-sheet__options > button.is-selected {
  border-color: rgb(255 92 0 / 0.3);
  background: var(--search-glass-selected);
}

.shopping-store-sheet__options > button > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.shopping-store-sheet__options strong,
.shopping-store-sheet__options small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopping-store-sheet__options strong {
  font-size: 13px;
  font-weight: 700;
}

.shopping-store-sheet__options small {
  color: rgb(14 15 14 / 0.52);
  font-size: 10px;
}

.shopping-store-sheet__options i {
  color: var(--signal);
  font-size: 13px;
  font-style: normal;
}

.shopping-store-sheet__mark {
  width: 48px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 6px;
  border: 1px solid rgb(14 15 14 / 0.08);
  border-radius: 10px;
  background: #fff;
}

.shopping-store-sheet__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shopping-store-sheet__mark--all svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--charcoal);
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.shopping-store-sheet__empty {
  margin: 0;
  padding: 24px 12px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.sf-airport-options button[aria-current="true"],
.sf-choice-list button[aria-current="true"],
.sf-filter-menu button[aria-current="true"],
.header-shopping-search__menu button.is-selected,
.hotel-filter-menu > button[aria-checked="true"] {
  color: var(--ink);
  background: var(--search-glass-selected);
  box-shadow: inset 0 0 0 1px rgb(255 92 0 / 0.3);
}

.search-date-calendar__mode,
.search-date-calendar__mode button[aria-pressed="true"] {
  background: var(--search-glass-control);
}

/* Search inputs and their immediate form shells stay fully opaque white. */
.sf-search-panel--header .sf-search-card,
.header-hotel-search__form,
.header-shopping-search,
.product-search-shell__launcher,
.product-search-shell__shopping,
.product-search-shell__shopping-mobile,
.sf-search-panel--app .sf-search-card,
.hotel-search-form.sf-search-card,
.shopping-search-panel,
.shopping-search-panel__field {
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sf-search-panel--header .sf-search-field,
.sf-search-panel--header .sf-search-field__trigger,
.header-hotel-search__field,
.header-shopping-search__store,
.header-shopping-search__query,
.header-shopping-search__query input,
.header-shopping-search__category > button,
.shopping-search-panel input,
.sf-menu-search input,
.hotel-destination-sheet input,
.program-selection-list__search input {
  background: #fff;
}

.sf-search-panel--header .sf-search-field:hover,
.sf-search-panel--header .sf-search-field.is-open,
.sf-search-panel--header .sf-search-field__trigger:hover,
.sf-search-panel--header .sf-search-field.is-open .sf-search-field__trigger,
.header-hotel-search__field:hover,
.header-hotel-search__field[aria-expanded="true"],
.header-shopping-search__store:hover,
.header-shopping-search__store[aria-expanded="true"],
.header-shopping-search__category > button:hover,
.header-shopping-search__category > button[aria-expanded="true"] {
  background: var(--search-glass-hover);
}

/* One opaque, site-wide waitlist and Alerts-account form adapted from the Aceternity signup anatomy. */
.waitlist-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 24px;
  background: rgb(14 15 14 / 0.58);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  animation: travelModalFade var(--motion-base) var(--ease-product) both;
}

.waitlist-dialog {
  width: min(620px, calc(100vw - 32px));
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8f8f8;
  box-shadow: 0 30px 90px rgb(14 15 14 / 0.28);
  animation: travelModalRise var(--motion-settle) var(--ease-hover) both;
}

.waitlist-dialog__header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px 14px 22px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.waitlist-dialog__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 700;
}

.waitlist-dialog__brand .logo-mark {
  width: 38px;
  height: 38px;
}

.waitlist-dialog__close {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: border-color var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.waitlist-dialog__close:hover,
.waitlist-dialog__close:focus-visible {
  border-color: var(--ink);
  transform: rotate(4deg);
}

.waitlist-dialog__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.waitlist-dialog__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.waitlist-dialog__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.waitlist-dialog__intro {
  display: grid;
  gap: 12px;
  padding: clamp(28px, 5vw, 44px) clamp(22px, 5vw, 42px) 20px;
}

.waitlist-dialog__intro .eyebrow {
  margin: 0;
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.waitlist-dialog__intro h2 {
  max-width: 540px;
  margin: 0;
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.waitlist-dialog__intro > p:not(.eyebrow):not(.waitlist-auth-switch) {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.waitlist-dialog__hotel {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.25fr) minmax(72px, 0.5fr);
  gap: 1px;
  margin: 0 clamp(22px, 5vw, 42px) 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.waitlist-dialog__hotel > div {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 15px;
  background: #fff;
}

.waitlist-dialog__hotel dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.waitlist-dialog__hotel dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.waitlist-form {
  display: grid;
  gap: 17px;
  padding: 4px clamp(22px, 5vw, 42px) clamp(28px, 5vw, 42px);
}

.waitlist-credentials {
  min-width: 0;
  display: grid;
  gap: 17px;
}

.waitlist-social {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.waitlist-social__button {
  min-width: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 14px rgb(14 15 14 / 0.04);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  transition:
    border-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    transform var(--motion-fast) ease;
}

.waitlist-social__button:hover,
.waitlist-social__button:focus-visible {
  border-color: var(--signal);
  box-shadow: 0 0 0 3px rgb(255 92 0 / 0.1);
  transform: translateY(-1px);
}

.waitlist-social__button:disabled {
  cursor: wait;
  opacity: 0.52;
  transform: none;
}

.waitlist-social__button[aria-busy="true"] {
  opacity: 1;
  border-color: var(--signal);
}

.waitlist-social__button > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.waitlist-social__button > i {
  margin-left: auto;
  color: var(--signal);
  font-size: 12px;
  font-style: normal;
}

.waitlist-social__mark {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}

.waitlist-social__divider {
  display: grid;
  grid-template-columns: minmax(16px, 1fr) auto minmax(16px, 1fr);
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.waitlist-social__divider::before,
.waitlist-social__divider::after {
  height: 1px;
  background: var(--line);
  content: "";
}

.waitlist-social__status {
  margin: 0;
  padding: 11px 13px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.waitlist-social__status--error {
  color: #8d2b1f;
  border-color: rgb(141 43 31 / 0.24);
  background: #fff3f0;
}

.waitlist-form__names {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.waitlist-form label {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.waitlist-form label > span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.waitlist-form label > span small {
  color: var(--muted);
  font-size: inherit;
  font-weight: 400;
}

.waitlist-form input {
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 15px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  outline: none;
  background: #fff;
  box-shadow: 0 5px 14px rgb(14 15 14 / 0.04);
  font: inherit;
  font-size: 14px;
  transition: border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}

.waitlist-form input::placeholder {
  color: rgb(14 15 14 / 0.4);
}

.waitlist-form input:hover {
  border-color: var(--charcoal);
}

.waitlist-form input:focus-visible {
  border-color: var(--signal);
  box-shadow: 0 0 0 3px rgb(255 92 0 / 0.14);
}

.waitlist-password-help {
  margin-top: -2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.waitlist-forgot-password,
.waitlist-reset-request__back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgb(14 15 14 / 0.25);
  text-underline-offset: 4px;
}

.waitlist-forgot-password {
  justify-self: end;
  margin-top: -12px;
}

.waitlist-reset-request__back {
  justify-self: start;
}

.waitlist-forgot-password:hover,
.waitlist-forgot-password:focus-visible,
.waitlist-reset-request__back:hover,
.waitlist-reset-request__back:focus-visible {
  color: var(--signal);
  text-decoration-color: currentColor;
}

.waitlist-reset-request__sent {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.waitlist-reset-request__mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--signal);
  font-size: 20px;
  font-weight: 700;
}

.waitlist-reset-request__sent > div {
  display: grid;
  gap: 8px;
}

.waitlist-reset-request__sent h3,
.waitlist-reset-request__sent p {
  margin: 0;
}

.waitlist-reset-request__sent h3 {
  font-size: 20px;
}

.waitlist-reset-request__sent p {
  max-width: 430px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.waitlist-reset-request__sent > button {
  min-height: 44px;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.waitlist-reset-request__sent > button:hover,
.waitlist-reset-request__sent > button:focus-visible {
  color: var(--signal);
  border-color: var(--signal);
}

.waitlist-form__submit {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--motion-base) var(--ease-product), border-color var(--motion-base) var(--ease-product), transform var(--motion-base) var(--ease-product);
}

.waitlist-form__submit:hover,
.waitlist-form__submit:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
  transform: translateY(-1px);
}

.waitlist-form__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  border-color: var(--ink);
  background: var(--ink);
  transform: none;
}

.waitlist-form__submit[aria-disabled="true"] {
  cursor: default;
  border-color: var(--ink);
  background: var(--ink);
  transform: none;
}

.waitlist-form input[readonly] {
  color: var(--muted);
  cursor: default;
}

.waitlist-form__privacy,
.waitlist-form__status {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.waitlist-form__status {
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid rgb(255 92 0 / 0.28);
  border-radius: 10px;
  background: #fff4ed;
}

.waitlist-form__status--success {
  border-color: rgb(36 111 73 / 0.24);
  background: #f1f8f4;
}

.waitlist-form__status--error {
  color: #8d2b1f;
  border-color: rgb(141 43 31 / 0.24);
  background: #fff3f0;
}

.waitlist-dialog--auth .waitlist-dialog__header {
  min-height: 64px;
  padding-block: 10px;
}

.waitlist-dialog--auth .waitlist-dialog__brand .logo-mark {
  width: 34px;
  height: 34px;
}

.waitlist-dialog--auth .waitlist-dialog__intro {
  gap: 7px;
  padding: 18px clamp(22px, 5vw, 36px) 10px;
}

.waitlist-dialog--auth .waitlist-dialog__intro h2 {
  font-size: clamp(30px, 4vw, 38px);
}

.waitlist-dialog--auth .waitlist-dialog__intro > p:not(.eyebrow):not(.waitlist-auth-switch) {
  font-size: 14px;
  line-height: 1.38;
}

.waitlist-auth-switch {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: -3px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.waitlist-auth-switch button {
  min-height: 44px;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgb(14 15 14 / 0.3);
  text-underline-offset: 4px;
}

.waitlist-auth-switch button:hover,
.waitlist-auth-switch button:focus-visible {
  color: var(--signal);
  text-decoration-color: currentColor;
}

.waitlist-dialog--auth .waitlist-form {
  gap: 11px;
  padding: 0 clamp(22px, 5vw, 36px) 20px;
}

.waitlist-dialog--auth .waitlist-credentials {
  gap: 11px;
}

.waitlist-dialog--auth .waitlist-social {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
}

.waitlist-dialog--auth .waitlist-social__button,
.waitlist-dialog--auth .waitlist-form input {
  min-height: 48px;
  height: 48px;
}

.waitlist-dialog--auth .waitlist-form label {
  gap: 6px;
}

.waitlist-dialog--auth .waitlist-form__submit {
  min-height: 50px;
}

.waitlist-dialog--auth .waitlist-reset-request__sent {
  gap: 12px;
  padding: 18px;
}

.waitlist-processing,
.waitlist-success {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  overflow: hidden;
  padding: clamp(46px, 8vw, 76px) clamp(26px, 7vw, 62px);
  background: #fff;
  text-align: center;
}

.waitlist-processing .eyebrow,
.waitlist-success .eyebrow {
  margin: 8px 0 0;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.waitlist-processing h2,
.waitlist-success h2 {
  max-width: 500px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 5vw, 43px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.waitlist-processing > p:last-child,
.waitlist-success__copy > p:last-child {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.waitlist-processing__spinner {
  width: 52px;
  height: 52px;
  border: 2px solid rgb(14 15 14 / 0.12);
  border-top-color: var(--signal);
  border-radius: 50%;
  animation: waitlistSpin 0.68s linear infinite;
}

.waitlist-success__mark {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 18px 44px rgb(255 92 0 / 0.24);
  animation: waitlistSuccessMark var(--motion-settle) var(--ease-hover) both;
}

.waitlist-success__mark svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.waitlist-success__copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.waitlist-success__action {
  position: relative;
  z-index: 2;
  min-width: 184px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  padding: 0 22px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  transition:
    background var(--motion-base) var(--ease-product),
    border-color var(--motion-base) var(--ease-product),
    transform var(--motion-base) var(--ease-product);
}

.waitlist-success__action:hover,
.waitlist-success__action:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
  transform: translateY(-1px);
}

.waitlist-success__confetti {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.waitlist-success__confetti i {
  --confetti-x: 0px;
  --confetti-y: 0px;
  --confetti-rotation: 120deg;
  position: absolute;
  top: 126px;
  left: 50%;
  width: 8px;
  height: 15px;
  border-radius: 2px;
  background: var(--signal);
  opacity: 0;
  animation: waitlistConfetti 0.78s var(--ease-product) both;
}

.waitlist-success__confetti i:nth-child(2n) {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
}

.waitlist-success__confetti i:nth-child(3n) {
  background: #c9c5bf;
}

.waitlist-success__confetti i:nth-child(1) { --confetti-x: -212px; --confetti-y: -72px; --confetti-rotation: -210deg; }
.waitlist-success__confetti i:nth-child(2) { --confetti-x: -176px; --confetti-y: 22px; --confetti-rotation: 160deg; animation-delay: 0.03s; }
.waitlist-success__confetti i:nth-child(3) { --confetti-x: -136px; --confetti-y: -116px; --confetti-rotation: -130deg; animation-delay: 0.06s; }
.waitlist-success__confetti i:nth-child(4) { --confetti-x: -98px; --confetti-y: 80px; --confetti-rotation: 230deg; animation-delay: 0.02s; }
.waitlist-success__confetti i:nth-child(5) { --confetti-x: -54px; --confetti-y: -94px; --confetti-rotation: -280deg; animation-delay: 0.08s; }
.waitlist-success__confetti i:nth-child(6) { --confetti-x: -20px; --confetti-y: 108px; --confetti-rotation: 190deg; animation-delay: 0.04s; }
.waitlist-success__confetti i:nth-child(7) { --confetti-x: 34px; --confetti-y: -108px; --confetti-rotation: 250deg; animation-delay: 0.06s; }
.waitlist-success__confetti i:nth-child(8) { --confetti-x: 70px; --confetti-y: 88px; --confetti-rotation: -170deg; animation-delay: 0.01s; }
.waitlist-success__confetti i:nth-child(9) { --confetti-x: 110px; --confetti-y: -86px; --confetti-rotation: 290deg; animation-delay: 0.07s; }
.waitlist-success__confetti i:nth-child(10) { --confetti-x: 148px; --confetti-y: 52px; --confetti-rotation: -240deg; animation-delay: 0.03s; }
.waitlist-success__confetti i:nth-child(11) { --confetti-x: 190px; --confetti-y: -58px; --confetti-rotation: 180deg; animation-delay: 0.08s; }
.waitlist-success__confetti i:nth-child(12) { --confetti-x: 218px; --confetti-y: 20px; --confetti-rotation: -220deg; animation-delay: 0.04s; }
.waitlist-success__confetti i:nth-child(13) { --confetti-x: -236px; --confetti-y: 66px; --confetti-rotation: 260deg; animation-delay: 0.07s; }
.waitlist-success__confetti i:nth-child(14) { --confetti-x: 238px; --confetti-y: 76px; --confetti-rotation: -280deg; animation-delay: 0.05s; }

@keyframes waitlistSpin {
  to { transform: rotate(360deg); }
}

@keyframes waitlistSuccessMark {
  from { opacity: 0; transform: scale(0.72); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes waitlistConfetti {
  0% { opacity: 0; transform: translate(-50%, 0) rotate(0deg) scale(0.4); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--confetti-x)), var(--confetti-y)) rotate(var(--confetti-rotation)) scale(1); }
}

@media (max-width: 599px) {
  .waitlist-backdrop {
    place-items: end center;
    padding: 0;
  }

  .waitlist-dialog {
    width: 100%;
    max-height: min(92dvh, 820px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
  }

  .waitlist-dialog--auth {
    max-height: min(96dvh, 820px);
  }

  .waitlist-dialog--auth .waitlist-dialog__intro {
    gap: 6px;
    padding: 16px 20px 8px;
  }

  .waitlist-dialog--auth .waitlist-dialog__intro h2 {
    font-size: clamp(29px, 8.4vw, 34px);
  }

  .waitlist-dialog--auth .waitlist-auth-switch {
    justify-content: center;
  }

  .waitlist-dialog--auth .waitlist-form {
    padding-inline: 20px;
    padding-bottom: max(18px, env(safe-area-inset-bottom));
  }

  .waitlist-dialog--auth .waitlist-social {
    grid-template-columns: 1fr;
  }

  .waitlist-dialog__intro {
    justify-items: center;
    padding-top: 28px;
    text-align: center;
  }

  .waitlist-dialog__intro h2 {
    max-width: 360px;
    font-size: clamp(30px, 9vw, 40px);
  }

  .waitlist-dialog__hotel {
    grid-template-columns: 1fr 1fr;
  }

  .waitlist-dialog__hotel > div:first-child {
    grid-column: 1 / -1;
  }

  .waitlist-form__names {
    grid-template-columns: 1fr;
  }

  .waitlist-social {
    grid-template-columns: 1fr;
  }

  .waitlist-processing,
  .waitlist-success {
    min-height: 400px;
    padding: 48px 24px 54px;
  }

  .waitlist-success__action {
    width: min(100%, 320px);
  }
}

.social-auth-callback-page {
  min-height: calc(100dvh - 64px);
  display: grid;
  place-items: center;
  padding: clamp(104px, 12vw, 156px) var(--page-pad) clamp(64px, 9vw, 112px);
  color: var(--ink);
  background: var(--frost);
}

.password-reset-page {
  min-height: calc(100dvh - 64px);
  display: grid;
  place-items: center;
  padding: clamp(112px, 12vw, 156px) var(--page-pad) clamp(64px, 9vw, 112px);
  color: var(--ink);
  background: var(--frost);
}

.account-creation-page {
  min-height: calc(100dvh - 64px);
  display: grid;
  place-items: center;
  padding: clamp(88px, 10vw, 128px) var(--page-pad) clamp(48px, 7vw, 80px);
  color: var(--ink);
  background: var(--frost);
}

.email-unsubscribe-page {
  min-height: calc(100dvh - 64px);
  display: grid;
  place-items: center;
  padding: clamp(112px, 12vw, 156px) var(--page-pad) clamp(64px, 9vw, 112px);
  color: var(--ink);
  background: var(--frost);
}

.email-unsubscribe-card {
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8f8f8;
  box-shadow: 0 26px 72px rgb(14 15 14 / 0.12);
}

.email-unsubscribe-card__intro {
  display: grid;
  gap: 12px;
  padding: clamp(38px, 6vw, 56px) clamp(22px, 5vw, 42px) 26px;
}

.email-unsubscribe-card__intro .eyebrow,
.email-unsubscribe-card--message .eyebrow {
  margin: 0;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.email-unsubscribe-card h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 43px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.email-unsubscribe-card__intro > p:last-child,
.email-unsubscribe-card--message > p:last-of-type {
  max-width: 490px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.email-unsubscribe-card__controls {
  display: grid;
  justify-items: stretch;
  gap: 12px;
  padding: 0 clamp(22px, 5vw, 42px) clamp(38px, 6vw, 50px);
}

.email-unsubscribe-card__controls button,
.email-unsubscribe-card__action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.email-unsubscribe-card__controls button:hover,
.email-unsubscribe-card__controls button:focus-visible,
.email-unsubscribe-card__action:hover,
.email-unsubscribe-card__action:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
}

.email-unsubscribe-card__controls button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.email-unsubscribe-card__controls > a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.email-unsubscribe-card__controls > p {
  margin: 0;
  padding: 11px 13px;
  color: #8d2b1f;
  border: 1px solid rgb(141 43 31 / 0.24);
  border-radius: 10px;
  background: #fff3f0;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.email-unsubscribe-card--message {
  min-height: 430px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: clamp(46px, 8vw, 76px) clamp(26px, 7vw, 62px);
  background: #fff;
  text-align: center;
}

.email-unsubscribe-card--message .email-unsubscribe-card__action {
  margin-top: 8px;
}

.password-reset-card {
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8f8f8;
  box-shadow: 0 26px 72px rgb(14 15 14 / 0.12);
}

.password-reset-card__intro {
  display: grid;
  gap: 12px;
  padding: clamp(30px, 5vw, 44px) clamp(22px, 5vw, 42px) 22px;
}

.password-reset-card__intro .eyebrow,
.password-reset-card--message .eyebrow {
  margin: 0;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.password-reset-card h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 43px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.password-reset-card__intro > p:last-child,
.password-reset-card--message > p:last-of-type {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.password-reset-form {
  padding-top: 0;
}

.password-reset-card--message {
  min-height: 430px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: clamp(46px, 8vw, 76px) clamp(26px, 7vw, 62px);
  background: #fff;
  text-align: center;
}

.password-reset-card__action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.password-reset-card__action:hover,
.password-reset-card__action:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
}

.account-creation-card {
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8f8f8;
  box-shadow: 0 26px 72px rgb(14 15 14 / 0.12);
}

.account-creation-card__intro {
  display: grid;
  gap: 9px;
  padding: 24px clamp(22px, 5vw, 36px) 16px;
}

.account-creation-card__intro .eyebrow,
.account-creation-card--message .eyebrow {
  margin: 0;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.account-creation-card h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.account-creation-card__intro > p:last-child,
.account-creation-card--message > p:last-of-type {
  max-width: 490px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.account-creation-form {
  gap: 12px;
  padding: 0 clamp(22px, 5vw, 36px) 24px;
}

.account-creation-form .waitlist-form__names {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-creation-form input {
  height: 50px;
}

.account-creation-card--message {
  min-height: 400px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: clamp(42px, 7vw, 68px) clamp(24px, 6vw, 54px);
  background: #fff;
  text-align: center;
}

.account-creation-card__action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.account-creation-card__action:hover,
.account-creation-card__action:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
}

.social-auth-callback-card {
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 26px 72px rgb(14 15 14 / 0.12);
}

.social-auth-callback-page .waitlist-success__action,
.social-auth-callback-page .waitlist-success__account-link {
  text-decoration: none;
}

.social-auth-callback-error {
  min-height: 430px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: clamp(46px, 8vw, 76px) clamp(26px, 7vw, 62px);
  background: #fff;
  text-align: center;
}

.social-auth-callback-error__mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--ink);
  font-size: 30px;
  font-weight: 700;
}

.social-auth-callback-error .eyebrow {
  margin: 8px 0 0;
  color: var(--signal);
}

.social-auth-callback-error h2 {
  max-width: 500px;
  margin: 0;
  font-size: clamp(30px, 5vw, 43px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.social-auth-callback-error > p:last-of-type {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.social-auth-callback-error__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.social-auth-callback-error__actions > a,
.social-auth-callback-error__actions > button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.social-auth-callback-error__actions > a:hover,
.social-auth-callback-error__actions > a:focus-visible,
.social-auth-callback-error__actions > button:hover,
.social-auth-callback-error__actions > button:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
}

@media (max-width: 599px) {
  .social-auth-callback-page {
    place-items: start center;
    padding: 88px 14px 48px;
  }

  .social-auth-callback-card {
    border-radius: 18px;
  }

  .social-auth-callback-error__actions,
  .social-auth-callback-error__actions > a,
  .social-auth-callback-error__actions > button {
    width: 100%;
  }

  .password-reset-page {
    place-items: start center;
    padding: 88px 14px 48px;
  }

  .account-creation-page {
    place-items: start center;
    padding: 76px 12px 36px;
  }

  .email-unsubscribe-page {
    place-items: start center;
    padding: 88px 14px 48px;
  }

  .email-unsubscribe-card {
    border-radius: 18px;
  }

  .email-unsubscribe-card__action {
    width: 100%;
  }

  .password-reset-card {
    border-radius: 18px;
  }

  .account-creation-card {
    border-radius: 18px;
  }

  .account-creation-card__intro {
    padding: 20px 18px 14px;
  }

  .account-creation-form {
    gap: 10px;
    padding: 0 18px 20px;
  }

  .account-creation-form .waitlist-form__names {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .account-creation-card__action {
    width: 100%;
  }

  .password-reset-card__action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .waitlist-backdrop,
  .waitlist-dialog,
  .waitlist-processing__spinner,
  .waitlist-success__mark,
  .waitlist-success__confetti i {
    animation: none;
  }

  .waitlist-success__confetti {
    display: none;
  }
}

/* Flight alerts and the free results boundary. These surfaces stay fully opaque
   so they retain the same crisp input language as the product search controls. */
.alert-bell-icon {
  width: 20px;
  height: 20px;
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.alert-bell-icon__signal {
  fill: var(--signal);
  stroke: #fff;
  stroke-width: 1.2;
}

.alert-bell-artwork {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.header-alerts {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  color: var(--ink);
  border: 1px solid rgb(14 15 14 / 0.14);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(14 15 14 / 0.07);
  cursor: pointer;
  font: inherit;
  font-size: var(--type-label-size);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    border-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    color var(--motion-fast) ease,
    transform var(--motion-fast) var(--ease-hover);
}

.header-alerts:hover,
.header-alerts:focus-visible {
  color: var(--signal);
  border-color: rgb(255 92 0 / 0.42);
  box-shadow: 0 11px 28px rgb(14 15 14 / 0.1);
  transform: translateY(-1px);
}

.mobile-navigation-drawer__peer-icon {
  width: 58px;
  height: 52px;
  display: block;
  justify-self: center;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 7px 10px rgb(14 15 14 / 0.12));
}

.waitlist-dialog__flight {
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr) minmax(0, 1.35fr);
}

.sf-results-access-gate {
  width: min(100%, 900px);
  min-height: 88px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 8px auto;
  padding: 14px 16px;
  color: var(--ink);
  border: 1px solid rgb(255 92 0 / 0.3);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgb(14 15 14 / 0.08);
  text-align: left;
}

.sf-results-access-gate__icon {
  width: 60px;
  height: 60px;
  display: block;
}

.sf-results-access-gate__lock-artwork {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 7px 8px rgb(14 15 14 / 0.14));
  pointer-events: none;
  user-select: none;
}

.sf-results-access-gate > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.sf-results-access-gate strong {
  font-size: 17px;
  line-height: 1.15;
}

.sf-results-access-gate small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.sf-results-access-gate button,
.sf-empty-alert-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    background var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    transform var(--motion-fast) var(--ease-hover);
}

.sf-results-access-gate button:hover,
.sf-results-access-gate button:focus-visible,
.sf-empty-alert-action:hover,
.sf-empty-alert-action:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
  transform: translateY(-1px);
}

.sf-results-access-gate-row > td {
  padding: 12px 16px !important;
  background: #fff !important;
}

@media (min-width: 1100px) {
  .sf-results-access-gate-row > td {
    padding: 4px 12px !important;
  }

  .sf-results-access-gate-row .sf-results-access-gate {
    width: min(100%, 1120px);
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    margin: 0 auto;
    padding: 4px 10px;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgb(14 15 14 / 0.07);
  }

  .sf-results-access-gate-row .sf-results-access-gate__icon,
  .sf-results-access-gate-row .sf-results-access-gate__lock-artwork {
    width: 34px;
    height: 34px;
  }

  .sf-results-access-gate-row .sf-results-access-gate > span:nth-child(2) {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .sf-results-access-gate-row .sf-results-access-gate strong {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .sf-results-access-gate-row .sf-results-access-gate small {
    min-width: 0;
    font-size: 11px;
    line-height: 1.25;
  }

  .sf-results-access-gate-row .sf-results-access-gate button {
    min-height: 32px;
    padding-inline: 14px;
    font-size: 11px;
  }
}

.sf-results-table tbody tr.is-locked,
.sf-mobile-result-card.is-locked {
  filter: blur(5px);
  opacity: 0.52;
  pointer-events: none;
  user-select: none;
}

.sf-results-table tbody tr.is-locked td {
  background: #fff;
}

.sf-results-mobile-list > .sf-results-access-gate {
  grid-column: 1 / -1;
}

.sf-map-results-access-gate {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 34;
  width: min(720px, calc(100vw - 440px));
}

.sf-map-results-access-gate .sf-results-access-gate {
  min-height: 74px;
  margin: 0;
  box-shadow: 0 20px 60px rgb(0 0 0 / 0.22);
}

.sf-empty-alert-action {
  margin-top: 8px;
}

.sf-empty-alert-action .alert-bell-artwork {
  width: 26px;
  height: 26px;
}

.sf-empty-state > small {
  max-width: 420px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.sf-results-page:focus {
  outline: none;
}

@media (max-width: 759px) {
  .header-alerts {
    display: none;
  }

  .sf-results-access-gate {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    margin: 2px 0 10px;
    padding: 14px;
    border-radius: 16px;
  }

  .sf-results-access-gate__icon {
    width: 50px;
    height: 50px;
  }

  .sf-results-access-gate__lock-artwork {
    width: 50px;
    height: 50px;
  }

  .sf-results-access-gate button {
    width: 100%;
    grid-column: 1 / -1;
  }
}

@media (min-width: 760px) and (max-width: 1000px) {
  .header-alerts {
    display: none;
  }
}

@media (max-width: 599px) {
  .waitlist-dialog__flight > div:first-child {
    grid-column: auto;
  }

  .waitlist-dialog__flight > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-alerts,
  .mobile-navigation-drawer__peer-action,
  .sf-results-access-gate button,
  .sf-empty-alert-action {
    transition-duration: 0.01ms;
  }
}

/* Dedicated Alerts page. Alerts remain flight-adjacent, not a fourth product vertical. */
.header-alerts {
  text-decoration: none;
}

.header-alerts.is-active,
.header-alerts[aria-current="page"] {
  color: var(--signal);
  border-color: rgb(255 92 0 / 0.42);
  box-shadow: 0 10px 28px rgb(14 15 14 / 0.1);
}

@media (min-width: 760px) {
  .site-header--alerts.is-expanded {
    height: 64px;
    min-height: 64px;
  }

  .site-header--alerts.is-expanded .site-header__inner {
    height: 64px;
  }

  .site-header--alerts.is-expanded .site-header__search-row {
    height: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

.alerts-page.sf-app-page {
  display: grid;
  gap: clamp(74px, 8vw, 118px);
  padding-top: 96px;
  overflow: hidden;
  background: var(--frost);
}

.alerts-hero,
.alerts-builder,
.alerts-saved,
.alerts-how {
  width: min(var(--content-editorial), 100%);
  margin: 0 auto;
}

.alerts-hero {
  min-height: min(680px, calc(100svh - 118px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 80px rgb(14 15 14 / 0.08);
}

.alerts-hero__copy {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 22px;
  padding: clamp(42px, 6vw, 88px);
}

.alerts-page .eyebrow {
  margin: 0;
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.alerts-hero h1,
.alerts-builder h2,
.alerts-saved h2,
.alerts-how h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.alerts-hero h1 {
  max-width: 690px;
  font-size: clamp(48px, 5.5vw, 82px);
  line-height: 0.94;
}

.alerts-hero__copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.52;
}

.alerts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.alerts-hero__actions a,
.alerts-empty-state > a,
.alerts-empty-state > button,
.alerts-saved-card__actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    color var(--motion-fast) ease,
    background var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    transform var(--motion-fast) var(--ease-hover);
}

.alerts-hero__actions a:last-child {
  color: var(--ink);
  border-color: var(--line-strong);
  background: #fff;
}

.alerts-hero__actions a:hover,
.alerts-hero__actions a:focus-visible,
.alerts-empty-state > a:hover,
.alerts-empty-state > a:focus-visible,
.alerts-empty-state > button:hover,
.alerts-empty-state > button:focus-visible,
.alerts-saved-card__actions a:hover,
.alerts-saved-card__actions a:focus-visible {
  color: #fff;
  border-color: var(--signal);
  background: var(--signal);
  transform: translateY(-1px);
}

.alerts-hero__copy ul {
  display: grid;
  gap: 9px;
  margin: 6px 0 0;
  padding: 0;
  color: var(--charcoal);
  font-size: 12px;
  list-style: none;
}

.alerts-hero__copy li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.alerts-hero__copy li span {
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 20px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--signal);
  font-size: 10px;
}

.alerts-hero__art {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: #f1eeea;
  isolation: isolate;
}

.alerts-hero__art > img {
  position: relative;
  z-index: 2;
  width: min(76%, 580px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 28px rgb(14 15 14 / 0.16));
  animation: alertsBellFloat 5.6s var(--ease-product) infinite alternate;
}

.alerts-hero__orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgb(14 15 14 / 0.1);
  border-radius: 50%;
}

.alerts-hero__orbit--outer {
  width: min(74%, 560px);
  aspect-ratio: 1;
}

.alerts-hero__orbit--inner {
  width: min(49%, 380px);
  aspect-ratio: 1;
  border-color: rgb(255 92 0 / 0.28);
}

.alerts-hero__signal {
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(18px, 4vw, 48px);
  z-index: 3;
  min-width: min(310px, calc(100% - 36px));
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(14 15 14 / 0.12);
}

.alerts-hero__signal > .alert-bell-artwork {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 7px 8px rgb(14 15 14 / 0.16));
}

.alerts-hero__signal > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.alerts-hero__signal small {
  color: var(--signal);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.alerts-hero__signal strong {
  font-size: 13px;
}

.alerts-builder,
.alerts-saved,
.alerts-how {
  display: grid;
  gap: 28px;
}

.alerts-builder > header,
.alerts-saved > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 32px;
}

.alerts-builder > header > div,
.alerts-saved > header > div,
.alerts-how > header {
  display: grid;
  gap: 12px;
}

.alerts-builder h2,
.alerts-saved h2,
.alerts-how h2 {
  font-size: clamp(36px, 4.3vw, 64px);
  line-height: 0.98;
}

.alerts-builder > header > p,
.alerts-saved > header > span,
.alerts-how > header + p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.alerts-builder > .sf-search-panel--app {
  width: 100%;
  max-width: none;
}

.alerts-builder .sf-search-card {
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 24px 70px rgb(14 15 14 / 0.08);
}

.alerts-builder .sf-search-field--passengers {
  display: grid;
}

.alerts-builder .sf-search-submit {
  background: var(--ink);
}

.alerts-builder .sf-search-submit:hover,
.alerts-builder .sf-search-submit:focus-visible {
  background: var(--signal);
}

.alerts-builder .sf-search-submit .alert-bell-artwork {
  width: 30px;
  height: 30px;
}

.alerts-builder__note {
  margin: -12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.alerts-saved > header > span {
  justify-self: end;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
}

.alerts-saved__list {
  display: grid;
  gap: 12px;
}

.alerts-saved-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 44px rgb(14 15 14 / 0.055);
}

.alerts-saved-card > summary {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.7fr) 34px;
  align-items: center;
  gap: 24px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}

.alerts-saved-card > summary::-webkit-details-marker {
  display: none;
}

.alerts-saved-card > summary:hover,
.alerts-saved-card > summary:focus-visible {
  background: #fafafa;
}

.alerts-saved-card__route,
.alerts-saved-card__summary {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.alerts-saved-card__route small,
.alerts-saved-card__summary > small {
  color: var(--muted);
  font-size: 11px;
}

.alerts-saved-card__route strong {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  font-size: clamp(18px, 2vw, 26px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alerts-saved-card__route i {
  color: var(--signal);
  font-style: normal;
}

.alerts-status-chip {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  color: var(--ink);
  border: 1px solid rgb(255 92 0 / 0.24);
  border-radius: 999px;
  background: #fff4ed;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.alerts-status-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.alerts-saved-card__chevron {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3f3f3;
  transition: transform var(--motion-base) var(--ease-product);
}

.alerts-saved-card[open] .alerts-saved-card__chevron {
  transform: rotate(180deg);
}

.alerts-saved-card__details {
  display: grid;
  gap: 20px;
  padding: 20px 22px 22px;
  border-top: 1px solid var(--line);
  animation: alertsDetailsIn var(--motion-base) var(--ease-product) both;
}

.alerts-saved-card__details dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}

.alerts-saved-card__details dl > div {
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  background: #fff;
}

.alerts-saved-card__details dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.alerts-saved-card__details dd {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.alerts-saved-card__programs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.alerts-saved-card__programs > span,
.alerts-saved-card__programs > strong {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 10px;
}

.alerts-saved-card__programs img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.alerts-saved-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.alerts-saved-card__actions p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.alerts-saved-card__actions a {
  min-height: 42px;
  flex: 0 0 auto;
  padding: 0 16px;
  font-size: 11px;
}

.alerts-saved-card__buttons,
.alerts-saved-card__confirm {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.alerts-saved-card__buttons > button,
.alerts-saved-card__confirm button {
  min-height: 42px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.alerts-saved-card__buttons > button:hover,
.alerts-saved-card__buttons > button:focus-visible,
.alerts-saved-card__confirm button:hover,
.alerts-saved-card__confirm button:focus-visible {
  border-color: var(--signal);
  color: var(--signal);
}

.alerts-saved-card__confirm button:last-child {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.alerts-saved-card__buttons button:disabled {
  cursor: wait;
  opacity: 0.56;
}

.alerts-saved__error {
  margin: -14px 0 0;
  padding: 12px 14px;
  color: #8a261f;
  border: 1px solid rgb(138 38 31 / 0.22);
  border-radius: 12px;
  background: #fff5f3;
  font-size: 12px;
}

.alerts-empty-state {
  min-height: 180px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.alerts-empty-state > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 17px;
  background: var(--ink);
}

.alerts-empty-state .alert-bell-artwork {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 8px 9px rgb(14 15 14 / 0.17));
}

.alerts-empty-state > div {
  display: grid;
  gap: 6px;
}

.alerts-empty-state h3,
.alerts-empty-state p {
  margin: 0;
}

.alerts-empty-state h3 {
  font-size: 21px;
}

.alerts-empty-state p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.alerts-empty-state > a {
  min-height: 44px;
  font-size: 12px;
}

.alerts-empty-state > button {
  min-height: 44px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.alerts-how > header {
  max-width: 760px;
  justify-self: center;
  text-align: center;
}

.alerts-how ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alerts-how li {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.alerts-how li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--signal);
  font-size: 10px;
  font-weight: 700;
}

.alerts-how li strong {
  font-size: 20px;
}

.alerts-how li p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.sf-alert-check-result {
  align-items: center;
  background: #fff;
  border: 1px solid var(--border, #d2d6de);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgb(14 15 14 / 0.08);
  color: var(--ink, #0e0f0e);
  display: flex;
  gap: 14px;
  margin: 0 auto 18px;
  max-width: 1120px;
  padding: 16px 18px;
}

.sf-alert-check-result > .alert-bell-artwork {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 8px 9px rgb(14 15 14 / 0.14));
}

.sf-alert-check-result > span {
  display: grid;
  gap: 3px;
}

.sf-alert-check-result strong,
.sf-alert-check-result small {
  display: block;
}

.sf-alert-check-result strong {
  font-size: 15px;
  font-weight: 700;
}

.sf-alert-check-result small {
  color: rgb(14 15 14 / 0.62);
  font-size: 12px;
  line-height: 1.45;
}

@keyframes alertsBellFloat {
  from { transform: translate3d(0, 8px, 0) rotate(-1deg); }
  to { transform: translate3d(0, -10px, 0) rotate(1.5deg); }
}

@keyframes alertsDetailsIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .alerts-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  }

  .alerts-hero__copy {
    padding: 44px 36px;
  }

  .alerts-hero__art {
    min-height: 480px;
  }
}

@media (max-width: 759px) {
  .alerts-page.sf-app-page {
    gap: 72px;
    padding: calc(var(--product-header-height) + 24px) 14px 72px;
  }

  .alerts-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .alerts-hero__copy {
    justify-items: center;
    gap: 18px;
    padding: 42px 22px 30px;
    text-align: center;
  }

  .alerts-hero h1 {
    max-width: 520px;
    font-size: clamp(44px, 13vw, 64px);
    line-height: 0.96;
  }

  .alerts-hero__copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .alerts-hero__actions {
    width: 100%;
    justify-content: center;
  }

  .alerts-hero__actions a {
    min-height: 46px;
  }

  .alerts-hero__copy ul {
    justify-items: center;
    text-align: left;
  }

  .alerts-hero__art {
    min-height: 360px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .alerts-hero__art > img {
    width: min(72%, 330px);
  }

  .alerts-hero__signal {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
    min-width: 0;
  }

  .alerts-builder > header,
  .alerts-saved > header {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .alerts-builder > header > div,
  .alerts-saved > header > div {
    justify-items: center;
  }

  .alerts-builder h2,
  .alerts-saved h2,
  .alerts-how h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .alerts-builder > header > p {
    max-width: 520px;
    justify-self: center;
  }

  .alerts-builder .sf-search-card {
    border-radius: 18px;
  }

  .alerts-saved > header > span {
    justify-self: center;
  }

  .alerts-saved-card > summary {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 14px;
    padding: 18px;
  }

  .alerts-saved-card__summary {
    grid-row: 2;
    grid-column: 1;
  }

  .alerts-saved-card__chevron {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  .alerts-saved-card__route strong {
    flex-wrap: wrap;
    white-space: normal;
  }

  .alerts-saved-card__details {
    padding: 18px;
  }

  .alerts-saved-card__details dl {
    grid-template-columns: 1fr;
  }

  .alerts-saved-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .alerts-saved-card__actions a {
    width: 100%;
  }

  .alerts-saved-card__buttons,
  .alerts-saved-card__confirm {
    width: 100%;
    flex-wrap: wrap;
  }

  .alerts-saved-card__buttons > a,
  .alerts-saved-card__buttons > button,
  .alerts-saved-card__confirm {
    flex: 1 1 100%;
  }

  .alerts-saved-card__confirm button {
    flex: 1 1 0;
  }

  .alerts-empty-state {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 26px 20px;
    text-align: center;
  }

  .alerts-how ol {
    grid-template-columns: 1fr;
  }

  .alerts-how li {
    min-height: 0;
    align-content: start;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .alerts-hero__actions a {
    width: 100%;
  }

  .alerts-hero__signal strong {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alerts-hero__art > img,
  .alerts-saved-card__details {
    animation: none;
  }
}

/* Alerts follows the same compact search-first rhythm as Flights and Hotels. */
.alerts-page.sf-app-page {
  gap: clamp(54px, 6vw, 78px);
  padding: 108px 24px 80px;
  overflow-x: clip;
  background: linear-gradient(180deg, #f8f8f8 0%, #f4f3f1 100%);
}

.alerts-builder,
.alerts-saved {
  width: min(1200px, 100%);
  gap: 24px;
  scroll-margin-top: 90px;
}

.alerts-page__heading,
.alerts-saved > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 36px;
}

.alerts-page__heading > div,
.alerts-saved > header > div {
  display: grid;
  gap: 8px;
}

.alerts-page__heading h1,
.alerts-saved h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.alerts-page__heading h1 {
  max-width: 720px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1;
}

.alerts-page__heading > p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.alerts-builder > .sf-search-panel--app {
  width: min(1120px, 100%);
}

.alerts-builder .sf-search-card {
  border-color: rgb(210 214 222 / 0.9);
  background: #fff;
  box-shadow: 0 18px 52px rgb(35 32 27 / 0.07);
}

.alerts-builder .sf-search-submit,
.alerts-builder .sf-search-submit:hover,
.alerts-builder .sf-search-submit:focus-visible {
  background: var(--signal);
}

.alerts-builder__note {
  margin: -8px 0 0;
}

.alerts-saved h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.alerts-saved > header > span {
  align-self: center;
}

.alerts-saved__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.alerts-flight-card {
  min-width: 0;
  display: grid;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgb(210 214 222 / 0.9);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgb(35 32 27 / 0.06);
}

.alerts-flight-card__top {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding: 17px 17px 14px;
}

.alerts-flight-card__mark {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}

.alerts-flight-card__mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.alerts-flight-card__mark small {
  position: absolute;
  right: -7px;
  bottom: -6px;
  min-width: 20px;
  min-height: 20px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--ink);
  font-size: 8px;
  font-weight: 700;
}

.alerts-flight-card__route {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.alerts-flight-card__route > small {
  overflow: hidden;
  color: rgb(14 15 14 / 0.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.alerts-flight-card__route > strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alerts-flight-card__route i {
  color: var(--signal);
  font-style: normal;
  font-weight: 500;
}

.alerts-flight-card__route > span {
  color: rgb(14 15 14 / 0.52);
  font-size: 10px;
}

.alerts-flight-card .alerts-status-chip {
  margin-top: 1px;
  padding: 5px 8px;
  font-size: 8px;
}

.alerts-flight-card__programs {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 17px;
  color: rgb(14 15 14 / 0.54);
  border-top: 1px solid rgb(210 214 222 / 0.62);
  border-bottom: 1px solid rgb(210 214 222 / 0.62);
  font-size: 9px;
}

.alerts-flight-card__programs > span:last-child {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
}

.alerts-flight-card__programs img {
  width: 24px;
  height: 24px;
  margin-left: -4px;
  object-fit: contain;
}

.alerts-flight-card__programs img:first-child {
  margin-left: 0;
}

.alerts-flight-card__programs strong {
  margin-left: 4px;
  color: var(--ink);
  font-size: 9px;
}

.alerts-flight-card__fares {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgb(210 214 222 / 0.7);
}

.alerts-flight-card__fares > div {
  min-height: 84px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 13px 15px;
  background: #fff;
}

.alerts-flight-card__fares > div.is-pending {
  background: #fffaf6;
}

.alerts-flight-card__fares span {
  color: rgb(14 15 14 / 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.alerts-flight-card__fares strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
}

.alerts-flight-card__fares small {
  color: var(--signal);
  font-size: 9px;
  font-weight: 500;
}

.alerts-flight-card__fares em {
  color: rgb(14 15 14 / 0.38);
  font-size: 12px;
  font-style: normal;
}

.alerts-flight-card__footer {
  display: grid;
  gap: 12px;
  padding: 14px 17px 16px;
}

.alerts-flight-card__footer p {
  margin: 0;
  color: rgb(14 15 14 / 0.5);
  font-size: 9px;
  line-height: 1.45;
}

.alerts-flight-card__actions,
.alerts-flight-card__confirm {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alerts-flight-card__actions > a,
.alerts-flight-card__actions > button,
.alerts-flight-card__confirm button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    background var(--motion-fast) ease;
}

.alerts-flight-card__actions > a {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.alerts-flight-card__actions > a:hover,
.alerts-flight-card__actions > a:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
}

.alerts-flight-card__actions > button:hover,
.alerts-flight-card__actions > button:focus-visible,
.alerts-flight-card__confirm button:hover,
.alerts-flight-card__confirm button:focus-visible {
  color: var(--signal);
  border-color: var(--signal);
}

.alerts-flight-card__confirm button:last-child {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.alerts-flight-card button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.alerts-empty-state {
  min-height: 150px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgb(35 32 27 / 0.04);
}

.alerts-empty-state--loading {
  grid-template-columns: 1fr;
}

@media (max-width: 900px) {
  .alerts-saved__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 759px) {
  .alerts-page.sf-app-page {
    gap: 54px;
    padding: calc(var(--product-header-height) + 28px) 14px 64px;
  }

  .alerts-page__heading,
  .alerts-saved > header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .alerts-page__heading > div,
  .alerts-saved > header > div {
    justify-items: center;
  }

  .alerts-page__heading h1 {
    max-width: 520px;
    font-size: clamp(32px, 9vw, 40px);
  }

  .alerts-page__heading > p {
    max-width: 520px;
    font-size: 13px;
  }

  .alerts-saved h2 {
    font-size: 30px;
  }

  .alerts-flight-card__top {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 15px;
  }

  .alerts-flight-card__mark {
    width: 40px;
    height: 40px;
  }

  .alerts-flight-card__mark img {
    width: 30px;
    height: 30px;
  }

  .alerts-flight-card .alerts-status-chip {
    grid-column: 2;
    justify-self: start;
  }

  .alerts-flight-card__route > strong {
    font-size: 18px;
  }

  .alerts-flight-card__programs,
  .alerts-flight-card__footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .alerts-flight-card__fares > div {
    min-height: 78px;
    padding: 12px;
  }

  .alerts-flight-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .alerts-flight-card__actions > a,
  .alerts-flight-card__actions > button,
  .alerts-flight-card__confirm {
    width: 100%;
  }

  .alerts-flight-card__confirm button {
    flex: 1 1 0;
  }

  .alerts-empty-state {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

/* Saved-alert manager and the no-results atomic alert review. */
.alerts-page.sf-app-page {
  align-content: start;
  gap: clamp(22px, 2.5vw, 32px);
  background: #f7f7f6;
}

.alerts-manager,
.alerts-saved {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.alerts-page__intro-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.alerts-page__intro-actions > span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 10px;
  font-weight: 500;
}

.alerts-saved > header {
  grid-template-columns: minmax(0, 1fr);
}

.alerts-page__intro-actions a,
.alerts-empty-state > a,
.alerts-empty-state > button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color var(--motion-fast) ease,
    background var(--motion-fast) ease,
    transform var(--motion-fast) var(--ease-hover);
}

.alerts-page__intro-actions a:hover,
.alerts-page__intro-actions a:focus-visible,
.alerts-empty-state > a:hover,
.alerts-empty-state > a:focus-visible,
.alerts-empty-state > button:hover,
.alerts-empty-state > button:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
  transform: translateY(-1px);
}

.alerts-saved__groups {
  display: grid;
  gap: 18px;
}

.alerts-group {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(210 214 222 / 0.92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgb(35 32 27 / 0.055);
}

.alerts-group__header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 20px;
  border-bottom: 1px solid rgb(210 214 222 / 0.72);
}

.alerts-group__header > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.alerts-group__header h3,
.alerts-group__header p {
  margin: 0;
}

.alerts-group__header h3 {
  overflow: hidden;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alerts-group__header p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.alerts-group__header > span {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7f7f6;
  font-size: 10px;
  font-weight: 700;
}

.alerts-group__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgb(210 214 222 / 0.72);
}

.alerts-group .alerts-flight-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.alerts-flight-card__details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border-top: 1px solid rgb(210 214 222 / 0.62);
  background: rgb(210 214 222 / 0.62);
}

.alerts-flight-card__details > div {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  background: #fff;
}

.alerts-flight-card__details dt {
  color: rgb(14 15 14 / 0.46);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.alerts-flight-card__details dd {
  overflow: hidden;
  margin: 0;
  color: var(--ink);
  font-size: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alerts-saved__error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}

.alerts-saved__error p {
  margin: 0;
}

.alerts-saved__error button {
  min-height: 34px;
  flex: 0 0 auto;
  padding: 0 12px;
  color: #8a261f;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
}

.alerts-account-state {
  width: min(760px, 100%);
  min-height: 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  justify-self: center;
  padding: 22px;
  border: 1px solid rgb(210 214 222 / 0.92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgb(35 32 27 / 0.055);
}

.alerts-account-state__icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f5f2ee;
}

.alerts-account-state__icon .account-icon {
  width: 66px;
  height: 66px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgb(14 15 14 / 0.13));
}

.alerts-account-state__copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.alerts-account-state__copy > .eyebrow,
.alerts-account-state__copy > h3,
.alerts-account-state__copy > p {
  margin: 0;
}

.alerts-account-state__copy > h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.alerts-account-state__copy > p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.alerts-account-state__copy dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
}

.alerts-account-state__copy dl > div {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fafafa;
}

.alerts-account-state__copy dt,
.alerts-account-state__copy dd {
  margin: 0;
  font-size: 9px;
}

.alerts-account-state__copy dt {
  color: var(--muted);
}

.alerts-account-state__copy dd {
  color: var(--ink);
  font-weight: 700;
}

.alerts-account-state__actions {
  display: grid;
  justify-items: stretch;
  gap: 8px;
}

.alerts-account-state__actions > button,
.alerts-account-state__actions > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    background var(--motion-fast) ease,
    transform var(--motion-fast) var(--ease-hover);
}

.alerts-account-state__actions > button {
  color: #fff;
  background: var(--ink);
}

.alerts-account-state__actions > a {
  color: var(--ink);
  border-color: var(--line-strong);
  background: #fff;
}

.alerts-account-state__actions > button:hover,
.alerts-account-state__actions > button:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
  transform: translateY(-1px);
}

.alerts-account-state__actions > a:hover,
.alerts-account-state__actions > a:focus-visible {
  color: var(--signal);
  border-color: var(--signal);
  transform: translateY(-1px);
}

.waitlist-alert-review {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.waitlist-alert-review .waitlist-dialog__hotel {
  margin: 0;
}

.waitlist-alert-review__programs {
  display: grid;
  gap: 9px;
}

.waitlist-alert-review__programs > p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.waitlist-alert-review__programs > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.waitlist-alert-review__programs > div > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px 5px 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 10px;
}

.waitlist-alert-review__programs img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.waitlist-alert-review__count {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 3px 10px;
  padding: 12px 13px;
  border-radius: 11px;
  background: #f5f5f4;
}

.waitlist-alert-review__count strong {
  grid-row: 1 / span 2;
  color: var(--signal);
  font-size: 16px;
  white-space: nowrap;
}

.waitlist-alert-review__count span,
.waitlist-alert-review__count small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.waitlist-alert-review__count small {
  color: var(--ink);
  font-weight: 500;
}

.waitlist-alert-review__warning {
  margin: 0;
  padding: 11px 12px;
  color: #8a261f;
  border: 1px solid rgb(138 38 31 / 0.2);
  border-radius: 10px;
  background: #fff5f3;
  font-size: 10px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .alerts-group__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 759px) {
  .alerts-page__intro-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .alerts-group__header {
    align-items: flex-start;
    padding: 15px;
  }

  .alerts-group__header h3 {
    font-size: 18px;
  }

  .alerts-flight-card__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alerts-saved__error {
    align-items: stretch;
    flex-direction: column;
  }

  .alerts-account-state {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 22px 18px;
    text-align: center;
  }

  .alerts-account-state__copy {
    justify-items: center;
  }

  .alerts-account-state__copy > h3 {
    max-width: 330px;
    font-size: 19px;
  }

  .alerts-account-state__copy > p:not(.eyebrow) {
    max-width: 360px;
  }

  .alerts-account-state__copy dl {
    justify-content: center;
  }

  .alerts-account-state__actions,
  .alerts-account-state__actions > button,
  .alerts-account-state__actions > a {
    width: 100%;
  }

  .waitlist-alert-review {
    padding: 13px;
  }

  .waitlist-alert-review .waitlist-dialog__flight {
    grid-template-columns: 1fr;
  }

  .waitlist-alert-review__count {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .waitlist-alert-review__count strong {
    grid-row: auto;
  }
}

/* Flight result access lock and 0.5–20¢ personal-value spectrum. */
.program-selection-list__valuation output {
  color: var(--program-value-color, var(--signal));
}

.program-selection-list__valuation input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(
    90deg,
    #d6403a 0%,
    var(--program-value-color, #d6403a) var(--program-value-progress, 0%),
    rgb(14 15 14 / 0.16) var(--program-value-progress, 0%),
    rgb(14 15 14 / 0.16) 100%
  );
}

.program-selection-list__valuation input[type="range"]::-webkit-slider-thumb {
  border-color: var(--program-value-color, #d6403a);
}

.program-selection-list__valuation input[type="range"]::-moz-range-track {
  background: rgb(14 15 14 / 0.16);
}

.program-selection-list__valuation input[type="range"]::-moz-range-progress {
  background: linear-gradient(90deg, #d6403a, var(--program-value-color, #d6403a));
}

.program-selection-list__valuation input[type="range"]::-moz-range-thumb {
  border-color: var(--program-value-color, #d6403a);
}

.sf-filter-menu button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--search-glass-selected);
  box-shadow: inset 0 0 0 1px rgb(255 92 0 / 0.3);
}

/* Result filters share explicit bulk actions on desktop and in the mobile form. */
.sf-program-filter .program-selection-list__bulk {
  display: none;
}

.sf-program-filter__bulk {
  display: grid;
  gap: 8px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.sf-program-filter__bulk > div {
  display: flex;
  gap: 8px;
}

.sf-program-filter__bulk button {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}

@media (max-width: 759px) {
  .sf-filter-sheet {
    position: fixed;
    inset: var(--filter-viewport-top, 0px) 0 auto;
    z-index: 1000;
    display: block;
    height: var(--filter-viewport-height, 100dvh);
    overflow: hidden;
    background: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    animation: none;
  }

  .sf-filter-sheet__panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: none;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    animation: none;
  }

  .sf-filter-sheet__header {
    flex: 0 0 auto;
    min-height: 68px;
    margin: 0;
    padding: calc(12px + env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 12px max(20px, env(safe-area-inset-left));
    border-bottom: 1px solid var(--line);
    background: #fff;
  }

  .sf-filter-sheet__header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .sf-filter-sheet__header button {
    width: 44px;
    height: 44px;
    background: var(--frost);
  }

  .sf-filter-sheet__form {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
  }

  .sf-filter-sheet__controls {
    display: block;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-padding-block: 20px;
    padding: 24px max(20px, env(safe-area-inset-right)) 8px max(20px, env(safe-area-inset-left));
  }

  .sf-filter-section {
    min-width: 0;
    margin: 0 0 24px;
    padding: 0 0 24px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .sf-filter-section legend {
    width: 100%;
    margin-bottom: 14px;
    padding: 0;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
  }

  .sf-filter-section__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sf-filter-section--collapsible {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .sf-filter-section__disclosure {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: var(--radius-control-mobile);
    background: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }

  .sf-filter-section__disclosure[aria-expanded="true"] {
    border-color: var(--signal);
  }

  .sf-filter-section__disclosure + .sf-filter-section__options {
    margin-top: 16px;
  }

  .sf-filter-section__options > div {
    grid-column: 1 / -1;
  }

  .sf-filter-section__options > button,
  .sf-filter-section .sf-filter-slider__ticks button,
  .sf-filter-section .sf-dynamic-points-control__actions button {
    min-height: 44px;
    padding: 10px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: var(--radius-control-mobile);
    background: #fff;
    font: inherit;
    font-size: 13px;
    text-align: left;
  }

  .sf-filter-section__options > button[aria-pressed="true"],
  .sf-filter-section button[aria-current="true"] {
    border-color: var(--signal);
    background: var(--search-glass-selected);
  }

  .sf-filter-section .sf-filter-option-visual {
    gap: 8px;
  }

  .sf-filter-section .sf-filter-option-visual > span:last-child {
    white-space: normal;
  }

  .sf-filter-section .sf-filter-slider,
  .sf-filter-section .sf-dynamic-points-control {
    min-width: 0;
    padding: 0;
  }

  .sf-filter-section .sf-filter-slider input[type="range"] {
    min-height: 44px;
  }

  .sf-filter-section .program-selection-list__options {
    max-height: none;
    overflow: visible;
  }

  .sf-filter-section .program-selection-list,
  .sf-filter-section .program-selection-list__search {
    background: #fff;
  }

  .sf-filter-section .sf-program-filter__bulk {
    padding: 0 0 12px;
  }

  .sf-filter-sheet__footer {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 12px;
    padding: 12px max(20px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .sf-filter-sheet__footer button {
    min-height: 50px;
    margin: 0;
    border-radius: var(--radius-control-mobile);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
  }

  .sf-filter-sheet__clear {
    color: var(--ink);
    border: 1px solid var(--line);
    background: #fff;
  }

  .sf-filter-sheet__apply {
    color: #fff;
    background: var(--signal);
  }

  .sf-filter-sheet button:focus-visible,
  .sf-filter-sheet input:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: 3px;
  }
}

.sf-result-row--interactive,
.sf-mobile-result-card--interactive {
  cursor: pointer;
}

.sf-result-row--interactive:hover,
.sf-mobile-result-card--interactive:hover {
  background: var(--search-glass-hover);
}

.sf-result-row--interactive:focus-visible,
.sf-mobile-result-card--interactive:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: -2px;
}

.sf-modal-backdrop--flight {
  inset: var(--sf-modal-viewport-top, 0px) 0 auto;
  height: var(--sf-modal-viewport-height, 100dvh);
  overflow: hidden;
  z-index: 1000;
}

.sf-flight-modal {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  border-color: var(--line);
  background: var(--frost);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sf-flight-modal .sf-modal-header {
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 20px 20px 14px;
  background: var(--frost);
}

.sf-flight-modal .sf-modal-header > .sf-modal-header__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.sf-modal-header__identity {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.sf-modal-header__identity > div {
  min-width: 0;
}

.sf-modal-header__identity img {
  flex-shrink: 0;
}

.sf-flight-modal .sf-modal-close {
  position: static;
  flex: 0 0 auto;
  width: auto;
  min-width: 64px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
}

.sf-flight-modal .sf-modal-close:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

.sf-flight-modal .sf-copy-toast {
  position: static;
  align-self: flex-end;
  max-width: 100%;
}

.sf-flight-modal .sf-modal-flight-list {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-padding-block: 16px;
  -webkit-overflow-scrolling: touch;
}

.sf-modal-header-controls {
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding-right: 0;
}

.sf-modal-header-controls .sf-modal-actions {
  justify-content: flex-end;
  padding-right: 0;
}

.sf-modal-header-controls .sf-modal-actions button {
  min-height: 44px;
}

.sf-flight-availability-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
}

.sf-flight-availability-status__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--charcoal);
  font-weight: 700;
}

.sf-flight-availability-status__label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--muted);
}

.sf-flight-availability-status__label.is-live i {
  background: #159465;
}

@media (max-width: 759px) {
  .sf-modal-backdrop--flight {
    padding: 0;
    place-items: stretch;
  }

  .sf-modal-backdrop--flight .sf-flight-modal {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .sf-flight-modal .sf-modal-header {
    padding: calc(12px + env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 12px max(16px, env(safe-area-inset-left));
  }

  .sf-flight-modal .sf-modal-header > .sf-modal-header__top {
    gap: 12px;
  }

  .sf-flight-modal .sf-modal-header h2 {
    font-size: 18px;
  }

  .sf-flight-modal .sf-modal-flight-list {
    padding: 0 max(12px, env(safe-area-inset-right)) calc(16px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  }

  .sf-modal-header-controls {
    width: 100%;
    padding-right: 0;
  }

}

.sf-modal-route.sf-modal-route--cabin-choice {
  padding: 20px;
  border-color: var(--line);
  background: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sf-itinerary-summary {
  padding: 8px 0 18px;
}

.sf-itinerary-summary__endpoints {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
}

.sf-itinerary-summary__airport {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-width: 0;
  gap: 3px;
  color: var(--ink);
}

.sf-itinerary-summary__airport--end {
  text-align: right;
}

.sf-itinerary-summary__label {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
}

.sf-itinerary-summary__airport > strong {
  font-size: 23px;
  line-height: 1.15;
}

.sf-itinerary-summary__city {
  min-height: 1.4em;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.sf-itinerary-summary__time {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.sf-itinerary-summary__direction {
  padding-top: 26px;
  color: var(--muted);
  font-size: 22px;
  text-align: center;
}

.sf-itinerary-summary__journey {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 12px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.sf-itinerary-summary__journey > strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.sf-itinerary-summary__connections {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.sf-itinerary-summary__connections li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 12px;
}

.sf-itinerary-summary__connections strong {
  color: var(--ink);
  font-weight: 500;
}

.sf-itinerary-summary__note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.sf-cabin-choices {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.sf-cabin-choices__heading {
  margin-bottom: 12px;
}

.sf-cabin-choices__heading h3,
.sf-modal-route--cabin-choice .sf-segment-detail__title h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.sf-cabin-choices__heading p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.sf-cabin-choices .sf-modal-price-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sf-cabin-choices .sf-cabin-choice {
  display: flex;
  min-width: 0;
  min-height: 152px;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: none;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.sf-cabin-choices .sf-cabin-choice[aria-pressed="true"] {
  border-color: var(--signal);
  background: #fff7f1;
  box-shadow: inset 0 0 0 1px var(--signal);
}

.sf-cabin-choices .sf-cabin-choice:hover:not(:disabled):not([aria-pressed="true"]) {
  border-color: var(--line-strong);
  background: var(--frost);
}

.sf-cabin-choices .sf-cabin-choice:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.sf-cabin-choices .sf-cabin-choice:disabled {
  opacity: 1;
  background: var(--frost);
  color: var(--muted);
  cursor: default;
}

.sf-cabin-choice .sf-cabin-choice__label {
  display: flex;
  min-height: 34px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.sf-cabin-choice__label i {
  display: grid;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
}

.sf-cabin-choice[aria-pressed="true"] .sf-cabin-choice__label i {
  border-color: var(--signal);
  background: var(--signal);
  color: #fff;
}

.sf-cabin-choice:disabled .sf-cabin-choice__label i {
  display: none;
}

.sf-cabin-choice .sf-cabin-choice__price {
  font-size: 19px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.sf-cabin-choice__price small {
  font-size: 11px;
  font-weight: 400;
}

.sf-cabin-choice .sf-cabin-choice__taxes,
.sf-cabin-choice .sf-cabin-choice__unavailable {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.sf-cabin-choice .sf-cabin-choice__seats {
  margin-top: auto;
  padding-top: 7px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 500;
}

.sf-cabin-choices__missing {
  margin: 12px 0 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--frost);
  font-size: 13px;
  line-height: 1.5;
}

.sf-modal-route--cabin-choice .sf-segment-detail {
  margin-top: 20px;
  padding-top: 18px;
}

.sf-modal-route--cabin-choice .sf-segment-detail__title {
  text-transform: none;
  font-weight: 400;
}

.sf-modal-route--cabin-choice .sf-segment-detail__title span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.sf-modal-route--cabin-choice .sf-segment-nav {
  grid-template-columns: 44px minmax(0, 1fr) 44px;
}

.sf-modal-route--cabin-choice .sf-segment-nav button {
  width: 44px;
  height: 44px;
}

.sf-modal-route--cabin-choice .sf-aircraft-preview {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 112px;
  gap: 14px;
  padding: 12px 14px;
}

.sf-modal-route--cabin-choice .sf-aircraft-preview__art {
  min-height: 88px;
}

.sf-modal-route--cabin-choice .sf-aircraft-preview__plane {
  max-height: 100px;
}

.sf-modal-route--cabin-choice .sf-aircraft-preview__copy {
  min-height: 0;
}

.sf-modal-route--cabin-choice .sf-segment-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-block: 6px;
}

.sf-modal-route--cabin-choice .sf-segment-grid small {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}

.sf-modal-booking.sf-selected-fare {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding: 16px 0 0;
  border-color: var(--line);
}

.sf-selected-fare > div {
  display: grid;
  justify-content: start;
  gap: 6px;
}

.sf-selected-fare > div > span {
  font-size: 12px;
  font-weight: 400;
}

.sf-selected-fare strong {
  font-size: 18px;
  font-weight: 700;
}

.sf-selected-fare strong small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
}

.sf-modal-booking.sf-selected-fare button {
  min-width: 120px;
  min-height: 48px;
  margin: 0;
  padding: 12px 20px;
  background: var(--signal);
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 759px) {
  .sf-modal-route.sf-modal-route--cabin-choice {
    padding: 14px;
  }

  .sf-cabin-choices .sf-modal-price-row,
  .sf-modal-route--cabin-choice .sf-segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-cabin-choices .sf-cabin-choice {
    min-height: 146px;
    padding: 11px;
  }

  .sf-cabin-choice .sf-cabin-choice__price {
    font-size: 18px;
  }

  .sf-modal-route--cabin-choice .sf-aircraft-preview {
    min-height: 98px;
    gap: 10px;
    padding: 10px;
  }

  .sf-modal-route--cabin-choice .sf-aircraft-preview__art {
    min-height: 74px;
  }

  .sf-modal-route--cabin-choice .sf-aircraft-preview__plane {
    max-height: 80px;
  }

  .sf-modal-route--cabin-choice .sf-aircraft-preview__copy strong {
    font-size: 14px;
  }

  .sf-modal-route--cabin-choice .sf-aircraft-preview__copy span {
    font-size: 10px;
  }

  .sf-modal-booking.sf-selected-fare {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .sf-modal-booking.sf-selected-fare button {
    width: 100%;
    min-height: 50px;
  }
}

@media (max-width: 759px) {
  .sf-filter-menu:has(.sf-filter-option-visual) {
    max-height: none;
    overflow-y: visible;
  }
}

/* iOS Safari zooms focused form controls whose computed text size is below 16px. */
@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
  select,
  textarea {
    font-size: 16px !important;
    touch-action: manipulation;
  }

  button,
  a {
    touch-action: manipulation;
  }
}

@media (hover: none) and (pointer: coarse) {
  .sf-airport-chip,
  .sf-airport-chip__body,
  .sf-airport-chip__remove,
  .sf-airport-chip--more,
  .sf-airport-placeholder,
  .sf-airport-trigger__chevron {
    min-height: 44px;
  }

  .sf-airport-chip__remove,
  .sf-airport-trigger__chevron {
    width: 44px;
    flex-basis: 44px;
  }
}

.sf-search-field--when .sf-search-menu {
  max-height: calc(100dvh - 160px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
/* Nearby-airport results share the search surface's compact fare-card styling. */
.sf-nearby-airports { width: min(100%, 960px); margin: 28px auto; text-align: left; }
.sf-nearby-airports h3 { margin: 0 0 8px; font-size: 20px; font-weight: 500; }
.sf-nearby-airports > p { max-width: none; margin: 0 0 16px; font-size: 14px; color: var(--muted); }
.sf-nearby-airports__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sf-nearby-airport { display: flex; flex-direction: column; gap: 8px; min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--paper); text-decoration: none; }
.sf-nearby-airport:hover { border-color: var(--signal); }
.sf-nearby-airport:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
.sf-nearby-airport > strong { font-size: 18px; font-weight: 500; }
.sf-nearby-airport span { font-size: 14px; }
.sf-nearby-airport small { font-size: 12px; font-weight: 400; color: var(--muted); }
.sf-nearby-airport__action { margin-top: auto; padding-top: 8px; color: var(--signal); font-weight: 500; }
@media (max-width: 700px) { .sf-nearby-airports__list { grid-template-columns: 1fr; } }

/* Keep freshness and flight actions compact at every viewport size. */
.sf-flight-availability-status { flex-wrap: nowrap; white-space: nowrap; }
.sf-flight-availability-status__label { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.sf-modal-header-controls .sf-modal-actions { display: flex; flex-wrap: nowrap; gap: 8px; }
.sf-modal-header-controls .sf-modal-actions button { flex: 0 0 auto; white-space: nowrap; }
.sf-results-table .sf-last-seen-cell { white-space: nowrap; }
[data-fare-refresh-status] { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 760px) {
  .sf-flight-modal .sf-modal-header { flex-direction: row; align-items: center; }
  .sf-flight-modal .sf-modal-header > .sf-modal-header__top { flex: 1; }
  .sf-flight-modal .sf-modal-header-controls { width: auto; }
}

/* The bounded logo strip fits its column; its airline labels may extend above it. */
.sf-airline-logos { max-width: 100%; }
.sf-airline-logos .sf-airline-overflow {
  display: inline-flex; flex: 0 0 24px; width: 24px; height: 24px;
  align-items: center; justify-content: center; border-radius: 50%;
  background: #eee; color: var(--charcoal); font-size: 11px; font-weight: 600;
}
.sf-flight-availability-status__label.is-live {
  color: #087b52; background: #e5f6ed; padding: 7px 10px; border-radius: 7px;
}
.sf-flight-availability-status__label.is-live i { background: #079669; }
.sf-search-status { margin: 12px 0; color: var(--muted); font-size: 13px; }
.sf-search-coverage { margin: 10px 0; font-size: 12px; color: var(--muted); }
.sf-search-coverage summary { cursor: pointer; }
.sf-search-coverage p { max-width: 100%; margin: 6px 0; }

/* Account cards use one wordmark in the heading, without a second brand strip. */
.waitlist-dialog { position: relative; }
.waitlist-dialog .waitlist-dialog__header--minimal { position: absolute; top: 0; right: 0; z-index: 2; min-height: 0; padding: 16px; border: 0; background: transparent; }
.waitlist-dialog:has(.waitlist-dialog__header--minimal) .waitlist-dialog__intro { padding-top: 38px; }
.waitlist-dialog__intro .waitlist-dialog__brand-heading { display: flex; align-items: center; flex-wrap: wrap; gap: .26em; padding-right: 40px; line-height: 1.15; }
.waitlist-dialog__brand-heading .bound-wordmark { display: block; width: auto; height: .86em; max-width: 100%; flex: 0 0 auto; }
