:root {
  color-scheme: light;
  --background: #fafaf8;
  --foreground: #20211f;
  --secondary: #5d605b;
  --muted: #73766f;
  --line: #d7d9d2;
  --accent: #6c6c6c;
  --hover: #eeeeeb;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --background: #000000;
  --foreground: #edece6;
  --secondary: #b2b6ac;
  --muted: #959b90;
  --line: #383d34;
  --accent: #b8b8b8;
  --hover: #292d26;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 3rem; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, .theme-toggle { transition: background-color .25s ease, color .25s ease; }
::selection { background: var(--accent); color: var(--background); }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; border-radius: 2px; }
p, h1, h2, h3 { margin: 0; }
.page-width { width: calc(100% - 112px); max-width: 1360px; margin-inline: auto; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.wordmark, .footer-brand { font-family: var(--serif); font-size: 2.4rem; letter-spacing: -.06em; line-height: 1.1; }
.wordmark-period { color: var(--accent); }
nav { display: flex; align-items: center; gap: 36px; margin-left: auto; font-size: .875rem; }
nav > a { padding-block: 15px; }
nav > a:hover, .text-link:hover, .back-to-top:hover { color: var(--accent); }
.theme-toggle { min-width: 80px; min-height: 44px; border: 1px solid var(--line); border-radius: 24px; background: transparent; color: var(--foreground); display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; padding: 10px 14px; font-size: .875rem; }
.theme-toggle:hover { background: var(--hover); }
.icon-sun { display: none; }
[data-theme="dark"] .icon-sun { display: block; }
[data-theme="dark"] .icon-moon { display: none; }
.hero { padding: 86px 0 66px; }
.eyebrow { font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; color: var(--secondary); margin-bottom: 37px; line-height: 1.6; }
h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(3.8rem, 6.5vw, 6.4rem); letter-spacing: -.051em; line-height: 1.095; }
h1 em { font-weight: 400; color: #ffffff; -webkit-text-stroke: 2px #000000; paint-order: stroke fill; }
[data-theme="dark"] h1 em { color: #000000; -webkit-text-stroke-color: #ffffff; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-top: 45px; }
.hero-bottom p { font-size: 1.0625rem; line-height: 1.6; color: var(--secondary); }
.text-link { font-size: .875rem; display: inline-flex; align-items: center; gap: 35px; padding-block: 12px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.text-link span { font-size: 1.25rem; }
.editorial-section { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; border-top: 1px solid var(--line); padding: 67px 0 76px; }
.section-label { font-size: .875rem; font-weight: 400; line-height: 1.5; }
.section-content { max-width: 735px; }
.lead { font-family: var(--serif); font-size: clamp(1.8rem, 2.55vw, 2.6rem); line-height: 1.22; letter-spacing: -.033em; max-width: 710px; }
.body-copy { font-size: 1.0625rem; line-height: 1.7; color: var(--secondary); max-width: 630px; }
div.body-copy { margin-top: 27px; }
.body-copy p + p { margin-top: 18px; }
.approach-intro { margin-top: 28px; }
.focus-areas { margin-top: 39px; }
.focus-area { display: grid; grid-template-columns: .9fr 1fr; gap: 36px; padding: 23px 0; border-top: 1px solid var(--line); }
.focus-area h3 { font-weight: 400; font-size: 1rem; line-height: 1.5; }
.focus-area p { color: var(--secondary); font-size: 1rem; line-height: 1.6; }
.site-footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 128px; padding-block: 30px; }
.footer-brand { font-size: 1.65rem; }
.footer-actions { display: flex; align-items: center; gap: 28px; }
.site-footer p, .back-to-top { font-size: .8125rem; color: var(--secondary); }
.back-to-top { display: flex; gap: 20px; padding-block: 15px; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 10; padding: 12px 20px; background: var(--foreground); color: var(--background); }
.skip-link:focus { top: 20px; }
@media (min-width: 1600px) { .hero { padding-block: 100px 76px; } }
@media (max-width: 900px) {
  .page-width { width: calc(100% - 64px); }
  .editorial-section { grid-template-columns: 1fr 2.2fr; gap: 30px; }
  .focus-area { gap: 24px; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 24px; }
  .page-width { width: calc(100% - 40px); }
  .site-header { min-height: 86px; gap: 12px; }
  .wordmark { font-size: 1.9rem; }
  nav { gap: 17px; }
  nav > a { font-size: .875rem; }
  .hero { padding: 60px 0 42px; }
  .eyebrow { font-size: .75rem; letter-spacing: .12em; margin-bottom: 28px; }
  h1 { font-size: clamp(2.75rem, 10.4vw, 4rem); line-height: 1.12; letter-spacing: -.047em; }
  .hero-bottom { display: block; margin-top: 27px; }
  .hero-bottom p { font-size: 1rem; }
  .text-link { margin-top: 26px; gap: 44px; }
  .editorial-section { display: block; padding: 37px 0 43px; }
  .section-label { margin-bottom: 32px; }
  .lead { font-size: 1.875rem; line-height: 1.25; }
  .body-copy { font-size: 1rem; line-height: 1.7; }
  .focus-area { grid-template-columns: 1fr; gap: 9px; padding: 22px 0; }
  .focus-area h3 { color: var(--foreground); }
  .focus-areas { margin-top: 30px; }
  .site-footer { flex-wrap: wrap; padding-block: 27px; gap: 20px; }
  .footer-actions { width: 100%; justify-content: space-between; }
}
@media (max-width: 359px) {
  .wordmark { font-size: 1.65rem; }
  nav { gap: 12px; }
  h1 { font-size: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
