:root {
  --ink: #12231d;
  --ink-soft: #526159;
  --paper: #f4f2ec;
  --surface: #fffefb;
  --surface-soft: #ecefe8;
  --line: #d7ddd5;
  --accent: #e75c2e;
  --lime: #c9f36a;
  --radius: 18px;
  --shadow: 0 16px 42px rgba(18, 35, 29, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); 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; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(18, 35, 29, .12); background: rgba(244, 242, 236, .96); backdrop-filter: blur(14px); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.brand-name { overflow-wrap: anywhere; }
.brand-mark { flex: 0 0 auto; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--lime); font-size: 14px; }
.brand-mark[src] { object-fit: cover; }
.primary-navigation { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 1px; }
.primary-navigation a { padding: 8px 10px; border-radius: 999px; color: var(--ink-soft); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.primary-navigation a:hover, .primary-navigation a:focus-visible { background: var(--surface); color: var(--ink); outline: none; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

main { min-height: 70vh; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding-top: 20px; color: #6a776f; font-size: 13px; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span[aria-current] { color: var(--ink); overflow-wrap: anywhere; }

.hero { min-height: 400px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr); align-items: center; gap: clamp(34px, 5vw, 70px); padding: 52px 0 58px; }
.hero-copy { max-width: 700px; }
.hero h1 { margin: 0; font-size: clamp(42px, 5.5vw, 70px); line-height: 1.02; letter-spacing: -.055em; overflow-wrap: anywhere; }
.hero-summary, .lead { max-width: 760px; margin: 18px 0; color: var(--ink-soft); font-size: clamp(17px, 1.8vw, 20px); line-height: 1.55; }
.hero-navigation { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.hero-navigation a { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: 13px; font-weight: 750; text-decoration: none; }
.hero-navigation a:hover { border-color: var(--accent); color: var(--accent); }
.hero-art { max-width: 380px; justify-self: end; }
.hero-art img { width: 100%; border-radius: 24px; box-shadow: var(--shadow); }

.section { padding: clamp(44px, 6vw, 76px) 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.section h2, .cluster-summary h2 { margin: 0; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--ink-soft); }
.section-link { font-size: 14px; font-weight: 800; text-underline-offset: 5px; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; color: var(--ink); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }

.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); box-shadow: var(--shadow); }
.category-card { min-height: 156px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 24px; background: var(--surface); text-decoration: none; transition: background .18s, color .18s; }
.category-card strong { display: block; margin-bottom: 7px; font-size: 22px; letter-spacing: -.025em; }
.category-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.category-card div > span { display: inline-block; margin-top: 15px; color: var(--accent); font-size: 12px; font-weight: 800; }
.category-card b { align-self: flex-end; font-size: 20px; }
.category-card:hover { background: var(--ink); color: #fff; }
.category-card:hover p { color: #c8d3cd; }

.surface-section { border: 0; background: var(--ink); color: #fff; box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); }
.surface-section .section-heading > p { color: #b8c8bf; }
.featured-grid, .cluster-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.featured-grid article, .cluster-card { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid #365247; border-radius: var(--radius); background: #18352c; }
.featured-grid h3, .cluster-card h3 { margin: 0; font-size: clamp(21px, 2.1vw, 29px); line-height: 1.18; letter-spacing: -.03em; }
.featured-grid h3 a, .cluster-card h3 a { text-decoration: none; }
.featured-grid h3 a:hover, .cluster-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.featured-grid p, .cluster-card p { margin: 8px 0 12px; color: #bed0c5; font-size: 14px; }
.featured-grid ul, .cluster-card ul { width: 100%; margin: 0; padding: 12px 0 0; border-top: 1px solid #365247; list-style: none; }
.featured-grid li + li, .cluster-card li + li { margin-top: 7px; }
.featured-grid li a, .cluster-card li a { display: block; overflow: hidden; color: #e4ece7; font-size: 13px; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.featured-grid li a::before, .cluster-card li a::before { content: "•"; margin-right: 8px; color: var(--lime); }
.featured-grid .text-link { margin-top: auto; padding-top: 16px; color: var(--lime); }

.latest-grid, .compact-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.latest-grid article, .compact-story-grid article { min-width: 0; padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.story-category { margin-bottom: 6px; color: var(--accent); font-size: 12px; font-weight: 800; }
.latest-grid h3, .compact-story-grid h3 { margin: 0; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
.latest-grid h3 a, .compact-story-grid h3 a { text-decoration: none; }
.latest-grid h3 a:hover, .compact-story-grid h3 a:hover { text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 4px; }
.latest-grid p, .compact-story-grid p { margin: 8px 0 0; color: var(--ink-soft); font-size: 14px; }

.category-content-sections { border-bottom: 1px solid var(--line); }
.category-content { padding-block: clamp(40px, 5vw, 62px); }
.category-content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr)); gap: 12px; }
.category-content-grid article { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.category-content-grid h3 { margin: 0; font-size: 18px; line-height: 1.28; }
.category-content-grid h3 a { text-decoration: none; }
.category-content-grid p { margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; }
.category-lead-story { grid-row: span 2; padding: 26px !important; background: var(--surface-soft) !important; }
.category-lead-story h3 { font-size: clamp(23px, 2.6vw, 32px); }

.page-heading { min-height: 260px; display: flex; flex-direction: column; justify-content: end; padding: 44px 0 52px; }
.page-heading h1 { margin: 0; font-size: clamp(42px, 5.6vw, 68px); line-height: 1.02; letter-spacing: -.055em; overflow-wrap: anywhere; }
.cluster-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 30px; }
.parent-category { margin-bottom: 20px; font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.cluster-summary { display: grid; grid-template-columns: .65fr 1.35fr; gap: 48px; padding: 34px; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.cluster-summary .prose { color: var(--ink-soft); }
.cluster-card { border-color: var(--line); background: var(--surface); }
.cluster-card p { color: var(--ink-soft); }
.cluster-card ul { border-color: var(--line); }
.cluster-card li a { color: var(--ink); }
.cluster-card li a::before { color: var(--accent); }
.cluster-card .text-link { margin-top: auto; padding-top: 16px; color: var(--ink); }
.related-categories nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.related-categories nav a { display: flex; justify-content: space-between; gap: 10px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); font-weight: 750; text-decoration: none; }

.related-section { padding-top: 30px; }
.related-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.related-links a { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); text-decoration: none; }
.related-links a:hover { border-color: var(--accent); }
.related-links a > span { min-width: 0; }
.related-links strong { display: block; overflow-wrap: anywhere; }
.related-links small { display: block; margin-top: 4px; overflow: hidden; color: var(--ink-soft); font-size: 12px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }

.article-layout { padding-bottom: 16px; }
.article-header { max-width: 920px; padding: 46px 0 30px; }
.article-header h1 { margin: 0; font-size: clamp(40px, 4.8vw, 52px); line-height: 1.08; letter-spacing: -.045em; overflow-wrap: anywhere; }
.article-header .lead { margin: 14px 0; font-size: 18px; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 14px; margin-top: 14px; color: var(--ink-soft); font-size: 12px; }
.article-meta span, .article-meta a { padding: 0; border: 0; border-radius: 0; color: inherit; text-decoration: none; }
.article-meta > * + *::before { content: "·"; margin-right: 14px; color: #95a099; }
.article-meta a { color: var(--accent); font-weight: 800; }
.article-visual { max-width: 980px; margin: 0 0 38px; }
.article-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 20px; background: var(--ink); }
.story-image { display: block; width: 100%; margin: -10px 0 14px; overflow: hidden; border-radius: 10px; }
.story-image img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .2s ease; }
.story-image:hover img { transform: scale(1.02); }
.page-heading-image { width: min(420px, 100%); aspect-ratio: 16 / 9; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow); }
.article-body { max-width: 760px; }
.prose { color: #263c33; font-size: 18px; line-height: 1.85; }
.prose > :first-child { margin-top: 0; }
.prose p { margin: 0 0 1.25em; }
.prose h2 { margin: 2.1em 0 .7em; font-size: 31px; line-height: 1.2; letter-spacing: -.035em; }
.prose h3 { margin: 1.7em 0 .6em; font-size: 23px; line-height: 1.3; }
.prose ul, .prose ol { margin: 0 0 1.5em; padding-left: 1.35em; }
.prose li + li { margin-top: .45em; }
.prose blockquote { margin: 1.8em 0; padding: 16px 20px; border-left: 4px solid var(--accent); background: var(--surface); color: var(--ink-soft); }
.prose blockquote p { margin: 0; }
.prose a { color: #b8431f; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.prose img { margin: 1.5em 0; border-radius: 14px; }
.cluster-context { max-width: 760px; display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 48px; padding: 24px; border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: 14px; background: var(--surface); }
.cluster-context > div > span { color: var(--accent); font-size: 12px; font-weight: 800; }
.cluster-context h2 { margin: 3px 0; font-size: 24px; }
.cluster-context p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.cluster-context .text-link { flex: 0 0 auto; margin: 0; }

.site-footer { margin-top: 72px; padding: 42px 0 18px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; padding-bottom: 34px; }
.brand-footer { color: #fff; }
.brand-footer .brand-mark { background: var(--lime); color: var(--ink); }
.footer-grid p { max-width: 570px; margin: 10px 0 0; color: #b9c9c0; font-size: 13px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(3, minmax(74px, 1fr)); align-content: start; gap: 7px 18px; }
.footer-grid nav a { color: #d5dfd9; font-size: 13px; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; border-top: 1px solid #365247; color: #9fb2a7; font-size: 12px; }

@media (max-width: 900px) {
  .primary-navigation a { padding-inline: 7px; font-size: 13px; }
  .hero { grid-template-columns: minmax(0, 1.35fr) minmax(210px, .65fr); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-lead-story { grid-column: span 2; grid-row: auto; }
  .cluster-summary { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 62px; }
  .brand { max-width: calc(100% - 58px); }
  .nav-toggle { flex: 0 0 auto; display: block; }
  .primary-navigation { display: none; position: absolute; left: 14px; right: 14px; top: 57px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
  .primary-navigation.is-open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .primary-navigation a { padding: 11px; }
  .breadcrumb { padding-top: 14px; font-size: 12px; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr) 116px; gap: 18px; padding: 34px 0 42px; }
  .hero h1 { font-size: clamp(36px, 10.5vw, 44px); }
  .hero-summary, .lead { margin: 12px 0; font-size: 16px; }
  .hero-navigation { grid-column: 1 / -1; margin-top: 18px; }
  .hero-art { grid-column: 2; grid-row: 1; align-self: center; }
  .hero-art img { border-radius: 16px; }
  .section { padding: 42px 0; }
  .section-heading { align-items: flex-start; gap: 16px; margin-bottom: 20px; }
  .section h2, .cluster-summary h2 { font-size: 28px; }
  .section-heading > p { display: none; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card { min-height: 142px; padding: 17px; }
  .category-card strong { font-size: 19px; }
  .category-card p { display: none; }
  .category-card b { font-size: 17px; }
  .featured-grid, .cluster-card-grid, .latest-grid, .compact-story-grid, .related-links { grid-template-columns: 1fr; }
  .featured-grid article, .cluster-card { padding: 20px; }
  .featured-grid h3, .cluster-card h3 { font-size: 22px; }
  .featured-grid p, .cluster-card p { margin-bottom: 9px; }
  .category-content-grid { grid-template-columns: 1fr; }
  .category-lead-story { grid-column: auto; padding: 20px !important; }
  .category-content-grid article { padding: 17px; }
  .category-content-grid p { display: none; }
  .page-heading { min-height: 190px; padding: 30px 0 36px; }
  .page-heading h1 { font-size: 38px; }
  .cluster-heading { grid-template-columns: 1fr; gap: 0; }
  .parent-category { margin: 0; }
  .cluster-summary { padding: 23px 20px; }
  .related-categories nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-links small { display: none; }
  .article-header { padding: 30px 0 22px; }
  .article-header h1 { font-size: clamp(28px, 8.5vw, 34px); line-height: 1.15; }
  .article-header .lead { font-size: 15px; }
  .article-meta { margin-top: 10px; }
  .article-visual { margin-bottom: 28px; }
  .article-visual img { border-radius: 14px; }
  .prose { font-size: 17px; line-height: 1.82; }
  .prose h2 { font-size: 26px; }
  .prose h3 { font-size: 21px; }
  .cluster-context { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 36px; padding: 19px; }
  .site-footer { margin-top: 48px; padding-top: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; padding-bottom: 22px; }
  .footer-grid p { display: none; }
  .footer-grid nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px 12px; }
  .footer-bottom { padding-top: 13px; }
}

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