.home-page {
    --home-ink: #27251f;
    --home-muted: #69645b;
    --home-brown: #785234;
    --home-brown-dark: #563a26;
    --home-gold: #e5ae58;
    --home-sand: #f2dfbd;
    --home-cream: #f8f4ed;
    --home-paper: #fffdf9;
    --home-forest: #1d2b24;
    --home-line: rgba(75, 61, 44, 0.16);
    --packages-ink: #27251f;
    --packages-muted: #69645b;
    --packages-brown: #785234;
    --packages-brown-dark: #563a26;
    --packages-gold: #e5ae58;
    --packages-cream: #f8f4ed;
    color: var(--home-ink);
    background: var(--home-paper);
    font-family: var(--font-body);
    overflow: clip;
}

.home-page a {
    text-decoration: none;
}

.home-page a:focus-visible,
.home-page button:focus-visible {
    outline: 3px solid rgba(229, 174, 88, 0.78);
    outline-offset: 4px;
}

/* Progressive Tripadvisor proof in the hero */
.home-hero__container {
    position: relative;
}

.home-hero-review {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 42px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    width: min(320px, 28vw);
    min-height: 92px;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 18px;
    color: #fff;
    background: rgba(18, 30, 24, 0.68);
    box-shadow: 0 22px 50px rgba(10, 15, 12, 0.28);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.home-hero-review::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: #34e0a1;
    content: "";
}

.home-hero-review:hover {
    border-color: rgba(255, 255, 255, 0.56);
    color: #fff;
    background: rgba(18, 30, 24, 0.8);
    transform: translateY(-3px);
}

.home-hero-review__mark {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #34e0a1;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1.35rem;
}

.home-hero-review__mark svg {
    width: 25px;
    height: 25px;
}

.home-hero-review__content {
    display: grid;
    min-width: 0;
    gap: 0.16rem;
}

.home-hero-review__content > small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.095em;
    line-height: 1.35;
    text-transform: uppercase;
}

.home-hero-review__content > strong {
    overflow: hidden;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-hero-review__content > span:not(.home-hero-review__score) {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.7rem;
}

.home-hero-review__arrow {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.72rem;
    transition: color 180ms ease, transform 180ms ease;
}

.home-hero-review:hover .home-hero-review__arrow {
    color: #fff;
    transform: translate(2px, -2px);
}

.home-hero-review__score {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.home-hero-review__score > strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.home-hero-review__bubbles {
    display: inline-flex;
    gap: 0.18rem;
}

.home-hero-review__bubbles i {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #34e0a1;
    border-radius: 50%;
    background: #34e0a1;
    box-shadow: inset 0 0 0 1px rgba(6, 45, 31, 0.2);
}

@media (max-width: 991.98px) {
    .home-hero-review {
        position: static;
        width: min(100%, 430px);
        min-height: 78px;
        margin-top: 1rem;
        padding: 0.75rem 0.85rem;
        border-radius: 15px;
    }

    .home-hero-review__mark {
        width: 42px;
        height: 42px;
        font-size: 1.18rem;
    }
}

@media (max-width: 480px) {
    .home-hero-review {
        width: 100%;
        gap: 0.7rem;
    }
}

.home-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.68rem;
    margin: 0 0 1rem;
    color: var(--home-brown);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-eyebrow > span {
    width: 32px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
}

.home-eyebrow--light {
    color: var(--home-sand);
}

.home-section-heading {
    margin-bottom: clamp(2.2rem, 4vw, 4rem);
}

.home-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: end;
}

.home-section-heading h2,
.home-specialist h2,
.home-destination h2,
.home-process h2,
.home-review h2,
.home-journal h2,
.home-final h2 {
    margin: 0;
    color: var(--home-ink);
    font-family: var(--font-display);
    font-size: clamp(2.55rem, 5vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.98;
}

.home-section-heading h2 em,
.home-specialist h2 em,
.home-destination h2 em,
.home-process h2 em,
.home-journal h2 em,
.home-final h2 em {
    color: var(--home-brown);
    font-weight: 400;
}

.home-section-heading--split > p,
.home-section-heading__aside > p {
    max-width: 560px;
    margin: 0;
    color: var(--home-muted);
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    line-height: 1.78;
}

.home-section-heading__aside {
    display: grid;
    gap: 1.2rem;
    justify-items: start;
}

.home-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.8rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-button:hover {
    transform: translateY(-2px);
}

.home-button--brown {
    background: var(--home-brown);
    color: #fff;
}

.home-button--brown:hover {
    background: var(--home-brown-dark);
    color: #fff;
}

.home-button--sand {
    background: var(--home-gold);
    color: #2d2419;
}

.home-button--sand:hover {
    background: #efc477;
    color: #2d2419;
}

.home-button--glass {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    backdrop-filter: blur(7px);
}

.home-button--glass:hover {
    border-color: #fff;
    background: #fff;
    color: var(--home-brown-dark);
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.68rem;
    color: var(--home-brown);
    font-size: 0.88rem;
    font-weight: 700;
}

.home-text-link i {
    transition: transform 0.2s ease;
}

.home-text-link:hover {
    color: var(--home-brown-dark);
}

.home-text-link:hover i {
    transform: translateX(4px);
}

/* Trust strip */
.home-trust {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--home-line);
    background: #fff;
}

.home-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 0;
    padding-bottom: 0;
}

.home-trust__item {
    min-width: 0;
    min-height: 136px;
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding: 1.35rem clamp(1rem, 2vw, 1.75rem);
    border-left: 1px solid var(--home-line);
    color: var(--home-ink);
}

.home-trust__item:last-child {
    border-right: 1px solid var(--home-line);
}

.home-trust__item--link {
    grid-template-columns: auto minmax(0, 1fr) auto;
    transition: background-color 0.2s ease;
}

.home-trust__item--link:hover {
    background: var(--home-cream);
    color: var(--home-ink);
}

.home-trust__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(120, 82, 52, 0.24);
    border-radius: 50%;
    color: var(--home-brown);
    font-size: 1rem;
}

.home-trust__content {
    min-width: 0;
    display: grid;
}

.home-trust__content small {
    margin-bottom: 0.25rem;
    color: #8a8378;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-trust__content strong {
    color: var(--home-ink);
    font-size: 0.92rem;
    line-height: 1.25;
}

.home-trust__content > span {
    margin-top: 0.28rem;
    color: var(--home-muted);
    font-size: 0.73rem;
    line-height: 1.35;
}

.home-trust__arrow {
    color: var(--home-brown);
    font-size: 0.75rem;
}

/* Intent pathways */
.home-pathways {
    padding: clamp(5rem, 8vw, 8.5rem) 0;
    background: var(--home-paper);
}

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

.home-path-card {
    min-width: 0;
}

.home-path-card > a {
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 22px;
    background: #4c4b44;
    color: #fff;
    isolation: isolate;
}

.home-path-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -2;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.home-path-card__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(14, 18, 15, 0.04) 25%, rgba(14, 18, 15, 0.9) 100%);
    transition: background-color 0.3s ease;
}

.home-path-card__number {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    display: inline-flex;
    padding: 0.52rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 10px;
    color: #fff;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    backdrop-filter: blur(6px);
}

.home-path-card__content {
    display: grid;
    gap: 0.75rem;
    padding: 1.55rem;
}

.home-path-card__content > strong {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 2.25vw, 2.4rem);
    font-weight: 400;
    line-height: 1;
}

.home-path-card__content > span:not(.home-path-card__link) {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.86rem;
    line-height: 1.6;
}

.home-path-card__link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--home-sand);
    font-size: 0.78rem;
    font-weight: 700;
}

.home-path-card:hover img {
    transform: scale(1.05);
}

.home-path-card:hover .home-path-card__shade {
    background-color: rgba(22, 34, 27, 0.13);
}

.home-path-card:hover .home-path-card__link i {
    transform: translateX(4px);
}

/* Featured safari ideas */
.home-safaris {
    padding: clamp(5rem, 8vw, 8.5rem) 0;
    background: var(--home-cream);
}

.home-safaris__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
    gap: 1.35rem;
}

.home-safaris__grid > div,
.home-safaris__grid .package-card {
    height: 100%;
}

.home-safaris .package-card {
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(55, 43, 28, 0.07);
}

.home-safaris .package-card__title {
    font-family: var(--font-display);
    font-size: 1.72rem;
    font-weight: 400;
}

.home-safaris .package-card__image-link {
    min-height: 285px;
}

.home-safaris__empty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: #fff;
}

.home-safaris__empty > span {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--home-sand);
    color: var(--home-brown-dark);
}

.home-safaris__empty h3 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 400;
}

.home-safaris__empty p {
    margin: 0;
    color: var(--home-muted);
}

/* Specialist */
.home-specialist {
    padding: clamp(5rem, 9vw, 9.5rem) 0;
    background: #fff;
}

.home-specialist__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    gap: clamp(3rem, 7vw, 7.5rem);
    align-items: center;
}

.home-specialist__media {
    min-height: 630px;
    position: relative;
}

.home-specialist__media img {
    width: calc(100% - 2.2rem);
    height: calc(100% - 2.2rem);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 22px;
    object-fit: cover;
}

.home-specialist__media::after {
    content: "";
    width: calc(100% - 2.2rem);
    height: calc(100% - 2.2rem);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid rgba(120, 82, 52, 0.34);
    border-radius: 22px;
}

.home-specialist__note {
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 1.1rem 1.2rem;
    border-radius: 14px;
    background: var(--home-forest);
    color: #fff;
    box-shadow: 0 18px 45px rgba(20, 28, 22, 0.22);
}

.home-specialist__note i {
    color: var(--home-gold);
}

.home-specialist__note span {
    font-family: var(--font-display);
    font-size: 1.22rem;
    line-height: 1.2;
}

.home-specialist__lead {
    max-width: 620px;
    margin: 1.65rem 0 0;
    color: var(--home-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.home-specialist__points {
    display: grid;
    gap: 0;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.home-specialist__points li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.25rem 0;
    border-top: 1px solid var(--home-line);
}

.home-specialist__points li:last-child {
    border-bottom: 1px solid var(--home-line);
}

.home-specialist__points li > span {
    color: var(--home-brown);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.home-specialist__points strong {
    display: block;
    margin-bottom: 0.28rem;
    font-size: 0.94rem;
}

.home-specialist__points p {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.home-specialist__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    margin-top: 2rem;
}

/* Destination feature */
.home-destination {
    min-height: 790px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--home-forest);
}

.home-destination__media,
.home-destination__media::after {
    position: absolute;
    inset: 0;
}

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

.home-destination__media::after {
    content: "";
    background: linear-gradient(90deg, rgba(19, 28, 23, 0.92) 0%, rgba(19, 28, 23, 0.72) 46%, rgba(19, 28, 23, 0.12) 100%);
}

.home-destination__container {
    position: relative;
    z-index: 1;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.home-destination__card {
    max-width: 690px;
    color: #fff;
}

.home-destination h2,
.home-destination h2 em {
    color: #fff;
}

.home-destination__card > p:not(.home-eyebrow) {
    max-width: 630px;
    margin: 1.6rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.04rem;
    line-height: 1.75;
}

.home-destination__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 2rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.home-destination__facts div {
    padding: 1.2rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.home-destination__facts div:first-child {
    padding-left: 0;
}

.home-destination__facts div:last-child {
    border-right: 0;
}

.home-destination__facts dt {
    margin-bottom: 0.36rem;
    color: var(--home-sand);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-destination__facts dd {
    margin: 0;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.45;
}

.home-destination__actions,
.home-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

/* Planning process */
.home-process {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--home-forest);
    color: #fff;
}

.home-process__heading {
    max-width: 780px;
}

.home-process h2,
.home-process h2 em {
    color: #fff;
}

.home-process__heading > p:last-child {
    max-width: 620px;
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.75;
}

.home-process__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: clamp(3rem, 6vw, 5rem) 0 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    list-style: none;
}

.home-process__steps li {
    min-height: 310px;
    position: relative;
    padding: 2rem clamp(1.5rem, 3vw, 2.8rem);
    border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.home-process__steps li:first-child {
    padding-left: 0;
}

.home-process__steps li:last-child {
    border-right: 0;
}

.home-process__steps li > span {
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    color: rgba(255, 255, 255, 0.26);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.home-process__steps li > i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.7rem;
    border: 1px solid rgba(229, 174, 88, 0.48);
    border-radius: 50%;
    color: var(--home-gold);
    font-size: 1.05rem;
}

.home-process__steps h3 {
    margin: 0 0 0.65rem;
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 400;
}

.home-process__steps p {
    max-width: 340px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    line-height: 1.65;
}

.home-process__action {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: center;
    margin-top: 2.2rem;
}

.home-process__action > span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
}

.home-process__action > span i {
    color: var(--home-gold);
}

/* Verified review */
.home-review {
    padding: clamp(4.5rem, 7vw, 7rem) 0;
    background: var(--home-sand);
}

.home-review__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.home-review__mark {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(120, 82, 52, 0.28);
    border-radius: 50%;
    color: var(--home-brown);
}

.home-review h2 {
    max-width: 980px;
    font-size: clamp(2rem, 3.6vw, 3.8rem);
    line-height: 1.08;
}

.home-review__byline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
    margin: 1.25rem 0 0;
    color: var(--home-muted);
    font-size: 0.83rem;
}

.home-review__byline span::before {
    content: "·";
    margin-right: 0.8rem;
}

/* Journal feature */
.home-journal {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--home-paper);
}

.home-journal__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.home-journal__media {
    min-height: 600px;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #d7d0c3;
}

.home-journal__media img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.home-journal__media > span {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    padding: 0.55rem 0.72rem;
    border-radius: 9px;
    background: rgba(29, 43, 36, 0.88);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
}

.home-journal__media:hover img {
    transform: scale(1.035);
}

.home-journal__content > p:not(.home-eyebrow) {
    max-width: 570px;
    margin: 1.45rem 0 0;
    color: var(--home-muted);
    line-height: 1.75;
}

.home-journal__content article {
    margin-top: 2rem;
    padding-top: 1.8rem;
    border-top: 1px solid var(--home-line);
}

.home-journal__content article > span {
    color: var(--home-brown);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-journal__content h3 {
    margin: 0.65rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 2.7vw, 2.8rem);
    font-weight: 400;
    line-height: 1.08;
}

.home-journal__content article p {
    margin: 0.9rem 0 1.2rem;
    color: var(--home-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

/* Final CTA */
.home-final {
    min-height: 640px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--home-forest);
}

.home-final__media,
.home-final__media::after {
    position: absolute;
    inset: 0;
}

.home-final__media {
    background-image: url('../../images/new-hero-section-img.jpg');
    background-position: center;
    background-size: cover;
}

.home-final__media::after {
    content: "";
    background: linear-gradient(90deg, rgba(18, 27, 22, 0.94) 0%, rgba(18, 27, 22, 0.72) 52%, rgba(18, 27, 22, 0.25) 100%);
}

.home-final__content {
    position: relative;
    z-index: 1;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #fff;
}

.home-final h2,
.home-final h2 em {
    color: #fff;
}

.home-final__content > p:not(.home-eyebrow) {
    max-width: 610px;
    margin: 1.5rem 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.03rem;
    line-height: 1.7;
}

.home-final__content > small {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.2rem;
    color: rgba(255, 255, 255, 0.65);
}

.home-final__content > small i {
    color: var(--home-gold);
}

@media (max-width: 1199.98px) {
    .home-pathways__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-path-card > a {
        min-height: 460px;
    }

    .home-specialist__media {
        min-height: 560px;
    }
}

@media (max-width: 991.98px) {
    .home-section-heading--split,
    .home-specialist__grid,
    .home-journal__grid {
        grid-template-columns: 1fr;
    }

    .home-section-heading--split {
        gap: 1.4rem;
    }

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

    .home-trust__item:nth-child(2) {
        border-right: 1px solid var(--home-line);
    }

    .home-trust__item:nth-child(n + 3) {
        border-top: 1px solid var(--home-line);
    }

    .home-specialist__media {
        min-height: 620px;
    }

    .home-specialist__content {
        max-width: 740px;
    }

    .home-destination {
        min-height: 720px;
    }

    .home-process__steps li {
        min-height: 330px;
    }

    .home-journal__media {
        min-height: 520px;
    }
}

@media (max-width: 767.98px) {
    .home-section-heading h2,
    .home-specialist h2,
    .home-destination h2,
    .home-process h2,
    .home-journal h2,
    .home-final h2 {
        font-size: clamp(2.35rem, 11vw, 3.5rem);
    }

    .home-path-card > a {
        min-height: 410px;
    }

    .home-path-card__content {
        padding: 1.3rem;
    }

    .home-safaris__empty {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .home-specialist__media {
        min-height: 480px;
    }

    .home-specialist__media img,
    .home-specialist__media::after {
        width: calc(100% - 1.2rem);
        height: calc(100% - 1.2rem);
    }

    .home-specialist__note {
        max-width: 255px;
        bottom: 1.4rem;
    }

    .home-destination {
        min-height: 780px;
        align-items: flex-end;
    }

    .home-destination__media::after {
        background: linear-gradient(180deg, rgba(19, 28, 23, 0.2) 0%, rgba(19, 28, 23, 0.94) 58%, rgba(19, 28, 23, 0.98) 100%);
    }

    .home-destination__facts {
        grid-template-columns: 1fr;
    }

    .home-destination__facts div,
    .home-destination__facts div:first-child {
        padding: 0.9rem 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .home-destination__facts div:last-child {
        border-bottom: 0;
    }

    .home-process__steps {
        grid-template-columns: 1fr;
    }

    .home-process__steps li,
    .home-process__steps li:first-child {
        min-height: 0;
        padding: 2rem 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }

    .home-process__steps li:last-child {
        border-bottom: 0;
    }

    .home-process__steps li > i {
        margin-bottom: 1.5rem;
    }

    .home-review__inner {
        grid-template-columns: 1fr;
    }

    .home-review__mark {
        width: 54px;
        height: 54px;
    }

    .home-journal__media {
        min-height: 430px;
    }

    .home-final {
        min-height: 690px;
        align-items: flex-end;
    }

    .home-final__media::after {
        background: linear-gradient(180deg, rgba(18, 27, 22, 0.18) 0%, rgba(18, 27, 22, 0.92) 58%, rgba(18, 27, 22, 0.98) 100%);
    }
}

@media (max-width: 575.98px) {
    .home-trust__item {
        min-height: 128px;
        grid-template-columns: 1fr;
        gap: 0.62rem;
        align-content: center;
        padding: 1rem;
    }

    .home-trust__item--link {
        grid-template-columns: 1fr;
    }

    .home-trust__icon {
        width: 36px;
        height: 36px;
    }

    .home-trust__content > span,
    .home-trust__arrow {
        display: none;
    }

    .home-trust__content strong {
        font-size: 0.78rem;
    }

    .home-trust__content small {
        font-size: 0.56rem;
    }

    .home-pathways__grid {
        grid-template-columns: 1fr;
    }

    .home-path-card > a {
        min-height: 390px;
    }

    .home-specialist__media {
        min-height: 410px;
    }

    .home-specialist__note {
        max-width: 230px;
        padding: 0.9rem 1rem;
    }

    .home-specialist__note span {
        font-size: 1.03rem;
    }

    .home-specialist__actions,
    .home-destination__actions,
    .home-final__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-specialist__actions .home-text-link {
        justify-content: center;
    }

    .home-button {
        width: 100%;
    }

    .home-journal__media {
        min-height: 360px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
