:root {
    --home-navy: #071a3a;
    --home-blue: #075ee8;
    --home-blue-dark: #064bc0;
    --home-teal: #048f8c;
    --home-text: #10223f;
    --home-muted: #5d6c83;
    --home-border: #dce4ee;
    --home-surface: #ffffff;
    --home-shadow: 0 10px 30px rgba(13, 35, 66, .09);
}

html { scroll-behavior: smooth; }

body.home-page {
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--home-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.home-page *,
.home-page *::before,
.home-page *::after { box-sizing: border-box; }

/* Floating navigation */
.home-page .home-navigation,
.home-page .home-navigation:not(.top-nav-collapse) {
    min-height: 0;
    padding: 10px 0 0;
    background: transparent !important;
    box-shadow: none;
    transition: padding .24s ease, background-color .24s ease, box-shadow .24s ease;
}

.home-page .home-navigation > .container {
    width: calc(100% - 64px);
    max-width: 1320px;
    min-height: 70px;
    padding: 6px 18px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 11px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 30px rgba(3, 19, 51, .18);
    transition: width .24s ease, max-width .24s ease, min-height .24s ease, padding .24s ease, border-radius .24s ease, box-shadow .24s ease;
}

.home-page .home-navigation.home-navigation-scrolled,
.home-page .home-navigation.top-nav-collapse {
    padding-top: 0;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 4px 18px rgba(3, 19, 51, .14);
}

.home-page .home-navigation.home-navigation-scrolled > .container,
.home-page .home-navigation.top-nav-collapse > .container {
    width: 100%;
    max-width: 1440px;
    min-height: 58px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.home-page .home-navigation .navbar-brand,
.home-page .home-navigation .nav-link { color: var(--home-navy) !important; }
.home-page .home-navigation .navbar-brand img { height: 48px; width: 91px; transition: width .24s ease, height .24s ease; }
.home-page .home-navigation .navbar-brand span { max-width: 116px; color: #164caa; font-size: .9rem; line-height: 1.08; white-space: normal; }
.home-page .home-navigation .navbar-toggler { border-color: rgba(7, 26, 58, .3); }
.home-page .home-navigation .navbar-toggler-icon { filter: invert(1); }
.home-page .home-navigation .topnav { align-items: center; gap: 4px; }
.home-page .home-navigation .topnav .nav-link { padding: 13px 15px; border-radius: 0 !important; font-size: .875rem; font-weight: 500; }
.home-page .home-navigation .nav-link:hover,
.home-page .home-navigation .nav-link:focus { color: var(--home-blue) !important; }
.home-page .home-navigation .topnav .nav-item:first-child .nav-link { position: relative; color: var(--home-blue) !important; }
.home-page .home-navigation .topnav .nav-item:first-child .nav-link::after { position: absolute; right: 12px; bottom: 3px; left: 12px; height: 2px; background: var(--home-blue); content: ""; }

.home-book-now { display: flex; align-items: center; margin-left: .8rem; }
.home-book-now a { display: inline-flex; min-height: 45px; align-items: center; gap: .45rem; padding: .62rem 1rem; border-radius: 8px; background: var(--home-blue); box-shadow: 0 6px 15px rgba(7, 94, 232, .24); color: #fff !important; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.home-book-now a:hover { background: var(--home-blue-dark); color: #fff !important; text-decoration: none; transform: translateY(-1px); }

.home-page .home-navigation.home-navigation-scrolled .navbar-brand img,
.home-page .home-navigation.top-nav-collapse .navbar-brand img { width: 80px; height: 42px; }

.home-page .home-navigation.home-navigation-scrolled .home-book-now a,
.home-page .home-navigation.top-nav-collapse .home-book-now a { min-height: 40px; padding-top: .5rem; padding-bottom: .5rem; }

.home-main { overflow: hidden; }
.home-shell { min-width: 0; }

/* Hero */
.home-hero {
    position: relative;
    display: flex;
    min-height: 690px;
    align-items: center;
    overflow: hidden;
    background: #173d55;
}

.home-hero-media { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; }
.home-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }

.home-hero-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 22, 45, .9) 0%, rgba(4, 25, 49, .72) 45%, rgba(4, 24, 44, .22) 73%, rgba(4, 22, 40, .16)),
        linear-gradient(0deg, rgba(2, 16, 35, .36), transparent 54%);
}

.home-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    width: calc(100% - 64px);
    max-width: 1320px;
    align-items: center;
    padding-top: 112px;
    padding-bottom: 50px;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 7%;
}

.home-hero-copy,
.journey-search-card,
.journey-search-card .tab-content,
.home-search-form { min-width: 0; }

.home-hero-copy { max-width: 650px; color: #fff; animation: homeHeroReveal .72s cubic-bezier(.2, .75, .25, 1) both; }
.home-eyebrow { position: relative; display: inline-flex; align-items: center; margin-bottom: 18px; color: #ffc23f; font-family: Georgia, "Times New Roman", serif; font-size: .95rem; font-style: italic; font-weight: 700; }
.home-eyebrow::after { width: 86px; height: 18px; margin-left: 13px; border-top: 1px dashed rgba(255, 255, 255, .8); color: #fff; content: "\f072"; font-family: "Font Awesome 5 Free"; font-size: .82rem; font-style: normal; font-weight: 900; line-height: 0; transform: rotate(-8deg); }
.home-hero-copy h1 { margin: 0 0 20px; color: #fff; font-size: clamp(3.25rem, 5.1vw, 5rem); font-weight: 800; letter-spacing: -.05em; line-height: .98; text-shadow: 0 3px 20px rgba(0, 0, 0, .28); }
.home-hero-copy > p { margin: 0; color: rgba(255, 255, 255, .93); font-size: 1.05rem; line-height: 1.65; }
.home-hero-actions { display: flex; margin-top: 25px; flex-wrap: wrap; gap: 13px; }

.home-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 10px 25px; border-radius: 7px; font-size: .875rem; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.home-button:hover { text-decoration: none; transform: translateY(-1px); }
.home-button-primary { background: var(--home-blue); box-shadow: 0 8px 18px rgba(7, 94, 232, .28); color: #fff; }
.home-button-primary:hover { background: var(--home-blue-dark); color: #fff; }
.home-button-outline { border: 1px solid rgba(255, 255, 255, .78); background: rgba(5, 25, 45, .18); color: #fff; }
.home-button-outline:hover { background: rgba(255, 255, 255, .14); color: #fff; }
.home-button-outline i { color: #4ce2cf; font-size: 1.05rem; }
.home-button-teal { min-height: 43px; padding: 8px 18px; background: var(--home-teal); color: #fff; }
.home-button-teal:hover { background: #077573; color: #fff; }

.home-trust-row { display: grid; max-width: 620px; margin-top: 38px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-trust-row > div { display: flex; min-width: 0; align-items: center; gap: 9px; padding-right: 17px; }
.home-trust-row i { color: #1ed8c8; flex: 0 0 22px; font-size: 1.15rem; text-align: center; }
.home-trust-row span { display: flex; color: rgba(255, 255, 255, .82); flex-direction: column; font-size: .75rem; line-height: 1.4; }
.home-trust-row strong { color: #fff; font-size: .875rem; }

/* Journey search */
.journey-search-card { padding: 18px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 15px; background: #fff; box-shadow: 0 20px 46px rgba(0, 18, 41, .36); animation: homeHeroReveal .72s .14s cubic-bezier(.2, .75, .25, 1) both; scroll-margin-top: 100px; }

@keyframes homeHeroReveal {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
.journey-search-tabs { display: grid; width: 100%; margin-bottom: 16px; overflow: hidden; border-radius: 8px; background: #f4f5f7; grid-template-columns: 1fr 1fr; }
.journey-search-tabs a { display: flex; min-height: 52px; width: 100%; align-items: center; justify-content: center; gap: 8px; padding: 8px 10px; border-bottom: 2px solid transparent; color: #70747b; font-size: .84rem; font-weight: 700; }
.journey-search-tabs .nav-link { margin: 0; border-radius: 0 !important; }
.journey-search-tabs a:hover { color: var(--home-blue); text-decoration: none; }
.journey-search-tabs a.active { border-bottom-color: var(--home-blue); background: #fff; color: var(--home-blue); }
.journey-search-tabs a:focus-visible,
.home-search-submit:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(7, 94, 232, .24); }

.home-search-form { display: grid; gap: 13px; }
.home-form-group { position: relative; margin: 0; }
.home-form-group label { display: block; margin: 0 0 6px; color: #1e2c43; font-size: .8125rem; font-weight: 700; }
.home-form-group select,
.home-form-group input { width: 100%; height: 46px; padding: 0 34px 0 39px; appearance: none; border: 1px solid #d8e0ea; border-radius: 6px; outline: 0; background-color: #fff; color: #25334a; font-size: .875rem; transition: border-color .2s ease, box-shadow .2s ease; }
.home-form-group select { background-image: linear-gradient(45deg, transparent 50%, #273952 50%), linear-gradient(135deg, #273952 50%, transparent 50%); background-position: calc(100% - 16px) 20px, calc(100% - 12px) 20px; background-repeat: no-repeat; background-size: 4px 4px, 4px 4px; }
.home-form-group select:focus,
.home-form-group input:focus { border-color: #6ba2fa; box-shadow: 0 0 0 3px rgba(7, 94, 232, .11); }
.home-form-group.has-error select,
.home-form-group.has-error input { border-color: #c83f4d; box-shadow: 0 0 0 3px rgba(200, 63, 77, .09); }
.home-field-icon { position: absolute; bottom: 0; left: 13px; display: grid; height: 46px; place-items: center; color: #8290a1; }
.home-form-error { margin: -5px 0 0; color: #b52e3d; font-size: .75rem; line-height: 1.4; }
.home-form-error[hidden] { display: none; }
.home-search-submit { height: 47px; margin-top: 3px; border: 0; border-radius: 6px; background: linear-gradient(90deg, #1559d5, #0966ef); box-shadow: 0 7px 16px rgba(7, 94, 232, .22); color: #fff; cursor: pointer; font-size: .875rem; font-weight: 700; }
.home-search-submit:hover { background: var(--home-blue-dark); }
.home-taxi-submit { margin-top: 10px; }

.pac-container,
.bootstrap-datetimepicker-widget { z-index: 1100 !important; }

/* Benefit strip */
.home-benefits { padding: 20px 0 8px; background: #fff; }
.home-benefit-grid { display: grid; padding: 18px 26px; border: 1px solid #eef1f6; border-radius: 11px; background: linear-gradient(110deg, #f8fbff, #f7f8fc); box-shadow: 0 8px 24px rgba(15, 35, 60, .05); grid-template-columns: repeat(4, 1fr); }
.home-benefit-grid article { display: flex; min-width: 0; align-items: center; gap: 14px; padding: 0 24px; }
.home-benefit-grid article + article { border-left: 1px solid #e0e6ef; }
.benefit-icon { display: inline-flex; width: 48px; height: 48px; flex: 0 0 48px; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.15rem; }
.benefit-blue { background: #e9edff; color: #155be3; }
.benefit-cyan { background: #e4f9ff; color: #12aee1; }
.benefit-teal { background: #e2f7f4; color: #0ea99f; }
.benefit-purple { background: #eee8ff; color: #8058ea; }
.home-benefit-grid h2 { margin: 0 0 4px; color: var(--home-text); font-size: .875rem; font-weight: 700; line-height: 1.35; }
.home-benefit-grid p { margin: 0; color: var(--home-muted); font-size: .8125rem; line-height: 1.5; }

/* Shared section headers */
.home-section { padding: 32px 0; }
.home-section-heading { position: relative; margin-bottom: 25px; text-align: center; }
.home-section-heading h2 { margin: 0; color: var(--home-navy); font-size: 1.65rem; font-weight: 800; line-height: 1.25; }
.home-section-heading > span { display: inline-block; width: 34px; height: 2px; margin-top: 9px; background: var(--home-teal); }
.home-heading-link { position: absolute; top: 7px; right: 0; display: inline-flex; align-items: center; gap: 8px; color: var(--home-blue); font-size: .8125rem; font-weight: 700; }
.home-heading-link:hover { color: var(--home-blue-dark); text-decoration: none; }

/* Popular routes */
.route-section { padding-top: 24px; background: #fff; }
.route-card-grid { display: grid; gap: 17px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.route-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 11px; background: #fff; box-shadow: 0 8px 22px rgba(13, 35, 66, .08); transition: transform .2s ease, box-shadow .2s ease; }
.route-card:hover { box-shadow: 0 14px 30px rgba(13, 35, 66, .13); transform: translateY(-4px); }
.route-card-image { position: relative; display: block; height: 170px; overflow: hidden; background: #dce6ec; }
.route-card-image-link { display: block; width: 100%; height: 100%; }
.route-card-image picture,
.route-card-image-link picture { display: block; width: 100%; height: 100%; }
.route-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.route-card:hover .route-card-image img { transform: scale(1.04); }
.route-photo-credit {
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 2;
    padding: 3px 6px;
    border-radius: 4px;
    background: rgba(5, 19, 38, .78);
    color: #fff;
    font-size: .7rem;
    line-height: 1.3;
    white-space: nowrap;
    backdrop-filter: blur(3px);
}
.route-photo-credit a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.route-photo-credit a:hover,
.route-photo-credit a:focus-visible { color: #cfe5ff; }
.route-icon { position: absolute; top: 146px; left: 15px; display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 4px solid #fff; border-radius: 50%; background: #e9edff; box-shadow: 0 3px 8px rgba(13, 35, 66, .13); color: var(--home-blue); font-size: .95rem; }
.route-card-body { display: flex; min-height: 190px; padding: 23px 15px 14px; flex-direction: column; }
.route-card h3 { margin: 0 0 7px; color: var(--home-navy); font-size: .95rem; font-weight: 800; line-height: 1.3; }
.route-card h3 a { color: inherit; }
.route-card h3 a:hover { color: var(--home-blue); text-decoration: none; }
.route-card-body > p { margin: 0 0 12px; color: #536277; font-size: .8125rem; line-height: 1.55; }
.route-card-meta { display: flex; margin-top: auto; flex-wrap: wrap; gap: 7px 16px; color: #5d6c83; font-size: .75rem; }
.route-card-meta i { margin-right: 4px; color: #7b8ca2; }
.route-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 13px; gap: 8px; color: #5d6c83; font-size: .75rem; }
.route-card-footer strong { color: var(--home-navy); font-size: .875rem; }
.route-card-footer > a { display: inline-flex; width: 29px; height: 29px; flex: 0 0 29px; align-items: center; justify-content: center; border-radius: 50%; background: #edf3ff; color: var(--home-blue); }
.route-card-footer > a:only-child { margin-left: auto; }
.route-card-footer > a:hover { background: var(--home-blue); color: #fff; text-decoration: none; }
.route-taxi .route-icon { background: #e7f7f5; color: #07968d; }
.route-safari .route-icon { background: #fff0e3; color: #ef7200; }
.route-bus .route-icon { background: #f0e8ff; color: #7743d2; }
.route-shared .route-icon { background: #ddf8fb; color: #078b94; }

/* Experiences */
.experience-section { padding-top: 4px; }
.experience-panel { display: grid; align-items: stretch; padding: 18px 24px; border: 1px solid #e7efee; border-radius: 13px; background: linear-gradient(105deg, #eef8fa, #f8fbfc); grid-template-columns: 1.35fr repeat(3, 1fr); gap: 15px; }
.experience-intro { align-self: center; padding: 12px 16px 12px 3px; }
.experience-intro > span { color: var(--home-teal); font-size: .75rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.experience-intro h2 { margin: 7px 0 11px; color: var(--home-navy); font-size: 1.55rem; font-weight: 800; line-height: 1.25; }
.experience-intro p { max-width: 300px; margin: 0 0 16px; color: var(--home-muted); font-size: .875rem; line-height: 1.6; }
.experience-card { position: relative; min-height: 250px; overflow: hidden; border-radius: 9px; }
.experience-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(3, 17, 29, .84)); content: ""; }
.experience-card picture { display: block; width: 100%; height: 100%; }
.experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.experience-card:hover img { transform: scale(1.045); }
.experience-card > span { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 15px 45px 15px 14px; color: #fff; }
.experience-card strong { display: block; margin-bottom: 5px; font-size: .875rem; line-height: 1.35; }
.experience-card small { display: block; color: rgba(255, 255, 255, .9); font-size: .75rem; line-height: 1.5; }
.experience-card > span > i { position: absolute; top: 50%; right: 13px; display: flex; width: 25px; height: 25px; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--home-teal); transform: translateY(-50%); }

/* Reviews */
.traveler-section { overflow: hidden; padding-top: 18px; padding-bottom: 42px; background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%); }
.traveler-heading { margin-bottom: 18px; }
.traveler-heading h2 { letter-spacing: -.02em; }
.traveler-heading > span { width: 36px; margin-top: 8px; }
.traveler-reviews-link { top: 6px; right: 3px; }
.traveler-reviews-link i { font-size: .67rem; transition: transform .2s ease; }
.traveler-reviews-link:hover i { transform: translateX(3px); }
.traveler-grid:not(.slick-initialized) { display: grid; gap: 23px; grid-template-columns: repeat(3, 1fr); }
.traveler-carousel { position: relative; margin: 0 2px; }
.traveler-carousel .slick-list { margin: 0 -10px; padding: 4px 0 16px; }
.traveler-carousel .slick-track { display: flex; }
.traveler-carousel .slick-slide { height: auto; margin: 0 10px; }
.traveler-card { display: flex !important; min-height: 204px; flex-direction: column; padding: 20px 22px; border: 1px solid #e2e8ef; border-radius: 11px; background: #fff; box-shadow: 0 7px 20px rgba(18, 42, 76, .065); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.traveler-stars { display: flex; align-items: center; gap: 15px; margin-bottom: 9px; }
.traveler-stars > i { color: #078b83; font-size: 1.08rem; }
.traveler-stars span { display: inline-flex; gap: 3px; color: #ff920d; font-size: .66rem; }
.traveler-card > p { flex: 1; margin: 0 0 16px; color: #334156; font-size: .875rem; line-height: 1.55; }
.traveler-person { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.traveler-avatar { display: block; width: 38px; height: 38px; flex: 0 0 38px; overflow: hidden; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 2px 7px rgba(20, 40, 70, .15); }
.traveler-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.traveler-person > span { display: flex; min-width: 0; flex-direction: column; }
.traveler-person strong { overflow: hidden; color: var(--home-text); font-size: .875rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.traveler-person small { display: inline-flex; align-items: center; gap: 4px; margin-top: 2px; color: #5d6c83; font-size: .75rem; line-height: 1.4; }
.traveler-person .traveler-country-flag { display: inline-block; width: 18px; height: 12px; flex: 0 0 18px; border: 1px solid rgba(16, 34, 63, .14); border-radius: 2px; box-shadow: 0 1px 2px rgba(13, 35, 66, .12); object-fit: cover; }
.traveler-carousel .traveler-arrow { position: absolute; top: 50%; z-index: 2; display: grid; width: 34px; height: 34px; margin: 0; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #eef2f7; color: #31577c; box-shadow: none; cursor: pointer; font-size: .67rem; transform: translateY(-50%); transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; }
.traveler-carousel .traveler-arrow::before { display: none; }
.traveler-carousel .traveler-arrow:hover { background: var(--home-blue); color: #fff; box-shadow: 0 6px 16px rgba(7, 94, 232, .2); transform: translateY(-50%) scale(1.04); }
.traveler-carousel .traveler-arrow:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(7, 94, 232, .24); }
.traveler-carousel .traveler-arrow:active { transform: translateY(-50%) scale(.96); }
.traveler-carousel .slick-prev { left: -42px; }
.traveler-carousel .slick-next { right: -42px; }

@media (hover: hover) {
    .traveler-card:hover { border-color: #d1dce8; box-shadow: 0 11px 26px rgba(18, 42, 76, .1); transform: translateY(-3px); }
}

/* Final CTA */
.home-updates { padding: 0 0 34px; }
.home-updates-banner { position: relative; display: grid; min-height: 108px; overflow: hidden; align-items: center; padding: 22px 30px; border-radius: 11px; background: linear-gradient(105deg, #075ee8, #0854d8 72%, #064bc5); box-shadow: 0 10px 25px rgba(7, 94, 232, .18); color: #fff; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 22px; }
.home-updates-banner::before { position: absolute; top: -80px; right: 23%; width: 190px; height: 190px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; content: ""; }
.home-updates-icon { display: inline-flex; width: 62px; height: 62px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, .15); color: #fff; font-size: 1.75rem; }
.home-updates-banner h2 { margin: 0 0 5px; color: #fff; font-size: 1.18rem; font-weight: 800; }
.home-updates-banner p { margin: 0; color: rgba(255, 255, 255, .9); font-size: .875rem; line-height: 1.55; }
.home-updates-banner > a { position: relative; z-index: 1; display: inline-flex; min-height: 44px; align-items: center; gap: 8px; padding: 9px 18px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 7px; background: rgba(255, 255, 255, .1); color: #fff; font-size: .875rem; font-weight: 700; }
.home-updates-banner > a:hover { background: #fff; color: var(--home-blue); text-decoration: none; }

@media (max-width: 1199.98px) {
    .home-page .home-navigation .topnav .nav-link { padding-right: 11px; padding-left: 11px; }
    .home-hero-layout { grid-template-columns: minmax(0, 1fr) 390px; gap: 5%; }
    .home-hero-copy h1 { font-size: 4rem; }
    .home-trust-row { max-width: 560px; }
    .route-card-grid { gap: 12px; }
    .route-card-image { height: 150px; }
    .route-icon { top: 127px; }
    .route-card-body { padding-right: 12px; padding-left: 12px; }
    .experience-panel { grid-template-columns: 1.15fr repeat(3, 1fr); }
    .traveler-carousel .slick-prev { left: -12px; }
    .traveler-carousel .slick-next { right: -12px; }
}

@media (max-width: 991.98px) {
    .home-page .home-navigation,
    .home-page .home-navigation:not(.top-nav-collapse) { padding-top: 0; }
    .home-page .home-navigation > .container { width: 100%; min-height: 58px; border: 0; border-radius: 0; box-shadow: 0 3px 14px rgba(3, 19, 51, .14); }
    .home-page .home-navigation .navbar-brand img { height: 42px; width: 80px; }
    .home-page .home-navigation .navbar-collapse { margin: 7px -18px -6px; padding: 10px 18px 17px; border-top: 1px solid var(--home-border); background: #fff; }
    .home-page .home-navigation .topnav { align-items: stretch; }
    .home-page .home-navigation .topnav .nav-link { padding: 11px 13px; }
    .home-page .home-navigation .topnav .nav-item:first-child .nav-link::after { display: none; }
    .home-book-now { margin: 9px 0 0; }

    .home-hero { min-height: 610px; }
    .home-hero-layout { width: calc(100% - 40px); padding-top: 86px; grid-template-columns: minmax(0, 1fr) 350px; gap: 4%; }
    .home-hero-copy h1 { font-size: 3rem; }
    .home-hero-copy > p { font-size: .94rem; }
    .home-trust-row { display: none; }
    .home-benefit-grid { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
    .home-benefit-grid article:nth-child(3) { border-left: 0; }
    .route-card-grid { grid-template-columns: repeat(3, 1fr); }
    .route-card-image { height: 180px; }
    .route-icon { top: 157px; }
    .experience-panel { grid-template-columns: repeat(3, 1fr); }
    .experience-intro { grid-column: 1 / -1; text-align: center; }
    .experience-intro p { max-width: 500px; margin-right: auto; margin-left: auto; }
    .traveler-grid:not(.slick-initialized) { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767.98px) {
    .home-hero { min-height: auto; }
    .home-hero-media img { object-position: 58% center; }
    .home-hero-shade { background: linear-gradient(180deg, rgba(4, 18, 38, .88), rgba(4, 18, 34, .65)); }
    .home-hero-layout { width: calc(100% - 28px); padding-top: 92px; padding-bottom: 34px; grid-template-columns: 1fr; }
    .home-hero-copy { max-width: none; text-align: center; }
    .home-eyebrow::after { display: none; }
    .home-hero-copy h1 { font-size: 2.85rem; }
    .home-hero-copy > p br { display: none; }
    .home-hero-actions { justify-content: center; }
    .journey-search-card { width: 100%; max-width: 460px; margin: 27px auto 0; }

    .home-benefit-grid { width: calc(100% - 28px); }
    .home-benefit-grid article { border-left: 0 !important; padding: 0 10px; }
    .route-card-grid { grid-template-columns: repeat(2, 1fr); }
    .route-card-image { height: 190px; }
    .route-icon { top: 167px; }
    .traveler-grid:not(.slick-initialized) { grid-template-columns: 1fr; gap: 14px; }
    .traveler-card { min-height: 0; }
    .traveler-carousel .slick-prev { left: -4px; }
    .traveler-carousel .slick-next { right: -4px; }
    .home-updates-banner { grid-template-columns: 56px minmax(0, 1fr); }
    .home-updates-icon { width: 52px; height: 52px; }
    .home-updates-banner > a { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 575.98px) {
    .home-page .home-navigation .navbar-brand { max-width: calc(100% - 48px); margin-right: 0; }
    .home-page .home-navigation .navbar-brand img { flex: 0 0 auto; }
    .home-page .home-navigation .navbar-brand span { max-width: none; overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
    .home-hero-layout { width: calc(100% - 20px); padding-top: 82px; }
    .home-hero-copy h1 { font-size: 2.45rem; overflow-wrap: anywhere; }
    .home-eyebrow { font-size: .8rem; }
    .home-hero-copy > p { font-size: .88rem; }
    .home-hero-actions { display: grid; grid-template-columns: 1fr; }
    .home-button { width: 100%; min-width: 0; padding-right: 12px; padding-left: 12px; }
    .journey-search-card { padding: 14px; }
    .journey-search-tabs a { min-width: 0; padding-right: 5px; padding-left: 5px; font-size: .8125rem; }
    .home-form-group select,
    .home-form-group input { max-width: 100%; min-width: 0; }

    .home-benefits { padding-top: 10px; }
    .home-benefit-grid { width: calc(100% - 20px); padding: 8px 18px; grid-template-columns: 1fr; row-gap: 0; }
    .home-benefit-grid article { padding: 12px 6px; border-bottom: 1px solid #e8ecf1; }
    .home-benefit-grid article:last-child { border-bottom: 0; }
    .benefit-icon { width: 40px; height: 40px; flex-basis: 40px; }

    .home-section { padding: 25px 0; }
    .home-section-heading { padding-top: 25px; }
    .home-section-heading h2 { font-size: 1.45rem; }
    .home-heading-link { top: 0; right: 50%; transform: translateX(50%); white-space: nowrap; }
    .traveler-heading { display: flex; padding-top: 0; flex-direction: column; align-items: center; }
    .traveler-heading > span { order: 2; }
    .traveler-heading .traveler-reviews-link { position: static; order: 3; margin-top: 9px; transform: none; }
    .route-card-grid { grid-template-columns: 1fr; }
    .route-card-image { height: 220px; }
    .route-icon { top: 197px; }
    .route-card-body { min-height: 170px; }

    .experience-panel { padding: 18px; border-radius: 10px; grid-template-columns: 1fr; }
    .experience-card { min-height: 260px; }
    .experience-intro h2 { font-size: 1.45rem; }
    .home-updates { padding-bottom: 22px; }
    .home-updates-banner { padding: 22px 18px; grid-template-columns: 1fr; gap: 13px; text-align: center; }
    .home-updates-icon { margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home-button,
    .route-card,
    .route-card-image img,
    .experience-card img { transition: none; }
    .home-hero-copy,
    .journey-search-card { animation: none; }
    .home-page .home-navigation,
    .home-page .home-navigation > .container,
    .home-page .home-navigation .navbar-brand img { transition: none; }
}
