@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');

:root {
  color-scheme: light;
  --paper: #f8f8f6;
  --white: #fff;
  --ink: #232624;
  --ink-soft: #565d59;
  --rule: #d9dcd8;
  --muted: #ebece9;
  --dark: #252a28;
  --font-sans: 'DM Sans', Arial, sans-serif;
  --font-serif: 'Libre Caslon Display', Georgia, serif;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { background: #cdd2cc; color: #151715; }
:focus-visible { outline: 3px solid #68796e; outline-offset: 3px; }
.skip-link { position: absolute; left: 16px; top: -70px; z-index: 100; background: var(--ink); color: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,248,246,.97); border-bottom: 1px solid var(--rule); backdrop-filter: blur(10px); }
.header-inner { width: min(100% - 64px, 1440px); min-height: 108px; margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 8px 0; }
.brand img { width: 100px; height: 90px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 36px); margin-left: auto; }
.desktop-nav a { color: #3b403d; font-size: .89rem; font-weight: 600; letter-spacing: .01em; transition: color 180ms ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current='page'] { color: #050706; }
.desktop-nav a[aria-current='page'] { text-decoration: underline; text-underline-offset: 7px; }
.header-cta { margin-left: 8px; }
.mobile-menu-button { display: none; border: 0; background: none; width: 46px; height: 46px; padding: 10px; margin-left: auto; }
.mobile-menu-button span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform 180ms ease, opacity 180ms ease; }
.mobile-menu-button[aria-expanded='true'] span:first-child { transform: translateY(8px) rotate(45deg); }
.mobile-menu-button[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.mobile-menu-button[aria-expanded='true'] span:last-child { transform: translateY(-8px) rotate(-45deg); }
.mobile-nav { display: none; }

.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; padding: 13px 22px; font-weight: 600; font-size: .91rem; line-height: 1.15; transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 140ms ease; }
.button-dark { background: var(--dark); color: var(--white); }
.button-dark:hover { background: #0d1110; }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: #e9ece8; }
.button .arrow, .text-link .arrow { font-size: 1.3em; line-height: .7; font-weight: 400; }
@media (hover: hover) and (pointer: fine) { .button:hover { transform: translateY(-2px); } }
.button:active { transform: scale(.98); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-weight: 600; font-size: .91rem; transition: gap 180ms ease; }
.text-link:hover { gap: 16px; }

.wrap { width: min(100% - 80px, 1360px); margin-inline: auto; }
.eyebrow { margin: 0; color: var(--ink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.serif { font-family: var(--font-serif); font-weight: 400; }
.section { padding-block: clamp(84px, 9vw, 150px); }
.section-tight { padding-block: clamp(66px, 7vw, 108px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 46px; }
.section-head h2, .page-heading { margin: 12px 0 0; font-size: clamp(2.7rem, 5.2vw, 5.4rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.lede { max-width: 58ch; color: var(--ink-soft); font-size: clamp(1.07rem, 1.4vw, 1.24rem); line-height: 1.65; }
.small-note { color: var(--ink-soft); font-size: .76rem; line-height: 1.5; }

.hero { padding-top: clamp(58px, 7.5vw, 118px); }
.eyebrow-divider { padding: 0 10px; color: #aab1aa; }
.hero h1 { margin: 23px 0 32px; max-width: 1140px; font-size: clamp(4.5rem, 9.5vw, 9.7rem); font-weight: 600; letter-spacing: -.085em; line-height: .91; }
.hero h1 span { display: block; }
.hero h1 .serif { font-size: .9em; letter-spacing: -.057em; }
.hero-actions { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 46px; }
.hero-actions .lede { margin: 0; max-width: 52ch; }
.hero-actions-right { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-figure { margin: 0; position: relative; background: #c5c7c2; }
.hero-figure img { width: 100%; height: clamp(420px, 46vw, 680px); object-fit: cover; object-position: center 55%; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--rule); padding: 19px 0; color: var(--ink-soft); font-size: .8rem; text-transform: uppercase; letter-spacing: .11em; }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .8fr); align-items: start; gap: clamp(60px, 9vw, 150px); }
.intro-grid h2 { margin: 18px 0 0; max-width: 810px; font-size: clamp(3.6rem, 6vw, 6.3rem); font-weight: 500; line-height: .97; letter-spacing: -.067em; }
.intro-copy { padding-top: 58px; }
.intro-copy p { color: var(--ink-soft); font-size: 1.07rem; line-height: 1.72; }
.intro-copy p:first-child { margin-top: 0; }
.intro-copy .text-link { margin-top: 16px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(70px, 9vw, 135px); border-top: 1px solid var(--rule); }
.principle { padding: 25px 38px 0 0; border-right: 1px solid var(--rule); min-height: 182px; }
.principle + .principle { padding-left: 38px; }
.principle:last-child { border-right: 0; }
.principle .number { color: var(--ink-soft); font-size: .82rem; }
.principle h3 { margin: 20px 0 8px; font-family: var(--font-serif); font-size: clamp(1.65rem, 2.4vw, 2.5rem); font-weight: 400; line-height: 1.05; }
.principle p { margin: 0; color: var(--ink-soft); max-width: 33ch; font-size: .9rem; }

.photo-band { background: var(--dark); color: var(--white); }
.photo-band-grid { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 650px; }
.photo-band-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: clamp(48px, 6.2vw, 96px); }
.photo-band-copy .eyebrow { color: #b7c0b9; }
.photo-band-copy h2 { margin: 0; font-size: clamp(3.3rem, 5.8vw, 6.2rem); line-height: 1; font-weight: 500; letter-spacing: -.066em; }
.photo-band-copy p { max-width: 46ch; color: #c7ceca; }
.photo-band-photo { margin: 0; position: relative; min-height: 650px; }
.photo-band-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.audience-card { min-height: 400px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 72px); }
.audience-card + .audience-card { border-left: 1px solid var(--rule); }
.audience-card .eyebrow { margin-bottom: auto; }
.audience-card h3 { margin: 28px 0 20px; max-width: 600px; font-family: var(--font-serif); font-size: clamp(2.7rem, 4.6vw, 5rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.audience-card p { max-width: 48ch; color: var(--ink-soft); }
.audience-card .text-link { margin-top: 28px; }
.cta-strip { background: var(--muted); padding-block: clamp(70px, 8vw, 128px); }
.cta-strip-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; }
.cta-strip h2 { margin: 16px 0 0; font-size: clamp(3.2rem, 6.2vw, 6.8rem); line-height: .96; letter-spacing: -.065em; font-weight: 500; }

.page-intro { padding-top: clamp(64px, 8vw, 124px); padding-bottom: clamp(58px, 7vw, 105px); }
.page-intro .page-heading { max-width: 1000px; }
.page-intro .lede { margin-top: 30px; }
.page-photo { position: relative; margin: 0; }
.page-photo img { width: 100%; max-height: 650px; object-fit: cover; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(44px, 8vw, 130px); }
.two-col h2 { margin: 0; font-size: clamp(2.7rem, 4.6vw, 5rem); line-height: 1.02; font-weight: 500; letter-spacing: -.06em; }
.two-col p { margin-top: 0; color: var(--ink-soft); line-height: 1.74; font-size: 1.05rem; }
.two-col p + p { margin-top: 22px; }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.detail-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--rule); }
.detail-list .num { color: var(--ink-soft); font-size: .81rem; }
.detail-list h3 { margin: 0 0 6px; font-size: 1.25rem; font-weight: 600; }
.detail-list p { margin: 0; }
.statement { background: var(--white); }
.statement blockquote { margin: 0; max-width: 1070px; font-family: var(--font-serif); font-size: clamp(3rem, 5.5vw, 6rem); line-height: 1.13; letter-spacing: -.03em; }

.contact-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(44px, 7vw, 110px); padding-block: clamp(70px, 8vw, 130px); }
.contact-aside h2 { margin: 10px 0 24px; font-size: clamp(2.6rem, 4.3vw, 4.7rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.contact-aside p { color: var(--ink-soft); line-height: 1.7; }
.contact-aside .data-line { border-top: 1px solid var(--rule); padding: 16px 0; margin-top: 30px; font-size: .9rem; }
.contact-aside .data-line + .data-line { margin-top: 0; }
.contact-card .eyebrow { margin-bottom: 12px; }
.call-number { display: inline-block; font-family: var(--font-serif); font-size: clamp(3rem, 5vw, 6rem); line-height: 1; letter-spacing: -.045em; }
.call-number:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 8px; }
.contact-card-lede { margin: 16px 0 27px; color: var(--ink-soft); font-size: 1.08rem; }
.contact-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin-top: 62px; border-top: 1px solid var(--rule); padding-top: 28px; }
.contact-option { scroll-margin-top: 140px; }
.contact-option h2 { font-family: var(--font-serif); font-size: clamp(2rem, 2.5vw, 3.2rem); font-weight: 400; line-height: 1.05; margin: 12px 0 14px; }
.contact-option p { color: var(--ink-soft); font-size: .94rem; line-height: 1.65; }
.street-address { font-family: var(--font-serif); font-size: clamp(2rem, 3vw, 3.5rem); font-style: normal; line-height: 1.2; }
.form-shell { background: var(--white); padding: clamp(28px, 4.6vw, 72px); }
.form-intro { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 38px; }
.form-intro h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.3rem, 3.3vw, 3.7rem); font-weight: 400; }
.form-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.form-tab { background: transparent; border: 1px solid var(--rule); color: var(--ink); min-height: 45px; padding: 10px 16px; font-size: .83rem; font-weight: 600; }
.form-tab[aria-selected='true'] { color: var(--white); background: var(--ink); border-color: var(--ink); }
.form-panel[hidden] { display: none; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.span-2 { grid-column: 1 / -1; }
.field label { font-size: .79rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #b9bfba; border-radius: 0; background: var(--white); color: var(--ink); }
.field textarea { min-height: 115px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid #6f8075; outline-offset: 1px; }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 26px; }
.form-status { min-height: 1.3em; margin: 12px 0 0; font-size: .9rem; font-weight: 600; }
.form-status[data-state='success'] { color: #236041; }
.form-status[data-state='error'] { color: #a33232; }
.preview-note { padding: 13px 16px; background: #f4f0e7; color: #48453c; font-size: .82rem; line-height: 1.5; margin-bottom: 24px; }

.site-footer { background: #e8ebe7; padding-top: 75px; }
.footer-top { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr); gap: 80px; padding-bottom: 82px; }
.footer-brand img { width: 124px; height: auto; }
.footer-brand p { color: var(--ink-soft); max-width: 36ch; font-size: .88rem; margin-top: 26px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links h2 { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; color: var(--ink-soft); }
.footer-links a, .footer-links span { display: block; font-size: .9rem; margin-bottom: 10px; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { border-top: 1px solid #cbd1cb; padding-block: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: .74rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu-button { display: block; }
  .mobile-nav { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--rule); padding: 10px 24px 25px; background: var(--paper); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--rule); font-weight: 600; }
  .mobile-nav .button { margin-top: 20px; width: 100%; }
}

@media (max-width: 1050px) {
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: .82rem; }
  .header-inner { width: min(100% - 40px, 1440px); }
  .wrap { width: min(100% - 48px, 1360px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .intro-grid { gap: 55px; }
  .photo-band-grid { min-height: 570px; }
  .photo-band-photo { min-height: 570px; }
}

@media (max-width: 760px) {
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 78px; }
  .brand img { width: 78px; height: 70px; }
  .wrap { width: min(100% - 36px, 1360px); }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(3.8rem, 11.8vw, 6.5rem); margin-bottom: 25px; }
  .hero-actions { padding-bottom: 31px; }
  .hero-actions-right { gap: 20px; }
  .hero-figure img { height: 430px; object-position: 63% center; }
  .hero-bottom { font-size: .67rem; flex-wrap: wrap; }
  .intro-grid, .two-col, .contact-grid { grid-template-columns: 1fr; }
  .contact-options { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .principles { grid-template-columns: 1fr; margin-top: 76px; }
  .principle, .principle + .principle { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--rule); min-height: 0; }
  .principle:last-child { border-bottom: 0; }
  .principle h3 { margin-top: 11px; }
  .photo-band-grid { grid-template-columns: 1fr; }
  .photo-band-copy { min-height: 470px; padding: 42px 24px; }
  .photo-band-photo { min-height: 440px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 355px; }
  .audience-card + .audience-card { border-left: 0; border-top: 1px solid var(--rule); }
  .cta-strip-inner { align-items: flex-start; flex-direction: column; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 52px; }
  .footer-links { gap: 20px; }
  .page-photo img { min-height: 350px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: clamp(3.55rem, 13.3vw, 5rem); }
  .hero-actions-right { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-actions-right .button { width: 100%; }
  .hero-figure img { height: 320px; object-position: 67% center; }
  .hero-bottom span:last-child { display: none; }
  .intro-grid h2 { font-size: clamp(3.2rem, 12vw, 4.2rem); }
  .photo-band-copy { min-height: 430px; }
  .photo-band-photo { min-height: 320px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.span-2 { grid-column: auto; }
  .form-intro { align-items: flex-start; flex-direction: column; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .text-link, .mobile-menu-button span { transition-duration: 0ms; }
  .button:active, .button:hover { transform: none; }
}
