:root {
  color-scheme: light;
  --paper: #f7f7f2;
  --ink: #202621;
  --muted: #535b52;
  --blue: #2348ce;
  --line: #c7cdc2;
  --panel: #e9eddf;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 0.25em; }
a:hover { color: var(--blue); }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
::selection { background: #d8dffb; color: var(--ink); }
.wrap { width: min(100% - 6rem, 80rem); margin-inline: auto; }
.skip-link { position: absolute; top: -6rem; left: 1rem; z-index: 2; padding: 1rem; background: var(--paper); }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2.1rem; border-bottom: 1px solid var(--line); }
.wordmark { display: grid; grid-template-columns: auto auto; position: relative; font-size: 1.5rem; font-weight: 750; line-height: 0.95; letter-spacing: -0.06em; text-decoration: none; }
.wordmark > span:first-child { grid-row: 2; }
.wordmark .mark { grid-column: 2; grid-row: 1 / 3; padding-left: 0.5rem; color: var(--blue); font-family: Georgia, serif; font-size: 4rem; line-height: 0.85; }
nav { display: flex; gap: 2rem; flex-wrap: wrap; }
nav a { font-size: 0.9375rem; text-decoration: none; padding-block: 0.6rem; }
nav a:hover { text-decoration: underline; }
.eyebrow { font-size: 0.8125rem; font-weight: 650; letter-spacing: 0.09em; text-transform: uppercase; line-height: 1.6; }
.hero { padding-block: 3.25rem 4rem; }
.hero .eyebrow { margin: 0 0 2rem; color: var(--muted); }
h1 { font-size: clamp(3.5rem, 7.6vw, 7.25rem); font-weight: 500; line-height: 1.03; letter-spacing: -0.065em; margin: 0 0 2.5rem; }
h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--blue); letter-spacing: -0.06em; }
.hero-bottom p { max-width: 35rem; margin: 0; font-size: 1.25rem; line-height: 1.6; }
.section-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 2.5rem; }
.about { border-top: 1px solid var(--line); padding-block: 5rem; }
.section-grid > .eyebrow { margin: 0.5rem 0 0; color: var(--muted); }
h2 { font-size: clamp(2rem, 3.8vw, 3.5rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1.12; margin: 0 0 1.75rem; }
.section-grid p:not(.eyebrow) { max-width: 41rem; font-size: 1.0625rem; line-height: 1.75; }
.development-note { border-left: 2px solid var(--blue); padding-left: 1.2rem; margin-top: 2rem; color: var(--muted); }
.approach { padding-block: 4.5rem; background: var(--panel); }
.approach-heading h2 { margin-bottom: 2.5rem; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.principles article { border-top: 1px solid #a5af99; padding-top: 1.5rem; }
h3 { font-size: 1.125rem; font-weight: 650; line-height: 1.4; letter-spacing: -0.015em; margin: 0 0 0.75rem; }
.principles p { margin: 0; font-size: 1rem; line-height: 1.7; }
.contact { padding-block: 5rem; }
.contact-links { margin-top: 2rem; }
.contact-links a { font-size: 1rem; overflow-wrap: anywhere; }
.site-footer { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 1.75rem; color: var(--muted); font-size: 0.875rem; line-height: 1.6; }
.privacy { max-width: 46rem; padding-block: 4rem 5rem; }
.privacy h1 { font-size: clamp(3rem, 6vw, 5rem); }
.privacy h2 { margin-top: 2.5rem; margin-bottom: 1rem; font-size: 1.6rem; }
.privacy p { font-size: 1.0625rem; line-height: 1.75; }
.privacy a { overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 2.5rem); }
  .site-header { align-items: start; gap: 1.5rem; padding-block: 1.5rem; }
  nav { gap: 0.2rem 1rem; justify-content: end; }
  nav a { font-size: 0.875rem; }
  .hero { padding-block: 2.5rem 3rem; }
  h1 { font-size: clamp(3rem, 10vw, 5.75rem); }
  .hero-bottom p { font-size: 1.125rem; }
  .section-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .about, .contact { padding-block: 3rem; }
  .approach { padding-block: 3rem; }
  .approach-heading h2 { margin-bottom: 0.5rem; }
  .principles { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer { justify-content: start; }
  .site-footer > span:last-child { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
