@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../views/**/*.blade.php';

:root {
    --ink: #142522;
    --forest: #123c3a;
    --teal: #1f5b55;
    --paper: #f4f0e7;
    --sand: #e5d9c4;
    --coral: #d2674f;
    --lime: #c7d67b;
    --white: #fffdf7;
    --line: rgba(20, 37, 34, .18);
    --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}
a { color: inherit; }
.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 100;
    padding: .75rem 1rem;
    background: var(--white);
}
.skip-link:focus { top: 1rem; }
.site-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: var(--max);
    padding: 1.35rem 2rem;
}
.brand {
    align-items: center;
    display: inline-flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .95rem;
    font-weight: 700;
    gap: .85rem;
    line-height: 1.05;
    text-decoration: none;
}
.brand-mark {
    align-items: center;
    background: var(--forest);
    border-radius: 50%;
    color: var(--white);
    display: inline-flex;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: .68rem;
    height: 2.7rem;
    justify-content: center;
    letter-spacing: .08em;
    width: 2.7rem;
}
.site-nav { display: flex; gap: 2rem; }
.site-nav a, .site-footer a {
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-footer a:hover { color: var(--coral); }
.nav-toggle { display: none; }
.hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    margin: 0 auto;
    max-width: var(--max);
    min-height: 670px;
    padding: 3rem 2rem 5rem;
}
.hero-copy { align-self: center; max-width: 680px; padding-right: 3rem; }
.eyebrow {
    color: var(--coral);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
h1, h2, h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    line-height: .98;
    margin-top: 0;
}
.hero h1 {
    font-size: clamp(4.4rem, 8.3vw, 8rem);
    letter-spacing: -.055em;
    margin-bottom: 2rem;
}
.hero h1 em { color: var(--teal); font-weight: 400; }
.hero-lede {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.45;
    max-width: 600px;
}
.hero-actions { align-items: center; display: flex; gap: 1.6rem; margin-top: 2.3rem; }
.button {
    border-radius: 999px;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 1rem 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
}
.button-primary { background: var(--forest); color: var(--white); }
.button-primary:hover { background: var(--coral); }
.text-link {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
}
.text-link span { color: var(--coral); font-size: 1.15em; margin-left: .35rem; }
.hero-art {
    background:
        radial-gradient(circle at 75% 25%, rgba(199, 214, 123, .95) 0 5%, transparent 5.3%),
        radial-gradient(circle at 27% 66%, rgba(210, 103, 79, .9) 0 7%, transparent 7.3%),
        linear-gradient(145deg, #8ebdb0, #2f716b);
    border-radius: 15rem 15rem 1rem 1rem;
    min-height: 590px;
    overflow: hidden;
    position: relative;
}
.hero-art::before, .hero-art::after {
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    content: "";
    position: absolute;
}
.hero-art::before { height: 470px; left: -80px; top: 70px; width: 470px; }
.hero-art::after { height: 360px; right: -90px; top: -80px; width: 360px; }
.route {
    border: 2px dashed rgba(255,253,247,.65);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    position: absolute;
    transform: rotate(18deg);
}
.route-one { height: 390px; left: 8%; top: 15%; width: 470px; }
.route-two { bottom: -15%; height: 330px; right: -4%; width: 420px; }
.map-dot {
    background: var(--white);
    border: 5px solid var(--coral);
    border-radius: 50%;
    height: 19px;
    position: absolute;
    width: 19px;
}
.dot-one { left: 21%; top: 28%; }
.dot-two { right: 18%; top: 45%; }
.dot-three { bottom: 22%; left: 42%; }
.passport-note {
    background: rgba(255,253,247,.94);
    bottom: 2rem;
    left: 2rem;
    max-width: 260px;
    padding: 1.3rem;
    position: absolute;
    transform: rotate(-2deg);
}
.passport-note small { color: var(--coral); display: block; font-size: .65rem; letter-spacing: .15em; margin-bottom: .6rem; }
.passport-note strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 500; line-height: 1.25; }
.trust-strip {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: flex;
    font-size: .68rem;
    font-weight: 800;
    justify-content: space-around;
    letter-spacing: .14em;
    padding: 1rem 2rem;
    text-transform: uppercase;
}
.trust-strip span::before { color: var(--coral); content: "✦"; margin-right: .7rem; }
.section-shell { margin: auto; max-width: var(--max); padding: 7rem 2rem; }
.section-heading { max-width: 740px; margin-bottom: 3rem; }
.section-heading.split { align-items: end; display: flex; justify-content: space-between; max-width: none; }
.section-heading h2, .newsletter-band h2, .prose-grid h2 {
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    letter-spacing: -.045em;
    margin-bottom: 0;
}
.featured { background: var(--white); max-width: none; padding-left: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); padding-right: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); }
.featured-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 430px; }
.featured-visual {
    align-items: flex-end;
    background: linear-gradient(145deg, var(--lime), #6b9d83);
    display: flex;
    min-height: 390px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
}
.featured-visual::after {
    border: 1px solid rgba(18,60,58,.32);
    border-radius: 50%;
    content: "";
    height: 410px;
    position: absolute;
    right: -90px;
    top: -80px;
    width: 410px;
}
.featured-visual span { font-family: Georgia, serif; font-size: 4rem; line-height: 1; position: relative; z-index: 1; }
.featured-copy { align-self: center; padding: 3rem 4rem; }
.featured-copy h3 { font-size: clamp(2.2rem, 4vw, 3.8rem); letter-spacing: -.035em; margin-bottom: 1.4rem; }
.featured-copy h3 a, .article-card h3 a, .article-card h2 a { text-decoration: none; }
.featured-copy p:not(.card-meta) { font-size: 1.05rem; margin-bottom: 2rem; }
.card-meta { color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.article-card {
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    margin: 0 -1px -1px 0;
    min-height: 410px;
    padding: 2rem;
}
.article-card:hover { background: var(--white); }
.card-number { color: var(--coral); font-family: Georgia, serif; font-size: 1.8rem; margin-bottom: 3rem; }
.article-card h2, .article-card h3 { font-size: 2rem; line-height: 1.08; margin: .8rem 0 1.1rem; }
.article-card p:not(.card-meta) { color: rgba(20,37,34,.75); }
.card-link { font-size: .72rem; font-weight: 800; letter-spacing: .08em; margin-top: auto; padding-top: 1.5rem; text-decoration: none; text-transform: uppercase; }
.card-link span { color: var(--coral); margin-left: .35rem; }
.empty-state { border: 1px solid var(--line); grid-column: 1 / -1; padding: 3rem; }
.newsletter-band {
    align-items: center;
    background: var(--forest);
    color: var(--white);
    display: flex;
    justify-content: space-between;
    padding: 5rem max(2rem, calc((100vw - var(--max)) / 2 + 2rem));
}
.newsletter-band > p { max-width: 430px; }
.page-hero { margin: auto; max-width: var(--max); padding: 7rem 2rem 3rem; }
.page-hero h1 { font-size: clamp(4rem, 8vw, 7.4rem); letter-spacing: -.055em; margin-bottom: 2rem; max-width: 1050px; }
.page-hero > p:last-child { font-family: Georgia, serif; font-size: 1.35rem; max-width: 650px; }
.destination-hero { padding-bottom: 6rem; }
.region-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.region-card {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 1rem;
    grid-template-columns: 60px 1fr auto;
    padding: 2rem 1rem;
    text-decoration: none;
}
.region-card:hover { background: var(--white); }
.region-index { color: var(--coral); font-family: Georgia, serif; font-size: 1.4rem; }
.region-card strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.region-card > span:last-child { font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.article-shell { margin: auto; max-width: 900px; padding: 6rem 2rem 8rem; }
.article-header h1 { font-size: clamp(3.5rem, 7vw, 6.2rem); letter-spacing: -.05em; margin: 1rem 0 1.8rem; }
.article-deck { font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.5; max-width: 780px; }
.back-link { display: inline-block; font-size: .72rem; font-weight: 800; margin-bottom: 4rem; text-decoration: none; text-transform: uppercase; }
.article-byline { display: flex; flex-wrap: wrap; font-size: .7rem; font-weight: 800; gap: .8rem 1.8rem; letter-spacing: .08em; margin-top: 2.5rem; text-transform: uppercase; }
.article-share { align-items: center; display: flex; flex-wrap: wrap; gap: .55rem .8rem; margin-top: 1.4rem; }
.article-share-label { color: rgba(20, 37, 34, .72); font-size: .68rem; font-weight: 800; letter-spacing: .08em; margin-right: .15rem; text-transform: uppercase; }
.article-share a, .article-share-copy { background: transparent; border: 1px solid var(--line); color: var(--forest); cursor: pointer; font: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .04em; padding: .48rem .7rem; text-decoration: none; text-transform: uppercase; }
.article-share a:hover, .article-share a:focus-visible, .article-share-copy:hover, .article-share-copy:focus-visible { background: var(--forest); color: var(--white); outline: none; }
.article-rule { border-top: 1px solid var(--line); margin: 3rem 0; }
.budget-sheet { background: #f5f2ea; margin: 0 0 3.5rem; padding: 2rem; }
.budget-sheet-heading { align-items: end; display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-between; }
.budget-sheet h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin: .35rem 0 .65rem; }
.budget-sheet-heading p:last-child { margin: 0; max-width: 620px; }
.budget-sheet-download { background: var(--coral); color: var(--white); font-size: .74rem; font-weight: 800; letter-spacing: .06em; padding: .8rem 1rem; text-decoration: none; text-transform: uppercase; }
.budget-sheet-viewer { background: var(--white); margin-top: 1.5rem; max-height: 510px; overflow: auto; }
.budget-sheet-viewer table { border-collapse: collapse; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .86rem; min-width: 680px; width: 100%; }
.budget-sheet-viewer td, .budget-sheet-viewer th { border: 1px solid #d9dfdb; padding: .65rem .75rem; text-align: left; }
.budget-sheet-viewer tr:first-child td { background: var(--forest); color: var(--white); font-weight: 800; }
.budget-sheet-viewer td[contenteditable="true"]:focus { outline: 2px solid var(--coral); outline-offset: -2px; }
.article-body { font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.85; white-space: normal; }
.article-body p { margin: 0 0 1.55rem; }
.article-body h2 {
    border-top: 1px solid var(--line);
    color: var(--forest);
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.1;
    margin: 4rem 0 1.2rem;
    padding-top: 2.15rem;
}
.article-body h3 {
    color: var(--forest);
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 2.75rem 0 .85rem;
}
.article-body ul, .article-body ol { margin: 0 0 1.75rem; padding-left: 1.35rem; }
.article-body li + li { margin-top: .5rem; }
.article-body .affiliate-link {
    background: var(--coral);
    border-radius: 999px;
    color: var(--white);
    display: inline-block;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1;
    margin: .25rem 0 1.35rem;
    padding: .88rem 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.article-body .affiliate-link:hover, .article-body .affiliate-link:focus-visible { background: var(--forest); }
.article-body .affiliate-disclosure {
    color: rgba(20, 37, 34, .7);
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: .74rem;
    line-height: 1.5;
    margin-top: 2.7rem;
}
.article-hero { margin: 0 0 2.75rem; }
.article-hero img { display: block; width: 100%; max-height: 620px; object-fit: cover; }
.article-card-image { display: block; margin: -2rem -2rem 1.5rem; overflow: hidden; }
.article-card-image img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .article-card-image img { transform: scale(1.025); }
.verification-note { background: var(--sand); margin-top: 4rem; padding: 2rem; }
.verification-note strong { font-family: Georgia, serif; font-size: 1.5rem; }
.verification-note p { margin-bottom: 0; }
.prose-grid { display: grid; gap: 5rem; grid-template-columns: .8fr 1.2fr; }
.prose { font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.75; }
.site-footer {
    background: #0d2d2b;
    color: var(--white);
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.2fr .8fr 1.5fr auto;
    padding: 4rem max(2rem, calc((100vw - var(--max)) / 2 + 2rem));
}
.site-footer p { font-size: .8rem; margin: .4rem 0; }
.site-footer nav { display: flex; flex-direction: column; gap: .7rem; }
.footer-note { color: rgba(255,255,255,.68); max-width: 430px; }
.pagination { margin-top: 3rem; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

@media (max-width: 850px) {
    .site-header { padding: 1rem 1.2rem; }
    .nav-toggle { background: transparent; border: 1px solid var(--line); border-radius: 999px; display: block; padding: .6rem 1rem; }
    .site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; left: 0; padding: 1.5rem; position: absolute; right: 0; top: 78px; z-index: 20; }
    .site-nav.is-open { display: flex; }
    .hero { grid-template-columns: 1fr; padding: 4rem 1.2rem; }
    .hero-copy { padding: 0 0 3rem; }
    .hero h1 { font-size: clamp(3.8rem, 17vw, 6.4rem); }
    .hero-art { min-height: 480px; }
    .trust-strip { align-items: flex-start; flex-direction: column; gap: .65rem; }
    .section-shell, .page-hero, .article-shell { padding-left: 1.2rem; padding-right: 1.2rem; }
    .featured-card, .prose-grid { grid-template-columns: 1fr; }
    .featured-copy { padding: 2.5rem 1.2rem; }
    .section-heading.split, .newsletter-band { align-items: flex-start; flex-direction: column; gap: 2rem; }
    .card-grid { grid-template-columns: 1fr; }
    .region-grid { grid-template-columns: 1fr; }
    .site-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Homepage refresh: original editorial travel planning system. */
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.utility-bar { background: var(--ink); color: rgba(255, 253, 247, .78); font-size: .68rem; letter-spacing: .04em; }
.utility-bar__inner { display: flex; gap: 1rem; justify-content: space-between; margin: auto; max-width: var(--max); padding: .55rem 2rem; }
.utility-bar a { color: var(--white); font-weight: 700; }
.site-header { gap: 1.25rem; padding-bottom: 1.1rem; padding-top: 1.1rem; }
.site-nav { gap: clamp(.9rem, 1.7vw, 1.55rem); margin-left: auto; }
.site-nav a { font-size: .69rem; letter-spacing: .04em; }
.site-search { align-items: center; border: 1px solid var(--line); border-radius: 999px; display: flex; overflow: hidden; }
.site-search input { background: transparent; border: 0; font-size: .74rem; min-width: 118px; outline: none; padding: .58rem .75rem; }
.site-search button { background: var(--forest); border: 0; color: var(--white); cursor: pointer; font-size: .66rem; font-weight: 800; letter-spacing: .04em; padding: .62rem .72rem; text-transform: uppercase; }
.home-hero { background-image: linear-gradient(90deg, rgba(10, 28, 35, .86) 0%, rgba(10, 28, 35, .63) 43%, rgba(10, 28, 35, .18) 74%), var(--hero-image); background-position: center; background-size: cover; color: var(--white); min-height: min(700px, 76vh); position: relative; }
.home-hero__inner { margin: auto; max-width: var(--max); padding: clamp(6rem, 12vw, 10rem) 2rem clamp(5rem, 9vw, 7rem); }
.eyebrow--light { color: #efd7a5; }
.home-hero h1 { color: var(--white); font-size: clamp(4rem, 7.5vw, 7.75rem); letter-spacing: -.06em; margin-bottom: 1.35rem; max-width: 800px; }
.home-hero h1 em { color: #d4e8c2; font-weight: 400; }
.home-hero__lede { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 2.1vw, 1.55rem); line-height: 1.45; margin: 0; max-width: 650px; }
.destination-search { background: var(--white); border-radius: .5rem; display: flex; margin-top: 2.3rem; max-width: 680px; overflow: hidden; padding: .38rem; }
.destination-search input { border: 0; color: var(--ink); flex: 1; font-size: 1rem; min-width: 0; outline: none; padding: .85rem 1rem; }
.destination-search button { background: var(--forest); border: 0; color: var(--white); cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .07em; padding: .9rem 1.15rem; text-transform: uppercase; }
.destination-search button span { color: #d4e8c2; font-size: 1.25em; margin-left: .35rem; }
.home-hero__popular { color: rgba(255, 253, 247, .86); font-size: .8rem; margin-top: 1.2rem; }
.home-hero__popular a { color: var(--white); font-weight: 700; }
.home-principles { background: var(--white); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 1.2rem max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); }
.home-principles span { border-right: 1px solid var(--line); font-size: .66rem; font-weight: 800; letter-spacing: .11em; padding: .1rem 1.15rem; text-align: center; text-transform: uppercase; }
.home-principles span:first-child { padding-left: 0; }
.home-principles span:last-child { border: 0; }
.section-intro { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; line-height: 1.45; margin: 0; max-width: 300px; }
.planning-path { padding-top: 6.5rem; }
.planning-path__grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(5, 1fr); }
.planning-step { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); color: inherit; display: flex; flex-direction: column; min-height: 286px; padding: 1.5rem; text-decoration: none; transition: background .2s ease, color .2s ease; }
.planning-step:first-child { border-left: 1px solid var(--line); }
.planning-step:hover, .planning-step:focus-visible { background: var(--forest); color: var(--white); }
.planning-step > span { color: var(--coral); font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; }
.planning-step h3 { font-size: 1.55rem; line-height: 1.08; margin: 2.25rem 0 .85rem; }
.planning-step p { color: inherit; font-size: .86rem; line-height: 1.45; margin: 0; opacity: .82; }
.planning-step strong { font-size: .65rem; letter-spacing: .09em; margin-top: auto; padding-top: 1.25rem; text-transform: uppercase; }
.planning-step i { color: var(--coral); font-size: 1rem; font-style: normal; }
.destination-collections { background: var(--white); max-width: none; padding-left: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); padding-right: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); }
.destination-collections__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.destination-collection { align-items: center; border-bottom: 1px solid var(--line); color: inherit; display: grid; gap: .75rem; grid-template-columns: 2.25rem 1fr auto; padding: 1.35rem .5rem; text-decoration: none; }
.destination-collection:nth-child(-n+3) { border-top: 1px solid var(--line); }
.destination-collection:hover { color: var(--coral); }
.destination-collection__index { color: var(--coral); font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; }
.destination-collection__name { font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; }
.destination-collection__count { font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.destination-collections__empty { grid-column: 1 / -1; }
.featured--home { padding-top: 6rem; }
.home-resources { background: var(--forest); color: var(--white); padding: 6.5rem 2rem; }
.home-resources__inner { display: grid; gap: clamp(3rem, 8vw, 10rem); grid-template-columns: 1.1fr .9fr; margin: auto; max-width: var(--max); }
.home-resources h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); letter-spacing: -.05em; max-width: 620px; }
.home-resources p { font-family: Georgia, 'Times New Roman', serif; font-size: 1.12rem; max-width: 620px; }
.home-resources__disclosure { color: rgba(255, 253, 247, .68); font-size: .9rem !important; }
.resource-list { border-top: 1px solid rgba(255, 253, 247, .32); }
.resource-list a { align-items: center; border-bottom: 1px solid rgba(255, 253, 247, .32); color: inherit; display: flex; font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; justify-content: space-between; padding: 1rem 0; text-decoration: none; }
.resource-list a:hover { color: #d4e8c2; }
.resource-list b { color: #efd7a5; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 1rem; }
.newsletter-band--home { background: var(--sand); color: var(--ink); }
.newsletter-band--home .eyebrow { color: var(--coral); }
.newsletter-band--home > div:last-child { max-width: 420px; }
.button-outline { background: transparent; border: 1px solid var(--forest); color: var(--forest); margin-top: 1rem; opacity: .7; }

@media (max-width: 980px) {
    .site-header { flex-wrap: wrap; }
    .site-search { margin-left: auto; }
    .site-nav { order: 3; width: 100%; }
    .planning-path__grid { grid-template-columns: repeat(3, 1fr); }
    .planning-step:nth-child(4) { border-left: 1px solid var(--line); }
    .destination-collections__grid { grid-template-columns: repeat(2, 1fr); }
    .destination-collection:nth-child(-n+3) { border-top: 0; }
    .destination-collection:nth-child(-n+2) { border-top: 1px solid var(--line); }
}

@media (max-width: 850px) {
    .utility-bar__inner { padding-left: 1.2rem; padding-right: 1.2rem; }
    .utility-bar__inner span { display: none; }
    .utility-bar__inner { justify-content: flex-end; }
    .site-header { align-items: center; }
    .site-search { display: none; }
    .site-nav { top: 112px; }
    .home-hero { min-height: 610px; }
    .home-hero__inner { padding-left: 1.2rem; padding-right: 1.2rem; }
    .home-principles { grid-template-columns: repeat(2, 1fr); padding: 0; }
    .home-principles span { border-bottom: 1px solid var(--line); padding: .9rem 1rem; text-align: left; }
    .home-principles span:first-child { padding-left: 1rem; }
    .home-principles span:nth-child(2), .home-principles span:last-child { border-right: 0; }
    .home-principles span:nth-child(3), .home-principles span:last-child { border-bottom: 0; }
    .planning-path__grid { grid-template-columns: 1fr; }
    .planning-step, .planning-step:first-child, .planning-step:nth-child(4) { border-left: 1px solid var(--line); min-height: 0; }
    .planning-step h3 { margin-top: 1.2rem; }
    .planning-step strong { margin-top: 1rem; }
    .destination-collections__grid { grid-template-columns: 1fr; }
    .destination-collection:nth-child(-n+2) { border-top: 0; }
    .destination-collection:first-child { border-top: 1px solid var(--line); }
    .home-resources__inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .home-hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
    .destination-search { flex-direction: column; gap: .3rem; }
    .destination-search button { width: 100%; }
    .destination-collection { grid-template-columns: 2rem 1fr; }
    .destination-collection__count { grid-column: 2; }
}

.newsletter-form, .account-form { display: grid; gap: .8rem; }
.newsletter-form input[type="email"], .account-form input { border: 1px solid rgba(18, 60, 58, .3); border-radius: .25rem; font: inherit; padding: .85rem 1rem; width: 100%; }
.newsletter-form .button { margin-top: .25rem; }
.consent-check { align-items: flex-start; display: flex; font-size: .88rem; gap: .55rem; line-height: 1.4; }
.consent-check input { margin-top: .2rem; width: auto; }
.form-error { color: #a02e1f; font-size: .9rem; margin: -.4rem 0 .1rem; }
.form-status { background: #e4f0ea; border-left: 3px solid var(--green); padding: .8rem 1rem; }
.form-hint { color: var(--muted); font-size: .85rem; margin: -.4rem 0 .1rem; }
.account-shell { background: var(--cream); min-height: 65vh; padding: 5rem 1.5rem; }
.account-panel { background: #fff; border: 1px solid var(--line); margin: 0 auto; max-width: 38rem; padding: clamp(1.75rem, 5vw, 3.5rem); }
.account-panel h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: .96; margin: .7rem 0 1.25rem; }
.account-panel .button { justify-self: start; margin-top: .6rem; }
.text-button { background: none; border: 0; color: var(--green); cursor: pointer; font: inherit; padding: 0; text-decoration: underline; }
.admin-audience { min-height: 60vh; }
.audience-table { border: 1px solid var(--line); margin-top: 1.5rem; overflow-x: auto; }
.audience-table table { border-collapse: collapse; min-width: 42rem; width: 100%; }
.audience-table th, .audience-table td { border-bottom: 1px solid var(--line); padding: .8rem; text-align: left; }
.audience-table th { background: var(--ink); color: #fff; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

/* Topic hubs and accessible navigation menus. */
.nav-menu { position: relative; }
.nav-menu summary { align-items: center; cursor: pointer; display: flex; font-size: .69rem; font-weight: 800; gap: .28rem; letter-spacing: .04em; list-style: none; text-transform: uppercase; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary::after { color: var(--coral); content: '+'; font-size: 1rem; font-weight: 500; line-height: 1; }
.nav-menu[open] summary::after { content: '−'; }
.nav-dropdown { background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 30px rgba(13, 45, 43, .12); display: grid; left: -.9rem; min-width: 220px; padding: .55rem; position: absolute; top: calc(100% + .75rem); z-index: 30; }
.nav-dropdown a { font-size: .73rem !important; letter-spacing: .01em !important; padding: .55rem .6rem; text-transform: none !important; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { background: var(--cream); }
.nav-dropdown__overview { border-bottom: 1px solid var(--line); font-weight: 800; margin-bottom: .3rem; }
.topic-hero { background: var(--cream); padding: clamp(4rem, 9vw, 8rem) max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); }
.topic-hero > * { max-width: 750px; }
.topic-hero h1 { font-size: clamp(3.5rem, 8vw, 7rem); letter-spacing: -.06em; line-height: .93; margin: .6rem 0 1.35rem; }
.topic-hero > p:not(.eyebrow):not(.breadcrumb) { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5; }
.topic-hero--detail { padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.breadcrumb { align-items: center; display: flex; font-size: .8rem; gap: .5rem; margin: 0 0 2rem; }
.breadcrumb a { color: var(--green); font-weight: 800; }
.topic-section { margin: 0 auto; max-width: var(--max); padding: clamp(4rem, 8vw, 7rem) 2rem; }
.topic-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.topic-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 280px; padding: 1.65rem; }
.topic-card__number { color: var(--coral); font-family: Georgia, 'Times New Roman', serif; margin: 0; }
.topic-card h3 { font-size: 1.6rem; line-height: 1.1; margin: 2.25rem 0 .7rem; }
.topic-card h3 a { color: inherit; text-decoration: none; }
.topic-card h3 a:hover { color: var(--coral); }
.topic-card > p:not(.topic-card__number) { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.topic-card .text-link { margin-top: auto; padding-top: 1rem; }
.topic-empty-state { background: var(--cream); border-left: 4px solid var(--coral); max-width: 680px; padding: clamp(1.75rem, 4vw, 3rem); }
.topic-empty-state h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; margin: .7rem 0; }
.topic-empty-state p { max-width: 570px; }
.topic-empty-state .button { display: inline-block; margin-top: .75rem; text-decoration: none; }

@media (max-width: 980px) {
    .topic-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
    .nav-menu { width: 100%; }
    .nav-menu summary { padding: .35rem 0; }
    .nav-dropdown { box-shadow: none; left: auto; margin: .45rem 0 .75rem; position: static; width: 100%; }
    .topic-grid { grid-template-columns: 1fr; }
    .topic-card { min-height: 0; }
    .topic-card h3 { margin-top: 1rem; }
}
