:root {
  --ink: #17342f;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --sage: #7b9b82;
  --teal: #2d6c62;
  --clay: #9b4527;
  --line: rgba(23, 52, 47, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: .5rem; padding: .75rem 1rem; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { left: .5rem; }
.site-header { max-width: 1180px; margin: 0 auto; padding: 1.25rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 800; line-height: 1.05; }
.brand small { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; border-radius: 50% 50% 42% 50%; background: var(--clay); color: white; font-family: Georgia, serif; font-size: 1.5rem; }
nav { display: flex; gap: 1.4rem; }
nav a { text-decoration: none; font-size: .94rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--clay); }
.menu-button { display: none; min-height: 44px; border: 1px solid var(--ink); background: transparent; padding: .6rem .9rem; border-radius: 99px; }
.hero { max-width: 1180px; margin: 2rem auto 5rem; padding: 3.5rem 2rem; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .75fr); gap: 4rem; align-items: center; }
.eyebrow { margin: 0 0 .8rem; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, serif; line-height: 1.12; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -.055em; }
h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.035em; }
h3 { margin: .5rem 0; font-size: 1.4rem; }
.lead { max-width: 700px; font-size: 1.2rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button { display: inline-flex; min-height: 46px; align-items: center; padding: .75rem 1.1rem; border-radius: 99px; text-decoration: none; font-weight: 800; }
.primary { background: var(--ink); color: white; }
.secondary { border: 1px solid var(--ink); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.week-card { padding: 2rem; background: var(--paper); border: 1px solid var(--line); border-radius: 2rem 2rem .5rem 2rem; box-shadow: 0 18px 50px rgba(23,52,47,.08); }
.card-label { color: var(--clay); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.week-card h2 { font-size: 2rem; }
dl { margin: 1.4rem 0; }
dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
dt { font-weight: 800; }
dd { margin: 0; }
.small { font-size: .8rem; color: #49625e; }
.section { max-width: 1180px; margin: 0 auto; padding: 5rem 2rem; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
.program-grid article { min-height: 260px; padding: 1.5rem; background: var(--paper); border-top: 5px solid var(--sage); }
.program-grid article:nth-child(2n) { border-color: var(--clay); }
.program-grid span { font-weight: 800; color: var(--clay); }
.schedule { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: start; }
.schedule-list { border-top: 2px solid var(--ink); }
.schedule-list div { display: grid; grid-template-columns: .7fr 1.5fr 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.schedule-list time { text-align: right; }
.volunteer { margin-top: 3rem; background: var(--teal); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; border-radius: 2rem; }
.volunteer .eyebrow { color: #dbe8d8; }
.volunteer .button { justify-self: start; background: white; color: var(--ink); }
.contact { text-align: center; }
.contact p { max-width: 720px; margin-left: auto; margin-right: auto; }
footer { padding: 2rem; text-align: center; border-top: 1px solid var(--line); font-size: .85rem; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }

@media (max-width: 820px) {
  .site-header { flex-wrap: wrap; }
  .menu-button { display: block; }
  nav { display: none; width: 100%; flex-direction: column; padding: 1rem 0; }
  nav.open { display: flex; }
  nav a { min-height: 44px; display: flex; align-items: center; }
  .hero, .schedule, .volunteer { grid-template-columns: 1fr; gap: 2rem; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .site-header, .hero, .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero { margin-top: .5rem; padding-top: 2rem; }
  h1 { font-size: 3.2rem; }
  .program-grid { grid-template-columns: 1fr; }
  .program-grid article { min-height: auto; }
  .schedule-list div { grid-template-columns: 1fr; gap: .15rem; }
  .schedule-list time { text-align: left; }
  .volunteer { margin-left: 1.25rem; margin-right: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
