/* ==========================================================================
   destinations.css  —  JungleNearMe /destinations.php
   Reference: Kesari / Veena World destination landing + Pugdundee regions
   Alternating split sections per destination
   ========================================================================== */

/* Hero ---------------------------------------------------------------- */
.dest-hero {
    padding: 88px 0 64px;
}
.dest-hero__inner { max-width: 860px; }
.dest-hero__eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 18px;
    color: var(--marigold);
    display: block;
    margin-bottom: 12px;
}
.dest-hero h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.04;
    color: var(--forest);
    margin: 0 0 20px;
    letter-spacing: -0.4px;
}
.dest-hero h1 em {
    font-style: italic;
    color: var(--marigold);
    font-weight: 500;
}
.dest-hero__lede {
    font-size: 18px;
    line-height: 1.75;
    color: var(--text-secondary);
    max-width: 680px;
    margin: 0 0 24px;
}
.dest-hero__badges { display: flex; flex-wrap: wrap; gap: 10px; }

/* List section -------------------------------------------------------- */
.dest-list {
    padding: 72px 0 90px;
    background: var(--cream);
}
.dest-empty {
    text-align: center;
    padding: 80px 20px;
    color: var(--text-muted);
    font-size: 17px;
    font-style: italic;
}

/* Destination split card --------------------------------------------- */
.dest-split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    border-radius: 22px;
    overflow: hidden;
    background: var(--card-bg);
    box-shadow: 0 12px 30px rgba(30, 58, 43, 0.08);
    margin-bottom: 52px;
    min-height: 480px;
}
.dest-split:last-child { margin-bottom: 0; }
.dest-split.reverse { grid-template-columns: 0.95fr 1.05fr; }
.dest-split.reverse .dest-split__media { order: 2; }
.dest-split.reverse .dest-split__body { order: 1; }

.dest-split__media {
    position: relative;
    overflow: hidden;
    min-height: 420px;
}
.dest-split__media img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}
.dest-split:hover .dest-split__media img { transform: scale(1.04); }
.dest-split__badge {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}
.dest-split__index {
    position: absolute;
    right: 20px;
    bottom: 18px;
    z-index: 2;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 54px;
    color: var(--cream);
    opacity: 0.75;
    line-height: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.dest-split__body {
    padding: 54px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--card-bg);
}
.dest-split__eyebrow {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 15px;
    color: var(--marigold);
    margin-bottom: 6px;
    display: block;
}
.dest-split__h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
    color: var(--forest);
    margin: 0 0 8px;
    letter-spacing: -0.3px;
}
.dest-split__loc {
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    margin: 0 0 16px;
}
.dest-split__loc i { color: var(--marigold); margin-right: 5px; }
.dest-split__copy {
    font-size: 16px;
    line-height: 1.75;
    color: var(--text);
    margin: 0 0 22px;
}
.dest-split__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: var(--cream-deep);
    color: var(--forest);
    border: 1px solid rgba(30, 58, 43, 0.18);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 22px;
    align-self: flex-start;
    min-height: 40px;
    transition: all 0.25s ease;
}
.dest-split__pill:hover {
    background: var(--forest);
    color: var(--cream);
    border-color: var(--forest);
}
.dest-split__pill i { font-size: 12px; }
.dest-split__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* Coming-soon strip --------------------------------------------------- */
.dest-soon {
    padding: 60px 0;
    background: var(--cream-deep);
    border-top: 1px solid rgba(30, 58, 43, 0.08);
}
.dest-soon__header { margin-bottom: 24px; }
.dest-soon__kicker {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--marigold);
    font-size: 15px;
    display: block;
}
.dest-soon__title {
    font-family: var(--font-display);
    color: var(--forest);
    font-size: clamp(22px, 2.4vw, 28px);
    margin: 4px 0 0;
}
.dest-soon__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.dest-soon__card {
    padding: 22px;
    background: var(--card-bg);
    border: 1px dashed rgba(30, 58, 43, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.dest-soon__card i {
    font-size: 22px;
    color: var(--marigold);
    width: 40px;
    text-align: center;
}
.dest-soon__card h4 {
    font-family: var(--font-display);
    color: var(--forest);
    margin: 0 0 4px;
    font-size: 17px;
}
.dest-soon__card p {
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
    font-style: italic;
}

/* Breakpoints -------------------------------------------------------- */
@media (max-width: 1199px) {
    .dest-split__body { padding: 44px 36px; }
}
@media (max-width: 900px) {
    .dest-split,
    .dest-split.reverse {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .dest-split.reverse .dest-split__media { order: 1; }
    .dest-split.reverse .dest-split__body { order: 2; }
    .dest-split__media { min-height: 260px; }
    .dest-split__body { padding: 36px 28px; }
    .dest-soon__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
    .dest-hero { padding: 60px 0 40px; }
    .dest-hero h1 { font-size: clamp(30px, 8vw, 42px); }
    .dest-hero__lede { font-size: 16px; }
    .dest-list { padding: 54px 0 70px; }
    .dest-split { margin-bottom: 36px; border-radius: 16px; }
    .dest-split__body { padding: 30px 22px; }
    .dest-split__h2 { font-size: 26px; }
    .dest-split__actions { flex-direction: column; align-items: stretch; }
    .dest-split__actions > .btn-marigold,
    .dest-split__actions > .btn-ghost-forest {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .dest-split__media { min-height: 220px; }
    .dest-split__index { font-size: 42px; }
    .dest-soon__grid { grid-template-columns: 1fr; }
    .dest-soon { padding: 44px 0; }
}
