:root {
  --ink: #16302e;
  --muted: #5f6f6b;
  --line: #dfe7e2;
  --paper: #fbfbf7;
  --white: #ffffff;
  --teal: #0f5b55;
  --teal-dark: #0a3e3a;
  --moss: #7a8f3e;
  --heather: #7d5a82;
  --sky: #d7e9ec;
  --gold: #c39b3c;
  --shadow: 0 18px 55px rgba(22, 48, 46, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(15,91,85,.04) 1px, transparent 1px), linear-gradient(rgba(15,91,85,.035) 1px, transparent 1px);
  background-size: 42px 42px;
}
a { color: var(--teal); text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { max-width: 100%; height: auto; display: block; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  padding: .7rem 1rem;
  background: var(--teal);
  color: white;
}
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251,251,247,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.topline { height: 6px; background: linear-gradient(90deg, var(--teal), var(--moss), var(--gold), var(--heather)); }
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: .8rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .85rem;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  width: 170px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}
.brand strong { display: block; font-size: 1rem; letter-spacing: 0; }
.brand small { display: block; color: var(--muted); font-family: Arial, sans-serif; font-size: .78rem; }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-button span { width: 18px; height: 2px; background: var(--ink); }
.site-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem .9rem;
  display: flex;
  gap: .45rem;
  overflow-x: auto;
}
.nav-link {
  flex: 0 0 auto;
  padding: .45rem .7rem;
  border-radius: 6px;
  color: var(--ink);
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: .88rem;
}
.nav-link:hover, .nav-link.is-active { background: var(--teal); color: white; }
main { position: relative; }
.hero {
  min-height: clamp(520px, 72vh, 760px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  color: white;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5,35,32,.78), rgba(5,35,32,.38) 52%, rgba(5,35,32,.18)), linear-gradient(0deg, rgba(5,35,32,.78), transparent 45%);
}
.hero-copy {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7rem 0 5.5rem;
}
.eyebrow {
  margin: 0 0 .7rem;
  color: var(--gold);
  font: 700 .78rem/1.2 Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.hero h1, .section-heading h2, .quote-panel h2, .notice h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}
.hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 7vw, 6.8rem);
}
.hero p {
  max-width: 680px;
  margin: 1.2rem 0 0;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}
.actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .72rem 1.05rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.6);
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.button.primary { background: var(--gold); color: #17211f; border-color: var(--gold); }
.button.ghost { color: white; }
.intro-band, .section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}
.intro-band { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr); gap: 1rem; align-items: stretch; }
.quote-panel, .notice, .contact-panel, .note {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 2rem);
}
.quote-panel h2, .section-heading h2, .notice h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
.source, .muted { color: var(--muted); font-family: Arial, sans-serif; font-size: .95rem; }
.notice { border-top: 6px solid var(--gold); }
.notice span { color: var(--heather); font: 700 .8rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.section-heading { margin-bottom: 1.4rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.feature-card, .info-card, .person-card, .news-item, .timeline article, .gallery-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(22,48,46,.08);
}
.feature-card {
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 1rem;
}
.feature-card img { width: 100%; height: 120px; object-fit: cover; }
.feature-card span, .feature-card p { display: block; padding: 0 1rem; }
.feature-card span { margin-top: .9rem; font-weight: 700; font-size: 1.2rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-family: Arial, sans-serif; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: center; }
.mini-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.mini-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.text-link { font-weight: 700; font-family: Arial, sans-serif; }
.news-list, .timeline { display: grid; gap: 1rem; }
.news-item, .timeline article, .info-card, .person-card { padding: 1.3rem; }
.news-item time, .timeline span, .role { color: var(--heather); font: 700 .82rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.news-item.important { border-left: 6px solid var(--gold); }
.people-grid, .cards-three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.person-card h3, .info-card h2, .news-item h2, .timeline h2 { margin-top: 0; line-height: 1.16; }
.contact-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .45fr); gap: 1.2rem; align-items: start; }
.hours { background: #eef6f4; border: 1px solid #cce1dc; border-radius: 8px; padding: 1rem; }
.hours p { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #d8e7e4; padding-bottom: .55rem; }
.hours p:last-child { border-bottom: 0; }
.table-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 780px; }
th, td { padding: .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #eef6f4; font-family: Arial, sans-serif; font-size: .86rem; }
.pill-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.pill-list span { padding: .65rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: white; font-family: Arial, sans-serif; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.gallery-card { color: var(--ink); text-decoration: none; }
.gallery-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.postcard-grid .gallery-card img { object-fit: contain; background: #f3f0e8; padding: .5rem; }
.gallery-card span { display: block; padding: .8rem; font-weight: 700; line-height: 1.25; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(3, 25, 23, .86);
  padding: 1rem;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-height: 86vh; width: auto; border-radius: 8px; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.lightbox button {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.14);
  color: white;
  font-size: 1.4rem;
}
.site-footer {
  position: relative;
  background: #102b28;
  color: #e8f2ef;
  padding: 2.5rem 1rem 1rem;
}
.footer-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr .6fr .6fr;
  gap: 1rem;
}
.footer-strip { width: 220px; margin-bottom: 1rem; }
.site-footer a { color: #f1d385; }
.footer-bottom {
  width: min(1180px, 100%);
  margin: 1.5rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #b9cfca;
  font-family: Arial, sans-serif;
  font-size: .9rem;
}
@media (max-width: 920px) {
  .menu-button { display: inline-flex; }
  .site-nav { display: none; flex-direction: column; padding: .5rem 1rem 1rem; }
  .site-nav.is-open { display: flex; }
  .nav-link { width: 100%; }
  .intro-band, .split, .contact-panel, .footer-grid { grid-template-columns: 1fr; }
  .feature-grid, .people-grid, .cards-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .brand-mark { width: 124px; }
  .brand small { display: none; }
  .hero { min-height: 560px; }
  .hero-copy { padding-bottom: 3rem; }
  .feature-grid, .people-grid, .cards-three, .gallery-grid, .mini-gallery { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}