.home-shell-page .search-page-heading { border-bottom: 1px solid #dfeaf0; padding: 24px 0 20px; background: #fff; }
.home-shell-page .search-breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: 11px; font-weight: 750; }
.home-shell-page .search-breadcrumbs a { color: var(--ocean); text-decoration: none; }
.home-shell-page .search-breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.home-shell-page .search-eyebrow { margin: 0 0 7px; color: var(--ocean); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.home-shell-page .search-page-heading h1 { max-width: 980px; margin: 0; color: var(--navy); font-size: clamp(28px, 3.3vw, 44px); line-height: 1.08; letter-spacing: -.035em; }

.home-shell-page .search-results-section { padding: 0 0 76px; background: #fff; }
.home-shell-page .search-refine-form { position: relative; z-index: 25; border-bottom: 1px solid #dfeaf0; padding: 15px 0; background: #fff; }
.home-shell-page .search-control-strip { display: flex; align-items: center; gap: 9px; min-width: 0; }
.home-shell-page .search-control-popover { position: relative; flex: 0 0 auto; }
.home-shell-page .search-refine-button { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #9dbcd2; border-radius: 999px; padding: 0 15px; color: var(--navy); background: #fff; font: inherit; font-size: 11px; font-weight: 850; white-space: nowrap; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.home-shell-page .search-refine-button:hover,
.home-shell-page .search-refine-button[aria-expanded="true"] { border-color: var(--ocean); background: #eef7ff; box-shadow: 0 5px 14px rgba(4,67,106,.1); }
.home-shell-page .search-refine-button > svg:first-child { width: 19px; height: 19px; color: var(--ocean); }
.home-shell-page .search-control-chevron { width: 14px; height: 14px; color: #567389; }
.home-shell-page .search-filter-button b { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ocean); font-size: 9px; }
.home-shell-page .search-category-rail { min-width: 0; flex: 1 1 auto; overflow: hidden; }
.home-shell-page .search-category-rail .category-grid { display: flex; gap: 8px; overflow-x: auto; padding: 3px 2px 5px; scrollbar-width: none; }
.home-shell-page .search-category-rail .category-grid::-webkit-scrollbar { display: none; }
.home-shell-page .search-category-rail .category--chip { position: relative; height: 92px; min-height: 92px; min-width: 148px; flex: 0 0 148px; display: block; overflow: hidden; border: 2px solid rgba(255,255,255,.94); border-radius: 15px; padding: 0; color: #fff; background: var(--navy); box-shadow: 0 5px 15px rgba(3,42,68,.13); font-size: 10px; font-weight: 850; text-decoration: none; white-space: normal; transform: translateY(0); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.home-shell-page .search-category-rail .category--chip::after { content: ""; position: absolute; z-index: 1; inset: 0; display: block; background: linear-gradient(180deg, rgba(2,24,42,.04) 16%, rgba(2,24,42,.28) 48%, rgba(2,24,42,.9) 100%); pointer-events: none; transition: background .18s ease; }
.home-shell-page .search-category-rail .category--chip:hover { border-color: var(--sun); color: #fff; background: var(--navy); box-shadow: 0 9px 22px rgba(3,42,68,.2); transform: translateY(-2px); }
.home-shell-page .search-category-rail .category--chip:hover::after { background: linear-gradient(180deg, rgba(2,24,42,.02) 8%, rgba(2,24,42,.24) 42%, rgba(2,24,42,.94) 100%); }
.home-shell-page .search-category-rail .category--chip img { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); transition: transform .28s ease; }
.home-shell-page .search-category-rail .category--chip:hover img { transform: scale(1.06); }
.home-shell-page .search-category-rail .category--chip .cat-copy { position: absolute; z-index: 2; right: 11px; bottom: 10px; left: 11px; display: block; text-shadow: 0 1px 3px rgba(0,0,0,.78); }
.home-shell-page .search-category-rail .category--chip strong { display: block; margin: 0; color: #fff; font-size: 10px; line-height: 1.18; }
.home-shell-page .search-category-rail .category--chip:hover strong { color: #fff; }
.home-shell-page .search-category-rail .category--chip.is-active { border-color: var(--sun); padding: 0; color: #fff; background: var(--navy); box-shadow: 0 0 0 2px rgba(255,193,7,.22), 0 9px 22px rgba(3,42,68,.2); }
.home-shell-page .search-category-rail .category--chip.is-active::after { background: linear-gradient(180deg, rgba(4,99,190,.08) 10%, rgba(2,43,75,.34) 48%, rgba(2,24,42,.94) 100%); }
.home-shell-page .search-category-rail .category--chip.is-active strong { color: #fff; padding-right: 28px; }
.home-shell-page .search-category-rail .category--chip.is-active:hover { border-color: var(--sun); color: #fff; background: var(--navy); }
.home-shell-page .search-category-rail .category--chip.is-active:hover strong { color: #fff; }
.home-shell-page .search-category-rail .category-chip-remove { position: absolute; z-index: 3; top: 7px; right: 7px; width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 3px 9px rgba(2,24,42,.18); }
.home-shell-page .search-category-rail .category-chip-remove svg { width: 14px; height: 14px; }
.home-shell-page .search-category-rail .category--chip.is-active:hover .category-chip-remove { color: var(--ocean); background: #fff; }
.home-shell-page .search-inline-panel { position: absolute; z-index: 80; top: calc(100% + 10px); left: 0; border: 1px solid #b7d2e4; border-radius: 18px; padding: 18px; background: #fff; box-shadow: 0 22px 58px rgba(3,34,55,.18); }
.home-shell-page .search-inline-panel[hidden] { display: none; }
.home-shell-page .search-date-panel { width: min(720px, calc(100vw - 40px)); }
.home-shell-page .search-traveler-panel { width: 350px; }
.home-shell-page .search-traveler-control .search-inline-panel { right: 0; left: auto; }
.home-shell-page .search-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.home-shell-page .search-panel-head small { display: block; margin-bottom: 3px; color: var(--ocean); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.home-shell-page .search-panel-head strong { color: var(--navy); font-size: 16px; }
.home-shell-page .search-calendar-nav { display: flex; gap: 6px; }
.home-shell-page .search-calendar-nav button { width: 38px; height: 38px; border: 1px solid #c7dbe8; border-radius: 50%; color: var(--navy); background: #fff; font-size: 17px; cursor: pointer; }
.home-shell-page .search-range-help { margin: 0 0 12px; color: var(--muted); font-size: 10px; }
.home-shell-page .search-calendar-months { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.home-shell-page .search-calendar-months h3 { margin: 0 0 10px; color: var(--navy); font-size: 13px; text-align: center; text-transform: capitalize; }
.home-shell-page .search-calendar-weekdays,
.home-shell-page .search-calendar-days { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 4px; }
.home-shell-page .search-calendar-weekdays { margin-bottom: 4px; color: #718a9b; font-size: 8px; font-weight: 850; text-align: center; }
.home-shell-page .search-calendar-days button,
.home-shell-page .search-calendar-spacer { aspect-ratio: 1; }
.home-shell-page .search-calendar-days button { border: 0; border-radius: 50%; color: var(--navy); background: transparent; font: inherit; font-size: 10px; font-weight: 760; cursor: pointer; }
.home-shell-page .search-calendar-days button:hover:not(:disabled) { background: #e8f4ff; }
.home-shell-page .search-calendar-days button[aria-pressed="true"] { color: #fff; background: var(--ocean); }
.home-shell-page .search-calendar-days button[data-in-range="true"] { border-radius: 0; background: #dceeff; }
.home-shell-page .search-calendar-days button:disabled { color: #bdcbd4; cursor: default; }
.home-shell-page .search-traveler-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #e2edf2; padding: 14px 0; }
.home-shell-page .search-traveler-row > div:first-child strong { display: block; color: var(--navy); font-size: 12px; }
.home-shell-page .search-traveler-row > div:first-child small { color: var(--muted); font-size: 9px; }
.home-shell-page .search-traveler-row > div:last-child { display: grid; grid-template-columns: 38px 32px 38px; align-items: center; text-align: center; }
.home-shell-page .search-traveler-row button { width: 36px; height: 36px; border: 1px solid #9fc3dc; border-radius: 50%; color: var(--ocean); background: #fff; font-size: 19px; cursor: pointer; }
.home-shell-page .search-traveler-row button:disabled { color: #aebdc7; border-color: #d6e1e8; }
.home-shell-page .search-traveler-row output { color: var(--navy); font-size: 12px; font-weight: 850; }
.home-shell-page .search-panel-actions { display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid #e2edf2; padding-top: 13px; }
.home-shell-page .search-panel-actions button { min-height: 42px; border: 0; border-radius: 10px; padding: 0 15px; color: var(--navy); background: #eef5f9; font: inherit; font-size: 10px; font-weight: 850; cursor: pointer; }
.home-shell-page .search-panel-actions button[type="submit"] { color: var(--navy); background: var(--sun); }
.home-shell-page .search-panel-actions button:disabled { color: #8a9ba6; background: #e8eef2; cursor: not-allowed; }
.home-shell-page .search-noscript-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.home-shell-page .search-noscript-controls label { display: grid; gap: 4px; color: var(--navy); font-size: 10px; font-weight: 800; }
.home-shell-page .search-noscript-controls input { min-height: 42px; border: 1px solid var(--line); border-radius: 9px; padding: 0 10px; }
.home-shell-page .search-noscript-controls button { align-self: end; min-height: 42px; border: 0; border-radius: 9px; padding: 0 16px; color: var(--navy); background: var(--sun); font-weight: 850; }

.home-shell-page .search-toolbar { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 22px 0 18px; border-bottom: 1px solid #dfeaf0; padding: 0 0 12px; background: #fff; }
.home-shell-page .search-toolbar p { margin: 0; color: var(--navy); font-size: 14px; font-weight: 850; }
.home-shell-page .search-toolbar small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.home-shell-page .search-toolbar-actions { display: flex; align-items: center; gap: 10px; }
.home-shell-page .sort-form { display: flex; align-items: center; gap: 9px; }
.home-shell-page .sort-form label { color: var(--muted); font-size: 10px; font-weight: 850; white-space: nowrap; }
.home-shell-page .sort-form select { min-width: 190px; height: 44px; border: 1px solid var(--line); border-radius: 11px; padding: 0 34px 0 12px; color: var(--navy); background: #f8fbfd; font: inherit; font-size: 11px; font-weight: 800; }
.home-shell-page .sort-form noscript button { min-height: 42px; border: 0; border-radius: 10px; padding: 0 14px; color: #fff; background: var(--ocean); font-weight: 800; }
.home-shell-page .active-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: -2px 0 18px; }
.home-shell-page .active-filters a { min-height: 36px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #b7d2e4; border-radius: 999px; padding: 0 12px; color: var(--navy); background: #fff; font-size: 10px; font-weight: 800; text-decoration: none; }
.home-shell-page .active-filters a span { color: var(--ocean); font-size: 16px; line-height: 1; }
.home-shell-page .active-filters .clear-all { border-color: transparent; color: var(--ocean); background: transparent; }

.home-shell-page .search-results-list { min-width: 0; }
.home-shell-page .search-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.home-shell-page .search-product-grid .product { min-width: 0; }
.home-shell-page .search-product-grid .product h3 { min-height: 2.55em; }

.home-shell-page .search-filter-drawer { position: fixed; z-index: 3100; top: 0; right: 0; width: min(720px, 94vw); height: 100dvh; overflow-y: auto; border: 0; border-radius: 24px 0 0 24px; background: #fff; box-shadow: -30px 0 80px rgba(3,28,48,.22); visibility: hidden; transform: translateX(105%); transition: transform .24s ease, visibility .24s ease; }
.home-shell-page .search-filter-drawer[hidden] { display: none; }
.home-shell-page .search-filter-drawer.is-open { visibility: visible; transform: translateX(0); }
.home-shell-page .filter-panel-heading { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e2edf2; padding: 20px 24px; background: linear-gradient(135deg, #eef8ff, #fffaf0); }
.home-shell-page .filter-panel-heading span { display: block; margin-bottom: 3px; color: var(--aqua); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-shell-page .filter-panel-heading h2 { margin: 0; color: var(--navy); font-size: 21px; }
.home-shell-page .filter-panel-heading button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: #fff; font-size: 23px; cursor: pointer; }
.home-shell-page .search-filter-drawer form { padding: 6px 24px 24px; }
.home-shell-page .filter-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 28px; }
.home-shell-page .search-filter-drawer fieldset { margin: 0; border: 0; border-bottom: 1px solid #e3edf2; padding: 20px 0 15px; }
.home-shell-page .search-filter-drawer legend { margin-bottom: 10px; color: var(--navy); font-size: 12px; font-weight: 900; }
.home-shell-page .search-filter-drawer label { min-height: 40px; display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 8px; color: #294c63; font-size: 11px; font-weight: 720; cursor: pointer; }
.home-shell-page .search-filter-drawer label:hover span { color: var(--ocean); }
.home-shell-page .search-filter-drawer input { width: 17px; height: 17px; margin: 0; accent-color: var(--ocean); }
.home-shell-page .search-filter-drawer label small { color: #7890a0; font-size: 9px; }
.home-shell-page .filter-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; padding-top: 20px; }
.home-shell-page .filter-actions button,
.home-shell-page .filter-actions a { min-height: 46px; display: grid; place-items: center; border-radius: 11px; padding: 0 18px; font-size: 11px; font-weight: 850; text-decoration: none; }
.home-shell-page .filter-actions button { border: 0; color: #fff; background: var(--ocean); cursor: pointer; }
.home-shell-page .filter-actions a { color: var(--ocean); }
.home-shell-page .filter-backdrop { position: fixed; z-index: 3090; inset: 0; background: rgba(3,25,43,.42); }
.home-shell-page .filter-backdrop[hidden] { display: none; }
.home-shell-page.is-filter-open { overflow: hidden; }

.home-shell-page .search-empty-state { min-height: 440px; display: grid; place-items: center; align-content: center; border: 1px solid var(--line); border-radius: 20px; padding: 54px min(8vw,86px); background: #fff; text-align: center; box-shadow: 0 18px 38px rgba(5,53,75,.06); }
.home-shell-page .empty-compass { width: 68px; height: 68px; margin-bottom: 17px; display: grid; place-items: center; border: 1px solid #9fc9df; border-radius: 50%; color: var(--ocean); background: #eef8ff; font-size: 34px; }
.home-shell-page .search-empty-state h2 { max-width: 620px; margin: 0; color: var(--navy); font-size: clamp(25px,3vw,38px); line-height: 1.12; }
.home-shell-page .search-empty-state > p:not(.search-eyebrow) { max-width: 630px; margin: 15px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.home-shell-page .search-empty-state > div:last-child { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.home-shell-page .empty-primary,
.home-shell-page .empty-secondary { min-height: 48px; display: inline-flex; align-items: center; border-radius: 12px; padding: 0 18px; font-size: 11px; font-weight: 850; text-decoration: none; }
.home-shell-page .empty-primary { color: var(--navy); background: var(--sun); box-shadow: 0 5px 0 #e5a700; }
.home-shell-page .empty-secondary { border: 1px solid #9fc4df; color: var(--ocean); background: #fff; }
.home-shell-page .search-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 28px; }
.home-shell-page .search-pagination a { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 850; text-decoration: none; }
.home-shell-page .search-pagination a[aria-current="page"] { border-color: var(--ocean); color: #fff; background: var(--ocean); }
.home-shell-page .search-results-list.is-infinite-enhanced .search-pagination { display: none; }
.home-shell-page .search-infinite-status { min-height: 66px; align-items: center; justify-content: center; gap: 11px; color: #42647a; font-size: 12px; font-weight: 800; text-align: center; }
.home-shell-page .search-infinite-status:not([hidden]) { display: flex; }
.home-shell-page .search-infinite-spinner { width: 22px; height: 22px; flex: 0 0 auto; border: 3px solid #d9eaf5; border-top-color: var(--ocean); border-radius: 50%; animation: search-infinite-spin .75s linear infinite; }
.home-shell-page .search-infinite-status.is-complete .search-infinite-spinner,
.home-shell-page .search-infinite-status.is-error .search-infinite-spinner { display: none; }
.home-shell-page .search-infinite-status.is-complete { color: #17755e; }
.home-shell-page .search-infinite-status.is-error { color: #9d2d25; }
.home-shell-page .search-infinite-sentinel { height: 1px; }
@keyframes search-infinite-spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .home-shell-page .search-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .home-shell-page .search-control-strip { flex-wrap: wrap; }
  .home-shell-page .search-category-rail { order: 2; flex-basis: 100%; }
  .home-shell-page .search-date-panel { width: min(680px, calc(100vw - 30px)); }
  .home-shell-page .search-toolbar { align-items: flex-start; }
  .home-shell-page .search-toolbar-actions { flex-wrap: wrap; justify-content: flex-end; }
  .home-shell-page .filter-grid { grid-template-columns: 1fr; }
  .home-shell-page .search-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 580px) {
  .home-shell-page .search-page-heading { padding: 15px 0; }
  .home-shell-page .search-breadcrumbs { margin-bottom: 10px; }
  .home-shell-page .search-page-heading h1 { font-size: 28px; }
  .home-shell-page .search-results-section { padding-bottom: 54px; }
  .home-shell-page .search-refine-form { padding: 12px 0; }
  .home-shell-page .search-control-strip { display: grid; grid-template-columns: 1fr 1fr auto; gap: 7px; }
  .home-shell-page .search-refine-button { width: 100%; min-width: 0; padding: 0 10px; font-size: 10px; }
  .home-shell-page .search-refine-button span { overflow: hidden; text-overflow: ellipsis; }
  .home-shell-page .search-filter-button { width: 48px; padding: 0; justify-content: center; }
  .home-shell-page .search-filter-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .home-shell-page .search-control-chevron { display: none; }
  .home-shell-page .search-category-rail { grid-column: 1 / -1; margin-right: -15px; }
  .home-shell-page .search-category-rail .category-grid { padding-right: 15px; }
  .home-shell-page .search-category-rail .category--chip { height: 82px; min-height: 82px; min-width: 136px; flex-basis: 136px; }
  .home-shell-page .search-inline-panel { position: absolute; top: calc(100% + 8px); left: 0; }
  .home-shell-page .search-date-panel { width: calc(100vw - 30px); }
  .home-shell-page .search-traveler-panel { width: min(350px, calc(100vw - 30px)); }
  .home-shell-page .search-traveler-control .search-inline-panel { right: -55px; left: auto; }
  .home-shell-page .search-calendar-months { grid-template-columns: 1fr; }
  .home-shell-page .search-calendar-secondary { display: none; }
  .home-shell-page .search-toolbar { display: grid; gap: 10px; padding: 13px; }
  .home-shell-page .search-toolbar small { display: none; }
  .home-shell-page .search-toolbar-actions { width: 100%; justify-content: space-between; }
  .home-shell-page .sort-form { flex: 1; }
  .home-shell-page .sort-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .home-shell-page .sort-form select { width: 100%; min-width: 0; }
  .home-shell-page .search-product-grid { grid-template-columns: 1fr; }
  .home-shell-page .search-filter-drawer { width: 100%; border-radius: 0; }
  .home-shell-page .search-empty-state { min-height: 400px; padding: 38px 22px; }
  .home-shell-page .search-empty-state > div:last-child { display: grid; width: 100%; }
  .home-shell-page .empty-primary, .home-shell-page .empty-secondary { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .home-shell-page .search-filter-drawer,
  .home-shell-page .search-refine-button { transition: none !important; }
  .home-shell-page .search-infinite-spinner { animation: none; }
}
