:root {
  --ink: #403f2b;
  --muted: #716b55;
  --paper: #f8f2e7;
  --paper-strong: #fffaf0;
  --sage: #c9d0b3;
  --sage-deep: #65724c;
  --clay: #c96f4a;
  --line: rgba(64, 63, 43, 0.18);
  --shadow: 0 24px 80px rgba(54, 50, 34, 0.14);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, #eef0df 0, transparent 34rem), var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem clamp(1rem, 4vw, 4rem);
  background: rgba(248, 242, 231, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { text-decoration: none; text-transform: uppercase; letter-spacing: .18em; font-size: .82rem; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; letter-spacing: 0; text-transform: none; }
.site-nav { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; align-items: center; font-size: .95rem; }
.site-nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a.active { border-color: currentColor; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: .5rem .9rem; color: var(--ink); }
.hero, .page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 6vw, 6rem);
}
.page-hero.compact { grid-template-columns: 1fr; padding-bottom: 2rem; }
.hero h1, .page-hero h1, .intro-panel h2, .section-heading h2, .quote-band p, .site-footer h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: .98;
  letter-spacing: -.045em;
  margin: 0;
}
.hero h1 { font-size: clamp(3.5rem, 9vw, 8.5rem); max-width: 11ch; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 6.5rem); max-width: 12ch; }
.hero p, .page-hero p { max-width: 46rem; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--muted); }
.hero-media img, .page-hero img {
  width: 100%;
  min-height: 32rem;
  max-height: 46rem;
  object-fit: cover;
  border-radius: 48% 48% 8rem 8rem;
  box-shadow: var(--shadow);
}
.eyebrow {
  margin: 0 0 .9rem;
  color: var(--sage-deep);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .75rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--ink);
}
.button.primary { background: var(--ink); color: var(--paper-strong); }
.button.ghost { background: transparent; }
.intro-panel {
  margin: 0 clamp(1rem, 6vw, 6rem) clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(201, 208, 179, .75), rgba(255, 250, 240, .85));
  border: 1px solid var(--line);
}
.intro-panel h2 { font-size: clamp(2rem, 5vw, 4.8rem); max-width: 16ch; }
.stats { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.stats span { padding: .9rem 1rem; border-radius: 999px; background: rgba(255,255,255,.5); }
.section, .media-section { padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 6vw, 6rem); }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.section-heading h2 { font-size: clamp(2.3rem, 5vw, 5rem); max-width: 13ch; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.card {
  overflow: hidden;
  border-radius: 1.6rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(54, 50, 34, .08);
}
.card img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.card div { padding: 1.3rem; }
.card h3 { margin: 0 0 .7rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; line-height: 1.05; }
.card p { color: var(--muted); }
.card a { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .3em; }
.quote-band {
  margin: clamp(2rem, 6vw, 5rem) 0;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem);
  background: var(--ink);
  color: var(--paper);
}
.quote-band p { max-width: 900px; font-size: clamp(2.4rem, 6vw, 6rem); }
.article-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.content-shell { padding: 0 clamp(1rem, 6vw, 6rem) clamp(3rem, 7vw, 6rem); }
.prose {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 2rem;
  background: rgba(255, 250, 240, .72);
  border: 1px solid var(--line);
}
.prose p { margin: 0 0 1rem; font-size: 1.08rem; }
.prose p:first-child { font-size: 1.35rem; color: var(--sage-deep); }
.gallery { columns: 3 220px; column-gap: 1rem; }
.gallery figure { break-inside: avoid; margin: 0 0 1rem; border-radius: 1.2rem; overflow: hidden; background: var(--paper-strong); border: 1px solid var(--line); }
.gallery figcaption { padding: .7rem .9rem; color: var(--muted); font-size: .9rem; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.media-card { background: var(--paper-strong); border: 1px solid var(--line); border-radius: 1.4rem; padding: 1rem; }
.embed-wrap { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 1rem; background: #ddd3bf; }
.embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.document-box { max-width: 860px; margin: 0 auto; padding: 2rem; border-radius: 1.4rem; background: var(--sage); }
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 6vw, 6rem);
  background: #d9dcc6;
  border-top: 1px solid var(--line);
}
.site-footer h2 { font-size: clamp(2rem, 5vw, 4.5rem); max-width: 13ch; }
.site-footer address { font-style: normal; align-self: end; }
@media (max-width: 850px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; flex-basis: 100%; padding-top: 1rem; }
  .site-nav.open { display: flex; }
  .site-header { flex-wrap: wrap; }
  .hero, .page-hero, .site-footer { grid-template-columns: 1fr; }
  .hero-media img, .page-hero img { min-height: 20rem; border-radius: 2rem; }
  .card-grid, .article-list, .video-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
}
