.az-search-v2 {
  --az-ink: #1a1a1a;
  --az-muted: #6d675e;
  --az-gold: #c9a84c;
  --az-gold-dark: #806018;
  --az-gold-soft: #f5edd8;
  --az-ivory: #f5f3ef;
  --az-paper: #fffdf9;
  --az-line: #ded8cc;
  --az-sea: #314b48;
  padding: clamp(42px, 6vw, 76px) 0;
  color: var(--az-ink);
  background: var(--az-ivory);
}

.az-search-v2 *, .az-search-v2 *::before, .az-search-v2 *::after { box-sizing: border-box; }
.az-search-v2 button, .az-search-v2 input, .az-search-v2 select { font: inherit; }
.az-search-v2 button { cursor: pointer; }
.az-search-v2 button:focus-visible,
.az-search-v2 input:focus-visible,
.az-search-v2 select:focus-visible { outline: 3px solid rgba(201, 168, 76, .55); outline-offset: 2px; }

.az-search-start {
  padding: clamp(24px, 4.5vw, 52px);
  background: var(--az-paper);
  border: 1px solid rgba(201, 168, 76, .45);
  border-top: 4px solid var(--az-gold);
  box-shadow: 0 22px 58px rgba(26, 26, 26, .09);
}

.az-search-heading { max-width: 780px; }
.az-search-heading h2 { max-width: 720px; margin: 8px 0 0; font-size: clamp(2.2rem, 4.8vw, 3.7rem); line-height: 1.05; }
.az-search-heading p { max-width: 680px; margin: 16px 0 0; color: var(--az-muted); font-size: 1.04rem; line-height: 1.65; }

.az-search-step { color: var(--az-gold-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.az-intent-start { margin-top: 28px; padding: 22px; background: #f8f5ed; border: 1px solid var(--az-line); border-left: 4px solid var(--az-gold); }
.az-intent-start__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.az-intent-start__head h3 { margin: 5px 0 0; font-size: clamp(1.45rem, 2.8vw, 2rem); }
.az-intent-start__head p { max-width: 610px; margin: 7px 0 0; color: var(--az-muted); font-size: .82rem; line-height: 1.5; }
.az-filter-howto { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--az-line); }
.az-filter-howto span { display: inline-flex; align-items: center; gap: 7px; color: var(--az-muted); font-size: .72rem; line-height: 1.35; }
.az-filter-howto b { width: 21px; height: 21px; display: inline-grid; flex: 0 0 21px; place-items: center; color: #654b11; background: var(--az-gold-soft); border: 1px solid var(--az-gold); border-radius: 50%; font-size: .68rem; }
.az-intent-panel { margin-top: 20px; }
.az-intent-panel[hidden] { display: none; }
.az-intent-group + .az-intent-group { margin-top: 15px; }
.az-intent-group__label { display: block; margin-bottom: 8px; color: var(--az-muted); font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.az-intent-rhythm { display: flex; align-items: center; gap: 14px; margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--az-line); }
.az-intent-rhythm > span { flex: 0 0 auto; color: var(--az-muted); font-size: .72rem; font-weight: 800; }
.az-all-intents { min-height: 40px; margin-top: 13px; padding: 0; color: var(--az-gold-dark); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: .74rem; font-weight: 800; }
.az-intent-panel + .az-all-intents { margin-left: 14px; }
.az-preference-note { margin: 12px 0 0; padding: 10px 12px; color: #fff; background: var(--az-sea); font-size: .74rem; line-height: 1.45; }
.az-preference-note[hidden] { display: none; }
.az-search-core-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: 27px; }
.az-search-core-heading h3 { margin: 5px 0 0; font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
.az-search-core-heading p { margin: 0; color: var(--az-muted); font-size: .76rem; }
.az-search-core { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 10px; }
.az-search-field { min-width: 0; min-height: 108px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 17px 20px; text-align: left; color: var(--az-ink); background: #fff; border: 1px solid var(--az-line); border-radius: 3px; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.az-search-field:hover { border-color: var(--az-gold); background: #fffaf0; transform: translateY(-1px); }
.az-search-field__label { color: var(--az-gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.az-search-field strong { max-width: 100%; margin-top: 6px; overflow: hidden; font-size: 1.06rem; text-overflow: ellipsis; white-space: nowrap; }
.az-search-field__hint { max-width: 100%; margin-top: 5px; overflow: hidden; color: var(--az-muted); font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }

.az-search-priority { width: 100%; min-width: 0; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 10px; padding: 13px 20px; text-align: left; color: var(--az-ink); background: #fffaf0; border: 1px solid rgba(201,168,76,.7); border-radius: 3px; }
.az-search-priority > span:first-child { min-width: 0; display: flex; flex-direction: column; }
.az-search-priority strong { margin-top: 4px; overflow: hidden; font-size: .98rem; text-overflow: ellipsis; white-space: nowrap; }
.az-search-priority__hint { max-width: 48%; color: var(--az-muted); font-size: .76rem; line-height: 1.4; text-align: right; }
.az-search-priority:hover { background: var(--az-gold-soft); border-color: var(--az-gold); }

.az-search-submit { width: 100%; min-height: 56px; margin-top: 12px; padding: 0 22px; color: var(--az-ink); background: var(--az-gold); border: 1px solid var(--az-gold); border-radius: 2px; font-weight: 850; }
.az-search-submit:hover { background: #d6b85f; }
.az-search-submit[aria-busy="true"] { cursor: progress; opacity: .72; }
.az-search-submit:disabled, .az-sheet-apply:disabled { cursor: not-allowed; opacity: .5; }
.az-search-submit--secondary { display: none; }

.az-search-intents { margin-top: 28px; }
.az-search-intents--ideas { margin-top: 20px; padding-top: 19px; border-top: 1px solid var(--az-line); }
.az-search-intents__label { display: block; margin-bottom: 10px; color: var(--az-muted); font-size: .82rem; font-weight: 750; }
.az-search-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.az-search-chips button { min-height: 46px; display: inline-flex; align-items: center; gap: 7px; padding: 0 15px; color: var(--az-ink); background: var(--az-ivory); border: 1px solid var(--az-line); border-radius: 999px; }
.az-search-chips button:hover,
.az-search-chips button[aria-pressed="true"] { color: #654b11; background: var(--az-gold-soft); border-color: var(--az-gold); }
.az-search-chips button[aria-pressed="true"] { box-shadow: inset 0 0 0 1px var(--az-gold); font-weight: 850; }
.az-search-chips button[aria-pressed="true"]::before { content: "✓"; width: 19px; height: 19px; display: inline-grid; place-items: center; color: #fff; background: var(--az-sea); border-radius: 50%; font-size: .66rem; line-height: 1; }
.az-search-chips .az-brand-choice { min-width: 124px; justify-content: center; padding-inline: 14px; background: #fff; }
.az-brand-choice img { width: auto; max-width: 88px; height: 30px; display: block; object-fit: contain; }

.az-start-selection { margin-top: 13px; padding: 14px 16px; background: #fffaf0; border: 1px solid rgba(201,168,76,.65); border-left: 4px solid var(--az-gold); }
.az-start-selection[hidden] { display: none; }
.az-start-selection__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.az-start-selection__head > span { color: var(--az-gold-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.az-start-selection__head strong { color: var(--az-sea); font-size: .75rem; }
.az-start-selection .az-active-filters { margin-top: 10px; }
.az-start-selection > p { margin: 10px 0 0; color: var(--az-muted); font-size: .7rem; line-height: 1.45; }

.az-next-steps { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: 20px; padding: 15px 16px; background: rgba(49,75,72,.07); border-left: 3px solid var(--az-sea); }
.az-next-steps[hidden] { display: none; }
.az-next-steps__label { display: block; margin-bottom: 8px; color: var(--az-sea); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.az-next-steps__actions { display: flex; flex-wrap: wrap; gap: 7px; }
.az-next-steps__actions button { min-height: 40px; padding: 0 12px; color: var(--az-ink); background: #fff; border: 1px solid var(--az-line); border-radius: 999px; font-size: .74rem; font-weight: 750; }
.az-next-steps__actions button:hover { background: var(--az-gold-soft); border-color: var(--az-gold); }
.az-reset-search, .az-clear-all { min-height: 40px; flex: 0 0 auto; padding: 0; color: var(--az-gold-dark); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 800; }
.az-reset-search[hidden], .az-clear-all[hidden] { display: none; }

.az-search-other-paths { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.az-search-other-paths button { min-height: 44px; padding: 0; color: var(--az-gold-dark); background: transparent; border: 0; border-bottom: 1px solid var(--az-gold); font-weight: 750; }

.az-search-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--az-line); }
.az-search-trust span { position: relative; padding-left: 24px; color: var(--az-muted); font-size: .78rem; line-height: 1.45; }
.az-search-trust span::before { content: "✓"; position: absolute; left: 0; color: var(--az-gold-dark); font-weight: 900; }

.az-search-results { margin-top: clamp(48px, 7vw, 78px); scroll-margin-top: 110px; }
.az-results-workspace { padding: 22px 24px 20px; background: var(--az-paper); border: 1px solid var(--az-line); border-top: 3px solid var(--az-sea); box-shadow: 0 10px 30px rgba(26,26,26,.055); }
.az-results-workspace__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.az-results-workspace__head > div:first-child { min-width: 0; }
.az-results-workspace__head h2 { margin: 6px 0 0; font-size: clamp(1.8rem, 3.8vw, 2.65rem); line-height: 1.1; }
.az-results-workspace__head p { margin: 7px 0 0; color: var(--az-muted); font-size: .82rem; line-height: 1.45; }
.az-refine-search { flex: 0 0 auto; min-height: 50px; display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; align-items: center; column-gap: 9px; padding: 8px 16px; color: #fff; background: var(--az-sea); border: 1px solid var(--az-sea); border-radius: 2px; text-align: left; }
.az-refine-search > span { grid-row: 1 / -1; font-size: 1.35rem; line-height: 1; }
.az-refine-search strong { font-size: .88rem; line-height: 1.1; }
.az-refine-search small { color: rgba(255,255,255,.74); font-size: .66rem; line-height: 1.1; }
.az-refine-search:hover { background: #263f3c; }
.az-results-summary { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
.az-results-summary button { min-width: 0; min-height: 62px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 10px 13px; color: var(--az-ink); background: var(--az-ivory); border: 1px solid transparent; border-radius: 2px; text-align: left; transition: background .16s ease, border-color .16s ease; }
.az-results-summary button:hover { background: #fffaf0; border-color: var(--az-gold); }
.az-results-summary button > span { color: var(--az-gold-dark); font-size: .64rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.az-results-summary button strong { width: 100%; margin-top: 4px; overflow: hidden; font-size: .82rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.az-active-selection { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--az-line); }
.az-active-selection:has(.az-active-filters:empty) { display: none; }
.az-active-selection__label { color: var(--az-muted); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.az-results-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; margin-top: 34px; }
.az-results-head { min-width: 0; }
.az-results-head h2 { margin: 7px 0 0; font-size: clamp(2rem, 4.2vw, 3rem); }
.az-results-head p { margin: 9px 0 0; color: var(--az-muted); }
.az-results-actions { display: flex; align-items: flex-end; gap: 10px; }
.az-filter-button { min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 7px 14px; color: var(--az-ink); background: var(--az-paper); border: 1px solid var(--az-gold); border-radius: 2px; text-align: left; }
.az-filter-button__icon { width: 27px; height: 27px; display: grid; flex: 0 0 27px; place-items: center; color: #fff; background: var(--az-sea); border-radius: 50%; font-size: .7rem; line-height: 1; }
.az-filter-button__copy { display: flex; flex-direction: column; gap: 2px; }
.az-filter-button__copy strong { font-size: .78rem; line-height: 1.1; }
.az-filter-button__copy small { color: var(--az-muted); font-size: .63rem; line-height: 1.1; white-space: nowrap; }
.az-filter-button__copy small span { color: inherit; }
.az-sort { min-width: 220px; display: flex; flex-direction: column; gap: 5px; }
.az-sort span { color: var(--az-muted); font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.az-sort select { width: 100%; min-width: 0; min-height: 48px; padding: 0 12px; color: var(--az-ink); background: #fff; border: 1px solid var(--az-line); border-radius: 2px; }

.az-active-filters { min-width: 0; display: flex; flex-wrap: wrap; gap: 7px; margin: 0; }
.az-active-filters:empty { display: none; }
.az-active-filters button { min-height: 40px; padding: 0 11px; color: #654b11; background: #fff8e8; border: 1px solid #dbc785; border-radius: 999px; font-size: .75rem; }
.az-active-filters button span { margin-left: 4px; font-size: 1rem; }

.az-result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.az-result-grid[aria-busy="true"] { min-height: 260px; }
.az-result-card { min-width: 0; display: flex; flex-direction: column; padding: 22px; background: var(--az-paper); border: 1px solid var(--az-line); border-top: 3px solid var(--az-gold); box-shadow: 0 8px 24px rgba(26,26,26,.055); }
.az-card-visual { position: relative; aspect-ratio: 16 / 9; margin: -22px -22px 18px; overflow: hidden; background: #e9e5dd; }
.az-card-visual[hidden] { display: none; }
.az-card-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.az-card-visual figcaption { position: absolute; right: 6px; bottom: 6px; max-width: calc(100% - 12px); padding: 3px 5px; color: #fff; background: rgba(18,18,18,.72); font-size: .52rem; line-height: 1.25; }
.az-card-brand { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.az-card-brand img { display: block; max-width: 116px; max-height: 26px; object-fit: contain; object-position: left center; }
.az-card-brand img[data-line="hapag-lloyd-cruises"] { max-width: 106px; }
.az-card-brand img[data-line="explora-journeys"] { width: 48px; max-width: 48px; max-height: 48px; }
.az-card-brand img[data-line="msc-cruises"] { width: 98px; max-width: 98px; max-height: 42px; }
.az-card-brand-fallback { color: var(--az-muted); font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.az-event-badge { padding: 4px 7px; color: #654b11; background: var(--az-gold-soft); border-radius: 999px; font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.az-result-card h3 { margin: 16px 0 12px; color: var(--az-ink); font-size: 1.95rem; line-height: 1.08; letter-spacing: -.02em; }
.az-card-decision { min-width: 0; display: flex; align-items: stretch; justify-content: space-between; gap: 10px; margin: 0 0 18px; padding: 12px 13px; background: #f7f2e5; border-left: 3px solid var(--az-gold); }
.az-card-decision > div { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.az-card-decision > div > span { color: var(--az-muted); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.az-card-decision strong { margin-top: 3px; color: var(--az-ink); font-size: 1.02rem; line-height: 1.25; }
.az-card-nights { flex: 0 0 auto; min-width: 84px; display: grid; place-items: center; padding: 8px 10px; color: #332606; background: var(--az-gold); font-size: .92rem; font-weight: 900; text-align: center; }
.az-card-route { margin: 0; font-family: var(--font-display, Georgia, serif); font-size: 1.08rem; line-height: 1.42; }
.az-card-itinerary { margin: 9px 0 0; overflow: hidden; color: var(--az-muted); font-size: .78rem; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.az-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 17px 0 0; }
.az-card-tags span { padding: 5px 8px; color: #5b554d; background: var(--az-ivory); border-radius: 999px; font-size: .66rem; }
.az-card-copy { margin: 15px 0 20px; color: var(--az-muted); font-size: .82rem; line-height: 1.52; }
.az-card-action { display: grid; gap: 8px; margin-top: auto; }
.az-card-cta { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; color: #654b11; background: transparent; border: 1px solid var(--az-gold); border-radius: 2px; text-decoration: none; font-weight: 850; text-align: center; }
.az-card-cta:hover { background: var(--az-gold-soft); }
.az-card-next-step { margin: 0; color: var(--az-muted); font-size: .72rem; line-height: 1.45; text-align: center; }
.az-card-unavailable { margin-top: auto; color: var(--az-muted); font-size: .75rem; }

.az-skeleton { min-height: 390px; background: linear-gradient(100deg, #eeeae1 30%, #faf8f3 50%, #eeeae1 70%); background-size: 220% 100%; animation: az-shimmer 1.2s ease infinite; border: 1px solid var(--az-line); }
@keyframes az-shimmer { to { background-position-x: -220%; } }
.az-empty { margin-top: 24px; padding: 36px; text-align: center; background: var(--az-paper); border: 1px solid var(--az-line); }
.az-empty h3 { margin: 0; font-size: 1.75rem; }
.az-empty button, .az-more-results { min-height: 48px; margin-top: 12px; padding: 0 18px; color: #fff; background: var(--az-ink); border: 1px solid var(--az-ink); border-radius: 2px; font-weight: 800; }
.az-relax-options { max-width: 620px; display: grid; gap: 8px; margin: 18px auto 0; }
.az-relax-options:empty { display: none; }
.az-relax-options button { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0; padding: 10px 14px; color: var(--az-ink); background: #fff; border: 1px solid var(--az-gold); text-align: left; }
.az-relax-options button:hover { background: var(--az-gold-soft); }
.az-relax-options button strong { font-size: .78rem; }
.az-relax-options button span { flex: 0 0 auto; color: var(--az-sea); font-size: .72rem; font-weight: 850; }
.az-more-results { display: block; margin: 26px auto 0; }

.az-search-sheet { position: fixed; z-index: 10000; inset: 0; }
.az-sheet-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(14, 18, 17, .62); border: 0; }
.az-sheet-panel { position: absolute; top: 0; right: 0; width: min(680px, 100%); height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; background: var(--az-paper); box-shadow: -18px 0 50px rgba(0,0,0,.2); }
.az-search-v2 .az-sheet-header { position: static; z-index: auto; top: auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 24px clamp(20px, 5vw, 38px); color: var(--az-ink); background: #fffdf9 !important; border-bottom: 1px solid var(--az-line); transition: none; }
.az-sheet-header h2 { margin: 6px 0 0; color: var(--az-ink); font-size: clamp(1.8rem, 4vw, 2.4rem); }
.az-sheet-header p { margin: 8px 0 0; color: var(--az-muted); font-size: .85rem; }
.az-sheet-close { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--az-ink); background: var(--az-ivory); border: 1px solid var(--az-line); border-radius: 50%; font-size: 1.8rem; line-height: 1; }
.az-sheet-content { min-width: 0; overflow-y: auto; overscroll-behavior: contain; padding: 26px clamp(20px, 5vw, 38px) 36px; }
.az-sheet-footer { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; padding: 14px clamp(16px, 4vw, 28px) max(14px, env(safe-area-inset-bottom)); background: var(--az-paper); border-top: 1px solid var(--az-line); box-shadow: 0 -10px 26px rgba(26,26,26,.06); }
.az-sheet-reset { min-height: 52px; padding: 0 14px; color: var(--az-gold-dark); background: transparent; border: 0; font-weight: 750; }
.az-sheet-apply { min-width: 0; min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 7px 18px; color: var(--az-ink); background: var(--az-gold); border: 1px solid var(--az-gold); border-radius: 2px; font-weight: 850; }
.az-sheet-apply strong { font-size: .8rem; }
.az-sheet-apply small { font-size: .65rem; font-weight: 750; }

.az-more-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; position: sticky; z-index: 2; top: -26px; margin: -26px 0 24px; padding: 18px 0 12px; background: var(--az-paper); border-bottom: 1px solid var(--az-line); }
.az-more-tabs button { min-width: 0; min-height: 48px; padding: 7px 8px; color: var(--az-muted); background: var(--az-ivory); border: 1px solid var(--az-line); border-radius: 2px; font-size: .7rem; font-weight: 800; line-height: 1.2; }
.az-more-tabs button[aria-selected="true"] { color: #654b11; background: var(--az-gold-soft); border-color: var(--az-gold); }
.az-filter-logic { display: flex; flex-direction: column; gap: 4px; margin: -9px 0 24px; padding: 12px 14px; color: #fff; background: var(--az-sea); }
.az-filter-logic strong { font-size: .76rem; }
.az-filter-logic span { color: rgba(255,255,255,.84); font-size: .7rem; line-height: 1.45; }
.az-confirmed-note { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px; color: #fff; background: var(--az-sea); }
.az-confirmed-note strong { font-size: .82rem; }
.az-confirmed-note span { color: rgba(255,255,255,.82); font-size: .75rem; line-height: 1.45; }
.az-confirmed-note--scope { margin: 24px 0 0; }
.az-port-search { display: flex; flex-direction: column; gap: 6px; }
.az-port-search span { color: #4e493f; font-size: .76rem; font-weight: 750; }
.az-port-search input { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; min-height: 50px; padding: 0 12px; color: var(--az-ink); background: #fff; border: 1px solid var(--az-line); border-radius: 2px; }
.az-port-hint { margin: 8px 0 0 !important; color: var(--az-muted); font-size: .72rem !important; }
.az-port-options { max-height: 310px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 10px; overflow-y: auto; padding-right: 3px; }
.az-port-options .az-option[hidden] { display: none; }
.az-port-empty { grid-column: 1 / -1; margin: 0 !important; padding: 14px; color: var(--az-muted); background: var(--az-ivory); border: 1px solid var(--az-line); font-size: .78rem !important; }

.az-sheet-section + .az-sheet-section { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--az-line); }
.az-sheet-section h3 { margin: 0 0 7px; font-size: 1.28rem; }
.az-sheet-section > p { margin: 0 0 14px; color: var(--az-muted); font-size: .82rem; line-height: 1.5; }
.az-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.az-option { position: relative; min-width: 0; }
.az-option input { position: absolute; opacity: 0; pointer-events: none; }
.az-option span { min-height: 52px; display: flex; align-items: center; justify-content: flex-start; gap: 9px; padding: 11px 13px; color: var(--az-ink); background: #fff; border: 1px solid var(--az-line); border-radius: 2px; }
.az-option span::before { content: ""; width: 20px; height: 20px; display: inline-grid; flex: 0 0 20px; place-items: center; color: #fff; background: #fff; border: 1px solid #bcb5a8; border-radius: 3px; font-size: .7rem; font-weight: 900; }
.az-option input[data-state-single] + span::before { border-radius: 50%; }
.az-option small { margin-left: auto; color: var(--az-muted); font-size: .7rem; white-space: nowrap; }
.az-option input:checked + span { color: #654b11; background: var(--az-gold-soft); border-color: var(--az-gold); box-shadow: inset 0 0 0 1px var(--az-gold); }
.az-option input:checked + span::before { content: "✓"; background: var(--az-sea); border-color: var(--az-sea); }
.az-option input:focus-visible + span { outline: 3px solid rgba(201,168,76,.55); outline-offset: 2px; }
.az-sheet-section > .az-selection-rule { display: inline-flex; margin: -4px 0 12px; padding: 5px 8px; color: var(--az-sea); background: rgba(49,75,72,.08); border-radius: 2px; font-size: .68rem; font-weight: 800; line-height: 1.3; }

.az-period-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-bottom: 22px; }
.az-period-tabs button { min-height: 46px; padding: 0 8px; color: var(--az-ink); background: var(--az-ivory); border: 1px solid var(--az-line); border-radius: 2px; font-size: .78rem; font-weight: 750; }
.az-period-tabs button[aria-selected="true"] { color: #654b11; background: var(--az-gold-soft); border-color: var(--az-gold); }
.az-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.az-form-field { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.az-form-field > span { color: #4e493f; font-size: .78rem; font-weight: 750; }
.az-form-field input, .az-form-field select { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; min-height: 50px; padding: 0 12px; color: var(--az-ink); background: #fff; border: 1px solid var(--az-line); border-radius: 2px; }
.az-form-field--wide { grid-column: 1 / -1; }
.az-check-row { min-height: 48px; display: flex; align-items: center; gap: 10px; margin-top: 12px; color: var(--az-muted); font-size: .8rem; }
.az-check-row input { width: 20px; height: 20px; accent-color: var(--az-gold-dark); }
.az-operator-hint { margin-top: 14px !important; padding: 11px 12px; color: var(--az-sea) !important; background: rgba(49,75,72,.08); border-left: 3px solid var(--az-sea); }
.az-wish-input { width: 100%; min-height: 112px; resize: vertical; padding: 14px; color: var(--az-ink); background: #fff; border: 1px solid var(--az-line); border-radius: 2px; font: inherit; line-height: 1.5; }
.az-understood { margin-top: 16px; padding: 15px; color: #fff; background: var(--az-sea); }
.az-understood strong { display: block; margin-bottom: 8px; }
.az-understood div { display: flex; flex-wrap: wrap; gap: 6px; }
.az-understood span { padding: 5px 8px; color: var(--az-ink); background: var(--az-gold-soft); border-radius: 999px; font-size: .7rem; }
.az-loading-copy { min-height: 180px; display: grid; place-items: center; color: var(--az-muted); text-align: center; }
.az-loading-copy::before { content: ""; width: 28px; height: 28px; margin: 0 auto 12px; border: 2px solid var(--az-line); border-top-color: var(--az-gold); border-radius: 50%; animation: az-spin .8s linear infinite; }
@keyframes az-spin { to { transform: rotate(360deg); } }

body.az-search-sheet-open { overflow: hidden; }

@media (max-width: 900px) {
  .az-search-core { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .az-results-workspace__head { align-items: stretch; flex-direction: column; }
  .az-result-grid { grid-template-columns: 1fr; }
  .az-search-field { min-height: 86px; }
  .az-search-trust { grid-template-columns: 1fr; }
  .az-results-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .az-results-intro { grid-template-columns: 1fr; align-items: stretch; }
  .az-results-actions { justify-content: space-between; }
}

@media (max-width: 620px) {
  body.cruise-search-v2-page > header .nav { min-height: 76px; padding-top: 10px; padding-bottom: 10px; }
  body.cruise-search-v2-page > header .logo img { width: 74px; height: auto; }
  body.cruise-search-v2-page .cruise-nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; font-size: .72rem; }
  .az-search-v2 { padding: 22px 0 46px; }
  .az-search-start { padding: 20px 16px; border-left: 0; border-right: 0; box-shadow: none; }
  .az-search-heading h2 { max-width: 420px; font-size: clamp(1.85rem, 8.7vw, 2.45rem); }
  .az-search-heading p { margin-top: 10px; font-size: .88rem; line-height: 1.5; }
  .az-intent-start { margin-top: 20px; padding: 16px 14px; }
  .az-intent-start__head { align-items: stretch; flex-direction: column; gap: 14px; }
  .az-intent-start__head h3 { font-size: 1.45rem; }
  .az-filter-howto { display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: 13px; padding-top: 12px; }
  .az-intent-panel { margin-top: 14px; }
  .az-intent-group + .az-intent-group { margin-top: 13px; }
  .az-intent-group__label { margin-bottom: 7px; font-size: .67rem; }
  .az-intent-rhythm { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 10px; padding-top: 10px; }
  .az-intent-panel + .az-all-intents { margin-left: 8px; }
  .az-search-core-heading { align-items: flex-start; flex-direction: column; gap: 3px; margin-top: 22px; }
  .az-search-core { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 18px; }
  .az-search-field { min-height: 68px; padding: 10px 12px; }
  .az-search-field strong { margin-top: 4px; font-size: .86rem; }
  .az-search-field__hint { display: none; }
  .az-search-priority { align-items: flex-start; flex-direction: column; gap: 3px; min-height: 64px; margin-top: 7px; padding: 10px 12px; }
  .az-search-priority strong { margin-top: 2px; font-size: .86rem; }
  .az-search-priority__hint { max-width: 100%; overflow: hidden; font-size: .68rem; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
  .az-search-submit { min-height: 52px; margin-top: 9px; }
  .az-start-selection { padding: 12px; }
  .az-start-selection__head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .az-search-intents { margin-top: 19px; }
  .az-search-intents--ideas { margin-top: 14px; padding-top: 14px; }
  .az-search-intents__label { margin-bottom: 8px; }
  .az-search-chips { flex-wrap: nowrap; gap: 7px; margin-right: -16px; overflow-x: auto; padding: 2px 16px 5px 0; scroll-padding-inline: 12px; scroll-snap-type: inline proximity; scrollbar-width: none; }
  .az-search-chips::-webkit-scrollbar { display: none; }
  .az-search-chips button { min-height: 40px; flex: 0 0 auto; padding: 0 12px; font-size: .75rem; scroll-snap-align: start; }
  .az-search-chips--intent { flex-wrap: wrap; margin-right: 0; overflow: visible; padding: 0; scroll-snap-type: none; }
  .az-search-chips--intent button { flex: 0 1 auto; }
  .az-search-chips--intent .az-brand-choice { min-width: 104px; flex: 1 1 104px; }
  .az-brand-choice img { max-width: 78px; height: 27px; }
  .az-next-steps { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 15px; padding: 13px 12px; }
  .az-next-steps__actions { flex-wrap: nowrap; margin-right: -12px; overflow-x: auto; padding: 1px 12px 3px 0; scrollbar-width: none; }
  .az-next-steps__actions::-webkit-scrollbar { display: none; }
  .az-next-steps__actions button { flex: 0 0 auto; min-height: 38px; }
  .az-reset-search { align-self: flex-start; min-height: 34px; }
  .az-search-other-paths { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: 14px; overflow: visible; padding-bottom: 0; }
  .az-search-other-paths button { max-width: 100%; min-height: 36px; flex: 0 0 auto; font-size: .72rem; text-align: left; white-space: normal; }
  .az-search-trust { grid-template-columns: repeat(3, minmax(205px, 1fr)); gap: 10px; margin: 18px -16px 0 0; overflow-x: auto; padding: 14px 16px 2px 0; scrollbar-width: none; }
  .az-search-trust::-webkit-scrollbar { display: none; }
  .az-search-trust span { font-size: .7rem; }
  .az-search-results { margin-top: 34px; scroll-margin-top: 88px; }
  .az-results-workspace { padding: 17px 16px 15px; border-right: 0; border-left: 0; box-shadow: none; }
  .az-results-workspace__head { align-items: stretch; gap: 12px; }
  .az-results-workspace__head h2 { font-size: 1.8rem; }
  .az-results-workspace__head p { margin-top: 5px; font-size: .72rem; }
  .az-refine-search { min-height: 44px; grid-template-columns: auto; grid-template-rows: auto; padding: 7px 11px; text-align: center; }
  .az-refine-search > span, .az-refine-search small { display: none; }
  .az-refine-search strong { font-size: .75rem; white-space: nowrap; }
  .az-results-summary { display: flex; gap: 7px; margin: 14px -16px 0 0; overflow-x: auto; padding: 1px 16px 5px 0; scroll-padding-inline: 12px; scroll-snap-type: inline proximity; scrollbar-width: none; }
  .az-results-summary::-webkit-scrollbar { display: none; }
  .az-results-summary button { min-height: 56px; flex: 0 0 min(58vw, 205px); padding: 8px 11px; scroll-snap-align: start; }
  .az-results-summary button strong { font-size: .77rem; }
  .az-active-selection { grid-template-columns: 1fr; gap: 7px; margin-top: 10px; padding-top: 11px; }
  .az-clear-all { justify-self: start; min-height: 34px; }
  .az-active-filters { flex-wrap: nowrap; margin-right: -16px; overflow-x: auto; padding: 1px 16px 3px 0; scrollbar-width: none; }
  .az-active-filters::-webkit-scrollbar { display: none; }
  .az-active-filters button { flex: 0 0 auto; min-height: 36px; }
  .az-results-intro { display: contents; }
  .az-results-head { margin-top: 29px; }
  .az-results-head h2 { font-size: 2rem; }
  .az-results-actions { position: sticky; z-index: 20; top: 84px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: stretch; gap: 7px; margin: 0 -8px; padding: 7px; background: rgba(255,253,249,.96); border: 1px solid var(--az-line); box-shadow: 0 8px 24px rgba(26,26,26,.13); backdrop-filter: blur(12px); }
  .az-filter-button { min-width: 0; min-height: 50px; justify-content: center; padding: 6px 9px; }
  .az-filter-button__icon { display: none; }
  .az-filter-button__copy { min-width: 0; text-align: center; }
  .az-filter-button__copy strong { font-size: .76rem; }
  .az-filter-button__copy small { overflow: hidden; font-size: .58rem; text-overflow: ellipsis; }
  .az-sort { min-width: 0; display: block; }
  .az-sort > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .az-sort select { min-height: 50px; padding: 0 8px; font-size: .7rem; }
  .az-result-grid { gap: 13px; }
  .az-result-card { padding: 19px; }
  .az-card-visual { margin: -19px -19px 16px; }
  .az-result-card h3 { font-size: 1.78rem; }
  .az-card-decision strong { font-size: 1rem; }
  .az-card-nights { min-width: 78px; font-size: .86rem; }
  .az-sheet-panel { top: auto; bottom: 0; width: 100%; height: min(92dvh, 780px); border-radius: 14px 14px 0 0; }
  .az-search-v2 .az-sheet-header { padding: 19px 18px 15px; }
  .az-sheet-header h2 { font-size: 1.75rem; }
  .az-sheet-content { padding: 20px 18px 30px; }
  .az-sheet-footer { grid-template-columns: 1fr; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); }
  .az-sheet-reset { order: 2; min-height: 44px; }
  .az-sheet-apply { order: 1; }
  .az-option-grid, .az-form-grid, .az-port-options { grid-template-columns: 1fr; }
  .az-form-field--wide { grid-column: auto; }
  .az-period-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .az-more-tabs { display: flex; grid-template-columns: none; gap: 6px; top: -20px; margin: -20px -18px 24px; overflow-x: auto; padding: 12px 18px 11px; scroll-padding-inline: 18px; scroll-snap-type: inline proximity; scrollbar-width: none; }
  .az-more-tabs::-webkit-scrollbar { display: none; }
  .az-more-tabs button { min-width: 106px; flex: 0 0 auto; scroll-snap-align: start; }
}

@media (prefers-reduced-motion: reduce) {
  .az-search-v2 *, .az-search-v2 *::before, .az-search-v2 *::after { animation-duration: .01ms !important; transition: none !important; }
}
