:root {
  --ocean-950: #0d2530;
  --ocean-900: #123d4a;
  --ocean-800: #1c5660;
  --sea: #6db6a2;
  --foam: #e9f1e8;
  --sand: #e3b85c;
  --coral: #d87959;
  --ink: #173641;
  --muted: #5d7379;
  --line: #d7e3df;
  --paper: #fbfcf8;
  --wash: #eef5f1;
  --shadow: 0 18px 45px rgba(13, 37, 48, .1);
  font-synthesis: none;
}

* { 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.65;
}

a { color: var(--ocean-800); }
a:hover { color: var(--coral); }
img { max-width: 100%; height: auto; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 20; padding: 8px 12px; background: var(--sand); color: var(--ocean-950); }
.skip-link:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251, 252, 248, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ocean-950); text-decoration: none; font-weight: 850; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid var(--ocean-900); color: var(--sand); font-size: .7rem; letter-spacing: -.06em; }
.brand-text { display: grid; line-height: 1.08; }
.brand-text small { margin-top: 5px; color: var(--muted); font-size: .61rem; letter-spacing: .14em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .9rem; }
.site-nav a { color: var(--ocean-900); text-decoration: none; }
.site-nav a:hover { color: var(--coral); }
.menu-toggle { display: none; border: 1px solid var(--ocean-800); background: transparent; color: var(--ocean-900); padding: 8px 10px; font: inherit; }

.hero { padding: 72px 0 54px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 58px; align-items: center; }
.eyebrow, .kicker { color: var(--ocean-800); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 850; }
h1, h2, h3 { margin: 0 0 15px; line-height: 1.12; letter-spacing: -.045em; }
h1 { max-width: 760px; font-size: clamp(2.75rem, 6vw, 5.9rem); }
h2 { font-size: clamp(1.85rem, 3vw, 3rem); }
h3 { font-size: 1.24rem; }
.lede { max-width: 700px; color: var(--muted); font-size: 1.12rem; }
.actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--ocean-800); color: var(--ocean-900); text-decoration: none; font-weight: 800; }
.button.primary { background: var(--ocean-900); color: var(--foam); }
.button.primary:hover { background: var(--ocean-800); color: #fff; }
.button.secondary { background: transparent; }

.island-map { position: relative; min-height: 370px; overflow: hidden; border: 1px solid var(--ocean-800); background: linear-gradient(145deg, var(--ocean-900), var(--ocean-950)); box-shadow: var(--shadow); }
.island-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(233,241,232,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(233,241,232,.1) 1px, transparent 1px); background-size: 34px 34px; opacity: .7; }
.island-grid { position: absolute; inset: 12%; display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 1fr; gap: 6px; transform: rotate(-7deg); }
.tile { border: 1px solid rgba(233,241,232,.22); background: rgba(109,182,162,.55); }
.tile:nth-child(2n) { background: rgba(227,184,92,.88); }
.tile:nth-child(3n) { background: rgba(216,121,89,.82); }
.tile:nth-child(5n) { background: rgba(233,241,232,.7); }
.tile.empty { background: transparent; border-color: transparent; }
.map-label { position: absolute; left: 22px; bottom: 20px; color: var(--foam); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.map-note { position: absolute; right: 22px; top: 20px; max-width: 150px; color: var(--sand); font-size: .78rem; text-align: right; }

.section { padding: 44px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
.section-heading p { max-width: 520px; margin: 0; color: var(--muted); }
.notice { padding: 19px 21px; border-left: 4px solid var(--sand); background: #fff7df; color: #5a4b27; }
.notice strong { color: var(--ocean-900); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { display: flex; min-height: 228px; flex-direction: column; padding: 22px; border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 25px rgba(13,37,48,.045); }
.card p { margin: 0 0 18px; color: var(--muted); }
.card a { margin-top: auto; text-decoration: none; font-weight: 800; }
.tag { display: inline-flex; align-self: flex-start; margin-bottom: 14px; padding: 3px 8px; border: 1px solid var(--sea); color: var(--ocean-800); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.panel { padding: 26px; border-top: 3px solid var(--sea); background: var(--wash); }
.panel p, .panel li { color: var(--muted); }
.panel ul { padding-left: 20px; }
.source-strip { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .9rem; }

.article-shell { padding: 38px 0 78px; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { text-decoration: none; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 30px; align-items: start; }
article { min-width: 0; }
.article-header { padding: 32px; border-top: 5px solid var(--sand); background: var(--ocean-950); color: var(--foam); }
.article-header h1 { max-width: 860px; font-size: clamp(2.3rem, 5vw, 4.8rem); }
.article-header .eyebrow { color: var(--sand); }
.article-dek { max-width: 760px; margin: 0; color: #c9dcd7; font-size: 1.08rem; }
.article-body { padding: 30px 32px; border: 1px solid var(--line); border-top: 0; background: #fff; }
.article-body h2 { margin-top: 38px; font-size: 1.85rem; }
.article-body h3 { margin-top: 27px; }
.article-body p, .article-body li { color: #3e565d; }
.article-body li { margin: 7px 0; }
.article-body strong { color: var(--ocean-900); }
.article-body code { padding: 2px 5px; background: var(--wash); color: var(--ocean-900); }
.status-note { margin: 22px 0; padding: 15px 17px; border-left: 4px solid var(--coral); background: #fff0ea; color: #6a443a; }
.fact-box { margin: 24px 0; padding: 18px 20px; border: 1px solid #c9dfd8; background: var(--wash); }
.report-box { margin: 24px 0; padding: 18px 20px; border: 1px solid #ecd99d; background: #fff8e5; }
.unknown-box { margin: 24px 0; padding: 18px 20px; border: 1px solid #e3c2b9; background: #fff5f1; }
.fact-box h3, .report-box h3, .unknown-box h3 { margin-top: 0; }
.table-wrap { overflow-x: auto; margin: 20px 0; }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: 11px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--ocean-900); background: var(--wash); }
.source-list { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); }
.source-list li { margin: 10px 0; }
.source-note { color: var(--muted); font-size: .9rem; }
.side-card { position: sticky; top: 102px; padding: 21px; border: 1px solid var(--line); background: var(--wash); }
.side-card h2 { font-size: 1.2rem; }
.side-card ul { padding-left: 18px; margin-bottom: 0; }
.side-card li { margin: 8px 0; }
.side-card a { text-decoration: none; }

.footer { margin-top: 54px; padding: 28px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.footer-row { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 15px; flex-wrap: wrap; }
.footer a { color: var(--muted); }
.updated { color: var(--muted); font-size: .82rem; }
.list-clean { padding-left: 20px; }
.callout-link { display: inline-block; margin-top: 4px; font-weight: 800; }

@media (max-width: 860px) {
  .hero, .article-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; gap: 34px; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .side-card { position: static; order: -1; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav-row { min-height: 68px; }
  .menu-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; left: 14px; right: 14px; top: 68px; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 10px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .brand-text small { display: none; }
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .grid, .split { grid-template-columns: 1fr; }
  .island-map { min-height: 280px; }
  .article-header, .article-body { padding: 24px 20px; }
  .article-header h1 { font-size: clamp(2.25rem, 12vw, 3.8rem); }
  .section-heading { display: block; }
  .section-heading p { margin-top: 13px; }
}
