/* ================================
   Destination Landing Page — content-first, SEO-friendly
   Overrides the homepage's fullscreen-section layout for these articles
   ================================ */

html.dest, body.dest-page {
    overflow: auto !important;
    height: auto !important;
}

body.dest-page {
    background:
        radial-gradient(ellipse at 70% 10%, rgba(200, 150, 90, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #1E1E1C 0%, #1A1A18 100%);
    color: var(--cream, #FDFBF7);
    font-family: var(--font-body, 'Outfit', system-ui, sans-serif);
    min-height: 100vh;
}

/* Override the fixed-section system that breaks scroll on dedicated pages */
body.dest-page section { position: static !important; height: auto !important; opacity: 1 !important; visibility: visible !important; display: block !important; padding: 0 !important; }

.dest-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background: rgba(26, 26, 24, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(200, 150, 90, 0.15);
}

.dest-logo {
    font-family: var(--font-heading, 'Instrument Serif', Georgia, serif);
    font-size: 1.4rem;
    color: var(--cream, #FDFBF7);
    text-decoration: none;
}

.dest-nav {
    display: flex;
    gap: 28px;
}

.dest-nav a {
    color: rgba(253, 251, 247, 0.75);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: color 0.25s ease;
}

.dest-nav a:hover { color: var(--amber-light, #DDB07A); }

.dest-page-main {
    max-width: 820px;
    margin: 0 auto;
    padding: 56px 24px 120px;
}

.dest-article { display: block; }

.dest-breadcrumb {
    font-size: 0.78rem;
    color: rgba(253, 251, 247, 0.5);
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.dest-breadcrumb a {
    color: rgba(253, 251, 247, 0.6);
    text-decoration: none;
}

.dest-breadcrumb a:hover { color: var(--amber-light, #DDB07A); }

.dest-page-eyebrow {
    font-family: var(--font-body, 'Outfit', system-ui, sans-serif);
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--amber-light, #DDB07A);
    margin-bottom: 14px;
}

.dest-page-title {
    font-family: var(--font-heading, 'Instrument Serif', Georgia, serif);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.015em;
    color: var(--cream, #FDFBF7);
    margin-bottom: 18px;
}

.dest-page-tagline {
    font-size: 1.15rem;
    font-weight: 300;
    color: rgba(253, 251, 247, 0.78);
    line-height: 1.5;
    margin-bottom: 36px;
    max-width: 60ch;
}

.dest-page-hero {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 48px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.dest-page-section { margin-bottom: 44px; }

.dest-page-section h2 {
    font-family: var(--font-heading, 'Instrument Serif', Georgia, serif);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--cream, #FDFBF7);
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}

.dest-page-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(253, 251, 247, 0.82);
    max-width: 65ch;
}

.dest-routes {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.dest-routes thead th {
    text-align: left;
    padding: 12px 14px;
    font-size: 0.7rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--amber-light, #DDB07A);
    border-bottom: 1px solid rgba(200, 150, 90, 0.25);
    font-weight: 600;
}

.dest-routes tbody td {
    padding: 14px;
    font-size: 0.95rem;
    color: rgba(253, 251, 247, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.5;
    vertical-align: top;
}

.dest-routes tbody td:first-child {
    font-weight: 500;
    color: var(--cream, #FDFBF7);
}

.dest-todo {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dest-todo li {
    position: relative;
    padding: 12px 0 12px 26px;
    font-size: 0.98rem;
    line-height: 1.65;
    color: rgba(253, 251, 247, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dest-todo li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--amber, #C8965A);
    opacity: 0.85;
}

.dest-todo li:last-child { border-bottom: none; }

.dest-page-cta {
    margin: 56px 0;
    padding: 36px 32px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.08), rgba(200, 150, 90, 0.08));
    border: 1px solid rgba(37, 211, 102, 0.25);
    border-radius: 16px;
    text-align: center;
}

.dest-page-cta h2 {
    margin-bottom: 12px;
    color: var(--cream, #FDFBF7);
}

.dest-page-cta p {
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(253, 251, 247, 0.85);
    margin-bottom: 24px;
    max-width: 55ch;
    margin-left: auto;
    margin-right: auto;
}

.dest-page-wa-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #25D366;
    color: #1A1A18;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.dest-page-wa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
}

.dest-page-fleet {
    margin-top: 18px;
    font-size: 0.82rem;
    color: rgba(253, 251, 247, 0.6);
}

.dest-page-fleet a {
    color: var(--amber-light, #DDB07A);
    text-decoration: none;
}

.dest-page-fleet a:hover { text-decoration: underline; }

.dest-faq { margin-top: 8px; }

.dest-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4px 0;
}

.dest-faq-item summary {
    cursor: pointer;
    padding: 16px 0;
    font-weight: 500;
    color: var(--cream, #FDFBF7);
    font-size: 1rem;
    list-style: none;
    position: relative;
    padding-right: 32px;
}

.dest-faq-item summary::-webkit-details-marker { display: none; }

.dest-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: var(--amber-light, #DDB07A);
    transition: transform 0.3s ease;
    line-height: 1;
}

.dest-faq-item[open] summary::after {
    content: "−";
}

.dest-faq-item p {
    padding: 0 0 18px 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(253, 251, 247, 0.78);
}

.dest-other-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width: 720px) {
    .dest-other-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .dest-other-list { grid-template-columns: 1fr; }
}

.dest-other-list a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    text-decoration: none;
    color: var(--cream, #FDFBF7);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    min-height: 76px;
}

.dest-other-list a:hover {
    background: rgba(200, 150, 90, 0.08);
    border-color: rgba(200, 150, 90, 0.3);
    transform: translateY(-2px);
}

.dest-other-list strong {
    font-family: var(--font-heading, 'Instrument Serif', Georgia, serif);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.005em;
}

.dest-other-list span {
    font-size: 0.78rem;
    color: rgba(253, 251, 247, 0.62);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dest-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px 24px;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(253, 251, 247, 0.55);
}

.dest-footer a {
    color: var(--amber-light, #DDB07A);
    text-decoration: none;
}

.dest-footer a:hover { text-decoration: underline; }

@media (max-width: 720px) {
    .dest-header { padding: 16px 20px; }
    .dest-nav { gap: 18px; }
    .dest-nav a { font-size: 0.82rem; }
    .dest-page-main { padding: 40px 18px 100px; }
    .dest-page-hero { height: 260px; }
    .dest-routes { font-size: 0.85rem; }
    .dest-routes thead th, .dest-routes tbody td { padding: 10px 8px; }
}
