:root {
  --ink: #28343c;
  --ink-soft: #52616a;
  --paper: #f4f3ef;
  --paper-light: #faf9f6;
  --blue-grey: #e7ebeb;
  --line: #cbd0d0;
  --sand: #c3b399;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #ad8660; outline-offset: 5px; border-radius: 2px; }
::selection { background: #d4c7ae; color: var(--ink); }
.shell { width: min(100% - 3rem, 1200px); margin-inline: auto; }
.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 100; padding: .55rem .9rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { min-height: 6.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { font: 400 1.45rem/1 var(--serif); letter-spacing: .36em; text-decoration: none; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 3rem); }
.primary-nav a { font-size: .9rem; font-weight: 550; text-decoration: none; transition: color .2s ease; }
.primary-nav a:hover { color: #8c7259; }

.hero { min-height: 680px; overflow: hidden; background: var(--paper-light); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(230px, .65fr); min-height: 680px; }
.hero-copy { padding: clamp(5rem, 9vw, 9rem) 2rem clamp(5rem, 9vw, 8rem) 0; }
.eyebrow, .section-number, .pillar-number { display: block; margin: 0; color: var(--ink-soft); font-size: .77rem; font-weight: 650; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 850px; margin: 1.8rem 0 2.1rem; font-size: clamp(3.35rem, 5.8vw, 6.05rem); line-height: 1.07; letter-spacing: -.035em; text-wrap: balance; }
.hero-support { max-width: 660px; margin-bottom: 2.25rem; color: var(--ink-soft); font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.68; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; min-height: 3.65rem; padding: .85rem 1.35rem; font-size: .92rem; font-weight: 650; line-height: 1.25; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #455560; }
.button-light { background: var(--paper-light); color: var(--ink); }
.button-light:hover { background: #e1e4e3; }
.button span, .text-link span { font-size: 1.2em; font-weight: 400; }
.hero-aside { position: relative; display: flex; align-items: flex-end; justify-content: flex-end; min-width: 0; padding: 0 0 5.4rem 2.5rem; border-left: 1px solid var(--line); }
.hero-aside::before { content: ""; position: absolute; top: 12%; right: -60%; width: 130%; aspect-ratio: 1; border: 1px solid #d6d8d6; border-radius: 50%; }
.hero-aside::after { content: ""; position: absolute; top: 26%; right: -30%; width: 85%; aspect-ratio: 1; border: 1px solid #d6d8d6; border-radius: 50%; }
.hero-aside p { position: relative; z-index: 1; margin: 0; font: italic 400 clamp(1.6rem, 2.5vw, 2.8rem)/1.2 var(--serif); letter-spacing: -.025em; text-align: right; }
.linework { position: absolute; inset: 0; display: flex; justify-content: space-evenly; }
.linework span { display: block; width: 1px; height: 100%; background: #e4e6e3; }

.section { padding-block: clamp(5rem, 8vw, 8.5rem); scroll-margin-top: 1.5rem; }
.section-grid { display: grid; grid-template-columns: minmax(210px, .68fr) minmax(0, 1fr); column-gap: clamp(3rem, 9vw, 9rem); }
.section-heading h2 { margin: 1.2rem 0 0; font-size: clamp(2.6rem, 4.4vw, 4.6rem); line-height: 1.13; letter-spacing: -.03em; }
.section-body { max-width: 700px; }
.prose p { margin-bottom: 1.4rem; color: var(--ink-soft); font-size: clamp(1.08rem, 1.25vw, 1.17rem); line-height: 1.82; }
.prose p:first-child { color: var(--ink); font-size: clamp(1.28rem, 1.6vw, 1.55rem); line-height: 1.6; }
.prose p:last-child { margin-bottom: 0; }

.section-approach { background: var(--blue-grey); }
.approach-heading { margin-bottom: 3.25rem; }
.pillar-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #b9c1c1; border-left: 1px solid #b9c1c1; }
.pillar { min-height: 285px; padding: clamp(1.8rem, 3vw, 3rem); border-right: 1px solid #b9c1c1; border-bottom: 1px solid #b9c1c1; }
.pillar-number { color: #677880; }
.pillar h3 { margin: 2.25rem 0 .8rem; font-size: clamp(1.6rem, 2.25vw, 2.25rem); line-height: 1.2; }
.pillar p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.72; }

.philosophy { padding-block: clamp(5.5rem, 9vw, 9rem); background: var(--ink); color: #f4f3ef; }
.philosophy-inner { display: grid; grid-template-columns: minmax(210px, .68fr) minmax(0, 1fr); gap: clamp(3rem, 9vw, 9rem); }
.philosophy .section-number { color: #c3b399; }
.philosophy h2 { margin: 0 0 3.4rem; font-size: clamp(3.2rem, 6.2vw, 6.8rem); line-height: 1.06; letter-spacing: -.04em; }
.philosophy-copy { max-width: 650px; border-top: 1px solid #68747a; padding-top: 2rem; }
.philosophy-copy p { margin-bottom: 1rem; color: #d8dedd; font-size: 1.08rem; line-height: 1.75; }
.philosophy-copy p:last-child { margin-bottom: 0; color: #fff; }

.section-partnerships { background: var(--paper-light); }
.lead { margin-bottom: 2rem; font: 400 clamp(1.25rem, 1.7vw, 1.55rem)/1.6 var(--serif); }
.partnership-list { margin: 0 0 2rem; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.partnership-list li { padding: .95rem 0; border-bottom: 1px solid var(--line); font-weight: 550; font-size: 1.02rem; }
.partnership-note { margin-bottom: 1.75rem; color: var(--ink-soft); line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 1.5rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.text-link:hover { color: #8c7259; }

.section-founder { border-top: 1px solid var(--line); }
.founder-content h3 { margin: 0 0 .15rem; font-size: clamp(1.8rem, 2.5vw, 2.5rem); }
.founder-title { margin-bottom: 1.45rem; color: #677880; font-weight: 600; }
.founder-content > p:not(.founder-title) { max-width: 580px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; }

.contact { padding-block: clamp(5rem, 8vw, 8.5rem); background: #dce2e2; scroll-margin-top: 1.5rem; }
.contact-inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(3rem, 8vw, 7rem); align-items: end; }
.contact h2 { margin: 1.2rem 0 0; font-size: clamp(2.8rem, 4.8vw, 5rem); line-height: 1.13; letter-spacing: -.035em; }
.contact-details p { margin-bottom: 1.35rem; color: #475760; font-size: 1.07rem; line-height: 1.8; }
.contact-details strong { color: var(--ink); font-weight: 650; }
.contact-details p a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.contact-details .button { margin-top: .5rem; }

.site-footer { padding-block: 2.2rem; background: var(--ink); color: #d9dedd; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; font-size: .87rem; }
.footer-inner p { margin-bottom: .1rem; }
.footer-inner a { text-underline-offset: 4px; }

@media (max-width: 840px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr) 180px; }
  .hero-copy { padding-right: 1.5rem; }
  .hero-aside { padding-left: 1rem; }
  .section-grid, .philosophy-inner { grid-template-columns: minmax(180px, .5fr) minmax(0, 1fr); column-gap: 2rem; }
  .contact-inner { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 2.25rem, 1200px); }
  .header-inner { min-height: 0; padding-block: 1.3rem 1.15rem; flex-direction: column; align-items: flex-start; gap: 1.15rem; }
  .wordmark { font-size: 1.26rem; }
  .primary-nav { width: 100%; justify-content: space-between; gap: .75rem; }
  .primary-nav a { font-size: .83rem; }
  .hero, .hero-inner { min-height: 0; }
  .hero-inner { display: block; }
  .hero-copy { padding: 4.3rem 0 5rem; }
  h1 { margin: 1.35rem 0 1.7rem; font-size: clamp(3rem, 11vw, 4.25rem); line-height: 1.08; }
  .hero-support { font-size: 1.05rem; }
  .hero-aside { display: none; }
  .section { padding-block: 4.8rem; }
  .section-grid, .philosophy-inner { display: block; }
  .section-heading { margin-bottom: 2rem; }
  .section-heading h2 { margin-top: 1rem; }
  .approach-heading { margin-bottom: 2.2rem; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 0; padding: 1.75rem; }
  .pillar h3 { margin-top: 1.55rem; }
  .philosophy { padding-block: 5rem; }
  .philosophy h2 { margin: 1.25rem 0 2.6rem; font-size: clamp(3.15rem, 11vw, 4.6rem); }
  .contact { padding-block: 5rem; }
  .contact-inner { display: block; }
  .contact h2 { margin-bottom: 2.4rem; font-size: clamp(2.75rem, 9vw, 4rem); }
  .footer-inner { display: block; }
  .footer-inner > div { margin-top: 1.25rem; }
}

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