.breadcrumbs {
  min-width: 0;
  overflow-x: auto;
  color: var(--muted);
  font-size: 0.8rem;
  scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: max-content;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.breadcrumbs li + li::before {
  content: ">";
  color: var(--text-subtle);
  font-size: 0.72rem;
}

.breadcrumbs a {
  color: var(--sea-dark);
  font-weight: 750;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs [aria-current="page"] {
  color: var(--ink);
  font-weight: 750;
}

.breadcrumb-container {
  padding-top: 0.7rem;
  padding-bottom: 0.25rem;
}

.search-page-hero {
  padding: 0.65rem 0 0.8rem;
}

.search-page-hero .breadcrumbs {
  margin-bottom: 0.55rem;
}

.filter-expand-label {
  display: none;
}

@media (max-width: 1199.98px) {
  .filter-accordion > summary {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
  }

  .filter-expand-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 0.45rem;
    border-radius: var(--radius-pill);
    color: var(--sea-dark);
    background: var(--surface-sea-muted);
    font-size: 0.76rem;
    font-weight: var(--font-weight-heavy);
  }

  .filter-expand-label::before {
    content: attr(data-show-label);
  }

  .filter-accordion[open] > summary .filter-expand-label::before {
    content: attr(data-hide-label);
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: clip;
  font-size: var(--font-scale-desktop);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--surface-section);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}

@media (max-width: 767.98px) {
  html {
    font-size: var(--font-scale-mobile);
  }
}

/* File-authored travel guides */
.guide-index-hero,
.guide-hero {
  background: var(--surface-tint-soft);
  border-bottom: 1px solid var(--line-soft);
}

.guide-index-hero__inner {
  max-width: 760px;
  padding-block: clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.guide-index-hero h1,
.guide-hero h1 {
  margin: 0.25rem 0 0.7rem;
  color: var(--ink-deep);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: -0.035em;
}

.guide-index-hero p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.guide-index-section {
  padding-block: clamp(1.5rem, 4vw, 3rem);
}

.guide-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 420px));
  gap: 1.15rem;
  justify-content: center;
}

.guide-index-card {
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: 0 8px 24px var(--shadow-ink-06);
}

.guide-index-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--surface-neutral);
}

.guide-index-card__image img,
.guide-hero__media img,
.guide-editorial-image img,
.guide-destination-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-index-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  padding: 1rem;
}

.guide-index-card__date,
.guide-updated,
.guide-live-note,
.guide-source-note {
  color: var(--muted);
  font-size: 0.82rem;
}

.guide-index-card h2 {
  margin: 0.25rem 0 0.45rem;
  font-size: 1.18rem;
  line-height: 1.3;
}

.guide-index-card h2 a,
.guide-destination-card h3 a {
  color: var(--ink-deep);
  text-decoration: none;
}

.guide-index-card__body > p:not(.guide-index-card__date) {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 0.9rem;
  color: var(--muted);
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.guide-index-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  color: var(--sea-dark);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
}

.guide-index-card__link svg {
  width: 1rem;
  height: 1rem;
}

.guide-draft-banner,
.guide-archive-banner {
  padding: 0.65rem 1rem;
  background: var(--warning-surface);
  color: var(--warning-text);
  text-align: center;
  font-weight: var(--font-weight-semibold);
}

.guide-hero__inner {
  max-width: 920px;
  padding-block: clamp(1rem, 2.5vw, 1.6rem);
}

.guide-hero__copy {
  max-width: 680px;
}

.guide-hero__copy .breadcrumbs {
  margin-bottom: 0.55rem;
}

.guide-hero__summary {
  max-width: 620px;
  margin: 0;
  color: var(--ink-blue);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.5;
}

.guide-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.guide-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.guide-hero__meta svg {
  width: 0.95rem;
  height: 0.95rem;
}

.guide-hero__cta {
  margin-top: 0.85rem;
}

.guide-updated {
  margin: 1rem 0 0;
}

.guide-hero__media {
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-large);
  background: var(--surface-neutral);
  box-shadow: 0 12px 28px var(--shadow-ink-10);
}

.guide-hero__media img {
  aspect-ratio: 16 / 9;
}

.guide-hero__media figcaption,
.guide-editorial-image figcaption {
  padding: 0.55rem 0.75rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.guide-body {
  padding-block: clamp(1rem, 3vw, 2.25rem);
}

.guide-top-controls {
  position: relative;
  z-index: 2;
}

.guide-top-controls .guide-controls {
  margin: 1rem 0 0;
}

.guide-prose {
  width: min(100%, 760px);
  margin-inline: auto;
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.72;
}

.guide-prose + .guide-prose {
  margin-top: 0.85rem;
}

.guide-prose h2,
.guide-prose h3,
.guide-prose h4 {
  color: var(--ink-deep);
  line-height: 1.25;
  scroll-margin-top: 5rem;
}

.guide-prose h2 {
  margin: 2rem 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
}

.guide-prose h3 {
  margin: 1.45rem 0 0.5rem;
  font-size: 1.25rem;
}

.guide-prose h4 {
  margin: 1.2rem 0 0.4rem;
  font-size: 1.08rem;
}

.guide-prose p,
.guide-prose ul,
.guide-prose ol,
.guide-prose blockquote,
.guide-prose table {
  margin: 0 0 1rem;
}

.guide-prose a,
.guide-block-footer a,
.guide-live-note a,
.guide-empty a,
.guide-weather a {
  color: var(--sea-dark);
  text-underline-offset: 0.16em;
}

.guide-prose blockquote {
  padding: 0.65rem 1rem;
  border-left: 4px solid var(--sea);
  background: var(--surface-brand-pale);
}

.guide-prose table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}

.guide-prose th,
.guide-prose td {
  padding: 0.65rem;
  border: 1px solid var(--line);
  text-align: left;
}

.guide-wide {
  width: 100%;
  margin-block: 1rem 1.5rem;
}

.guide-controls,
.guide-live-state,
.guide-weather,
.guide-empty {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-large);
  background: var(--surface-near-white);
}

.guide-controls {
  padding: 1rem;
  border-color: var(--line);
  border-radius: var(--radius-medium);
  background: var(--overlay-paper-96);
  box-shadow: var(--shadow);
}

.guide-controls__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.75rem;
}

.guide-controls__primary-fields,
.guide-controls__more-fields {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.65rem;
}

.guide-controls__child-ages {
  display: contents;
}

.guide-controls__child-ages.is-empty {
  display: none;
}

.guide-controls label {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.guide-controls select,
.guide-controls input {
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
}

.guide-controls .primary-button {
  min-height: 44px;
  white-space: nowrap;
}

.guide-controls__actions {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

.guide-controls__actions .primary-button,
.guide-controls__actions .secondary-button {
  min-height: 44px;
  white-space: nowrap;
}

.guide-controls__status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.guide-controls__more {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line-soft);
  padding-top: 0.65rem;
}

.guide-controls__more summary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--sea-dark);
  cursor: pointer;
  font-weight: var(--font-weight-semibold);
}

.guide-controls__more summary svg {
  width: 1rem;
  height: 1rem;
}

.guide-controls__more-fields {
  margin-top: 0.65rem;
}

.guide-assumptions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  grid-column: 1 / -1;
}

.guide-assumptions span {
  padding: 0.3rem 0.55rem;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-blue);
  font-size: 0.75rem;
  line-height: 1.25;
}

.guide-assumptions--small span {
  padding: 0.24rem 0.45rem;
  font-size: 0.69rem;
}

.guide-live-state {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem;
  color: var(--muted);
}

.guide-live-state p {
  margin: 0;
}

.guide-live-state svg {
  flex: 0 0 auto;
  width: 1.2rem;
}

.guide-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.guide-destination-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: 0 6px 18px var(--shadow-ink-06);
}

.guide-destination-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 8 / 5;
  background: var(--surface-neutral);
}

.guide-destination-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.9rem;
}

.guide-destination-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.guide-destination-card__location,
.guide-destination-card__fit,
.guide-destination-card__price {
  margin: 0;
}

.guide-destination-card__location {
  color: var(--muted);
  font-size: 0.82rem;
}

.guide-destination-card__fit {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  color: var(--ink-blue);
  font-size: 0.82rem;
  line-height: 1.45;
}

.guide-destination-card__fit svg {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  color: var(--sea);
}

.guide-destination-card__price {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.78rem;
}

.guide-destination-card__price strong {
  display: block;
  color: var(--ink-deep);
  font-size: 1.15rem;
}

.guide-destination-card .secondary-button {
  width: 100%;
  min-height: 42px;
}

.guide-block-footer,
.guide-live-note {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin: 0.75rem 0 0;
}

.guide-deal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.guide-deal-grid .deal-card {
  margin: 0;
}

.guide-deal-grid--carousel {
  overflow-x: auto;
  grid-auto-columns: minmax(560px, calc((100% - 1rem) / 2));
  grid-auto-flow: column;
  grid-template-columns: none;
  padding: 0.1rem 0 0.45rem;
  scroll-snap-type: x proximity;
}

.guide-deal-grid--carousel > * {
  scroll-snap-align: start;
}

.guide-weather {
  overflow: hidden;
  background: var(--paper);
}

.guide-weather__scroll {
  overflow-x: auto;
}

.guide-weather table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
}

.guide-weather th,
.guide-weather td {
  padding: 0.8rem;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
  white-space: nowrap;
}

.guide-weather thead th {
  background: var(--surface-tint);
  color: var(--ink-blue);
  font-size: 0.78rem;
}

.guide-weather th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: var(--paper);
  box-shadow: 1px 0 0 var(--line-soft);
}

.guide-weather thead th:first-child {
  z-index: 2;
  background: var(--surface-tint);
}

.guide-source-note {
  margin: 0;
  padding: 0.65rem 0.8rem;
  background: var(--surface-soft);
}

.guide-editorial-image {
  overflow: hidden;
  width: min(100%, 760px);
  margin: 1rem auto 1.5rem;
  border-radius: var(--radius-large);
  background: var(--surface-neutral);
}

.guide-editorial-image.guide-wide {
  width: 100%;
}

.guide-editorial-image img {
  height: auto;
}

.guide-related {
  padding-top: 0.25rem;
}

.guide-empty {
  padding: 1rem;
  color: var(--muted);
}

.guide-empty p {
  margin: 0 0 0.35rem;
}

.guide-deal-summary {
  margin-top: 0.6rem;
}

.guide-summary-no-price,
.guide-zero-recovery {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-large);
  background: var(--surface-near-white);
}

.guide-summary-no-price {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem;
}

.guide-summary-no-price svg {
  flex: 0 0 auto;
  width: 1.2rem;
  color: var(--sea-dark);
}

.guide-summary-no-price p,
.guide-zero-recovery p {
  margin: 0.2rem 0 0;
  color: var(--muted);
}

.guide-deal-summary > .guide-assumptions {
  margin-top: 0.55rem;
}

.guide-compact-deal {
  display: grid;
  overflow: hidden;
  grid-template-columns: 180px minmax(0, 1fr);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: 0 6px 18px var(--shadow-ink-06);
}

.guide-compact-deal__image {
  min-height: 190px;
  background: var(--surface-neutral);
}

.guide-compact-deal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-compact-deal__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 0.9rem;
}

.guide-compact-deal__location,
.guide-compact-deal h3,
.guide-compact-deal__facts {
  margin: 0;
}

.guide-compact-deal__location {
  color: var(--muted);
  font-size: 0.76rem;
}

.guide-compact-deal h3 {
  margin-top: 0.15rem;
  font-size: 1.05rem;
}

.guide-compact-deal h3 a {
  color: var(--ink-deep);
  text-decoration: none;
}

.guide-compact-deal__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.8rem;
  padding: 0.65rem 0 0;
  color: var(--ink-blue);
  font-size: 0.78rem;
  list-style: none;
}

.guide-compact-deal__facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.guide-compact-deal__facts svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--sea-dark);
}

.guide-compact-deal__price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  min-width: 168px;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: right;
}

.guide-compact-deal__price > strong {
  color: var(--ink-deep);
  font-size: 1.35rem;
}

.guide-compact-deal__actions {
  display: flex;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.55rem;
}

.guide-location-list {
  display: grid;
  overflow-x: auto;
  grid-auto-columns: minmax(280px, calc((100% - 1.8rem) / 3));
  grid-auto-flow: column;
  gap: 0.9rem;
  padding: 0.1rem 0 0.45rem;
  scroll-snap-type: x proximity;
}

.guide-priced-location-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: 0 6px 18px var(--shadow-ink-06);
  scroll-snap-align: start;
}

.guide-priced-location-card__image {
  overflow: hidden;
  aspect-ratio: 8 / 5;
  background: var(--surface-neutral);
}

.guide-priced-location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-priced-location-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.8rem;
}

.guide-priced-location-card h3,
.guide-priced-location-card p {
  margin: 0;
}

.guide-priced-location-card h3 {
  font-size: 1.05rem;
}

.guide-priced-location-card h3 a {
  color: var(--ink-deep);
  text-decoration: none;
}

.guide-priced-location-card__location,
.guide-priced-location-card__meta {
  color: var(--muted);
  font-size: 0.73rem;
}

.guide-priced-location-card__temperature {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--ink-blue);
  font-size: 0.76rem;
  font-weight: var(--font-weight-semibold);
}

.guide-priced-location-card__temperature svg {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--sea-dark);
}

.guide-priced-location-card__fit {
  color: var(--ink-blue);
  font-size: 0.8rem;
  line-height: 1.4;
}

.guide-priced-location-card__price,
.guide-priced-location-card__no-price {
  display: grid;
  color: var(--muted);
  font-size: 0.73rem;
}

.guide-priced-location-card__price strong {
  color: var(--ink-deep);
  font-size: 1.25rem;
}

.guide-priced-location-card__no-price {
  padding: 0.55rem;
  border-radius: var(--radius-small);
  background: var(--surface-soft);
}

.guide-priced-location-card__no-price strong {
  color: var(--ink-deep);
}

.guide-priced-location-card__recovery {
  display: grid;
  gap: 0.25rem;
  font-size: 0.73rem;
}

.guide-priced-location-card__recovery a {
  color: var(--sea-dark);
}

.guide-carousel-hint {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.73rem;
}

.guide-carousel-hint svg {
  width: 1rem;
  height: 1rem;
}

.site-carousel-controls {
  justify-content: flex-end;
  margin-bottom: 0.55rem;
}

@media (max-width: 1199.98px) {
  .site-carousel-controls {
    display: none !important;
  }
}

.guide-zero-recovery {
  padding: 0.9rem;
}

.guide-zero-recovery__heading {
  display: flex;
  gap: 0.65rem;
}

.guide-zero-recovery__heading svg {
  flex: 0 0 auto;
  width: 1.2rem;
  color: var(--sea-dark);
}

.guide-zero-recovery .guide-assumptions {
  margin-top: 0.7rem;
}

.guide-zero-recovery__checked {
  font-size: 0.76rem;
}

.guide-zero-recovery__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

@media (max-width: 991.98px) {
  .guide-index-grid,
  .guide-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-controls__form {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media (max-width: 767.98px) {
  .guide-index-hero__inner {
    padding-block: 1.7rem;
    text-align: left;
  }

  .guide-index-grid {
    grid-template-columns: 1fr;
  }

  .guide-index-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .guide-index-card__image {
    height: 100%;
    aspect-ratio: auto;
  }

  .guide-index-card__body {
    min-height: 0;
    padding: 0.85rem;
  }

  .guide-index-card h2 {
    font-size: 1rem;
  }

  .guide-index-card__body > p:not(.guide-index-card__date) {
    -webkit-line-clamp: 2;
    font-size: 0.82rem;
  }

  .guide-hero__inner {
    padding-block: 0.8rem 1rem;
  }

  .guide-hero__copy {
    order: 1;
  }

  .guide-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2.1rem);
    line-height: 1.1;
  }

  .guide-hero__summary {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .guide-hero__cta {
    width: 100%;
  }

  .guide-body {
    padding-block: 1.25rem;
  }

  .guide-prose {
    font-size: 1rem;
    line-height: 1.66;
  }

  .guide-body > .guide-prose:first-child {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .guide-body > .guide-prose:first-child h2:first-child {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.16;
  }

  .guide-prose h2 {
    margin-top: 1.6rem;
  }

  .guide-destination-grid {
    display: grid;
    overflow-x: auto;
    grid-auto-columns: minmax(258px, 82vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 0.75rem;
    margin-inline: calc(var(--bs-gutter-x) * -0.5);
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: 0.35rem;
    scroll-padding-inline: calc(var(--bs-gutter-x) * 0.5);
    scroll-snap-type: x proximity;
  }

  .guide-destination-card {
    scroll-snap-align: start;
  }

  .guide-controls {
    padding: 0.85rem;
  }

  .guide-controls__primary-fields,
  .guide-controls__more-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-controls .primary-button {
    width: 100%;
  }

  .guide-controls__actions > * {
    flex: 1;
  }

  .guide-block-footer,
  .guide-live-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-compact-deal {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .guide-deal-grid--carousel {
    grid-auto-columns: min(92%, 420px);
    gap: 0.75rem;
  }

  .guide-compact-deal__image {
    min-height: 0;
  }

  .guide-compact-deal__body {
    display: flex;
    flex-direction: column;
    padding: 0.7rem;
  }

  .guide-compact-deal__facts {
    display: grid;
    gap: 0.25rem;
    padding-top: 0.45rem;
  }

  .guide-compact-deal__price {
    align-items: flex-start;
    order: -1;
    min-width: 0;
    margin: 0 0 0.6rem;
    text-align: left;
  }

  .guide-deal-grid .guide-compact-deal__price {
    order: 0;
    margin: 0.6rem 0 0;
  }

  .guide-compact-deal__price > strong {
    font-size: 1.2rem;
  }

  .guide-compact-deal__actions {
    width: 100%;
  }

  .guide-compact-deal__actions a {
    flex: 1;
    padding-inline: 0.55rem;
  }

  .guide-location-list {
    grid-auto-columns: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  .guide-priced-location-card {
    display: flex;
    flex-direction: column;
  }

  .guide-priced-location-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .guide-priced-location-card__body {
    gap: 0.4rem;
    padding: 0.7rem;
  }

  .guide-priced-location-card__fit {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .guide-priced-location-card .guide-assumptions {
    gap: 0.25rem;
  }

  .guide-priced-location-card .guide-assumptions span {
    padding: 0.2rem 0.4rem;
    font-size: 0.66rem;
  }

  .guide-priced-location-card__recovery {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.55rem;
  }

  .guide-priced-location-card__recovery a {
    font-size: 0.68rem;
  }

  .guide-priced-location-card__body > .primary-button {
    min-height: 38px;
    padding: 0.55rem 0.65rem;
  }
}

@media (max-width: 419.98px) {
  .guide-index-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .guide-index-card__body > p:not(.guide-index-card__date) {
    display: none;
  }

  .guide-controls__primary-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-controls__primary-fields > .guide-controls__field--wide,
  .guide-controls__more-fields {
    grid-column: 1 / -1;
  }

  .guide-controls__more-fields {
    grid-template-columns: 1fr;
  }

  .guide-controls__actions {
    flex-direction: column;
  }

  .guide-controls__actions > * {
    width: 100%;
  }

  .site-header .navbar {
    padding-block: 0.3rem;
  }

  .site-header .brand-mark {
    font-size: 1.2rem;
  }

  .site-header .language-switcher summary,
  .site-header .navbar-toggler {
    min-height: 38px;
    padding-block: 0.35rem;
  }

  .guide-hero__copy .breadcrumbs li:last-child {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  html {
    font-size: var(--font-scale-tablet);
  }
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

input[type="hidden"] {
  display: none !important;
}

[data-draggable-scroll] {
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
}

@media (min-width: 1200px) {
  [data-draggable-scroll] {
    cursor: grab;
  }
}

@media (max-width: 1199.98px) {
  [data-draggable-scroll] {
    scroll-behavior: auto;
    scroll-snap-type: none !important;
  }
}

[data-draggable-scroll].is-dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  user-select: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--overlay-paper-96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.site-mode-notice {
  border-top: 1px solid var(--border-sea-18);
  background: var(--surface-tint);
  color: var(--sea-dark);
}

.site-mode-notice__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 32px;
  padding-block: 0.3rem;
  font-size: 0.78rem;
  line-height: 1.3;
  text-align: center;
}

.site-mode-notice__inner svg {
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
}

.site-mode-notice__inner strong {
  margin-right: 0.2rem;
  font-weight: var(--font-weight-extrabold);
}

body.search-modal-open .site-header {
  z-index: 0;
}

body.search-modal-open .hero,
body.search-modal-open .page-hero,
body.search-modal-open .seo-hero {
  z-index: 120;
}

body.search-modal-open,
body.filter-open {
  overflow: hidden;
}

.brand-mark {
  color: var(--sea-dark);
  font-size: 1.45rem;
  font-weight: var(--font-weight-extrabold);
  letter-spacing: 0;
}

.navbar .nav-link {
  color: var(--ink);
  font-weight: var(--font-weight-semibold);
}

.language-switcher {
  position: relative;
  flex: 0 0 auto;
  margin-left: auto;
}

.language-switcher summary {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.45rem 0.6rem;
  color: var(--ink);
  border-radius: var(--radius-small);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 750;
  list-style: none;
}

.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-switcher summary:hover,
.language-switcher summary:focus-visible,
.language-switcher[open] summary {
  color: var(--sea-dark);
  background: var(--surface-tint-strong);
}

.language-switcher summary svg {
  width: 18px;
  height: 18px;
}

.language-switcher-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  z-index: 30;
  display: grid;
  min-width: 190px;
  padding: 0.4rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  box-shadow: 0 14px 34px var(--shadow-ink-16);
}

.language-switcher-menu a {
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  border-radius: 5px;
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
  white-space: nowrap;
}

.language-switcher-menu a:hover,
.language-switcher-menu a:focus-visible {
  background: var(--surface-tint-strong);
}

.language-switcher-menu a[aria-current="page"] {
  color: var(--sea-dark);
  background: var(--surface-sea-strong);
}

.nav-button,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: var(--radius-small);
  font-weight: 750;
  text-decoration: none;
  line-height: 1;
}

.nav-button,
.primary-button {
  color: var(--paper) !important;
  background: var(--sea);
}

.primary-button:hover {
  background: var(--sea-dark);
}

.secondary-button {
  color: var(--sea-dark);
  background: var(--surface-sea-strong);
}

.hero,
.page-hero,
.seo-hero,
.detail-hero {
  position: relative;
  background: var(--paper);
}

.hero,
.page-hero {
  overflow: visible;
  z-index: 2;
}

.seo-hero,
.detail-hero {
  overflow: hidden;
}

.hero-home {
  min-height: 434px;
  display: flex;
  align-items: end;
  color: var(--paper);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--ink-hero);
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  animation: hero-crossfade 40s infinite;
  will-change: opacity;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--overlay-hero-strong), var(--overlay-hero-medium) 58%, var(--overlay-hero-soft));
}

.hero-slide-amalfi {
  opacity: 1;
  animation-delay: 0s;
  background-position: 57% center;
}

.hero-slide-menton {
  animation-delay: -32s;
  background-position: 50% center;
}

.hero-slide-cannes {
  animation-delay: -24s;
  background-position: 60% center;
}

.hero-slide-cyprus {
  animation-delay: -16s;
  background-position: 54% center;
}

.hero-slide-sunset {
  animation-delay: -8s;
  background-position: 62% center;
}

@keyframes hero-crossfade {
  0%,
  16% {
    opacity: 1;
  }

  20%,
  96% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: none;
    opacity: 0;
  }

  .hero-slide-amalfi {
    opacity: 1;
  }
}

.hero-content {
  position: relative;
  padding-top: 2.25rem;
  padding-bottom: 2rem;
}

.hero h1,
.page-hero h1,
.seo-hero h1,
.detail-hero h1 {
  max-width: 760px;
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: var(--font-weight-heavy);
  letter-spacing: 0;
  line-height: 1.02;
}

.hero-copy,
.page-hero p,
.seo-hero p {
  max-width: 720px;
  color: inherit;
  font-size: 1.08rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.hero-proof a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 34px;
  padding: 0.38rem 0.62rem;
  border: 1px solid var(--overlay-paper-28);
  border-radius: var(--radius-pill);
  color: var(--paper);
  background: var(--overlay-hero-chip);
  font-size: 0.86rem;
  font-weight: var(--font-weight-extrabold);
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: border-color 150ms ease, background-color 150ms ease;
}

.hero-proof a:hover {
  border-color: var(--overlay-paper-55);
  color: var(--paper);
  background: var(--overlay-hero-chip-hover);
}

.hero-proof a:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 2px;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: var(--font-weight-heavy);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--sun);
}

.search-panel {
  display: grid;
  grid-template-columns: minmax(140px, 1.05fr) minmax(170px, 1.15fr) minmax(160px, 1.15fr) minmax(135px, 0.95fr) minmax(150px, 1.05fr) minmax(96px, auto);
  gap: 0.75rem;
  width: 100%;
  max-width: var(--content-max-width);
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid var(--overlay-paper-22);
  border-radius: var(--radius-medium);
  background: var(--overlay-paper-96);
  box-shadow: var(--shadow);
  align-items: end;
}

.hero-home .search-panel {
  padding: 1.5rem;
}

.search-panel-compact {
  grid-template-columns: minmax(140px, 1.05fr) minmax(170px, 1.15fr) minmax(160px, 1.15fr) minmax(135px, 0.95fr) minmax(150px, 1.05fr);
  margin-top: 1.4rem;
  border-color: var(--line);
  box-shadow: none;
}

.passenger-field {
  grid-column: span 1;
}

.legacy-passenger-field {
  display: none !important;
}

.passenger-menu {
  order: 5;
}

.travel-menu {
  order: 1;
}

.destination-menu {
  order: 2;
}

.date-menu {
  order: 3;
}

.duration-menu {
  order: 4;
}

.search-submit {
  order: 6;
}

.search-field,
.filter-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.search-field input,
.search-field select,
.filter-form input,
.filter-form select {
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  color: var(--ink);
  background: var(--paper);
}

.field-label,
.date-field span,
.date-menu span {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.field-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 750;
  text-align: left;
  min-width: 0;
}

.field-button-text {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  flex: 1 1 auto;
}

.field-button-text span,
.check-row > span,
.radio-row > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

i[data-lucide],
.lucide {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  stroke-width: 2.2;
}

.travel-menu,
.destination-menu,
.date-menu,
.duration-menu,
.passenger-menu {
  position: relative;
}

.field-popover {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  z-index: 80;
  display: none;
  width: min(320px, calc(100vw - 2rem));
  max-height: min(520px, calc(100vh - 7rem));
  overflow: auto;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: translateX(var(--popover-offset-x, 0));
}

.popover-mobile-header {
  display: none;
}

.popover-mobile-header span {
  display: grid;
  gap: 0.12rem;
}

.popover-mobile-header small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
}

.destination-popover {
  width: min(620px, calc(100vw - 2rem));
  left: 0;
  right: auto;
}

.airport-option-row {
  min-height: 40px;
  padding: 0.4rem 0.45rem;
  border-radius: var(--radius-small);
  cursor: pointer;
}

.airport-option-row:hover,
.airport-option-row:has(input:focus-visible) {
  background: var(--surface-tint);
}

.airport-option-row:has(input:checked) {
  color: var(--sea-dark);
  background: var(--surface-soft-green);
  font-weight: var(--font-weight-extrabold) !important;
}

.passenger-popover {
  width: min(340px, calc(100vw - 2rem));
  left: auto;
  right: 0;
}

.date-popover {
  width: min(390px, calc(100vw - 2rem));
}

.duration-popover {
  display: none;
  gap: 0.15rem;
  padding: 0;
}

.destination-search {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: var(--font-weight-extrabold);
}

.destination-search input {
  width: 100%;
  min-height: 42px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.duration-preset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.duration-preset-grid button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  color: var(--sea-dark);
  background: var(--surface-soft);
  font: inherit;
  font-weight: var(--font-weight-extrabold);
  text-align: center;
}

.duration-preset-grid button:hover {
  border-color: var(--border-sea-deep);
  background: var(--surface-tint);
}

.duration-popover button,
.duration-manual {
  width: 100%;
  min-height: 40px;
  border: 0;
  padding: 0.65rem 0.85rem;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: var(--font-weight-semibold);
  text-align: left;
}

.duration-popover button:hover,
.duration-manual {
  background: var(--surface-mint);
}

.duration-manual {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.35rem;
}

.duration-manual input {
  min-height: 40px;
}

.duration-full-list {
  display: grid;
  gap: 0.15rem;
  margin-top: 0.35rem;
}

.child-age-fields {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.2rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--surface-soft);
}

.child-age-fields[hidden] {
  display: none;
}

.child-age-fields strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.child-age-fields p {
  margin: -0.25rem 0 0.1rem;
  color: var(--muted);
  font-size: 0.82rem;
}

[data-child-age-list] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

[data-child-age-list] label {
  display: grid;
  gap: 0.25rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
}

[data-child-age-list] input {
  width: 100%;
  min-height: 40px;
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.travel-menu.is-open .field-popover,
.destination-menu.is-open .field-popover,
.date-menu.is-open .field-popover,
.duration-menu.is-open .field-popover,
.passenger-menu.is-open .field-popover {
  display: block;
}

.duration-menu.is-open .duration-popover {
  display: grid;
}

.field-button > .field-action,
.destination-trigger > .field-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: var(--radius-pill);
  color: var(--paper);
  background: var(--sea);
  font-size: 1rem;
  font-weight: var(--font-weight-heavy);
  line-height: 1;
  padding: 0;
  text-align: center;
}

.field-action svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.6;
}

.stepper {
  display: grid;
  grid-template-columns: 24px minmax(24px, 1fr) 24px;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--paper);
}

.stepper button {
  border: 0;
  color: var(--sea-dark);
  background: var(--surface-tint);
  font-size: 1rem;
  font-weight: var(--font-weight-heavy);
}

.stepper input {
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-weight: var(--font-weight-extrabold);
  appearance: textfield;
}

.stepper input::-webkit-inner-spin-button,
.stepper input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.date-field,
.date-field input,
.date-menu input {
  cursor: pointer;
}

.direct-field {
  align-content: end;
}

.toggle-control {
  display: flex;
  align-items: center;
  min-height: 44px;
}

.direct-field .toggle-control {
  justify-content: center;
  width: 100%;
  padding: 0 0.7rem;
}

.toggle-control input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px !important;
  min-height: 1px !important;
}

.toggle-control span {
  position: relative;
  width: 48px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--paper);
}

.toggle-control span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: var(--radius-pill);
  background: var(--muted);
  transition: transform var(--motion-standard) var(--motion-ease), background var(--motion-standard) var(--motion-ease);
}

.toggle-control input:checked + span {
  border-color: var(--sea);
  background: var(--surface-tint);
}

.toggle-control input:checked + span::after {
  transform: translateX(20px);
  background: var(--sea);
}

.location-picker,
.child-age-picker {
  margin: 0;
  border: 0;
  padding: 0;
}

.date-range-picker {
  display: grid;
  gap: 0.75rem;
}

.date-range-row {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 750;
}

.daterangepicker {
  border-color: var(--line);
  border-radius: var(--radius-medium);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-family: inherit;
  overflow: hidden;
}

.daterangepicker::before {
  border-bottom-color: var(--line);
}

.daterangepicker::after {
  border-bottom-color: var(--paper);
}

.daterangepicker .calendar-table {
  border-color: transparent;
  background: var(--paper);
}

.daterangepicker .calendar-table table {
  border-collapse: separate;
  border-spacing: 3px;
}

.daterangepicker th.month {
  color: var(--sea-dark);
  font-size: 0.95rem;
  font-weight: var(--font-weight-heavy);
}

.daterangepicker th {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: var(--font-weight-heavy);
}

.daterangepicker td {
  min-width: 34px;
  height: 32px;
  border-radius: var(--radius-small);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 750;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: var(--surface-tint);
  color: var(--sea-dark);
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: var(--text-disabled);
  background: transparent;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--sea);
  color: var(--paper);
}

.daterangepicker td.in-range {
  background-color: var(--surface-sea-strong);
  color: var(--sea-dark);
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
  border-radius: var(--radius-small);
  background: var(--sea);
  color: var(--paper);
}

.daterangepicker td.today:not(.active) {
  box-shadow: inset 0 0 0 2px var(--border-sea-32);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border-radius: var(--radius-small);
}

.daterangepicker .drp-buttons {
  border-top-color: var(--line);
  padding: 0.75rem;
  background: var(--surface-soft);
}

.daterangepicker .drp-selected {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.daterangepicker .drp-buttons .btn {
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  border-radius: var(--radius-small);
  font-weight: var(--font-weight-extrabold);
  line-height: 1;
}

.daterangepicker .drp-buttons .applyBtn {
  border-color: var(--sea);
  background: var(--sea);
  color: var(--paper);
}

.daterangepicker .drp-buttons .applyBtn:hover {
  border-color: var(--sea-dark);
  background: var(--sea-dark);
}

.daterangepicker .drp-buttons .cancelBtn {
  border-color: var(--line);
  background: var(--paper);
  color: var(--ink);
}

.daterangepicker .drp-buttons .cancelBtn:hover {
  border-color: var(--line-control);
  background: var(--surface-neutral);
}

.daterangepicker .ranges {
  width: 168px;
  padding: 0.65rem 0 0.65rem 0.65rem;
}

.daterangepicker .ranges ul {
  display: grid;
  gap: 0.3rem;
}

.daterangepicker .ranges li {
  min-height: 34px;
  padding: 0.48rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--surface-soft);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
}

.daterangepicker .ranges li:hover,
.daterangepicker .ranges li.active {
  border-color: var(--sea);
  color: var(--paper);
  background: var(--sea);
}

.daterangepicker .prev span,
.daterangepicker .next span {
  border-color: var(--sea-dark);
}

.destination-picker {
  display: grid;
  gap: 0.85rem;
}

.destination-picker-section {
  display: grid;
  gap: 0.45rem;
}

.destination-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
}

.category-group {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.category-group.is-expanded {
  grid-column: 1 / -1;
}

.category-country-list {
  display: none;
  margin-left: 1.45rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--line);
}

.category-group.is-expanded .category-country-list {
  display: grid;
  gap: 0.2rem;
}

.category-row {
  font-weight: var(--font-weight-extrabold) !important;
}

.country-destination-list,
.country-child-list {
  display: grid;
  gap: 0.2rem;
}

.country-group {
  display: grid;
  gap: 0.2rem;
  padding: 0.15rem 0;
}

.country-child-list {
  display: none;
  margin-left: 1.45rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--line);
}

.country-group.is-expanded .country-child-list {
  display: grid;
}

.country-row {
  font-weight: var(--font-weight-extrabold) !important;
}

.location-picker legend,
.child-age-picker legend {
  margin: 0 0 0.35rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.location-picker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  min-height: 44px;
  max-height: 280px;
  overflow: auto;
  padding: 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--paper);
}

.location-picker-grid strong,
.filter-group > strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: var(--font-weight-heavy);
}

.option-group {
  margin: 0.45rem 0 0.2rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: var(--font-weight-heavy);
  text-transform: uppercase;
}

.check-row,
.radio-row {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem !important;
  min-height: 28px;
  margin: 0;
  color: var(--ink);
  font-size: 0.86rem !important;
  font-weight: var(--font-weight-semibold) !important;
}

.icon-row > span,
.deal-meta > span,
.deal-facts dt,
.date-field > span,
.date-menu > span,
.direct-field > span,
.filter-group > strong,
.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.check-row input,
.radio-row input {
  width: auto !important;
  min-height: auto !important;
  margin: 0;
  accent-color: var(--sea);
}

.check-row em,
.radio-row em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.78rem;
}

.child-age-picker {
  display: grid;
  gap: 0.35rem;
}

.passenger-picker {
  display: grid;
  gap: 0.65rem;
  padding: 0.35rem;
}

.passenger-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: var(--font-weight-bold);
}

.passenger-row > span:first-child {
  min-width: 0;
}

.passenger-row-separated {
  margin-top: 0.2rem;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--line);
}

.passenger-stepper {
  grid-template-columns: 28px minmax(34px, 1fr) 28px;
  min-height: 32px;
  border: 0;
  background: transparent;
}

.passenger-stepper button {
  width: 28px;
  height: 28px;
  align-self: center;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--surface-sea-soft);
  font-size: 1rem;
  line-height: 1;
}

.passenger-stepper input {
  min-height: 32px;
  background: transparent;
  font-size: 0.94rem;
}

.search-submit {
  min-width: 96px;
}

.section-band {
  padding: 2.6rem 0;
  background: var(--surface-section);
}

.section-band:has(.search-layout) {
  padding-top: 0.8rem;
}

.section-soft {
  background: var(--mist);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-heading h2,
.content-narrow h2,
.detail-content h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 820;
}

.text-link {
  color: var(--sea-dark);
  font-weight: var(--font-weight-extrabold);
}

.home-deal-carousel {
  position: relative;
}

.home-featured-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.home-carousel-controls {
  display: flex;
  gap: 0.4rem;
}

.home-carousel-controls button {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--paper);
}

.home-carousel-controls button:disabled {
  opacity: 0.35;
}

.home-deal-track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.15rem 0 0.6rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  cursor: grab;
  touch-action: pan-x pan-y;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.home-deal-track.is-dragging,
.home-destination-row.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.home-deal-track img,
.home-destination-row img {
  user-select: none;
  -webkit-user-drag: none;
}

.home-deal-card {
  display: block;
  flex: 0 0 calc((100% - 1.7rem) / 3);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: 0 6px 16px var(--shadow-ink-06);
  color: var(--ink);
  text-decoration: none;
  scroll-snap-align: start;
}

.home-deal-card:hover,
.home-deal-card:focus-visible {
  border-color: var(--line-brand-soft);
  box-shadow: 0 9px 22px var(--shadow-ink-10);
}

.home-deal-image {
  position: relative;
  display: block;
  height: 142px;
  overflow: hidden;
  background: var(--line);
}

.home-deal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-deal-copy {
  display: grid;
  gap: 0.45rem;
  padding: 0.8rem;
}

.home-area-profile-chips {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.3rem;
  min-width: 0;
}

.home-area-profile-chips > span {
  display: inline-flex !important;
  align-items: center;
  gap: 0.22rem;
  width: max-content;
  max-width: 100%;
  padding: 0.24rem 0.42rem;
  overflow: hidden;
  border-radius: var(--radius-pill);
  color: var(--sea-dark) !important;
  background: var(--surface-tint);
  font-size: 0.7rem !important;
  font-weight: var(--font-weight-extrabold);
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-area-profile-chips svg {
  flex: 0 0 auto;
  width: 0.78rem;
  height: 0.78rem;
  stroke-width: 2.4;
}

.home-deal-copy p,
.home-deal-copy h3 {
  margin: 0;
}

.home-deal-copy p {
  overflow: hidden;
  color: var(--sea-dark);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-deal-copy h3 {
  min-height: 1.18em;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-deal-copy h3 a {
  text-decoration: none;
}

.home-deal-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: var(--font-weight-bold);
}

.home-deal-facts span {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
}

.home-deal-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.6rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--line);
}

.home-deal-footer > span {
  display: grid;
}

.home-deal-footer small {
  color: var(--muted);
  font-size: 0.7rem;
}

.home-deal-footer strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.home-deal-footer .secondary-button {
  min-height: 34px;
  padding: 0.5rem 0.65rem;
  font-size: 0.78rem;
  white-space: nowrap;
}

.home-price-calendar-band {
  background: var(--paper);
}

.home-price-calendar-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: 0 6px 18px var(--shadow-ink-05);
  overscroll-behavior-inline: contain;
}

.home-price-calendar {
  width: 100%;
  min-width: 1050px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.84rem;
}

.home-price-calendar th,
.home-price-calendar td {
  min-width: 74px;
  padding: 0.62rem 0.5rem;
  border-right: 1px dashed var(--line-dashed);
  border-bottom: 1px dashed var(--line-dashed);
  text-align: center;
  white-space: nowrap;
}

.home-price-calendar tr:last-child th,
.home-price-calendar tr:last-child td {
  border-bottom: 0;
}

.home-price-calendar th:last-child,
.home-price-calendar td:last-child {
  border-right: 0;
}

.home-price-calendar thead th {
  color: var(--sea-dark);
  background: var(--surface-calendar);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.home-price-calendar thead th span,
.home-price-calendar thead th small,
.home-price-calendar tbody th strong,
.home-price-calendar tbody th small {
  display: block;
}

.home-price-calendar thead th small,
.home-price-calendar tbody th small {
  margin-top: 0.12rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: var(--font-weight-bold);
  text-transform: none;
}

.home-price-calendar th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 160px;
  text-align: left;
  background: var(--paper);
  box-shadow: 8px 0 14px var(--shadow-ink-04);
}

.home-price-calendar thead th:first-child {
  z-index: 3;
  background: var(--surface-calendar);
}

.home-price-calendar td a {
  color: var(--sea-dark);
  font-weight: var(--font-weight-heavy);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.home-price-calendar td a span {
  font-size: 0.7rem;
}

.price-empty {
  color: var(--text-placeholder);
}

.home-price-calendar-note {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: right;
}

.home-price-calendar-more {
  display: block;
  margin: 0.85rem auto 0;
}

.home-articles-band {
  border-block: 1px solid var(--line-soft);
}

.home-article-track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.15rem 0 0.6rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  cursor: grab;
  touch-action: pan-x pan-y;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.home-article-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.home-article-card {
  display: flex;
  overflow: hidden;
  flex: 0 0 300px;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: 0 6px 16px var(--shadow-ink-06);
  scroll-snap-align: start;
}

.home-article-card:hover,
.home-article-card:focus-within {
  border-color: var(--line-brand-soft);
  box-shadow: 0 9px 22px var(--shadow-ink-10);
}

.home-article-image {
  display: block;
  overflow: hidden;
  height: 190px;
  background: var(--line);
}

.home-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
  user-select: none;
  -webkit-user-drag: none;
}

.home-article-card:hover .home-article-image img {
  transform: scale(1.025);
}

.home-article-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.85rem;
}

.home-article-copy h3,
.home-article-copy > p {
  margin: 0;
}

.home-article-copy h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.48em;
  font-size: 1.05rem;
  line-height: 1.24;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-article-copy h3 a {
  color: var(--ink-deep);
  text-decoration: none;
}

.home-article-copy > p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-article-price {
  display: grid;
  margin-top: 0.75rem;
}

.home-article-price small {
  color: var(--muted);
  font-size: 0.72rem;
}

.home-article-price strong {
  color: var(--ink);
  font-size: 1.25rem;
  white-space: nowrap;
}

.home-article-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.home-article-action svg {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 991.98px) {
  .home-article-card {
    flex-basis: min(44vw, 300px);
  }
}

@media (max-width: 767.98px) {
  .home-article-track {
    align-items: flex-start;
  }

  .home-article-card {
    flex-basis: min(84vw, 310px);
  }

  .home-article-image {
    height: 168px;
  }

  .home-article-copy h3 {
    min-height: 0;
  }

  .home-article-action {
    margin-top: 0.85rem;
  }
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.deal-list {
  display: grid;
  gap: 0.8rem;
}

.deal-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  box-shadow: 0 8px 18px var(--shadow-ink-06);
}

.deal-grid .deal-card {
  display: grid;
}

.deal-list .deal-card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
}

.deal-image {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background: var(--line);
}

.deal-list .deal-image {
  min-height: 100%;
}

.deal-image img,
.destination-image img,
.detail-image img,
.seo-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deal-badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius-pill);
  color: var(--paper);
  background: var(--coral);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
}

.deal-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 1rem;
  padding: 1rem;
}

.deal-grid .deal-body {
  grid-template-columns: 1fr;
}

.deal-location {
  margin: 0 0 0.25rem;
  color: var(--sea-dark);
  font-size: 0.85rem;
  font-weight: var(--font-weight-extrabold);
}

.deal-main h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 820;
  line-height: 1.15;
}

.deal-main h3 a {
  text-decoration: none;
}

.deal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.6rem 0;
}

.deal-meta > span,
.amenity-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.28rem 0.5rem;
  border-radius: var(--radius-pill);
  background: var(--surface-neutral);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: var(--font-weight-bold);
}

.deal-value-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.45rem 0 0.65rem;
}

.deal-value-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 28px;
  padding: 0.25rem 0.48rem;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--surface-sea-soft);
  font-size: 0.76rem;
  font-weight: var(--font-weight-heavy);
}

.deal-facts,
.detail-list {
  display: grid;
  gap: 0.4rem;
  margin: 0.7rem 0;
}

.deal-facts div,
.detail-list div {
  display: grid;
  gap: 0.4rem;
}

.deal-facts div {
  grid-template-columns: minmax(78px, auto) minmax(0, 1fr);
}

.detail-list div {
  grid-template-columns: 1.35rem minmax(74px, auto) minmax(0, 1fr);
  align-items: start;
  gap: 0.35rem 0.42rem;
}

.detail-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.08rem;
  color: var(--sea);
}

.detail-list-icon svg {
  width: 0.95rem;
  height: 0.95rem;
  stroke-width: 2.25;
}

.detail-list .detail-route-row {
  grid-template-columns: 1.35rem minmax(0, 1fr);
  margin-bottom: 0.3rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
}

.detail-route-row dt {
  align-self: center;
}

.detail-route-row dd {
  grid-column: 2;
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.detail-route-when,
.detail-route-times,
.detail-route-airports {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.18rem 0.42rem;
}

.detail-route-when > span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: var(--font-weight-bold);
}

.detail-route-when > strong,
.detail-route-times > span {
  white-space: nowrap;
}

.detail-route-airports {
  color: var(--ink);
  line-height: 1.35;
}

.detail-route-airports svg {
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  color: var(--sea);
  stroke-width: 2.3;
}

dt {
  color: var(--muted);
  font-weight: var(--font-weight-bold);
}

dd {
  margin: 0;
}

.freshness,
.trust-note {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.deal-price {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 0.25rem;
  text-align: right;
}

.deal-price span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
}

.deal-price strong {
  font-size: 1.7rem;
  line-height: 1;
}

.deal-price small {
  color: var(--muted);
}

.operator-logo {
  max-width: 120px;
  max-height: 34px;
  margin-bottom: 0.35rem;
  object-fit: contain;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.destination-grid.home-destination-row {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  cursor: grab;
  touch-action: pan-x pan-y;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.home-destination-row .destination-card {
  flex: 0 0 calc((100% - 3rem) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.destination-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.destination-image {
  display: block;
  height: 160px;
  background: var(--line);
}

.destination-copy {
  display: grid;
  gap: 0.15rem;
  padding: 0.9rem;
}

.destination-copy strong {
  font-size: 1.05rem;
}

.destination-copy span {
  color: var(--muted);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.destination-copy .home-area-profile-chips {
  margin-top: 0.25rem;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.destination-copy em {
  color: var(--sea-dark);
  font-style: normal;
  font-weight: var(--font-weight-extrabold);
}

.content-narrow {
  max-width: 820px;
}

.page-hero {
  padding: 3.2rem 0 2.2rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.page-hero:has(.search-panel) {
  padding-bottom: 0.8rem;
}

.search-page-hero {
  padding-top: 1.75rem;
}

.search-page-hero h1 {
  max-width: none;
  margin-bottom: 0.45rem;
  font-size: clamp(2.25rem, 3.2vw, 3.25rem);
  line-height: 1.04;
}

.search-page-hero p:not(.eyebrow) {
  margin-bottom: 0.7rem;
  font-size: 1rem;
}

.info-page-hero {
  background: linear-gradient(180deg, var(--paper) 0%, var(--mist) 100%);
}

.info-page {
  display: grid;
  gap: 1rem;
}

.info-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.info-panel,
.legal-section {
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.info-card {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 1rem;
}

.info-card svg {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--sea);
}

.info-card h2,
.info-panel h2,
.legal-section h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 820;
  line-height: 1.2;
}

.info-card p,
.info-panel p,
.legal-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.info-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: 1.25rem;
  padding: 1.1rem;
}

.service-disclosure {
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
}

.service-disclosure-copy {
  display: grid;
  gap: 0.75rem;
}

.results-price-disclaimer {
  max-width: 78ch;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.initial-results-loader {
  min-height: 18rem;
}

.results-loading {
  display: grid;
  place-content: center;
  gap: 0.35rem;
  min-height: 18rem;
  padding: 2rem;
  color: var(--muted);
  text-align: center;
}

.results-loading strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.company-details {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.company-details div {
  display: grid;
  grid-template-columns: minmax(130px, auto) minmax(0, 1fr);
  gap: 0.7rem;
}

.company-details dt {
  color: var(--muted);
  font-weight: 750;
}

.company-details dd {
  margin: 0;
  font-weight: 750;
}

.legal-content {
  max-width: 860px;
}

.legal-section {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
}

.legal-updated {
  font-size: 0.88rem;
}

.partner-page {
  gap: 1.25rem;
}

.partner-page-hero .content-narrow {
  max-width: 900px;
}

.partner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.partner-intro,
.partner-requirements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.partner-intro {
  align-items: start;
  padding-bottom: 0.25rem;
}

.partner-intro h2,
.partner-section h2 {
  margin: 0.2rem 0 0.55rem;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 830;
  line-height: 1.15;
}

.partner-intro p:not(.eyebrow),
.partner-section-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.partner-facts {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.partner-facts div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
}

.partner-facts dt {
  color: var(--muted);
  font-weight: 750;
}

.partner-facts dd {
  margin: 0;
  font-weight: var(--font-weight-extrabold);
}

.partner-section {
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.partner-section-heading {
  margin-bottom: 1rem;
}

.partner-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-process li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 0.65rem;
}

.partner-step-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: var(--radius-medium);
  color: var(--paper);
  background: var(--sea);
  font-weight: var(--font-weight-heavy);
}

.partner-process strong {
  display: block;
  margin-bottom: 0.25rem;
}

.partner-process p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.partner-data-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.partner-data-list li::marker {
  color: var(--sea);
}

.partner-cta-panel {
  align-items: center;
}

.mobile-search-summary,
.mobile-results-actions,
.filter-mobile-footer {
  display: none;
}

.search-edit-panel {
  display: block;
}

.mobile-sheet-head {
  display: none;
}

.compact-search-footer {
  display: none;
}

.mobile-detail-cta {
  display: none;
}

.search-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
}

.filter-panel {
  position: sticky;
  top: 1rem;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  padding: 1rem;
}

.filter-close,
.filter-mobile-header,
.mobile-filter-button {
  display: none;
}

.mobile-filter-button em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  height: 1.45rem;
  margin-left: 0.45rem;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--paper);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 900;
}

.filter-header,
.results-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.filter-mobile-header {
  display: none;
}

.filter-header span,
.results-toolbar span {
  color: var(--muted);
  font-size: 0.88rem;
}

.filter-form {
  display: grid;
  gap: 0.9rem;
}

.filter-group {
  display: grid;
  gap: 0.35rem;
}

.filter-area-profiles {
  display: grid;
}

.filter-area-profiles p {
  margin: -0.1rem 0 0.25rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.filter-profile-choices {
  display: grid;
  gap: 0.25rem;
}

.filter-accordion,
.filter-subgroup {
  border-top: 1px solid var(--line);
}

.filter-accordion > summary,
.filter-subgroup > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.15rem 0;
  color: var(--ink);
  font-weight: var(--font-weight-heavy);
  cursor: pointer;
  list-style: none;
}

.filter-accordion > summary::-webkit-details-marker,
.filter-subgroup > summary::-webkit-details-marker {
  display: none;
}

.filter-accordion > summary em,
.filter-subgroup > summary em {
  color: var(--sea-dark);
  font-style: normal;
  font-size: 0.78rem;
  white-space: nowrap;
}

.filter-accordion > summary svg,
.filter-subgroup > summary svg {
  width: 1rem;
  height: 1rem;
  transition: transform var(--motion-standard) var(--motion-ease);
}

.filter-accordion[open] > summary svg,
.filter-subgroup[open] > summary svg {
  transform: rotate(180deg);
}

.filter-details-content {
  display: grid;
  gap: 0.8rem;
  padding: 0.35rem 0 0.8rem;
}

.filter-summary-selection {
  grid-column: 1 / -1;
  grid-row: 2;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: var(--font-weight-semibold);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-summary-selection:empty {
  display: none;
}

.filter-profile-more {
  border-top: 0;
}

.filter-profile-more > summary {
  min-height: 32px;
  color: var(--sea-dark);
  font-size: 0.86rem;
  font-weight: 750;
}

.filter-profile-more > .filter-details-content {
  gap: 0.25rem;
  padding: 0.1rem 0 0;
}

.filter-panel-selected-filters {
  display: none;
}

.filter-group-compact {
  gap: 0.15rem;
}

.filter-group-compact > strong {
  margin-bottom: 0;
}

.toggle-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem !important;
  min-height: 32px;
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem !important;
  font-weight: 750 !important;
}

.toggle-row > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.star-options {
  display: grid;
  gap: 0.45rem;
}

.star-options label {
  display: block;
  margin: 0;
}

.star-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px !important;
  min-height: 1px !important;
}

.star-options span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 750;
}

.star-options input:checked + span {
  border-color: var(--sea);
  color: var(--sea-dark);
  background: var(--surface-tint);
}

.star-options span {
  color: var(--sun);
  font-size: 1rem;
}

.star-options span em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.78rem;
}

.price-range {
  display: grid;
  gap: 0.6rem;
}

.price-range input[type="range"] {
  width: 100%;
  min-height: 24px;
  padding: 0;
  accent-color: var(--sea);
}

.price-range label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  margin: 0;
}

.price-range label span {
  color: var(--muted);
  font-weight: var(--font-weight-extrabold);
}

.slider-heading {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--line-soft);
}

.slider-heading strong {
  display: block;
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: var(--font-weight-heavy);
}

.single-slider,
.dual-slider {
  --range-start: 0%;
  --range-end: 100%;
  position: relative;
  height: 30px;
  margin-top: 0.45rem;
}

.single-slider input[type="range"],
.dual-slider input[type="range"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
}

.single-slider::before,
.dual-slider-track {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  height: 4px;
  border-radius: var(--radius-pill);
  background: linear-gradient(
    90deg,
    var(--line-range) 0%,
    var(--line-range) var(--range-start),
    var(--sea) var(--range-start),
    var(--sea) var(--range-end),
    var(--line-range) var(--range-end),
    var(--line-range) 100%
  );
}

.single-slider::before {
  --range-start: 0%;
}

.single-slider input[type="range"]::-webkit-slider-runnable-track,
.dual-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.single-slider input[type="range"]::-moz-range-track,
.dual-slider input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
}

.single-slider input[type="range"]::-webkit-slider-thumb,
.dual-slider input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 3px solid var(--paper);
  border-radius: var(--radius-pill);
  background: var(--sea);
  box-shadow: 0 0 0 1px var(--border-sea-20), 0 4px 10px var(--shadow-ink-16);
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  transition: transform var(--motion-fast) var(--motion-ease), background var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease);
}

.single-slider input[type="range"]::-moz-range-thumb,
.dual-slider input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid var(--paper);
  border-radius: var(--radius-pill);
  background: var(--sea);
  box-shadow: 0 0 0 1px var(--border-sea-20), 0 4px 10px var(--shadow-ink-16);
  cursor: pointer;
  pointer-events: auto;
  transition: transform var(--motion-fast) var(--motion-ease), background var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease);
}

.single-slider input[type="range"]:hover::-webkit-slider-thumb,
.dual-slider input[type="range"]:hover::-webkit-slider-thumb,
.single-slider input[type="range"]:focus-visible::-webkit-slider-thumb,
.dual-slider input[type="range"]:focus-visible::-webkit-slider-thumb {
  transform: scale(1.08);
  background: var(--sea-dark);
  box-shadow: 0 0 0 4px var(--border-sea-16), 0 5px 12px var(--shadow-ink-18);
}

.single-slider input[type="range"]:hover::-moz-range-thumb,
.dual-slider input[type="range"]:hover::-moz-range-thumb,
.single-slider input[type="range"]:focus-visible::-moz-range-thumb,
.dual-slider input[type="range"]:focus-visible::-moz-range-thumb {
  transform: scale(1.08);
  background: var(--sea-dark);
  box-shadow: 0 0 0 4px var(--border-sea-16), 0 5px 12px var(--shadow-ink-18);
}

.single-slider input[type="range"]:focus-visible,
.dual-slider input[type="range"]:focus-visible {
  outline: none;
}

.time-range-list {
  display: grid;
  gap: 1.05rem;
}

.time-range-row {
  display: grid;
  gap: 0.15rem;
}

.time-range-row > span {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 750;
}

.time-range-values {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--black);
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
}

.partial-link {
  color: var(--muted);
  font-size: 0.82rem;
}

.empty-state {
  border: 1px dashed var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  padding: 2rem;
}

.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.8rem;
}

.selected-filters a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 32px;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--paper);
  color: var(--sea-dark);
  font-size: 0.82rem;
  font-weight: var(--font-weight-extrabold);
  text-decoration: none;
}

.selected-filters .reset-filter {
  color: var(--ink);
  background: var(--surface-neutral);
}

.sort-form {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
}

.sort-form label {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: var(--font-weight-extrabold);
}

.sort-form select {
  min-height: 38px;
  padding: 0.4rem 2rem 0.4rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--paper);
  color: var(--ink);
  font-weight: 750;
}

.detail-hero {
  position: relative;
  z-index: 4;
  padding: 0.75rem 0 1.25rem;
  overflow: visible;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 0.75rem 1.6rem;
  align-items: start;
}

.detail-breadcrumb-container {
  grid-column: 1 / -1;
  width: auto;
  max-width: none;
  padding: 0;
}

.detail-media-column,
.detail-purchase-column {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 0.65rem;
}

.detail-media-column {
  display: contents;
  grid-column: 1;
  grid-row: 2;
}

.detail-purchase-column {
  grid-column: 2;
  grid-row: 3;
}

.detail-heading {
  grid-column: 1 / -1;
  grid-row: 2;
}

.detail-image {
  grid-column: 1;
  grid-row: 3;
}

.detail-heading .eyebrow {
  margin-bottom: 0.45rem;
}

.detail-heading h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
}

.detail-image {
  overflow: hidden;
  min-height: 430px;
  border-radius: var(--radius-medium);
  background: var(--line);
}

.detail-image-info {
  grid-column: 1 / -1;
  grid-row: 6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  gap: 0.45rem;
  padding-top: 0.1rem;
}

.detail-image-info > * {
  flex: 0 0 auto;
}

.detail-image-info > .detail-feature-line,
.detail-image-info > .detail-weather-summary,
.detail-image-info > .detail-location-chips {
  flex-wrap: wrap;
  gap: 0.45rem;
}

.detail-location-area,
.detail-location-area-content {
  display: contents;
}

.detail-location-area > summary {
  display: none;
}

.detail-location-area:not([open]) > .detail-location-area-content {
  display: contents;
}

/* Chromium also hides a closed details element through its internal
   ::details-content box. Keep the desktop presentation expanded while the
   same component remains a native disclosure on smaller screens. */
@media (min-width: 768px) {
  .detail-location-area::details-content {
    display: contents;
    content-visibility: visible;
  }
}

.detail-location-area .detail-location-chips {
  grid-column: 1 / -1;
  grid-row: 7;
  align-self: center;
}

.detail-area-profile-line {
  display: flex;
  grid-column: 1 / -1;
  grid-row: 8;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  min-width: 0;
}

.detail-area-profile-line .destination-profile-chip {
  min-height: 32px;
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
}

.detail-area-profile-line .destination-profile-chip.is-watch {
  border-color: var(--border-danger-26);
  color: var(--danger-text);
  background: var(--danger-surface);
}

.detail-area-profile-line .destination-profile-chip svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--sea-dark);
}

.detail-area-profile-line .destination-profile-chip.is-watch svg {
  color: var(--coral);
}

.detail-area-profile-line .destination-profile-chip b {
  color: var(--sea-dark);
  font-size: 0.74rem;
  font-weight: var(--font-weight-heavy);
}

.detail-area-profile-line .destination-profile-chip.is-watch b {
  color: var(--danger-text);
}

.detail-area-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 30px;
  margin-left: 0.15rem;
  padding: 0.2rem 0.25rem;
  border: 0;
  background: transparent;
  color: var(--sea-dark);
  font-size: 0.8rem;
  font-weight: var(--font-weight-extrabold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.detail-area-profile-link svg {
  width: 0.9rem;
  height: 0.9rem;
}

.image-gallery {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  min-height: inherit;
  background: var(--paper);
}

.gallery-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--line);
}

.gallery-slide {
  position: absolute;
  inset: 0;
  display: none;
  margin: 0;
}

.gallery-slide.is-active {
  display: block;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slide figcaption {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-width: calc(100% - 1.6rem);
}

.gallery-slide figcaption span,
.gallery-count,
.travel-month-note,
.flight-card-header span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.28rem 0.5rem;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--overlay-paper-92);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
}

.gallery-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--overlay-paper-94);
  box-shadow: 0 6px 18px var(--shadow-ink-18);
  transform: translateY(-50%);
}

.gallery-button:disabled {
  opacity: 0.45;
}

.gallery-button-prev {
  left: 0.8rem;
}

.gallery-button-next {
  right: 0.8rem;
}

.gallery-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.75rem 0.9rem;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.gallery-footer > div {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.gallery-footer strong,
.gallery-footer span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-footer span {
  color: var(--muted);
  font-size: 0.84rem;
}

.detail-image .gallery-footer > div > span {
  display: none;
}

.detail-image .gallery-footer {
  display: none;
}

.detail-location-row {
  margin-top: 0.9rem;
}

.detail-location-row .location-insights {
  margin-top: 0;
}

.detail-location-row .location-insights-heading {
  grid-column: 1 / -1;
}

.detail-location-row .location-insights {
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 3.25fr);
  align-items: stretch;
  gap: 0.65rem;
}

.detail-location-row .nearby-grid {
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  align-items: stretch;
  overflow-x: visible;
  padding-bottom: 0;
}

.detail-location-row .location-highlight,
.detail-location-row .nearby-item {
  min-height: 82px;
  height: 100%;
  align-self: stretch;
}

.detail-location-row .nearby-item strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.detail-location-row .location-highlight,
.detail-location-row .nearby-item {
  padding: 0.55rem 0.62rem;
}

.gallery-footer .gallery-count {
  flex: 0 0 auto;
  color: var(--sea-dark);
  background: var(--surface-tint);
}

.detail-weather-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  color: var(--sea-dark);
  font-size: 0.78rem;
}

.detail-weather-summary > strong {
  color: var(--ink);
  font-weight: var(--font-weight-heavy);
}

.detail-weather-summary > span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 32px;
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--paper);
  font-weight: 750;
  white-space: nowrap;
}

.detail-weather-summary svg {
  width: 0.95rem;
  height: 0.95rem;
}

.detail-summary h1 {
  color: var(--ink);
  margin: 0;
}

.detail-location-chips {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.detail-location-chip {
  position: relative;
}

.detail-location-chip::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 0.4rem;
  content: "";
}

.detail-location-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font: inherit;
  gap: 0.32rem;
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--muted);
  background: var(--paper);
  font-size: 0.76rem;
  line-height: 1;
  cursor: default;
}

.detail-location-trigger:hover,
.detail-location-trigger:focus-visible {
  border-color: var(--border-sea-42);
  color: var(--sea-dark);
  background: var(--surface-focus);
}

.detail-location-trigger:focus-visible {
  outline: 2px solid var(--border-sea-28);
  outline-offset: 2px;
}

.detail-location-trigger svg {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--sea-dark);
  stroke-width: 2.25;
}

.detail-location-trigger strong {
  color: var(--ink);
  font-size: inherit;
  white-space: nowrap;
}

.detail-area-profile-chip .detail-location-trigger {
  min-height: 32px;
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
}

.detail-area-profile-chip.is-watch .detail-location-trigger {
  border-color: var(--border-danger-26);
  color: var(--danger-text);
  background: var(--danger-surface);
}

.detail-area-profile-chip.is-watch .detail-location-trigger svg,
.detail-area-profile-chip.is-watch .detail-location-trigger strong {
  color: var(--danger-text);
}

.detail-location-popover {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  z-index: 10;
  display: none;
  width: max-content;
  max-width: min(280px, calc(100vw - 2rem));
  gap: 0.18rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  box-shadow: 0 10px 28px var(--shadow-ink-16);
  font-size: 0.86rem;
  line-height: 1.35;
}

.detail-location-chip:has(.detail-location-trigger:focus-visible) .detail-location-popover,
.detail-location-chip:has(.detail-location-popover a:focus-visible) .detail-location-popover {
  display: grid;
}

@media (hover: hover) {
  .detail-location-chip:hover .detail-location-popover {
    display: grid;
  }
}

@media (hover: none) {
  .detail-location-chip:focus-within .detail-location-popover {
    display: grid;
  }
}

.detail-location-popover > span {
  color: var(--muted);
}

.detail-location-popover a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.3rem;
  color: var(--sea-dark);
  font-weight: var(--font-weight-extrabold);
  text-decoration: none;
}

.detail-location-popover a:hover {
  text-decoration: underline;
}

.detail-location-popover a svg {
  width: 0.85rem;
  height: 0.85rem;
}

@media (max-width: 767.98px) and (hover: none) {
  .detail-location-chip:focus-within {
    flex: 1 0 100%;
  }

  .detail-location-chip:focus-within .detail-location-trigger {
    width: fit-content;
  }

  .detail-location-chip:focus-within .detail-location-popover {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 0.35rem;
    box-shadow: none;
  }
}

.detail-title-row {
  display: block;
}

.hero-review-link {
  display: none;
  min-width: 102px;
  gap: 0.05rem;
  padding: 0.34rem 0.45rem;
  color: var(--ink);
  text-decoration: none;
}

.detail-title-row .hero-review-link {
  display: none !important;
}

.hero-review-link:hover,
.hero-review-link:focus-visible {
  border-color: var(--sea);
  box-shadow: inset 0 0 0 1px var(--border-sea-16);
}

.hero-review-link span,
.hero-review-link small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.1;
}

.hero-review-link span {
  display: none;
}

.hero-review-link strong {
  display: grid;
  gap: 0.12rem;
  font-size: 1.12rem;
}

.hero-review-link small {
  white-space: nowrap;
}

.detail-summary .eyebrow {
  margin-bottom: 0.1rem;
}

.detail-purchase-column .detail-meta {
  justify-content: flex-start;
  align-self: start;
  margin: 0;
  gap: 0.32rem;
}

.detail-purchase-column .detail-meta > * {
  white-space: nowrap;
}

.detail-feature-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
}

.detail-feature-line span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 32px;
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--paper);
  white-space: nowrap;
}

.detail-feature-line svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--sea-dark);
}

.detail-meta a {
  text-decoration: none;
}

.detail-meta a:hover,
.detail-meta a:focus-visible {
  color: var(--sea-dark);
  box-shadow: inset 0 0 0 1px var(--border-sea-18);
}

.star-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.28rem 0.5rem;
  border-radius: var(--radius-pill);
  background: var(--surface-neutral);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: var(--font-weight-bold);
}

.star-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  white-space: nowrap;
}

.star-rating-icon {
  position: relative;
  display: inline-flex;
  width: 0.78rem;
  height: 0.78rem;
  color: var(--star-empty, var(--text-muted-blue));
}

.star-rating svg {
  width: 0.78rem;
  height: 0.78rem;
  stroke-width: 2.35;
}

.star-outline {
  color: var(--star-empty, var(--text-muted-blue));
  fill: transparent;
  stroke: currentColor;
}

.star-rating .star-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  width: var(--star-fill-width, 100%);
  overflow: hidden;
  color: var(--star-filled, var(--sun-strong));
}

.star-rating .star-fill svg {
  flex: 0 0 auto;
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}

.star-rating-hotel {
  --star-filled: var(--sun-strong);
  --star-empty: var(--text-muted);
}

.star-rating-review {
  --star-filled: var(--sea);
  --star-empty: var(--text-muted);
}

.star-rating-xs .star-rating-icon,
.star-rating-xs svg {
  width: 0.72rem;
  height: 0.72rem;
}

.star-rating-sm .star-rating-icon,
.star-rating-sm svg {
  width: 0.78rem;
  height: 0.78rem;
}

.detail-description-wrap {
  grid-column: 1 / -1;
  grid-row: 4;
  display: grid;
  justify-items: start;
  gap: 0.15rem;
}

.detail-description {
  margin: 0;
  max-width: 58ch;
  line-height: 1.45;
}

.detail-description-toggle {
  min-height: 32px;
  padding: 0.25rem 0;
  border: 0;
  background: transparent;
  color: var(--sea-dark);
  font: inherit;
  font-size: 0.82rem;
  font-weight: var(--font-weight-heavy);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

.detail-amenities {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 5;
  gap: 0.45rem;
  width: 100%;
  max-width: none;
  padding: 0.7rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-amenities h2 {
  margin: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: var(--font-weight-heavy);
}

.detail-amenities ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-amenities li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.25;
}

.detail-amenities li > span {
  display: inline-grid;
  flex: 0 0 1.65rem;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border-radius: var(--radius-small);
  color: var(--sea-dark);
  background: var(--mist);
}

.detail-amenities li svg {
  width: 0.92rem;
  height: 0.92rem;
  stroke-width: 2.25;
}

.detail-price-box {
  display: grid;
  gap: 0.25rem;
  width: 100%;
  max-width: 58ch;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--mist);
}

.detail-price-box strong {
  font-size: 1.8rem;
  line-height: 1.05;
}

.detail-price-box .primary-button {
  margin-top: 0.2rem;
}

.price-room-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem;
  margin: 0.3rem 0 0;
  padding-top: 0.45rem;
  border-top: 1px solid color-mix(in srgb, var(--sea) 18%, var(--line));
}

.price-room-summary span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: var(--font-weight-extrabold);
}

.price-room-summary strong {
  min-width: 0;
  font-size: 0.9rem;
  line-height: 1.25;
}

.room-options-jump {
  width: fit-content;
  color: var(--sea-dark);
  font-size: 0.86rem;
  font-weight: var(--font-weight-heavy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.room-options-jump:hover,
.room-options-jump:focus-visible {
  color: var(--sea);
}

.detail-price-checked {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
}

.price-stay-length {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--sea-dark);
  font-weight: 750;
}

.price-stay-length svg {
  width: 0.9rem;
  height: 0.9rem;
  stroke-width: 2.25;
}

.price-trip-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 0.85rem;
  margin: 0.45rem 0 0;
  padding: 0.65rem 0;
  border-top: 1px solid color-mix(in srgb, var(--sea) 18%, var(--line));
  border-bottom: 1px solid color-mix(in srgb, var(--sea) 18%, var(--line));
}

.price-trip-summary div {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}

.price-trip-summary dt {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: var(--font-weight-extrabold);
}

.price-trip-summary dt svg {
  width: 0.82rem;
  height: 0.82rem;
  color: var(--sea-dark);
}

.price-trip-summary dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: var(--font-weight-extrabold);
  line-height: 1.3;
}

.price-trip-summary .price-trip-flight dt {
  color: var(--ink);
  font-weight: 400;
}

.price-trip-summary .price-trip-flight dd {
  font-weight: var(--font-weight-extrabold);
}

.room-options-band {
  padding: 1.35rem 0 1.55rem;
  scroll-margin-top: 80px;
  background: var(--paper);
}

.room-options-band .compact-heading {
  margin-bottom: 0.65rem;
}

.room-options-band .compact-heading h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.room-options-band .travel-month-note {
  min-height: 24px;
  padding: 0.22rem 0.48rem;
  font-size: 0.76rem;
}

.room-option-list {
  display: grid;
  gap: 0.45rem;
}

.room-option-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  grid-template-rows: auto auto;
  gap: 0.28rem 0.8rem;
  align-items: start;
  padding: 0.55rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  overflow: hidden;
  background: var(--paper);
}

.room-option-card.is-selected {
  border-color: color-mix(in srgb, var(--sea) 40%, var(--line));
}

.room-option-header {
  display: contents;
}

.room-option-header > div {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.room-option-status {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  min-height: 24px;
  padding: 0.22rem 0.5rem;
  border-radius: var(--radius-pill);
  color: var(--muted);
  background: var(--mist);
  font-size: 0.74rem;
  font-weight: var(--font-weight-heavy);
}

.room-option-card.is-selected .room-option-status {
  color: var(--paper);
  background: var(--sea);
}

.room-option-main {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  gap: 0.35rem;
  padding: 0;
}

.room-option-header h3 {
  margin: 0.04rem 0 0;
  font-size: 0.96rem;
  font-weight: var(--font-weight-heavy);
  line-height: 1.25;
}

.room-option-kicker {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
}

.room-option-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.room-option-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.24rem;
  min-height: 1.45rem;
  padding: 0.16rem 0.42rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: var(--font-weight-bold);
}

.room-option-tags svg {
  width: 0.78rem;
  height: 0.78rem;
}

.room-option-main small {
  color: var(--muted);
}

.room-option-price {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: end;
  gap: 0.16rem;
  padding: 1.8rem 0 0;
  text-align: right;
}

.room-option-price span {
  grid-column: 1;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
}

.room-option-price strong {
  grid-column: 1;
  font-size: 1.18rem;
  line-height: 1.1;
}

.room-option-price small {
  grid-column: 1;
  color: var(--muted);
  font-size: 0.76rem;
}

.room-option-price .primary-button {
  grid-column: 1;
  grid-row: auto;
  min-height: 34px;
  margin-top: 0.22rem;
  padding: 0.42rem 0.68rem;
}

.detail-disclosure-button,
.review-text-toggle {
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 40px;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--sea-dark);
  background: var(--paper);
  font: inherit;
  font-size: 0.82rem;
  font-weight: var(--font-weight-heavy);
  cursor: pointer;
}

.detail-disclosure-button:not([hidden]) {
  display: inline-flex;
}

.detail-disclosure-button svg {
  width: 1rem;
  height: 1rem;
}

.room-options-toggle {
  width: 100%;
  margin-top: 0.65rem;
}

.detail-summary .trust-note {
  margin-top: 0.25rem;
  max-width: 62ch;
}

.detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr);
  gap: 2rem;
}

.detail-content:has(.compact-flight-panel) {
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.detail-content > .side-panel {
  display: none;
}

.section-band:has(.detail-content .compact-flight-panel) {
  padding: 2rem 0 2.2rem;
}

.side-panel,
.destination-copy-panel,
.compact-flight-panel {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.compact-flight-heading {
  display: grid;
  gap: 0.2rem;
}

.compact-flight-heading .eyebrow {
  margin: 0;
}

.compact-flight-heading h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 820;
}

.flight-mobile-summary {
  display: none;
  margin: -0.25rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.compact-heading {
  align-items: center;
  margin-bottom: 1rem;
}

.compact-heading .eyebrow {
  margin-bottom: 0.35rem;
}

.weather-band {
  padding: 1.6rem 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.weather-heading-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.compact-weather-carousel-controls {
  justify-content: flex-end;
  margin-bottom: 0.4rem;
}

[data-horizontal-carousel] {
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.weather-card-list {
  min-width: 0;
}

.weather-card-list--compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.weather-card-list--year {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.1rem 0 0.55rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.weather-card-list--year .weather-climate-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
}

.weather-card-list--year [data-carousel-initial-target="true"] {
  scroll-snap-align: center;
}

.weather-climate-card {
  display: grid;
  align-content: center;
  gap: 0.32rem;
  min-width: 0;
  min-height: 5.25rem;
  padding: 0.5rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  color: var(--sea-dark);
  font-size: 0.75rem;
  font-weight: var(--font-weight-extrabold);
  line-height: 1.1;
  overflow: hidden;
}

.weather-climate-card.is-travel-month {
  border-color: var(--sea);
  background: var(--surface-tint);
  box-shadow: inset 0 0 0 1px var(--border-sea-24);
}

.weather-climate-card-head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.weather-climate-card-head strong {
  color: var(--sea-dark);
  font-size: 0.78rem;
}

.weather-climate-card-head small,
.weather-climate-card-temperatures small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}

.weather-climate-card-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(4.25rem, 0.75fr);
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.weather-climate-card-temperatures {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 0;
}

.weather-climate-card-temperatures > span {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 0.2rem;
  min-width: 0;
}

.weather-climate-card-temperatures strong {
  grid-column: 2;
  color: var(--sea-dark);
  font-size: 1rem;
  line-height: 1.15;
}

.weather-climate-card-temperatures small {
  grid-column: 2;
}

.weather-climate-card-temperatures svg {
  grid-row: 1 / span 2;
  color: var(--coral);
}

.weather-climate-card-facts {
  display: grid;
  align-content: center;
  gap: 0.1rem;
  min-width: 0;
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.05;
}

.weather-climate-card-facts > span {
  display: inline-flex;
  align-items: center;
  gap: 0.14rem;
  white-space: nowrap;
}

.weather-climate-card svg {
  flex: 0 0 auto;
  width: 0.74rem;
  height: 0.74rem;
}

.flight-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.review-grid {
  display: flex;
  grid-template-columns: none;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0 0.05rem 0.35rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.review-grid .review-card {
  flex: 0 0 calc((100% - 1.3rem) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.review-carousel {
  position: relative;
}

.review-carousel-controls {
  position: absolute;
  top: -3rem;
  right: 0;
  display: inline-flex;
  gap: 0.35rem;
}

.review-carousel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--paper);
  box-shadow: 0 6px 16px var(--shadow-ink-08);
}

.review-carousel-button svg {
  width: 1rem;
  height: 1rem;
}

.review-carousel-button:disabled {
  opacity: 0.45;
  cursor: default;
}

.compact-flight-panel .flight-grid {
  grid-template-columns: 1fr;
  gap: 0.45rem;
}

.compact-flight-panel .flight-card-header {
  padding: 0.42rem 0.6rem;
}

.section-band:has(.flight-grid) {
  padding: 2.1rem 0 2.4rem;
}

.section-band:has(.flight-grid) .compact-heading {
  margin-bottom: 0.75rem;
}

.flight-card,
.review-card,
.review-summary-mini {
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.flight-card {
  overflow: hidden;
}

.flight-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--line);
}

.flight-card-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 820;
}

.compact-flight-panel .flight-card-header h3 {
  font-size: 1rem;
}

.flight-card-header span {
  color: var(--paper);
  background: var(--sea);
}

.flight-leg-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flight-leg-list li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem;
}

.compact-flight-panel .flight-leg-list li {
  grid-template-columns: 62px minmax(0, 1fr) 62px;
  align-items: start;
  gap: 0.6rem;
  padding: 0.48rem 0.65rem;
}

.flight-leg-list li + li {
  border-top: 1px dashed var(--line);
}

.flight-time {
  display: grid;
  align-content: start;
  gap: 0.1rem;
}

.flight-time-arrival {
  text-align: right;
}

.flight-time strong {
  font-size: 1.05rem;
}

.compact-flight-panel .flight-time strong {
  font-size: 0.9rem;
}

.compact-flight-panel .flight-time span,
.compact-flight-panel .flight-route span,
.compact-flight-panel .flight-route small {
  font-size: 0.74rem;
}

.compact-flight-panel .flight-route em {
  font-size: 0.7rem;
}

.compact-flight-panel .flight-route {
  gap: 0.1rem;
}

.compact-flight-panel .flight-route > div,
.compact-flight-panel .flight-route small {
  gap: 0.04rem;
}

.compact-flight-panel .flight-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.1rem 0.45rem;
}

.compact-flight-panel .flight-duration::before {
  content: "· ";
}

.compact-flight-panel .flight-duration:first-child::before {
  content: none;
}

.flight-time span,
.flight-route span,
.flight-route small,
.flight-route em,
.review-card span,
.review-card small,
.review-summary-mini span,
.review-summary-mini small {
  color: var(--muted);
}

.flight-route {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.flight-route-main {
  min-width: 0;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.compact-flight-panel .flight-route-main {
  font-size: 0.88rem;
}

.flight-route > div,
.flight-route small {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.flight-route em {
  width: fit-content;
  padding: 0.22rem 0.42rem;
  border-radius: var(--radius-pill);
  background: var(--surface-neutral);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
}

.review-summary-mini {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem;
}

.review-summary-mini strong {
  font-size: 1.45rem;
  line-height: 1;
}

.destination-gallery-wrap {
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
}

.destination-gallery-wrap .image-gallery {
  min-height: 0;
}

.destination-gallery-wrap .gallery-stage {
  min-height: 210px;
}

.destination-bottom {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 1.5rem;
  align-items: start;
}

.destination-bottom .destination-copy-panel {
  max-width: 58ch;
}

.destination-bottom .destination-gallery-wrap {
  width: 100%;
}

.destination-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 0.15rem;
}

.destination-trip-band {
  background: var(--paper);
}

.destination-trip-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--surface-near-white);
}

.destination-compact-profile {
  display: grid;
  align-content: start;
  gap: 0.62rem;
  min-width: 0;
  padding: 0.9rem 1rem 0.9rem 0;
}

.destination-compact-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.destination-compact-head h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: var(--font-weight-heavy);
  line-height: 1.08;
}

.destination-compact-head .eyebrow {
  margin-bottom: 0.35rem;
}

.destination-transfer-chip,
.destination-profile-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
  line-height: 1.1;
}

.destination-transfer-chip {
  flex: 0 0 auto;
  max-width: 15rem;
  padding: 0.35rem 0.5rem;
  color: var(--sea-dark);
  background: var(--surface-sea-alt);
}

.destination-compact-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.destination-compact-summary.is-expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.destination-summary-toggle {
  justify-self: start;
  min-height: 30px;
  margin-top: -0.35rem;
  padding: 0.2rem 0;
  border: 0;
  background: transparent;
  color: var(--sea-dark);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.destination-country-prices {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  min-width: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.destination-country-prices > strong {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: var(--font-weight-heavy);
  line-height: 1.1;
  white-space: nowrap;
}

.destination-country-prices > div {
  display: flex;
  align-items: center;
  flex: 1 1 24rem;
  flex-wrap: wrap;
  gap: 0.3rem;
  min-width: 0;
}

.destination-country-prices span {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.26rem 0.42rem;
  border-radius: var(--radius-pill);
  background: var(--surface-neutral);
  line-height: 1.15;
  white-space: nowrap;
}

.destination-country-prices b {
  color: var(--ink);
}

.destination-country-prices svg {
  width: 0.76rem;
  height: 0.76rem;
  color: var(--coral);
}

.destination-profile-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  min-width: 0;
}

.destination-profile-chip-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.4rem;
  min-width: 0;
}

.destination-profile-chip-group > strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: var(--font-weight-heavy);
  line-height: 1.1;
  white-space: nowrap;
}

.destination-profile-chip-group > div,
.destination-compact-actions,
.destination-profile-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.destination-compact-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.55rem 0.8rem;
  min-width: 0;
}

.destination-profile-chip {
  max-width: 100%;
  padding: 0.34rem 0.48rem;
  color: var(--sea-dark);
  background: var(--surface-tint);
}

.destination-profile-chip.is-watch {
  color: var(--danger-text-strong);
  background: var(--danger-surface-soft);
}

.destination-profile-chip svg {
  width: 0.9rem;
  height: 0.9rem;
  stroke-width: 2.35;
}

.destination-compact-actions {
  justify-content: flex-end;
}

.muted-link {
  color: var(--muted);
}

.destination-trip-gallery {
  min-width: 0;
  border-left: 1px solid var(--line);
}

.destination-trip-gallery,
.destination-trip-gallery .image-gallery,
.destination-trip-gallery .gallery-stage {
  min-height: 260px;
  height: 100%;
}

.destination-profile-dialog {
  width: min(780px, calc(100vw - 2rem));
  max-height: min(820px, calc(100vh - 2rem));
  padding: 0;
  border: 0;
  border-radius: var(--radius-medium);
  background: transparent;
}

.destination-profile-dialog::backdrop {
  background: var(--overlay-night-strong);
}

.destination-profile-dialog-panel {
  display: grid;
  gap: 1rem;
  max-height: min(820px, calc(100vh - 2rem));
  overflow: auto;
  padding: 1rem;
  border-radius: var(--radius-medium);
  background: var(--paper);
  box-shadow: 0 24px 70px var(--shadow-night-28);
}

.destination-profile-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.destination-profile-dialog-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.1;
}

.destination-profile-dialog-head button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.1rem;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--ink);
  background: var(--paper);
}

.destination-profile-dialog-summary,
.destination-profile-dialog-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.destination-profile-dialog-score-help {
  margin: -0.2rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.destination-profile-dialog-section {
  display: grid;
  gap: 0.55rem;
}

.destination-profile-dialog-section + .destination-profile-dialog-section {
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.destination-profile-dialog-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.destination-profile-dialog-section-head h3 {
  margin: 0;
  color: var(--sea-dark);
  font-size: 1rem;
}

.destination-profile-dialog-section.is-watch .destination-profile-dialog-section-head h3 {
  color: var(--danger-text-strong);
}

.destination-profile-dialog-section-head > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
}

.destination-profile-dialog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.destination-profile-dialog-card {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid var(--border-sea-18);
  border-radius: var(--radius-medium);
  background: var(--surface-callout);
}

.destination-profile-dialog-card.is-watch {
  border-color: var(--border-danger-22);
  background: var(--danger-surface);
}

.destination-profile-dialog-card.is-neutral {
  border-color: var(--line);
  background: var(--surface-near-white);
}

.destination-profile-dialog-card > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
}

.destination-profile-dialog-card svg {
  color: var(--sea);
}

.destination-profile-dialog-card.is-watch svg {
  color: var(--coral);
}

.destination-profile-dialog-card strong {
  min-width: 0;
  line-height: 1.2;
}

.destination-profile-dialog-score {
  min-width: 3.6rem;
  padding: 0.24rem 0.4rem;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--surface-sea-strong);
  font-size: 0.75rem;
  font-weight: var(--font-weight-heavy);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.destination-profile-dialog-card.is-watch .destination-profile-dialog-score {
  color: var(--danger-text);
  background: var(--danger-surface-strong);
}

.destination-profile-dialog-card.is-neutral .destination-profile-dialog-score {
  color: var(--muted);
  background: var(--surface-neutral-alt);
}

.destination-profile-dialog-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.destination-profile-dialog-copy {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.2rem;
}

.destination-profile-dialog-actions {
  justify-content: flex-end;
}

.destination-profile-dialog-close {
  min-width: 7rem;
  min-height: 2.75rem;
  padding: 0.7rem 1.2rem;
}

.review-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.75rem;
}

.review-card > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.review-card p {
  margin: 0;
}

.review-card > p:not(.review-rating) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.88rem;
  line-height: 1.35;
}

.review-card > .review-text {
  display: block;
  overflow: visible;
}

.review-card > .review-text.is-collapsible:not(.is-expanded) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review-text-toggle {
  justify-self: start;
  min-height: 32px;
  padding: 0.25rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  padding: 0.2rem 0.4rem;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--surface-tint);
  font-size: 0.78rem;
  font-weight: var(--font-weight-heavy);
}

.review-note {
  gap: 0.35rem;
}

.review-heading-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.review-google-link {
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  white-space: nowrap;
}

.review-card small {
  font-size: 0.76rem;
}

.section-band:has(.review-grid) {
  padding: 1.6rem 0 1.8rem;
}

.section-band:has(.destination-bottom) {
  padding: 1.8rem 0;
}

.section-band:has(.review-grid) .compact-heading {
  margin-bottom: 0.75rem;
}

.section-band:has(.review-grid) .compact-heading h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.section-band:has(.review-grid) .travel-month-note {
  min-height: 24px;
  padding: 0.22rem 0.45rem;
  font-size: 0.75rem;
}

.compact-empty {
  max-width: 760px;
  padding: 1.1rem;
}

.location-insights {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.location-insights-heading {
  display: grid;
  gap: 0.15rem;
}

.location-insights-heading .eyebrow {
  margin: 0;
}

.location-insights-heading h2 {
  font-size: 1.45rem;
}

.location-highlight,
.nearby-item,
.google-profile-strip,
.location-panel-rich {
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.location-highlight,
.nearby-item,
.google-profile-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
}

.location-highlight {
  padding: 0.85rem;
  border-color: var(--border-sea-28);
  background: var(--surface-focus);
}

.location-highlight strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.05;
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.nearby-item {
  min-width: 0;
  padding: 0.7rem;
}

.nearby-item a,
.location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-pill);
}

.location-icon {
  color: var(--sea-dark);
  background: var(--surface-sea);
}

.location-icon svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.25;
}

.nearby-item a {
  color: var(--sea-dark);
  background: var(--surface-neutral);
  text-decoration: none;
}

.nearby-item a svg {
  width: 0.9rem;
  height: 0.9rem;
}

.location-highlight span,
.nearby-item span,
.google-profile-strip span,
.location-panel-rich span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
}

.location-highlight small,
.nearby-item small,
.google-profile-strip small,
.location-panel-rich small {
  color: var(--muted);
  font-size: 0.78rem;
}

.location-highlight strong,
.nearby-item strong,
.google-profile-strip strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.google-profile-strip {
  padding: 0.8rem;
}

.google-profile-strip .secondary-button {
  min-height: 36px;
  padding: 0.55rem 0.75rem;
  white-space: nowrap;
}

.amenity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

.muted-inline {
  color: var(--muted);
  font-size: 0.88em;
}

.location-panel,
.info-box,
.climate-card {
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.location-panel {
  min-height: 300px;
  align-content: center;
}

.location-panel-rich {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 0;
  padding: 1rem;
  align-content: initial;
}

.location-panel-rich p {
  max-width: 72ch;
  margin: 0.2rem 0 0.3rem;
  color: var(--muted);
  line-height: 1.45;
}

.location-panel-rich .secondary-button {
  gap: 0.35rem;
  white-space: nowrap;
}

.hotel-map {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--line);
}

.hotel-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hotel-map-overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  padding: 0.58rem 0.65rem;
  border: 1px solid var(--border-line-overlay);
  border-radius: var(--radius-medium);
  background: var(--overlay-paper-94);
  box-shadow: 0 14px 34px var(--shadow-ink-16);
  backdrop-filter: blur(10px);
}

.hotel-map-overlay div {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.hotel-map-overlay strong,
.hotel-map-overlay span,
.hotel-map-overlay small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-map-overlay span,
.hotel-map-overlay small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
}

.hotel-map-overlay .secondary-button {
  min-height: 34px;
  padding: 0.48rem 0.68rem;
  white-space: nowrap;
}

.climate-card span,
.info-box span,
.airport-list span {
  color: var(--muted);
}

.destination-info-grid,
.destination-facts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 1rem;
}

.destination-facts-grid {
  margin-top: 1rem;
}

.location-link-section {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.location-link-section .section-heading {
  display: block;
  margin-bottom: 0;
  text-align: left;
}

.location-link-section .section-heading .eyebrow {
  margin-bottom: 0.35rem;
}

.location-card-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  width: fit-content;
  margin-top: 0.35rem;
  color: var(--sea-dark);
  font-size: 0.82rem;
  font-weight: var(--font-weight-extrabold);
  line-height: 1.2;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.location-card-read-more svg {
  width: 0.9rem;
  height: 0.9rem;
  transition: transform 0.15s ease;
}

.destination-card:hover .location-card-read-more svg,
.destination-card:focus-visible .location-card-read-more svg {
  transform: translateX(2px);
}

.seo-monthly-deals-band {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.seo-monthly-deals {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
}

.seo-month-heading-compact {
  display: none;
}

.seo-hero-actions,
.empty-state-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: 1rem;
}

.deal-empty-state > h2,
.deal-empty-state > p {
  display: none;
}

.deal-empty-state-content {
  display: grid;
  gap: 1rem;
}

.empty-suggestion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.filter-group:has(> strong:last-child) {
  display: none;
}

.seo-month-card {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--surface-near-white);
}

.seo-monthly-empty {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem 1rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--surface-near-white);
}

.seo-monthly-empty p {
  grid-column: 1;
  margin: 0;
  color: var(--muted);
}

.seo-monthly-empty > strong {
  grid-column: 1;
}

.seo-monthly-empty > a {
  grid-column: 2;
  grid-row: 1 / span 2;
  white-space: nowrap;
}

.seo-month-card-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.5rem;
}

.seo-month-card-header strong {
  color: var(--sea-dark);
  font-size: 1rem;
  line-height: 1;
  text-transform: capitalize;
}

.seo-month-card-header span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
}

.seo-month-options {
  display: grid;
  gap: 0.35rem;
}

.seo-month-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.42rem 0.48rem;
  border-radius: 7px;
  color: var(--ink);
  background: var(--surface-tint-soft);
  text-decoration: none;
}

.seo-month-option:focus-visible,
.destination-card:focus-visible {
  outline: 3px solid var(--focus-sea);
  outline-offset: 2px;
}

.seo-month-option:hover {
  color: var(--paper);
  background: var(--sea);
}

.seo-month-option span {
  min-width: 0;
  color: inherit;
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
  white-space: nowrap;
}

.seo-month-option strong {
  color: inherit;
  font-size: 0.82rem;
  line-height: 1;
  white-space: nowrap;
}

.seo-month-option.is-empty {
  background: var(--surface-disabled);
}

.seo-month-option.is-disabled {
  cursor: default;
  color: var(--text-muted-soft);
  background: var(--surface-disabled);
}

.seo-month-option.is-disabled strong {
  font-weight: var(--font-weight-bold);
}

.seo-facts-band {
  background: var(--surface-quiet-mint);
  border-top: 1px solid var(--line);
}

.customer-fit-band,
.area-profile-band {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.customer-fit-layout,
.area-profile-layout {
  display: grid;
  gap: 1rem;
}

.customer-fit-lead,
.area-profile-lead,
.area-profile-note {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.customer-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.customer-fit-card {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  min-height: 168px;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  color: var(--ink);
  background: var(--surface-near-white);
  text-decoration: none;
}

.customer-fit-card strong {
  color: var(--sea-dark);
  font-size: 1.02rem;
}

.customer-fit-card span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.customer-fit-card em {
  align-self: end;
  color: var(--sea-dark);
  font-style: normal;
  font-weight: var(--font-weight-heavy);
}

.customer-fit-decision-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 104px;
}

.customer-fit-decision-copy {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.customer-fit-decision-copy > span {
  -webkit-line-clamp: 2;
}

.customer-fit-decision-price {
  align-self: center !important;
  white-space: nowrap;
}

.destination-image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--sea-dark);
  background: linear-gradient(145deg, var(--surface-sea-strong), var(--surface-tint-strong));
}

.destination-image-placeholder svg {
  width: 2rem;
  height: 2rem;
  opacity: 0.72;
}

.area-profile-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.75rem;
  align-items: start;
}

.area-profile-group {
  display: grid;
  gap: 0.6rem;
  min-width: 0;
}

.area-profile-group h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: var(--font-weight-heavy);
}

.area-profile-card {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.8rem;
  border: 1px solid var(--border-sea-24);
  border-radius: var(--radius-medium);
  background: var(--surface-focus);
}

.area-profile-card.is-watch {
  border-color: var(--border-danger-24);
  background: var(--danger-surface);
}

.area-profile-card.is-neutral {
  border-color: var(--line);
  background: var(--surface-near-white);
}

.area-profile-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
}

.area-profile-card-head svg {
  width: 1rem;
  height: 1rem;
  color: var(--sea);
  stroke-width: 2.4;
}

.area-profile-card.is-watch .area-profile-card-head svg {
  color: var(--coral);
}

.area-profile-card-head strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.92rem;
  line-height: 1.2;
}

.area-profile-card-head span {
  padding: 0.22rem 0.42rem;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--surface-sea-strong);
  font-size: 0.72rem;
  font-weight: var(--font-weight-heavy);
  white-space: nowrap;
}

.area-profile-card.is-watch .area-profile-card-head span {
  color: var(--danger-text-strong);
  background: var(--danger-surface-medium);
}

.area-profile-card.is-neutral .area-profile-card-head span {
  color: var(--muted);
  background: var(--surface-neutral);
}

.area-profile-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.area-profile-note {
  font-size: 0.86rem;
}

.area-profile-band .area-profile-more {
  margin-top: 0.15rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.area-profile-band .area-profile-more summary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius-small);
  background: var(--surface-tint-soft);
}

.area-profile-band .area-profile-more[open] summary {
  margin-bottom: 0.75rem;
}

.seo-facts-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 0.65rem;
}

.seo-fact-card {
  display: grid;
  align-content: start;
  gap: 0.25rem;
  min-width: 0;
  min-height: 0;
  padding: 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.seo-fact-card svg {
  width: 1rem;
  height: 1rem;
  color: var(--sea);
  stroke-width: 2.5;
}

.seo-fact-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
}

.seo-fact-card strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.seo-fact-card small {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.35;
}

.country-price-band {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0;
}

.country-price-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.country-price-intro > strong,
.country-price-intro > div:first-child > strong {
  color: var(--ink);
  font-size: 1rem;
}

.country-price-intro > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.country-price-band .section-heading {
  align-items: center;
  margin-bottom: 0.7rem;
}

.country-price-band .section-heading h2 {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.country-price-band .section-heading .eyebrow {
  margin-bottom: 0.2rem;
}

.country-price-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.country-price-card {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  padding: 0.5rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--surface-near-white);
  white-space: nowrap;
}

.country-price-card svg {
  width: 1rem;
  height: 1rem;
  color: var(--coral);
  stroke-width: 2.5;
}

.country-price-card span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: var(--font-weight-extrabold);
}

.country-price-card strong {
  color: var(--ink);
  font-size: 0.86rem;
}

.info-stack,
.airport-list {
  display: grid;
  gap: 0.75rem;
}

.airport-list > div {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.climate-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.5rem;
}

.climate-strip > div {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  padding: 0.65rem 0.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: stretch;
  padding: 0;
  background: var(--paper);
}

.seo-hero .container {
  padding: 2.25rem 2rem 2.25rem 0;
}

.seo-hero-image {
  min-height: 330px;
  background: var(--line);
}

.seo-hero .search-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.destination-overview-hero {
  padding: 2.5rem 0 1.9rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.destination-overview-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 1rem;
  align-items: end;
}

.destination-overview-hero h1 {
  max-width: 760px;
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: var(--font-weight-heavy);
  line-height: 1.04;
}

.destination-overview-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.destination-overview-trust {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.85rem;
  border: 1px solid var(--border-sea-20);
  border-radius: var(--radius-medium);
  background: var(--surface-callout);
}

.destination-overview-trust svg {
  width: 1.2rem;
  height: 1.2rem;
  color: var(--sea);
  stroke-width: 2.4;
}

.destination-overview-trust p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.destination-overview-band {
  padding-top: 1.6rem;
}

.destination-overview-layout {
  display: grid;
  gap: 1rem;
}

.destination-overview-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 420px) auto;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}

.country-search-field {
  position: relative;
  display: block;
  min-width: 0;
}

.country-search-field svg {
  position: absolute;
  top: 50%;
  left: 0.85rem;
  width: 1rem;
  height: 1rem;
  color: var(--muted);
  transform: translateY(-50%);
  pointer-events: none;
}

.country-search-field input {
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 0.85rem 0.55rem 2.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: var(--font-weight-bold);
}

.country-search-field input:focus {
  border-color: var(--border-sea-55);
  outline: 3px solid var(--border-sea-16);
}

.destination-overview-count {
  display: inline-flex;
  align-items: baseline;
  justify-self: end;
  gap: 0.35rem;
  color: var(--muted);
  font-weight: 750;
}

.destination-overview-count strong {
  color: var(--sea-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.overview-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.overview-stat-grid div {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.overview-stat-grid strong {
  color: var(--sea-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.overview-stat-grid span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.country-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.country-overview-card {
  display: grid;
  grid-template-rows: 180px minmax(0, 1fr);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  color: var(--ink);
  background: var(--paper);
  text-decoration: none;
  box-shadow: 0 8px 18px var(--shadow-ink-05);
}

.country-overview-card:hover {
  border-color: var(--border-sea-45);
  box-shadow: 0 14px 30px var(--shadow-ink-10);
}

.country-overview-card:focus-visible {
  outline: 3px solid var(--focus-sea);
  outline-offset: 2px;
}

.country-overview-image {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: var(--line);
}

.country-overview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-overview-badge {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius-pill);
  color: var(--paper);
  background: var(--coral);
  font-size: 0.78rem;
  font-weight: var(--font-weight-heavy);
  line-height: 1;
}

.country-overview-body {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.95rem;
}

.country-overview-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
}

.country-overview-title strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--sea-dark);
  font-size: 1.16rem;
  line-height: 1.15;
}

.country-overview-title svg {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--sea);
  stroke-width: 2.5;
}

.country-overview-intro {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.45;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.country-overview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  min-width: 0;
}

.country-overview-meta span {
  padding: 0.28rem 0.48rem;
  border-radius: var(--radius-pill);
  color: var(--muted);
  background: var(--surface-neutral);
  font-size: 0.78rem;
  font-weight: 750;
}

.country-overview-status {
  color: var(--sea-dark);
  font-weight: var(--font-weight-heavy);
}

.country-overview-empty {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.country-overview-empty[hidden] {
  display: none;
}

.country-overview-empty span {
  color: var(--muted);
}

.area-profile-toggle-form {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  background: var(--surface);
}

.area-profile-toggle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.area-profile-toggle-head > div {
  display: grid;
  gap: 0.15rem;
}

.area-profile-toggle-head strong {
  color: var(--ink);
}

.area-profile-toggle-head span {
  color: var(--muted);
  font-size: 0.92rem;
}

.area-profile-toggle-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.area-profile-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}

.area-profile-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.area-profile-toggle svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent);
}

.area-profile-toggle em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: var(--radius-pill);
  background: var(--surface-neutral-soft);
  color: var(--muted);
  font-style: normal;
  font-size: 0.78rem;
}

.area-profile-toggle.is-selected {
  border-color: var(--focus-sea-strong);
  background: var(--surface-brand-status);
  color: var(--sea);
}

.area-profile-toggle.is-selected em {
  background: var(--brand-status-surface);
  color: var(--sea);
}

.area-profile-more {
  display: grid;
  gap: 0.6rem;
}

.area-profile-more summary {
  width: fit-content;
  cursor: pointer;
  color: var(--accent);
  font-weight: var(--font-weight-extrabold);
}

.area-profile-more[open] summary {
  margin-bottom: 0.1rem;
}

.destination-profile-prompt,
.destination-result-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.destination-profile-prompt svg {
  width: 2rem;
  height: 2rem;
  color: var(--accent);
  flex: 0 0 auto;
}

.destination-profile-prompt h2 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
}

.destination-profile-prompt p,
.destination-result-summary span {
  margin: 0;
  color: var(--muted);
}

.destination-result-summary {
  justify-content: space-between;
  margin-bottom: 1rem;
}

.destination-match-section-results {
  display: grid;
  gap: 1rem;
}

.destination-match-section {
  display: grid;
  gap: 0.75rem;
}

.destination-match-section-head {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.destination-match-section--possible .destination-match-section-head {
  border-left-color: var(--warning);
}

.destination-match-section-head h2 {
  margin: 0;
  font-size: 1.2rem;
}

.destination-match-section-head p {
  max-width: 72ch;
  margin: 0;
  color: var(--muted);
}

.destination-region-results {
  display: grid;
  gap: 1rem;
}

.destination-region-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.destination-region-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.destination-region-head h3 {
  margin: 0.1rem 0 0.35rem;
  font-size: 1.35rem;
}

.destination-region-head p:not(.eyebrow) {
  max-width: 68ch;
  margin: 0;
  color: var(--muted);
}

.destination-region-head > span {
  flex: 0 0 auto;
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius-pill);
  background: var(--surface-neutral-soft);
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: var(--font-weight-bold);
}

.destination-match-list {
  display: grid;
  gap: 0.75rem;
}

.destination-match-card {
  display: grid;
  gap: 0.85rem;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  background: var(--surface-near-white-cool);
}

.destination-match-card.is-guide-only {
  background: var(--surface-cool);
  opacity: 0.9;
}

.destination-match-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.destination-match-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.3rem;
}

.destination-match-main h4 {
  margin: 0;
  font-size: 1.1rem;
}

.destination-match-score {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--radius-pill);
  background: var(--success-surface);
  color: var(--success-text);
  font-size: 0.82rem;
  font-weight: var(--font-weight-extrabold);
  white-space: nowrap;
}

.destination-match-card--good .destination-match-score {
  background: var(--info-surface);
  color: var(--info-text);
}

.destination-match-card--possible .destination-match-score,
.destination-match-section--possible .destination-match-score {
  background: var(--warning-surface);
  color: var(--warning-text);
}

.destination-match-main p {
  margin: 0;
  color: var(--muted);
}

.destination-match-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.compact-button {
  min-height: 2.25rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.9rem;
}

.destination-match-profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.destination-match-profiles span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.45rem;
  border-radius: var(--radius-pill);
  background: var(--surface-brand-status);
  color: var(--sea);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
}

.destination-match-profiles svg {
  width: 0.9rem;
  height: 0.9rem;
}

.destination-match-profiles strong {
  color: inherit;
  font-weight: 900;
}

.destination-card-assessment {
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid var(--border-sea-16);
  border-radius: var(--radius-medium);
  background: var(--surface-callout-alt);
}

.destination-card-assessment-head {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--sea-dark);
  font-size: 0.88rem;
}

.destination-card-assessment-head svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent);
}

.destination-card-assessment-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 0.55rem;
}

.destination-card-assessment-list article {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.65rem;
  border: 1px solid var(--border-sea-12);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.destination-card-assessment-list article > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.4rem;
}

.destination-card-assessment-list article > div svg {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--accent);
}

.destination-card-assessment-list strong {
  min-width: 0;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
}

.destination-card-assessment-list span {
  padding: 0.18rem 0.42rem;
  border-radius: var(--radius-pill);
  background: var(--surface-brand-status);
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: var(--font-weight-heavy);
  white-space: nowrap;
}

.destination-card-assessment-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.destination-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.destination-price-month {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.55rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  background: var(--paper);
}

.destination-price-month > strong {
  font-size: 0.86rem;
  color: var(--ink);
}

.destination-price-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 2rem;
  padding: 0.35rem 0.45rem;
  border-radius: var(--radius-small);
  background: var(--surface-quiet-green);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.85rem;
}

.destination-price-cell em {
  color: var(--sea);
  font-style: normal;
  font-weight: var(--font-weight-extrabold);
  white-space: nowrap;
}

.destination-price-cell.is-empty {
  color: var(--muted);
}

.destination-price-cell.is-empty em {
  color: var(--muted);
  font-weight: var(--font-weight-bold);
}

.destination-no-price {
  margin: -0.2rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.assessment-dialog {
  width: min(720px, calc(100vw - 2rem));
  max-height: min(780px, calc(100vh - 2rem));
  padding: 0;
  border: 0;
  border-radius: var(--radius-medium);
  background: transparent;
}

.assessment-dialog::backdrop {
  background: var(--overlay-night);
}

.assessment-dialog-panel {
  display: grid;
  gap: 1rem;
  max-height: min(780px, calc(100vh - 2rem));
  overflow: auto;
  padding: 1rem;
  border-radius: var(--radius-medium);
  background: var(--paper);
  box-shadow: 0 24px 70px var(--shadow-night-28);
}

.assessment-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.assessment-dialog-head h2 {
  margin: 0.1rem 0 0;
  font-size: 1.35rem;
}

.assessment-dialog-head button {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: var(--paper);
  color: var(--ink);
  font-weight: var(--font-weight-extrabold);
}

.assessment-summary {
  margin: 0;
  color: var(--muted);
}

.assessment-profile-list {
  display: grid;
  gap: 0.6rem;
}

.assessment-profile-list article,
.assessment-watch {
  display: grid;
  gap: 0.4rem;
  padding: 0.75rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  background: var(--surface-cool);
}

.assessment-profile-list article > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: center;
}

.assessment-profile-list svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent);
}

.assessment-profile-list span {
  color: var(--sea);
  font-weight: var(--font-weight-extrabold);
}

.assessment-profile-list p,
.assessment-watch p {
  margin: 0;
  color: var(--muted);
}

.assessment-watch span {
  color: var(--ink);
  font-weight: var(--font-weight-extrabold);
}

.site-footer {
  padding: 2.5rem 0;
  color: var(--footer-text);
  background: var(--ink-footer);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.8fr;
  gap: 2rem;
}

.site-footer a,
.footer-link,
.site-footer p {
  display: block;
  margin: 0.35rem 0 0;
  color: var(--footer-text);
}

.footer-link {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.site-footer a:hover,
.footer-link:hover {
  color: var(--paper);
}

.cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent-panel {
  display: grid;
  gap: 0.7rem;
  width: min(430px, calc(100% - 2rem));
  margin: 0 1rem 1rem auto;
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 12px 30px var(--shadow-night-20);
}

.cookie-consent-head {
  display: grid;
  gap: 0.3rem;
}

.cookie-consent-head .eyebrow {
  margin: 0;
}

.cookie-consent h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 830;
  line-height: 1.12;
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.cookie-consent-options {
  display: grid;
  gap: 0.45rem;
}

.cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.65rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--surface-soft);
}

.cookie-option strong {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.9rem;
}

.cookie-option > span:not(.cookie-switch) {
  padding: 0.24rem 0.5rem;
  border-radius: var(--radius-pill);
  color: var(--sea-dark);
  background: var(--surface-sea-strong);
  font-size: 0.82rem;
  font-weight: var(--font-weight-heavy);
  white-space: nowrap;
}

.cookie-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-switch {
  position: relative;
  width: 52px;
  height: 30px;
  border: 1px solid var(--line-control-strong);
  border-radius: var(--radius-pill);
  background: var(--paper);
}

.cookie-switch::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: var(--radius-pill);
  background: var(--muted);
  transition: transform var(--motion-standard) var(--motion-ease), background var(--motion-standard) var(--motion-ease);
}

.cookie-option input:checked + .cookie-switch {
  border-color: var(--sea);
  background: var(--surface-tint);
}

.cookie-option input:checked + .cookie-switch::after {
  transform: translateX(22px);
  background: var(--sea);
}

.cookie-option input:focus-visible + .cookie-switch {
  outline: 3px solid var(--border-sea-28);
  outline-offset: 3px;
}

.cookie-consent-note {
  font-size: 0.8rem;
}

.cookie-consent-note a {
  color: var(--sea-dark);
  font-weight: var(--font-weight-extrabold);
}

.cookie-consent-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.cookie-consent-actions .primary-button,
.cookie-consent-actions .secondary-button {
  width: 100%;
  min-height: 38px;
  font-size: 0.88rem;
}

.cookie-consent-actions [data-cookie-reject] {
  color: var(--paper);
  background: var(--ink-footer);
}

.cookie-consent-dismiss {
  display: grid;
  width: 38px;
  min-height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  color: var(--muted);
  background: var(--paper);
  font-size: 1.35rem;
  line-height: 1;
}

.cookie-action-initial {
  display: none;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: min(900px, calc(100% - 1.5rem));
  margin: 0 auto;
  min-height: 82px;
  padding: 0.75rem 0.9rem;
  border-width: 1px 1px 0;
  border-radius: var(--radius-large) 10px 0 0;
  box-shadow: 0 -6px 20px var(--shadow-night-13);
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-head {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-head .eyebrow,
.cookie-consent:not([data-settings-open="true"]) .cookie-consent-options,
.cookie-consent:not([data-settings-open="true"]) .cookie-consent-note {
  display: none;
}

.cookie-consent:not([data-settings-open="true"]) h2 {
  flex: 0 0 auto;
  font-size: 0.96rem;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-head p {
  font-size: 0.84rem;
  line-height: 1.35;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-actions .primary-button,
.cookie-consent:not([data-settings-open="true"]) .cookie-consent-actions .secondary-button,
.cookie-consent:not([data-settings-open="true"]) .cookie-consent-dismiss {
  width: auto;
  min-height: 38px;
  padding: 0.5rem 0.65rem;
  font-size: 0.8rem;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-action-initial {
  display: inline;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-action-settings {
  display: none;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-dismiss {
  width: 38px;
  padding: 0;
  font-size: 1.15rem;
}

@media (max-width: 767.98px) {
  .seo-monthly-empty {
    grid-template-columns: 1fr;
  }

  .seo-monthly-empty > a {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-height: 44px;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .location-link-section .destination-grid {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.1rem 0 0.65rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .location-link-section .destination-card {
    flex: 0 0 min(84vw, 320px);
    scroll-snap-align: start;
  }

  .home-deal-card {
    flex-basis: 100%;
  }

  .home-carousel-controls {
    bottom: calc(100% + 0.75rem);
  }

  .home-deal-image {
    height: 150px;
  }

  .home-price-calendar {
    min-width: 960px;
  }

  .home-price-calendar th:first-child {
    min-width: 138px;
  }

  .home-price-calendar-note {
    text-align: left;
  }

  .daterangepicker .ranges {
    float: none;
    width: 100%;
    padding: 0.75rem 0.75rem 0;
  }

  .daterangepicker .ranges ul {
    display: flex;
    gap: 0.4rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .daterangepicker .ranges li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .page-hero.info-page-hero {
    padding: 2rem 0 1.45rem;
  }

  .info-card,
  .info-panel,
  .legal-section {
    padding: 0.85rem;
  }

  .company-details div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .cookie-consent {
    right: 0;
    bottom: 0;
    left: 0;
  }

  .cookie-consent-panel {
    width: calc(100% - 1.3rem);
    margin: 0 0.65rem 0.65rem auto;
    padding: 0.8rem;
  }

  .cookie-option {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
  }

  .cookie-consent-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-consent:not([data-settings-open="true"]) .cookie-consent-panel {
    width: 100%;
    margin: 0;
    min-height: 96px;
    padding: 0.7rem 0.65rem;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .cookie-consent:not([data-settings-open="true"]) .cookie-consent-head {
    display: block;
  }

  .cookie-consent:not([data-settings-open="true"]) .cookie-consent-head p {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .cookie-consent:not([data-settings-open="true"]) .cookie-consent-actions {
    gap: 0.25rem;
  }

  .cookie-consent:not([data-settings-open="true"]) .cookie-consent-actions .primary-button,
  .cookie-consent:not([data-settings-open="true"]) .cookie-consent-actions .secondary-button {
    min-height: 38px;
    padding: 0.45rem 0.55rem;
    font-size: 0.76rem;
  }
}

/* Shared pagination for deal and destination-guide results. */
.results-pagination {
  display: flex;
  justify-content: center;
  margin: 1.15rem 0 0.4rem;
}

.results-pagination-list,
.results-pagination-pages {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.results-pagination-direction,
.results-pagination-page,
.results-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  color: var(--ink);
  background: var(--paper);
  font-size: 0.88rem;
  font-weight: var(--font-weight-extrabold);
  line-height: 1;
  text-decoration: none;
}

.results-pagination-direction {
  gap: 0.25rem;
  padding: 0 0.7rem;
}

.results-pagination-direction svg {
  width: 1rem;
  height: 1rem;
}

.results-pagination-page:hover,
.results-pagination-direction:hover {
  border-color: var(--sea);
  color: var(--sea-dark);
  background: var(--mist);
}

.results-pagination-page:focus-visible,
.results-pagination-direction:focus-visible {
  border-color: var(--sea);
  outline: 3px solid var(--border-sea-18);
  outline-offset: 1px;
}

.results-pagination-page.is-current {
  border-color: var(--sea-dark);
  color: var(--paper);
  background: var(--sea-dark);
}

.results-pagination-direction.is-disabled {
  color: var(--muted);
  background: var(--surface-section-alt);
  opacity: 0.62;
}

.results-pagination-ellipsis {
  min-width: 28px;
  border-color: transparent;
  background: transparent;
}

#deal-results:focus,
#destination-overview-results:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .results-pagination-list,
  .results-pagination-pages {
    gap: 0.22rem;
  }

  .results-pagination-pages > :not(.is-current) {
    display: none;
  }

  .results-pagination-direction,
  .results-pagination-page {
    min-width: 40px;
    min-height: 40px;
  }

  .results-pagination-direction {
    padding: 0 0.45rem;
  }

  .results-pagination-direction span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .results-pagination-ellipsis {
    min-width: 16px;
  }
}

/* Shared searchable multi-select used for airports and destinations. */
.multi-select-control {
  display: flex;
  min-width: 0;
}

.multi-select-control .multi-select-trigger {
  min-width: 0;
}

.multi-select-control:has(.multi-select-clear:not([hidden])) .multi-select-trigger {
  border-radius: var(--radius-small) 0 0 6px;
}

.multi-select-open-icon {
  width: 18px;
  height: 18px;
  color: var(--muted);
  transition: transform var(--motion-standard) var(--motion-ease);
}

.multi-select-menu.is-open .multi-select-open-icon {
  transform: rotate(180deg);
}

.multi-select-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 0 6px 6px 0;
  color: var(--sea-dark);
  background: var(--paper);
}

.multi-select-clear[hidden] {
  display: none;
}

.multi-select-popover {
  width: min(620px, calc(100vw - 2rem));
  max-height: min(620px, var(--popover-max-height, calc(100dvh - 7rem)));
  padding: 0;
  overflow: hidden;
}

.multi-select-menu.is-open .multi-select-popover {
  display: flex;
  flex-direction: column;
}

.multi-select-menu.is-popover-above .multi-select-popover {
  top: auto;
  bottom: calc(100% + 0.45rem);
}

.travel-menu .multi-select-popover {
  width: min(440px, calc(100vw - 2rem));
}

.duration-menu .multi-select-popover {
  width: min(440px, calc(100vw - 2rem));
}

.multi-select-body {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 0;
  max-height: min(500px, calc(100dvh - 13rem));
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0.85rem;
  overscroll-behavior: contain;
}

.multi-select-search {
  position: sticky;
  top: -0.85rem;
  z-index: 3;
  display: grid;
  gap: 0.3rem;
  padding-top: 0.1rem;
  background: var(--paper);
  font-size: 0.78rem;
}

.multi-select-search-control {
  display: block;
}

.multi-select-manual {
  position: sticky;
  top: -0.85rem;
  z-index: 3;
  display: grid;
  gap: 0.32rem;
  padding: 0.1rem 0 0.75rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
  font-size: 0.78rem;
  font-weight: var(--font-weight-extrabold);
}

.multi-select-manual input {
  min-height: 44px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: var(--font-weight-semibold);
}

.multi-select-manual small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: var(--font-weight-semibold);
}

.duration-menu .multi-select-check:has(input:checked) {
  color: var(--sea-dark);
  background: var(--surface-tint);
}

.multi-select-all,
.multi-select-check {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  min-height: 44px;
  padding: 0.48rem 0.55rem;
  border: 0;
  border-radius: var(--radius-small);
  color: var(--ink);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.multi-select-all {
  width: 100%;
  color: var(--sea-dark);
  font-weight: var(--font-weight-extrabold);
}

.multi-select-all:hover,
.multi-select-all.is-selected,
.multi-select-check:hover,
.multi-select-check:has(input:focus-visible) {
  background: var(--surface-tint);
}

.multi-select-all svg {
  width: 19px;
  height: 19px;
}

.multi-select-sections,
.multi-select-section,
.multi-select-list {
  display: grid;
  gap: 0.35rem;
}

.multi-select-section + .multi-select-section {
  margin-top: 0.45rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.multi-select-section h3 {
  margin: 0 0 0.15rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: var(--font-weight-heavy);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.multi-select-item {
  min-width: 0;
}

.multi-select-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
}

.multi-select-item:not(.has-children) .multi-select-row {
  grid-template-columns: 1fr;
}

.multi-select-menu .multi-select-check input,
.hero-home .search-field .multi-select-check input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  border: 1.5px solid var(--line-input);
  border-radius: 3px;
  appearance: none;
  background-color: var(--paper);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  cursor: pointer;
}

.multi-select-menu .multi-select-check input:checked {
  border-color: var(--sea);
  background-color: var(--sea);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.2 8.2 3 3.1 6.6-7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.multi-select-menu .multi-select-check input:indeterminate {
  border-color: var(--sea);
  background-color: var(--sea);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8h9' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.multi-select-menu .multi-select-check input:focus-visible {
  outline: 2px solid var(--focus-sea-outline);
  outline-offset: 2px;
}

.multi-select-check-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  flex: 1 1 auto;
}

.multi-select-check-label > span {
  display: grid;
  min-width: 0;
}

.multi-select-check-label strong {
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi-select-check-label small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: var(--font-weight-semibold);
}

.multi-select-check em {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: var(--font-weight-bold);
}

.multi-select-disclosure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--radius-small);
  color: var(--sea-dark);
  background: transparent;
}

.multi-select-disclosure:hover,
.multi-select-disclosure:focus-visible {
  background: var(--surface-tint);
}

.multi-select-disclosure svg {
  transition: transform var(--motion-standard) var(--motion-ease);
}

.multi-select-item.is-expanded .multi-select-disclosure svg,
.multi-select-item.is-search-match .multi-select-disclosure svg {
  transform: rotate(180deg);
}

.multi-select-children {
  display: none;
  margin-left: 1.2rem;
  padding-left: 0.65rem;
  border-left: 1px solid var(--line);
}

.multi-select-item.is-expanded .multi-select-children,
.multi-select-item.is-search-match .multi-select-children {
  display: grid;
}

.multi-select-child {
  width: 100%;
}

.multi-select-empty {
  margin: 0;
  padding: 1.2rem 0.5rem;
  color: var(--muted);
  text-align: center;
}

.multi-select-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.multi-select-footer > button {
  min-height: 40px;
  padding: 0.45rem 0.8rem;
  border: 0;
  border-radius: var(--radius-small);
  color: var(--sea-dark);
  background: transparent;
  font-weight: var(--font-weight-extrabold);
}

.multi-select-footer .primary-button {
  color: var(--paper);
  background: var(--sea);
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .multi-select-menu.is-open .multi-select-popover {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    width: min(640px, calc(100vw - 3rem));
    max-height: min(82dvh, 700px);
    transform: translate(-50%, -50%);
  }

  .multi-select-menu.is-open .multi-select-body {
    max-height: calc(82dvh - 72px);
  }

  .multi-select-menu.is-open .multi-select-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .multi-select-header button {
    min-height: 36px;
    padding: 0 0.7rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    color: var(--sea-dark);
    background: var(--paper);
    font-weight: var(--font-weight-heavy);
  }
}

@media (max-width: 767.98px) {
  body.search-modal-open .multi-select-menu.is-open .multi-select-popover {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100dvh;
    max-height: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    transform: none;
  }

  body.search-modal-open .multi-select-menu .multi-select-header {
    display: none;
  }

  .multi-select-body {
    flex: 1 1 auto;
    max-height: none;
    padding: 0.8rem 1rem;
  }

  .multi-select-footer {
    position: sticky;
    bottom: 0;
    z-index: 4;
    flex: 0 0 auto;
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 20px var(--shadow-ink-08);
  }

  .multi-select-footer .primary-button {
    min-width: 120px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-toggler {
    display: inline-grid;
    min-width: 44px;
    min-height: 44px;
    place-items: center;
    padding: 0.45rem;
  }

  .language-switcher {
    margin-right: 0.25rem;
  }

  .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    max-height: none;
  }

  .navbar-collapse.show {
    height: auto !important;
    overflow: visible;
  }

  .navbar-collapse .navbar-nav {
    padding: 0.45rem 0 0.75rem;
  }

  .navbar-collapse .nav-link {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .navbar-collapse .nav-button {
    justify-content: center;
    width: 100%;
    margin-top: 0.25rem;
  }

  .seo-hero-actions .primary-button,
  .seo-hero-actions .secondary-button,
  a.seo-month-option {
    min-height: 44px;
  }

  .deal-list .deal-card,
  .deal-body,
  .search-layout,
  .detail-grid,
  .detail-content,
  .detail-content:has(.compact-flight-panel),
  .destination-info-grid,
  .destination-facts-grid,
  .seo-hero,
  .info-grid,
  .contact-grid,
  .partner-intro,
  .partner-requirements,
  .partner-process,
  .info-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    gap: 0;
  }

  .detail-media-column,
  .detail-purchase-column {
    display: contents;
  }

  .detail-heading {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }

  .detail-purchase-column .detail-meta {
    order: 2;
    justify-content: flex-start;
  }

  .detail-image {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    order: 3;
  }

  .detail-image-info {
    grid-column: auto;
    grid-row: auto;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
    order: 4;
  }

  .detail-image-info > * {
    max-width: 100%;
  }

  .detail-location-area .detail-location-chips {
    grid-column: auto;
    grid-row: auto;
    order: 4;
  }

  .detail-area-profile-line {
    grid-column: auto;
    grid-row: auto;
    order: 5;
  }

  .detail-description-wrap {
    grid-column: auto;
    grid-row: auto;
    order: 5;
  }

  .detail-amenities {
    grid-column: auto;
    grid-row: auto;
    order: 6;
  }

  .detail-purchase-column > .detail-price-box {
    grid-column: auto;
    grid-row: auto;
    order: 8;
  }

  .destination-overview-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .destination-overview-trust {
    max-width: 760px;
  }

  .country-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-popover {
    width: 100%;
  }

  .deal-price {
    justify-items: start;
    text-align: left;
  }

  .seo-facts-grid,
  .country-price-grid,
  .customer-fit-grid,
  .area-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .destination-bottom,
  .destination-trip-summary {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
  }

  .destination-compact-profile {
    padding-right: 0;
  }

  .destination-trip-gallery {
    width: 100%;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .flight-grid {
    grid-template-columns: 1fr;
  }

  .review-grid .review-card {
    flex-basis: min(86vw, 420px);
  }

  .seo-hero .container {
    padding: 1rem 1.5rem 1.75rem 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .seo-monthly-deals,
  .empty-suggestion-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-location-row .location-insights {
    grid-template-columns: 1fr;
  }

  .detail-location-row .nearby-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    overflow-x: visible;
  }
}

@media (min-width: 1200px) {
  .language-switcher {
    order: 3;
    margin-left: 0.55rem;
  }
}

@media (max-width: 767.98px) {
  .detail-hero-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.45rem;
  }

  .detail-hero-header .detail-meta {
    justify-content: flex-start;
    margin: 0;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .home-deal-card {
    flex-basis: 100%;
  }

  .destination-overview-hero {
    padding: 1.8rem 0 1.35rem;
  }

  .destination-overview-hero h1 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .destination-overview-toolbar {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .destination-overview-count {
    justify-self: start;
  }

  .overview-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .country-overview-grid {
    grid-template-columns: 1fr;
  }

  .country-overview-card {
    grid-template-rows: 170px minmax(0, 1fr);
    min-height: 0;
  }

  .area-profile-toggle-head,
  .destination-region-head,
  .destination-result-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .destination-profile-prompt {
    align-items: flex-start;
  }

  .destination-match-main {
    grid-template-columns: 1fr;
  }

  .destination-match-actions {
    justify-content: flex-start;
  }

  .destination-price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199.98px) {
  .hero-home .search-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .hero-home .search-submit {
    min-height: 44px;
  }

  .hero-home {
    min-height: 420px;
  }

  .hero-home .search-panel {
    padding: 1rem;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 1.8rem;
  }

  .hero h1 {
    font-size: 2.45rem;
    line-height: 1.06;
  }

  .hero-copy {
    max-width: 34rem;
    font-size: 1rem;
  }

  .deal-grid {
    grid-template-columns: 1fr;
  }

  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-destination-row .destination-card {
    flex-basis: calc((100% - 1rem) / 2);
  }

  .home-deal-card {
    flex-basis: calc((100% - 0.85rem) / 2);
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .detail-title-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .detail-grid {
    gap: 0.75rem;
  }

  .detail-summary {
    grid-column: auto;
    grid-row: auto;
    display: grid;
  }

  .detail-hero-header {
    grid-column: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.45rem;
  }

  .detail-hero-header .detail-meta {
    justify-content: flex-start;
    margin: 0;
  }

  .detail-heading .eyebrow {
    margin: 0;
  }

  .detail-image {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-review-link {
    justify-self: start;
    min-width: 0;
    grid-template-columns: auto auto auto;
    align-items: baseline;
    gap: 0.45rem;
    padding: 0.35rem 0.5rem;
  }

  .detail-image,
  .seo-hero-image {
    min-height: auto;
    height: 200px;
  }

  .detail-image {
    height: 260px;
  }

  .detail-image .image-gallery {
    grid-template-rows: minmax(0, 1fr);
  }

  .detail-image .gallery-footer {
    display: none;
  }

  .detail-price-box {
    width: 100%;
    max-width: none;
  }

  .room-option-card {
    grid-template-columns: minmax(0, 1fr) minmax(104px, auto);
    align-items: center;
    gap: 0.55rem;
    padding: 0.62rem 0.68rem;
  }

  .room-option-price {
    min-width: 104px;
    grid-template-columns: 1fr;
    justify-items: end;
    text-align: right;
  }

  .room-option-price span,
  .room-option-price strong,
  .room-option-price small,
  .room-option-price .primary-button {
    grid-column: 1;
    grid-row: auto;
  }

  .room-option-price .primary-button {
    width: auto;
    min-height: 32px;
    padding: 0.36rem 0.56rem;
  }

  .room-option-main h3 {
    font-size: 0.9rem;
  }

  .review-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .review-grid .review-card {
    flex-basis: auto;
  }

  .room-option-tags {
    gap: 0.24rem;
  }

  .room-option-tags span {
    min-height: 1.35rem;
    padding: 0.12rem 0.34rem;
    font-size: 0.72rem;
  }

  .location-picker-grid,
  .climate-strip {
    grid-template-columns: 1fr;
  }

  .seo-monthly-deals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .empty-suggestion-grid {
    grid-template-columns: 1fr;
  }

  .country-price-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.1rem 0 0.45rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .country-price-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .country-price-intro {
    align-items: center;
    flex-direction: row;
    gap: 0.75rem;
  }

  .country-price-intro > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .seo-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-fit-grid,
  .area-profile-grid {
    grid-template-columns: 1fr;
  }

  .customer-fit-decision-grid {
    display: flex;
    gap: 0.7rem;
    overflow-x: auto;
    padding: 0.1rem 0 0.55rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .customer-fit-decision-card {
    flex: 0 0 min(82vw, 330px);
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 118px;
    scroll-snap-align: start;
  }

  .customer-fit-decision-price {
    align-self: end !important;
  }

  .customer-fit-card {
    min-height: 0;
  }

  .compact-heading {
    align-items: start;
    flex-direction: column;
  }

  .weather-heading-actions {
    width: 100%;
    justify-content: space-between;
  }

  .weather-carousel-controls button {
    width: 40px;
    height: 40px;
  }

  .review-carousel-controls {
    position: static;
    margin-bottom: 0.55rem;
  }

  .flight-leg-list li {
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    gap: 0.55rem;
    padding: 0.85rem;
  }

  .flight-time strong {
    font-size: 0.96rem;
  }

  .gallery-button {
    width: 38px;
    height: 38px;
  }

  .destination-gallery-wrap,
  .destination-trip-gallery,
  .destination-gallery-wrap .image-gallery,
  .destination-trip-gallery .image-gallery,
  .destination-gallery-wrap .gallery-stage,
  .destination-trip-gallery .gallery-stage {
    min-height: 210px;
  }

  .location-panel {
    min-height: 260px;
  }

  .hotel-map {
    min-height: 420px;
  }

  .nearby-grid,
  .location-panel-rich,
  .google-profile-strip {
    grid-template-columns: 1fr;
  }

  .detail-location-row {
    margin-top: 0.75rem;
  }

  .detail-location-row .nearby-grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .detail-location-row .location-highlight,
  .detail-location-row .nearby-item {
    min-height: 116px;
  }

  .location-panel-rich,
  .google-profile-strip {
    justify-items: start;
  }

  .hotel-map-overlay {
    display: none;
  }

  .section-band:has(.search-layout) {
    padding-top: 0.75rem;
  }

  .search-page-hero {
    padding: 1.6rem 0 0.85rem;
  }

  .search-page-hero h1 {
    margin-bottom: 0.55rem;
    font-size: 2.05rem;
    line-height: 1.08;
  }

  .search-page-hero p:not(.eyebrow) {
    margin-bottom: 0.85rem;
    font-size: 0.98rem;
  }

  .mobile-search-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.75rem;
  }

  .mobile-search-summary span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-height: 2rem;
    padding: 0.35rem 0.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    background: var(--surface-soft);
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 750;
  }

  .search-edit-panel {
    display: none;
  }

  body.search-edit-open .search-edit-panel {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    max-height: min(86dvh, 720px);
    overflow: auto;
    padding: 0 1rem 0.75rem;
    border-radius: 16px 16px 0 0;
    background: var(--paper);
    box-shadow: 0 -16px 44px var(--shadow-ink-18);
  }

  body.search-edit-open .mobile-results-actions,
  body.filter-open .mobile-results-actions {
    display: none;
  }

  .search-edit-panel .search-panel-compact {
    margin-top: 0;
    padding-bottom: 0.75rem;
    border: 0;
    box-shadow: none;
  }

  .mobile-sheet-head {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 -1rem 0.75rem;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--overlay-paper-98);
  }

  .mobile-sheet-head div {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
  }

  .mobile-sheet-head strong {
    color: var(--ink);
    font-size: 1.05rem;
  }

  .mobile-sheet-head span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: var(--font-weight-bold);
  }

  .mobile-sheet-head button {
    min-height: 38px;
    padding: 0 0.75rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    color: var(--sea-dark);
    background: var(--paper);
    font-weight: var(--font-weight-heavy);
  }

  .compact-search-footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    display: block;
    margin: 0 -1rem -0.75rem;
    padding: 0.75rem 1rem max(0.75rem, env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: var(--overlay-paper-98);
    box-shadow: 0 -8px 20px var(--shadow-ink-08);
  }

  .compact-search-footer .primary-button {
    width: 100%;
  }

  .search-panel,
  .search-panel-compact,
  .seo-hero .search-panel,
  .hero-home .search-panel {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    max-width: 100%;
    padding: 0.75rem;
  }

  .travel-menu,
  .destination-menu,
  .date-field,
  .date-menu,
  .duration-menu,
  .direct-field,
  .passenger-menu,
  .search-submit {
    grid-column: 1 / -1;
  }

  .passenger-field {
    grid-column: 1 / -1;
  }

  .search-panel-compact .duration-menu,
  .search-panel-compact .direct-field,
  .search-panel-compact .passenger-menu {
    grid-column: 1 / -1;
  }

  .hero-home .travel-menu,
  .hero-home .destination-menu,
  .hero-home .passenger-menu,
  .hero-home .date-menu,
  .hero-home .duration-menu,
  .hero-home .search-submit {
    grid-column: 1 / -1;
  }

  .seo-hero h1 {
    font-size: 2rem;
    line-height: 1.08;
  }

  body.search-modal-open .travel-menu.is-open .field-popover,
  body.search-modal-open .duration-menu.is-open .field-popover,
  body.search-modal-open .passenger-menu.is-open .field-popover {
    position: fixed;
    inset: auto 0 0;
    z-index: 1000;
    width: auto;
    max-height: min(76dvh, 620px);
    height: auto;
    padding: 1rem;
    border: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -16px 44px var(--shadow-ink-18);
  }

  body.search-modal-open .destination-menu.is-open .field-popover,
  body.search-modal-open .date-menu.is-open .field-popover {
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: auto;
    max-height: none;
    height: 100dvh;
    padding: 1rem;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .duration-popover {
    gap: 0.35rem;
  }

  .passenger-popover,
  .duration-popover,
  .travel-menu .field-popover {
    width: auto;
  }

  body.search-modal-open .popover-mobile-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: -1rem -1rem 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--overlay-paper-98);
    box-shadow: 0 8px 20px var(--shadow-ink-08);
  }

  .popover-mobile-header strong {
    font-size: 1.12rem;
  }

  .popover-mobile-header button {
    min-height: 36px;
    padding: 0 0.7rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    color: var(--sea-dark);
    background: var(--paper);
    font-weight: var(--font-weight-heavy);
  }

  body.search-modal-open .daterangepicker {
    position: fixed !important;
    inset: auto 0 0 !important;
    width: auto;
    height: auto;
    max-height: min(680px, calc(100dvh - 1rem));
    margin: 0;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: var(--paper);
    box-shadow: 0 -16px 44px var(--shadow-ink-18);
  }

  .duration-full-list {
    display: none;
  }

  .duration-manual {
    margin-top: 0.2rem;
    border-top: 1px solid var(--line);
  }

  .daterangepicker.openscenter::before,
  .daterangepicker.openscenter::after {
    display: none;
  }

  .daterangepicker .drp-calendar {
    max-width: none;
    width: 100%;
    padding: 1rem;
  }

  .daterangepicker .drp-calendar.left,
  .daterangepicker .drp-calendar.right {
    clear: none;
  }

  .daterangepicker .calendar-table {
    border: 0;
  }

  .daterangepicker .calendar-table table {
    width: 100%;
    border-spacing: 4px;
  }

  .daterangepicker td {
    height: 38px;
    font-size: 0.92rem;
  }

  .daterangepicker .drp-buttons {
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    background: var(--paper);
    box-shadow: 0 -8px 20px var(--shadow-ink-08);
  }

  .daterangepicker .drp-selected {
    flex: 1 1 100%;
    text-align: left;
  }

  .stepper {
    grid-template-columns: 36px minmax(44px, 1fr) 36px;
  }

  .stepper button {
    font-size: 1.15rem;
  }

  .destination-category-list {
    grid-template-columns: 1fr;
  }

  .results-area-profile {
    display: none;
  }

  .mobile-results-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.75rem;
  }

  .mobile-search-edit-button,
  .mobile-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
    min-height: 44px;
    padding: 0 0.75rem;
    border-radius: var(--radius-medium);
    font-weight: var(--font-weight-heavy);
    line-height: 1;
  }

  .mobile-search-edit-button {
    border: 1px solid var(--line);
    color: var(--sea-dark);
    background: var(--paper);
  }

  .mobile-filter-button {
    position: static;
    z-index: auto;
    width: auto;
    margin: 0;
    border: 0;
    color: var(--paper);
    background: var(--sea);
    box-shadow: none;
  }

  .filter-panel {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    height: 100dvh;
    max-height: none;
    overflow: auto;
    padding: 1rem 1rem 5.75rem;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.filter-open .filter-panel {
    display: block;
  }

  .filter-form {
    display: flex;
    flex-direction: column;
  }

  .filter-form > * {
    order: initial;
  }

  .filter-panel-selected-filters {
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--line);
  }

  .filter-panel-selected-filters[hidden] {
    display: none;
  }

  .filter-mobile-header > div {
    display: grid;
    gap: 0.1rem;
  }

  .filter-mobile-header > div > span {
    color: var(--muted);
    font-size: 0.82rem;
  }

  .filter-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    margin: -1rem -1rem 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--overlay-paper-98);
    box-shadow: 0 8px 20px var(--shadow-ink-08);
  }

  .filter-area-profiles {
    display: grid;
  }

  .results-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .results-toolbar > div {
    order: 2;
  }

  .results-toolbar .sort-form {
    order: 1;
    width: 100%;
    justify-content: space-between;
  }

  .results-toolbar .sort-form select {
    min-width: 160px;
  }

  .filter-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 0.9rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    color: var(--sea-dark);
    background: var(--paper);
    font-size: 1rem;
    font-weight: var(--font-weight-heavy);
    line-height: 1;
  }

  .filter-mobile-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    display: none;
    padding: 0.75rem 1rem max(0.75rem, env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: var(--overlay-paper-98);
    box-shadow: 0 -8px 20px var(--shadow-ink-08);
  }

  body.filter-open .filter-mobile-footer {
    display: block;
  }

  .filter-mobile-footer .primary-button {
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .seo-month-heading-desktop {
    display: none;
  }

  .seo-month-heading-compact {
    display: inline;
  }

  .seo-month-card:nth-child(n + 5) {
    display: none;
  }

  .home-featured-actions,
  .section-heading > .home-carousel-controls {
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (max-width: 1199.98px) {
  .daterangepicker .drp-calendar.right {
    display: none !important;
  }

  body.search-modal-open .daterangepicker .ranges {
    float: none;
    width: 100%;
    padding: 0.65rem 0.75rem 0;
  }

  body.search-modal-open .daterangepicker .ranges ul {
    display: flex;
    gap: 0.4rem;
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
    overflow-x: auto;
    padding: 0 0 0.25rem;
    scrollbar-width: thin;
  }

  body.search-modal-open .daterangepicker .ranges li {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0.45rem 0.65rem;
    line-height: 1.15;
    white-space: nowrap;
  }

  body.search-modal-open .daterangepicker .drp-calendar.left {
    float: none;
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
  }

}

@media (min-width: 768px) {
  .weather-card-list--compact .weather-climate-card {
    font-size: 0.825rem;
  }

  .weather-card-list--compact .weather-climate-card-head strong {
    font-size: 0.86rem;
  }

  .weather-card-list--compact .weather-climate-card-head small,
  .weather-card-list--compact .weather-climate-card-temperatures small {
    font-size: 0.64rem;
  }

  .weather-card-list--compact .weather-climate-card-temperatures strong {
    font-size: 1.1rem;
  }

  .weather-card-list--compact .weather-climate-card-facts {
    font-size: 0.66rem;
  }
}

@media (max-width: 767.98px) {

  .weather-card-list--compact .weather-climate-card-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .weather-card-list--compact .weather-climate-card-temperatures {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .weather-card-list--compact .weather-climate-card-temperatures > span {
    width: 100%;
  }

  .weather-card-list--compact .weather-climate-card-temperatures > span:first-child {
    justify-content: end;
    text-align: right;
  }

  .weather-card-list--compact .weather-climate-card-temperatures > span:last-child {
    justify-content: start;
    text-align: left;
  }

  .weather-card-list--compact .weather-climate-card-facts {
    display: none;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .home-destination-row .destination-card {
    flex-basis: 86%;
  }

  .home-deal-card {
    flex-basis: 100%;
  }

  .destination-compact-head {
    flex-direction: column;
    gap: 0.55rem;
  }

  .destination-transfer-chip {
    flex: 0 1 auto;
    max-width: 100%;
  }

  .destination-profile-groups,
  .destination-profile-dialog-grid {
    grid-template-columns: 1fr;
  }

  .weather-card-list--compact {
    display: flex;
    gap: 0.3rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .weather-card-list--compact .weather-climate-card {
    flex: 0 0 9rem;
    align-content: center;
    padding: 0.4rem;
    scroll-snap-align: start;
  }

  .destination-compact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .destination-country-prices {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }

  .destination-country-prices > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 1 auto;
    gap: 0.3rem;
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
  }

  .destination-country-prices span {
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 0;
    white-space: normal;
  }

  .destination-compact-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .destination-compact-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .destination-compact-actions .compact-button {
    width: 100%;
  }

  .hero-home {
    min-height: auto;
  }

  .hero-content {
    padding-top: 3.2rem;
    padding-bottom: 0.85rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-proof {
    gap: 0.4rem;
  }

  .hero-proof a {
    min-height: 31px;
    padding: 0.32rem 0.48rem;
    font-size: 0.76rem;
  }

  .hero h1 {
    margin-bottom: 0.65rem;
    font-size: 1.92rem;
  }

  .hero-home .search-panel {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    margin-top: 0.85rem;
    padding: 0.6rem;
  }

  .hero-home .travel-menu,
  .hero-home .destination-menu,
  .hero-home .passenger-menu,
  .hero-home .date-menu,
  .hero-home .duration-menu {
    grid-column: 1 / -1;
  }

  .hero-home .search-submit {
    grid-column: 1 / -1;
  }

  .hero-home .field-label {
    font-size: 0.76rem;
  }

  .hero-home .field-button,
  .hero-home .search-field input,
  .hero-home .search-field select {
    min-height: 40px;
    padding: 0.48rem 0.55rem;
  }

  .hero-home .primary-button {
    min-height: 42px;
  }

  .compact-search-footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    display: block;
    margin: 0 -1rem -0.75rem;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: var(--overlay-paper-98);
    box-shadow: 0 -8px 20px var(--shadow-ink-08);
  }

  .compact-search-footer .primary-button {
    width: 100%;
  }

  .search-panel {
    margin-top: 0.95rem;
  }

  .search-page-hero {
    padding-top: 1.25rem;
  }

  .search-page-hero h1 {
    font-size: 1.95rem;
  }

  .mobile-search-summary {
    gap: 0.35rem;
  }

  .mobile-search-summary span {
    font-size: 0.78rem;
  }

  .deal-price {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: start;
    align-items: center;
    text-align: left;
    padding-top: 0.75rem;
    border-top: 1px solid var(--line);
  }

  .deal-price .operator-logo,
  .deal-price > strong:first-child {
    grid-column: 1 / -1;
  }

  .deal-price > span,
  .deal-price > strong,
  .deal-price > small {
    grid-column: 1;
  }

  .deal-price .primary-button {
    grid-column: 2;
    grid-row: 2 / span 3;
    align-self: center;
  }

  .mobile-detail-cta {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    margin: 0 -1rem;
    padding: 0.75rem 1rem max(0.75rem, env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: var(--overlay-paper-98);
    box-shadow: 0 -8px 22px var(--shadow-ink-12);
  }

  .mobile-detail-cta div {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
  }

  .mobile-detail-cta span {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: var(--font-weight-extrabold);
  }

  .mobile-detail-cta strong {
    color: var(--ink);
    font-size: 1.05rem;
  }

  .mobile-detail-cta .primary-button {
    min-height: 42px;
    padding: 0 0.75rem;
    white-space: nowrap;
  }

  /* Date shortcuts stay readable instead of becoming a clipped horizontal strip. */
  .daterangepicker .ranges {
    float: none;
    width: 100%;
    padding: 0.75rem 0.75rem 0;
  }

  .daterangepicker .ranges ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
    overflow: visible;
    padding: 0;
  }

  .daterangepicker .ranges li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.5rem 0.55rem;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
  }

  body.search-modal-open .field-popover {
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .detail-description.is-collapsible:not(.is-expanded) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 767.98px) {
  .detail-purchase-column > .detail-price-box {
    order: 6;
  }

  .detail-amenities {
    order: 7;
  }

  .detail-location-area {
    order: 8;
  }
}

/* Mobile and tablet carousels use free native momentum, without card snapping. */
@media (max-width: 1199.98px) {
  [data-draggable-scroll],
  [data-horizontal-carousel],
  .home-deal-track,
  .home-article-track,
  .home-destination-row,
  .guide-deal-grid--carousel,
  .guide-location-list,
  .guide-destination-grid,
  .weather-card-list--year,
  .weather-card-list--compact,
  .review-grid,
  .location-link-section .destination-grid,
  .country-price-grid,
  .customer-fit-decision-grid,
  .detail-location-row .nearby-grid {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }
}

@media (min-width: 1200px) {
  .detail-content:has(.compact-flight-panel) {
    grid-template-columns: minmax(0, 1fr);
  }

  .compact-flight-panel .flight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

/* Deal details: compact mobile hierarchy and progressive disclosure. */
@media (max-width: 767.98px) {
  body:has(.mobile-detail-cta) {
    padding-bottom: 0;
  }

  body.detail-sticky-cta-visible:has(.mobile-detail-cta) {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .mobile-detail-cta.is-enhanced {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    pointer-events: none;
    transition: opacity var(--motion-standard) var(--motion-ease), transform var(--motion-standard) var(--motion-ease), visibility var(--motion-standard) var(--motion-ease);
  }

  .mobile-detail-cta.is-enhanced.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .detail-feature-line {
    flex-wrap: wrap;
    gap: 0.45rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .detail-location-area {
    display: block;
    order: 7;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-medium);
    background: var(--paper);
  }

  .detail-location-area > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 48px;
    padding: 0.7rem 0.8rem;
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: var(--font-weight-heavy);
    cursor: pointer;
    list-style: none;
  }

  .detail-location-area > summary::-webkit-details-marker {
    display: none;
  }

  .detail-location-area > summary span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
  }

  .detail-location-area > summary svg {
    width: 1rem;
    height: 1rem;
    color: var(--sea-dark);
  }

  .detail-location-area > summary > svg:last-child {
    transition: transform var(--motion-standard) var(--motion-ease);
  }

  .detail-location-area[open] > summary > svg:last-child {
    transform: rotate(180deg);
  }

  .detail-location-area:not([open]) > .detail-location-area-content {
    display: none;
  }

  .detail-location-area-content {
    display: grid;
    gap: 0.65rem;
    padding: 0 0.8rem 0.8rem;
    border-top: 1px solid var(--line);
  }

  .detail-location-area .detail-location-chips,
  .detail-location-area .detail-area-profile-line {
    display: flex;
    order: initial;
    padding-top: 0.7rem;
  }

  .detail-location-area .detail-area-profile-line {
    padding-top: 0;
  }

  .detail-amenities {
    order: 6;
    padding: 0.65rem 0;
  }

  .detail-amenities ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .detail-amenities li {
    font-size: 0.76rem;
  }

  .detail-purchase-column > .detail-price-box {
    order: 8;
  }

  .detail-feature-line span,
  .detail-weather-summary > span,
  .detail-location-trigger {
    max-width: 100%;
  }

  .detail-feature-line span {
    white-space: normal;
  }

  .price-trip-summary {
    gap: 0.55rem 0.65rem;
  }

  .price-trip-summary dd {
    font-size: 0.8rem;
  }

  .detail-location-row .location-highlight {
    min-height: 88px;
    padding: 0.65rem;
  }

  .detail-location-row .nearby-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, 72vw);
    grid-template-columns: none;
    gap: 0.55rem;
    align-items: stretch;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 0 0.35rem;
    scroll-snap-type: inline proximity;
    scrollbar-width: thin;
  }

  .detail-location-row .nearby-item {
    min-height: 88px;
    padding: 0.58rem;
    scroll-snap-align: start;
  }

  .flight-mobile-summary {
    display: block;
  }

  .compact-flight-panel .detail-disclosure-button {
    width: 100%;
  }

  .compact-flight-panel.is-mobile-collapsed [data-flight-details] {
    display: none;
  }

  .room-option-list.is-mobile-collapsed .room-option-card:nth-child(n + 3):not(.is-selected) {
    display: none;
  }

  .review-card > .review-text.is-collapsible:not(.is-expanded) {
    -webkit-line-clamp: 4;
  }
}

/* Keep the search flow compact through tablet widths; desktop search starts at 1200px. */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .search-panel,
  .search-panel-compact,
  .seo-hero .search-panel {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    max-width: 100%;
    padding: 0.75rem;
  }

  .travel-menu,
  .destination-menu,
  .date-field,
  .date-menu,
  .duration-menu,
  .direct-field,
  .passenger-menu,
  .passenger-field,
  .search-submit,
  .search-panel-compact .duration-menu,
  .search-panel-compact .direct-field,
  .search-panel-compact .passenger-menu {
    grid-column: 1 / -1;
  }

  .hero-home .field-button,
  .hero-home .search-field input,
  .hero-home .search-field select {
    min-height: 40px;
    padding: 0.48rem 0.55rem;
  }

  .hero-home .primary-button {
    min-height: 42px;
  }

  body.search-modal-open .travel-menu.is-open .field-popover,
  body.search-modal-open .duration-menu.is-open .field-popover,
  body.search-modal-open .passenger-menu.is-open .field-popover {
    position: fixed;
    inset: auto 0 0;
    z-index: 1000;
    width: auto;
    max-height: min(76dvh, 620px);
    height: auto;
    padding: 1rem;
    border: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -16px 44px var(--shadow-ink-18);
    transform: none;
  }

  body.search-modal-open .destination-menu.is-open .field-popover,
  body.search-modal-open .date-menu.is-open .field-popover,
  body.search-modal-open .multi-select-menu.is-open .multi-select-popover {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100dvh;
    max-height: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  body.search-modal-open .destination-menu.is-open .field-popover,
  body.search-modal-open .date-menu.is-open .field-popover {
    padding: 1rem;
  }

  body.search-modal-open .popover-mobile-header {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: -1rem -1rem 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--overlay-paper-98);
    box-shadow: 0 8px 20px var(--shadow-ink-08);
  }

  body.search-modal-open .multi-select-menu .multi-select-header {
    display: none;
  }

  .multi-select-body {
    flex: 1 1 auto;
    max-height: none;
    padding: 0.8rem 1rem;
  }

  .multi-select-footer {
    position: sticky;
    bottom: 0;
    z-index: 4;
    flex: 0 0 auto;
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 20px var(--shadow-ink-08);
  }

  body.search-modal-open .multi-select-menu.is-open .multi-select-body {
    flex: 1 1 0;
    min-height: 0;
    max-height: none;
  }

  body.search-modal-open .multi-select-menu.is-open .multi-select-footer {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  body.search-modal-open .multi-select-menu.is-open .multi-select-footer > button {
    width: 100%;
    min-height: 44px;
  }

  body.search-modal-open .daterangepicker {
    position: fixed !important;
    inset: auto 0 0 !important;
    z-index: 1000;
    width: auto;
    height: auto;
    max-height: min(680px, calc(100dvh - 1rem));
    margin: 0;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: var(--paper);
    box-shadow: 0 -16px 44px var(--shadow-ink-18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-detail-cta.is-enhanced {
    transition: none;
  }
}

/* Compact page context should stay subordinate to the search and results. */
.search-page-hero {
  padding: 0.65rem 0 0.8rem;
}

@media (max-width: 1199.98px) {
  .filter-accordion > summary {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
  }

  .filter-expand-label {
    display: inline-flex;
  }
}

/* Compact result context and resilient filter sheet. */
.breadcrumbs {
  font-size: 0.94rem;
}

.search-page-hero .breadcrumbs {
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .hero-home .field-label {
    font-size: 0.86rem;
  }

  .search-page-hero .search-panel-compact {
    margin-top: 1rem;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .filter-panel {
    top: 4.75rem;
    max-height: calc(100dvh - 5.75rem);
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
}

.results-header {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
}

.results-toolbar {
  align-items: center;
  margin: 0;
}

.results-summary {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25rem 0.4rem;
}

.results-header > .selected-filters {
  margin: 0;
  gap: 0.4rem;
}

.selected-filters.filter-panel-selected-filters {
  display: none;
}

@media (max-width: 1199.98px) {
  .filter-panel {
    overflow-y: auto;
    padding: 0 1rem 5.75rem;
  }

  .filter-mobile-header {
    position: sticky;
    top: 0;
    z-index: 20;
    margin: 0 -1rem 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 7px 18px var(--shadow-ink-10);
  }

  .filter-mobile-header strong {
    font-size: 1.25rem;
    line-height: 1.15;
  }

  .filter-mobile-header > div > span {
    font-size: 0.875rem;
  }

  .filter-close {
    min-height: 44px;
  }

  .selected-filters.filter-panel-selected-filters {
    display: flex;
  }

  .selected-filters.filter-panel-selected-filters[hidden] {
    display: none;
  }

  .results-toolbar {
    flex-direction: row;
    align-items: center;
  }

  .results-toolbar > div,
  .results-toolbar .sort-form {
    order: initial;
  }

  .results-toolbar .sort-form {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .mobile-search-summary {
    display: none;
  }

  .section-band:has(.search-layout) > .container {
    width: 100%;
  }

  .results-summary span {
    flex-basis: 100%;
    font-size: 0.8rem;
  }

  .results-toolbar .sort-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .results-toolbar .sort-form select {
    min-width: 112px;
  }
}

/* Result-card gallery and compact comparison layout. */
.deal-card-gallery,
.deal-card-gallery-stage {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: var(--line);
  touch-action: pan-y;
}

.deal-card-gallery-slide {
  position: absolute;
  inset: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity var(--motion-standard) var(--motion-ease);
}

.deal-card-gallery-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.deal-card-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deal-card-gallery-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  color: var(--paper);
  background: var(--tooltip-surface);
  box-shadow: 0 2px 10px var(--shadow-black-18);
  transform: translateY(-50%);
}

.deal-card-gallery-button:hover {
  background: var(--tooltip-surface-hover);
}

.deal-card-gallery-button:focus-visible,
.deal-card-gallery-slide:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: -4px;
}

.deal-card-gallery-button-prev {
  left: 0.5rem;
}

.deal-card-gallery-button-next {
  right: 0.5rem;
}

.deal-card-gallery-count {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  z-index: 3;
  padding: 0.25rem 0.45rem;
  border-radius: var(--radius-pill);
  color: var(--paper);
  background: var(--tooltip-surface-strong);
  font-size: 0.76rem;
  font-weight: var(--font-weight-heavy);
}

.deal-travel-facts {
  display: grid;
  gap: 0.26rem;
  margin: 0.55rem 0 0;
  font-size: 0.88rem;
  line-height: 1.25;
}

.deal-travel-facts > div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 0.45rem;
}

.deal-travel-facts dt {
  color: var(--ink);
}

.deal-travel-facts dd {
  min-width: 0;
}

.deal-main .freshness {
  margin-top: 0.55rem;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .deal-list .deal-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 260px;
  }

  .deal-list .deal-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 155px;
    gap: 0.8rem;
    padding: 0.85rem 0.9rem;
  }

  .deal-list .deal-main h3 {
    font-size: 1.18rem;
  }

  .deal-list .deal-meta {
    gap: 0.3rem;
    margin: 0.45rem 0;
  }

  .deal-list .deal-meta > span {
    padding: 0.22rem 0.4rem;
    font-size: 0.73rem;
  }

  .deal-list .deal-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }

  .deal-list .deal-price .primary-button {
    min-width: 124px;
    margin-top: auto;
  }
}

@media (min-width: 768px) and (max-width: 899.98px) {
  .deal-list .deal-card {
    grid-template-columns: 235px minmax(0, 1fr);
    min-height: 260px;
  }

  .deal-list .deal-body {
    grid-template-columns: minmax(0, 1fr) 135px;
    gap: 0.65rem;
    padding: 0.75rem;
  }

  .deal-list .deal-price strong {
    font-size: 1.5rem;
  }

  .deal-travel-facts {
    font-size: 0.84rem;
  }
}

@media (min-width: 1200px) {
  .deal-list .deal-card {
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: 250px;
  }

  .deal-list .deal-body {
    grid-template-columns: minmax(0, 1fr) 170px;
    padding: 0.9rem 1rem;
  }
}

@media (max-width: 767.98px) {
  .deal-list .deal-card {
    display: block;
  }

  .deal-card-gallery {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .deal-body {
    display: block;
    padding: 0.8rem 0.9rem 0.9rem;
  }

  .deal-location {
    margin-top: 0.18rem;
  }

  .deal-meta {
    gap: 0.3rem;
    margin: 0.45rem 0;
  }

  .deal-meta > span {
    padding: 0.22rem 0.4rem;
    font-size: 0.73rem;
  }

  .deal-travel-facts {
    font-size: 0.84rem;
  }

  .deal-travel-facts > div {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .deal-price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
    gap: 0.12rem 0.65rem;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--line);
    text-align: left;
  }

  .deal-price .operator-logo,
  .deal-price .operator-name {
    max-height: 28px;
    margin: 0 0 0.2rem;
  }

  .deal-price > span,
  .deal-price > strong,
  .deal-price > small {
    grid-column: 1;
  }

  .deal-price .primary-button {
    grid-column: 2;
    grid-row: 2 / span 3;
    align-self: center;
    min-height: 44px;
    white-space: nowrap;
  }
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-note {
  display: block;
  grid-column: 1;
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
}

.cookie-consent:not([data-settings-open="true"]) .cookie-consent-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
}

@media (max-width: 767.98px) {
  .cookie-consent:not([data-settings-open="true"]) .cookie-consent-panel {
    grid-template-columns: 1fr;
  }

  .cookie-consent:not([data-settings-open="true"]) .cookie-consent-actions {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Filter polish from the final search-flow review. */
.filter-more-label-expanded {
  display: none;
}

.filter-profile-more[open] .filter-more-label-collapsed {
  display: none;
}

.filter-profile-more[open] .filter-more-label-expanded {
  display: inline;
}

.filter-accordion .filter-details-content .slider-heading strong {
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.3;
}

.filter-accordion-facilities {
  margin-top: 0.1rem;
}

@media (max-width: 767.98px) {
  body:has(.mobile-detail-cta) {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .mobile-detail-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    grid-template-columns: minmax(94px, 1fr) auto;
    gap: 0.65rem;
    width: 100%;
    margin: 0;
    padding: 0.62rem max(0.85rem, env(safe-area-inset-right)) max(0.62rem, env(safe-area-inset-bottom)) max(0.85rem, env(safe-area-inset-left));
    border-top: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 -6px 18px var(--shadow-ink-12);
  }

  .mobile-detail-cta span {
    font-size: 0.7rem;
    line-height: 1.1;
  }

  .mobile-detail-cta strong {
    font-size: 1.15rem;
    line-height: 1.1;
  }

  .mobile-detail-cta .primary-button {
    min-height: 46px;
    padding: 0 0.85rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 767.98px) {
  .detail-purchase-column > .detail-price-box {
    order: 6;
  }

  .detail-amenities {
    order: 7;
  }

  .detail-location-area {
    order: 8;
  }
}
