:root {
  --navy: #083f4c;
  --navy-deep: #052e38;
  --teal: #0aa6a6;
  --teal-light: #bff3e8;
  --yellow: #f7c948;
  --coral: #ff7657;
  --blue: #4f8ef7;
  --cream: #fff9ea;
  --paper: #ffffff;
  --ink: #103840;
  --muted: #557278;
  --line: #dbe9e7;
  --shadow: 0 24px 60px rgba(8, 63, 76, 0.16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: #fff; color: var(--navy); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.announcement { min-height: 38px; padding: 7px 20px; display: flex; align-items: center; justify-content: center; gap: 18px; background: var(--navy); color: #fff; font-size: 0.84rem; font-weight: 650; letter-spacing: 0.02em; text-align: center; }
.announcement a { color: var(--yellow); text-underline-offset: 4px; }
.site-header { background: #fff; position: relative; z-index: 10; }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--navy); text-decoration: none; font-weight: 850; font-size: 1.15rem; line-height: 1.05; letter-spacing: -0.03em; }
.brand strong { display: block; color: var(--coral); font-size: 0.82em; letter-spacing: 0.14em; text-transform: uppercase; }
.brand-mark { width: 48px; height: 48px; position: relative; display: inline-block; flex: 0 0 48px; background: var(--yellow); border-radius: 13px 13px 16px 16px; }
.brand-mark::before { content: ""; position: absolute; left: 6px; right: 6px; top: -8px; height: 22px; background: var(--coral); clip-path: polygon(50% 0, 100% 78%, 88% 100%, 50% 42%, 12% 100%, 0 78%); }
.brand-mark i, .brand-mark b, .brand-mark em { position: absolute; bottom: 8px; width: 8px; height: 15px; border-radius: 5px 5px 3px 3px; }
.brand-mark i { left: 8px; background: var(--blue); }
.brand-mark b { left: 20px; background: var(--teal); }
.brand-mark em { right: 8px; background: #fff; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links > a { text-decoration: none; font-weight: 730; color: #244e56; font-size: 0.93rem; }
.nav-links > a:not(.button):hover { color: var(--coral); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; background: var(--coral); color: #fff; text-decoration: none; font-weight: 850; line-height: 1.2; box-shadow: 0 10px 24px rgba(255, 118, 87, 0.28); transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(255, 118, 87, 0.33); background: #f46143; }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.button-small { min-height: 44px; padding-inline: 19px; color: #fff !important; font-size: 0.88rem !important; }
.text-link { color: var(--navy); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hero { position: relative; padding: 72px 0 84px; background: var(--cream); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 340px; height: 340px; left: -220px; top: 90px; border: 52px solid var(--teal-light); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -80px; background: var(--yellow); border-radius: 50%; opacity: 0.65; }
.hero-grid { display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 0.79rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Arial Rounded MT Bold", "Trebuchet MS", ui-sans-serif, sans-serif; color: var(--navy); line-height: 1.08; letter-spacing: -0.045em; }
h1 { margin: 0; max-width: 680px; font-size: clamp(3rem, 5.7vw, 5.45rem); }
h1 span { color: var(--coral); position: relative; white-space: nowrap; }
h1 span::after { content: ""; position: absolute; left: 5%; right: 1%; bottom: -4px; height: 10px; background: var(--yellow); border-radius: 50%; transform: rotate(-2deg); z-index: -1; }
.academy-title { font-size: clamp(3.35rem, 6.4vw, 6.1rem); }
.hero-copy > .eyebrow { margin-top: 24px; }
.hero-tagline { margin: 0; max-width: 620px; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.hero-lead { margin: 25px 0 30px; max-width: 600px; color: #355e65; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.quick-facts { margin-top: 42px; padding-top: 26px; border-top: 1px solid #cfe0dc; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 620px; }
.quick-facts div { display: flex; flex-direction: column; }
.quick-facts strong { font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; color: var(--navy); font-size: 1.03rem; }
.quick-facts span { color: var(--muted); font-size: 0.79rem; }
.hero-visual { position: relative; min-height: 570px; }
.photo-main { position: absolute; inset: 25px 10px 10px 54px; margin: 0; overflow: hidden; border: 10px solid #fff; border-radius: 44% 44% 26px 26px; box-shadow: var(--shadow); transform: rotate(1.5deg); background: var(--teal-light); }
.photo-main img { height: 100%; object-fit: cover; }
.sunburst { position: absolute; width: 330px; height: 330px; right: -60px; top: -20px; background: repeating-conic-gradient(var(--yellow) 0 8deg, transparent 8deg 17deg); border-radius: 50%; opacity: 0.55; }
.hero-note { position: absolute; left: 0; bottom: 54px; padding: 15px 21px; background: var(--navy); color: #fff; border-radius: 15px; font-size: 0.94rem; font-weight: 850; box-shadow: 0 15px 30px rgba(8, 63, 76, 0.25); transform: rotate(-3deg); }
.hero-note span { color: var(--yellow); margin-right: 6px; }
.mini-shape { position: absolute; z-index: 2; }
.mini-shape-one { width: 44px; height: 44px; left: 32px; top: 14px; background: var(--blue); border-radius: 50% 50% 50% 10px; transform: rotate(35deg); }
.mini-shape-two { width: 45px; height: 45px; right: 0; bottom: 45px; background: var(--coral); clip-path: polygon(50% 0, 63% 34%, 100% 36%, 71% 58%, 80% 96%, 50% 74%, 20% 96%, 29% 58%, 0 36%, 37% 34%); }

.welcome-band { background: var(--teal); color: #fff; }
.welcome-inner { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 30px; text-align: center; }
.welcome-inner p { margin: 0; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: clamp(1rem, 2vw, 1.26rem); font-weight: 850; }
.welcome-inner span { color: var(--yellow); font-size: 1.5rem; }

.section { padding: 104px 0; }
.section-heading { margin-bottom: 46px; }
.section-heading h2, .experience-copy h2, .visit h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4rem); }
.split-heading { display: grid; grid-template-columns: 1.1fr 0.7fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.04rem; }
.programs { background: #fff; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.program-card { min-height: 430px; padding: 14px 14px 26px; border-radius: 24px; position: relative; overflow: hidden; transition: transform 180ms ease; }
.program-card:hover { transform: translateY(-6px); }
.program-card::after { content: ""; width: 130px; height: 130px; position: absolute; right: -50px; bottom: -55px; border: 24px solid rgba(255,255,255,0.32); border-radius: 50%; }
.program-card.yellow { background: var(--yellow); }
.program-card.teal { background: var(--teal-light); }
.program-card.coral { background: #ffd4c9; }
.program-card.blue { background: #d9e6ff; }
.program-photo { height: 188px; margin: 0 0 22px; overflow: hidden; border: 4px solid rgba(255, 255, 255, 0.74); border-radius: 17px; background: #fff; }
.program-photo img { height: 100%; object-fit: cover; }
.program-card h3 { margin: 0 10px 13px; font-size: 1.62rem; }
.program-card p { margin: 0 10px; color: #34585e; font-size: 0.94rem; line-height: 1.62; }

.experience { background: var(--navy); color: #fff; }
.experience-grid { display: grid; grid-template-columns: 1fr 0.96fr; gap: 90px; align-items: center; }
.experience-images { position: relative; min-height: 620px; }
.experience-images figure { margin: 0; overflow: hidden; box-shadow: 0 24px 50px rgba(0,0,0,0.25); background: #1d6978; }
.image-tall { position: absolute; inset: 0 130px 70px 0; border-radius: 150px 26px 26px 26px; }
.image-tall img, .image-small img { height: 100%; object-fit: cover; }
.image-small { position: absolute; width: 48%; height: 260px; right: 0; bottom: 0; border: 8px solid var(--navy); border-radius: 26px 26px 90px 26px; }
.rainbow-stamp { position: absolute; z-index: 2; right: 12px; top: 28px; width: 128px; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--yellow); color: var(--navy); border-radius: 50%; border: 8px solid #fff; font-size: 0.62rem; line-height: 1.2; letter-spacing: 0.14em; transform: rotate(8deg); }
.rainbow-stamp strong { font-size: 1.2rem; }
.rainbow-stamp b { color: var(--coral); font-size: 0.82rem; }
.experience-copy .eyebrow { color: var(--yellow); }
.experience-copy h2 { color: #fff; }
.experience-copy > p:not(.eyebrow) { margin: 24px 0 32px; color: #cbe2e3; font-size: 1.05rem; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 23px; }
.check-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; color: #cbe2e3; }
.check-list li > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--teal); color: #fff; border-radius: 50%; font-weight: 900; }
.check-list strong { color: #fff; font-size: 1.05rem; }

.day-section { background: #f2fbf8; }
.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.day-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.day-grid article { padding: 0; background: transparent; border: 0; border-radius: 0; text-align: center; box-shadow: none; }
.activity-photo { aspect-ratio: 4 / 3; margin: 0 0 22px; overflow: hidden; border-radius: 22px; box-shadow: 0 14px 32px rgba(8,63,76,0.13); }
.activity-photo img { height: 100%; object-fit: cover; transition: transform 220ms ease; }
.day-grid article:hover .activity-photo img { transform: scale(1.035); }
.day-grid h3 { margin: 0 0 12px; font-size: 1.22rem; }
.day-grid p { margin: 0 auto; max-width: 260px; color: var(--muted); font-size: 0.9rem; }

.visit { background: #fff; }
.visit-card { min-height: 440px; padding: 64px; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: center; background: var(--coral); border-radius: 36px; color: #fff; position: relative; overflow: hidden; }
.visit-card::before { content: ""; position: absolute; width: 350px; height: 350px; right: -170px; top: -175px; border: 55px solid rgba(255,255,255,0.16); border-radius: 50%; }
.visit .eyebrow { color: #fff2a9; }
.visit h2 { color: #fff; }
.visit-copy > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 28px; color: #fff4ef; }
.button-light { background: #fff; color: var(--navy); box-shadow: none; }
.button-light:hover { background: var(--yellow); color: var(--navy); box-shadow: none; }
.visit-details { margin: 28px 0 0; display: flex; flex-direction: column; color: #fff4ef; font-style: normal; line-height: 1.45; }
.visit-details strong { color: #fff; }
.visit-details a { margin-top: 7px; width: fit-content; color: #fff; font-weight: 850; text-underline-offset: 4px; }
.visit-form { position: relative; z-index: 1; margin: 0; padding: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; background: #fff; color: var(--ink); border-radius: 24px; box-shadow: var(--shadow); scroll-margin-top: 28px; }
.form-heading { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; margin-bottom: 4px; }
.form-heading p { margin: 0; color: var(--navy); font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 1.55rem; font-weight: 850; line-height: 1.2; }
.form-heading span:not(.location-icon) { display: block; margin-top: 3px; color: var(--muted); font-size: 0.86rem; }
.location-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--teal-light); color: var(--navy); font-size: 1.5rem; font-weight: 900; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field:last-of-type { grid-column: 1 / -1; }
.form-field label { color: var(--navy); font-size: 0.9rem; font-weight: 800; }
.form-field input { width: 100%; min-height: 48px; padding: 10px 13px; border: 2px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); font: inherit; font-size: 1rem; line-height: 1.25; transition: border-color 160ms ease, box-shadow 160ms ease; }
.form-field input::placeholder { color: #7d9499; }
.form-field input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(10, 166, 166, 0.15); }
.form-submit { grid-column: 1 / -1; border: 0; cursor: pointer; font: inherit; font-weight: 850; }
.form-note { grid-column: 1 / -1; margin: -5px 0 0; color: var(--muted); font-size: 0.8rem; line-height: 1.45; text-align: center; }

.site-footer { padding: 70px 0 24px; background: var(--navy-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.brand-footer { color: #fff; }
.footer-grid > div:first-child > p { max-width: 390px; color: #adcdd1; }
.footer-links { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 50px; }
.footer-links > div { display: flex; flex-direction: column; gap: 8px; }
.footer-links strong { margin-bottom: 6px; color: var(--yellow); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; }
.footer-links a { color: #d8eaec; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-links span { color: #adcdd1; }
.footer-bottom { margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; gap: 20px; color: #90b5ba; font-size: 0.83rem; }
.footer-bottom a { color: #fff; }

@media (max-width: 980px) {
  .nav { padding: 16px 0; }
  .nav-links > a:not(.button) { display: none; }
  .hero { padding-top: 55px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-lead, .quick-facts { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 520px; max-width: 700px; width: 100%; margin-inline: auto; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid { grid-template-columns: 1fr; gap: 60px; }
  .experience-images { min-height: 580px; }
  .day-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .announcement { flex-direction: column; gap: 0; padding-block: 8px; }
  .nav { min-height: 74px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-mark b { left: 17px; }
  .nav .button { padding-inline: 15px; min-height: 42px; }
  .hero { padding: 45px 0 60px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .academy-title { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-tagline { font-size: clamp(1.8rem, 9vw, 2.65rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .quick-facts { gap: 7px; }
  .quick-facts span { font-size: 0.7rem; }
  .hero-visual { min-height: 390px; }
  .photo-main { inset: 12px 8px 8px 18px; border-width: 7px; border-radius: 36% 36% 22px 22px; }
  .hero-note { left: 0; bottom: 25px; }
  .sunburst { width: 240px; height: 240px; }
  .mini-shape-one { left: 0; }
  .welcome-inner { min-height: 100px; flex-direction: column; gap: 0; padding-block: 17px; }
  .welcome-inner span { display: none; }
  .section { padding: 74px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: auto; }
  .experience-images { min-height: 430px; }
  .image-tall { inset: 0 52px 45px 0; border-radius: 100px 20px 20px 20px; }
  .image-small { width: 49%; height: 170px; }
  .rainbow-stamp { width: 90px; height: 90px; right: 0; top: 20px; }
  .rainbow-stamp strong { font-size: 0.95rem; }
  .day-grid { grid-template-columns: 1fr; }
  .visit-card { padding: 42px 24px; gap: 40px; border-radius: 26px; }
  .visit-form { padding: 25px 20px; grid-template-columns: 1fr; gap: 16px; }
  .form-heading, .form-field:last-of-type, .form-submit, .form-note { grid-column: 1; }
  .location-icon { width: 44px; height: 44px; }
  .footer-grid, .footer-links { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
}

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