:root {
  color-scheme: light;
  --ink: #1b2423;
  --ink-soft: #43504d;
  --paper: #f7f2e8;
  --surface: #fffdf8;
  --forest: #194b47;
  --forest-dark: #103936;
  --amber: #c66a21;
  --line: #d9cfbe;
  --shadow: 0 1.25rem 3.5rem rgb(32 42 39 / .12);
  --radius: 1.15rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 90% 10%, rgb(198 106 33 / .09), transparent 24rem), linear-gradient(rgb(255 255 255 / .18) 1px, transparent 1px); background-size: auto, 100% 4rem; }
.shell { width: min(75rem, calc(100% - 2rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; left: -9999px; top: .5rem; }
.skip-link:focus { left: .5rem; padding: .65rem .9rem; color: #fff; background: var(--forest-dark); outline: 3px solid var(--amber); }
.site-header { position: relative; z-index: 2; color: #fff; background: var(--ink); border-bottom: .25rem solid var(--amber); }
.header-inner { display: flex; gap: 2rem; align-items: center; justify-content: space-between; min-height: 4.8rem; padding-block: .8rem; }
.site-name { display: inline-flex; gap: .65rem; align-items: center; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 700; letter-spacing: -.02em; text-decoration: none; }
.site-name::before { content: ""; width: .85rem; height: .85rem; border: .22rem solid var(--amber); border-radius: 50%; box-shadow: 1.05rem 0 0 -.22rem var(--ink), 1.05rem 0 0 0 var(--amber); margin-right: 1.1rem; }
nav ul { display: flex; flex-wrap: wrap; gap: .55rem 1.15rem; margin: 0; padding: 0; list-style: none; }
nav a { color: inherit; text-decoration-color: rgb(255 255 255 / .42); text-underline-offset: .28em; }
nav a:hover { text-decoration-thickness: .14em; text-decoration-color: var(--amber); }
nav a[aria-current="page"] { font-weight: 750; text-decoration-color: var(--amber); text-decoration-thickness: .15em; }
.primary-nav { font-size: .92rem; font-weight: 650; }
.country-nav { display: flex; flex-wrap: wrap; gap: .45rem 1rem; align-items: center; padding-block: .65rem .8rem; color: #e7e7e2; border-top: 1px solid rgb(255 255 255 / .12); font-size: .82rem; }
.country-nav span { color: #f3b37e; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.country-nav ul { gap: .4rem .9rem; }
.page-shell { min-height: 70vh; padding-block: 2rem 4.5rem; }
.page-layout { display: grid; grid-template-columns: minmax(0, 52rem) minmax(15rem, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.page-layout:not(:has(.page-visual)) { display: block; }
.breadcrumbs { margin-bottom: 2rem; color: var(--ink-soft); font-size: .84rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "→"; margin-right: .4rem; color: var(--amber); }
.breadcrumbs a { color: inherit; }
.content { max-width: 52rem; }
.page-visual { position: sticky; top: 1.25rem; grid-column: 2; grid-row: 1; margin: .35rem 0 0; overflow: hidden; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.page-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.08; object-fit: cover; object-position: 69% center; }
.page-visual figcaption { padding: .8rem 1rem; color: #d9dfdc; font-size: .74rem; line-height: 1.45; }
h1, h2, h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; text-wrap: balance; }
h1 { max-width: 17ch; margin: 0 0 1.35rem; font-size: clamp(2.55rem, 6vw, 4.8rem); letter-spacing: -.045em; }
h2 { margin: 3.25rem 0 1rem; padding-top: .5rem; font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.025em; }
h2::before { content: ""; display: block; width: 3rem; height: .24rem; margin-bottom: .85rem; background: var(--amber); border-radius: 99px; }
h3 { margin: 2rem 0 .6rem; font-size: 1.3rem; }
p, li { max-width: 72ch; }
p { margin-block: .85rem 1.1rem; }
.content > p:first-of-type { color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.25rem); line-height: 1.62; }
a { color: var(--forest-dark); font-weight: 620; text-decoration-color: rgb(25 75 71 / .42); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: .14em; text-decoration-color: var(--amber); }
.content ul, .content ol { padding-left: 1.35rem; }
.content li { margin-block: .45rem; padding-left: .25rem; }
.content li::marker { color: var(--amber); font-weight: 800; }
.content blockquote { margin: 2rem 0; padding: 1.1rem 1.25rem; border: 0; border-left: .3rem solid var(--amber); background: var(--surface); box-shadow: 0 .4rem 1.5rem rgb(32 42 39 / .06); }
.content blockquote p { margin: 0; }
.content > p:has(> a:only-child) a { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .65rem 1.1rem; color: #fff; background: var(--forest); border-radius: .35rem; box-shadow: 0 .5rem 1.1rem rgb(25 75 71 / .2); text-decoration: none; }
.content > p:has(> a:only-child) a::after { content: "→"; margin-left: .55rem; color: #ffd2ad; }
.content > p:has(> a:only-child) a:hover { background: var(--forest-dark); }
.handoff-panel { margin: 2rem 0; padding: 1.25rem; background: var(--surface); border: 1px solid var(--line); border-left: .32rem solid var(--amber); border-radius: .65rem; box-shadow: 0 .5rem 1.5rem rgb(32 42 39 / .07); }
.handoff-panel p { margin: .35rem 0 1rem; }
.handoff-panel small { display: block; margin-top: .8rem; color: var(--ink-soft); }
.handoff-panel--disabled { color: var(--ink-soft); border-left-color: #7b8582; background: #f1eee7; }
.handoff-panel--disabled p { margin-bottom: 0; }
.handoff-button { display: inline-flex; min-height: 3rem; align-items: center; padding: .65rem 1.1rem; color: #fff; background: var(--forest); border-radius: .35rem; text-decoration: none; }
.handoff-button:hover { color: #fff; background: var(--forest-dark); }
.table-wrap { overflow-x: auto; margin-block: 1.8rem; border: 1px solid var(--line); border-radius: .75rem; background: var(--surface); }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: .8rem .85rem; border: 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: #fff; background: var(--forest); font-size: .82rem; letter-spacing: .02em; }
tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: #f5efe5; }
.site-footer { padding-block: 2.4rem 2.8rem; color: #dde4e1; background: var(--forest-dark); border-top: .3rem solid var(--amber); font-size: .86rem; }
.site-footer nav { color: #fff; }
.site-footer a { color: inherit; }
.site-scope { max-width: 58rem; margin-top: 1.4rem; color: #bdcac6; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
@media (max-width: 62rem) {
  .page-layout { grid-template-columns: minmax(0, 1fr); }
  .page-visual { position: static; grid-column: 1; grid-row: 1; margin: 0 0 2rem; }
  .page-visual img { aspect-ratio: 16 / 7; object-position: center 48%; }
  body[data-page-id="home"] .content { grid-row: 2; }
}
@media (max-width: 48rem) {
  .shell { width: min(100% - 1.25rem, 75rem); }
  .header-inner { align-items: flex-start; flex-direction: column; gap: .65rem; padding-block: 1rem; }
  .primary-nav { width: 100%; overflow-x: auto; padding-bottom: .25rem; scrollbar-width: none; }
  .primary-nav::-webkit-scrollbar, .country-nav::-webkit-scrollbar { display: none; }
  .primary-nav ul { flex-wrap: nowrap; gap: .45rem .85rem; width: max-content; }
  .country-nav { flex-wrap: nowrap; overflow-x: auto; padding-block: .55rem .7rem; scrollbar-width: none; }
  .country-nav span { flex: 0 0 auto; }
  .country-nav ul { flex-wrap: nowrap; width: max-content; }
  .country-nav li, .country-nav a { white-space: nowrap; }
  .page-shell { padding-block: 1.35rem 3rem; }
  .page-visual { border-radius: .75rem; }
  .page-visual img { aspect-ratio: 16 / 7; object-position: 67% center; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.6rem); }
  h2 { margin-top: 2.6rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
