@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Cormorant+Garamond:wght@600;700&display=swap");

:root {
    --bg: #f4efe8;
    --bg-soft: #fbf8f3;
    --paper: rgba(255, 252, 247, 0.84);
    --paper-strong: #fffdf9;
    --text: #1f1b18;
    --muted: #71655b;
    --accent: #e88b5a;
    --accent-deep: #c96d3f;
    --accent-soft: #f7d3bd;
    --line: rgba(60, 42, 30, 0.11);
    --shadow: 0 28px 60px rgba(73, 52, 38, 0.12);
    --shadow-soft: 0 18px 36px rgba(73, 52, 38, 0.08);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: "Manrope", "Avenir Next", sans-serif;
    line-height: 1.7;
    background:
        radial-gradient(circle at top left, rgba(232, 139, 90, 0.18), transparent 24%),
        radial-gradient(circle at 85% 16%, rgba(153, 101, 72, 0.12), transparent 18%),
        linear-gradient(180deg, #efe7de 0%, #f7f1ea 32%, #fbf7f2 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.wrap {
    width: min(calc(100% - 2rem), var(--max));
    margin: 0 auto;
}

.page-shell {
    padding-bottom: 2rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(16px);
    background: rgba(244, 239, 232, 0.74);
    border-bottom: 1px solid rgba(60, 42, 30, 0.08);
}

.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand em {
    color: var(--accent-deep);
    font-style: normal;
}

.brand-mark {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #231c19 0%, #4a3d35 100%);
    color: #fff;
    box-shadow: var(--shadow-soft);
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

.main-nav a,
.header-cta {
    border-radius: 999px;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.main-nav a {
    padding: 0.7rem 0.95rem;
    font-size: 0.92rem;
    color: var(--muted);
}

.main-nav a.active,
.main-nav a:hover {
    background: rgba(255, 255, 255, 0.76);
    color: var(--text);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1.15rem;
    background: #181311;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
}

.header-cta:hover,
.button:hover,
.destination-card:hover,
.mosaic-card:hover,
.link-card:hover,
.spotlight-link:hover {
    transform: translateY(-2px);
}

.hero {
    padding: 2.4rem 0 1.4rem;
}

.destination-grid,
.editorial-layout,
.highlights-layout,
.content-grid,
.footer-grid {
    display: grid;
    gap: 1.35rem;
}

.hero-copy,
.destination-card,
.story-feature,
.story-compact,
.link-card,
.content-card,
.faq-list details,
.spotlight-panel,
.source-box,
.cta-banner,
.fact-box {
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.hero-copy,
.spotlight-panel,
.source-box {
    border-radius: var(--radius-xl);
}

.hero-copy {
    position: relative;
    overflow: hidden;
    padding: clamp(1.8rem, 3.2vw, 3.2rem);
}

.hero-copy::before {
    content: "";
    position: absolute;
    inset: auto -2rem -2rem auto;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 139, 90, 0.18), transparent 68%);
}

.eyebrow,
.fact-eyebrow,
.story-label,
.card-tag,
.destination-art span {
    margin: 0;
    color: var(--accent-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.story-feature h3,
.destination-copy h3,
.link-card h3,
.content-card h2,
.spotlight-panel h2,
.site-footer h2,
.fact-box h2,
.cta-banner h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.hero h1 {
    max-width: 9ch;
    margin: 0.55rem 0 1rem;
    font-size: clamp(3.4rem, 7vw, 6.3rem);
}

.hero-text {
    max-width: 60ch;
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.intro-flow {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.25rem;
}

.intro-flow p {
    margin: 0;
    color: var(--muted);
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero-actions {
    margin-top: 1.6rem;
}

.button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button.primary {
    background: linear-gradient(135deg, var(--accent) 0%, #f19a63 100%);
    color: #fff;
}

.button.secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(201, 109, 63, 0.25);
}

.hero-facts-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.fact-pill,
.story-compact,
.link-card,
.content-card,
.destination-card,
.cta-banner,
.faq-list details,
.spotlight-panel,
.source-box {
    position: relative;
    overflow: hidden;
}

.fact-pill {
    padding: 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(201, 109, 63, 0.14);
}

.fact-pill span {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.fact-pill strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.45;
}

.destination-art::before,
.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
}

.tone-1,
.tone-1 .destination-art {
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.05), rgba(10, 10, 10, 0.45)),
        linear-gradient(140deg, #d5aa7d 0%, #b56b46 48%, #6a3a30 100%);
}

.tone-2,
.tone-2 .destination-art {
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.04), rgba(10, 10, 10, 0.42)),
        linear-gradient(140deg, #a9c3c7 0%, #68939b 46%, #3d5964 100%);
}

.tone-3,
.tone-3 .destination-art {
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.06), rgba(10, 10, 10, 0.45)),
        linear-gradient(140deg, #e8c39e 0%, #c28b5d 44%, #7b5134 100%);
}

.tone-4,
.tone-4 .destination-art {
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.06), rgba(10, 10, 10, 0.48)),
        linear-gradient(140deg, #d4b5a0 0%, #a0785e 45%, #50392b 100%);
}

.destination-art::after {
    content: "";
    position: absolute;
    inset: 12% 10%;
    border-radius: 24px;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.35), transparent 22%),
        radial-gradient(circle at 70% 72%, rgba(255, 232, 198, 0.22), transparent 18%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 56%);
}

.destination-art span {
    position: relative;
    z-index: 2;
}

.fact-box {
    padding: 1.4rem;
    border-radius: var(--radius-lg);
    margin-top: 1.2rem;
}

.fact-box h2 {
    margin: 0.35rem 0 0.9rem;
    font-size: clamp(2rem, 2.2vw, 2.6rem);
}

.fact-box ul,
.site-footer ul,
.sources {
    margin: 0;
    padding-left: 1.1rem;
}

.fact-box li,
.site-footer li,
.sources li {
    margin-bottom: 0.6rem;
    color: var(--muted);
}

.small-note,
.contact-strip,
.source-box p,
.intro-grid p,
.story-feature p,
.story-compact p,
.link-card p,
.content-card p,
.spotlight-link p,
.site-footer p {
    color: var(--muted);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-heading h2,
.site-footer h2,
.cta-banner h2 {
    margin: 0.25rem 0 0;
    font-size: clamp(2.2rem, 3vw, 3rem);
}

.destination-section,
.editorial-layout,
.cards-grid,
.highlights-layout,
.content-grid,
.cta-banner,
.source-box {
    margin-bottom: 1.4rem;
}

.destination-grid {
    grid-template-columns: 1fr;
}

.destination-card {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.destination-art {
    position: relative;
    min-height: 220px;
    padding: 1.1rem;
}

.destination-copy {
    padding: 1.15rem 1.15rem 1.25rem;
}

.destination-copy h3 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
}

.destination-copy p,
.link-card p,
.content-card p,
.spotlight-link p,
.faq-list p {
    margin: 0;
    font-size: 0.96rem;
}

.editorial-layout {
    grid-template-columns: 1fr;
    align-items: start;
}

.story-feature,
.story-compact,
.link-card,
.content-card,
.faq-list details,
.spotlight-panel,
.source-box,
.cta-banner {
    border-radius: var(--radius-lg);
}

.story-feature,
.story-compact,
.link-card,
.content-card,
.spotlight-panel,
.source-box {
    padding: 1.35rem;
}

.story-feature {
    min-height: 100%;
}

.story-feature::before,
.cta-banner::after {
    content: "";
    position: absolute;
    inset: auto -20px -45px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 139, 90, 0.12), transparent 68%);
}

.story-feature h3 {
    margin: 0.45rem 0 0.9rem;
    font-size: clamp(2.4rem, 3vw, 3.2rem);
}

.story-feature p {
    margin-bottom: 0.8rem;
}

.editorial-rail {
    display: grid;
    gap: 1rem;
}

.story-compact.link {
    display: block;
}

.story-compact h3,
.link-card h3,
.content-card h2 {
    margin: 0.35rem 0 0.55rem;
    font-size: 1.8rem;
}

.cards-grid {
    grid-template-columns: 1fr;
}

.card-tag {
    margin-bottom: 0.45rem;
}

.highlights-layout {
    grid-template-columns: 1fr;
    align-items: start;
}

.faq-panel {
    min-width: 0;
}

.faq-list {
    display: grid;
    gap: 0.85rem;
}

.faq-list details {
    padding: 1.15rem 1.2rem;
}

.faq-list summary {
    cursor: pointer;
    font-size: 1.02rem;
    font-weight: 800;
    list-style: none;
}

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

.faq-list p {
    margin-top: 0.75rem;
}

.spotlight-list {
    display: grid;
    gap: 0.7rem;
}

.spotlight-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
    padding: 0.95rem 0;
    border-top: 1px solid rgba(60, 42, 30, 0.08);
}

.spotlight-link:first-child {
    border-top: 0;
    padding-top: 0.15rem;
}

.spotlight-link strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1rem;
}

.spotlight-link span {
    color: var(--accent-deep);
    font-size: 1.2rem;
    font-weight: 700;
}

.content-grid {
    grid-template-columns: 1fr;
}

.cta-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1.6rem;
    background:
        linear-gradient(120deg, rgba(33, 26, 23, 0.78), rgba(74, 48, 36, 0.56)),
        linear-gradient(140deg, #b67758 0%, #8b5a43 42%, #413126 100%);
    color: #fff;
}

.cta-banner .eyebrow,
.cta-banner p {
    color: rgba(255, 255, 255, 0.84);
}

.cta-content,
.cta-actions {
    position: relative;
    z-index: 2;
}

.cta-actions {
    justify-content: flex-end;
}

.cta-actions .button.secondary {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.source-box {
    padding: 1.45rem;
}

.sources a,
.contact-strip a,
.site-footer a {
    color: var(--accent-deep);
}

.site-footer {
    padding: 0 0 2.6rem;
}

.footer-grid {
    grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
    padding: 1.5rem;
    border: 1px solid rgba(60, 42, 30, 0.1);
    border-radius: var(--radius-xl);
    background: rgba(24, 19, 17, 0.94);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
}

.footer-grid h2 {
    margin-bottom: 0.9rem;
    font-size: 2rem;
}

.footer-grid .eyebrow,
.footer-grid a {
    color: rgba(255, 255, 255, 0.86);
}

.footer-grid p,
.footer-grid li {
    color: rgba(255, 255, 255, 0.66);
}

.footer-brand {
    padding-right: 1rem;
}

@media (max-width: 1100px) {
    .header-inner,
    .destination-grid,
    .editorial-layout,
    .highlights-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .header-inner {
        justify-items: start;
    }

    .main-nav {
        justify-content: flex-start;
    }

    .content-grid,
    .cards-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-banner {
        grid-template-columns: 1fr;
    }

    .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .wrap {
        width: min(calc(100% - 1rem), var(--max));
    }

    .site-header {
        position: static;
    }

    .header-inner {
        padding: 0.9rem 0 1rem;
    }

    .hero {
        padding-top: 1.2rem;
    }

    .hero h1 {
        max-width: none;
        font-size: clamp(2.8rem, 12vw, 4rem);
    }

    .hero-facts-strip,
    .cards-grid,
    .content-grid {
        grid-template-columns: 1fr;
    }

    .destination-grid {
        grid-template-columns: 1fr;
    }

    .button,
    .header-cta {
        width: 100%;
    }

    .header-cta {
        justify-content: center;
    }

    .main-nav {
        width: 100%;
    }

    .main-nav a {
        flex: 1 1 calc(50% - 0.55rem);
        text-align: center;
    }
}
