/**
 * Sectional tour / destination blocks.
 */

.sd-sec {
    max-width: 1180px;
    margin: 0 auto 2.4rem;
    padding: 0 1.2rem;
    background: transparent;
    color: inherit;
}

.sd-sec h2 {
    margin: 0 0 1rem;
    font-size: var(--sd-size-h2, clamp(1.75rem, 3.2vw, 2.75rem));
    line-height: 1.15;
}

.sd-sec h3 {
    margin: 0 0 0.45rem;
    font-size: var(--sd-size-h3, clamp(1.25rem, 2.2vw, 1.7rem));
    line-height: 1.2;
}

.sd-sec-prose {
    font-size: var(--sd-size-p, 1rem);
    line-height: 1.75;
}

.sd-sec-kicker {
    margin: 0 0 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
    font-weight: 700;
    opacity: 0.7;
}

.sd-sec-facts,
.sd-sec-stay {
    margin: 0.85rem 0 0;
    font-weight: 600;
}

.sd-sec-highlights {
    margin: 1.1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.sd-sec-highlights li {
    padding-left: 1.1rem;
    position: relative;
}

.sd-sec-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.45rem;
    height: 0.45rem;
    background: currentColor;
}

.sd-sec-split {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    align-items: stretch;
}

.sd-sec-split__media {
    min-height: 280px;
    background-size: cover;
    background-position: center;
}

/* ------------------------------------------------------------------ */
/* Tour overview — shared prose size                                    */
/* ------------------------------------------------------------------ */

#sd-tour-overview .sd-sec-prose,
#sd-tour-overview .sd-sec-prose p,
#sd-tour-overview .sd-sec-prose li,
#sd-tour-overview .sd-sec-ov-centered__prose,
#sd-tour-overview .sd-sec-ov-centered__prose p,
#sd-tour-overview .sd-sec-ov-centered__prose li,
#sd-tour-overview .sd-sec-ov__prose,
#sd-tour-overview .sd-sec-ov__prose p,
#sd-tour-overview .sd-sec-ov__prose li {
    font-size: 19px !important;
}

.brz #sd-tour-overview .sd-sec-prose,
.brz #sd-tour-overview .sd-sec-prose p,
.brz-wp-shortcode #sd-tour-overview .sd-sec-prose,
.brz-wp-shortcode #sd-tour-overview .sd-sec-prose p,
.brz #sd-tour-overview .sd-sec-ov-centered__prose,
.brz #sd-tour-overview .sd-sec-ov-centered__prose p,
.brz-wp-shortcode #sd-tour-overview .sd-sec-ov-centered__prose,
.brz-wp-shortcode #sd-tour-overview .sd-sec-ov-centered__prose p,
.brz #sd-tour-overview .sd-sec-ov__prose,
.brz #sd-tour-overview .sd-sec-ov__prose p,
.brz-wp-shortcode #sd-tour-overview .sd-sec-ov__prose,
.brz-wp-shortcode #sd-tour-overview .sd-sec-ov__prose p {
    font-size: 19px !important;
}

/* ------------------------------------------------------------------ */
/* Tour overview — editorial                                            */
/* ------------------------------------------------------------------ */

.sd-sec-tour-overview--editorial {
    --sd-ov-bg: #f7f5f2;
    --sd-ov-ink: #2a2f36;
    --sd-ov-muted: #9a9ea4;
    --sd-ov-line: rgba(42, 47, 54, 0.12);
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2.75rem;
    background: var(--sd-ov-bg);
    color: var(--sd-ov-ink);
}

.sd-sec-ov {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: stretch;
    min-height: clamp(420px, 52vw, 560px);
}

.sd-sec-ov__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: clamp(2rem, 4.5vw, 3.75rem) clamp(1.5rem, 4vw, 3.25rem);
    background: var(--sd-ov-bg);
    color: var(--sd-ov-ink);
    min-width: 0;
}

.sd-sec-ov__meta {
    display: grid;
    gap: 1.35rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid var(--sd-ov-line);
    border-bottom: 1px solid var(--sd-ov-line);
    padding-top: 1.5rem;
    flex-shrink: 0;
}

.sd-sec-ov__fact {
    display: grid;
    gap: 0.35rem;
}

.sd-sec-ov__label {
    color: var(--sd-ov-muted) !important;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sd-sec-ov__value {
    color: var(--sd-ov-ink) !important;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.sd-sec-ov__prose {
    margin-top: 1.65rem;
    color: var(--sd-ov-ink) !important;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: var(--sd-size-p, 1.02rem);
    font-weight: 400;
    line-height: 1.75;
    max-width: 42ch;
    flex-shrink: 0;
}

.sd-sec-ov__prose p,
.sd-sec-ov__prose li,
.sd-sec-ov__prose span,
.sd-sec-ov__prose strong,
.sd-sec-ov__prose em {
    color: inherit !important;
}

.sd-sec-ov__prose p {
    margin: 0 0 0.95rem;
}

.sd-sec-ov__prose p:last-child {
    margin-bottom: 0;
}

.sd-sec-ov__media {
    position: relative;
    margin: 0;
    min-height: 320px;
    height: 100%;
    overflow: hidden;
    background: #e8e4de;
}

.sd-sec-ov__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sd-sec-ov__pin {
    position: absolute;
    left: 1.1rem;
    bottom: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.sd-sec-ov__pin-icon {
    display: inline-flex;
    opacity: 0.95;
}

.sd-sec-ov__pin-text {
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

@media (max-width: 860px) {
    .sd-sec-ov {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .sd-sec-ov__media {
        min-height: 280px;
        aspect-ratio: 16 / 10;
    }

    .sd-sec-ov__prose {
        max-width: none;
    }
}

/* ------------------------------------------------------------------ */
/* Tour overview — centered prose (no heading)                          */
/* ------------------------------------------------------------------ */

.sd-sec-tour-overview--centered {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.sd-sec-ov-centered {
    width: 70%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sd-sec-tour-overview--centered .sd-sec-prose,
.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose {
    text-align: center;
}

.sd-sec-tour-overview--centered .sd-sec-prose,
.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose,
.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose p,
.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose li,
.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose span,
.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose strong,
.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose em {
    color: #666666 !important;
    font-family: var(--sd-body-font, var(--sd-font-body, "Founders Grotesk", sans-serif));
    font-size: var(--sd-size-p, 1rem);
    line-height: 1.75;
}

.brz .sd-sec-tour-overview--centered .sd-sec-ov-centered__prose,
.brz .sd-sec-tour-overview--centered .sd-sec-ov-centered__prose p,
.brz-wp-shortcode .sd-sec-tour-overview--centered .sd-sec-ov-centered__prose,
.brz-wp-shortcode .sd-sec-tour-overview--centered .sd-sec-ov-centered__prose p {
    color: #666666 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose p {
    margin: 0 0 1rem;
}

.sd-sec-tour-overview--centered .sd-sec-ov-centered__prose p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .sd-sec-ov-centered {
        width: min(70%, 100%);
        max-width: min(70%, 100%);
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.sd-sec-dest-overview--editorial {
    text-align: center;
}

.sd-sec-dest-overview--editorial .sd-sec-prose,
.sd-sec-dest-overview--editorial .sd-sec-highlights {
    max-width: 72ch;
    margin-left: auto;
    margin-right: auto;
}

/* Destination overview — summary (9/3 columns, no heading) */
.sd-sec-dest-overview--summary {
    max-width: none;
    margin: 0;
    padding: 0 !important;
}

.sd-sec-dest-summary__grid {
    display: grid;
    grid-template-columns: minmax(0, 9fr) minmax(220px, 3fr);
    column-gap: clamp(3rem, 7vw, 5.5rem);
    row-gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
    max-width: none;
    margin: 0;
    padding: 0;
}

.sd-sec-dest-summary__main {
    min-width: 0;
    padding: 0;
    margin: 0;
}

.sd-sec-dest-overview--summary .sd-sec-readmore,
.sd-sec-dest-overview--summary .sd-sec-dest-summary__prose,
.sd-sec-dest-overview--summary .sd-sec-dest-summary__prose p:first-child {
    margin-top: 0;
    padding-top: 0;
}

.sd-sec-dest-summary__prose,
.sd-sec-dest-summary__prose p {
    text-align: left !important;
    color: #3d3d3d;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: var(--sd-size-p, 1rem);
    line-height: 1.75;
}

.sd-sec-dest-summary__prose p {
    margin: 0 0 1rem;
}

.sd-sec-dest-summary__prose p:last-child {
    margin-bottom: 0;
}

.sd-sec-readmore__toggle {
    display: inline-block;
    margin-top: 1.25rem;
    padding: 0;
    border: 0;
    background: none;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hero-rust, #8b3a2a);
    cursor: pointer;
    border-bottom: 1px solid currentColor;
}

.sd-sec-readmore__toggle:hover {
    color: #1a1a1a;
}

.sd-sec-dest-summary__aside {
    background: #fff7f2;
    padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.15rem, 2.5vw, 1.5rem);
}

.sd-sec-dest-facts {
    margin: 0;
}

.sd-sec-dest-facts__row {
    display: grid;
    grid-template-columns: minmax(88px, 34%) minmax(0, 1fr);
    gap: 0.65rem 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.sd-sec-dest-facts__row:first-child {
    padding-top: 0;
}

.sd-sec-dest-facts__row:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.sd-sec-dest-facts__label {
    margin: 0;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-transform: uppercase;
    color: #3d3d3d;
}

.sd-sec-dest-facts__value {
    margin: 0;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.55;
    color: #3d3d3d;
}

.sd-sec-dest-facts__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    padding: 11px 18px;
    border: 1px solid var(--hero-rust, #8b3a2a);
    background: transparent;
    color: var(--hero-rust, #8b3a2a) !important;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sd-sec-dest-facts__cta:hover {
    background: var(--hero-rust, #8b3a2a);
    color: #fff !important;
}

.brz .sd-sec-dest-summary__prose,
.brz .sd-sec-dest-summary__prose p,
.brz-wp-shortcode .sd-sec-dest-summary__prose,
.brz-wp-shortcode .sd-sec-dest-summary__prose p {
    text-align: left !important;
    color: #3d3d3d !important;
}

.brz-wp-shortcode:has(.sd-sec-dest-overview--summary),
.brz-shortcode:has(.sd-sec-dest-overview--summary),
.brz .brz-wp-shortcode:has(.sd-sec-dest-overview--summary),
.brz .brz-shortcode:has(.sd-sec-dest-overview--summary) {
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.brz-wp-shortcode:has(.sd-sec-dest-overview--summary) > div,
.brz-shortcode:has(.sd-sec-dest-overview--summary) > div,
.brz .brz-wp-shortcode:has(.sd-sec-dest-overview--summary) > div,
.brz .brz-shortcode:has(.sd-sec-dest-overview--summary) > div {
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.sd-sec-dest-facts__cta:only-child {
    margin-top: 0;
}

@media (max-width: 900px) {
    .sd-sec-dest-summary__grid {
        grid-template-columns: 1fr;
    }

    .sd-sec-dest-summary__aside {
        max-width: 420px;
    }
}

.sd-sec-timeline {
    display: grid;
    gap: 1.15rem;
}

.sd-sec-timeline__item {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: 0.9rem;
}

.sd-sec-timeline__num {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #1a2430;
    color: #fff;
}

.sd-sec-acc__item + .sd-sec-acc__item {
    margin-top: 0.35rem;
}

.sd-sec-acc__btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 0.85rem 0;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    color: inherit;
}

.sd-sec-acc__meta {
    font-weight: 500;
    opacity: 0.65;
    font-size: 0.82rem;
}

.sd-sec-day-grid,
.sd-sec-related__grid,
.sd-sec-parks__grid,
.sd-sec-seasons,
.sd-sec-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.sd-sec-related--strip .sd-sec-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sd-sec-related__card,
.sd-sec-park,
.sd-sec-day-card,
.sd-sec-season {
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.55);
}

.sd-sec-related__media,
.sd-sec-park__media {
    display: block;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
}

.sd-sec-related__body,
.sd-sec-park__body,
.sd-sec-day-card,
.sd-sec-season {
    display: block;
    padding: 0.95rem 0 0;
}

.sd-sec-related__title,
.sd-sec-park__title {
    display: block;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.sd-sec-related__meta,
.sd-sec-park__excerpt {
    display: block;
    opacity: 0.75;
    font-size: 0.9rem;
}

.sd-sec-parks--rows .sd-sec-parks__grid {
    grid-template-columns: 1fr;
}

.sd-sec-parks--rows .sd-sec-park {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 1rem;
}

/* National parks — tabbed destination layout */
.sd-sec-parks--tabs {
    max-width: none;
    margin: 0;
    padding: 0 !important;
    background: transparent;
}

.sd-sec-parks-tabs {
    width: 100%;
}

.sd-sec-parks-tabs__nav {
    display: flex;
    align-items: stretch;
    background: #f3ede8;
}

.sd-sec-parks-tabs__bar-outer {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sd-sec-parks-tabs__bar-outer::-webkit-scrollbar {
    display: none;
}

.sd-sec-parks-tabs__bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    min-width: min-content;
}

.sd-sec-parks-tabs__arrow {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #f3ede8;
    color: #332c2b;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sd-sec-parks-tabs__arrow:hover {
    background: #ebe4de;
    color: #1a1a1a;
}

.sd-sec-parks-tabs__arrow--prev {
    border-right: 1px solid rgba(26, 26, 26, 0.12);
}

.sd-sec-parks-tabs__arrow--next {
    border-left: 1px solid rgba(26, 26, 26, 0.12);
}

.sd-sec-parks-tabs__tab {
    flex: 1 1 0;
    min-width: max(180px, 22%);
    margin: 0;
    padding: 14px 18px;
    border: 0;
    border-right: 1px solid rgba(26, 26, 26, 0.12);
    border-radius: 0;
    background: #f3ede8;
    color: #1a1a1a;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: clamp(0.62rem, 1.1vw, 0.72rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sd-sec-parks--tabs-many .sd-sec-parks-tabs__tab {
    flex: 0 0 auto;
    min-width: 160px;
    max-width: 220px;
}

.sd-sec-parks-tabs__tab:last-child {
    border-right: 0;
}

.sd-sec-parks-tabs__tab:hover:not(.is-active) {
    background: #ebe4de;
}

.sd-sec-parks-tabs__tab.is-active {
    background: #332c2b;
    color: #fff;
}

.sd-sec-parks-tabs__panels {
    background: transparent;
}

.sd-sec-parks-tabs__panel[hidden] {
    display: none !important;
}

.sd-sec-parks-tabs__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem);
}

.sd-sec-parks-tabs__copy {
    min-width: 0;
}

.sd-sec-parks-tabs__title {
    margin: 0 0 1.25rem;
    color: #a6262b;
    font-family: var(--sd-heading-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.25;
    text-transform: uppercase;
}

.sd-sec-parks-tabs__prose,
.sd-sec-parks-tabs__prose p {
    margin: 0 0 1rem;
    text-align: left !important;
    color: #3d3d3d;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: var(--sd-size-p, 1rem);
    line-height: 1.75;
}

.sd-sec-parks-tabs__prose p:last-child {
    margin-bottom: 0;
}

.sd-sec-parks-tabs__media {
    margin: 0;
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3.9;
}

.sd-sec-parks-tabs__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.brz .sd-sec-parks-tabs__tab,
.brz-wp-shortcode .sd-sec-parks-tabs__tab {
    background: #f3ede8 !important;
    border: 0 !important;
    border-right: 1px solid rgba(26, 26, 26, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.brz .sd-sec-parks-tabs__tab.is-active,
.brz-wp-shortcode .sd-sec-parks-tabs__tab.is-active {
    background: #332c2b !important;
    color: #fff !important;
}

.brz .sd-sec-parks-tabs__prose,
.brz .sd-sec-parks-tabs__prose p,
.brz-wp-shortcode .sd-sec-parks-tabs__prose,
.brz-wp-shortcode .sd-sec-parks-tabs__prose p {
    text-align: left !important;
    color: #3d3d3d !important;
}

@media (max-width: 900px) {
    .sd-sec-parks-tabs__bar {
        flex-wrap: nowrap;
    }

    .sd-sec-parks-tabs__tab {
        flex: 0 0 auto;
        min-width: 220px;
    }

    .sd-sec-parks-tabs__grid {
        grid-template-columns: 1fr;
    }

    .sd-sec-parks-tabs__media {
        order: -1;
    }
}

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

.sd-sec-month {
    padding: 0.8rem 0;
}

.sd-sec-month span {
    display: block;
    font-weight: 700;
}

.sd-sec-month em {
    font-style: normal;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.sd-sec-month--best em { color: #1f6b3a; }
.sd-sec-month--good em { color: #8a6a1c; }
.sd-sec-month--poor em { color: #8a3a1c; }

.sd-sec-slider {
    position: relative;
}

.sd-sec-slider__slide img,
.sd-sec-gallery__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sd-sec-slider__slide {
    min-height: 360px;
}

.sd-sec-slider__slide img {
    max-height: 520px;
}

.sd-sec-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgba(17, 24, 32, 0.72);
    color: #fff;
    width: 2.2rem;
    height: 2.2rem;
    cursor: pointer;
}

.sd-sec-slider__nav--prev { left: 0.6rem; }
.sd-sec-slider__nav--next { right: 0.6rem; }

/* ------------------------------------------------------------------ */
/* Tour gallery — variable ribbon carousel                              */
/* ------------------------------------------------------------------ */

.sd-sec-gallery--ribbon {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2.5rem;
    background: transparent;
}

.sd-sec-ribbon {
    --sd-ribbon-gap: 10px;
    --sd-ribbon-max-h: clamp(220px, 28vw, 360px);
    --sd-ribbon-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 100%;
}

.sd-sec-ribbon__viewport {
    width: 100%;
    overflow: hidden;
}

.sd-sec-ribbon__track {
    display: flex;
    align-items: center;
    gap: var(--sd-ribbon-gap);
    will-change: transform;
    transition: transform 0.55s var(--sd-ribbon-ease);
}

.sd-sec-ribbon__slide {
    flex: 0 0 auto;
    margin: 0;
}

.sd-sec-ribbon__slide img {
    display: block;
    width: auto;
    height: auto;
    max-height: var(--sd-ribbon-max-h);
    max-width: none;
}

.sd-sec-ribbon__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.sd-sec-ribbon__nav--prev {
    left: 14px;
}

.sd-sec-ribbon__nav--next {
    right: 14px;
}

.sd-sec-ribbon__nav:hover:not(:disabled),
.sd-sec-ribbon__nav:focus-visible {
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    outline: none;
}

.sd-sec-ribbon__nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.brz-wp-shortcode:has(#sd-tour-gallery.sd-sec-gallery--ribbon),
.brz-wp-shortcode:has(.sd-sec-gallery--ribbon),
.brz-shortcode:has(.sd-sec-gallery--ribbon) {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    background: transparent !important;
}

.brz-wp-shortcode:has(.sd-sec-gallery--ribbon) > div,
.brz-shortcode:has(.sd-sec-gallery--ribbon) > div {
    width: 100% !important;
    overflow: visible !important;
    background: transparent !important;
}

@media (max-width: 768px) {
    .sd-sec-ribbon {
        --sd-ribbon-max-h: clamp(180px, 42vw, 280px);
    }

    .sd-sec-ribbon__nav {
        width: 42px;
        height: 42px;
    }

    .sd-sec-ribbon__nav--prev {
        left: 8px;
    }

    .sd-sec-ribbon__nav--next {
        right: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sd-sec-ribbon__track,
    .sd-sec-ribbon__nav {
        transition: none !important;
    }
}

.sd-sec-gallery--mosaic .sd-sec-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sd-sec-gallery--mosaic figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.sd-sec-gallery__grid figure {
    margin: 0;
    min-height: 160px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .sd-sec-split,
    .sd-sec-day-grid,
    .sd-sec-related__grid,
    .sd-sec-parks__grid,
    .sd-sec-seasons,
    .sd-sec-months,
    .sd-sec-related--strip .sd-sec-related__grid,
    .sd-sec-parks--rows .sd-sec-park,
    .sd-sec-gallery__grid,
    .sd-sec-gallery--mosaic .sd-sec-gallery__grid {
        grid-template-columns: 1fr;
    }

    .sd-sec-gallery--mosaic figure:first-child {
        grid-column: auto;
        grid-row: auto;
    }
}

/* ------------------------------------------------------------------ */
/* Editorial itinerary day (attached layout)                          */
/* ------------------------------------------------------------------ */

.sd-sec-itinerary--editorial {
    max-width: 920px;
}

.sd-sec-editorial {
    display: grid;
    gap: 2.75rem;
}

.sd-sec-eday {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 1.5rem;
    align-items: start;
    background: transparent;
}

.sd-sec-eday__badge {
    width: 4.35rem;
    height: 4.35rem;
    border-radius: 50%;
    background: #1a1f24;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.05;
    flex-shrink: 0;
    grid-row: 1 / span 2;
}

.sd-sec-eday__badge-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.sd-sec-eday__badge-num {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.sd-sec-eday__main {
    min-width: 0;
}

.sd-sec-eday__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.sd-sec-eday__titles {
    min-width: 0;
    padding-top: 0.15rem;
}

.sd-sec-eday__title {
    margin: 0 0 0.28rem !important;
    color: #111 !important;
    font-family: var(--sd-heading-font, Georgia, "Times New Roman", serif) !important;
    font-size: var(--sd-size-h2, clamp(1.85rem, 3.4vw, 2.65rem)) !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.01em;
}

.sd-sec-eday__loc {
    margin: 0;
    color: #8a9098;
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sd-sec-eday__toggle {
    width: 2rem;
    height: 2rem;
    margin-top: 0.35rem;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Chevron: closed = down, open = up */
.sd-sec-eday__toggle-icon {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-left: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.22s ease;
    margin-top: -0.15rem;
}

.sd-sec-eday.is-open .sd-sec-eday__toggle-icon {
    transform: rotate(135deg);
    margin-top: 0.2rem;
}

.sd-sec-eday__body {
    margin-top: 1.35rem;
}

.sd-sec-eday__slider {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.25rem;
}

.sd-sec-eday__track {
    display: flex;
    gap: 0.65rem;
    transition: transform 0.4s ease;
    will-change: transform;
}

.sd-sec-eday__slide {
    margin: 0;
    flex: 0 0 86%;
    width: 86%;
    min-width: 0;
    aspect-ratio: 16 / 10;
    height: auto;
    overflow: hidden;
    background: #ece7df;
}

.sd-sec-eday__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sd-sec-eday__nav {
    position: absolute;
    right: 15%;
    bottom: 0.85rem;
    display: flex;
    gap: 0.4rem;
    z-index: 2;
}

.sd-sec-eday__nav-btn {
    width: 2.05rem;
    height: 2.05rem;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #2a2f36;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    line-height: 1;
    padding: 0;
}

.sd-sec-eday__nav-btn:hover {
    background: #f5f5f5;
}

.sd-sec-eday__copy {
    max-width: 68ch;
}

.sd-sec-eday__excerpt,
.sd-sec-eday__full {
    margin: 0;
    color: #1a1f24;
    font-size: var(--sd-size-p, 1rem);
    line-height: 1.72;
}

.sd-sec-eday__full p {
    margin: 0 0 0.85rem;
}

.sd-sec-eday__full p:last-child {
    margin-bottom: 0;
}

.sd-sec-eday__more {
    margin: 1rem 0 0;
    padding: 0 0 0.15rem;
    border: 0;
    border-bottom: 1px solid rgba(26, 31, 36, 0.35);
    background: transparent;
    color: #6b7178;
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
}

.sd-sec-eday__more:hover {
    color: #1a1f24;
    border-bottom-color: #1a1f24;
}

.sd-sec-eday .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 720px) {
    .sd-sec-eday {
        gap: 0 0.9rem;
    }

    .sd-sec-eday__badge {
        width: 3.7rem;
        height: 3.7rem;
    }

    .sd-sec-eday__slide {
        flex-basis: 92%;
        width: 92%;
    }

    .sd-sec-eday__nav {
        right: 0.75rem;
    }
}

/* ------------------------------------------------------------------ */
/* Navigating tabs — pills                                              */
/* ------------------------------------------------------------------ */

.sd-sec-nav {
    max-width: 1180px;
    margin: 0 auto 2rem;
    padding: 0.35rem 1.2rem;
}

.sd-sec-nav--pills {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
}

.sd-sec-nav__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem 0.85rem;
}

.sd-sec-nav--align-left .sd-sec-nav__row {
    justify-content: flex-start;
}

.sd-sec-nav--align-center .sd-sec-nav__row {
    justify-content: center;
}

.sd-sec-nav--align-right .sd-sec-nav__row {
    justify-content: flex-end;
}

.sd-sec-nav__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.35rem;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    color: #5a5a5a;
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.sd-sec-nav--pills .sd-sec-nav__tab {
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    color: #5a5a5a;
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sd-sec-nav--pills .sd-sec-nav__tab:hover,
.sd-sec-nav--pills .sd-sec-nav__tab.is-active {
    color: #1a1f24;
    border-color: #1a1f24;
    background: #fff;
}

@media (max-width: 720px) {
    .sd-sec-nav__row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.25rem;
        scrollbar-width: thin;
    }
}

/* ------------------------------------------------------------------ */
/* Destination nav — capsule bar                                      */
/* ------------------------------------------------------------------ */

.sd-sec-nav--capsule {
    position: sticky;
    top: 0;
    z-index: 30;
    max-width: none;
    margin: 0 auto 2rem;
    padding: 0.75rem clamp(1rem, 3vw, 2rem);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
}

.sd-sec-nav--capsule .sd-sec-nav__shell {
    max-width: 1180px;
    margin: 0 auto;
}

.sd-sec-nav--capsule .sd-sec-nav__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    padding: 0.32rem;
    border-radius: 999px;
    background: #f5f0eb;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sd-sec-nav--capsule .sd-sec-nav__row::-webkit-scrollbar {
    display: none;
}

.sd-sec-nav--align-left.sd-sec-nav--capsule .sd-sec-nav__row {
    justify-content: flex-start;
}

.sd-sec-nav--align-center.sd-sec-nav--capsule .sd-sec-nav__row {
    justify-content: space-between;
}

.sd-sec-nav--align-right.sd-sec-nav--capsule .sd-sec-nav__row {
    justify-content: flex-end;
}

.sd-sec-nav--capsule .sd-sec-nav__tab,
.sd-sec-nav--capsule .sd-sec-nav__tab span,
.brz .sd-sec-nav--capsule .sd-sec-nav__tab,
.brz .sd-sec-nav--capsule .sd-sec-nav__tab span,
.brz-wp-shortcode .sd-sec-nav--capsule .sd-sec-nav__tab,
.brz-wp-shortcode .sd-sec-nav--capsule .sd-sec-nav__tab span {
    flex: 1 1 0;
    min-width: max-content;
    padding: 0.88rem 1rem;
    border: none !important;
    border-radius: 999px;
    background: transparent !important;
    color: #4a4a4a !important;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.1;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.sd-sec-nav--capsule .sd-sec-nav__tab:hover,
.sd-sec-nav--capsule .sd-sec-nav__tab:hover span,
.brz .sd-sec-nav--capsule .sd-sec-nav__tab:hover,
.brz .sd-sec-nav--capsule .sd-sec-nav__tab:hover span,
.brz-wp-shortcode .sd-sec-nav--capsule .sd-sec-nav__tab:hover,
.brz-wp-shortcode .sd-sec-nav--capsule .sd-sec-nav__tab:hover span {
    background: transparent !important;
    color: #111 !important;
}

.sd-sec-nav--capsule .sd-sec-nav__tab.is-active,
.sd-sec-nav--capsule .sd-sec-nav__tab.is-active span,
.brz .sd-sec-nav--capsule .sd-sec-nav__tab.is-active,
.brz .sd-sec-nav--capsule .sd-sec-nav__tab.is-active span,
.brz-wp-shortcode .sd-sec-nav--capsule .sd-sec-nav__tab.is-active,
.brz-wp-shortcode .sd-sec-nav--capsule .sd-sec-nav__tab.is-active span {
    background: #000 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.sd-sec-nav--capsule .sd-sec-nav__tab.is-active:hover,
.sd-sec-nav--capsule .sd-sec-nav__tab.is-active:hover span,
.brz .sd-sec-nav--capsule .sd-sec-nav__tab.is-active:hover,
.brz .sd-sec-nav--capsule .sd-sec-nav__tab.is-active:hover span,
.brz-wp-shortcode .sd-sec-nav--capsule .sd-sec-nav__tab.is-active:hover,
.brz-wp-shortcode .sd-sec-nav--capsule .sd-sec-nav__tab.is-active:hover span {
    background: #000 !important;
    color: #fff !important;
}

@media (max-width: 960px) {
    .sd-sec-nav--capsule .sd-sec-nav__tab,
    .brz .sd-sec-nav--capsule .sd-sec-nav__tab {
        font-size: 0.82rem;
        padding: 0.72rem 0.85rem;
    }
}

/* ------------------------------------------------------------------ */
/* Destination sections — areas, stays, trips, experiences              */
/* ------------------------------------------------------------------ */

.sd-sec-areas__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

.sd-sec-areas__map {
    margin: 0;
}

.sd-sec-areas__map img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.sd-sec-areas__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sd-sec-areas__list li {
    position: relative;
    margin: 0;
    padding: 0.55rem 0 0.55rem 1.2rem;
    line-height: 1.6;
}

.sd-sec-areas__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.05em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111;
}

.sd-sec-stays__grid,
.sd-sec-trips__grid,
.sd-sec-experiences__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
}

.sd-sec-stay,
.sd-sec-trip {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.sd-sec-stay:hover,
.sd-sec-trip:hover {
    border-color: #bbb;
    transform: translateY(-2px);
}

.sd-sec-stay__media,
.sd-sec-trip__media,
.sd-sec-experience__media {
    display: block;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
}

.sd-sec-stay__body,
.sd-sec-trip__body,
.sd-sec-experience__body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.1rem 1.15rem;
}

.sd-sec-stay__title,
.sd-sec-trip__title,
.sd-sec-experience__title {
    font-weight: 700;
    line-height: 1.3;
}

.sd-sec-stay__meta,
.sd-sec-experience__meta {
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #777;
}

.sd-sec-stay__excerpt,
.sd-sec-trip__excerpt,
.sd-sec-experience__excerpt {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #555;
}

.sd-sec-experience {
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 820px) {
    .sd-sec-areas__layout {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------------------------------------------ */
/* Tour highlights — framed                                             */
/* ------------------------------------------------------------------ */

.sd-sec-tour-highlights--framed {
    max-width: 920px;
}

.sd-sec-hl {
    margin: 0;
    padding: clamp(2rem, 4.5vw, 3.25rem) clamp(1.6rem, 4vw, 3rem);
    list-style: none;
    border: 1px solid #e8a8ab;
    background: #fff;
    color: #2a2f36;
}

.sd-sec-hl li {
    position: relative;
    margin: 0;
    padding: 0.55rem 0 0.55rem 1.35rem;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: var(--sd-size-p, 1.02rem);
    font-weight: 400;
    line-height: 1.7;
}

.sd-sec-hl li:first-child {
    padding-top: 0;
}

.sd-sec-hl li:last-child {
    padding-bottom: 0;
}

.sd-sec-hl li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.15em;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #1a1f24;
}

.sd-sec-hl li:first-child::before {
    top: 0.62em;
}

/* ------------------------------------------------------------------ */
/* Tour hero — expedition header                                        */
/* ------------------------------------------------------------------ */

.sd-sec-hero--expedition {
    --hero-rust: #d24d28;
    --hero-bar: #f9f6f1;
    --hero-crumbs: #f9f6f1;
    --hero-ink: #1a1a1a;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

.sd-sec-hero--expedition .sd-sec-hero__stage {
    position: relative;
    min-height: 120vh;
    height: 120vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.sd-sec-hero--expedition .sd-sec-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 120%;
    min-height: 120%;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.sd-sec-hero--expedition .sd-sec-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.08) 28%, rgba(0, 0, 0, 0.45) 72%, rgba(0, 0, 0, 0.82) 100%);
}

.sd-dm-hero .sd-sec-hero__overlay {
    background: rgba(0, 0, 0, 0.5);
}

.sd-sec-hero--expedition .sd-sec-hero__content {
    position: relative;
    z-index: 2;
    min-height: 120vh;
    height: 120vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(3rem, 8vw, 5rem) clamp(1.25rem, 4vw, 3rem) clamp(5rem, 10vw, 7rem);
}

.sd-dm-hero .sd-dm-hero__kicker {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.sd-sec-hero--expedition .sd-sec-hero__title,
.sd-sec-hero--expedition .sd-sec-hero__title .sd-dm-word {
    margin: 0;
    max-width: 22ch;
    color: #fff !important;
    font-family: var(--sd-heading-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
    font-size: clamp(1.75rem, 4vw, 3rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.sd-sec-hero--expedition .sd-sec-hero__meta {
    margin: 1rem 0 0;
    max-width: 52rem;
    color: #fff;
    font-size: clamp(0.72rem, 1.35vw, 0.92rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.55;
    text-transform: uppercase;
}

.sd-sec-hero--expedition > .sd-sec-hero__rough {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    height: clamp(28px, 4vw, 50px);
    margin: clamp(-28px, -4vw, -50px) 0 0;
    padding: 0;
    background: #000;
    -webkit-mask-image: url("../images/mask-bottom.svg");
    mask-image: url("../images/mask-bottom.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
}

.sd-sec-hero--expedition .sd-sec-hero__bar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 13px clamp(1.5rem, 3.5vw, 2.5rem);
    background: var(--hero-bar);
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

.sd-dm-hero .sd-sec-hero__bar {
    width: 85vw;
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
}

.sd-sec-hero--expedition .sd-sec-hero__bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: clamp(28px, 4vw, 50px);
    transform: translateY(-100%);
    background-color: var(--hero-bar);
    -webkit-mask-image: url("../images/mask-bottom.svg");
    mask-image: url("../images/mask-bottom.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
}

.sd-sec-hero--expedition .sd-sec-hero__nav {
    flex: 1;
    min-width: 0;
}

.sd-sec-hero--expedition .sd-sec-hero__nav-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sd-sec-hero--expedition .sd-sec-hero__nav-row::-webkit-scrollbar {
    display: none;
}

/* Inactive tabs: plain uppercase labels (no pill) */
.sd-sec-hero--expedition .sd-sec-nav__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: var(--hero-ink) !important;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease, padding 0.2s ease;
}

.sd-sec-hero--expedition .sd-sec-nav__tab:hover:not(.is-active) {
    background: transparent !important;
    color: var(--hero-rust) !important;
}

/* Active tab only: filled rust pill */
.sd-sec-hero--expedition .sd-sec-nav__tab.is-active {
    padding: 8px 20px;
    border-radius: 999px;
    background: var(--hero-rust) !important;
    color: #fff !important;
}

.sd-sec-hero--expedition .sd-sec-nav__tab.is-active:hover {
    background: var(--hero-rust) !important;
    color: #fff !important;
}

.sd-sec-hero--expedition .sd-sec-hero__quote {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    border: 1px solid var(--hero-ink);
    border-radius: 999px;
    background: transparent;
    color: var(--hero-ink) !important;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sd-sec-hero--expedition .sd-sec-hero__quote:hover {
    background: var(--hero-ink);
    color: #fff !important;
}

.sd-sec-hero--expedition .sd-sec-hero__crumbs-wrap {
    background: var(--hero-crumbs);
    padding: 0.75rem clamp(1rem, 3vw, 2.5rem) 1rem;
}

.sd-sec-hero--expedition .sd-sec-hero__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.45rem;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.74rem;
    font-weight: 400;
    line-height: 1.4;
}

.sd-sec-hero--expedition .sd-sec-hero__crumb-link {
    color: #777 !important;
    text-decoration: none !important;
}

.sd-sec-hero--expedition .sd-sec-hero__crumb-link:hover {
    color: var(--hero-ink) !important;
}

.sd-sec-hero--expedition .sd-sec-hero__crumb-current {
    color: #999;
}

.sd-sec-hero--expedition .sd-sec-hero__crumb-sep {
    color: #aaa;
    font-size: 0.68rem;
}

/* Brizy overrides — keep expedition tab photo styling */
.brz .sd-sec-hero--expedition .sd-sec-nav__tab,
.brz-wp-shortcode .sd-sec-hero--expedition .sd-sec-nav__tab,
.brz .sd-sec-hero--expedition .sd-sec-hero__quote,
.brz-wp-shortcode .sd-sec-hero--expedition .sd-sec-hero__quote {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.brz .sd-sec-hero--expedition .sd-sec-nav__tab,
.brz-wp-shortcode .sd-sec-hero--expedition .sd-sec-nav__tab {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.brz .sd-sec-hero--expedition .sd-sec-nav__tab.is-active,
.brz-wp-shortcode .sd-sec-hero--expedition .sd-sec-nav__tab.is-active {
    border-radius: 999px !important;
    background: var(--hero-rust) !important;
    color: #fff !important;
}

.brz .sd-sec-hero--expedition .sd-sec-hero__quote,
.brz-wp-shortcode .sd-sec-hero--expedition .sd-sec-hero__quote {
    background: transparent !important;
    border: 1px solid var(--hero-ink) !important;
    border-radius: 999px !important;
}

.brz-wp-shortcode:has(.sd-sec-hero--expedition),
.brz-shortcode:has(.sd-sec-hero--expedition),
.brz .brz-wp-shortcode:has(.sd-sec-hero--expedition),
.brz .brz-shortcode:has(.sd-sec-hero--expedition) {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    background: transparent !important;
}

.brz-wp-shortcode:has(.sd-sec-hero--expedition) > div,
.brz-shortcode:has(.sd-sec-hero--expedition) > div,
.brz .brz-wp-shortcode:has(.sd-sec-hero--expedition) > div,
.brz .brz-shortcode:has(.sd-sec-hero--expedition) > div {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    background: transparent !important;
}

.brz .sd-sec-hero--expedition h1.sd-sec-hero__title,
.brz-wp-shortcode .sd-sec-hero--expedition h1.sd-sec-hero__title {
    text-align: center !important;
    color: #fff !important;
    font-weight: 900 !important;
}

.brz .sd-sec-hero--expedition .sd-sec-nav__tab,
.brz-wp-shortcode .sd-sec-hero--expedition .sd-sec-nav__tab {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.brz .sd-sec-hero--expedition .sd-sec-hero__quote,
.brz-wp-shortcode .sd-sec-hero--expedition .sd-sec-hero__quote {
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
}

.brz .sd-sec-hero--expedition .sd-sec-nav__tab.is-active,
.brz-wp-shortcode .sd-sec-hero--expedition .sd-sec-nav__tab.is-active {
    padding: 8px 20px !important;
}

@media (max-width: 960px) {
    .sd-sec-hero--expedition .sd-sec-hero__bar {
        flex-direction: column;
        align-items: stretch;
    }

    .sd-sec-hero--expedition .sd-sec-hero__quote {
        align-self: flex-end;
    }

    .sd-sec-hero--expedition .sd-sec-hero__title {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .sd-sec-hero--expedition .sd-sec-hero__nav-row {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.25rem;
    }
}

/* Best time — split layout (text left, image right) */
.sd-sec-besttime--columns {
    max-width: 1240px;
    padding: 2.75rem 1.5rem 3rem;
    background: transparent;
    color: inherit;
}

.sd-sec-besttime__split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: stretch;
}

.sd-sec-besttime__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sd-sec-besttime--columns .sd-sec-besttime__heading {
    margin: 0 0 1rem;
    font-family: var(--sd-heading-font, Georgia, "Times New Roman", serif);
    font-size: clamp(1.85rem, 3.2vw, 2.65rem);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: #1a1a1a;
}

.sd-sec-besttime--columns .sd-sec-besttime__intro {
    margin: 0 0 1.35rem;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.95rem;
    line-height: 1.7;
    color: #2a2a2a;
}

.sd-sec-besttime__seasons {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(26, 26, 26, 0.18);
}

.sd-sec-besttime__season {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem 1.25rem;
    align-items: center;
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}

.sd-sec-besttime__season-copy {
    min-width: 0;
    display: grid;
    gap: 0.2rem;
}

.sd-sec-besttime__season-title {
    display: block;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1a1a1a;
}

.sd-sec-besttime__season-period {
    display: block;
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.88rem;
    line-height: 1.4;
    color: #4a4a4a;
}

.sd-sec-besttime__season-meta {
    display: grid;
    justify-items: end;
    gap: 0.35rem;
    text-align: right;
}

.sd-sec-besttime__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border: 1px solid rgba(26, 26, 26, 0.55);
    color: #1a1a1a;
}

.sd-sec-besttime__season-temp {
    font-family: var(--sd-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: 0.84rem;
    line-height: 1.3;
    color: #4a4a4a;
    white-space: nowrap;
}

.sd-sec-besttime__side {
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    background: transparent;
}

.sd-sec-besttime__side img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

@media (max-width: 960px) {
    .sd-sec-besttime__split {
        grid-template-columns: 1fr;
    }

    .sd-sec-besttime__side img {
        min-height: 280px;
    }
}

.brz .sd-sec-besttime--columns .sd-sec-besttime__heading,
.brz-wp-shortcode .sd-sec-besttime--columns .sd-sec-besttime__heading {
    font-family: var(--sd-heading-font, Georgia, "Times New Roman", serif) !important;
}

