.dest-page * { box-sizing: border-box; }

.dest-page {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #0f0f0f;
    background: #fafaf8;
}

/* ── Hero ─────────────────────────────────────── */
.dest-hero {
    position: relative;
    height: 92vh;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.dest-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    transform: scale(1.04);
    transition: transform 8s ease;
}

.dest-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.15) 55%, rgba(0,0,0,0.05) 100%);
}

.dest-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem 3.5rem;
}

.dest-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.dest-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.dest-breadcrumb a:hover { color: #fff; }

.dest-hero__eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.5rem;
}

.dest-hero__title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 400;
    color: #fff;
    line-height: 0.95;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
}
.dest-hero__title em { font-style: italic; color: rgba(255,255,255,0.65); }

.dest-hero__sub {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    max-width: 340px;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.dest-hero__actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ── Buttons ──────────────────────────────────── */
.dest-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0f0f0f;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 2px;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: background 0.2s;
}
.dest-btn-primary:hover { background: #f0f0ec; }

.dest-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.85);
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 22px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: background 0.2s, border-color 0.2s;
}
.dest-btn-ghost:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.35); }

/* ── Stats bar ────────────────────────────────── */
.dest-stats { background: #0f0f0f; border-bottom: 1px solid #1e1e1e; }

.dest-stats__grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.dest-stat { padding: 1.4rem 1.5rem; border-right: 1px solid #1e1e1e; }
.dest-stat:last-child { border-right: none; }

.dest-stat__label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 4px;
}

.dest-stat__value {
    font-family: 'DM Serif Display', serif;
    font-size: 17px;
    color: rgba(255,255,255,0.9);
    line-height: 1.2;
}

/* ── Section layout ───────────────────────────── */
.dest-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 5rem 2rem;
}
.dest-section--bordered { border-top: 1px solid #e8e8e4; }

.dest-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #F37203;
    margin-bottom: 0.6rem;
}

.dest-heading {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 400;
    color: #0f0f0f;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 0.25rem;
}
.dest-heading em { font-style: italic; color: #bbb; }

/* ── About ────────────────────────────────────── */
.dest-about { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.dest-about__text { padding-top: 0.25rem; }

.dest-about__body {
    margin-top: 1.5rem;
    font-size: 15px;
    font-weight: 300;
    color: #444;
    line-height: 1.85;
}
.dest-about__body p + p { margin-top: 1rem; }

.dest-about__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 1.75rem;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #F37203;
    text-decoration: none;
    border-bottom: 1px solid #F37203;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}
.dest-about__cta:hover { opacity: 0.65; }

/* ── Highlights grid ──────────────────────────── */
.dest-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #e8e8e4;
    border: 1px solid #e8e8e4;
}

.dest-highlight { background: #fafaf8; padding: 1.5rem; transition: background 0.2s; }
.dest-highlight:hover { background: #f3f3ef; }

.dest-highlight__num {
    font-family: 'DM Serif Display', serif;
    font-size: 11px;
    font-style: italic;
    color: #F37203;
    margin-bottom: 0.6rem;
}

.dest-highlight__title { font-size: 13px; font-weight: 500; color: #0f0f0f; margin-bottom: 4px; }
.dest-highlight__desc { font-size: 12px; font-weight: 300; color: #888; line-height: 1.6; }

/* ── Attractions ──────────────────────────────── */
.dest-attractions { background: #0f0f0f; padding: 5rem 0; }

.dest-attractions__inner { max-width: 1300px; margin: 0 auto; padding: 0 2rem; }

.dest-attractions__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.dest-attractions__header .dest-label { color: rgba(255,255,255,0.3); }
.dest-attractions__header .dest-heading { color: rgba(255,255,255,0.9); }

.dest-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #1e1e1e; }

.dest-card { background: #0f0f0f; overflow: hidden; }

.dest-card__img { height: 240px; overflow: hidden; }
.dest-card__img img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(0.7) brightness(0.9);
    transition: transform 0.6s ease, filter 0.4s ease;
}
.dest-card:hover .dest-card__img img { transform: scale(1.04); filter: saturate(0.9) brightness(0.95); }

.dest-card__body { padding: 1.5rem; }

.dest-card__name {
    font-family: 'DM Serif Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}
.dest-card__desc { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.7; }

/* ── Travel tips ──────────────────────────────── */
.dest-tips {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid #e8e8e4;
    margin-top: 3rem;
}

.dest-tip { padding: 2rem 1.75rem; border-right: 1px solid #e8e8e4; }
.dest-tip:last-child { border-right: none; }

.dest-tip__index {
    font-family: 'DM Serif Display', serif;
    font-size: 36px;
    font-style: italic;
    color: #F37203;
    opacity: 0.25;
    line-height: 1;
    margin-bottom: 1rem;
}

.dest-tip__title { font-size: 13px; font-weight: 500; color: #0f0f0f; margin-bottom: 0.6rem; letter-spacing: 0.01em; }
.dest-tip__detail { font-size: 13px; font-weight: 300; color: #666; line-height: 1.75; }

/* ── CTA ──────────────────────────────────────── */
.dest-cta { background: #0f0f0f; padding: 5rem 2rem; text-align: center; }
.dest-cta__inner { max-width: 540px; margin: 0 auto; }

.dest-cta__label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #F37203;
    margin-bottom: 1rem;
}

.dest-cta__heading {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.dest-cta__sub { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.7; margin-bottom: 2.5rem; }
.dest-cta__actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ── Responsive ───────────────────────────────── */
@media (max-width: 1024px) {
    .dest-about { grid-template-columns: 1fr; gap: 3rem; }
    .dest-tips { grid-template-columns: repeat(2, 1fr); }
    .dest-tip:nth-child(2) { border-right: none; }
    .dest-tip:nth-child(3) { border-top: 1px solid #e8e8e4; }
    .dest-tip:nth-child(4) { border-top: 1px solid #e8e8e4; border-right: none; }
}

@media (max-width: 768px) {
    .dest-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .dest-stat:nth-child(2) { border-right: none; }
    .dest-stat:nth-child(3) { border-top: 1px solid #1e1e1e; }
    .dest-stat:nth-child(4) { border-top: 1px solid #1e1e1e; border-right: none; }
    .dest-cards { grid-template-columns: 1fr; }
    .dest-tips { grid-template-columns: 1fr; }
    .dest-tip { border-right: none !important; border-top: 1px solid #e8e8e4; }
    .dest-tip:first-child { border-top: none; }
    .dest-highlights { grid-template-columns: 1fr; }
    .dest-attractions__header { flex-direction: column; align-items: flex-start; gap: 0.25rem; }
}
