/* ================================================================
   DESTINATION TEMPLATE: EXPLORER
   Luxury editorial layout — wide + prose tiers
   ================================================================ */

@font-face {
    font-family: "Queens Air";
    src: url("../fonts/queens-air-_a6gDC1u.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Founders Grotesk";
    src: url("../fonts/founders-grotesk-light-wKgoEzRK.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Founders Grotesk";
    src: url("../fonts/founders-grotesk-medium-9SxxZFbR.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.sd-dest-explorer {
    --exp-ink: #121212;
    --exp-text: #3d3d3d;
    --exp-muted: #6b6b6b;
    --exp-accent: #9a7b4f;
    --exp-accent-soft: rgba(154, 123, 79, 0.14);
    --exp-cream: #f0ebe3;
    --exp-gem-bg: #f4efe6;
    --exp-white: #ffffff;
    --exp-border: #e5dfd6;
    --exp-shadow: 0 12px 40px rgba(18, 18, 18, 0.06);
    --exp-shadow-lg: 0 24px 56px rgba(18, 18, 18, 0.1);
    --exp-hero-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.72) 100%);
    --exp-font-body: var(--sd-body-font, "Founders Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif);
    --exp-font-heading: var(--sd-heading-font, "Queens Air", Georgia, "Times New Roman", serif);
    --exp-max: min(1320px, 92vw);
    --exp-wide: min(1440px, 94vw);
    --exp-prose: 42rem;
    --exp-body-size: 1.0625rem;
    --exp-body-leading: 1.75;
    --exp-heading-leading: 1.12;
    --exp-section-pad: clamp(72px, 10vw, 120px);
    --exp-radius: 4px;
    --exp-radius-lg: 8px;
    --exp-ease: cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--exp-font-body);
    font-size: var(--exp-body-size);
    color: var(--exp-text);
    line-height: var(--exp-body-leading);
    background: var(--exp-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sd-dest-explorer *,
.sd-dest-explorer *::before,
.sd-dest-explorer *::after {
    box-sizing: border-box;
}

.sd-exp-container {
    max-width: var(--exp-max);
    margin: 0 auto;
    padding: 0 clamp(24px, 4vw, 48px);
}

.sd-exp-container--wide {
    max-width: var(--exp-wide);
}

.sd-exp-container--prose {
    max-width: calc(var(--exp-prose) + 96px);
}

.sd-exp-prose {
    max-width: var(--exp-prose);
    margin-left: auto;
    margin-right: auto;
}

/* ───────── HERO ───────── */
.sd-exp-hero {
    position: relative;
    min-height: 110vh;
    min-height: 110dvh;
    display: flex;
    align-items: flex-end;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sd-exp-hero__overlay {
    position: absolute;
    inset: 0;
    background: var(--exp-hero-overlay);
}

.sd-exp-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(48px, 8vw, 80px) clamp(20px, 4vw, 40px);
    max-width: var(--exp-max);
    margin: 0 auto;
}

.sd-exp-hero__title {
    font-family: var(--exp-font-heading);
    font-size: clamp(2.75rem, 5vw, 4.5rem);
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
    line-height: var(--exp-heading-leading);
    letter-spacing: -0.02em;
}

.sd-exp-hero__title::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    margin-top: 20px;
    background: var(--exp-accent);
    opacity: 0.9;
}

.sd-exp-hero__tagline {
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.7;
    max-width: 36rem;
    font-weight: 300;
}

/* ───────── OVERVIEW ───────── */
.sd-exp-overview {
    background: var(--exp-white);
}

.sd-exp-overview__body {
    color: var(--exp-text);
    text-align: left;
    margin: 0 auto;
    padding-top: clamp(8px, 2vw, 20px);
}

.sd-exp-overview__body p {
    margin: 0 0 1em;
}

.sd-exp-overview__body p:last-child {
    margin-bottom: 0;
}

/* ───────── SECTIONS ───────── */
.sd-exp-section {
    padding: var(--exp-section-pad) 0;
}

.sd-exp-heading--center {
    text-align: center;
    margin: 0 auto clamp(40px, 5vw, 56px);
}

.sd-exp-heading--wide {
    max-width: none;
}

.sd-exp-heading--wide .sd-exp-prose {
    text-align: center;
}

.sd-exp-kicker {
    display: block;
    font-family: var(--sd-body-font, var(--exp-font-body));
    font-size: 0.68rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--exp-accent);
    margin: 0;
    padding: 0;
    line-height: 1;
}

.sd-exp-heading--center h2 {
    font-family: var(--exp-font-heading);
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 400;
    color: var(--exp-ink);
    margin: 0.125rem 0 1rem;
    letter-spacing: -0.02em;
    line-height: 1.08;
}

.sd-exp-heading--center .sd-exp-kicker + h2 {
    margin-top: 0.125rem;
    padding-top: 0;
}

/* ───────── TOP LOCATIONS (TES reference layout) ───────── */
.sd-exp-locations {
    background: var(--exp-cream);
}

.sd-exp-locations .sd-exp-heading--center {
    margin-bottom: clamp(28px, 4vw, 40px);
}

.sd-exp-locations__intro {
    font-family: var(--exp-font-body);
    font-size: 1rem;
    line-height: 1.85;
    color: var(--exp-text);
    text-align: center;
}

.sd-exp-locations__intro p {
    margin: 0 0 1em;
}

.sd-exp-locations__intro p:last-child {
    margin-bottom: 0;
}

.sd-exp-locations > .sd-exp-container--wide {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 3vw, 48px);
    padding-right: clamp(20px, 3vw, 48px);
    box-sizing: border-box;
}

.sd-exp-locations__stage {
    width: 100%;
    margin: 0 auto;
}

.sd-exp-locations__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.sd-exp-locations__tab {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 14px 22px;
    font-family: var(--sd-body-font, var(--exp-font-body));
    font-size: clamp(0.88rem, 1.35vw, 1.02rem);
    font-weight: 600;
    color: var(--exp-ink);
    cursor: pointer;
    text-align: center;
    line-height: 1.35;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    box-shadow: none;
}

.sd-exp-locations__tab:hover {
    background: rgba(255, 255, 255, 0.35);
}

.sd-exp-locations__tab--active {
    background: var(--exp-white);
    color: var(--exp-ink);
    box-shadow: none;
    position: relative;
    z-index: 2;
}

.sd-exp-locations__tab--active::after {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 0;
    height: 2px;
    background: var(--exp-accent);
}

.sd-exp-locations__panels {
    background: var(--exp-white);
    border: 1px solid var(--exp-border);
    box-shadow: none;
    position: relative;
    z-index: 1;
    border-radius: var(--exp-radius);
    overflow: hidden;
}

.sd-exp-locations__panel {
    display: none !important;
}

.sd-exp-locations__panel--active {
    display: block !important;
}

.sd-exp-locations__panel[hidden] {
    display: none !important;
}

.sd-exp-locations__panel--enter .sd-exp-location--split {
    animation: sd-exp-panel-in 0.35s var(--exp-ease) forwards;
}

@keyframes sd-exp-panel-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sd-exp-location--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
}

.sd-exp-location__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(44px, 6vw, 72px) clamp(40px, 5vw, 64px) clamp(44px, 6vw, 72px) clamp(40px, 5vw, 64px);
}

.sd-exp-location__copy p,
.sd-exp-location__copy .sd-dest-truncatable__short p,
.sd-exp-location__copy .sd-dest-truncatable__full p {
    font-family: var(--exp-font-body);
    font-size: 1rem;
    line-height: 1.85;
    color: var(--exp-text);
    margin: 0 0 1em;
    text-align: left;
}

.sd-exp-location__copy p:last-child,
.sd-exp-location__copy .sd-dest-truncatable__short p:last-child,
.sd-exp-location__copy .sd-dest-truncatable__full p:last-child {
    margin-bottom: 0;
}

.sd-exp-location__media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(44px, 6vw, 72px) clamp(40px, 5vw, 64px);
    width: 100%;
    height: auto;
    min-height: 0;
    align-self: center;
    box-sizing: border-box;
    overflow: visible;
}

.sd-exp-location__media-inner {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--exp-radius);
    background: var(--exp-cream);
}

.sd-exp-location__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--exp-radius);
    filter: saturate(0.96) contrast(1.02);
}

.sd-exp-location--mobile {
    display: none;
    flex-direction: column;
    background: var(--exp-white);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    overflow: hidden;
}

.sd-exp-location--mobile .sd-exp-location__copy {
    padding: clamp(32px, 5vw, 48px) clamp(28px, 4vw, 40px);
    display: flex;
}

.sd-exp-location--mobile .sd-exp-location__media {
    padding: clamp(28px, 4vw, 40px);
}

/* Read more (overview + location tabs) */
.sd-exp-readmore {
    width: 100%;
    text-align: left;
}

.sd-exp-readmore .sd-dest-truncatable__short,
.sd-exp-readmore .sd-dest-truncatable__full {
    font-family: var(--exp-font-body);
    font-size: 1rem;
    line-height: 1.85;
    color: var(--exp-text);
}

.sd-exp-readmore .sd-dest-truncatable__short p,
.sd-exp-readmore .sd-dest-truncatable__full p {
    margin: 0 0 1em;
}

.sd-exp-readmore .sd-dest-truncatable__short p:last-child,
.sd-exp-readmore .sd-dest-truncatable__full p:last-child {
    margin-bottom: 0;
}

.sd-exp-readmore--link .sd-exp-readmore__btn,
.sd-exp-readmore--link .sd-dest-truncatable__btn {
    margin-top: 1.25rem;
    padding: 0;
    color: var(--exp-accent);
    font-family: var(--exp-font-body);
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: none;
    text-decoration: underline;
    text-underline-offset: 4px;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s var(--exp-ease);
}

.sd-exp-readmore--link .sd-exp-readmore__btn:hover,
.sd-exp-readmore--link .sd-dest-truncatable__btn:hover {
    color: var(--exp-ink);
}

.sd-exp-location--mobile .sd-exp-location__media {
    min-height: 240px;
    aspect-ratio: 4 / 3;
}

.sd-exp-location--mobile p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--exp-text);
    margin: 0;
    text-align: left;
}

.sd-exp-location__tab-label {
    font-family: var(--exp-font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--exp-ink);
    margin: 0;
    padding: 14px 24px;
    background: var(--exp-cream);
    width: 100%;
    text-align: center;
}

.sd-exp-locations__mobile {
    display: none;
    margin-top: 24px;
}

/* ───────── SAFARI EXPERIENCES (andBeyond-style tour cards) ───────── */
.sd-exp-safaris {
    --exp-ab-ink: #2a2a2a;
    --exp-ab-muted: #6b6b6b;
    --exp-ab-line: #c8c4bc;
    background: var(--exp-white);
}

.sd-exp-safaris .sd-exp-heading--center {
    margin-bottom: clamp(36px, 5vw, 56px);
}

.sd-exp-safaris__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(28px, 3.5vw, 40px);
    align-items: stretch;
}

.sd-exp-safari-card {
    height: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.sd-exp-safari-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.sd-exp-safari-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    flex-shrink: 0;
    overflow: hidden;
    background: #e8e4de;
    margin-bottom: clamp(14px, 2vw, 18px);
}

.sd-exp-safari-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s var(--exp-ease);
}

.sd-exp-safari-card:hover .sd-exp-safari-card__img {
    transform: scale(1.03);
}

.sd-exp-safari-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
    padding: 0;
    text-align: left;
}

.sd-exp-safari-card__meta-line {
    font-family: var(--exp-font-body);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--exp-ab-muted);
    margin: 0 0 6px;
    line-height: 1.2;
}

.sd-exp-safari-card__meta-line + .sd-exp-safari-card__title {
    margin-top: 2px;
    padding-top: 0;
}

.sd-exp-safari-card__title {
    font-family: var(--sd-heading-font, var(--exp-font-heading));
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--exp-ab-ink);
    margin: 0 0 clamp(8px, 1.2vw, 12px);
    letter-spacing: -0.01em;
}

.sd-exp-safari-card__locations {
    font-family: var(--exp-font-body);
    font-size: clamp(0.88rem, 1.15vw, 0.95rem);
    line-height: 1.55;
    color: var(--exp-ab-muted);
    margin: 0;
}

.sd-exp-safari-card__footer {
    display: flex;
    justify-content: center;
    padding-top: clamp(20px, 2.5vw, 28px);
    margin-top: auto;
}

.sd-exp-safari-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-width: 148px;
    padding: 11px 28px;
    font-family: var(--exp-font-body);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    color: var(--exp-ab-muted);
    background: transparent;
    border: 1px solid var(--exp-ab-line);
    border-radius: 0;
    transition: color 0.35s var(--exp-ease), border-color 0.35s var(--exp-ease);
}

.sd-exp-safari-card__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--exp-ab-ink);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s var(--exp-ease);
    z-index: -1;
}

.sd-exp-safari-card__link:hover .sd-exp-safari-card__btn,
.sd-exp-safari-card__link:focus-visible .sd-exp-safari-card__btn {
    color: var(--exp-white);
    border-color: var(--exp-ab-ink);
}

.sd-exp-safari-card__link:hover .sd-exp-safari-card__btn::before,
.sd-exp-safari-card__link:focus-visible .sd-exp-safari-card__btn::before {
    transform: scaleX(1);
}

@media (max-width: 1100px) {
    .sd-exp-safaris__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(24px, 3vw, 32px);
    }
}

@media (max-width: 640px) {
    .sd-exp-safaris__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
}

/* ───────── WHEN TO GO ───────── */
.sd-exp-when {
    background: var(--exp-cream);
}

.sd-exp-when__shell {
    width: 90vw;
    max-width: var(--exp-wide);
    margin: 0 auto;
    padding: 0 clamp(16px, 2vw, 24px);
}

.sd-exp-when__intro {
    color: var(--exp-text);
    margin-bottom: clamp(32px, 4vw, 48px);
}

.sd-exp-when__intro--center {
    text-align: center;
    max-width: var(--exp-prose);
    margin-left: auto;
    margin-right: auto;
}

.sd-exp-when__intro--center p {
    text-align: center;
}

.sd-exp-when__intro p {
    margin: 0 0 1em;
}

.sd-exp-when__intro p:last-child {
    margin-bottom: 0;
}

/* Monthly calendar (from _sd_dest_best_time) */
.sd-exp-bt {
    max-width: 920px;
    margin: 0 auto;
}

.sd-exp-bt__legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    font-family: var(--exp-font-body);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--exp-muted);
}

.sd-exp-bt__legend li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sd-exp-bt__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.sd-exp-bt__dot--best { background: var(--exp-accent); }
.sd-exp-bt__dot--good { background: #c4a574; }
.sd-exp-bt__dot--ok { background: #8bb8c4; }
.sd-exp-bt__dot--poor { background: #c5c0b8; }

.sd-exp-bt__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 24px;
}

.sd-exp-bt__cell {
    appearance: none;
    border: 1px solid var(--exp-border);
    background: var(--exp-white);
    border-radius: var(--exp-radius);
    padding: 12px 6px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: border-color 0.2s var(--exp-ease), box-shadow 0.2s var(--exp-ease), transform 0.2s var(--exp-ease);
    font-family: var(--exp-font-body);
}

.sd-exp-bt__cell:hover,
.sd-exp-bt__cell.is-active {
    border-color: var(--exp-accent);
    box-shadow: 0 8px 24px rgba(154, 123, 79, 0.12);
    transform: translateY(-2px);
}

.sd-exp-bt__cell-month {
    font-family: var(--exp-font-heading);
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--exp-ink);
    line-height: 1;
}

.sd-exp-bt__cell-bar {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: var(--exp-border);
}

.sd-exp-bt__cell--best .sd-exp-bt__cell-bar { background: var(--exp-accent); height: 8px; }
.sd-exp-bt__cell--good .sd-exp-bt__cell-bar { background: #c4a574; height: 6px; }
.sd-exp-bt__cell--ok .sd-exp-bt__cell-bar { background: #8bb8c4; height: 5px; }
.sd-exp-bt__cell--poor .sd-exp-bt__cell-bar { background: #c5c0b8; }
.sd-exp-bt__cell--none .sd-exp-bt__cell-bar { background: #e8e4de; }

.sd-exp-bt__cell.is-active .sd-exp-bt__cell-month {
    color: var(--exp-accent);
}

.sd-exp-bt__detail {
    background: var(--exp-white);
    border: 1px solid var(--exp-border);
    border-radius: var(--exp-radius-lg);
    padding: clamp(24px, 3vw, 32px);
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
}

.sd-exp-bt__detail-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--exp-border);
}

.sd-exp-bt__detail-month {
    font-family: var(--exp-font-heading);
    font-size: clamp(1.35rem, 2.2vw, 1.65rem);
    font-weight: 400;
    color: var(--exp-ink);
    margin: 0;
    line-height: 1.15;
}

.sd-exp-bt__detail-badge {
    display: inline-block;
    font-family: var(--exp-font-heading);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--exp-accent);
    color: #fff;
    margin: 0;
    flex-shrink: 0;
}

.sd-exp-bt__detail-badge--good { background: #c4a574; color: var(--exp-ink); }
.sd-exp-bt__detail-badge--ok { background: #8bb8c4; color: var(--exp-ink); }
.sd-exp-bt__detail-badge--poor,
.sd-exp-bt__detail-badge-- { background: #c5c0b8; color: var(--exp-ink); }

.sd-exp-bt__detail-meta {
    margin: 0;
    display: grid;
    gap: 16px;
}

.sd-exp-bt__detail-row {
    margin: 0;
}

.sd-exp-bt__detail-row dt {
    font-family: var(--exp-font-heading);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--exp-accent);
    margin: 0 0 6px;
}

.sd-exp-bt__detail-row dd {
    font-family: var(--exp-font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--exp-text);
    margin: 0;
}

.sd-exp-bt__detail-row--insight dd {
    color: var(--exp-ink);
}

.sd-exp-when__duration {
    max-width: var(--exp-prose);
    margin: clamp(40px, 5vw, 56px) auto 0;
}

.sd-exp-when__duration .sd-exp-duration {
    background: var(--exp-white);
    border: 1px solid var(--exp-border);
    border-radius: var(--exp-radius-lg);
    padding: clamp(24px, 3vw, 32px);
    text-align: center;
}

.sd-exp-when__duration .sd-exp-duration h3 {
    font-family: var(--exp-font-heading);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 400;
    color: var(--exp-ink);
    margin: 0 0 16px;
}

.sd-exp-when__duration .sd-exp-duration__text {
    font-size: 0.98rem;
    line-height: 1.75;
    color: var(--exp-text);
    text-align: center;
}

.sd-exp-when__duration .sd-exp-duration__text p {
    margin: 0 0 1em;
}

/* ───────── PLANNING PROCESS ───────── */
.sd-exp-process {
    background: var(--exp-cream);
}

.sd-exp-process__shell {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(16px, 2vw, 24px);
    box-sizing: border-box;
}

.sd-exp-process__lead {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--exp-muted);
    margin: 0 auto;
    text-align: center;
}

.sd-exp-process__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 32px);
    width: 100%;
    max-width: 100%;
}

.sd-exp-process__step {
    text-align: center;
    padding: clamp(24px, 3vw, 32px);
    background: var(--exp-white);
    border-radius: var(--exp-radius-lg);
    border: 1px solid var(--exp-border);
    box-shadow: none;
    transition: transform 0.35s var(--exp-ease), border-color 0.35s var(--exp-ease);
    min-width: 0;
}

.sd-exp-process__step:hover {
    transform: translateY(-3px);
    border-color: rgba(154, 123, 79, 0.35);
}

.sd-exp-process__illus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: var(--exp-accent-soft);
    border: 1px solid rgba(154, 123, 79, 0.28);
}

.sd-exp-icon-svg {
    display: block;
    flex-shrink: 0;
}

.sd-exp-icon-svg--process {
    width: clamp(2.25rem, 4vw, 2.75rem);
    height: clamp(2.25rem, 4vw, 2.75rem);
    color: var(--exp-accent);
}

.sd-exp-process__illus--why .sd-exp-icon-svg--process {
    color: #7a5c38;
}

.sd-exp-process__illus--how .sd-exp-icon-svg--process {
    color: var(--exp-accent);
}

.sd-exp-process__illus--adventure .sd-exp-icon-svg--process {
    color: #5c6b4a;
}

.sd-exp-icon-svg--nav {
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.sd-exp-process__step h3 {
    font-family: var(--exp-font-heading);
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--exp-ink);
    margin: 0 0 12px;
}

.sd-exp-process__step p {
    font-size: 0.92rem;
    line-height: 1.75;
    color: var(--exp-text);
    margin: 0;
}

/* ───────── CTA ───────── */
.sd-exp-cta {
    background-color: var(--exp-ink) !important;
    background-image: none !important;
    color: #fff !important;
    padding: clamp(64px, 10vw, 100px) 0;
    text-align: center;
}

.sd-exp-cta__inner {
    position: relative;
    z-index: 1;
}

.sd-exp-cta__title {
    font-family: var(--exp-font-heading);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 400;
    font-style: normal;
    margin: 0 0 12px;
    color: #fff !important;
}

.sd-exp-cta__lede {
    font-family: var(--exp-font-body);
    font-size: 1.05rem;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.88) !important;
}

.sd-exp-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 18px;
}

.sd-exp-cta__btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    transition: opacity 0.25s var(--exp-ease), transform 0.25s var(--exp-ease), background 0.25s var(--exp-ease), color 0.25s var(--exp-ease);
}

.sd-exp-cta__btn--primary {
    background: #fff;
    color: var(--exp-ink);
    border: 1px solid #fff;
}

.sd-exp-cta__btn--primary:hover {
    opacity: 0.92;
    color: var(--exp-ink);
    transform: translateY(-2px);
}

.sd-exp-cta__btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.sd-exp-cta__btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);
}

/* ───────── NATIONAL PARKS CAROUSEL ───────── */
.sd-exp-parks {
    background: var(--exp-cream);
    overflow: hidden;
}

.sd-exp-parks__lead {
    font-family: var(--exp-font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--exp-muted);
    margin: 0;
}

.sd-exp-parks__stage {
    position: relative;
    padding: 0 clamp(16px, 4vw, 48px) clamp(48px, 6vw, 72px);
    max-width: var(--exp-wide);
    margin: 0 auto;
}

.sd-exp-parks__swiper {
    overflow: visible;
    padding: 24px 0 48px;
}

.sd-exp-parks__swiper .swiper-slide {
    width: min(360px, 82vw);
    height: auto;
}

.sd-exp-park-slide {
    display: block;
    text-decoration: none;
    color: var(--exp-ink) !important;
    background: var(--exp-white);
    border-radius: var(--exp-radius-lg);
    overflow: hidden;
    box-shadow: var(--exp-shadow-lg);
    transition: transform 0.45s var(--exp-ease), box-shadow 0.45s var(--exp-ease);
    height: 100%;
    font-family: var(--exp-font-body);
}

.sd-exp-park-slide:hover {
    transform: translateY(-6px);
    box-shadow: var(--exp-shadow-lg);
}

.sd-exp-park-slide__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #ddd;
}

.sd-exp-park-slide__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s var(--exp-ease);
}

.sd-exp-park-slide:hover .sd-exp-park-slide__media img {
    transform: scale(1.04);
}

.sd-exp-park-slide__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.65) 100%);
    pointer-events: none;
}

.sd-exp-park-slide__body {
    padding: 22px 24px 26px;
}

.sd-exp-park-slide__loc {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--exp-accent);
    margin-bottom: 8px;
}

.sd-exp-park-slide__body h3 {
    font-family: var(--exp-font-heading);
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--exp-ink) !important;
    margin: 0 0 10px;
    line-height: 1.25;
}

.sd-exp-park-slide__body p {
    font-family: var(--exp-font-body);
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--exp-muted) !important;
    margin: 0 0 14px;
}

.sd-exp-park-slide__cta {
    font-family: var(--exp-font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--exp-ink) !important;
}

.sd-exp-parks__nav {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    padding: 0;
    border: 1px solid var(--exp-border);
    border-radius: 50%;
    aspect-ratio: 1;
    background: var(--exp-white);
    color: var(--exp-ink);
    box-shadow: var(--exp-shadow-lg);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    transition: transform 0.25s var(--exp-ease), background 0.25s var(--exp-ease), color 0.25s var(--exp-ease);
}

.sd-exp-parks__nav .sd-exp-icon-svg--nav {
    width: 20px;
    height: 20px;
}

.sd-exp-parks__nav:hover {
    transform: translateY(-50%) scale(1.08);
    background: var(--exp-ink);
    color: #fff;
    border-color: var(--exp-ink);
}

.sd-exp-parks__nav--prev {
    left: clamp(8px, 2vw, 24px);
}

.sd-exp-parks__nav--next {
    right: clamp(8px, 2vw, 24px);
}

.sd-exp-parks__nav.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.sd-exp-parks__pagination {
    text-align: center;
    margin-top: 8px;
}

.sd-exp-parks__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--exp-muted);
    opacity: 0.4;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sd-exp-parks__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--exp-ink);
    transform: scale(1.25);
}

/* ───────── FAQs ───────── */
.sd-exp-faqs {
    background: transparent;
}

.sd-exp-faqs > .sd-exp-container {
    width: 80vw;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.sd-exp-faqs__panel {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: clamp(32px, 5vw, 56px) 0;
    box-shadow: none;
    width: 100%;
}

.sd-exp-faqs__head {
    text-align: center;
    max-width: var(--exp-prose);
    margin: 0 auto clamp(32px, 4vw, 48px);
}

.sd-exp-faqs__head h2 {
    color: var(--exp-ink) !important;
}

.sd-exp-faqs__lead {
    font-family: var(--exp-font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--exp-muted) !important;
    margin: 0;
}

.sd-exp-faqs__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
    margin: 0 auto;
}

.sd-exp-faq-item {
    background: var(--exp-white);
    border: 1px solid var(--exp-border);
    border-radius: var(--exp-radius);
    overflow: hidden;
    transition: border-color 0.25s var(--exp-ease), box-shadow 0.25s var(--exp-ease);
}

.sd-exp-faq-item.is-open {
    border-color: rgba(184, 134, 74, 0.45);
    box-shadow: 0 12px 32px rgba(184, 134, 74, 0.12);
}

.sd-exp-faq-item__trigger {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--exp-font-body);
    color: var(--exp-ink) !important;
}

.sd-exp-faq-item__trigger:hover {
    background: rgba(184, 134, 74, 0.08);
}

.sd-exp-faq-item__index {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--exp-accent);
    min-width: 28px;
}

.sd-exp-faq-item__q {
    font-family: var(--sd-heading-font, var(--exp-font-heading));
    font-size: 25px;
    font-weight: 400;
    color: var(--exp-ink) !important;
    line-height: 1.45;
}

.sd-exp-faq-item__icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--exp-cream);
    border: 1px solid var(--exp-border);
}

.sd-exp-faq-item__icon::before,
.sd-exp-faq-item__icon::after {
    content: '';
    position: absolute;
    background: var(--exp-ink);
    transition: transform 0.25s var(--exp-ease), background 0.25s var(--exp-ease);
}

.sd-exp-faq-item__icon::before {
    top: 50%;
    left: 6px;
    right: 6px;
    height: 2px;
    transform: translateY(-50%);
}

.sd-exp-faq-item__icon::after {
    left: 50%;
    top: 6px;
    bottom: 6px;
    width: 2px;
    transform: translateX(-50%);
}

.sd-exp-faq-item.is-open .sd-exp-faq-item__icon {
    background: rgba(184, 134, 74, 0.14);
    border-color: rgba(184, 134, 74, 0.38);
}

.sd-exp-faq-item.is-open .sd-exp-faq-item__icon::before,
.sd-exp-faq-item.is-open .sd-exp-faq-item__icon::after {
    background: var(--exp-ink);
}

.sd-exp-faq-item.is-open .sd-exp-faq-item__icon::after {
    transform: translateX(-50%) scaleY(0);
}

.sd-exp-faq-item__answer[hidden] {
    display: none !important;
}

.sd-exp-faq-item__answer-inner {
    padding: 0 22px 22px 66px;
    font-family: var(--exp-font-body);
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--exp-text) !important;
}

.sd-exp-faq-item__answer-inner p {
    margin: 0 0 0.75em;
    font-size: inherit;
    color: var(--exp-text) !important;
}

.sd-exp-faq-item__answer-inner p:last-child {
    margin-bottom: 0;
}

/* ───────── RESPONSIVE ───────── */
@media (max-width: 900px) {
    .sd-exp-location--split {
        grid-template-columns: 1fr;
    }

    .sd-exp-location__media {
        padding: clamp(28px, 4vw, 40px);
    }

    .sd-exp-when__intro--center {
        padding: 0 clamp(8px, 2vw, 16px);
    }

    .sd-exp-bt__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .sd-exp-process__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

@media (max-width: 767px) {
    .sd-exp-hero {
        min-height: 90vh;
        min-height: 90dvh;
    }

    .sd-exp-locations__stage {
        display: none;
    }

    .sd-exp-locations__mobile {
        display: block;
    }

    .sd-exp-location--mobile {
        display: flex;
    }


    .sd-exp-faq-item__answer-inner {
        padding-left: 22px;
    }

    .sd-exp-bt__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* ───────── Brizy / page-builder overrides ───────── */
.sd-dest-explorer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
}

.sd-dest-explorer .sd-exp-hero__title {
    color: #fff !important;
}

.sd-dest-explorer .sd-exp-locations__tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.sd-dest-explorer .sd-exp-locations__panel {
    display: none !important;
}

.sd-dest-explorer .sd-exp-locations__panel--active {
    display: block !important;
}

.sd-dest-explorer .sd-exp-locations__panel[hidden] {
    display: none !important;
}

.sd-dest-explorer .sd-exp-locations__panel--active {
    display: block !important;
}

.sd-dest-explorer .sd-exp-location--split {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: center !important;
}

/* Brizy / theme typography + color isolation */
.brz .sd-dest-explorer :is(
    p, li, dd, label, blockquote,
    .sd-exp-kicker,
    .sd-exp-locations__tab,
    .sd-exp-hero__tagline,
    .sd-exp-prose, .sd-exp-overview__body,
    .sd-exp-locations__intro, .sd-exp-when__intro,
    .sd-exp-process__lead, .sd-exp-parks__lead, .sd-exp-faqs__lead,
    .sd-exp-safari-card__meta-line, .sd-exp-safari-card__locations,
    .sd-exp-park-slide__body p, .sd-exp-park-slide__loc, .sd-exp-park-slide__cta,
    .sd-exp-faq-item__answer-inner, .sd-exp-cta__lede, .sd-exp-duration__text,
    .sd-exp-bt__legend, .sd-exp-bt__detail-row dd,
    .sd-exp-safari-card__btn, .sd-exp-cta__btn,
    .sd-exp-readmore__btn, .sd-dest-truncatable__btn
) {
    font-family: var(--sd-body-font, var(--exp-font-body)) !important;
    letter-spacing: normal !important;
}

.brz .sd-dest-explorer :is(
    h1, h2, h3, h4, h5, h6,
    .sd-exp-hero__title, .sd-exp-cta__title,
    .sd-exp-safari-card__title,
    .sd-exp-park-slide__body h3,
    .sd-exp-season-card__range, .sd-exp-month-card__label,
    .sd-exp-bt__cell-month, .sd-exp-bt__detail-badge, .sd-exp-bt__detail-month,
    .sd-exp-bt__detail-row dt, .sd-exp-process__step h3, .sd-exp-duration h3
) {
    font-family: var(--sd-heading-font, var(--exp-font-heading)) !important;
    font-weight: 400 !important;
}

.brz .sd-dest-explorer .sd-exp-heading--center,
.brz .sd-dest-explorer .sd-exp-heading--center h2 {
    text-align: center !important;
}

.brz .sd-dest-explorer .sd-exp-kicker {
    font-family: var(--sd-body-font, var(--exp-font-body)) !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.brz .sd-dest-explorer button.sd-exp-locations__tab {
    font-family: var(--sd-body-font, var(--exp-font-body)) !important;
}

.brz .sd-dest-explorer .sd-exp-heading--center .sd-exp-kicker + h2 {
    margin-top: 0.125rem !important;
    padding-top: 0 !important;
    line-height: 1.08 !important;
}

.brz .sd-dest-explorer .sd-exp-faqs,
.brz .sd-dest-explorer .sd-exp-faqs p,
.brz .sd-dest-explorer .sd-exp-faqs span,
.brz .sd-dest-explorer .sd-exp-faq-item__answer-inner,
.brz .sd-dest-explorer .sd-exp-faq-item__q,
.brz .sd-dest-explorer .sd-exp-park-slide,
.brz .sd-dest-explorer .sd-exp-park-slide p,
.brz .sd-dest-explorer .sd-exp-park-slide span,
.brz .sd-dest-explorer .sd-exp-parks__lead {
    color: var(--exp-text) !important;
}

.brz .sd-dest-explorer .sd-exp-faq-item__q,
.brz .sd-dest-explorer .sd-exp-park-slide__body h3,
.brz .sd-dest-explorer .sd-exp-park-slide__cta {
    color: var(--exp-ink) !important;
}

.brz .sd-dest-explorer .sd-exp-cta,
.brz .sd-dest-explorer .sd-exp-cta h2,
.brz .sd-dest-explorer .sd-exp-cta p,
.brz .sd-dest-explorer .sd-exp-cta__title,
.brz .sd-dest-explorer .sd-exp-cta__lede {
    color: #fff !important;
}

.brz .sd-dest-explorer .sd-exp-cta {
    background-color: var(--exp-ink) !important;
}

.brz .sd-dest-explorer .sd-exp-faqs,
.brz .sd-dest-explorer .sd-exp-faqs__panel {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.brz .sd-dest-explorer .sd-exp-icon-svg--process {
    display: block !important;
    width: clamp(2.25rem, 4vw, 2.75rem) !important;
    height: clamp(2.25rem, 4vw, 2.75rem) !important;
    color: var(--exp-accent) !important;
    stroke: currentColor !important;
}

.brz .sd-dest-explorer button.sd-exp-bt__cell {
    background: var(--exp-white) !important;
    background-color: var(--exp-white) !important;
    border: 1px solid var(--exp-border) !important;
    color: var(--exp-ink) !important;
    min-height: 0 !important;
    padding: 12px 6px 10px !important;
    border-radius: var(--exp-radius) !important;
}

.brz .sd-dest-explorer .sd-exp-bt__cell-month {
    font-family: var(--exp-font-body) !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: var(--exp-ink) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.brz .sd-dest-explorer .sd-exp-bt__cell-bar {
    display: block !important;
    width: 100% !important;
    border-radius: 999px !important;
}

.brz .sd-dest-explorer .sd-exp-bt__cell--best .sd-exp-bt__cell-bar {
    background: var(--exp-accent) !important;
    height: 8px !important;
}

.brz .sd-dest-explorer .sd-exp-bt__cell--good .sd-exp-bt__cell-bar {
    background: #c4a574 !important;
    height: 6px !important;
}

.brz .sd-dest-explorer .sd-exp-bt__cell--ok .sd-exp-bt__cell-bar {
    background: #8bb8c4 !important;
    height: 5px !important;
}

.brz .sd-dest-explorer .sd-exp-bt__cell--poor .sd-exp-bt__cell-bar {
    background: #c5c0b8 !important;
}

.brz .sd-dest-explorer .sd-exp-bt__cell--none .sd-exp-bt__cell-bar {
    background: #e8e4de !important;
}

.brz .sd-dest-explorer .sd-exp-locations > .sd-exp-container--wide {
    width: 80% !important;
    max-width: 80% !important;
    padding-left: clamp(20px, 3vw, 48px) !important;
    padding-right: clamp(20px, 3vw, 48px) !important;
    box-sizing: border-box !important;
}

.brz .sd-dest-explorer .sd-exp-location__copy {
    padding-left: clamp(40px, 5vw, 64px) !important;
    padding-right: clamp(40px, 5vw, 64px) !important;
}

.brz .sd-dest-explorer .sd-exp-location__media {
    padding-left: clamp(40px, 5vw, 64px) !important;
    padding-right: clamp(40px, 5vw, 64px) !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__media {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 2 !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    display: block !important;
    min-height: 0 !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__meta-line {
    font-family: var(--exp-font-body) !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: var(--exp-ab-muted) !important;
    margin: 0 0 6px !important;
    line-height: 1.2 !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__title {
    color: var(--exp-ab-ink) !important;
    line-height: 1.15 !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__meta-line + .sd-exp-safari-card__title {
    margin-top: 2px !important;
    padding-top: 0 !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__locations {
    font-family: var(--exp-font-body) !important;
    font-size: clamp(0.88rem, 1.15vw, 0.95rem) !important;
    color: var(--exp-ab-muted) !important;
}

.brz .sd-dest-explorer .sd-exp-faq-item__q {
    font-family: var(--sd-heading-font, var(--exp-font-heading)) !important;
    font-size: 25px !important;
    font-weight: 400 !important;
}

.brz .sd-dest-explorer .sd-exp-faq-item__answer-inner,
.brz .sd-dest-explorer .sd-exp-faq-item__answer-inner p {
    font-size: 1.15rem !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__btn {
    display: inline-flex !important;
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    color: var(--exp-ab-muted) !important;
    background: transparent !important;
    border: 1px solid var(--exp-ab-line) !important;
    border-radius: 0 !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__btn::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: var(--exp-ab-ink) !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: -1 !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__link:hover .sd-exp-safari-card__btn,
.brz .sd-dest-explorer .sd-exp-safari-card__link:focus-visible .sd-exp-safari-card__btn {
    color: var(--exp-white) !important;
    background: transparent !important;
    border-color: var(--exp-ab-ink) !important;
}

.brz .sd-dest-explorer .sd-exp-safari-card__link:hover .sd-exp-safari-card__btn::before,
.brz .sd-dest-explorer .sd-exp-safari-card__link:focus-visible .sd-exp-safari-card__btn::before {
    transform: scaleX(1) !important;
}

.brz .sd-dest-explorer button.sd-exp-parks__nav {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    overflow: hidden !important;
}

.brz .sd-dest-explorer .sd-exp-parks__nav .sd-exp-icon-svg--nav {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    color: inherit !important;
    stroke: currentColor !important;
}

.brz .sd-dest-explorer .sd-exp-faqs > .sd-exp-container {
    width: 80vw !important;
    max-width: 80vw !important;
}

.sd-dest-explorer :is(
    h1, h2, h3, h4, h5, h6,
    .sd-exp-hero__title, .sd-exp-cta__title,
    .sd-exp-safari-card__title,
    .sd-exp-park-slide__body h3,
    .sd-exp-season-card__range, .sd-exp-month-card__label,
    .sd-exp-bt__cell-month, .sd-exp-bt__detail-badge, .sd-exp-bt__detail-month,
    .sd-exp-bt__detail-row dt, .sd-exp-process__step h3, .sd-exp-duration h3
) {
    font-family: var(--sd-heading-font, var(--exp-font-heading)) !important;
    font-size: inherit;
}

.sd-dest-explorer .sd-exp-safari-card__title {
    font-size: clamp(1.35rem, 2vw, 1.65rem) !important;
}

.sd-dest-explorer .sd-exp-heading--center h2 {
    font-size: clamp(2rem, 3.2vw, 2.75rem) !important;
    margin-top: 0.125rem !important;
    padding-top: 0 !important;
    line-height: 1.08 !important;
    color: var(--exp-ink) !important;
}

.sd-dest-explorer .sd-exp-heading--center .sd-exp-kicker {
    font-family: var(--sd-body-font, var(--exp-font-body)) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    letter-spacing: 0.16em !important;
}

.sd-dest-explorer .sd-exp-hero__title {
    font-size: clamp(2.75rem, 5vw, 4.5rem) !important;
}

.sd-dest-explorer p {
    font-size: inherit !important;
}

.brz .brz-css-d-wrapper:has(.sd-dest-explorer),
.brz .brz-wp-shortcode:has(.sd-dest-explorer) {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sd-dest-explorer .sd-exp-location__media {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    align-self: center !important;
    padding: clamp(44px, 6vw, 72px) clamp(40px, 5vw, 64px) !important;
    overflow: visible !important;
}

.sd-dest-explorer .sd-exp-location__media-inner {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    border-radius: var(--exp-radius) !important;
}

.sd-dest-explorer .sd-exp-location__img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    border-radius: var(--exp-radius) !important;
}

.sd-dest-explorer .sd-exp-gem-card__media {
    aspect-ratio: 4 / 3 !important;
}

.sd-dest-explorer .sd-exp-gem-card__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.sd-dest-explorer .sd-exp-process__grid {
    display: grid !important;
}

.sd-dest-explorer .sd-exp-parks__swiper .swiper-slide {
    width: min(360px, 82vw) !important;
}

.sd-dest-explorer .sd-exp-park-slide__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.sd-dest-explorer .sd-exp-accordion__header {
    width: 100% !important;
    display: flex !important;
}

.sd-dest-explorer .sd-exp-accordion__body[hidden] {
    display: none !important;
}

.sd-dest-explorer .sd-exp-accordion--open .sd-exp-accordion__body {
    display: block !important;
}

.sd-dest-explorer button.sd-exp-locations__tab {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.sd-dest-explorer button.sd-exp-parks__nav {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
}

.brz .sd-dest-explorer button.sd-exp-locations__tab {
    border-radius: 0 !important;
}
