:root {
  --ink: #15372e;
  --ink-deep: #0d2922;
  --paper: #f6f1e7;
  --paper-bright: #fffdf7;
  --red: #d7503f;
  --gold: #d4a94d;
  --sage: #a9bdab;
  --muted: #6e786f;
  --line: rgba(21, 55, 46, .17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(13, 41, 34, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.kicker { margin: 0 0 12px; color: var(--red); font-size: .71rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(246, 241, 231, .94); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--serif); font-size: 1.24rem; font-weight: 700; white-space: nowrap; }
.brand-mark { display: inline-grid; width: 34px; height: 34px; place-items: center; background: var(--red); color: white; border-radius: 50%; font-family: var(--serif); font-size: 1rem; box-shadow: 0 5px 12px rgba(215, 80, 63, .25); }
.primary-nav { display: flex; gap: 24px; margin-left: auto; }
.primary-nav a { text-decoration: none; color: #38544c; font-size: .88rem; font-weight: 650; }
.primary-nav a:hover { color: var(--red); }
.header-search { display: flex; border-bottom: 1px solid var(--ink); }
.header-search input { width: 140px; padding: 8px 2px; border: 0; outline: 0; background: transparent; }
.header-search button { padding: 8px 0 8px 12px; border: 0; background: transparent; color: var(--ink); font-size: .75rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.language-pill { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; font-size: .72rem; font-weight: 800; }

.hero { min-height: 720px; overflow: hidden; background: var(--ink); color: var(--paper-bright); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; padding: 112px 70px 86px 0; }
.hero-copy h1, .page-hero h1, .article-heading h1, .search-heading h1, .language-copy h1, .error-page h1 {
  margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 7vw, 6.75rem); font-weight: 400; line-height: .92; letter-spacing: -.055em;
}
.hero-copy h1 em, .search-heading h1 em, .language-copy h1 em { color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 610px; margin: 30px 0 36px; color: #d8dfda; font-family: var(--serif); font-size: 1.27rem; line-height: 1.55; }
.hero-search { max-width: 640px; }
.hero-search > label { display: block; margin-bottom: 10px; color: #b9c7bf; font-size: .78rem; font-weight: 700; letter-spacing: .06em; }
.hero-search > div { display: flex; background: white; box-shadow: var(--shadow); }
.hero-search input { flex: 1; min-width: 0; padding: 18px 20px; border: 0; outline: 0; color: var(--ink); }
.hero-search button { padding: 18px 22px; border: 0; background: var(--red); color: white; font-weight: 750; cursor: pointer; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: #99afa5; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.trust-row span::before { content: "•"; margin-right: 8px; color: var(--gold); }
.hero-art { position: relative; min-width: 0; overflow: hidden; background: linear-gradient(165deg, #ede2cb 0 23%, #bdc7b2 23% 50%, #46665b 50% 100%); }
.hero-art::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 26px 26px; mix-blend-mode: overlay; }
.sun { position: absolute; top: 86px; right: 78px; width: 116px; height: 116px; border-radius: 50%; background: var(--red); box-shadow: 0 0 70px rgba(215,80,63,.25); }
.mountain { position: absolute; inset-inline: -18%; bottom: -22%; height: 72%; border-radius: 52% 58% 0 0; transform: rotate(-8deg); }
.mountain-back { bottom: 16%; left: -45%; background: #91a99a; transform: rotate(24deg); }
.mountain-mid { right: -55%; bottom: -6%; background: #527367; transform: rotate(-29deg); }
.mountain-front { left: -30%; bottom: -42%; height: 84%; background: var(--ink-deep); transform: rotate(14deg); }
.hero-note { position: absolute; z-index: 3; right: 36px; bottom: 42px; width: min(310px, calc(100% - 72px)); padding: 24px; background: rgba(246,241,231,.94); color: var(--ink); box-shadow: var(--shadow); }
.hero-note span { color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-note strong { display: block; margin: 10px 0 18px; font-family: var(--serif); font-size: 1.5rem; line-height: 1.15; }
.hero-note a { font-size: .8rem; font-weight: 750; }

.section { padding-block: 100px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading h2, .newsletter-banner h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: .96rem; }
.destination-layout { display: grid; grid-template-columns: 1fr 330px; gap: 68px; }
.province-list { border-top: 1px solid var(--line); }
.destination-card { display: grid; grid-template-columns: 56px 1fr auto; gap: 22px; align-items: start; padding: 26px 4px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s, background .2s; }
.destination-card:hover { padding-inline: 14px; background: rgba(255,255,255,.44); }
.destination-number { color: var(--red); font-family: var(--serif); font-size: .96rem; }
.destination-copy strong { display: block; font-family: var(--serif); font-size: 1.8rem; line-height: 1; }
.destination-copy span { display: block; max-width: 650px; margin-top: 8px; color: var(--muted); font-size: .88rem; }
.arrow { font-size: 1.25rem; }
.city-shortlist { align-self: start; padding: 28px; background: var(--paper-bright); box-shadow: var(--shadow); }
.city-shortlist > a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-family: var(--serif); font-size: 1.25rem; }
.city-shortlist > a small { color: var(--muted); font-family: var(--sans); font-size: .7rem; }

.section-ink { background: var(--ink); color: var(--paper-bright); }
.section-heading-light > p, .section-heading-light span { color: #a9bbb2; }
.section-heading-light .kicker { color: #f18b77; }
.text-link { align-self: end; justify-self: end; color: white; font-weight: 700; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.guide-card { overflow: hidden; background: #fdf9f0; color: var(--ink); box-shadow: 0 18px 44px rgba(2,17,13,.18); }
.guide-card-image { display: block; overflow: hidden; aspect-ratio: 1.58; background: #9eb3a6; }
.guide-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.guide-card:hover .guide-card-image img { transform: scale(1.035); }
.image-fallback { display: block; height: 100%; background: radial-gradient(circle at 70% 28%, #d45140 0 12%, transparent 12%), linear-gradient(145deg, #ddd2ba, #7b9a8c 55%, #173b31 55%); }
.guide-card-body { padding: 28px; }
.eyebrow-row { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { color: var(--red); font-weight: 800; }
.guide-card h3 { margin: 14px 0 12px; font-family: var(--serif); font-size: 1.82rem; line-height: 1.08; font-weight: 400; }
.guide-card h3 a { text-decoration: none; }
.guide-card p { margin: 0; color: #66716b; font-size: .88rem; }
.mini-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.mini-tags span { padding: 5px 8px; border: 1px solid var(--line); font-size: .65rem; text-transform: uppercase; letter-spacing: .07em; }
.guide-grid-light .guide-card { border: 1px solid var(--line); box-shadow: none; }

.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-card { position: relative; min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s, color .2s; }
.topic-card:hover { background: var(--ink); color: white; }
.topic-card .topic-count { color: var(--red); font-family: var(--serif); }
.topic-card strong { display: block; margin: 40px 0 8px; font-family: var(--serif); font-size: 1.6rem; }
.topic-card > span:nth-child(3) { display: block; color: var(--muted); font-size: .82rem; }
.topic-card:hover > span:nth-child(3) { color: #bdcbc4; }
.topic-card .arrow { position: absolute; right: 28px; bottom: 24px; }
.newsletter-banner { padding: 86px 0; background: var(--red); color: white; text-align: center; }
.newsletter-banner .kicker { color: #ffd1c8; }
.newsletter-banner h2 { max-width: 850px; margin-inline: auto; }
.newsletter-banner a { display: inline-block; margin-top: 28px; font-weight: 800; }

.page-hero { padding: 74px 0 80px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, var(--paper), #dfe5d8); }
.page-hero h1 { font-size: clamp(4rem, 9vw, 8rem); }
.page-lead { max-width: 780px; margin: 24px 0 0; color: #51655d; font-family: var(--serif); font-size: 1.35rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; color: var(--muted); font-size: .75rem; }
.breadcrumbs a { text-decoration: none; }
.empty-state { padding: 70px; border: 1px solid var(--line); text-align: center; }
.empty-state h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 2.3rem; font-weight: 400; }

.article-header { padding-top: 58px; }
.article-heading { display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 70px; align-items: end; }
.article-heading h1 { max-width: 930px; font-size: clamp(3.5rem, 7vw, 6.4rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 25px; color: var(--muted); font-size: .75rem; }
.article-stamp { aspect-ratio: 1; display: grid; place-content: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); text-align: center; transform: rotate(5deg); }
.article-stamp span { font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.article-stamp strong { font-family: var(--serif); font-size: 1.2rem; }
.article-hero-image { margin-top: 56px; }
.article-hero-image img { width: 100%; max-height: 680px; object-fit: cover; }
.article-hero-image figcaption { margin-top: 8px; color: var(--muted); font-size: .7rem; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); gap: 90px; padding-block: 72px 110px; justify-content: center; }
.article-aside { position: sticky; top: 110px; align-self: start; border-top: 1px solid var(--line); }
.article-aside a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: .8rem; }
.article-aside .kicker { margin-top: 20px; }
.article-content { color: #293f38; font-family: var(--serif); font-size: 1.13rem; line-height: 1.82; }
.article-content h2 { margin: 2.25em 0 .65em; color: var(--ink); font-size: 2.2rem; line-height: 1.15; font-weight: 400; }
.article-content h3 { margin-top: 1.8em; color: var(--ink); font-size: 1.55rem; font-weight: 400; }
.article-content a { color: #a83528; }
.article-content img { display: block; width: 100%; height: auto; }
.content-image { margin: 2.4rem 0; }
.content-image img { border-radius: 2px; }
.content-image figcaption, .content-gallery figcaption { margin-top: 9px; color: var(--muted); font-family: var(--sans); font-size: .72rem; line-height: 1.45; }
.content-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 2.4rem 0; }
.content-gallery figure { min-width: 0; margin: 0; }
.content-gallery img { height: clamp(230px, 31vw, 390px); object-fit: cover; }
.method-note { margin-top: 54px; padding: 26px 30px; border-left: 4px solid var(--red); background: #ebe4d7; }
.method-note h2 { margin-top: 0; font-size: 1.4rem; }
.sources { padding-top: 12px; overflow-wrap: anywhere; }
.author-box { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); }
.author-box h2 { margin: 0; font-size: 1.6rem; }
.author-box p { margin: 5px 0 0; font-family: var(--sans); font-size: .83rem; line-height: 1.55; }

.search-page { min-height: 70vh; padding: 76px 0 110px; }
.search-heading h1 { font-size: clamp(3.6rem, 7vw, 6.5rem); }
.search-panel { display: grid; grid-template-columns: 2fr repeat(3, 1fr) auto; gap: 1px; margin: 54px 0; background: var(--line); border: 1px solid var(--line); }
.search-panel > div { padding: 13px 16px; background: var(--paper-bright); }
.search-panel label { display: block; color: var(--muted); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.search-panel input, .search-panel select { width: 100%; padding: 7px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-panel button { border: 0; padding: 0 28px; background: var(--red); color: white; font-weight: 800; cursor: pointer; }
.results-heading { display: flex; align-items: baseline; gap: 12px; margin: 38px 0 24px; }
.results-heading h2 { margin: 0; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.results-heading span { color: var(--muted); }
.pagination { display: flex; justify-content: center; gap: 30px; margin-top: 42px; font-size: .82rem; }

.site-footer { padding: 72px 0 24px; background: var(--ink-deep); color: #d8e0dc; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.brand-footer { color: white; }
.footer-grid p { max-width: 410px; color: #9eb0a7; font-size: .83rem; }
.footer-grid h2 { margin: 0 0 16px; color: white; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; color: #b5c3bc; font-size: .82rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #7e9389; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }

.language-body { min-height: 100vh; background: var(--ink); color: white; }
.language-page { width: min(1180px, calc(100% - 40px)); min-height: 100vh; margin: auto; padding: 52px 0; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto 1fr; gap: 50px; align-items: center; }
.language-brand { grid-column: 1/-1; display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 1.2rem; font-weight: 700; }
.language-copy h1 { font-size: clamp(3.8rem, 7vw, 6.9rem); }
.language-copy > p:last-child { max-width: 550px; color: #afc0b8; font-family: var(--serif); font-size: 1.2rem; }
.language-list { border-top: 1px solid rgba(255,255,255,.2); }
.language-list a { display: grid; grid-template-columns: 1fr 1fr auto; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; font-family: var(--serif); font-size: 1.45rem; }
.language-list small { color: #9fb1a8; font-family: var(--sans); font-size: .8rem; }
.coming-soon { display: block; margin-top: 18px; color: #82988e; font-size: .72rem; }

.ops-page h1 { font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.table-wrap { overflow-x: auto; background: white; }
table { width: 100%; border-collapse: collapse; font-size: .78rem; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.status { padding: 4px 7px; background: #dfe7e1; border-radius: 20px; font-size: .67rem; }
.status-rejected { background: #f4d8d2; color: #8a291d; }
.status-published { background: #d5ead7; color: #245d2d; }
.error-page { min-height: 60vh; padding-block: 120px; }
.error-page h1 { font-size: clamp(3rem, 7vw, 6rem); }

@media (max-width: 980px) {
  .primary-nav { display: none; }
  .header-search { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 0 70px; }
  .hero-art { min-height: 500px; }
  .destination-layout { grid-template-columns: 1fr; }
  .city-shortlist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
  .city-shortlist .kicker { grid-column: 1/-1; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; gap: 30px; }
  .article-aside { position: static; display: flex; flex-wrap: wrap; gap: 0 20px; }
  .article-aside .kicker { flex-basis: 100%; }
  .search-panel { grid-template-columns: repeat(2, 1fr); }
  .search-panel button { min-height: 58px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 26px, 1180px); }
  .header-inner { min-height: 66px; gap: 12px; }
  .brand > span:last-child { display: none; }
  .header-search { flex: 1; }
  .header-search input { width: 100%; }
  .language-pill { width: 34px; height: 34px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-copy h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
  .hero-search > div { flex-direction: column; }
  .hero-search button { text-align: left; }
  .hero-art { min-height: 430px; }
  .sun { top: 56px; right: 42px; width: 92px; height: 92px; }
  .section { padding-block: 70px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .destination-card { grid-template-columns: 42px 1fr auto; gap: 12px; }
  .destination-copy strong { font-size: 1.5rem; }
  .city-shortlist { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 190px; }
  .page-hero { padding-block: 48px 58px; }
  .article-heading { grid-template-columns: 1fr; gap: 28px; }
  .article-stamp { width: 120px; }
  .article-header { padding-top: 35px; }
  .article-hero-image { width: 100%; margin-top: 38px; }
  .article-hero-image figcaption { padding-inline: 13px; }
  .article-layout { padding-top: 48px; }
  .content-gallery { grid-template-columns: 1fr; gap: 22px; }
  .content-gallery img { height: auto; max-height: 72vh; object-fit: contain; background: #e7e2d8; }
  .search-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .language-page { grid-template-columns: 1fr; grid-template-rows: auto auto auto; align-content: space-between; }
  .language-brand { grid-column: 1; }
  .empty-state { padding: 40px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; transition: none!important; }
}
