/**
 * Safari Directory – National Park template: Deep Park
 */

.sd-dp-wrap,
.sd-dp-wrap *,
.sd-dp-wrap *::before,
.sd-dp-wrap *::after {
    border-radius: 0 !important;
}

.sd-dp-wrap {
    --dp-ink: #262522;
    --dp-muted: #65625c;
    --dp-accent: #24453c;
    --dp-line: #e2ddd4;
    --dp-inner: min(1320px, 96vw);
    --dp-wide: min(1480px, 97vw);
    --dp-prose: min(860px, 92vw);
    background: transparent;
    color: var(--dp-ink);
    font-family: var(--sd-body-font, var(--sd-font-body, "Open Sans", sans-serif));
    font-size: 16px;
    line-height: 1.75;
}

.sd-dp-wrap .sd-dp-inner {
    max-width: var(--dp-inner);
    margin: 0 auto;
    padding: 0 clamp(20px, 3vw, 40px);
}

.sd-dp-wrap .sd-dp-section {
    background: transparent;
    padding: clamp(56px, 7vw, 108px) 0;
}

/* Section-specific width system for editorial flow */
.sd-dp-wrap .sd-dp-inner--wide {
    max-width: var(--dp-wide);
}

.sd-dp-about .sd-dp-inner,
.sd-dp-activities .sd-dp-inner,
.sd-dp-wildlife .sd-dp-inner,
.sd-dp-cta .sd-dp-inner {
    max-width: var(--dp-prose);
}

.sd-dp-about .sd-dp-inner--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-dp-stay .sd-dp-inner,
.sd-dp-safaris .sd-dp-inner,
.sd-dp-related .sd-dp-inner,
.sd-dp-gallery .sd-dp-inner {
    max-width: var(--dp-wide);
}

.sd-dp-safaris,
.sd-dp-related {
    background: #f8f4ec;
}

.sd-dp-stay {
    background: #fbf9f5;
}

.sd-dp-subnav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(248, 244, 236, 0.92);
    border-top: 1px solid rgba(226, 221, 212, 0.9);
    border-bottom: 1px solid rgba(226, 221, 212, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.sd-dp-subnav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    width: 85vw;
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    scrollbar-width: none;
}

.sd-dp-subnav__inner::-webkit-scrollbar {
    display: none;
}

.sd-dp-subnav__link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    text-decoration: none;
    font-size: 0.72rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--dp-muted);
    border: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.sd-dp-subnav__link:hover,
.sd-dp-subnav__link.is-active {
    color: var(--dp-accent);
    border-color: rgba(36, 69, 60, 0.22);
    background: rgba(36, 69, 60, 0.06);
}

.sd-dp-kicker {
    margin: 0 0 0.5rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a7e67;
    font-weight: 600;
}

.sd-dp-hero__title,
.sd-dp-section-title,
.sd-dp-cta__title,
.sd-dp-related-card__title,
.sd-dp-wrap .sd-dest-accomm-card__title,
.sd-dp-wrap .sd-tour-card__title {
    font-family: var(--sd-heading-font, var(--sd-font-heading, "Playfair Display", serif));
    font-weight: 400;
    line-height: 1.15;
    color: var(--dp-ink);
}

.sd-dp-hero__title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 1200px) {
    .sd-dp-hero__title {
        font-size: 3.5rem;
    }
}

.sd-dp-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: flex-end;
    padding: clamp(48px, 6vw, 80px) 0;
}

.sd-dp-hero--has-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--sd-dp-hero);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sd-dp-hero--has-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(12, 18, 16, 0.94) 0%,
        rgba(12, 18, 16, 0.72) 38%,
        rgba(12, 18, 16, 0.35) 68%,
        rgba(12, 18, 16, 0.15) 100%
    );
}

.sd-dp-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

/* Hero with cover image: dark overlay + light type */
.sd-dp-hero--has-img .sd-dp-kicker {
    color: rgba(255, 255, 255, 0.78);
}

.sd-dp-hero--has-img .sd-dp-hero__title {
    color: #fff;
}

.sd-dp-hero--has-img .sd-dp-meta__item dt {
    color: rgba(255, 255, 255, 0.65);
}

.sd-dp-hero--has-img .sd-dp-meta__item dd {
    color: #fff;
}

.sd-dp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 3vw, 36px);
    margin: clamp(20px, 3vw, 32px) 0 0;
    padding: 0;
    max-width: min(52rem, 100%);
    padding-top: 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.sd-dp-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: clamp(20px, 4vw, 36px);
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}

.sd-dp-hero__scroll i {
    font-size: 1.35rem;
    animation: sd-dp-scroll-bounce 2s ease-in-out infinite;
}

.sd-dp-hero__scroll:hover {
    color: #fff;
    transform: translateX(-50%) translateY(2px);
}

.sd-dp-hero:not(.sd-dp-hero--has-img) .sd-dp-hero__scroll {
    color: var(--dp-muted);
}

@keyframes sd-dp-scroll-bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}

.sd-dp-anchor {
    position: relative;
    height: 0;
    overflow: hidden;
}

.sd-dp-meta__item {
    margin: 0;
}

.sd-dp-meta__item dt {
    margin: 0 0 0.2rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dp-muted);
    font-weight: 600;
}

.sd-dp-meta__item dd {
    margin: 0;
    font-weight: 500;
}

.sd-dp-section-title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.45rem, 3vw, 2rem);
    letter-spacing: -0.01em;
    text-align: center;
}

.sd-dp-prose p {
    margin: 0 0 1em;
}

.sd-dp-about__title {
    text-align: center;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.sd-dp-prose--columns {
    width: 100%;
    max-width: 100%;
    column-count: 2;
    column-width: auto;
    column-gap: clamp(40px, 5vw, 72px);
    column-rule: 1px solid var(--dp-line);
    column-fill: balance;
    font-size: clamp(1.02rem, 1.05vw, 1.12rem);
    line-height: 1.88;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.sd-dp-prose--columns p {
    margin: 0 0 1em;
    orphans: 3;
    widows: 3;
}

.sd-dp-prose--columns > p:first-child {
    font-size: 1.08em;
    line-height: 1.82;
    color: var(--dp-ink);
}

.sd-dp-prose--columns > p:first-child::first-letter {
    float: left;
    font-family: var(--sd-heading-font, var(--sd-font-heading, "Playfair Display", serif));
    font-size: 3.4em;
    line-height: 0.82;
    padding: 0.04em 0.12em 0 0;
    color: var(--dp-accent);
}

.sd-dp-prose--columns h2,
.sd-dp-prose--columns h3,
.sd-dp-prose--columns h4 {
    break-after: avoid;
    text-align: left;
}

.sd-dp-prose--columns img,
.sd-dp-prose--columns figure {
    break-inside: avoid;
    max-width: 100%;
}

.sd-dp-about .sd-dp-prose {
    max-width: none;
}

.sd-dp-about .sd-dp-prose h2,
.sd-dp-about .sd-dp-prose h3,
.sd-dp-about .sd-dp-prose h4 {
    text-align: left;
}

@media (max-width: 768px) {
    .sd-dp-prose--columns {
        column-count: 1;
        column-rule: none;
        text-align: left;
    }
}

.sd-dp-wildlife__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sd-dp-wildlife__list li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid rgba(226, 221, 212, 0.95);
    font-size: 0.84rem;
    color: var(--dp-accent);
    text-transform: none;
    background: rgba(255, 255, 255, 0.65);
}

.sd-dp-wildlife__list li i {
    font-size: 1rem;
    opacity: 0.85;
}

.sd-dp-activities__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sd-dp-activity {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(226, 221, 212, 0.9);
}

.sd-dp-activity__name {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dp-accent);
    text-decoration: none;
    margin-bottom: 0.35rem;
}

.sd-dp-activity__meta {
    margin: 0 0 0.35rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--dp-muted);
    font-weight: 600;
}

.sd-dp-activity__meta-sep {
    margin: 0 0.35rem;
    opacity: 0.55;
}

.sd-dp-activity__desc {
    margin: 0;
    color: var(--dp-muted);
    font-size: 0.95rem;
}

.sd-dp-gallery__hint {
    margin: -0.5rem 0 0;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    color: var(--dp-muted);
    text-align: center;
}

.sd-dp-gallery__shell {
    position: relative;
}

.sd-dp-gallery__shell::before,
.sd-dp-gallery__shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(24px, 5vw, 56px);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.sd-dp-gallery__shell::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
    opacity: 0;
}

.sd-dp-gallery__shell::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.sd-dp-gallery__shell.is-scrollable::before {
    opacity: 1;
}

.sd-dp-gallery__shell.is-scrollable:not(.is-at-end)::after {
    opacity: 1;
}

.sd-dp-gallery__shell.is-at-start::before {
    opacity: 0;
}

.sd-dp-gallery__shell.is-at-end::after {
    opacity: 0;
}

.sd-dp-gallery__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 clamp(20px, 3vw, 40px) 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.sd-dp-gallery__slide {
    flex: 0 0 min(70vw, 480px);
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    scroll-snap-align: start;
    text-align: left;
}

.sd-dp-gallery__slide img {
    display: block;
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    pointer-events: none;
}

.sd-dp-gallery__slide:focus-visible {
    outline: 2px solid var(--dp-accent);
    outline-offset: 3px;
}

.sd-dp-related__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.sd-dp-related__grid > .sd-dp-related-card {
    flex: 0 1 min(360px, 100%);
}

.sd-dp-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0 0 0.4rem;
    border-bottom: 1px solid rgba(226, 221, 212, 0.9);
}

.sd-dp-related-card__img {
    display: block;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    margin-bottom: 0.75rem;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.sd-dp-related-card:hover .sd-dp-related-card__img {
    transform: scale(1.03);
}

.sd-dp-related-card__body {
    display: block;
}

.sd-dp-related-card__title {
    display: block;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.15;
    margin: 0 0 0.25rem;
}

.sd-dp-related-card__loc {
    display: block;
    font-size: 0.85rem;
    color: var(--dp-muted);
    margin-top: 0.2rem;
}

.sd-dp-related-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.65rem;
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--dp-accent);
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.sd-dp-related-card:hover .sd-dp-related-card__cta {
    opacity: 1;
    transform: translateY(0);
}

.sd-dp-cta__inner {
    text-align: center;
}

.sd-dp-cta__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.3rem, 3vw, 1.75rem);
}

.sd-dp-cta__lede {
    margin: 0 0 1.25rem;
    font-size: 0.98rem;
    color: var(--dp-muted);
    font-style: normal;
}

.sd-dp-cta__btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: #1f3f36;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.sd-dp-wrap .sd-dest-safaris__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(24px, 2.2vw, 36px);
}

.sd-dp-wrap .sd-dest-safaris__grid > .sd-tour-card {
    flex: 0 1 min(360px, 100%);
}

.sd-dp-wrap .sd-tour-card {
    height: auto;
    aspect-ratio: 3 / 4;
    min-height: 440px;
    box-shadow: 0 14px 34px rgba(22, 22, 22, 0.08);
}

.sd-dp-wrap .sd-tour-card__title {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.sd-dp-wrap .sd-tour-card:hover {
    transform: translateY(-6px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 20px 48px rgba(22, 22, 22, 0.13);
}

.sd-dp-wrap .sd-dest-accomm-card {
    box-shadow: 0 12px 30px rgba(22, 22, 22, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sd-dp-wrap .sd-dest-accomm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(22, 22, 22, 0.1);
}

/* Where to stay refinement for park pages */
.sd-dp-stay__shell {
    position: relative;
}

.sd-dp-stay__track-wrap {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sd-dp-stay__track-wrap::-webkit-scrollbar {
    display: none;
}

.sd-dp-stay__track {
    display: flex;
    gap: clamp(18px, 2.4vw, 28px);
    width: 100%;
    padding: 4px 2px;
}

.sd-dp-stay__card {
    flex: 0 0 min(82vw, 760px);
    scroll-snap-align: start;
}

.sd-dp-stay .sd-dest-accomm__grid,
.sd-dp-stay__card {
    max-width: none;
    margin: 0;
}

.sd-dp-stay .sd-dest-accomm-card {
    border: 1px solid rgba(226, 221, 212, 0.9);
    background: #fff;
}

.sd-dp-stay .sd-dest-accomm-card__img-wrap {
    width: clamp(240px, 28vw, 320px);
    min-height: 230px;
}

.sd-dp-stay .sd-dest-accomm-card__body {
    padding: clamp(20px, 2.2vw, 28px) clamp(20px, 2.2vw, 28px) clamp(18px, 2vw, 24px);
    gap: 10px;
}

.sd-dp-stay .sd-dest-accomm-card__title {
    font-size: clamp(1.2rem, 1.8vw, 1.45rem);
    font-weight: 400;
}

.sd-dp-stay .sd-dest-accomm-card__loc {
    font-size: 0.84rem;
}

.sd-dp-stay .sd-dest-accomm-card__cta {
    opacity: 1;
    transform: none;
    margin-top: 2px;
}

.sd-dp-stay__track > .sd-dp-stay__card:first-child:nth-last-child(1) {
    flex-basis: min(900px, 100%);
}

.sd-dp-stay__track:has(> .sd-dp-stay__card:first-child:nth-last-child(1)) {
    justify-content: center;
}

.sd-dp-stay__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(36, 69, 60, 0.24);
    background: rgba(251, 249, 245, 0.95);
    color: var(--dp-accent);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.sd-dp-stay__nav i {
    font-size: 0.9rem;
}

.sd-dp-stay__nav--prev {
    left: -22px;
}

.sd-dp-stay__nav--next {
    right: -22px;
}

.sd-dp-stay__nav:hover {
    background: var(--dp-accent);
    color: #fff;
    transform: translateY(-50%) scale(1.04);
}

.sd-dp-stay__nav:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

/* Brizy / theme overrides */
.sd-dp-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

.sd-dp-hero--has-img .sd-dp-hero__title,
.sd-dp-hero--has-img .sd-dp-kicker,
.sd-dp-hero--has-img .sd-dp-meta__item dt,
.sd-dp-hero--has-img .sd-dp-meta__item dd {
    color: #fff !important;
}

.sd-dp-hero--has-img .sd-dp-kicker {
    color: rgba(255, 255, 255, 0.78) !important;
}

.sd-dp-hero--has-img::after {
    background: linear-gradient(
        to top,
        rgba(12, 18, 16, 0.94) 0%,
        rgba(12, 18, 16, 0.72) 38%,
        rgba(12, 18, 16, 0.35) 68%,
        rgba(12, 18, 16, 0.15) 100%
    ) !important;
}

/* Single-column prose only — do not cap newspaper columns */
.brz .sd-dp-about .sd-dp-prose:not(.sd-dp-prose--columns),
.brz .sd-dp-about .sd-dp-prose:not(.sd-dp-prose--columns) p {
    text-align: justify !important;
    font-size: clamp(1.0625rem, 1.15vw, 1.1875rem) !important;
    max-width: 46rem !important;
}

.brz .sd-dp-about .sd-dp-inner--wide {
    width: 80% !important;
    max-width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(20px, 3vw, 48px) !important;
    padding-right: clamp(20px, 3vw, 48px) !important;
    box-sizing: border-box !important;
}

.brz .sd-dp-about .sd-dp-prose--columns {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.brz .sd-dp-about .sd-dp-prose--columns {
    column-count: 2 !important;
    column-gap: clamp(40px, 5vw, 72px) !important;
}

.brz .sd-dp-about .sd-dp-prose--columns p {
    max-width: none !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .brz .sd-dp-about .sd-dp-prose--columns {
        column-count: 1 !important;
    }
}

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

.brz-shortcode .sd-dp-wrap,
.brz-wp-shortcode .sd-dp-wrap,
.wp-block-shortcode .sd-dp-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Gallery lightbox (shared with national park template) */
.sd-np-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-np-lightbox[hidden] {
    display: none;
}

.sd-np-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 22, 10, 0.92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: zoom-out;
}

.sd-np-lightbox__stage {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: min(94vw, 1200px);
    max-height: 90vh;
    gap: 14px;
}

.sd-np-lightbox__img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}

.sd-np-lightbox__img.sd-np-lb-right {
    animation: sd-dp-lb-right 0.3s ease both;
}

.sd-np-lightbox__img.sd-np-lb-left {
    animation: sd-dp-lb-left 0.3s ease both;
}

@keyframes sd-dp-lb-right {
    from {
        opacity: 0;
        transform: translateX(36px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes sd-dp-lb-left {
    from {
        opacity: 0;
        transform: translateX(-36px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sd-np-lightbox__caption {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin: 0;
}

.sd-np-lightbox__counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    font-size: 12px;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.35);
    padding: 4px 12px;
    border-radius: 20px;
    pointer-events: none;
}

.sd-np-lightbox__close,
.sd-np-lightbox__prev,
.sd-np-lightbox__next {
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    z-index: 3;
    transition: background 0.2s, transform 0.2s;
}

.sd-np-lightbox__close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
}

.sd-np-lightbox__prev,
.sd-np-lightbox__next {
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
}

.sd-np-lightbox__prev {
    left: 20px;
}

.sd-np-lightbox__next {
    right: 20px;
}

.sd-np-lightbox__prev:hover,
.sd-np-lightbox__next:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-50%) scale(1.08);
}

.sd-np-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.08);
}

/* ── Mobile premium pass ───────────────────────────────────────────── */
@media (max-width: 767px) {
    .sd-dp-wrap {
        --dp-inner: min(100%, 100vw);
    }

    .sd-dp-wrap .sd-dp-inner {
        padding-left: clamp(16px, 4.2vw, 22px);
        padding-right: clamp(16px, 4.2vw, 22px);
    }

    .sd-dp-wrap .sd-dp-section {
        padding: clamp(42px, 12vw, 64px) 0;
    }

    .sd-dp-hero {
        min-height: 92vh;
        min-height: 92dvh;
        padding: clamp(40px, 10vw, 56px) 0;
    }

    .sd-dp-hero__title {
        font-size: clamp(2rem, 9vw, 2.7rem);
        line-height: 1.08;
    }

    .sd-dp-meta {
        gap: 12px 16px;
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .sd-dp-subnav__inner {
        gap: 0.3rem;
        padding-top: 0.55rem !important;
        padding-bottom: 0.55rem !important;
    }

    .sd-dp-subnav__link {
        min-height: 38px;
        padding: 0.45rem 0.7rem;
        font-size: 0.66rem;
        letter-spacing: 0.09em;
    }

    .sd-dp-section-title {
        margin-bottom: 1rem;
        font-size: clamp(1.35rem, 6.2vw, 1.7rem);
    }

    .sd-dp-about .sd-dp-prose {
        font-size: 1rem;
        line-height: 1.86;
    }

    .sd-dp-about .sd-dp-prose > p:first-child::first-letter {
        font-size: 2.6em;
    }

    .sd-dp-wildlife__list {
        gap: 0.42rem 0.5rem;
    }

    .sd-dp-wildlife__list li {
        font-size: 0.79rem;
        padding: 0.34rem 0.65rem;
    }

    .sd-dp-activity {
        padding: 1rem 0;
    }

    .sd-dp-gallery__hint {
        margin-top: -0.25rem;
        font-size: 0.74rem;
    }

    .sd-dp-gallery__track {
        gap: 8px;
        padding-left: clamp(16px, 4.2vw, 22px);
        padding-right: clamp(16px, 4.2vw, 22px);
    }

    .sd-dp-gallery__slide {
        flex-basis: min(82vw, 420px);
    }

    .sd-dp-gallery__slide img {
        max-height: 270px;
    }

    .sd-dp-wrap .sd-dest-accomm__grid,
    .sd-dp-wrap .sd-dest-safaris__grid,
    .sd-dp-related__grid {
        gap: 16px;
    }

    .sd-dp-stay .sd-dest-accomm-card {
        flex-direction: column;
    }

    .sd-dp-stay .sd-dest-accomm-card__img-wrap {
        width: 100%;
        min-height: 220px;
    }

    .sd-dp-stay .sd-dest-accomm-card__body {
        padding: 16px 16px 18px;
    }

    .sd-dp-stay__track {
        gap: 14px;
    }

    .sd-dp-stay__card {
        flex-basis: min(86vw, 420px);
    }

    .sd-dp-stay__nav {
        display: none;
    }

    .sd-dp-wrap .sd-tour-card {
        min-height: 360px;
        aspect-ratio: 4 / 5;
    }

    .sd-dp-wrap .sd-dest-safaris__grid > .sd-tour-card,
    .sd-dp-related__grid > .sd-dp-related-card {
        flex-basis: 100%;
    }

    .sd-dp-wrap .sd-tour-card__content {
        padding: 26px 20px;
    }

    .sd-dp-wrap .sd-tour-card__title {
        font-size: clamp(1.18rem, 6vw, 1.5rem);
    }

    .sd-dp-related-card__img {
        aspect-ratio: 16 / 10;
        margin-bottom: 0.55rem;
    }

    .sd-dp-cta__lede {
        font-size: 0.92rem;
        margin-bottom: 1rem;
    }

    .sd-dp-cta__btn {
        width: 100%;
        max-width: 320px;
        text-align: center;
        padding-top: 0.78rem;
        padding-bottom: 0.78rem;
    }

    .sd-np-lightbox__prev,
    .sd-np-lightbox__next {
        width: 44px;
        height: 44px;
    }
}
