:root {
  --paper: #f3efe6;
  --paper-2: #e9e3d7;
  --ink: #24312e;
  --ink-soft: #52605c;
  --pine: #304d45;
  --gold: #8a641f;
  --gold-light: #d3b36f;
  --line: #cfc7b8;
  --white: #fffdf8;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --step--1: clamp(.82rem, .79rem + .12vw, .9rem);
  --step-0: clamp(1rem, .96rem + .18vw, 1.12rem);
  --step-1: clamp(1.25rem, 1.15rem + .45vw, 1.58rem);
  --step-2: clamp(1.65rem, 1.4rem + 1.1vw, 2.5rem);
  --step-3: clamp(2.35rem, 1.8rem + 2.6vw, 4.65rem);
  --step-4: clamp(2.75rem, 1.8rem + 4.3vw, 6.2rem);
  --space: clamp(1rem, .4rem + 3vw, 3.5rem);
  --section: clamp(5rem, 8vw, 9rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font: 400 var(--step-0)/1.65 var(--sans); text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--gold); }
.site-footer a:hover, .feature-accent a:hover, .contact-band a:hover, .schedule a:hover { color: var(--gold-light); }
button, input, summary { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
::selection { color: var(--white); background: var(--pine); }

.wrap { width: min(100% - 2 * var(--space), 1240px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--white); background: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.eyebrow, .section-number, time { margin: 0 0 1rem; color: var(--gold); font-size: var(--step--1); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; text-wrap: balance; }
h1 { font-size: var(--step-4); letter-spacing: -.045em; }
h2 { font-size: var(--step-2); letter-spacing: -.025em; }
h3 { font-size: var(--step-1); }
em { color: var(--gold); font-weight: 400; }
.lead { max-width: 42rem; color: var(--ink-soft); font-size: var(--step-1); line-height: 1.45; }
.quiet { color: var(--ink-soft); font-size: var(--step--1); }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .72rem 1.25rem; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-size: var(--step--1); font-weight: 700; text-decoration: none; }
.button:hover { border-color: var(--gold); color: var(--white); background: var(--gold); }
.button.light { border-color: var(--white); color: var(--ink); background: var(--white); }
.button.light:hover { border-color: var(--gold-light); background: var(--gold-light); }
.text-link { display: inline-block; font-size: var(--step--1); font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: .3rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(.25rem); }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); }
.header-inner { min-height: 6.2rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem, 3vw, 3rem); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark { width: 2.7rem; flex: 0 0 auto; color: var(--gold); }
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; }
.brand b, .brand small { display: block; }
.brand b { font-family: var(--serif); font-size: 1.18rem; font-weight: 400; line-height: 1; }
.brand small { margin-top: .27rem; color: var(--ink-soft); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(.9rem, 2vw, 2rem); }
.desktop-nav a { padding-block: .8rem; color: var(--ink-soft); font-size: var(--step--1); text-decoration: none; }
.desktop-nav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -1px var(--gold); }
.header-cta { white-space: nowrap; }
.mobile-nav { display: none; }

.hero { min-height: 620px; display: grid; grid-template-columns: 1.618fr 1fr; align-items: center; gap: clamp(2rem, 6vw, 7rem); padding-block: clamp(3rem, 6vw, 6rem); }
.hero-copy h1 { max-width: 12ch; margin-bottom: 2rem; }
.hero-copy .lead { max-width: 34rem; }
.actions { display: flex; align-items: center; gap: 1.5rem; margin: 2.3rem 0 1.4rem; }
.hero-portrait { position: relative; margin: 0; }
.hero-portrait::before { content: ""; position: absolute; z-index: -1; inset: -2rem -2rem 3rem 3rem; border: 1px solid var(--gold-light); border-radius: 50% 50% 0 50%; opacity: .65; }
.hero-portrait img { width: 100%; height: auto; aspect-ratio: .78; object-fit: cover; object-position: 0 center; filter: saturate(.72) contrast(.96); }
.hero-portrait figcaption { display: grid; gap: .15rem; width: max-content; max-width: 90%; margin: -3.5rem 0 0 -2rem; padding: 1rem 1.25rem; color: var(--white); background: var(--pine); }
.hero-portrait figcaption { position: relative; z-index: 1; }
.hero-portrait figcaption strong { font-family: var(--serif); font-size: var(--step-1); font-weight: 400; }
.hero-portrait figcaption span { font-size: var(--step--1); }

.section { padding-block: var(--section); border-top: 1px solid var(--line); }
.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 9rem); }
.intro { max-width: 31rem; color: var(--ink-soft); }
.soft { background: var(--paper-2); }
.lined-list { margin: 0; padding: 0; list-style: none; }
.lined-list li { padding: 1.1rem 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: var(--step-1); line-height: 1.3; }
.lined-list li:last-child { border-bottom: 1px solid var(--line); }
.lined-list.compact li { font-family: var(--sans); font-size: var(--step-0); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.steps li > span { color: var(--gold); font-size: var(--step--1); }
.steps h3 { margin-bottom: .4rem; }
.steps p { max-width: 38rem; margin: 0; color: var(--ink-soft); }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading > p { max-width: 34rem; color: var(--ink-soft); }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 22rem; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-main { grid-row: span 2; min-height: 44rem; justify-content: flex-end; background: var(--white); }
.feature-main h3 { font-size: var(--step-2); }
.feature p { color: var(--ink-soft); }
.feature .text-link { margin-top: auto; }
.feature-accent { color: var(--white); background: var(--pine); }
.feature-accent p { color: #dfe7e3; }
.about-teaser { display: grid; grid-template-columns: .35fr 1.65fr; gap: 2rem; }
.about-teaser > div:last-child { max-width: 55rem; }
.about-teaser h2 { font-size: var(--step-3); }
.quote-mark { color: var(--gold-light); font-family: var(--serif); font-size: 12rem; line-height: .65; }

.contact-band { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; margin-top: var(--section); padding: clamp(2rem, 5vw, 4.5rem); color: var(--white); background: var(--pine); }
.contact-band .eyebrow { color: var(--gold-light); }
.contact-band h2 { max-width: 18ch; font-size: var(--step-2); }
.contact-band p { color: #dfe7e3; }
.contact-actions { display: grid; gap: 1rem; text-align: center; }

.page-head { padding-block: clamp(5rem, 10vw, 10rem); border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 15ch; margin: 0; }
.article { padding-block: clamp(3rem, 7vw, 7rem); }
.profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.profile-photo { margin: 0; overflow: hidden; }
.profile-photo img { width: 100%; height: auto; aspect-ratio: .83; object-fit: cover; object-position: 0 center; filter: saturate(.68); }
.compact-actions { margin-top: 1.5rem; }
.intro-prose { max-width: 40rem; }
.article-section { margin-top: var(--section); padding-top: clamp(3rem, 5vw, 5rem); border-top: 1px solid var(--line); }
.breadcrumbs { padding-top: 1.2rem; font-size: var(--step--1); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "›"; margin-right: .45rem; color: var(--gold); }
.breadcrumbs span { color: var(--ink-soft); }
.prose { max-width: 46rem; }
.prose > * + * { margin-top: 1.35em; }
.prose h2 { margin-top: 2.2em; }
.prose h3 { margin-top: 1.8em; margin-bottom: .4rem; }
.prose a { color: var(--gold); }
.lead-copy { max-width: 56rem; font-family: var(--serif); font-size: var(--step-1); line-height: 1.55; }
.verification { margin-top: clamp(3rem, 6vw, 6rem); padding: 1.5rem 1.7rem; border-left: 3px solid var(--gold); background: var(--white); }
.verification strong { font-family: var(--serif); font-size: var(--step-1); font-weight: 400; }
.verification p { margin: .65rem 0 0; color: var(--ink-soft); }
.soft-inset { padding: clamp(2rem, 5vw, 4.5rem); border: 0; background: var(--paper-2); }
.soft-inset h2 { max-width: 21ch; }
blockquote { max-width: 50rem; margin: var(--section) auto; padding: 1rem 0 1rem clamp(1.4rem, 4vw, 3rem); border-left: 2px solid var(--gold); color: var(--pine); font: 400 var(--step-2)/1.35 var(--serif); }

.service-index { margin-top: clamp(3rem, 7vw, 7rem); border-top: 1px solid var(--line); }
.service-index > a { display: grid; grid-template-columns: 3rem 1fr auto; gap: 1rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.service-index > a > span { color: var(--gold); font-size: var(--step--1); }
.service-index h2 { margin-bottom: .45rem; }
.service-index p { margin: 0; color: var(--ink-soft); }
.service-index b { font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.service-index a:hover b { transform: translateX(.4rem); }
.compact-index { margin-top: 0; }
.compact-index > a { padding: 1.15rem 0; }
.compact-index h3 { margin: 0; font-family: var(--sans); font-size: var(--step-0); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.related-grid > a { min-height: 12rem; display: flex; flex-direction: column; gap: .8rem; padding: 1.5rem; background: var(--paper); text-decoration: none; }
.related-grid strong { font-family: var(--serif); font-size: var(--step-1); font-weight: 400; line-height: 1.2; }
.related-grid span { color: var(--ink-soft); font-size: var(--step--1); }
.faq { max-width: 55rem; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 3.3rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; cursor: pointer; font-family: var(--serif); font-size: var(--step-1); }
.faq summary::after { content: "+"; color: var(--gold); font: 400 1.4rem/1 var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0 0 1.3rem; color: var(--ink-soft); }
.program { display: grid; grid-template-columns: .45fr 1fr; column-gap: 3rem; padding: clamp(3rem, 6vw, 6rem) 0; border-top: 1px solid var(--line); }
.program > *:not(.eyebrow) { grid-column: 2; }
.program p { max-width: 42rem; color: var(--ink-soft); }
.schedule { max-width: 55rem; padding: clamp(2rem, 6vw, 5rem); color: var(--white); background: var(--pine); }
.schedule .eyebrow { color: var(--gold-light); }
.schedule h2 { font-size: var(--step-3); }
.schedule p { color: #dfe7e3; }
.schedule .button { margin-top: 1rem; }

.article-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.article-index article { min-height: 27rem; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); }
.article-index h2 a { text-decoration: none; }
.article-index p { color: var(--ink-soft); }
.article-index .text-link { margin-top: auto; }
.long-article { display: grid; grid-template-columns: minmax(15rem, .6fr) minmax(0, 1.4fr); column-gap: clamp(3rem, 8vw, 10rem); padding-block: clamp(4rem, 9vw, 9rem); }
.long-article header { position: sticky; top: 3rem; align-self: start; }
.long-article h1 { margin: 2rem 0; font-size: var(--step-3); }
.back { font-size: var(--step--1); font-weight: 700; text-decoration: none; }
.article-meta { color: var(--ink-soft); font-size: var(--step--1); }
.long-article .prose { font-family: var(--serif); font-size: clamp(1.08rem, 1rem + .25vw, 1.25rem); line-height: 1.75; }
.long-article footer { grid-column: 2; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: var(--step--1); }
.contact-page { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.contact-page > div { min-height: 19rem; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--paper); }
.contact-page a, .contact-page address { font: 400 var(--step-1)/1.45 var(--serif); }
.contact-page address { font-style: normal; }
.legal h2 { font-size: var(--step-1); }

.site-footer { padding: clamp(4rem, 8vw, 7rem) 0 2rem; color: #e4e7e5; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 3rem; }
.footer-brand { align-self: start; color: var(--white); }
.footer-brand .brand-mark { color: var(--gold-light); }
.footer-brand small { color: #bdc8c4; }
.footer-grid p { color: #bdc8c4; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid #52605c; color: #aebbb6; font-size: var(--step--1); }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { min-width: 4.5rem; padding: .6rem .75rem; border: 1px solid var(--line); cursor: pointer; list-style: none; text-align: center; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; top: calc(100% + .8rem); right: 0; width: min(19rem, calc(100vw - 2rem)); display: grid; padding: .5rem; border: 1px solid var(--line); background: var(--white); box-shadow: 0 1rem 2rem #24312e1a; }
  .mobile-nav nav a { min-height: 3rem; display: flex; align-items: center; padding: .55rem .8rem; text-decoration: none; }
  .hero { min-height: auto; grid-template-columns: 1fr .72fr; gap: 3rem; }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-main { grid-row: span 1; min-height: 28rem; }
  .long-article { grid-template-columns: 1fr; }
  .long-article header { position: static; margin-bottom: 3rem; }
  .long-article footer { grid-column: 1; }
  .contact-page { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  :root { --section: 4.7rem; }
  html { scroll-behavior: auto; }
  .header-inner { min-height: 4.8rem; }
  .brand small { display: none; }
  .brand-mark { width: 2.25rem; }
  .hero { display: flex; flex-direction: column; align-items: stretch; padding-top: 3.5rem; }
  .hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .hero-portrait { width: 92%; align-self: flex-end; margin-top: 2rem; }
  .hero-portrait figcaption { margin-left: -8%; }
  .actions { align-items: flex-start; flex-direction: column; }
  .split, .section-heading, .profile-grid, .contact-band, .footer-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .editorial-grid, .article-index, .contact-page, .related-grid { grid-template-columns: 1fr; }
  .feature, .feature-main { min-height: 20rem; }
  .about-teaser { grid-template-columns: 1fr; }
  .quote-mark { height: 4rem; font-size: 8rem; }
  .contact-band { margin-inline: 0; }
  .contact-actions { justify-items: start; text-align: left; }
  .profile-photo img { aspect-ratio: 1; }
  .program { grid-template-columns: 1fr; }
  .program > *:not(.eyebrow) { grid-column: 1; }
  .service-index > a { grid-template-columns: 2.3rem 1fr; }
  .service-index b { display: none; }
  .long-article .prose { font-size: 1.06rem; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  .site-header, .site-footer, .contact-band { display: none; }
  body { color: #000; background: #fff; }
  .wrap { width: 100%; }
  a { text-decoration: none; }
}
