:root {
  --green-dark: #0b3d6e;
  --green: #145a96;
  --green-soft: #2f78b7;
  --sage: #d8ebf8;
  --cream: #f4f9fd;
  --paper: #ffffff;
  --gray-light: #edf5fb;
  --gray: #40566b;
  --gold: #276fa8;
  --red: #c62828;
  --shadow: 0 12px 32px rgba(11, 61, 110, 0.14);
  --radius: 10px;
  --page: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  background: var(--gray-light);
  color: var(--gray);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; border: 0; }
a { color: var(--green); }
a:hover { color: var(--gold); }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: .75rem 1rem;
  background: #fff;
  color: #000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.page-width { width: min(var(--page), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 .5rem; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.center { text-align: center; }
.section-title { margin: 0 0 2rem; color: var(--green); font: 700 clamp(1.75rem, 3vw, 2.5rem)/1.15 Georgia, "Times New Roman", serif; text-align: center; text-transform: uppercase; letter-spacing: .04em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(135deg, #082f57 0%, var(--green-dark) 58%, #1767a5 100%);
  border-bottom: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 3px 18px rgba(0,0,0,.18);
}
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { color: #fff; text-decoration: none; line-height: 1.1; }
.brand:hover { color: #fff; }
.brand-name { display: block; font: 700 clamp(1.15rem, 2.1vw, 1.75rem)/1.15 Georgia, "Times New Roman", serif; letter-spacing: .04em; text-transform: uppercase; }
.brand-subtitle { display: block; margin-top: .35rem; color: var(--sage); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.main-navigation { display: flex; align-items: center; justify-content: flex-end; gap: .3rem; }
.main-navigation a { padding: .65rem .7rem; color: var(--sage); font: 700 .76rem/1.2 Georgia, "Times New Roman", serif; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; border-radius: 5px; }
.main-navigation a:hover, .main-navigation a:focus-visible { color: #fff; background: rgba(255,255,255,.08); }
.main-navigation .nav-donate { color: #fff; background: var(--red); }
.main-navigation .nav-donate:hover { background: #a91f1f; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; padding: .65rem .8rem; background: transparent; color: #fff; font-weight: 700; cursor: pointer; }
.menu-toggle-label { margin-right: .4rem; }

.hero { padding: 28px 0; background: linear-gradient(180deg, #eaf5fc 0%, #d9edf9 100%); border-bottom: 1px solid #fff; }
.hero-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(420px, 1.6fr); align-items: stretch; background: #f8fcff; border: 1px solid #fff; box-shadow: var(--shadow); overflow: hidden; }
.hero-copy { padding: clamp(1.5rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: center; text-align: center; }
.anniversary-logo { width: min(190px, 70%); margin: 0 auto 1rem; }
.hero-copy h1 { margin: 0 0 1rem; color: var(--green-dark); font: 400 clamp(2rem, 4.3vw, 3.55rem)/1.05 Georgia, "Times New Roman", serif; text-transform: none; }
.hero-copy > p:not(.eyebrow) { max-width: 38rem; margin: 0 auto 1.5rem; font-size: 1.05rem; }
.hero-image-wrap { min-height: 480px; background: #d8eaf6; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .72rem 1.15rem; border-radius: 5px; font-weight: 700; font-size: .78rem; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--green); }
.button.primary:hover { color: #fff; background: #0d477e; }
.button.secondary { color: var(--green); border: 1px solid var(--green); background: transparent; }
.button.secondary:hover { color: #fff; background: var(--green); }
.button.small { min-height: 38px; padding: .55rem .85rem; color: #fff; background: var(--green-soft); }

.welcome-section { padding: 60px 0; background: linear-gradient(180deg, #f8fcff 0%, #e7f3fb 100%); border-bottom: 1px solid #fff; }
.welcome-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 2.5rem; align-items: start; }
.welcome-copy h2 { margin: 0 0 1.2rem; color: var(--green); font: 700 clamp(1.8rem, 3.2vw, 2.7rem)/1.15 Georgia, "Times New Roman", serif; }
.welcome-copy p { margin: 0 0 1.15rem; }
.signature { color: var(--green-dark); }
.graduates-card { padding: 1.4rem; background: rgba(255,255,255,.82); border-left: 1px solid #c9c9c9; box-shadow: var(--shadow); }
.graduates-card h2 { margin: 0 0 1rem; color: var(--green); font: 700 1.15rem/1.3 Georgia, "Times New Roman", serif; letter-spacing: .04em; text-transform: uppercase; }
#wowslider-container0 { max-width: 100% !important; }
.text-link { font-weight: 700; color: var(--gold); }

.programs-section { padding: 64px 0; background: var(--cream); }
.program-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.program-card { display: flex; flex-direction: column; min-width: 0; background: var(--paper); border: 1px solid #d4d4d4; box-shadow: 0 8px 24px rgba(50,55,46,.09); }
.program-card > a { display: block; aspect-ratio: 197 / 130; overflow: hidden; background: #dcecf6; }
.program-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.program-card:hover img { transform: scale(1.025); }
.program-card-body { display: flex; flex-direction: column; flex: 1; padding: 1.25rem; }
.program-card h3 { margin: 0 0 .6rem; color: var(--green); font: 700 1.08rem/1.3 Georgia, "Times New Roman", serif; text-transform: uppercase; }
.program-card p { margin: 0 0 1rem; flex: 1; font-size: .94rem; }
.program-card .button { align-self: flex-start; }

.specialties-section { padding: 58px 0; background: linear-gradient(180deg, #dceef9 0%, #c9e2f2 100%); border-top: 2px solid #fff; }
.specialty-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #c2c2c2; background: rgba(255,255,255,.32); }
.specialty-grid article { padding: 1.6rem; border-left: 1px solid #c2c2c2; }
.specialty-grid article:first-child { border-left: 0; }
.specialty-grid h3 { margin: 0 0 .65rem; color: var(--green); font: 700 1rem/1.35 Georgia, "Times New Roman", serif; text-transform: uppercase; }
.specialty-grid p { margin: 0 0 .8rem; font-size: .91rem; }

.local-seo-section { padding: 58px 0; background: #eef7fc; }
.local-grid { display: grid; grid-template-columns: 1.5fr .8fr; gap: 2rem; align-items: center; }
.local-grid h2 { margin: 0 0 1rem; color: var(--green); font: 700 clamp(1.75rem, 3vw, 2.5rem)/1.15 Georgia, "Times New Roman", serif; }
.contact-panel { padding: 1.6rem; background: #fff; border-top: 5px solid var(--green-soft); box-shadow: var(--shadow); }
.contact-panel h3 { margin-top: 0; color: var(--green); font-family: Georgia, "Times New Roman", serif; }

.site-footer { background: linear-gradient(135deg, #082f57 0%, var(--green-dark) 70%, #145a96 100%); color: var(--sage); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; padding-block: 30px; }
.footer-grid strong { color: #fff; font-family: Georgia, "Times New Roman", serif; text-transform: uppercase; }
.footer-grid p { margin: .45rem 0 0; font-size: .82rem; }
.copyright { padding: 12px 20px; border-top: 1px solid rgba(255,255,255,.15); color: var(--sage); font-size: .7rem; letter-spacing: .06em; text-align: center; text-transform: uppercase; }

@media (max-width: 980px) {
  .header-inner { min-height: 78px; flex-wrap: wrap; padding-block: 12px; }
  .menu-toggle { display: inline-block; }
  .main-navigation { display: none; width: 100%; flex-direction: column; align-items: stretch; padding: .5rem 0 .8rem; }
  .main-navigation.is-open { display: flex; }
  .main-navigation a { width: 100%; padding: .8rem 1rem; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-image-wrap { min-height: 0; }
  .hero-image { max-height: 650px; object-fit: contain; background: #dcecf6; }
  .welcome-grid { grid-template-columns: 1fr; }
  .graduates-card { border-left: 0; border-top: 1px solid #c9c9c9; }
  .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .page-width { width: min(100% - 24px, var(--page)); }
  .brand-subtitle { font-size: .63rem; }
  .hero { padding: 12px 0; }
  .hero-copy { padding: 1.35rem 1rem 1.6rem; }
  .anniversary-logo { width: 135px; }
  .hero-copy h1 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .welcome-section, .programs-section, .specialties-section, .local-seo-section { padding: 42px 0; }
  .program-grid, .specialty-grid, .local-grid, .footer-grid { grid-template-columns: 1fr; }
  .specialty-grid article { border-left: 0; border-top: 1px solid #c2c2c2; }
  .specialty-grid article:first-child { border-top: 0; }
  .footer-grid { gap: 1.25rem; }
}

@media (max-width: 430px) {
  .header-inner { gap: .7rem; }
  .brand { max-width: calc(100% - 92px); }
  .brand-name { font-size: 1rem; }
  .menu-toggle-label { display: none; }
  .program-grid { grid-template-columns: 1fr; }
  .section-title { font-size: 1.65rem; }
}

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