:root {
  --ink: #17201f;
  --muted: #66706e;
  --paper: #f4f1e9;
  --surface: #fffdf8;
  --forest: #173e38;
  --accent: #b9653b;
  --line: #d9d6cb;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(26, 36, 34, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(244,241,233,.94); border-bottom: 1px solid rgba(23,32,31,.1); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; text-decoration: none; display: grid; line-height: 1.1; }
.brand strong { font: 700 1.12rem Georgia, serif; letter-spacing: .01em; }
.brand span { margin-top: 4px; color: var(--muted); font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: .55rem .72rem; border-radius: 99px; text-decoration: none; color: #37403f; font-size: .9rem; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--forest); background: #e2e6dc; }
.menu-button { display: none; border: 0; border-radius: 99px; padding: .65rem .9rem; color: #fff; background: var(--forest); }
main { min-height: 60vh; }
.hero { padding: clamp(58px, 9vw, 116px) 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(36px, 6vw, 88px); }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.13; text-wrap: balance; }
h1 { max-width: 850px; margin: 0; font-size: clamp(2.7rem, 7vw, 6rem); letter-spacing: -.045em; }
.hero h1 span { color: var(--forest); }
.lead { max-width: 680px; color: #48514f; font-size: clamp(1.05rem, 2vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .7rem 1.1rem; border: 1px solid var(--forest); border-radius: 99px; background: var(--forest); color: #fff; font-weight: 750; text-decoration: none; }
.button.secondary { color: var(--forest); background: transparent; }
.portrait-wrap { position: relative; }
.portrait-wrap::before { content: ""; position: absolute; inset: 8% -7% -9% 9%; z-index: -1; border-radius: 28px; background: #dce0d5; transform: rotate(2deg); }
.portrait { width: 100%; height: auto; aspect-ratio: 825 / 467; border-radius: 24px; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.section { padding: 72px 0; }
.section.alt { background: var(--surface); border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.section-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.025em; }
.section-head p { max-width: 520px; margin: 0; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 30px rgba(26,36,34,.04); }
.card .meta { color: var(--accent); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card h3 { margin: .65rem 0; font-size: 1.35rem; }
.card p { margin-top: 0; color: var(--muted); }
.card .link { margin-top: auto; color: var(--forest); font-weight: 800; }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.number { padding: 28px; background: var(--surface); }
.number strong { display: block; color: var(--forest); font: 700 2rem Georgia, serif; }
.page-hero { padding: 72px 0 48px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero .lead { margin-bottom: 0; }
.prose { max-width: 800px; }
.prose h2 { margin-top: 2.3em; font-size: 2rem; }
.prose h3 { margin-top: 1.7em; font-size: 1.35rem; }
.prose p, .prose li { color: #3f4947; }
.profile-intro { display: grid; grid-template-columns: 280px 1fr; gap: 46px; align-items: start; }
.profile-intro img { width: 100%; height: auto; aspect-ratio: 825 / 467; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.filters { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 12px; margin-bottom: 28px; }
.filters input, .filters select { width: 100%; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--ink); }
.resource-list { display: grid; gap: 10px; }
.resource { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.resource h3 { margin: 0 0 4px; font: 700 1.05rem/1.35 Georgia, serif; }
.resource p { margin: 0; color: var(--muted); font-size: .85rem; }
.resource a { white-space: nowrap; color: var(--forest); font-weight: 800; }
.empty { padding: 30px; text-align: center; color: var(--muted); }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.media-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #e7e4dc; }
.media-card .body { padding: 18px; }
.media-card h3 { margin: 0; font-size: 1.05rem; }
.video-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.video-card { overflow: hidden; border-radius: var(--radius); background: #111; color: #fff; }
.video-card video { width: 100%; aspect-ratio: 16 / 9; background: #000; }
.video-card .body { padding: 18px 20px; }
.video-card h3 { margin: 0; font-size: 1.15rem; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; }
.contact-card { padding: 32px; border-radius: var(--radius); background: var(--forest); color: #fff; }
.contact-card a { display: block; margin: .9rem 0; font: 700 clamp(1rem,2.3vw,1.4rem) Georgia, serif; overflow-wrap: anywhere; }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-grid p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }
[hidden] { display: none !important; }
@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 14px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: .75rem; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .portrait-wrap { width: min(560px, 94%); margin-inline: auto; }
  .grid, .media-grid { grid-template-columns: repeat(2, 1fr); }
  .numbers { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand span { display: none; }
  .hero, .page-hero { padding-top: 48px; }
  .section { padding: 54px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .grid, .media-grid, .video-list, .filters, .profile-intro { grid-template-columns: 1fr; }
  .profile-intro img { width: min(260px, 100%); }
  .resource { grid-template-columns: 1fr; }
  .resource a { justify-self: start; }
  .footer-grid { align-items: start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .site-header, .site-footer, .hero-actions, .filters { display: none; } body { background: #fff; } }
