/*
 * ═══════════════════════════════════════════════════════════════════════════════
 * Lavisa Destinations Theme — ENHANCED SINGLE DESTINATION SECTIONS (E15)
 * ═══════════════════════════════════════════════════════════════════════════════
 *
 * @file        assets/css/ldt-enhanced-sections-single.css
 * @package     Lavisa_Destinations_Theme
 * @since       2.9.16  (E15 — Visual Enhancement Roadmap v2 — opens Stage 6)
 * @depends     ldt-tokens-enhanced.css                  (E1)
 *              ldt-enhanced-base.css                    (E2)
 *              ldt-enhanced-animations.css              (E3 — keyframes:
 *                                                            ldt-pulse-glow,
 *                                                            ldt-float-icon)
 *              ldt-enhanced-sections-archive-extras.css (E14 — last loaded
 *                                                            archive CSS)
 *
 *   Polishes the core content sections on single destination pages — the
 *   big surfaces a visitor sees when reading about one specific place:
 *
 *     section-sticky-nav.php       Sticky tabs nav (Overview / Hotels / etc.)
 *     section-overview.php         Main "About X" overview with summary,
 *                                  description, highlights, best-for, tips
 *     section-highlights.php       Top highlights section (chips + cards)
 *     section-key-facts.php        Sidebar Quick Facts (sticky, dl/dt/dd)
 *     section-best-time-strip.php  12-month climate strip with temp + rain
 *     section-gallery.php          Photo grid + lightbox + videos
 *     section-content-tabs.php     Tabbed content panels with TOC sidebar
 *
 *   PURE CSS LAYER — no PHP partial is touched. Same approach as E4-E14.
 *   Opens Stage 6 (Single Destination).
 *
 * ═══════════════════════════════════════════════════════════════════════════════
 */


/* ═══════════════════════════════════════════════════════════════════════════════
 * 1. STICKY NAV (.ldt-sticky-nav)
 *
 * Horizontal tabs nav that sticks below the hero on single destination pages.
 * Each tab links to a content section. Polish: glass-strong-light bar with
 * accent active-tab indicator + rotating chevron arrows for horizontal scroll.
 * ═══════════════════════════════════════════════════════════════════════════════ */

body .ldt-sticky-nav {
    background: var(--ldt-glass-strong-light, rgba(255, 255, 255, 0.96)) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
            backdrop-filter: blur(20px) saturate(180%);
    border-top: 1px solid rgba(255, 140, 0, 0.20);
    border-bottom: 1px solid rgba(0, 53, 128, 0.10);
    box-shadow: 0 2px 12px rgba(0, 53, 128, 0.06);
}

body .ldt-sticky-nav__inner {
    position: relative;
    display: flex;
    align-items: center;
}

/* List */
body .ldt-sticky-nav__list {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    scroll-behavior: smooth;
}

body .ldt-sticky-nav__list::-webkit-scrollbar {
    display: none;
}

body .ldt-sticky-nav__item {
    flex-shrink: 0;
}

/* Tab link */
body .ldt-sticky-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    color: var(--ldt-gray-600, #64748b);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition:
        color 200ms var(--ldt-ease-portal, ease),
        border-color 200ms var(--ldt-ease-portal, ease),
        background 200ms var(--ldt-ease-portal, ease);
    white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-sticky-nav__link:not(.ldt-sticky-nav__link--active):hover {
        color: var(--ldt-primary, #003580);
        background: rgba(0, 53, 128, 0.04);
    }
}

/* Active tab — accent gradient bottom border + accent text */
body .ldt-sticky-nav__link--active {
    color: var(--ldt-accent-dark, #e07a00);
    border-bottom-color: var(--ldt-accent, #ff8c00);
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(255, 140, 0, 0.06) 100%
    );
}

/* Tab icon */
body .ldt-sticky-nav__icon {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    flex-shrink: 0;
}

body .ldt-sticky-nav__link--active .ldt-sticky-nav__icon {
    color: var(--ldt-accent, #ff8c00);
}

/* Scroll arrows — appear when list overflows */
body .ldt-sticky-nav__arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    color: var(--ldt-primary, #003580);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 53, 128, 0.12);
    transition:
        background 200ms var(--ldt-ease-portal, ease),
        color 200ms var(--ldt-ease-portal, ease),
        transform 200ms var(--ldt-ease-portal, ease);
}

body .ldt-sticky-nav__arrow:hover {
    background: var(--ldt-gradient-accent,
                linear-gradient(135deg, #ff8c00 0%, #e07a00 100%));
    color: #ffffff;
    transform: scale(1.06);
}

body .ldt-sticky-nav__arrow--left {
    margin-right: 8px;
}

body .ldt-sticky-nav__arrow--right {
    margin-left: 8px;
}

[dir="rtl"] body .ldt-sticky-nav__arrow--left,
.ldt-rtl body .ldt-sticky-nav__arrow--left {
    margin-right: 0;
    margin-left: 8px;
}

[dir="rtl"] body .ldt-sticky-nav__arrow--right,
.ldt-rtl body .ldt-sticky-nav__arrow--right {
    margin-left: 0;
    margin-right: 8px;
}


/* ═══════════════════════════════════════════════════════════════════════════════
 * 2. OVERVIEW SECTION (.ldt-overview)
 *
 * Main "About X" content with split layout: prose body on left + facts sidebar
 * on right. Inside the prose: summary, description (with read-more), inline
 * highlights cards, best-for tags, travel tips list.
 * ═══════════════════════════════════════════════════════════════════════════════ */

body .ldt-overview__grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
}

@media (max-width: 900px) {
    body .ldt-overview__grid {
        grid-template-columns: 1fr;
    }
}

body .ldt-overview__main {
    min-width: 0;
}

/* Section title (uses shared .ldt-section__title — already has gradient from E9) */

/* Summary — accent eyebrow + chiseled lead text */
body .ldt-overview__summary {
    color: var(--ldt-gray-700, #334155);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 500;
    margin: 0 0 18px;
}

/* Description block with clamp + read-more */
body .ldt-overview__description {
    margin-bottom: 24px;
}

body .ldt-overview__description-text {
    color: var(--ldt-gray-700, #334155);
    line-height: 1.75;
    font-size: 16px;
}

/* When clamped, show only N lines with fade-out */
body .ldt-overview__description-text--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(180deg, #000 75%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 75%, transparent 100%);
}

/* Read-more button */
body .ldt-overview__read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px 16px;
    background: rgba(255, 140, 0, 0.10);
    border: 1px solid rgba(255, 140, 0, 0.30);
    color: var(--ldt-accent-dark, #e07a00);
    border-radius: var(--ldt-radius-pill, 9999px);
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition:
        background 200ms var(--ldt-ease-portal, ease),
        color 200ms var(--ldt-ease-portal, ease),
        transform 200ms var(--ldt-ease-portal, ease);
}

body .ldt-overview__read-more:hover {
    background: var(--ldt-gradient-accent,
                linear-gradient(135deg, #ff8c00 0%, #e07a00 100%));
    color: #ffffff;
    transform: translateY(-1px);
}

/* Subtitle (used by Highlights / Best For / Travel Tips H3 inside overview) */
body .ldt-overview__subtitle {
    color: var(--ldt-dark, #1e293b);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 24px 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body .ldt-overview__subtitle::before {
    content: "";
    width: 4px;
    height: 18px;
    background: var(--ldt-gradient-accent,
                linear-gradient(180deg, #ff8c00 0%, #e07a00 100%));
    border-radius: 2px;
}

/* Highlights inside overview — small icon cards */
body .ldt-highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

body .ldt-highlight-card {
    background: var(--ldt-glass-light, rgba(255, 255, 255, 0.92));
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 53, 128, 0.08);
    border-radius: var(--ldt-radius-input, 0.75rem);
    padding: 14px;
    transition:
        transform 250ms var(--ldt-ease-portal, ease),
        border-color 250ms var(--ldt-ease-portal, ease),
        box-shadow 250ms var(--ldt-ease-portal, ease);
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-highlight-card:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 140, 0, 0.30);
        box-shadow: 0 8px 20px rgba(255, 140, 0, 0.12);
    }
}

body .ldt-highlight-card__icon {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 8px;
}

body .ldt-highlight-card__title {
    color: var(--ldt-dark, #1e293b);
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 4px;
}

body .ldt-highlight-card__desc {
    color: var(--ldt-gray-600, #64748b);
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

/* Best For tags — accent-tinted pills */
body .ldt-best-for-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body .ldt-best-for-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: rgba(0, 53, 128, 0.06);
    border: 1px solid rgba(0, 53, 128, 0.10);
    border-radius: var(--ldt-radius-pill, 9999px);
    color: var(--ldt-primary, #003580);
    font-weight: 600;
    font-size: 13px;
    transition:
        background 200ms var(--ldt-ease-portal, ease),
        border-color 200ms var(--ldt-ease-portal, ease),
        color 200ms var(--ldt-ease-portal, ease);
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-best-for-tag:hover {
        background: var(--ldt-gradient-accent,
                    linear-gradient(135deg, rgba(255, 140, 0, 0.16) 0%, rgba(224, 122, 0, 0.16) 100%));
        border-color: rgba(255, 140, 0, 0.40);
        color: var(--ldt-accent-dark, #e07a00);
    }
}

/* Travel tips list — chevron + tip text rows */
body .ldt-tips-list__item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 53, 128, 0.08);
    color: var(--ldt-gray-700, #334155);
    line-height: 1.6;
}

body .ldt-tips-list__item:last-child {
    border-bottom: none;
}

body .ldt-tips-list__icon {
    flex-shrink: 0;
    color: var(--ldt-accent, #ff8c00);
    margin-top: 4px;
}

[dir="rtl"] body .ldt-tips-list__icon,
.ldt-rtl body .ldt-tips-list__icon {
    transform: scaleX(-1);
}


/* ═══════════════════════════════════════════════════════════════════════════════
 * 3. HIGHLIGHTS SECTION (.ldt-highlights — standalone, separate from overview)
 *
 * Standalone highlights section with chips at top + bigger cards below.
 * ═══════════════════════════════════════════════════════════════════════════════ */

body .ldt-highlights__title {
    background: var(--ldt-gradient-text,
                linear-gradient(135deg, #003580 0%, #0057b8 50%, #ff8c00 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--ldt-primary, #003580);  /* fallback */
    letter-spacing: -0.01em;
    margin: 0 0 16px;
}

/* Chips row */
body .ldt-highlights__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

body .ldt-highlights__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: var(--ldt-glass-light, rgba(255, 255, 255, 0.92));
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 53, 128, 0.08);
    border-radius: var(--ldt-radius-pill, 9999px);
    color: var(--ldt-primary, #003580);
    font-weight: 600;
    font-size: 13px;
    transition:
        transform 200ms var(--ldt-ease-portal, ease),
        border-color 200ms var(--ldt-ease-portal, ease);
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-highlights__chip:hover {
        transform: translateY(-1px);
        border-color: rgba(255, 140, 0, 0.40);
    }
}

body .ldt-highlights__chip-icon {
    display: inline-flex;
    color: var(--ldt-accent, #ff8c00);
}

/* Big highlight cards grid */
body .ldt-highlights__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

body .ldt-highlights__card {
    display: flex;
    gap: 14px;
    padding: 18px;
    background: var(--ldt-glass-light, rgba(255, 255, 255, 0.92));
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 53, 128, 0.08);
    border-radius: var(--ldt-radius-card, 1.25rem);
    box-shadow: 0 4px 14px rgba(0, 53, 128, 0.06);
    transition:
        transform 300ms var(--ldt-ease-portal, ease),
        border-color 300ms var(--ldt-ease-portal, ease),
        box-shadow 300ms var(--ldt-ease-portal, ease);
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-highlights__card:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 140, 0, 0.30);
        box-shadow: 0 14px 28px rgba(255, 140, 0, 0.12);
    }
}

body .ldt-highlights__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--ldt-radius-input, 0.75rem);
    background: var(--ldt-gradient-accent,
                linear-gradient(135deg, #ff8c00 0%, #e07a00 100%));
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: var(--ldt-shadow-accent-soft,
                0 4px 12px rgba(255, 140, 0, 0.25));
    font-size: 1.25rem;
    line-height: 1;
}

body .ldt-highlights__card-body {
    flex: 1;
    min-width: 0;
}

body .ldt-highlights__card-text {
    color: var(--ldt-dark, #1e293b);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.01em;
    margin: 0 0 4px;
}

body .ldt-highlights__card-desc {
    color: var(--ldt-gray-600, #64748b);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}


/* ═══════════════════════════════════════════════════════════════════════════════
 * 4. KEY FACTS (.ldt-key-facts) — sticky sidebar
 * ═══════════════════════════════════════════════════════════════════════════════ */

body .ldt-key-facts {
    background: var(--ldt-glass-light, rgba(255, 255, 255, 0.92));
    -webkit-backdrop-filter: blur(20px) saturate(180%);
            backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(0, 53, 128, 0.08);
    border-radius: var(--ldt-radius-card, 1.25rem);
    box-shadow: 0 6px 20px rgba(0, 53, 128, 0.06);
    padding: 22px;
    position: sticky;
    top: 24px;
}

@media (max-width: 900px) {
    body .ldt-key-facts {
        position: static;
    }
}

body .ldt-key-facts__title {
    color: var(--ldt-dark, #1e293b);
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 53, 128, 0.08);
    display: flex;
    align-items: center;
    gap: 8px;
}

body .ldt-key-facts__title::before {
    content: "";
    width: 4px;
    height: 14px;
    background: var(--ldt-gradient-accent,
                linear-gradient(180deg, #ff8c00 0%, #e07a00 100%));
    border-radius: 2px;
}

body .ldt-key-facts__list {
    margin: 0;
    padding: 0;
}

body .ldt-key-facts__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 53, 128, 0.08);
}

body .ldt-key-facts__row:last-child {
    border-bottom: none;
}

body .ldt-key-facts__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--ldt-radius-input, 0.75rem);
    background: rgba(255, 140, 0, 0.10);
    color: var(--ldt-accent, #ff8c00);
    flex-shrink: 0;
}

body .ldt-key-facts__label {
    color: var(--ldt-gray-600, #64748b);
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

body .ldt-key-facts__value {
    color: var(--ldt-dark, #1e293b);
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    text-align: right;
}

[dir="rtl"] body .ldt-key-facts__value,
.ldt-rtl body .ldt-key-facts__value {
    text-align: left;
}


/* ═══════════════════════════════════════════════════════════════════════════════
 * 5. BEST TIME STRIP (.ldt-bts) — 12-month climate visualization
 * ═══════════════════════════════════════════════════════════════════════════════ */

body .ldt-bts {
    padding: 24px 0;
}

body .ldt-bts__header {
    text-align: center;
    margin-bottom: 20px;
}

body .ldt-bts__title {
    background: var(--ldt-gradient-text,
                linear-gradient(135deg, #003580 0%, #0057b8 50%, #ff8c00 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--ldt-primary, #003580);  /* fallback */
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}

body .ldt-bts__subtitle {
    color: var(--ldt-gray-600, #64748b);
    margin: 0;
}

/* Strip — 12 month columns */
body .ldt-bts__strip {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 6px;
    padding: 18px;
    background: var(--ldt-glass-light, rgba(255, 255, 255, 0.92));
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 53, 128, 0.08);
    border-radius: var(--ldt-radius-card, 1.25rem);
    box-shadow: 0 4px 16px rgba(0, 53, 128, 0.06);
}

/* Single month column */
body .ldt-bts__month {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 4px;
    border-radius: var(--ldt-radius-input, 0.75rem);
    transition:
        background 200ms var(--ldt-ease-portal, ease),
        transform 200ms var(--ldt-ease-portal, ease);
    cursor: default;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-bts__month:hover {
        background: rgba(0, 53, 128, 0.04);
        transform: translateY(-2px);
    }
}

/* Best month — accent gradient bg + soft glow */
body .ldt-bts__month.is-best {
    background: linear-gradient(
        180deg,
        rgba(255, 140, 0, 0.16) 0%,
        rgba(255, 140, 0, 0.04) 100%
    );
    box-shadow: 0 0 0 1px rgba(255, 140, 0, 0.30) inset;
}

/* Best-month star — pulses softly */
body .ldt-bts__month-star {
    color: var(--ldt-accent, #ff8c00);
    font-size: 12px;
    line-height: 1;
    height: 14px;
    display: inline-flex;
    align-items: center;
    filter: drop-shadow(0 1px 2px rgba(255, 140, 0, 0.40));
    animation: ldt-pulse-glow 2.4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    body .ldt-bts__month-star { animation: none; }
}

/* Temperature bar wrapper — vertical track */
body .ldt-bts__month-bar-wrap {
    width: 100%;
    height: 60px;
    position: relative;
    background: rgba(0, 53, 128, 0.04);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

/* Temperature bar — uses inline `--temp-pct` style or height attribute */
body .ldt-bts__month-bar {
    width: 100%;
    background: linear-gradient(
        180deg,
        #dc2626 0%,
        #f97316 30%,
        #10b981 70%,
        #1e3a8a 100%
    );
    border-radius: 4px;
    min-height: 8px;
    transition: height 400ms var(--ldt-ease-portal, ease);
}

/* Temps label — high/low */
body .ldt-bts__month-temps {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

body .ldt-bts__month-high {
    color: var(--ldt-dark, #1e293b);
    font-weight: 800;
    font-size: 12px;
}

body .ldt-bts__month-low {
    color: var(--ldt-gray-500, #94a3b8);
    font-weight: 600;
    font-size: 11px;
}

/* Rainfall dots — 5 dots filled by intensity */
body .ldt-bts__month-rain {
    display: inline-flex;
    gap: 2px;
}

body .ldt-bts__rain-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 53, 128, 0.15);
    display: inline-block;
}

body .ldt-bts__rain-dot.is-on {
    background: var(--ldt-primary-light, #0057b8);
    box-shadow: 0 0 4px rgba(0, 87, 184, 0.50);
}

/* Month abbreviation */
body .ldt-bts__month-label {
    color: var(--ldt-gray-600, #64748b);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body .ldt-bts__month.is-best .ldt-bts__month-label {
    color: var(--ldt-accent-dark, #e07a00);
}

/* Legend below the strip */
body .ldt-bts__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 16px;
}

body .ldt-bts__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ldt-gray-600, #64748b);
    font-size: 12px;
    font-weight: 600;
}

body .ldt-bts__legend-swatch {
    display: inline-block;
    width: 24px;
    height: 6px;
    border-radius: 3px;
}

body .ldt-bts__legend-dots {
    display: inline-flex;
    gap: 2px;
}

body .ldt-bts__legend-dots > span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ldt-primary-light, #0057b8);
    display: inline-block;
}

body .ldt-bts__legend-star {
    color: var(--ldt-accent, #ff8c00);
    filter: drop-shadow(0 1px 1px rgba(255, 140, 0, 0.40));
}


/* ═══════════════════════════════════════════════════════════════════════════════
 * 6. GALLERY (.ldt-gallery)
 * ═══════════════════════════════════════════════════════════════════════════════ */

body .ldt-gallery__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

body .ldt-gallery__count {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: rgba(255, 140, 0, 0.16);
    color: var(--ldt-accent-dark, #e07a00);
    border-radius: var(--ldt-radius-pill, 9999px);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

body .ldt-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px;
}

body .ldt-gallery__item {
    position: relative;
    display: block;
    border-radius: var(--ldt-radius-input, 0.75rem);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 2px 10px rgba(0, 53, 128, 0.08);
    transition:
        transform 300ms var(--ldt-ease-portal, ease),
        box-shadow 300ms var(--ldt-ease-portal, ease);
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-gallery__item:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(0, 53, 128, 0.18);
    }
}

body .ldt-gallery__item--hidden {
    display: none;
}

body .ldt-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms var(--ldt-ease-portal, ease);
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-gallery__item:hover .ldt-gallery__img {
        transform: scale(1.08);
    }
}

/* Item overlay — gradient on hover with caption */
body .ldt-gallery__item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 50%,
        rgba(0, 30, 80, 0.85) 100%
    );
    opacity: 0;
    transition: opacity 300ms var(--ldt-ease-portal, ease);
    display: flex;
    align-items: flex-end;
    padding: 12px 14px;
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-gallery__item:hover .ldt-gallery__item-overlay {
        opacity: 1;
    }
}

body .ldt-gallery__caption {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    line-height: 1.4;
}

/* Show all button */
body .ldt-gallery__more {
    text-align: center;
    margin-top: 18px;
}

body .ldt-gallery__more .ldt-btn--outline {
    background: var(--ldt-glass-light, rgba(255, 255, 255, 0.92)) !important;
    border: 1px solid rgba(0, 53, 128, 0.20) !important;
    color: var(--ldt-primary, #003580) !important;
    font-weight: 700;
    transition:
        background 250ms var(--ldt-ease-portal, ease),
        color 250ms var(--ldt-ease-portal, ease),
        transform 250ms var(--ldt-ease-portal, ease);
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-gallery__more .ldt-btn--outline:hover {
        background: var(--ldt-gradient-accent,
                    linear-gradient(135deg, #ff8c00 0%, #e07a00 100%)) !important;
        color: #ffffff !important;
        border-color: transparent !important;
        transform: translateY(-2px);
    }
}

/* Videos section */
body .ldt-gallery__videos {
    margin-top: 28px;
}

body .ldt-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

body .ldt-video-card {
    background: #ffffff;
    border-radius: var(--ldt-radius-card, 1.25rem);
    overflow: hidden;
    border: 1px solid rgba(0, 53, 128, 0.06);
    box-shadow: 0 4px 14px rgba(0, 53, 128, 0.06);
    transition:
        transform 300ms var(--ldt-ease-portal, ease),
        box-shadow 300ms var(--ldt-ease-portal, ease);
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-video-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 26px rgba(0, 53, 128, 0.14);
    }
}

body .ldt-video-card__embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000000;
}

body .ldt-video-card__embed iframe,
body .ldt-video-card__embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body .ldt-video-card__caption {
    color: var(--ldt-dark, #1e293b);
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 12px 16px;
}


/* ═══════════════════════════════════════════════════════════════════════════════
 * 7. CONTENT TABS (.ldt-content-tabs)
 *
 * Tabbed content panels (Attractions / Dining / Hotels / etc.) with optional
 * TOC sidebar inside each panel.
 * ═══════════════════════════════════════════════════════════════════════════════ */

body .ldt-content-tabs__header {
    margin-bottom: 18px;
}

body .ldt-content-tabs__title {
    background: var(--ldt-gradient-text,
                linear-gradient(135deg, #003580 0%, #0057b8 50%, #ff8c00 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--ldt-primary, #003580);  /* fallback */
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}

body .ldt-content-tabs__subtitle {
    color: var(--ldt-gray-600, #64748b);
    margin: 0;
}

/* Tabs list — horizontal scrollable strip with bottom border */
body .ldt-content-tabs__list {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid rgba(0, 53, 128, 0.10);
    overflow-x: auto;
    scrollbar-width: none;
}

body .ldt-content-tabs__list::-webkit-scrollbar {
    display: none;
}

/* Tab button */
body .ldt-content-tabs__tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    color: var(--ldt-gray-600, #64748b);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition:
        color 200ms var(--ldt-ease-portal, ease),
        border-color 200ms var(--ldt-ease-portal, ease),
        background 200ms var(--ldt-ease-portal, ease);
}

@media (hover: hover) and (pointer: fine) {
    body .ldt-content-tabs__tab:not(.is-active):hover {
        color: var(--ldt-primary, #003580);
        background: rgba(0, 53, 128, 0.04);
    }
}

body .ldt-content-tabs__tab.is-active {
    color: var(--ldt-accent-dark, #e07a00);
    border-bottom-color: var(--ldt-accent, #ff8c00);
}

body .ldt-content-tabs__tab-icon {
    display: inline-flex;
    align-items: center;
    color: var(--ldt-gray-500, #94a3b8);
    transition: color 200ms var(--ldt-ease-portal, ease);
}

body .ldt-content-tabs__tab.is-active .ldt-content-tabs__tab-icon {
    color: var(--ldt-accent, #ff8c00);
}

/* Panel — fades + slides up when active */
body .ldt-content-tabs__panel {
    display: none;
    opacity: 0;
}

body .ldt-content-tabs__panel.is-active {
    display: block;
    animation: ldt-fade-up 350ms var(--ldt-ease-portal, ease) both;
}

@media (prefers-reduced-motion: reduce) {
    body .ldt-content-tabs__panel.is-active { animation: none; opacity: 1; }
}

/* TOC inside panel */
body .ldt-content-tabs__toc {
    background: rgba(0, 53, 128, 0.04);
    border: 1px solid rgba(0, 53, 128, 0.08);
    border-radius: var(--ldt-radius-input, 0.75rem);
    padding: 14px 16px;
    margin-bottom: 18px;
}

body .ldt-content-tabs__toc-label {
    color: var(--ldt-accent, #ff8c00);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin: 0 0 8px;
}

/* Prose inside panel */
body .ldt-content-tabs__prose {
    color: var(--ldt-gray-700, #334155);
    line-height: 1.7;
    font-size: 16px;
}


/* ═══════════════════════════════════════════════════════════════════════════════
 * 8. RESPONSIVE
 * ═══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

    /* Sticky nav — tighter padding, smaller font */
    body .ldt-sticky-nav__link {
        padding: 12px 12px;
        font-size: 13px;
    }

    body .ldt-sticky-nav__arrow {
        width: 28px;
        height: 28px;
    }

    /* Best time strip — smaller bars, hide rain dots, condense */
    body .ldt-bts__strip {
        padding: 12px;
        gap: 3px;
    }

    body .ldt-bts__month-bar-wrap {
        height: 44px;
    }

    body .ldt-bts__month-rain {
        display: none;
    }

    body .ldt-bts__month-high {
        font-size: 10px;
    }

    body .ldt-bts__month-low {
        font-size: 9px;
    }

    body .ldt-bts__month-label {
        font-size: 9px;
    }

    /* Gallery — smaller min-width on mobile */
    body .ldt-gallery__grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 6px;
    }

    /* Highlights cards — single column */
    body .ldt-highlights__card {
        padding: 14px;
    }

    body .ldt-highlights__card-icon {
        width: 38px;
        height: 38px;
    }

    /* Content tabs — tighter padding */
    body .ldt-content-tabs__tab {
        padding: 10px 12px;
        font-size: 13px;
    }
}


/* ─── END OF ldt-enhanced-sections-single.css ─────────────────────────────── */
