:root {
  --paper: #f7f0e5; --surface: #fffdf8; --soft: #efe1d2; --forest: #314a43;
  --terracotta: #a84f38; --terracotta-dark: #7d3829; --sage: #527363;
  --ochre: #bd8424; --ink: #302a26; --muted: #6b625b; --line: #d5c3b1;
  --info: #e4eee7; --warning: #fff0cf; --focus: #214f40;
  --wrap: 1180px; --reading: 760px; --wide: 980px; --shadow: 0 16px 38px rgb(80 50 35 / 10%);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif; font-size: 18px; line-height: 1.72; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--terracotta-dark); text-decoration-thickness: .09em; text-underline-offset: .18em; }
a:hover { color: var(--sage); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.wrap { width: min(calc(100% - 64px), var(--wrap)); margin-inline: auto; }
.reading-width { max-width: var(--reading); }
.wide { width: min(100%, var(--wide)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 999; transform: translateY(-160%); padding: 10px 15px; color: #fff; background: var(--forest); font-weight: 800; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgb(255 253 248 / 96%); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.wordmark { color: var(--forest); display: inline-flex; align-items: baseline; font-size: 34px; font-weight: 900; letter-spacing: -.07em; line-height: 1; text-decoration: none; }
.wordmark span { color: var(--terracotta); }
.wordmark:hover { color: var(--forest); }
.primary-navigation { margin-left: auto; }
.site-menu { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.site-menu a { min-height: 48px; display: flex; align-items: center; padding: 8px 13px; color: var(--ink); font-size: 15px; font-weight: 750; text-decoration: none; border-bottom: 3px solid transparent; }
.site-menu a:hover, .site-menu .current-menu-item > a { color: var(--terracotta-dark); border-color: var(--terracotta); }
.menu-toggle { display: none; }
.site-main { min-height: 55vh; overflow: clip; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--forest); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 5.4vw, 4.25rem); }
h2 { font-size: clamp(2rem, 4vw, 2.85rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
p, ul, ol { margin-top: 0; margin-bottom: 1.15em; }
strong { color: #211d1a; }
.eyebrow { margin: 0 0 16px; color: var(--terracotta-dark); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border: 2px solid var(--terracotta); border-radius: 12px; color: #fff; background: var(--terracotta-dark); font-weight: 800; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover { color: #fff; background: var(--forest); border-color: var(--forest); transform: translateY(-2px); }
.button-secondary { color: var(--forest); background: transparent; border-color: var(--forest); }
.button-secondary:hover { color: #fff; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero { position: relative; padding: clamp(54px, 8vw, 104px) 0 74px; background: var(--soft); isolation: isolate; }
.hero::before { content: ""; position: absolute; width: 55vw; height: 62%; right: -12vw; bottom: -16%; z-index: -1; border-radius: 50% 0 0 50%; background: #dcbca8; opacity: .55; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(42px, 7vw, 88px); align-items: center; }
.hero-copy { max-width: 690px; }
.hero h1 { font-size: clamp(2.6rem, 4vw, 3.5rem); }
.hero-copy .lead { color: #443b35; font-size: clamp(1.05rem, 1.8vw, 1.24rem); line-height: 1.68; }
.hero-copy .relationship { margin-top: 22px; padding: 18px 20px; background: rgb(255 253 248 / 82%); border-left: 5px solid var(--sage); border-radius: 0 16px 16px 0; font-size: .95rem; }
.editorial-figure { margin: 0; }
.hero .editorial-figure { position: relative; }
.hero .editorial-figure::before { content: ""; position: absolute; inset: -20px 24px 22px -24px; z-index: -1; border-radius: 42% 58% 54% 46% / 42% 38% 62% 58%; background: var(--sage); opacity: .18; }
.editorial-image { width: 100%; object-fit: cover; background: var(--soft); box-shadow: var(--shadow); }
.hero-image { aspect-ratio: 16 / 9; border-radius: 44% 56% 48% 52% / 36% 42% 58% 64%; }
.section-image { aspect-ratio: 3 / 2; border-radius: 36px 12px 36px 12px; }
figcaption { margin-top: 10px; color: var(--muted); font-size: 14px; }
.snapshot-bar { padding: 22px 0; color: #fff; background: var(--forest); }
.snapshot-bar p { margin: 0; font-weight: 700; text-align: center; }
.content-section { position: relative; padding: clamp(60px, 8vw, 98px) 0; }
.content-section:nth-of-type(even) { background: var(--surface); }
.content-section.soft { background: var(--soft); }
.section-heading { position: relative; max-width: var(--reading); margin: 0 auto 30px; padding-top: 18px; }
.section-heading::before { content: ""; position: absolute; top: 0; left: 0; width: 64px; height: 6px; border-radius: 99px; background: var(--terracotta); }
.section-heading p { color: var(--muted); font-size: 1.06rem; }
.prose { max-width: var(--reading); margin-inline: auto; }
.prose > :last-child { margin-bottom: 0; }
.image-block { width: min(100%, var(--wide)); margin: 38px auto; }
.split { width: min(100%, var(--wide)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr); gap: clamp(36px, 6vw, 72px); align-items: center; margin-inline: auto; }
.split.reverse .media { order: -1; }
.callout { margin: 28px 0; padding: 22px 24px; border: 1px solid var(--line); border-left: 6px solid var(--sage); border-radius: 0 18px 18px 0; background: var(--info); }
.warning { border-left-color: var(--ochre); background: var(--warning); }
.direct-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.direct-list li { padding: 16px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.direct-list strong { color: var(--terracotta-dark); }
.link-row { margin-top: 28px; }
.link-row a { font-weight: 800; }
.table-wrap { width: min(100%, var(--wide)); margin: 30px auto; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
table { width: 100%; min-width: 700px; border-collapse: collapse; font-size: 16px; line-height: 1.55; }
th, td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { color: #fff; background: var(--forest); }
tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: #f8f1e8; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.tag-list li { margin: 0; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: 15px; font-weight: 700; }
.faq-list { max-width: var(--wide); margin: 32px auto 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); background: var(--surface); }
.faq-list summary { position: relative; min-height: 64px; display: flex; align-items: center; padding: 18px 58px 18px 20px; color: var(--forest); font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--terracotta-dark); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 58px 22px 20px; color: #4e463f; }
.article-header { padding: clamp(58px, 8vw, 92px) 0 36px; }
.article-header h1 { color: var(--forest); }
.article-lead { color: #51483f; font-size: clamp(1.08rem, 2vw, 1.25rem); }
.article-body { padding: 18px 0 clamp(72px, 9vw, 110px); }
.generic-content, .not-found { padding-block: 72px; }
.contact-address { display: inline-block; padding: 12px 16px; border-radius: 10px; color: var(--forest); background: var(--info); font-size: 1.08rem; font-weight: 850; }
.site-footer { padding: 64px 0 28px; color: #ecf2ef; background: var(--forest); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .9fr; gap: clamp(34px, 6vw, 70px); }
.site-footer .wordmark { color: #fff; }
.site-footer h2 { margin-bottom: 16px; color: #fff; font-size: 16px; letter-spacing: .04em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: #f4c47b; }
.footer-intro p { max-width: 500px; }
.footer-logo { margin-bottom: 20px; }
.footer-notes { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgb(255 255 255 / 20%); font-size: 14px; }
.footer-notes p { margin: 5px 0; }
@media (max-width: 1099px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .split.reverse .media { order: initial; }
}
@media (max-width: 839px) {
  .wrap { width: min(calc(100% - 48px), var(--wrap)); }
  .menu-toggle { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--forest); cursor: pointer; }
  .menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 22px; height: 2px; display: block; background: currentColor; transition: transform .15s ease; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; left: 0; }
  .menu-toggle i::before { top: -7px; }
  .menu-toggle i::after { top: 7px; }
  .menu-toggle[aria-expanded="true"] i { background: transparent; }
  .menu-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }
  .primary-navigation { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px 24px 20px; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-navigation.is-open { display: block; }
  .site-menu { display: grid; }
  .site-menu a { min-height: 48px; border: 0; border-left: 4px solid transparent; }
  .site-menu a:hover { border-color: var(--terracotta); background: var(--soft); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-intro { grid-column: 1 / -1; }
}
@media (max-width: 599px) {
  html { scroll-padding-top: 78px; }
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .header-inner { min-height: 66px; }
  .wordmark { font-size: 30px; }
  .hero { padding: 48px 0 58px; }
  .hero-grid { gap: 38px; }
  .hero-image { border-radius: 28px 10px 28px 10px; }
  .hero .editorial-figure::before { inset: -12px 14px 12px -12px; }
  .hero-actions .button { width: 100%; }
  .content-section { padding: 52px 0; }
  .section-image { border-radius: 22px 8px 22px 8px; }
  .table-wrap { border: 0; overflow: visible; background: transparent; }
  table.responsive { min-width: 0; }
  table.responsive thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  table.responsive, table.responsive tbody, table.responsive tr, table.responsive td { display: block; width: 100%; }
  table.responsive tr { margin-bottom: 14px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--surface); }
  table.responsive td { display: grid; grid-template-columns: minmax(105px, 38%) 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
  table.responsive td::before { content: attr(data-label); color: var(--terracotta-dark); font-weight: 850; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
