/* Option 1: compact discovery. Keep the existing Syne / DM Sans design system. */
.rd-home { --rd-shell: 1344px; --rd-gutter: 32px; }
.rd-home [hidden] { display: none !important; }
.rd-home :is(a, button, input, select):focus-visible { outline: 3px solid #5191fa; outline-offset: 3px; }
.rd-home [id], .rd-home[id] { scroll-margin-top: 84px; }
.rd-sec, .rd-sec--tight { padding: 22px 0; }
.rd-sec__head { align-items: center; gap: 16px; margin-bottom: 18px; flex-direction: row; }
.rd-sec__title { font-size: 25px; line-height: 1.25; }
.rd-sec__link { display: inline-flex; align-items: center; min-height: 32px; border: 0; font-size: 13px; }
.rd-hero { min-height: 420px; overflow: visible; justify-content: center; z-index: 5; }
.rd-hero__media, .rd-hero__scrim { overflow: hidden; }
.rd-hero__inner,
body.header-normal .rd-hero__inner,
body.header-normal_white .rd-hero__inner { padding: 48px var(--rd-gutter) 0; }
.rd-hero__copy { max-width: 660px; }
.rd-hero__title { font-family: var(--rd-font-display); font-size: clamp(38px, 4vw, 60px); line-height: 1.05; font-weight: 600; }
.rd-hero__sub { font-size: 15px; max-width: 590px; margin-top: 12px; }
.rd-hero__searchwrap { margin-top: 30px; padding-bottom: 26px; }
.rd-search { max-width: none; border-radius: 14px; overflow: visible; box-shadow: 0 8px 28px rgba(9,18,36,.16); }
.rd-search__tabs { border-radius: 14px 14px 0 0; }
.rd-search__tab { padding: 16px 12px; min-width: max-content; min-height: 52px; font-size: 14px; color: var(--rd-navy); }
.rd-search__panel { padding: 14px 20px; }
.rd-search__panel .gotrip_form_search { display: flex; align-items: center; }
.rd-search__panel .gotrip_form_search .field-items { flex: 1; min-width: 0; }
.rd-search__panel .gotrip_form_search .field-items .row > [class*="col-"] { padding: 4px 20px !important; }
.rd-search__panel .gotrip_form_search .button-item { min-width: 170px; }
.rd-search__panel .gotrip_form_search .button-item .button { height: 48px; background: var(--rd-blue); }
.rd-search__panel .gotrip_form_search .button-item .button:hover { background: var(--rd-blue-hover); }
.rd-search__panel .gotrip_form_search h4 { font-family: var(--rd-font-body); font-size: 14px; }
.rd-search__panel .js-popup-window { z-index: 60; }
.rd-search__panel .searchMenu-loc__field { max-width: min(440px, calc(100vw - 48px)); }
.rd-hero__playback { position: absolute; right: max(32px, calc((100vw - 1280px)/2)); top: 170px; width: 44px; height: 44px; border: 1px solid #ffffff66; border-radius: 50%; background: #12203ccc; color: #fff; cursor: pointer; z-index: 2; }
.rd-more-services__item + .rd-more-services__item { border-top: 1px solid var(--rd-border); margin-top: 18px; padding-top: 18px; }
.rd-more-services h3 { font-size: 17px; margin-bottom: 12px; }
.rd-more-services__links { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-top: 14px; font-size: 14px; }
.rd-more-services__links a { color: var(--rd-blue); min-height: 32px; display: inline-flex; align-items: center; }
.rd-esimpanel { gap: 20px; }
.rd-esimpanel__title { font-size: 19px; }
.rd-esimpanel__feats { margin-top: 8px; }
.rd-shortcuts { padding-top: 20px; }
.rd-shortcuts__rail { display: flex; align-items: center; border: 1px solid var(--rd-border); border-radius: 8px; overflow-x: auto; scrollbar-width: thin; }
.rd-shortcuts__rail a { flex: 1 0 auto; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 8px 18px; color: var(--rd-navy); font-size: 13px; font-weight: 500; white-space: nowrap; }
.rd-shortcuts__rail a:hover { background: var(--rd-blue-pale); color: var(--rd-blue); }
.rd-shortcuts__rail i { font-size: 18px; }
.rd-tabs--single { display: none; }
.rd-tabs { margin-bottom: 16px; }
.rd-tab { min-height: 44px; padding: 10px 12px; }
.rd-finder__layout { grid-template-columns: minmax(0, 1fr) 228px; gap: 20px; }
.rd-finder__layout--full { grid-template-columns: minmax(0,1fr); }
.rd-finder__layout > div { min-width: 0; }
.rd-cards { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.rd-card__media { aspect-ratio: 1.5; border-radius: 8px; }
.rd-card__body { padding-top: 10px; display: flex; flex-direction: column; align-items: flex-start; }
.rd-card__title { font-size: 15px; line-height: 1.35; order: 0; }
.rd-card__loc { font-size: 13px; order: 1; }
.rd-card__stars { order: 2; margin-top: 4px; }
.rd-card__foot { width: 100%; order: 3; margin-top: 12px; padding-top: 0; border: 0; flex-direction: row-reverse; }
.rd-card__price { text-align: left; }
.rd-card__price b { font-size: 16px; }
.rd-card__flag { font-size: 10px; padding: 5px 9px; }
.rd-esim { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border-radius: 8px; background: var(--rd-blue); color: #fff; }
.rd-esim__title { color: #fff; font-size: 20px; align-self: auto; }
.rd-esim__text { color: #fff; font-size: 13px; margin-top: 6px; }
.rd-esim__art { width: 86px; height: 100px; object-fit: contain; margin: 10px auto; }
.rd-esim__list { margin: 0 0 14px; font-size: 12px; color: #fff; gap: 6px; }
.rd-esim__list li { gap: 7px; color: #fff; font-size: 12px; }
.rd-esim__list svg { color: #fff; width: 14px; height: 14px; }
.rd-esim .rd-btn { margin-top: auto; min-height: 44px; padding: 10px; background: #fff; color: var(--rd-blue); font-size: 14px; }
.rd-destinations__head { justify-content: flex-start; flex-wrap: wrap; }
.rd-destinations__head > .rd-sec__link { margin-left: auto; }
.rd-destination-switch { display: inline-flex; gap: 4px; border: 1px solid var(--rd-border); border-radius: 24px; padding: 3px; margin-left: 16px; }
.rd-destination-switch a { font-size: 13px; color: var(--rd-blue); padding: 6px 18px; border-radius: 20px; }
.rd-destination-switch a:hover { background: var(--rd-blue-pale); }
.rd-experiences { margin-top: 34px; }
.rd-mosaic { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.rd-tile, .rd-tile--wide { grid-column: auto; min-height: 214px; border-radius: 8px; }
.rd-tile__body { padding: 18px; }
.rd-tile__title { font-family: var(--rd-font-display); font-size: 22px; }
.rd-tile__text { display: block; font-size: 13px; line-height: 1.45; max-width: 290px; }
.rd-tile__cta { font-size: 12px; margin-top: 8px; }
.rd-band { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.rd-band .rd-panel--news { grid-column: auto; }
.rd-panel { border-radius: 8px; padding: 20px; }
.rd-panel--reviews, .rd-news { background: #f3f7ff; }
.rd-panel__title { font-size: 17px; line-height: 1.3; }
.rd-panel__head { gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.rd-panel__head .rd-sec__link { font-size: 11px; min-height: 24px; }
.rd-quote { margin: 0; }
.rd-quote__text { font-size: 14px; line-height: 1.5; }
.rd-quote__author { margin-top: 14px; }
.rd-quotes__nav { margin-top: 10px; gap: 0; }
.rd-dot, .rd-dot.is-active { width: 28px; height: 28px; background: transparent; border-radius: 0; position: relative; }
.rd-dot::after { content: ''; position: absolute; width: 7px; height: 7px; left: 10px; top: 10px; border-radius: 50%; background: #b7c7e1; }
.rd-dot.is-active::after { background: var(--rd-blue); }
.rd-post { grid-template-columns: 76px minmax(0,1fr); gap: 12px; }
.rd-post__title { font-size: 13px; }
.rd-post__meta { font-size: 11px; }
.rd-news form { margin-top: 12px; }
.rd-news .rd-field__control { height: 42px; }
.rd-news .rd-btn { min-height: 44px; padding: 10px; }
.rd-news__small { font-size: 11px; }
.rd-reassurance { padding-top: 8px; padding-bottom: 20px; }
.rd-trust { grid-template-columns: repeat(5, minmax(0,1fr)); padding: 18px 20px; gap: 20px; border-radius: 8px; background: #f3f7ff; }
.rd-trust__icon { width: 28px; height: 28px; }
.rd-trust__title { font-size: 12px; }
.rd-trust__text { font-size: 11px; }
body.rd-home-page .header { background: #12203c; }
body.rd-home-page .header .header__container { max-width: 1344px; }
body.rd-home-page .header .header-logo img { max-height: 42px; }
body.rd-home-page .footer { background: #12203c; color: #fff; font-family: 'DM Sans', sans-serif; }
body.rd-home-page .footer .container { max-width: 1344px; padding-inline: 32px; }
body.rd-home-page .footer_one { padding-block: 32px; }
body.rd-home-page .footer :is(h5, a, .text-light-1) { color: #fff; }
body.rd-home-page .footer h5 { font-size: 14px; margin-bottom: 14px !important; }
body.rd-home-page .footer a, body.rd-home-page .footer p { font-size: 13px; }
body.rd-home-page .footer_middle_area { padding-block: 14px !important; font-size: 12px; border-color: #ffffff26; }
body.rd-home-page .footer .footer-menu-generated { gap: 5px; }

@media (max-width: 1199px) {
  .rd-home { --rd-gutter: 24px; }
  .rd-finder__layout { grid-template-columns: minmax(0,1fr) 200px; gap: 16px; }
  .rd-cards { gap: 14px; }
  .rd-tile__title { font-size: 20px; }
  .rd-trust { gap: 12px; }
}
@media (max-width: 991px) {
  .rd-hero { min-height: 0; }
  .rd-hero__inner, body.header-normal .rd-hero__inner, body.header-normal_white .rd-hero__inner { padding-top: 36px; }
  .rd-search__panel .gotrip_form_search { flex-wrap: wrap; }
  .rd-search__panel .gotrip_form_search .field-items .row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
  .rd-search__panel .gotrip_form_search .field-items .row > [class*="col-"] { border: 0; padding: 10px !important; }
  .rd-search__panel .gotrip_form_search .button-item { flex: 1 0 100%; margin-top: 10px; padding-left: 0; }
  .rd-finder__layout { grid-template-columns: minmax(0,1fr); }
  .rd-esim { display: grid; grid-template-columns: 1fr auto auto; gap: 6px 18px; align-items: center; }
  .rd-esim__title { grid-column: 1; grid-row: 1; }
  .rd-esim__text { grid-column: 1; grid-row: 2; margin: 0; }
  .rd-esim__art { grid-column: 2; grid-row: 1 / span 2; width: 54px; height: 64px; margin: 0; }
  .rd-esim__list { display: none; }
  .rd-esim .rd-btn { grid-column: 3; grid-row: 1 / span 2; margin: 0; min-width: 120px; }
  .rd-tile__body { padding: 14px; }
  .rd-tile__text { font-size: 12px; }
  .rd-band { grid-template-columns: 1fr 1fr; }
  .rd-band .rd-panel--news { grid-column: 1 / -1; }
  .rd-trust { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .rd-home { --rd-gutter: 16px; }
  .rd-sec, .rd-sec--tight { padding: 18px 0; }
  .rd-hero__title { font-size: clamp(32px, 7.5vw, 44px); line-height: 1.08; }
  .rd-hero__inner, body.header-normal .rd-hero__inner, body.header-normal_white .rd-hero__inner { padding: 28px var(--rd-gutter) 0; }
  .rd-hero__searchwrap { margin-top: 24px; padding-bottom: 20px; }
  .rd-hero__playback { right: 16px; top: 28px; width: 40px; height: 40px; }
  .rd-hero__copy { padding-right: 36px; }
  .rd-search__tab { flex: 0 0 auto; flex-direction: row; min-width: 100px; gap: 7px; font-size: 13px; min-height: 48px; padding: 12px; }
  .rd-search__tab svg { width: 17px; height: 17px; }
  .rd-search__panel { padding: 12px; }
  .rd-search__panel .gotrip_form_search .field-items .row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rd-search__panel .gotrip_form_search .field-items .row > [class*="col-"]:first-child { grid-column: 1 / -1; border-bottom: 1px solid var(--rd-border); }
  .rd-search__panel input, .rd-search__panel select { font-size: 16px; }
  .rd-search__panel .gotrip_form_search .field-items .row > [class*="col-"] { min-width: 0; padding: 10px 6px !important; }
  .rd-search__panel .gotrip_form_search .button-item { margin-top: 4px; }
  .rd-search__panel .searchMenu-guests__field { max-width: calc(100vw - 56px); right: 0; left: auto; }
  .rd-search__panel .searchMenu-loc__field { max-width: calc(100vw - 56px); }
  .rd-esimpanel { grid-template-columns: 1fr; }
  .rd-esimpanel__feats { gap: 6px 12px; }
  .rd-shortcuts { padding-top: 14px; }
  .rd-shortcuts__rail a { padding: 8px 16px; min-height: 44px; }
  .rd-sec__head { flex-direction: row; align-items: center; margin-bottom: 14px; gap: 12px; }
  .rd-sec__title { font-size: 21px; }
  .rd-sec__link { font-size: 12px; min-height: 44px; }
  .rd-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; margin: 0; padding: 0 0 8px; }
  .rd-cards > * { flex: 0 0 42%; scroll-snap-align: start; }
  .rd-card__title { font-size: 14px; }
  .rd-card__media { aspect-ratio: 1.5; }
  .rd-esim { padding: 16px; gap: 6px 12px; grid-template-columns: 1fr auto; }
  .rd-esim__title { font-size: 18px; }
  .rd-esim__text { font-size: 12px; }
  .rd-esim__art { display: none; }
  .rd-esim .rd-btn { grid-column: 2; min-width: 98px; }
  .rd-destinations__head { flex-wrap: wrap; }
  .rd-destination-switch { margin-left: auto; }
  .rd-destination-switch a { padding: 10px 12px; min-height: 40px; }
  .rd-destinations__head > .rd-sec__link { margin: 0; min-height: 28px; }
  .rd-experiences { margin-top: 24px; }
  .rd-mosaic { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 4px; }
  .rd-tile { flex: 0 0 64%; min-height: 190px; scroll-snap-align: start; }
  .rd-tile__title { font-size: 20px; }
  .rd-tile__text { display: block; font-size: 13px; }
  .rd-band { grid-template-columns: 1fr; gap: 14px; }
  .rd-band .rd-panel--news { grid-column: auto; }
  .rd-panel { padding: 18px; }
  .rd-panel__head { display: flex; align-items: center; flex-wrap: nowrap; }
  .rd-panel__head .rd-sec__link { margin: 0; }
  .rd-post { grid-template-columns: 76px minmax(0,1fr); }
  .rd-news .rd-field__control { font-size: 16px; height: 44px; }
  .rd-trust { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding: 16px; }
  .rd-reassurance { padding-top: 0; }
  body.rd-home-page .footer .container { padding-inline: 16px; }
  body.rd-home-page .footer_one { padding-block: 24px; }
  body.rd-home-page .footer_one .row { row-gap: 24px; }
  body.rd-home-page .footer_one .row > div { width: 50%; }
  body.rd-home-page .bravo_wrap { padding-bottom: calc(64px + env(safe-area-inset-bottom,0px)); }
}
@media (max-width: 420px) {
  .rd-cards > * { flex-basis: 68%; }
  .rd-tile { flex-basis: 86%; }
  .rd-sec__head { gap: 8px; }
  .rd-sec__title { font-size: 20px; }
  .rd-destination-switch { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .rd-home *, .rd-home *::before, .rd-home *::after { scroll-behavior: auto !important; }
}

/* Two complete destination mosaics, with deliberately different compositions. */
.rd-destination-groups { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; align-items: start; }
.rd-destination-group { min-width: 0; }
.rd-destination-group__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.rd-destination-group__head h3 { font-family: var(--rd-font-display); font-size: 22px; font-weight: 600; }
.rd-destination-group__head > span { font-size: 12px; color: var(--rd-muted); white-space: nowrap; }
.rd-destination-mosaics { display: grid; gap: 10px; }
/* Cards arrive in hotel-count order: a takes the largest area in both mosaics. */
.rd-destination-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: clamp(86px,7.6vw,108px); gap: 10px; grid-template-areas: "a a e f" "a a b b" "c c d d"; }
.rd-destination-group--international .rd-destination-grid { grid-template-areas: "b b c c" "e a a d" "f a a d"; }
.rd-destination-card:nth-child(1) { grid-area: a; }
.rd-destination-card:nth-child(2) { grid-area: b; }
.rd-destination-card:nth-child(3) { grid-area: c; }
.rd-destination-card:nth-child(4) { grid-area: d; }
.rd-destination-card:nth-child(5) { grid-area: e; }
.rd-destination-card:nth-child(6) { grid-area: f; }
.rd-destination-grid[data-count="1"] { grid-template-areas: "a a a a" "a a a a"; }
.rd-destination-grid[data-count="2"] { grid-template-areas: "a a a b" "a a a b"; }
.rd-destination-grid[data-count="3"] { grid-template-areas: "a a b b" "a a c c"; }
.rd-destination-grid[data-count="4"] { grid-template-areas: "a a b b" "a a c d"; }
.rd-destination-grid[data-count="5"] { grid-template-areas: "a a b c" "a a d e"; }
.rd-destination-card { display: block; position: relative; min-width: 0; min-height: 0; border-radius: 10px; overflow: hidden; background: var(--rd-navy); isolation: isolate; }
.rd-destination-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.rd-destination-card:hover img { transform: scale(1.04); }
.rd-destination-card span { position: absolute; inset: auto 0 0; padding: 30px 12px 12px; background: linear-gradient(transparent,#12203ce6); font-family: var(--rd-font-body); font-size: 14px; line-height: 1.25; font-weight: 600; color: #fff; overflow-wrap: anywhere; }
.rd-destination-card:first-child span { font-size: 22px; padding: 36px 16px 16px; }
.rd-destination-more { margin-top: 12px; }
.rd-destination-more__link { display: flex; justify-content: center; align-items: center; gap: 10px; min-height: 44px; padding: 10px 14px; border: 1px solid var(--rd-border); border-radius: 8px; color: var(--rd-blue); font-size: 13px; font-weight: 500; }
.rd-destination-more__link:hover { background: var(--rd-blue-pale); color: var(--rd-blue-hover); }
.rd-destination-more__link:focus-visible { outline: 3px solid var(--rd-blue-light); outline-offset: 3px; }
.rd-destination-more__link i { transition: transform var(--rd-transition); }
.rd-destination-more__link:hover i { transform: translateX(3px); }
@media (max-width: 991px) {
  .rd-destination-groups { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .rd-destination-grid { grid-auto-rows: clamp(96px,13vw,140px); }
}
@media (max-width: 575px) {
  .rd-destination-group__head h3 { font-size: 20px; }
  .rd-destination-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 88px; gap: 8px; grid-template-areas: "a a" "a a" "c d" "b b" "e f"; }
  .rd-destination-group--international .rd-destination-grid { grid-template-areas: "c d" "b b" "a a" "a a" "e f"; }
  .rd-destination-grid[data-count="1"] { grid-template-areas: "a a" "a a"; }
  .rd-destination-grid[data-count="2"] { grid-template-areas: "a a" "a a" "b b"; }
  .rd-destination-grid[data-count="3"] { grid-template-areas: "a a" "a a" "b c"; }
  .rd-destination-grid[data-count="4"] { grid-template-areas: "a a" "a a" "b b" "c d"; }
  .rd-destination-grid[data-count="5"] { grid-template-areas: "a a" "b c" "d e"; }
  .rd-destination-card span { font-size: 13px; padding: 26px 10px 10px; }
  .rd-destination-card:first-child span { font-size: 20px; padding: 30px 12px 12px; }
}
