:root {
  --blue: #1c603e;
  --navy: #153d28;
  --ink: #1d3025;
  --yellow: #dbe7bb;
  --paper: #fafcf8;
  --pale: #eef3e9;
  --line: #d8e2d3;
  --muted: #536458;
  --white: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #427b2c;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.2rem;
  color: var(--muted);
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
h1 {
  font-size: clamp(3rem, 6.8vw, 6.4rem);
}
h2 {
  font-size: clamp(2.3rem, 4vw, 3.7rem);
}
h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
}
ul {
  line-height: 1.8;
  padding-left: 1.2rem;
}
.container {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.utility {
  line-height: 1.5;
  background: var(--navy);
  color: white;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.utility .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 11px;
}
.utility .container div {
  display: flex;
  align-items: center;
  gap: 28px;
}
header {
  background: white;
  border-bottom: 1px solid var(--line);
}
.navigation {
  min-height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.9rem;
  font-weight: 600;
}
nav > a[aria-current] {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 50px;
  padding: 16px 22px;
  border-radius: 5px;
  background: var(--blue);
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  background: #033d07;
  transform: translateY(-2px);
}
.button.yellow {
  background: var(--yellow);
  color: var(--navy);
}
.button.yellow:hover {
  background: #c9daa0;
}
.button.light {
  background: white;
  color: var(--blue);
}
.button.outline {
  background: transparent;
  border-color: var(--line);
  color: var(--blue);
}
.button span {
  font-size: 1.2rem;
  flex: none;
}
.text-link {
  display: inline-block;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
}
.eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
}
.menu-toggle {
  display: none;
}
.skip {
  position: absolute;
  left: 10px;
  top: -100px;
  z-index: 20;
  background: white;
  padding: 15px;
}
.skip:focus {
  top: 10px;
}
.home-hero {
  background: var(--blue);
  color: white;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.07fr);
  gap: 48px;
  min-height: 646px;
  align-items: center;
  padding-block: 46px;
}
.hero-copy {
  padding-bottom: 4px;
}
.hero-copy h1 {
  font-size: clamp(3.5rem, 5.7vw, 5.7rem);
  margin-bottom: 26px;
  letter-spacing: -0.06em;
  line-height: 0.99;
}
.hero-copy h1 em {
  color: var(--yellow);
  font-size: 1.12em;
}
.hero-copy p {
  color: #e5eee0;
  max-width: 385px;
  font-size: 1.125rem;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  margin-top: 29px;
}
.hero-note {
  margin-top: 34px;
  color: #e5eee0;
  font-size: 0.8rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-note > span {
  color: var(--yellow);
  font-size: 1.4rem;
}
.hero-art {
  height: 552px;
  position: relative;
}
.hero-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 200px 200px 8px 8px;
}
.hero-sticker {
  position: absolute;
  bottom: 60px;
  left: -30px;
  background: var(--yellow);
  color: var(--navy);
  padding: 22px 28px 19px;
  border-radius: 4px;
  transform: rotate(-7deg);
  font-size: 1.25rem;
  line-height: 1.2;
  box-shadow: 0 6px 24px #0001;
}
.hero-sticker strong {
  font:
    italic 2rem Georgia,
    serif;
}
.hero-sticker > span {
  display: inline-block;
  margin-left: 14px;
  font-size: 2rem;
}
.photo-caption {
  position: absolute;
  bottom: 19px;
  right: 18px;
  font-size: 0.61rem;
  letter-spacing: 0.13em;
  color: #fff;
}
.values-strip {
  background: var(--yellow);
}
.values-strip > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 22px;
  font-size: 0.92rem;
  font-weight: 600;
}
.values-strip span[aria-hidden] {
  font-size: 1.1rem;
}
.section {
  padding-block: 90px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}
.section-heading p {
  margin-bottom: 12px;
}
.section-heading .eyebrow {
  color: var(--blue);
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.program-card {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  text-decoration: none !important;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px #153d2812;
}
.program-card > img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.card-body {
  padding: 24px 20px;
}
.card-body .eyebrow {
  font-size: 0.67rem;
  color: var(--blue);
  margin-bottom: 10px;
}
.card-body h3 {
  display: flex;
  justify-content: space-between;
  font-size: 1.35rem;
  gap: 10px;
  letter-spacing: -0.035em;
}
.card-body p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 14px 0 0;
}
.more-programs {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 0.83rem;
}
.more-programs > a {
  font-weight: 700;
  color: var(--blue);
}
.mission-band {
  background: var(--pale);
  padding-block: 72px;
}
.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10%;
}
.mission-grid .eyebrow {
  color: var(--blue);
}
.mission-grid p {
  max-width: 500px;
}
.large-copy {
  font-size: 1.5rem;
  line-height: 1.35;
  color: var(--ink);
}
.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 55px;
}
.news-feature {
  display: flex;
  gap: 28px;
  align-items: center;
}
.news-feature img {
  width: 150px;
  height: 195px;
  object-fit: cover;
  border-radius: 5px;
}
.news-feature h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.news-feature .eyebrow {
  color: var(--blue);
}
.news-links > a {
  display: block;
  padding: 0 0 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.news-links .eyebrow {
  font-size: 0.65rem;
  margin-bottom: 8px;
}
.news-links h3 {
  font-size: 1.35rem;
  display: flex;
  justify-content: space-between;
}
.news-links p {
  font-size: 0.9rem;
  margin: 10px 0 0;
}
.beyond {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--navy);
  color: white;
  border-radius: 8px;
  overflow: hidden;
}
.beyond > div {
  padding: 54px;
}
.beyond p {
  color: #e5eee0;
  margin-block: 24px;
}
.beyond img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.cta {
  padding-block: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.cta .eyebrow {
  color: var(--blue);
}
.cta h2 {
  font-size: 2.8rem;
}
.cta p {
  margin-top: 18px;
}
.cta > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: start;
}
.newsletter {
  background: var(--blue);
  color: white;
  padding-block: 48px;
}
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.newsletter h2 {
  font-size: 2.3rem;
}
.newsletter .eyebrow {
  font-size: 0.65rem;
  color: var(--yellow);
}
.newsletter p {
  color: #e5eee0;
  margin: 15px 0 0;
}
footer {
  background: white;
  padding-top: 64px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.8fr) minmax(
      0,
      0.8fr
    ) minmax(0, 1.3fr);
  gap: 45px;
}
.footer-grid .brand {
  padding-top: 0;
}
.footer-grid h2 {
  font-size: 0.92rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 22px;
}
.footer-grid a:not(.brand) {
  display: block;
  line-height: 24px;
  min-height: 24px;
  font-size: 0.82rem;
  margin-bottom: 14px;
}
.footer-grid p {
  font-size: 0.87rem;
  line-height: 1.75;
  margin-top: 22px;
}
.footer-grid > div:last-child p {
  margin-top: 0;
}
.social {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.footer-base {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  margin-top: 55px;
  padding-block: 25px;
  font-size: 0.7rem;
  color: var(--muted);
}
.page-intro {
  padding-block: 66px 44px;
}
.page-intro .eyebrow {
  color: var(--blue);
}
.page-intro h1 {
  font-size: clamp(3rem, 5.5vw, 5rem);
  max-width: 1000px;
}
.lead {
  font-size: 1.15rem;
  max-width: 690px;
  margin-top: 25px;
}
.page-content {
  padding-bottom: 70px;
}
.page-content h2 {
  font-size: 2rem;
  margin: 35px 0 20px;
}
.page-content h3 {
  margin-bottom: 12px;
}
.page-content > p {
  max-width: 780px;
}
.grid-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.panel {
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.panel p:last-child {
  margin-bottom: 0;
}
.panel .eyebrow {
  color: var(--blue);
}
.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.filter {
  padding: 12px 19px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  color: var(--ink);
  cursor: pointer;
}
.filter[aria-pressed="true"] {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.all-programs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
[hidden] {
  display: none !important;
}
.detail-hero {
  background: var(--pale);
  padding-block: 55px;
}
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}
.detail-grid h1 {
  font-size: clamp(3rem, 5vw, 5rem);
}
.detail-grid .eyebrow {
  color: var(--blue);
}
.detail-grid > img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 140px 140px 6px 6px;
}
.detail-grid p {
  margin-top: 22px;
  max-width: 530px;
  font-size: 1.1rem;
}
.detail-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.details-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 80px;
  padding-block: 50px;
}
.price-box {
  background: var(--yellow);
  padding: 32px;
  border-radius: 7px;
  align-self: start;
  margin-top: 25px;
}
.price-box strong {
  font-size: 2rem;
  display: block;
  margin-block: 18px;
}
.price-box p {
  color: var(--ink);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
summary {
  font-weight: 700;
  cursor: pointer;
  line-height: 1.5;
}
details p {
  margin-top: 14px;
  max-width: 850px;
}
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  margin: 24px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.92rem;
  text-align: left;
}
th {
  background: var(--pale);
  font-size: 0.8rem;
}
th,
td {
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  line-height: 1.5;
}
tr:last-child td {
  border-bottom: 0;
}
.notice {
  background: var(--pale);
  padding: 22px 26px;
  border-left: 4px solid var(--blue);
  border-radius: 3px;
  line-height: 1.65;
  margin: 25px 0;
  color: var(--muted);
}
.notice a {
  text-decoration: underline;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
label {
  font-size: 0.9rem;
  font-weight: 700;
}
input,
select,
textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #9aad9e;
  border-radius: 4px;
  color: var(--ink);
  background: white;
}
textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 50px;
}
.contact-grid .panel {
  align-self: start;
}
.form-note {
  font-size: 0.85rem;
}
.breadcrumb {
  display: block;
  margin-bottom: 25px;
  font-size: 0.85rem;
}
.event-layout {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}
.event-layout img {
  width: 100%;
  border-radius: 7px;
}
.event-layout h2 {
  margin-top: 0;
}
.pill {
  display: inline-block;
  border-radius: 30px;
  background: var(--pale);
  padding: 7px 14px;
  font-size: 0.8rem;
  margin-bottom: 15px;
}
.family-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.family-links > a {
  display: block;
  transition: background 0.2s;
}
.family-links > a:hover {
  background: var(--pale);
}
.family-links h3 {
  font-size: 1.3rem;
}
.family-links p {
  font-size: 0.93rem;
}
.prose {
  max-width: 850px;
}
.prose h2 {
  margin-top: 40px;
}
.inline-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.inline-links a {
  color: var(--blue);
  font-weight: 700;
}
.mobile-register {
  display: none;
}
.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
@media (min-width: 1500px) {
  .hero-grid {
    min-height: 715px;
  }
  .hero-art {
    height: 610px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  nav {
    gap: 18px;
    font-size: 0.8rem;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero-art {
    height: 520px;
  }
  .hero-copy h1 {
    font-size: clamp(3.1rem, 5.7vw, 5rem);
  }
  .program-grid {
    gap: 15px;
  }
  .program-card > img {
    height: 190px;
  }
  .card-body {
    padding: 20px 16px;
  }
  .card-body h3 {
    font-size: 1.2rem;
  }
  .footer-grid {
    gap: 24px;
  }
  .footer-grid > div:last-child a {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 850px) {
  .menu-toggle {
    gap: 15px;
    border: 1px solid var(--line);
    background: white;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
  }
  .navigation {
    min-height: 86px;
    flex-wrap: wrap;
    padding-block: 16px;
  }
  nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    font-size: 1rem;
    padding-bottom: 10px;
  }
  .navigation[data-menu-ready] .menu-toggle {
    display: flex;
  }
  .navigation[data-menu-ready] nav:not(.is-open) {
    display: none;
  }
  nav > a:not(.button) {
    padding: 15px 0;
  }
  .hero-grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    padding-block: 45px;
  }
  .hero-copy h1 {
    font-size: clamp(3rem, 6.8vw, 4rem);
  }
  .hero-copy p {
    font-size: 1rem;
  }
  .hero-art {
    height: 440px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .hero-sticker {
    padding: 17px;
    bottom: 45px;
    left: -15px;
    font-size: 1rem;
  }
  .hero-sticker strong {
    font-size: 1.5rem;
  }
  .hero-sticker > span {
    display: none;
  }
  .hero-note {
    font-size: 0.7rem;
  }
  .values-strip > .container {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.78rem;
  }
  .program-grid,
  .all-programs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .program-card > img {
    height: 250px;
  }
  .news-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }
  .beyond > div {
    padding: 35px;
  }
  .beyond h2 {
    font-size: 2.6rem;
  }
  .cta h2 {
    font-size: 2.5rem;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .detail-grid {
    gap: 35px;
  }
  .detail-grid > img {
    height: 370px;
  }
  .details-columns {
    gap: 35px;
  }
  .grid-three,
  .family-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-grid {
    gap: 25px;
  }
  .event-layout {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 36px);
  }
  .utility .container {
    justify-content: center;
  }
  .utility .container > span {
    display: none;
  }
  .utility .container div {
    width: 100%;
    justify-content: space-between;
    font-size: 0.72rem;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .hero-copy h1 {
    font-size: clamp(3.7rem, 15vw, 5.5rem);
    margin-bottom: 22px;
  }
  .hero-copy p {
    max-width: 360px;
  }
  .hero-copy .eyebrow {
    font-size: 0.68rem;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 0.85rem;
  }
  .hero-note {
    margin-top: 24px;
  }
  .hero-art {
    height: 360px;
    width: calc(100% - 12px);
    margin-left: 12px;
  }
  .hero-art > img {
    border-radius: 150px 150px 6px 6px;
  }
  .hero-sticker {
    bottom: 35px;
    left: -10px;
  }
  .photo-caption {
    font-size: 0.53rem;
    right: 10px;
  }
  .values-strip > .container {
    gap: 12px;
    padding-block: 20px;
    font-size: 0.73rem;
  }
  .values-strip span[aria-hidden] {
    display: none;
  }
  .values-strip span:not([aria-hidden]) {
    width: 45%;
    text-align: center;
  }
  .section {
    padding-block: 55px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > div + div,
  .section-heading > .text-link {
    margin-top: 20px;
  }
  .program-grid,
  .all-programs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .program-card > img {
    height: 165px;
  }
  .card-body {
    padding: 17px 13px;
  }
  .card-body h3 {
    font-size: 1.15rem;
  }
  .card-body p {
    font-size: 0.84rem;
  }
  .card-body .eyebrow {
    font-size: 0.61rem;
  }
  .more-programs {
    justify-content: start;
    gap: 16px;
    font-size: 0.8rem;
  }
  .more-programs > span {
    width: 100%;
  }
  .mission-band {
    padding-block: 45px;
  }
  .mission-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .mission-grid .large-copy {
    font-size: 1.35rem;
  }
  .news-feature {
    gap: 20px;
  }
  .news-feature img {
    width: 115px;
    height: 150px;
  }
  .news-feature h3 {
    font-size: 1.5rem;
  }
  .news-feature p {
    font-size: 0.85rem;
  }
  .news-feature .eyebrow {
    font-size: 0.6rem;
  }
  .news-feature .text-link {
    font-size: 0.82rem;
  }
  .beyond {
    grid-template-columns: minmax(0, 1fr);
  }
  .beyond > div {
    padding: 32px 25px;
  }
  .beyond img {
    min-height: 0;
    height: 280px;
    width: 100%;
  }
  .cta {
    padding-block: 55px;
    display: block;
  }
  .cta h2 {
    font-size: 2.3rem;
  }
  .cta > div:last-child {
    margin-top: 26px;
  }
  .newsletter-inner {
    display: block;
  }
  .newsletter h2 {
    font-size: 2rem;
  }
  .newsletter .button {
    margin-top: 22px;
  }
  .footer-grid {
    gap: 35px 20px;
  }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-base {
    flex-wrap: wrap;
    line-height: 1.6;
    margin-top: 30px;
  }
  .page-intro {
    padding-block: 42px 30px;
  }
  .page-intro h1 {
    font-size: 3rem;
  }
  .lead {
    font-size: 1.05rem;
  }
  .grid-three,
  .family-links {
    grid-template-columns: minmax(0, 1fr);
  }
  .detail-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .detail-hero {
    padding-block: 35px;
  }
  .detail-grid h1 {
    font-size: 3.1rem;
  }
  .detail-grid > img {
    height: 300px;
    border-radius: 100px 100px 6px 6px;
  }
  .details-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-block: 20px;
  }
  .price-box {
    margin-bottom: 20px;
  }
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .event-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .event-layout > img {
    max-width: 300px;
  }
  .table-wrap {
    margin-inline: 0;
  }
  th,
  td {
    padding: 14px 12px;
    min-width: 100px;
  }
  .mobile-register {
    display: flex;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 0.82rem;
    box-shadow: 0 -3px 15px #0001;
  }
  .mobile-register .button {
    flex: none;
    min-height: 44px;
    padding: 11px 17px;
  }
  body {
    padding-bottom: var(--mobile-bar-height, 90px);
  }
  html {
    scroll-padding-bottom: calc(var(--mobile-bar-height, 90px) + 16px);
  }
  .filters {
    gap: 8px;
  }
  .filter {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
#turnstile-widget {
  margin-bottom: 18px;
}
.card-body p,
.news-feature p,
.news-links p,
.family-links p {
  font-size: 1rem;
}
.footer-grid a:not(.brand) {
  font-size: 0.875rem;
}
.contact-grid aside a {
  overflow-wrap: anywhere;
}
@media (max-width: 600px) {
  .navigation {
    gap: 14px;
  }
  .menu-toggle {
    padding: 10px;
    font-size: 0.875rem;
    gap: 10px;
  }
  .hero-copy h1 {
    font-size: clamp(2.85rem, 13vw, 3.6rem);
  }
}

/* Wordmark: a quiet, editorial signature for the performing arts. */
@font-face {
  font-family: "Cormorant Brand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Cormorant Brand";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-italic.ttf") format("truetype");
}
.brand {
  display: inline-flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: 100%;
  color: #033d07;
  text-decoration: none !important;
  gap: 7px;
  padding-block: 8px;
}
.brand-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Cormorant Brand", Georgia, serif;
  font-weight: 500;
}
.brand-first {
  font-size: 1.05rem;
  line-height: 1.15;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-left: 0.24em;
}
.brand-second {
  font-style: italic;
  font-size: 3.15rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.brand-sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.52rem;
  line-height: 1.3;
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #536458;
}
@media (max-width: 1100px) {
  .brand {
    max-width: 184px;
  }
  .brand-second {
    font-size: 2.95rem;
  }
  .brand-sub {
    font-size: 0.48rem;
  }
}
@media (max-width: 600px) {
  .navigation .brand {
    width: max-content;
    max-width: 168px;
    padding-block: 2px;
    gap: 5px;
  }
  .navigation .brand-first {
    font-size: 0.85rem;
  }
  .navigation .brand-second {
    font-size: 2.6rem;
  }
  .navigation .brand-sub {
    font-size: 0.44rem;
  }
  .navigation {
    min-height: 98px;
  }
}

/* Responsive audit fixes: let content shrink within grids, never hide overflow. */
.hero-grid > *,
.mission-grid > *,
.detail-grid > *,
.details-columns > *,
.contact-grid > *,
.event-layout > *,
.beyond > *,
.footer-grid > * {
  min-width: 0;
}
h1,
h2,
h3,
p,
a,
td,
th {
  overflow-wrap: break-word;
}
main:focus {
  outline: none;
}
.button {
  max-width: 100%;
}
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-body h3 {
  align-items: start;
}
.card-body h3 > span {
  flex: none;
  line-height: 1.2;
}
.card-body p {
  margin-bottom: 0;
}
.panel > .button {
  margin-top: auto;
  align-self: start;
}
article.panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
article.panel h3,
article.panel p {
  margin: 0;
}
.news-feature > div {
  min-width: 0;
}
.news-feature img {
  flex: none;
}
.news-links h3 {
  gap: 14px;
  align-items: start;
}
.news-links h3 span {
  flex: none;
}
.social {
  flex-wrap: wrap;
}
.newsletter-inner > .button,
.cta > div:last-child {
  flex: none;
}
.table-wrap {
  max-width: 100%;
  overscroll-behavior-x: contain;
}
.table-wrap:focus-visible {
  outline: 3px solid #427b2c;
  outline-offset: 4px;
}
.page-intro .lead {
  margin-bottom: 0;
}
.contact-grid form > h2:first-child {
  margin-top: 0;
}
.form-connection {
  margin-block: 18px;
}
.form-connection .button {
  min-height: 44px;
}
.form-connection p {
  margin-bottom: 12px;
}
.form-note a {
  text-decoration: underline;
}
.utility a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}
.brand-sub {
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .newsletter-inner,
  .cta {
    flex-wrap: wrap;
  }
}
@media (min-width: 601px) and (max-width: 760px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .hero-copy h1 {
    font-size: 4rem;
  }
  .hero-copy p {
    max-width: 520px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }
  .hero-art {
    width: 100%;
    max-width: 560px;
    height: 440px;
    justify-self: center;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
  }
  .beyond {
    grid-template-columns: minmax(0, 1fr);
  }
  .beyond img {
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .contact-grid,
  .details-columns {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 600px) {
  .program-grid,
  .all-programs {
    grid-template-columns: minmax(0, 1fr);
  }
  .program-card > img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .card-body {
    padding: 22px;
  }
  .card-body h3 {
    font-size: 1.5rem;
  }
  .card-body .eyebrow {
    font-size: 0.8rem;
  }
  .hero-actions {
    gap: 18px;
    align-items: start;
  }
  .hero-actions .button {
    flex: none;
  }
  .hero-actions .text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .hero-art {
    width: 100%;
    margin-left: 0;
  }
  .hero-sticker {
    left: 0;
  }
  .beyond h2 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }
  .footer-grid {
    gap: 28px 20px;
  }
  .footer-grid a:not(.brand) {
    min-height: 24px;
  }
  .footer-grid .brand {
    align-items: start;
  }
  .filter {
    min-height: 44px;
  }
  .menu-toggle {
    min-height: 44px;
  }
  .photo-caption {
    max-width: calc(100% - 28px);
    text-align: right;
  }
  .utility .container {
    padding-block: 7px;
  }
}
@media (max-width: 360px) {
  .news-feature {
    align-items: start;
    flex-direction: column;
  }
  .news-feature img {
    width: 100%;
    height: auto;
    max-width: 210px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .mobile-register {
    gap: 12px;
  }
  .mobile-register > span {
    max-width: 135px;
  }
  .brand-sub {
    letter-spacing: 0.1em;
  }
}

.footer-base > :last-child {
  justify-self: end;
}
@media (max-width: 850px) {
  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
  .footer-base {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
    line-height: 1.6;
  }
  .footer-base > :last-child {
    justify-self: center;
  }
}
.footer-credit {
  padding-block: 0 28px;
  text-align: center;
  font-size: .8rem;
  line-height: 1.6;
  color: var(--muted);
}

@media (max-width: 600px) {
  .footer-grid > div:nth-child(2) h2,
  .footer-grid > div:nth-child(3) h2 {
    min-height: 2.8em;
  }
}

/* Shared component alignment and interaction states. */
.button.light:hover {
  background: var(--pale);
  color: var(--navy);
}
.button:focus-visible {
  outline-color: var(--ink);
  box-shadow: 0 0 0 3px white;
}
.text-link:focus-visible { outline-color: currentColor; }
.linked-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}
.linked-heading > span:first-child { min-width: 0; }
.linked-heading > span[aria-hidden] { flex: none; }
.page-content .beyond h2,
.page-content .notice > h2:first-child,
.mission-grid > img + div > h2:first-child,
.details-columns > div > h2:first-child { margin-top: 0; }
.details-columns > .price-box { margin-top: 0; }
.beyond > img { width: 100%; }
.cta p { margin-bottom: 0; }
th, td { vertical-align: top; }
.recovery-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
@media (max-width: 760px) {
  .detail-grid, .event-layout, .mission-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .event-layout > img { max-width: 330px; }
  .details-columns { row-gap: 28px; }
  .detail-grid > img { max-width: 560px; justify-self: center; }
}

/* Align linked cards by their content rows, even when a title wraps. */
@supports (grid-template-rows: subgrid) {
  .grid-three > a.panel, .family-links > a.panel {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 12px;
  }
  .grid-three > a.panel:has(> .eyebrow) { grid-row: span 3; }
  .grid-three > a.panel > *, .family-links > a.panel > * { margin-block: 0; }
}
main p a:not(.button), details a { text-decoration: underline; text-underline-offset: 3px; }

.utility .container { gap: 12px; }
@media(max-width:600px) { .utility a[href="/events/"] { display: none; } }

.chat-fallback { max-width: min(500px, calc(100% - 32px)); padding: 28px; border: 1px solid var(--line); border-radius: 12px; }
.chat-fallback h2 { font-size: 1.5rem; margin-bottom: 20px; }
.chat-fallback button { margin-left: 16px; min-height: 44px; }




/* A quiet, balanced utility strip above the studio wordmark. */
.utility { position: sticky; top: 0; z-index: 12; background: var(--pale); color: #36513e; border-bottom: 1px solid var(--line); }
.utility .container { padding-block: 4px; gap: 20px; }
.utility-chat { display: flex; align-items: center; gap: 4px; flex: 1; max-width: 310px; min-width: 0; padding: 0; border: 0; border-bottom: 1px solid #afc0ae; border-radius: 0; background: transparent; }
.utility-chat:focus-within { border-bottom-color: var(--blue); }
.utility-chat input { flex: 1; min-width: 0; width: 0; border: 0; padding: 9px 4px; background: transparent; color: var(--ink); font-size: .875rem; line-height: 1.5; }
.utility-chat input::placeholder { color: #445c4b; opacity: 1; }
.utility-chat input:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }
.utility-chat button { display: flex; align-items: center; justify-content: center; flex: none; width: 32px; min-height: 40px; padding: 0; border: 0; border-radius: 4px; background: transparent; color: var(--blue); font-size: 1.2rem; cursor: pointer; }
.utility-chat button:hover { background: #dce6d5; }
.utility-chat button:focus-visible { outline-color: var(--blue); outline-offset: 0; }
.utility-chat input[aria-busy="true"] { opacity: .65; }
.utility .utility-links { flex: none; font-size: .875rem; }
.utility .utility-links a { min-height: 40px; }
html { scroll-padding-top: calc(var(--utility-height, 52px) + 16px); }
@media(max-width:600px) {
  .utility .container { justify-content: space-between; gap: 14px; padding-block: 3px; }
  .utility .container .utility-links { width: auto; flex: none; font-size: .875rem; }
  .utility-chat { max-width: 240px; }
  .utility-chat input { padding-inline: 2px; }
  .utility-chat button { width: 28px; }
}
