:root {
  color-scheme: light;
  --paper: #f6f4ee;
  --paper-deep: #eeece3;
  --white: #fffefa;
  --ink: #203b33;
  --ink-soft: #4d6258;
  --muted: #778078;
  --line: #dedfd4;
  --green: #496a55;
  --green-light: #e8eee6;
  --terracotta: #ca7657;
  --terracotta-pale: #f2e4dc;
  --gold: #e1b564;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }
::selection { color: #fff; background: var(--green); }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.visually-hidden { 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: absolute; z-index: 20; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 14px; color: white; background: var(--ink); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { min-height: 34px; color: #f8f4e9; background: var(--ink); font-size: 11px; letter-spacing: .045em; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.site-header { position: relative; z-index: 5; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-main { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; }
.brand-name { font-family: var(--serif); font-size: 29px; font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.site-search { display: flex; align-items: center; width: min(350px, 40vw); height: 42px; border: 1px solid #cfd5cb; border-radius: 3px; background: var(--white); }
.site-search:focus-within { border-color: var(--green); box-shadow: 0 0 0 2px #496a5520; }
.site-search input { min-width: 0; flex: 1; height: 100%; padding: 0 14px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 13px; }
.site-search input::placeholder { color: #858c81; }
.site-search button { width: 42px; height: 100%; border: 0; color: var(--green); background: transparent; cursor: pointer; font-size: 26px; line-height: 1; }
.primary-nav { border-top: 1px solid #e8e7df; }
.nav-inner { display: flex; align-items: center; gap: clamp(18px, 4.3vw, 56px); min-height: 49px; }
.nav-link { position: relative; display: inline-flex; align-items: center; min-height: 49px; color: #526158; font-size: 12px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; transition: color .18s ease; }
.nav-link:hover, .nav-link.is-current { color: var(--terracotta); }
.nav-link.is-current::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--terracotta); content: ""; }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 11px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.home-intro { padding-top: 53px; padding-bottom: 29px; text-align: center; }
.home-intro .eyebrow { margin-bottom: 15px; }
.home-intro h1 { max-width: 780px; margin: 0 auto; font-family: var(--serif); font-size: clamp(44px, 6vw, 76px); font-weight: 500; letter-spacing: -.06em; line-height: .99; }
.home-intro h1 em { color: var(--green); font-style: italic; }
.home-lede { max-width: 610px; margin: 21px auto 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.feature-layout { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(360px, .93fr); gap: 48px; align-items: start; padding-top: 18px; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.feature-image { display: block; overflow: hidden; aspect-ratio: 1.63 / 1; background: var(--paper-deep); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature-image:hover img { transform: scale(1.035); }
.feature-copy { max-width: 600px; padding: 20px 8px 0; }
.feature-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(29px, 3.4vw, 43px); font-weight: 500; letter-spacing: -.045em; line-height: 1.12; }
.feature-copy h2 a:hover { color: var(--green); }
.feature-copy > p:not(.eyebrow) { max-width: 540px; margin: 15px 0 20px; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; line-height: 1.63; }
.text-link, .subtle-link { display: inline-flex; gap: 9px; align-items: center; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .035em; }
.text-link span, .subtle-link span { transition: transform .18s ease; }
.text-link:hover span, .subtle-link:hover span { transform: translateX(4px); }
.latest-panel { padding: 9px 0 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 23px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3vw, 39px); font-weight: 500; letter-spacing: -.045em; line-height: 1.12; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; }
.section-heading-small { align-items: center; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 2px solid var(--green); }
.section-heading-small h2 { font-size: 24px; }
.section-heading-small .eyebrow { margin-bottom: 5px; }
.subtle-link { color: var(--muted); font-size: 10px; white-space: nowrap; }
.latest-row { padding: 15px 0 14px; border-bottom: 1px solid var(--line); }
.latest-row > a { display: grid; grid-template-columns: 48px 1fr 20px; align-items: baseline; gap: 8px; }
.latest-category { color: var(--terracotta); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.latest-title { font-family: var(--serif); font-size: 17px; font-weight: 700; line-height: 1.27; transition: color .18s ease; }
.latest-row a:hover .latest-title { color: var(--green); }
.latest-arrow { color: #9ca69a; font-size: 13px; text-align: right; }

.section-block { padding-top: 60px; padding-bottom: 8px; }
.category-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.category-tile { position: relative; min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px 20px 21px; overflow: hidden; background: var(--green-light); border: 1px solid #dce4d9; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.category-tile:hover { transform: translateY(-3px); background: #eef2e9; border-color: #b9cbb9; }
.category-tile-2 { background: #eeede4; border-color: #dfded3; }
.category-tile-3 { background: #f0e7dc; border-color: #e4d9ca; }
.category-tile-4 { background: #f1e8e1; border-color: #e6d8cd; }
.tile-number { margin-bottom: auto; color: #7d8f7e; font-family: var(--serif); font-size: 13px; font-style: italic; }
.tile-title { margin-top: 19px; font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -.035em; line-height: 1.12; }
.tile-description { max-width: 245px; margin-top: 9px; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.tile-arrow { position: absolute; top: 17px; right: 18px; color: var(--green); font-size: 16px; }
.category-shelf { padding-top: 60px; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.story-card { min-width: 0; }
.story-card-link { display: flex; flex-direction: column; height: 100%; }
.story-image-wrap { display: block; overflow: hidden; aspect-ratio: 1.54 / 1; background: var(--paper-deep); }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card-link:hover .story-image-wrap img { transform: scale(1.04); }
.story-card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 15px 1px 3px; }
.story-card .eyebrow { margin-bottom: 8px; color: var(--terracotta); font-size: 9px; letter-spacing: .13em; }
.story-title { color: var(--ink); font-family: var(--serif); font-size: clamp(19px, 2.1vw, 24px); font-weight: 600; letter-spacing: -.025em; line-height: 1.19; transition: color .18s ease; }
.story-card-link:hover .story-title { color: var(--green); }
.story-summary { margin-top: 10px; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.method-band { margin-top: 70px; padding: 51px 0 54px; background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.method-inner h2 { max-width: 530px; margin: 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 46px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.method-copy p { max-width: 560px; margin: 0 0 15px; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; line-height: 1.65; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 0 0 30px; color: var(--muted); font-size: 10px; letter-spacing: .02em; }
.breadcrumbs a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb-separator { color: #b0b6ab; }
.archive-header { padding-top: 39px; padding-bottom: 31px; }
.archive-header .breadcrumbs { margin-bottom: 37px; }
.archive-header h1, .policy-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 6vw, 68px); font-weight: 500; letter-spacing: -.06em; line-height: 1.02; }
.archive-intro { max-width: 680px; margin: 16px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; line-height: 1.58; }
.archive-meta { display: flex; gap: 20px; margin-top: 23px; color: var(--muted); font-size: 11px; }
.archive-grid-section { padding-top: 13px; padding-bottom: 76px; }
.story-grid-archive { row-gap: 43px; }
.story-grid-archive .story-title { font-size: clamp(21px, 2.4vw, 27px); }

.article-container { max-width: 1130px; padding-top: 37px; }
.article-container .breadcrumbs { margin-bottom: 33px; }
.article-header { max-width: 830px; margin: 0 auto 27px; text-align: center; }
.article-header .eyebrow { margin-bottom: 14px; }
.eyebrow-dot { padding: 0 4px; color: #a4aa9d; }
.article-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 6vw, 66px); font-weight: 500; letter-spacing: -.06em; line-height: 1.02; }
.article-dek { max-width: 700px; margin: 18px auto 17px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 10px; }
.article-hero { max-width: 1010px; margin: 0 auto 18px; }
.article-hero img { width: 100%; max-height: 590px; aspect-ratio: 1.82 / 1; object-fit: cover; background: var(--paper-deep); }
.article-hero figcaption { margin-top: 8px; color: var(--muted); font-size: 10px; text-align: right; }
.article-hero figcaption a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.commerce-note { display: flex; gap: 12px; align-items: flex-start; max-width: 820px; margin: 26px auto 38px; padding: 13px 17px; background: #edf1e9; border-left: 3px solid var(--green); }
.commerce-icon { flex: 0 0 auto; color: var(--green); font-size: 17px; line-height: 1.2; }
.commerce-note p { margin: 0; color: #4f5e53; font-size: 11px; line-height: 1.6; }
.commerce-note strong { color: var(--ink); }
.article-layout { display: grid; grid-template-columns: minmax(165px, 220px) minmax(0, 710px); justify-content: center; gap: clamp(33px, 6vw, 78px); align-items: start; }
.article-aside { position: sticky; top: 20px; }
.toc-card { padding: 16px 16px 18px; border: 1px solid var(--line); background: #faf9f4; }
.toc-card .eyebrow { margin-bottom: 9px; }
.toc-card nav { display: grid; gap: 8px; }
.toc-card a { color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.toc-card a:hover { color: var(--terracotta); }
.article-body { min-width: 0; }
.article-body section { scroll-margin-top: 28px; margin-bottom: 36px; }
.article-body h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(25px, 3vw, 34px); font-weight: 500; letter-spacing: -.04em; line-height: 1.15; }
.article-body p { margin: 0 0 15px; color: #394d43; font-size: 15px; line-height: 1.8; }
.checklist-section { padding: 22px 24px 25px; background: #efeee5; }
.checklist-section h2 { margin-bottom: 8px; }
.checklist-section > p { margin-bottom: 14px; font-size: 13px; }
.checklist { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 19px 1fr; gap: 9px; color: #354b3f; font-size: 13px; line-height: 1.55; }
.checkmark { color: var(--green); font-weight: 900; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fit-card { padding: 17px 18px 19px; border: 1px solid var(--line); background: #fbfaf6; }
.fit-card .eyebrow { margin-bottom: 8px; }
.fit-card p:last-child { margin-bottom: 0; font-size: 12px; line-height: 1.65; }
.fit-card-good { border-top: 3px solid var(--green); }
.fit-card-skip { border-top: 3px solid var(--terracotta); }
.decision-panel { padding: 23px 25px 24px; color: #f7f5ed; background: var(--ink); }
.decision-panel .eyebrow { color: #c8d6c4; }
.decision-panel > p:not(.eyebrow):not(.button-note) { margin-bottom: 18px; color: #f1f0e8; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 13px; min-height: 43px; padding: 10px 17px; border: 1px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .045em; cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--terracotta); }
.button-primary:hover { background: #b96749; }
.button-note { margin: 9px 0 0 !important; color: #c6cec3 !important; font-size: 10px !important; }
.faq-section details { padding: 15px 0; border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { color: var(--ink); font-family: var(--serif); font-size: 17px; font-weight: 600; cursor: pointer; }
.faq-section details p { margin: 10px 0 0; font-size: 13px; }
.article-endnote { padding: 16px 0 0; border-top: 1px solid var(--line); }
.article-endnote p { margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.article-endnote a { color: var(--green); font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.related-section { padding-top: 49px; padding-bottom: 72px; border-top: 1px solid var(--line); }

.policy-container { max-width: 900px; padding-top: 38px; padding-bottom: 80px; }
.policy-header { max-width: 790px; padding-bottom: 31px; border-bottom: 1px solid var(--line); }
.policy-header .eyebrow { margin-bottom: 13px; }
.policy-body { max-width: 720px; padding-top: 25px; }
.policy-body section { margin: 0 0 29px; }
.policy-body h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: -.03em; }
.policy-body p { margin: 0; color: #405349; font-size: 14px; line-height: 1.8; }
.contact-card { display: inline-flex; gap: 14px; align-items: center; margin: 25px 0 0; padding: 15px 19px; background: var(--green-light); }
.contact-icon { color: var(--terracotta); font-size: 21px; }
.contact-card span:last-child { display: grid; gap: 2px; }
.contact-card strong { font-size: 11px; }
.contact-card a { color: var(--green); font-family: var(--serif); font-size: 19px; }
.policy-review-note { max-width: 720px; margin-top: 34px; padding: 17px 19px; border-left: 3px solid var(--gold); background: #f0eee3; }
.policy-review-note strong { display: block; margin-bottom: 5px; font-size: 11px; }
.policy-review-note p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.65; }

.search-page-header { padding-bottom: 25px; }
.search-large { display: flex; gap: 9px; max-width: 630px; margin-top: 25px; }
.search-large input { min-width: 0; flex: 1; height: 46px; padding: 0 14px; color: var(--ink); border: 1px solid #cfd5cb; background: var(--white); border-radius: 0; }
.search-count { min-height: 18px; margin: 11px 0 0; color: var(--muted); font-size: 11px; }
.empty-state { padding: 30px 0 60px; color: var(--ink-soft); font-family: var(--serif); font-size: 20px; }
.not-found { display: flex; min-height: 480px; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 50px; padding-bottom: 70px; }
.not-found h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 78px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.not-found p:not(.eyebrow) { max-width: 560px; margin: 20px 0 23px; color: var(--ink-soft); font-family: var(--serif); font-size: 19px; }
.not-found .text-link { margin-top: 16px; }

.site-footer { color: #edf0e7; background: #203b33; }
.footer-main { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 42px; padding-top: 46px; padding-bottom: 38px; }
.brand-light .brand-name { color: #f1f0e8; }
.footer-brand p { max-width: 240px; margin: 12px 0 14px; color: #c7d1c4; font-family: var(--serif); font-size: 15px; line-height: 1.5; }
.footer-email { color: #e7c5a8; font-size: 11px; }
.footer-column { display: grid; align-content: start; justify-items: start; gap: 9px; }
.footer-column h2 { margin: 3px 0 9px; color: #e8c7a9; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { color: #e4e9df; font-size: 11px; transition: color .18s ease; }
.footer-column a:hover, .footer-email:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 13px; padding-bottom: 17px; color: #b4c1b4; border-top: 1px solid #ffffff24; font-size: 9px; }

[hidden] { display: none !important; }

@media (max-width: 1000px) {
  .container { width: min(var(--container), calc(100% - 44px)); }
  .feature-layout { grid-template-columns: 1fr 1fr; gap: 30px; }
  .nav-inner { gap: clamp(12px, 2.6vw, 28px); }
  .nav-link { font-size: 10px; letter-spacing: .06em; }
  .category-tile { padding-inline: 16px; }
  .tile-title { font-size: 20px; }
  .article-layout { grid-template-columns: 175px minmax(0, 680px); gap: 36px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .utility-inner { justify-content: center; }
  .utility-inner span:last-child { display: none; }
  .header-main { min-height: 75px; gap: 14px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-name { font-size: 26px; }
  .site-search { width: min(245px, 45vw); height: 39px; margin-left: auto; }
  .site-search input { padding-inline: 10px; font-size: 11px; }
  .site-search button { width: 35px; font-size: 23px; }
  .menu-toggle { display: inline-flex; width: 38px; height: 38px; flex: 0 0 auto; justify-content: center; align-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .menu-icon, .menu-icon::before, .menu-icon::after { position: relative; display: block; width: 16px; height: 2px; background: var(--ink); transition: transform .18s ease; }
  .menu-icon::before, .menu-icon::after { position: absolute; left: 0; content: ""; }
  .menu-icon::before { top: -5px; }
  .menu-icon::after { top: 5px; }
  .menu-toggle[aria-expanded="true"] .menu-icon { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }
  .primary-nav { display: none; border-top: 1px solid var(--line); }
  .primary-nav.is-open { display: block; }
  .nav-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding-block: 5px 10px; }
  .nav-link { min-height: 41px; border-bottom: 1px solid #e9e8e0; font-size: 10px; }
  .nav-link.is-current::after { right: auto; width: 29px; }
  .home-intro { padding-top: 42px; padding-bottom: 24px; }
  .home-intro h1 { max-width: 600px; font-size: clamp(42px, 9vw, 64px); }
  .home-lede { max-width: 510px; margin-top: 15px; font-size: 17px; }
  .feature-layout { grid-template-columns: 1fr; gap: 34px; padding-top: 8px; padding-bottom: 42px; }
  .feature-copy { padding: 16px 0 0; }
  .feature-copy h2 { font-size: 35px; }
  .latest-panel { padding-top: 3px; }
  .section-block { padding-top: 47px; }
  .section-heading { align-items: flex-start; }
  .category-tiles { grid-template-columns: 1fr 1fr; }
  .category-tile { min-height: 160px; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 17px; }
  .story-title { font-size: 20px; }
  .story-summary { font-size: 11px; }
  .category-shelf { padding-top: 48px; }
  .method-band { margin-top: 50px; padding-block: 39px; }
  .method-inner { grid-template-columns: 1fr; gap: 20px; }
  .method-inner h2 { max-width: 560px; font-size: 37px; }
  .method-copy p { font-size: 16px; }
  .archive-header { padding-top: 29px; }
  .archive-header .breadcrumbs { margin-bottom: 29px; }
  .archive-grid-section { padding-bottom: 57px; }
  .article-container { padding-top: 28px; }
  .article-container .breadcrumbs { margin-bottom: 28px; }
  .article-header h1 { font-size: clamp(38px, 8vw, 56px); }
  .article-hero img { aspect-ratio: 1.45 / 1; }
  .article-layout { grid-template-columns: 1fr; gap: 25px; }
  .article-aside { position: static; }
  .toc-card { padding: 14px 15px; }
  .toc-card nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; }
  .article-body p { font-size: 14px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 31px 24px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 32px); }
  .header-main { gap: 9px; }
  .brand { gap: 7px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 22px; }
  .site-search { width: min(160px, 34vw); height: 36px; }
  .site-search input { padding-inline: 8px; font-size: 10px; }
  .site-search button { width: 29px; font-size: 20px; }
  .menu-toggle { width: 34px; height: 36px; }
  .home-intro { padding-top: 37px; }
  .home-intro h1 { font-size: clamp(39px, 11vw, 52px); }
  .home-lede { font-size: 16px; }
  .feature-image { aspect-ratio: 1.3 / 1; }
  .feature-copy h2 { font-size: 31px; }
  .latest-row > a { grid-template-columns: 42px 1fr 16px; }
  .latest-title { font-size: 16px; }
  .section-heading { flex-direction: column; gap: 10px; margin-bottom: 18px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading > p { font-size: 12px; }
  .category-tile { min-height: 151px; padding: 16px 14px; }
  .tile-title { margin-top: 17px; font-size: 18px; }
  .tile-description { font-size: 10px; }
  .tile-arrow { top: 13px; right: 13px; }
  .story-grid { grid-template-columns: 1fr; gap: 26px; }
  .story-image-wrap { aspect-ratio: 1.5 / 1; }
  .story-card-body { padding-top: 12px; }
  .story-title { font-size: 22px; }
  .story-summary { margin-top: 8px; font-size: 12px; }
  .category-shelf .section-heading { flex-direction: row; align-items: end; }
  .category-shelf .section-heading .text-link { max-width: 130px; font-size: 10px; }
  .method-inner h2 { font-size: 32px; }
  .archive-header h1, .policy-header h1 { font-size: 43px; }
  .archive-intro { font-size: 16px; }
  .archive-meta { gap: 12px; font-size: 10px; }
  .story-grid-archive { row-gap: 30px; }
  .article-header { text-align: left; }
  .article-header h1 { font-size: 42px; }
  .article-dek { margin: 14px 0; font-size: 17px; }
  .article-meta { justify-content: flex-start; gap: 7px; }
  .article-hero img { aspect-ratio: 1.18 / 1; }
  .article-hero figcaption { text-align: left; }
  .commerce-note { margin: 20px auto 29px; padding: 12px 13px; }
  .article-body h2 { font-size: 27px; }
  .article-body section { margin-bottom: 29px; }
  .checklist-section { padding: 18px 16px 19px; }
  .fit-grid { grid-template-columns: 1fr; }
  .decision-panel { padding: 20px 18px; }
  .search-large { flex-direction: column; }
  .search-large .button { width: 100%; }
  .contact-card { width: 100%; }
  .footer-main { gap: 29px 16px; padding-top: 37px; }
  .footer-column a { font-size: 10px; }
  .footer-bottom { flex-direction: column; gap: 4px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
