:root {
  --navy: #062333;
  --navy-deep: #041a27;
  --teal: #006c69;
  --teal-light: #d9ebe6;
  --gold: #d8a84f;
  --gold-light: #f5e4bc;
  --cream: #fbf7ef;
  --ink: #092230;
  --muted: #53636a;
  --line: #d7d8d2;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header { min-height: 100px; padding: 18px clamp(24px, 4vw, 70px); display: flex; align-items: center; gap: 38px; background: var(--navy-deep); color: white; position: relative; z-index: 10; }
.brand { display: flex; flex-direction: column; min-width: 330px; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 2.9vw, 46px); letter-spacing: .065em; line-height: .95; }
.brand-sub { color: #efbd5d; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-top: 8px; }
nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 3vw, 50px); }
nav a { font-size: 15px; font-weight: 600; opacity: .92; }
nav a:hover, nav a:focus-visible { color: #efbd5d; }
.button { min-height: 52px; border: 0; border-radius: 8px; padding: 0 28px; display: inline-flex; justify-content: center; align-items: center; gap: 20px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button-gold { background: linear-gradient(135deg, #e5ba68, var(--gold)); color: #111c20; }
.button-teal { background: var(--teal); color: white; }
.header-cta { min-height: 48px; padding-inline: 34px; }

.hero { min-height: 680px; padding: 38px clamp(24px, 4vw, 70px) 28px; display: grid; grid-template-columns: minmax(470px, .88fr) minmax(520px, 1.12fr); gap: clamp(28px, 4vw, 64px); align-items: center; background: radial-gradient(circle at 15% 20%, #fff 0, var(--cream) 48%, #f4f0e8 100%); overflow: hidden; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 15px; color: var(--teal); text-transform: uppercase; letter-spacing: .11em; font-size: 13px; font-weight: 800; }
.eyebrow.light { color: #83d2c9; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 18px; font: 500 clamp(48px, 5.2vw, 76px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.hero h2 { margin-bottom: 14px; color: var(--teal); font-size: clamp(18px, 1.7vw, 25px); }
.hero-lede { max-width: 590px; color: #3e4a50; font-size: 18px; line-height: 1.55; }
.hero-action-row { margin-top: 28px; display: grid; grid-template-columns: 205px 1fr; gap: 24px; align-items: stretch; }
.price-block { padding-right: 22px; border-right: 1px solid var(--gold); display: flex; flex-direction: column; justify-content: center; }
.price { color: var(--teal); font: 500 70px/.9 Georgia, serif; }
.price-note { margin-top: 12px; color: var(--teal); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.hero-actions { display: grid; gap: 12px; }
.next-class { min-height: 64px; padding: 9px 15px; border: 1px solid var(--gold); border-radius: 9px; display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,.4); font-size: 17px; }
.next-class small { display: block; color: var(--teal); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; margin-bottom: 3px; }
.calendar-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--teal); color: var(--teal); border-radius: 7px; font-size: 14px; font-weight: 800; }
.hero-media { min-height: 590px; position: relative; border: 1px solid var(--gold); border-radius: 32px 32px 55px 32px; padding: 14px 0 0 14px; }
.hero-media::before { content: ""; position: absolute; inset: -18px 28px 22px -18px; border: 1px solid var(--gold); border-radius: 30px; z-index: 0; }
.hero-media img { width: 100%; height: 590px; object-fit: cover; object-position: center; border-radius: 25px 25px 48px 25px; position: relative; z-index: 1; display: block; }
.image-badge { position: absolute; z-index: 2; left: -20px; bottom: 28px; padding: 14px 20px; color: var(--navy); background: rgba(255,255,255,.93); border-left: 4px solid var(--gold); border-radius: 0 8px 8px 0; box-shadow: 0 12px 30px rgba(6,35,51,.18); font-size: 13px; }
.image-badge span { display: block; color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: 10px; margin-bottom: 3px; }

.trust-strip { min-height: 110px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 18px clamp(24px, 8vw, 130px); background: linear-gradient(90deg, #dcebe6, #edf3ed, #dcebe6); border-top: 1px solid #c4d8d1; }
.trust-strip > div { display: grid; grid-template-columns: 54px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 18px; padding: 0 35px; border-right: 1px solid rgba(191,150,70,.55); }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { grid-row: 1/3; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--teal); color: white; font-size: 22px; }
.trust-strip strong { align-self: end; font-size: 17px; }
.trust-strip small { align-self: start; color: var(--muted); margin-top: 4px; }

.section { padding: 100px clamp(24px, 7vw, 112px); }
.intro-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: #fff; }
.intro-section h2, .section-heading h2, .split-section h2, .application-section h2 { margin-bottom: 20px; font: 500 clamp(38px, 4.3vw, 64px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.intro-copy { color: var(--muted); font-size: 19px; line-height: 1.7; }
.intro-copy p:last-child { margin-bottom: 0; }
.curriculum { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.6; }
.learning-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.learning-grid article { min-height: 90px; display: grid; grid-template-columns: 55px 1fr; align-items: center; border-bottom: 1px solid var(--line); padding: 12px 24px; }
.learning-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.learning-grid span { color: var(--gold); font: 600 20px Georgia, serif; }
.learning-grid p { margin: 0; font-size: 16px; font-weight: 700; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; padding: 0; }
.eligibility-panel, .included-panel { padding: 90px clamp(35px, 7vw, 110px); }
.eligibility-panel { background: var(--navy); color: white; }
.eligibility-panel > p:not(.eyebrow) { color: #c3d2d7; line-height: 1.65; }
.eligibility-panel ul { list-style: none; padding: 18px 0 0; margin: 0; display: grid; gap: 15px; }
.eligibility-panel li { display: flex; align-items: flex-start; gap: 13px; line-height: 1.45; }
.eligibility-panel li span { color: #79c8bc; font-weight: 900; }
.included-panel { background: #e8f0ec; }
.investment-row { display: flex; align-items: center; gap: 30px; border-bottom: 1px solid #bdd0c8; padding-bottom: 30px; }
.investment-row > span { color: var(--teal); font: 500 68px Georgia, serif; }
.investment-row p { margin: 0; color: var(--muted); line-height: 1.4; }
.included-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid #c8d8d2; }
.included-list span { color: var(--gold); font-weight: 800; }
.included-list p { margin: 0; color: var(--muted); line-height: 1.45; }
.included-list strong { display: block; color: var(--ink); margin-bottom: 4px; }

.dates-section { background: white; }
.dates-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dates-grid article { min-height: 330px; padding: 38px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 18px; position: relative; background: #fff; }
.dates-grid article.featured-date { border: 2px solid var(--teal); background: linear-gradient(150deg, #fff, #f1f7f4); }
.date-tag { position: absolute; top: -13px; right: 24px; padding: 7px 13px; border-radius: 20px; background: var(--teal); color: white; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.month { color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .15em; }
.dates-grid strong { margin: 20px 0 8px; color: var(--ink); font: 500 61px Georgia, serif; }
.dates-grid p { color: var(--muted); }
.dates-grid a { margin-top: auto; color: var(--teal); font-weight: 800; display: flex; gap: 15px; }

.application-section { padding: 100px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; background: var(--navy-deep); color: white; align-items: start; }
.application-intro { position: sticky; top: 40px; }
.application-intro > p:not(.eyebrow) { color: #c2d0d5; font-size: 18px; line-height: 1.65; }
.application-note { margin-top: 42px; padding: 24px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.06); }
.application-note strong, .application-note span { display: block; }
.application-note span { color: #c2d0d5; font-size: 14px; margin-top: 8px; line-height: 1.5; }
.application-form { padding: clamp(26px, 4vw, 55px); border-radius: 20px; background: white; color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.25); }
.form-section-title { display: flex; align-items: center; gap: 13px; padding-top: 20px; margin: 24px 0 20px; border-top: 1px solid #e2e4e1; }
.form-section-title:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.form-section-title span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 12px; font-weight: 800; }
.form-section-title h3 { margin: 0; font-size: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.full-field { grid-column: 1/-1; }
.application-form label, .application-form legend { display: block; color: #35454d; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.application-form input:not([type="radio"]):not([type="checkbox"]), .application-form select, .application-form textarea { width: 100%; margin-top: 8px; border: 1px solid #cbd1ce; border-radius: 7px; background: #fbfcfa; padding: 13px; color: var(--ink); outline: 0; }
.application-form input:focus, .application-form select:focus, .application-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,108,105,.12); }
.application-form > label, .application-form fieldset { margin-bottom: 18px; }
.application-form fieldset { border: 0; padding: 0; }
.application-form legend { margin-bottom: 10px; }
.application-form .radio { display: inline-flex; align-items: center; gap: 7px; margin-right: 22px; font-size: 14px; font-weight: 600; }
.radio input { accent-color: var(--teal); }
.consent { display: flex !important; gap: 10px; align-items: flex-start; margin-top: 28px; line-height: 1.45; font-weight: 500 !important; }
.consent input { margin-top: 2px; accent-color: var(--teal); }
.submit-button { width: 100%; margin-top: 8px; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-message { margin: 16px 0 0; padding: 14px; border-radius: 6px; font-size: 14px; line-height: 1.5; }
.form-message.success { color: #075746; background: #e1f4ed; }
.form-message.error { color: #8d2626; background: #fbe8e8; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { min-height: 180px; padding: 45px clamp(24px, 5vw, 75px); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; color: white; background: #02141e; }
.footer-brand { min-width: 280px; }
.footer-brand .brand-name { font-size: 31px; }
footer p { margin: 0; color: #aebec4; font-size: 14px; max-width: 420px; }
footer > a { color: #efbd5d; font-size: 13px; font-weight: 700; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 800px; }
  .hero-media { min-height: 500px; }
  .hero-media img { height: 500px; }
  .application-section { grid-template-columns: 1fr; }
  .application-intro { position: static; }
}

@media (max-width: 760px) {
  .site-header { min-height: 82px; padding: 14px 20px; }
  .brand { min-width: 0; flex: 1; }
  .brand-name { font-size: 27px; }
  .brand-sub { font-size: 7px; }
  .header-cta { min-height: 42px; padding-inline: 18px; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); padding: 48px 20px 34px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-action-row { grid-template-columns: 1fr; }
  .price-block { border-right: 0; border-bottom: 1px solid var(--gold); padding: 0 0 20px; }
  .hero-media { min-height: 390px; padding: 8px 0 0 8px; margin-top: 16px; }
  .hero-media img { height: 390px; }
  .trust-strip { grid-template-columns: 1fr; padding: 10px 20px; }
  .trust-strip > div { min-height: 90px; border-right: 0; border-bottom: 1px solid rgba(191,150,70,.4); padding: 0 5px; }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { padding: 72px 22px; }
  .intro-section, .split-section { grid-template-columns: 1fr; }
  .intro-section { gap: 20px; }
  .learning-grid { grid-template-columns: 1fr; }
  .learning-grid article:nth-child(odd) { border-right: 0; }
  .eligibility-panel, .included-panel { padding: 70px 24px; }
  .dates-grid { grid-template-columns: 1fr; }
  .application-section { padding: 72px 20px; }
  .application-form { padding: 26px 19px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
