:root {
  color-scheme: light;
  --navy: #0b3850;
  --navy-deep: #062735;
  --teal: #248b91;
  --seafoam: #bfe5df;
  --pearl: #f7fbfb;
  --white: #ffffff;
  --silver: #cad5d6;
  --muted: #5b7279;
  --line: rgba(16, 82, 91, .16);
  --shadow: 0 28px 80px rgba(7, 53, 65, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy-deep);
  background: var(--pearl);
  font-family: "Montserrat", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 12px clamp(20px, 5vw, 76px);
  border-bottom: 1px solid rgba(255,255,255,.75);
  background: rgba(247, 251, 251, .88);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; font-weight: 700; letter-spacing: .03em; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
nav a { text-decoration: none; font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: var(--teal); }
.nav-contact { padding: 11px 18px; border: 1px solid var(--teal); border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; background: var(--white); color: var(--navy); font: inherit; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(60px, 8vw, 120px) clamp(22px, 6vw, 92px);
  background: linear-gradient(145deg, #ffffff 0%, #f3faf9 48%, #e6f3f4 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; z-index: -1; background: linear-gradient(to bottom, transparent, rgba(191, 229, 223, .18)); }
.hero-aura { position: absolute; z-index: -2; border-radius: 50%; filter: blur(90px); opacity: .45; }
.hero-aura-one { width: 360px; height: 360px; left: -100px; top: 5%; background: var(--seafoam); }
.hero-aura-two { width: 420px; height: 420px; right: -120px; bottom: 2%; background: #9bdce2; }
.hero-content { max-width: 650px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: 1.03; }
h1 { margin-bottom: 24px; font-size: clamp(3.7rem, 7vw, 7rem); letter-spacing: -.035em; }
h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 5vw, 4.8rem); letter-spacing: -.025em; }
h3 { margin-bottom: 12px; font-size: 1.75rem; }
.hero-copy { max-width: 610px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: .75rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--white); box-shadow: 0 14px 30px rgba(8, 48, 63, .2); }
.button-secondary { border: 1px solid var(--teal); color: var(--navy); background: rgba(255,255,255,.55); }
.hero-art { justify-self: center; width: min(720px, 100%); filter: drop-shadow(0 30px 45px rgba(8, 72, 79, .13)); }

.intro, .feature-section, .program, .updates, .contact-section { padding: clamp(84px, 11vw, 150px) clamp(22px, 7vw, 110px); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 9vw, 140px); align-items: start; background: var(--white); }
.intro h2 { max-width: 620px; }
.intro-copy { max-width: 690px; color: var(--muted); font-size: 1.03rem; line-height: 1.9; }
.intro-copy p:first-child { margin-top: 0; }

.feature-section { background: var(--navy-deep); color: var(--white); }
.section-heading { max-width: 850px; }
.section-heading > p:last-child { max-width: 760px; color: rgba(255,255,255,.68); line-height: 1.9; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.feature-grid article { min-height: 300px; padding: clamp(30px, 4vw, 54px); background: var(--navy-deep); }
.feature-number { display: block; margin-bottom: 62px; color: var(--seafoam); font-size: .74rem; letter-spacing: .18em; }
.feature-grid p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.8; }

.program { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1fr); gap: clamp(55px, 9vw, 140px); align-items: center; background: linear-gradient(130deg, #e8f5f3, #ffffff 58%); }
.program-art { justify-self: center; width: min(470px, 100%); }
.program-art img { filter: drop-shadow(0 25px 40px rgba(12, 77, 85, .13)); }
.program-content { max-width: 670px; }
.program-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.program ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.program li { padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .86rem; font-weight: 600; }

.updates { background: var(--white); }
.section-heading.compact { max-width: 600px; }
.update-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 55px; }
.update-grid article { min-height: 300px; padding: 38px; border: 1px solid var(--line); background: linear-gradient(150deg, #fff, #f4faf9); box-shadow: 0 16px 45px rgba(14, 72, 82, .06); }
.update-label { margin: 0 0 56px; color: var(--teal); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.update-grid p:last-child { color: var(--muted); line-height: 1.8; }

.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: end; background: var(--navy); color: var(--white); }
.contact-section > div:first-child { max-width: 650px; }
.contact-section > div:first-child > p:last-child { color: rgba(255,255,255,.68); }
.contact-actions { border-top: 1px solid rgba(255,255,255,.18); }
.contact-actions a { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-actions a:hover strong, .contact-actions a:focus-visible strong { color: var(--seafoam); }
.contact-actions span { color: rgba(255,255,255,.55); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-actions strong { font-size: clamp(.95rem, 2vw, 1.16rem); font-weight: 500; transition: color .2s ease; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 26px clamp(22px, 6vw, 90px); background: #041f2a; color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .08em; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--white); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.12rem; }
.footer-brand img { width: 48px; height: 48px; object-fit: contain; }
footer p { margin: 0; text-align: center; }
footer > a { justify-self: end; text-decoration: none; text-transform: uppercase; }
footer > a:hover { color: var(--white); }

@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 22px 24px; background: rgba(247,251,251,.98); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-contact { border: 0; border-radius: 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; text-align: center; }
  .hero-content { justify-self: center; }
  .hero-actions { justify-content: center; }
  .hero-art { width: min(620px, 90vw); margin-top: 40px; }
  .intro, .program, .contact-section { grid-template-columns: 1fr; }
  .feature-grid, .update-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .feature-number, .update-label { margin-bottom: 32px; }
  .program-art { width: min(390px, 75vw); }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; padding-inline: 16px; }
  .brand span { font-size: 1.08rem; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-inline: 18px; }
  h1 { font-size: clamp(3.1rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.4rem, 13vw, 3.8rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .program ul { grid-template-columns: 1fr; }
  .contact-actions a { grid-template-columns: 1fr; gap: 7px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer > a { justify-self: center; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content { animation: reveal .8s ease-out both; }
  .hero-art { animation: reveal .9s .12s ease-out both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(16px); } }
}
