:root {
  color-scheme: light;
  --pine: #173f36;
  --pine-deep: #0e2d27;
  --pine-mid: #285b4c;
  --mint: #cbe7ce;
  --lime: #d0f06b;
  --cream: #f7f7f1;
  --paper: #fffefa;
  --sand: #efeee5;
  --ink: #1c302b;
  --muted: #65716c;
  --line: #dce1d8;
  --coral: #ec7b5c;
  --shadow: 0 24px 60px rgba(22, 49, 41, 0.09);
  --radius: 18px;
  --serif: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --sans: "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pine-mid); }
button, input, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--pine-deep); font-family: var(--serif); letter-spacing: -0.045em; line-height: 1.12; }
h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(2.65rem, 5.1vw, 5.1rem); font-weight: 700; }
h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 700; }
h3 { margin-bottom: 9px; font-size: 1.18rem; font-weight: 700; }
p { margin-bottom: 16px; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%);
  padding: 10px 16px; border-radius: 8px; background: var(--lime); color: var(--pine-deep);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #1b79a8; outline-offset: 3px; }

.site-header { position: relative; z-index: 20; background: var(--paper); }
.site-header__inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--pine-deep); text-decoration: none; flex: 0 0 auto; }
.brand-logo { display: block; width: 218px; height: auto; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(17px, 2.5vw, 34px); margin-left: auto; }
.primary-nav a, .mobile-nav a { color: #344d44; font-size: .9rem; font-weight: 600; text-decoration: none; transition: color .18s ease; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: #167255; }
.primary-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--lime); text-decoration-thickness: 3px; text-underline-offset: 7px; }
.language-picker { position: relative; flex: 0 0 auto; }
.language-picker summary { display: flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; padding: 9px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--pine-deep); font-size: .84rem; font-weight: 700; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker summary:hover { background: var(--cream); }
.globe { font-size: 1rem; color: #4d7668; }
.chevron { color: var(--muted); font-size: 1.1rem; line-height: .7; }
.language-menu { position: absolute; top: calc(100% + 9px); right: 0; width: 218px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }
.language-menu p { margin: 0 8px 8px; color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.language-menu a { display: flex; align-items: center; gap: 10px; min-height: 42px; padding: 8px; border-radius: 9px; text-decoration: none; font-size: .9rem; }
.language-menu a:hover, .language-menu a[aria-current="page"] { background: #edf4eb; }
.language-code { width: 26px; padding: 2px; border-radius: 5px; background: #e4eee4; color: var(--pine-mid); text-align: center; font-size: .7rem; font-weight: 800; }
.language-current { margin-left: auto; color: var(--pine-mid); font-weight: 800; }
.mobile-menu-button, .mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; background: var(--pine); color: #fff; }
.hero--compact .hero-copy { max-width: 850px; padding-block: clamp(56px, 9vw, 100px); }
.hero--compact h1 { max-width: 790px; }
.hero--compact .hero-lede { max-width: 700px; }
.hero::before { position: absolute; inset: 0 0 0 auto; width: 52%; content: ""; opacity: .15; background: radial-gradient(circle at 70% 28%, #cbe7ce 0 1px, transparent 1.5px); background-size: 23px 23px; mask-image: linear-gradient(90deg, transparent, #000 36%); }
.hero-copy { max-width: 610px; }
.hero h1 { max-width: 620px; margin-bottom: 20px; color: #f9fff4; font-size: clamp(3.05rem, 5.3vw, 5.35rem); }
.hero-lede { max-width: 560px; margin-bottom: 27px; color: #d4e5d8; font-size: clamp(1.07rem, 1.5vw, 1.22rem); line-height: 1.65; }
.eyebrow { margin: 0 0 12px; color: #55786c; font-size: .73rem; font-weight: 800; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.eyebrow--light { color: var(--lime); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .92rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 18px rgba(10, 35, 29, .12); }
.button--lime { background: var(--lime); color: var(--pine-deep); }
.button--lime:hover { background: #dbf985; color: var(--pine-deep); }
.button--ghost { border-color: rgba(255,255,255,.36); color: #fff; background: rgba(255,255,255,.04); }
.button--ghost:hover { color: #fff; background: rgba(255,255,255,.12); }
.button--dark { background: var(--pine); color: #fff; }
.button--dark:hover { color: #fff; background: var(--pine-deep); }
.button--line { border-color: #bdc9c0; background: transparent; color: var(--pine); }
.button--line:hover { color: var(--pine-deep); background: #edf4eb; }
.button--small { min-height: 40px; padding: 9px 15px; font-size: .82rem; }
.button--wide { width: 100%; }

.section { padding-block: 86px; }
.section--tint { background: var(--cream); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 31px; }
.section-heading > div { max-width: 680px; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--pine-mid); font-size: .9rem; font-weight: 700; text-decoration: none; }
.text-link:hover { color: #147556; text-decoration: underline; text-underline-offset: 4px; }
.arrow { display: inline-block; color: #54806f; font-size: 1rem; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.guide-card { display: flex; min-height: 250px; flex-direction: column; padding: 22px; border: 1px solid #e2e7df; border-radius: var(--radius); background: var(--paper); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.guide-card:hover { transform: translateY(-3px); border-color: #b9cfc0; box-shadow: 0 18px 38px rgba(23,63,54,.07); }
.guide-card__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; }
.tag { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 999px; background: #edf3e8; color: #476a5a; font-size: .69rem; font-weight: 800; letter-spacing: .02em; }
.reading-time { color: #758079; font-size: .7rem; }
.guide-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.guide-card h3 a { text-decoration: none; }
.guide-card h3 a:hover { color: #267454; }
.guide-card > p { margin-bottom: 21px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.guide-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 12px; border-top: 1px solid #edf0ea; }
.guide-card__bottom .text-link { font-size: .8rem; }
.guide-grid > [hidden] { display: none; }

.destination-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.destination-card { overflow: hidden; border: 1px solid #e3e8df; border-radius: 22px; background: var(--paper); }
.destination-card__art { position: relative; min-height: 165px; overflow: hidden; background: #dcebd1; }
.destination-card--spain .destination-card__art { background: #f4dccb; }
.destination-card--italy .destination-card__art { background: #e9ecd7; }
.destination-card__art::before { position: absolute; inset: 0; content: ""; opacity: .22; background-image: radial-gradient(var(--pine) 1px, transparent 1px); background-size: 17px 17px; }
.sun { position: absolute; top: 23px; right: 68px; width: 65px; height: 65px; border-radius: 50%; background: #f1cd69; }
.shape { position: absolute; bottom: -60px; width: 310px; height: 160px; border-radius: 50% 50% 0 0; background: #87ad85; transform: rotate(-8deg); }
.shape--one { left: -28px; }
.shape--two { right: -50px; bottom: -77px; background: #527b68; transform: rotate(15deg); }
.destination-card--spain .shape--one { background: #df9b78; }
.destination-card--spain .shape--two { background: #b76c55; }
.destination-card--italy .shape--one { background: #8ca36b; }
.destination-card--italy .shape--two { background: #637d54; }
.art-label { position: absolute; z-index: 2; right: 23px; bottom: 19px; color: rgba(255,255,255,.92); font-family: var(--serif); font-size: 1rem; font-weight: 800; letter-spacing: .15em; }
.destination-card__body { padding: 24px 25px 20px; }
.destination-card__body h3 { margin-bottom: 10px; font-size: 1.5rem; }
.destination-card__body h3 a { text-decoration: none; }
.destination-card__body > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.destination-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-block: 17px; }
.destination-tags span { padding: 5px 9px; border: 1px solid #e3e8e1; border-radius: 999px; color: #50675d; font-size: .69rem; }
.destination-card__action { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #edf0ea; }

.site-footer { padding-top: 48px; background: #132f29; color: #d7e3dc; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; padding-bottom: 38px; }
.brand--footer { color: #fff; }
.brand--footer .brand-logo { width: 206px; filter: brightness(0) invert(1); }
.footer-brand { max-width: 340px; }
.footer-brand p { max-width: 300px; margin: 16px 0 0; color: #bdcec4; font-size: .86rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 14px 26px; }
.footer-nav a { color: #e0eae3; font-size: .84rem; font-weight: 600; text-decoration: none; }
.footer-nav a:hover { color: var(--lime); }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-block: 15px; border-top: 1px solid rgba(255,255,255,.15); color: #a9beb2; font-size: .73rem; }

.breadcrumbs { padding-block: 21px 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; color: #78817b; font-size: .77rem; list-style: none; }
.breadcrumbs li + li::before { margin-right: 8px; content: "/"; color: #aeb7af; }
.breadcrumbs a { color: #61736a; text-decoration: none; }
.breadcrumbs a:hover { color: var(--pine); text-decoration: underline; }
.page-hero { padding-block: 62px 66px; background: #f4f6ee; }
.page-hero h1 { max-width: 900px; margin-bottom: 15px; font-size: clamp(2.55rem, 5vw, 4.65rem); }
.page-lede { max-width: 750px; margin-bottom: 0; color: #596a61; font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.65; }
.notice-box { display: flex; align-items: flex-start; gap: 12px; max-width: 790px; margin-top: 25px; padding: 17px 19px; border: 1px solid #d7e3cf; border-radius: 13px; background: #f9fbf4; color: #4d6558; }
.notice-box > span { flex: 0 0 auto; color: #668a54; font-size: 1.2rem; line-height: 1.4; }
.notice-box p { margin: 0; font-size: .88rem; line-height: 1.55; }
.notice-box--stack { max-width: none; padding: 22px; background: #fffefa; box-shadow: 0 12px 34px rgba(34,62,49,.05); }
.notice-box--stack h3 { margin-bottom: 9px; }
.notice-box--stack .small-copy { margin-top: 16px; color: #718078; font-size: .79rem; }
.page-hero--country { padding-block: 54px 65px; background: #f3f5eb; }
.page-hero__grid { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 64px; }
.page-hero__grid h1 { font-size: clamp(2.7rem, 4.8vw, 4.65rem); }
.page-hero__grid .hero-actions { margin-top: 27px; }
.country-summary { position: relative; overflow: hidden; min-height: 235px; padding: 28px; border-radius: 22px; background: var(--pine); color: #dce9df; }
.country-summary::after { position: absolute; right: -40px; bottom: -55px; width: 180px; height: 180px; border: 1px solid rgba(208,240,107,.5); border-radius: 50%; content: ""; }
.country-summary__mark { display: inline-grid; width: 48px; height: 48px; place-items: center; margin-bottom: 24px; border-radius: 15px; background: var(--lime); color: var(--pine); font-weight: 800; }
.country-summary .eyebrow { color: #bed39e; }
.country-summary h2 { margin-bottom: 9px; color: white; font-size: 1.6rem; }
.country-summary p:last-child { position: relative; z-index: 1; margin-bottom: 0; color: #d2e1d6; font-size: .85rem; }
.split-layout { display: grid; grid-template-columns: 1.1fr .75fr; align-items: start; gap: 70px; }
.split-layout h2 { margin-bottom: 32px; }
.timeline { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.timeline-item { display: grid; grid-template-columns: 44px 1fr; gap: 17px; padding: 0 0 28px; }
.timeline-item + .timeline-item { padding-top: 5px; }
.timeline-number { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #b9cdbb; border-radius: 50%; color: var(--pine-mid); font-size: .75rem; font-weight: 800; }
.timeline-item h3 { margin: 4px 0 8px; font-size: 1.15rem; }
.timeline-item p { margin: 0; color: #64726a; font-size: .91rem; line-height: 1.62; }
.country-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.country-panel { padding: 28px; border: 1px solid #e0e5dd; border-radius: 20px; background: var(--paper); }
.country-panel__top { display: flex; align-items: center; justify-content: space-between; }
.country-code { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px; background: #e2efd8; color: var(--pine); font-size: .75rem; font-weight: 800; }
.country-panel--spain .country-code { background: #f4dfd2; color: #9a4e36; }
.country-panel h2 { margin: 23px 0 11px; font-size: 1.75rem; }
.country-panel h2 a { text-decoration: none; }
.country-panel > p { min-height: 82px; color: var(--muted); font-size: .9rem; }
.country-panel h3 { margin: 20px 0 8px; color: #486458; font-size: .84rem; letter-spacing: .02em; }
.link-list { margin: 0 0 23px; padding: 0; list-style: none; }
.link-list li { padding-block: 7px; border-bottom: 1px solid #edf0ea; font-size: .84rem; }
.link-list a { color: #335f4d; text-decoration: none; }
.link-list a:hover { text-decoration: underline; }
.country-panel .arrow { margin-left: 8px; }
.page-hero--editorial { padding-block: 64px 73px; background: var(--pine); color: #fff; }
.page-hero--editorial h1 { color: #fff; }
.page-hero--editorial .page-lede { color: #d2e1d6; }
.page-hero--editorial .eyebrow { color: var(--lime); }
.editorial-list { max-width: 850px; }
.editorial-section { display: grid; grid-template-columns: 55px 1fr; gap: 19px; padding: 29px 0; border-bottom: 1px solid #dce2d8; }
.editorial-section:first-child { padding-top: 0; }
.editorial-index { color: #6e927f; font-family: var(--serif); font-size: 1rem; font-weight: 800; }
.editorial-section h2 { margin-bottom: 10px; font-size: 1.45rem; }
.editorial-section p { margin: 0; color: #5f7067; }

.search-panel { max-width: 690px; margin-top: 32px; }
.search-panel > label { display: block; margin-bottom: 8px; color: #344d43; font-size: .82rem; font-weight: 700; }
.search-control { position: relative; display: flex; align-items: center; border: 1px solid #ccd8cb; border-radius: 12px; background: #fffefa; box-shadow: 0 8px 20px rgba(23,63,54,.04); }
.search-control > span { padding-left: 15px; color: #668271; font-size: 1.35rem; }
.search-control input { width: 100%; min-height: 54px; padding: 11px 14px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-control input::placeholder { color: #89948d; }
.search-control input:focus-visible { outline: 0; }
.search-control:focus-within { border-color: #4b856c; box-shadow: 0 0 0 3px rgba(68,129,101,.16); }
.search-control button { margin-right: 7px; padding: 6px 10px; border: 0; border-radius: 7px; background: #eaf2e8; color: #355b4b; cursor: pointer; font-size: .74rem; font-weight: 700; }
.filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.filter-row > span { margin-right: 4px; color: #68776f; font-size: .78rem; font-weight: 700; }
.filter-chip { padding: 7px 12px; border: 1px solid #cfdbce; border-radius: 999px; background: transparent; color: #466153; cursor: pointer; font-size: .77rem; font-weight: 700; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--pine); background: var(--pine); color: #fff; }
.library-note { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 24px; padding: 15px 17px; border-radius: 12px; background: #e9f1df; color: #4f6858; }
.library-note > span { color: #557c4e; }
.library-note p { margin: 0; font-size: .86rem; }
.empty-state { margin-top: 24px; padding: 28px; border: 1px dashed #b8c7bb; border-radius: 14px; color: #596b60; text-align: center; }

.article-hero { padding-block: 43px 50px; background: #f3f5ed; }
.article-hero__inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.article-hero h1 { max-width: 830px; margin-bottom: 13px; font-size: clamp(2.45rem, 4.5vw, 4.2rem); }
.article-hero .page-lede { max-width: 740px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; color: #687970; font-size: .77rem; }
.article-method-link { color: #367353; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.meta-dot { color: #97a69c; }
.article-symbol { position: relative; display: grid; width: 142px; height: 142px; place-items: center; flex: 0 0 auto; border-radius: 37% 63% 57% 43% / 51% 42% 58% 49%; background: #dfedcf; color: #41674f; transform: rotate(-5deg); }
.article-symbol span { position: relative; z-index: 1; font-family: var(--serif); font-size: 1.25rem; font-weight: 800; letter-spacing: .1em; transform: rotate(5deg); }
.article-symbol i, .article-symbol b { position: absolute; display: block; width: 14px; height: 14px; border-radius: 50%; background: #f2c268; }
.article-symbol i { top: 26px; right: 23px; }
.article-symbol b { bottom: 23px; left: 24px; width: 8px; height: 8px; background: #e68062; }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 245px; align-items: start; justify-content: space-between; gap: 60px; padding-block: 46px 76px; }
.article-content { min-width: 0; }
.notice-box--article { max-width: none; margin: 0 0 25px; border-color: #e0d6b9; background: #fbf6e7; color: #61583e; }
.notice-box--article > span { color: #ad8736; }
.quick-facts { margin: 0 0 26px; padding: 21px; border: 1px solid #dce6d8; border-radius: 16px; background: #f7faf3; }
.quick-facts > .eyebrow { margin-bottom: 13px; }
.quick-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin: 0; }
.quick-facts__item { padding: 13px; border: 1px solid #e0e9dd; border-radius: 11px; background: #fff; }
.quick-facts__item dt { margin-bottom: 5px; color: #54715e; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.quick-facts__item dd { margin: 0; color: #43584b; font-size: .82rem; line-height: 1.55; }
.checklist-panel { padding: 25px; border: 1px solid #dfe5dc; border-radius: 18px; background: #fbfcf8; }
.checklist-panel__head { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid #e4e9e1; }
.checklist-panel__head h2 { margin: 0; font-size: 1.5rem; }
.checklist-panel__head .eyebrow { margin-bottom: 5px; }
.checklist { display: grid; gap: 0; margin: 7px 0 0; padding: 0; list-style: none; }
.check-step { border-bottom: 1px solid #ebeee8; }
.check-step:last-child { border: 0; }
.check-step label { display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 13px; padding: 17px 2px; cursor: pointer; }
.check-step input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.check-box { position: relative; display: block; width: 21px; height: 21px; margin-top: 2px; border: 1.5px solid #9eafa2; border-radius: 6px; background: #fff; }
.check-step input:focus-visible + .check-box { outline: 3px solid #1b79a8; outline-offset: 3px; }
.check-step input:checked + .check-box { border-color: var(--pine); background: var(--pine); }
.check-step input:checked + .check-box::after { position: absolute; top: 2px; left: 6px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.check-step input:checked ~ .check-step__content { opacity: .62; }
.check-step input:checked ~ .check-step__content strong { text-decoration: line-through; text-decoration-color: #80988b; }
.check-step__content { display: grid; gap: 4px; color: #657169; font-size: .86rem; line-height: 1.55; }
.check-step__content strong { color: var(--pine-deep); font-size: .92rem; }
.privacy-note { display: flex; align-items: center; gap: 8px; margin: 7px 0 0; color: #76847b; font-size: .74rem; }
.privacy-note span { font-size: 1.05rem; }
.article-section { padding-top: 40px; }
.article-section h2 { margin-bottom: 15px; font-size: 1.65rem; }
.article-section p, .article-section li { color: #56685e; font-size: .96rem; line-height: 1.8; }
.article-section p { margin-bottom: 15px; }
.article-section ul { padding-left: 22px; }
.article-section li { margin-bottom: 7px; }
.faq-section { margin-top: 35px; padding-top: 33px; border-top: 1px solid var(--line); }
.faq-item { padding: 16px 0; border-bottom: 1px solid var(--line); }
.faq-item summary { color: var(--pine-deep); cursor: pointer; font-weight: 700; }
.faq-item p { margin: 12px 0 0; color: #5c6c63; }
.source-panel { margin-top: 38px; padding: 24px; border: 1px solid #dbe4d8; border-radius: 17px; background: #f8faf5; }
.source-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.source-panel__head h2 { margin: 0; font-size: 1.45rem; }
.source-check { color: #718079; font-size: .68rem; line-height: 1.5; text-align: right; }
.source-check strong { color: #425f50; font-size: .76rem; }
.review-policy { max-width: 690px; margin: 18px 0 0; color: #64766a; font-size: .82rem; line-height: 1.65; }
.source-list { display: grid; gap: 0; margin: 17px 0 12px; padding: 0; list-style: none; }
.source-item { display: grid; gap: 3px; padding: 12px 0; border-top: 1px solid #e4eae1; }
.source-item a { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; color: #315e49; font-size: .89rem; font-weight: 700; text-decoration: none; }
.source-item a:hover { text-decoration: underline; }
.source-item a span { flex: 0 0 auto; font-size: .9rem; }
.source-item > span { color: #78847d; font-size: .74rem; }
.small-copy { color: #748078; font-size: .77rem; line-height: 1.55; }
.article-aside { position: sticky; top: 20px; padding-top: 3px; }
.aside-card { display: grid; gap: 13px; padding: 20px; border: 1px solid #e1e7df; border-radius: 15px; background: #fbfcf8; }
.aside-card .eyebrow { margin-bottom: 0; }
.aside-card > a:not(.text-link) { color: #466957; font-size: .81rem; text-decoration: none; }
.aside-card > a:not(.text-link):hover { text-decoration: underline; }
.aside-divider { height: 1px; background: var(--line); }
.aside-card__small { margin: 0; color: #77827c; font-size: .74rem; line-height: 1.55; }
.aside-card .text-link { font-size: .79rem; }

.planner-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); align-items: start; gap: 24px; }
.planner-form { display: grid; gap: 19px; padding: 27px; border: 1px solid #dce4d9; border-radius: 19px; background: #fffefa; box-shadow: 0 18px 42px rgba(29,57,44,.05); }
.form-field { display: grid; gap: 7px; }
.form-field label { color: #304a3e; font-size: .83rem; font-weight: 700; }
.form-field select { width: 100%; min-height: 49px; padding: 10px 13px; border: 1px solid #cbd8cc; border-radius: 9px; background: #fff; color: #203b30; }
.form-field select:focus-visible { outline-color: #1b79a8; }
.planner-stage-helper { grid-column: 1 / -1; margin: -15px 0 0; color: #77847b; font-size: .74rem; line-height: 1.55; }
.contact-layout { display: grid; max-width: 800px; padding-block: 12px; }
.contact-form, .contact-unconfigured { display: grid; gap: 19px; padding: clamp(22px, 4vw, 34px); border: 1px solid #dce4d9; border-radius: 19px; background: #fffefa; box-shadow: 0 18px 42px rgba(29,57,44,.05); }
.contact-form .form-field input, .contact-form .form-field textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #cbd8cc; border-radius: 9px; background: #fff; color: #203b30; font: inherit; }
.contact-form .form-field textarea { min-height: 170px; resize: vertical; line-height: 1.6; }
.contact-form .form-field input:focus-visible, .contact-form .form-field textarea:focus-visible { outline: 3px solid #1b79a8; outline-offset: 2px; }
.contact-form__privacy { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.contact-form__privacy a { color: var(--pine); font-weight: 700; }
.contact-unconfigured { align-content: start; border-color: #d7dfd3; }
.contact-unconfigured h2 { margin: 0; font-size: 1.25rem; }
.contact-unconfigured p { margin: 0; color: var(--muted); line-height: 1.65; }
.editorial-links { display: grid; gap: 13px; padding-top: 24px; border-top: 1px solid var(--line); }
.form-privacy { display: flex; gap: 8px; margin: -4px 0 0; color: #77847b; font-size: .74rem; line-height: 1.5; }
.planner-result { min-height: 354px; padding: 26px; border: 1px solid #d9e3d7; border-radius: 19px; background: #f9fbf6; }
.planner-result__empty { display: grid; justify-items: start; align-content: start; min-height: 300px; }
.planner-result__icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 20px; border-radius: 14px; background: #e6f1d5; color: #5c7d45; font-size: 1.25rem; }
.planner-result h2 { margin-bottom: 11px; font-size: 1.55rem; }
.planner-result p { color: #637168; font-size: .88rem; line-height: 1.65; }
.starter-links { margin-top: 12px; }
.planner-result__caution { margin: 18px 0 0; padding: 12px 14px; border-radius: 10px; background: #fbf3dc; color: #685b3b !important; font-size: .79rem !important; }
.planner-print-button { margin: 0 0 8px; }
.planner-phase { margin-top: 23px; padding-top: 20px; border-top: 1px solid #dfe7dc; }
.planner-phase:first-of-type { margin-top: 14px; padding-top: 0; border-top: 0; }
.planner-phase.is-current { padding: 16px; border: 1px solid #b8cfaa; border-radius: 13px; background: #f0f6e8; }
.planner-phase__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.planner-phase__head h3 { margin: 0; color: var(--pine-deep); font-family: var(--serif); font-size: 1.2rem; }
.planner-phase__badge { padding: 5px 9px; border-radius: 999px; background: #dcebc9; color: #42634d; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.planner-task-list { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.planner-task { display: grid; grid-template-columns: 25px 1fr; align-items: start; gap: 10px; padding: 12px; border: 1px solid #e2e8df; border-radius: 11px; background: #fff; }
.planner-task__input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.planner-task__check { position: relative; display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid #adc1ae; border-radius: 7px; background: #fff; color: #52715e; font-size: .78rem; }
.planner-task__input:focus-visible + .planner-task__check { outline: 3px solid #1b79a8; outline-offset: 3px; }
.planner-task__input:checked + .planner-task__check { border-color: var(--pine); background: var(--pine); }
.planner-task__input:checked + .planner-task__check::after { position: absolute; top: 3px; left: 7px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.planner-task__content { display: grid; gap: 6px; }
.planner-task__content label { color: #58695f; cursor: pointer; font-size: .83rem; line-height: 1.55; }
.planner-task__input:checked ~ .planner-task__content label { color: #7a887f; text-decoration: line-through; }
.planner-task__content a { width: fit-content; color: #367353; font-size: .76rem; font-weight: 700; text-decoration: none; }
.planner-task__content a:hover { text-decoration: underline; }
@media (max-width: 980px) {
  .site-header__inner { gap: 18px; }
  .brand-logo { width: 198px; }
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: .82rem; }
  .page-hero__grid { gap: 34px; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 220px; gap: 34px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 36px, 600px); }
  .site-header__inner { min-height: 72px; }
  .brand-logo { width: 188px; }
  .primary-nav { display: none; }
  .language-picker { margin-left: auto; }
  .mobile-menu-button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--pine); cursor: pointer; font-size: 1.1rem; }
  .mobile-nav:not([hidden]) { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; padding: 8px 18px 17px; border-top: 1px solid var(--line); background: var(--paper); box-shadow: 0 15px 22px rgba(20,55,40,.1); }
  .mobile-nav a { padding: 12px 4px; border-bottom: 1px solid #edf0ea; }
  .hero-copy { max-width: 600px; }
  .hero h1 { max-width: 580px; font-size: clamp(2.9rem, 11vw, 4.3rem); }
  .section { padding-block: 61px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 24px; }
  .guide-grid, .guide-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-card { min-height: 270px; padding: 18px; }
  .guide-card__top { align-items: flex-start; flex-direction: column; gap: 7px; margin-bottom: 13px; }
  .guide-card h3 { font-size: 1.04rem; }
  .destination-grid, .country-grid { grid-template-columns: 1fr; }
  .destination-card__art { min-height: 145px; }
  .footer-main { flex-direction: column; }
  .footer-nav { gap: 14px 19px; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 6px; }
  .page-hero { padding-block: 48px 52px; }
  .page-hero h1 { font-size: clamp(2.5rem, 10vw, 4rem); }
  .page-hero__grid { grid-template-columns: 1fr; }
  .country-summary { max-width: 430px; }
  .split-layout { grid-template-columns: 1fr; gap: 28px; }
  .country-panel > p { min-height: 0; }
  .article-hero__inner { align-items: flex-start; }
  .article-symbol { width: 96px; height: 96px; border-radius: 32px; }
  .article-layout { grid-template-columns: 1fr; gap: 0; padding-block: 29px 55px; }
  .quick-facts dl { grid-template-columns: 1fr; }
  .article-aside { display: none; }
  .article-hero { padding-block: 34px 38px; }
  .article-hero h1 { font-size: clamp(2.4rem, 8.5vw, 3.6rem); }
  .planner-layout { grid-template-columns: 1fr; }
  .planner-result { min-height: 260px; }
}
@media (max-width: 500px) {
  body { font-size: 15px; }
  .container { width: calc(100% - 30px); }
  .brand-logo { width: min(171px, 49vw); }
  .language-picker summary { gap: 5px; padding: 8px 9px; }
  .language-picker summary .globe { display: none; }
  .hero h1 { font-size: 2.85rem; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .guide-grid, .guide-grid--featured { grid-template-columns: 1fr; }
  .guide-card { min-height: 0; }
  .destination-card__body { padding: 21px; }
  .footer-main { gap: 28px; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .country-panel { padding: 22px; }
  .country-panel h2 { font-size: 1.55rem; }
  .editorial-section { grid-template-columns: 35px 1fr; gap: 10px; }
  .filter-row { gap: 6px; }
  .filter-row > span { width: 100%; }
  .article-hero__inner { gap: 16px; }
  .article-symbol { width: 70px; height: 70px; flex-basis: 70px; }
  .article-symbol span { font-size: .88rem; }
  .checklist-panel { padding: 18px 16px; }
  .checklist-panel__head { align-items: flex-start; flex-direction: column; }
  .checklist-panel__head h2 { font-size: 1.32rem; }
  .source-panel { padding: 18px 16px; }
  .source-panel__head { flex-direction: column; }
  .source-check { text-align: left; }
  .planner-form, .planner-result { padding: 19px; }
}
@media print {
  body { color: #000; background: #fff; font-size: 11pt; }
  .site-header, .site-footer, .breadcrumbs, .article-aside, .related-guides,
  .print-button, .hero-actions, .source-panel, .faq-section, .article-section,
  .notice-box--article, .article-symbol { display: none !important; }
  .article-hero, .article-layout { padding: 0; background: #fff; }
  .article-hero h1 { max-width: none; font-size: 24pt; }
  .article-hero .page-lede { color: #333; font-size: 11pt; }
  .article-layout { display: block; }
  .checklist-panel { margin-block: 15px; border: 1px solid #aaa; box-shadow: none; break-inside: avoid; }
  .check-step { break-inside: avoid; }
  .check-step input { position: static; width: 14px; height: 14px; opacity: 1; }
  .check-box { display: none; }
  .check-step label { grid-template-columns: 18px 1fr; padding-block: 8px; }
  .check-step input:checked ~ .check-step__content { opacity: 1; }
  .check-step input:checked ~ .check-step__content strong { text-decoration: none; }
  .privacy-note { color: #333; }
  body.printing-planner .planner-page > :not(.planner-section) { display: none !important; }
  body.printing-planner .planner-section { padding: 0; background: #fff; }
  body.printing-planner .planner-layout { display: block; }
  body.printing-planner .planner-form { display: none; }
  body.printing-planner .planner-result { min-height: 0; padding: 0; border: 0; background: #fff; box-shadow: none; }
  body.printing-planner .planner-result__content > .eyebrow { margin-bottom: 4px; }
  body.printing-planner .planner-result h2 { font-size: 23pt; }
  body.printing-planner .planner-print-button { display: none; }
  body.printing-planner .planner-phase { break-inside: avoid; }
  body.printing-planner .planner-task { break-inside: avoid; grid-template-columns: 18px 1fr; padding: 8px; }
  body.printing-planner .planner-task__input { position: static; width: 14px; height: 14px; opacity: 1; }
  body.printing-planner .planner-task__check { display: none; }
  body.printing-planner .planner-task__content label { color: #222; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
