:root {
  --navy: #071b30;
  --navy-soft: #0d2947;
  --ink: #102137;
  --cream: #fbf8f1;
  --paper: #ffffff;
  --gold: #c9a45b;
  --gold-light: #ead9ae;
  --blue-wash: #e9f0f5;
  --muted: #5a6878;
  --line: rgba(7, 27, 48, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.site-header {
  min-height: 88px;
  padding: 18px clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--navy);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.brand { display: inline-flex; align-items: center; gap: 14px; color: inherit; text-decoration: none; }
.brand-mark {
  width: 48px; height: 42px; display: grid; place-items: center;
}
.brand-mark svg { width: 46px; height: auto; overflow: visible; }
.brand-mark path { fill: none; stroke: var(--gold); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .gem-fill { fill: rgba(201,164,91,.1); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font: 600 1.3rem/1 "Cormorant Garamond", serif; letter-spacing: .02em; }
.brand-text small { margin-top: 5px; font-size: .7rem; text-transform: uppercase; letter-spacing: .18em; opacity: .72; }
.site-nav { display: flex; gap: 28px; }
.site-nav a { color: var(--gold-light); text-decoration: none; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  color: white;
  background: var(--navy);
  overflow: hidden;
}
.hero-copy { padding: clamp(80px, 10vw, 148px) clamp(28px, 7vw, 110px); align-self: center; }
.eyebrow { margin: 0 0 19px; color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.15rem, 6.2vw, 6.7rem); line-height: .93; font-weight: 600; letter-spacing: -.035em; }
.intro { max-width: 660px; margin: 36px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.75; }
.scripture { margin-top: 50px; padding-left: 22px; border-left: 1px solid var(--gold); }
.scripture span { color: var(--gold-light); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.scripture p { margin: 5px 0 0; font: 500 1.35rem/1.3 "Cormorant Garamond", serif; }

.hero-art { position: relative; min-height: 620px; background: linear-gradient(145deg, var(--navy-soft), #102f50); overflow: hidden; }
.hero-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0, transparent 16%), radial-gradient(circle at 78% 24%, rgba(201,164,91,.15), transparent 32%); }
.diamond { position: absolute; border: 1px solid rgba(201,164,91,.34); transform: rotate(45deg); }
.diamond-one { width: 380px; height: 380px; right: -75px; top: 70px; }
.diamond-two { width: 210px; height: 210px; left: 0; bottom: 44px; border-color: rgba(255,255,255,.12); }
.path-line { position: absolute; width: 520px; height: 220px; left: 10%; bottom: 4%; border: 1px solid transparent; border-top-color: rgba(201,164,91,.42); border-radius: 50%; transform: rotate(-24deg); }
.crest { position: absolute; inset: 50% auto auto 50%; width: 230px; height: 230px; transform: translate(-50%, -50%); border: 1px solid rgba(201,164,91,.72); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(7,27,48,.42); backdrop-filter: blur(4px); }
.crest::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.15); }
.crest-cross { color: var(--gold); font-size: 1.05rem; }
.crest strong { margin-top: 8px; font: 600 4.6rem/.85 "Cormorant Garamond", serif; }
.crest small { margin-top: 18px; color: var(--gold-light); font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; }

.section-pad { padding: clamp(74px, 9vw, 132px) clamp(24px, 8vw, 124px); }
.promise { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: end; background: var(--paper); }
.section-heading h2 { max-width: 650px; margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.5rem); line-height: 1; font-weight: 600; letter-spacing: -.025em; }
.large-copy { max-width: 690px; margin: 0; font: 500 clamp(1.55rem, 2.35vw, 2.3rem)/1.42 "Cormorant Garamond", serif; color: #2c3a4a; }

.pillars { color: white; background: var(--navy-soft); }
.pillars .section-heading { margin-bottom: 58px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.pillar-grid article { padding: 36px 34px 22px 0; }
.pillar-grid article + article { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.15); }
.pillar-grid span { color: var(--gold); font-size: .73rem; letter-spacing: .12em; }
.pillar-grid h3 { margin: 22px 0 14px; font-size: 2rem; line-height: 1.05; }
.pillar-grid p { margin: 0; color: rgba(255,255,255,.68); }

.path-section { background: var(--blue-wash); }
.path-card { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(44px, 6vw, 82px); background: var(--cream); border: 1px solid rgba(201,164,91,.42); box-shadow: 0 28px 70px rgba(7,27,48,.08); }
.path-card h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.03; }
.path-card > p { margin: 0; align-self: center; color: var(--muted); font-size: 1.05rem; }
.program-facts { align-self: center; }
.program-facts p { display: grid; grid-template-columns: 115px 1fr; gap: 18px; margin: 0; padding: 13px 0; border-top: 1px solid var(--line); }
.program-facts strong { color: var(--ink); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.program-facts span { color: var(--muted); }

.coursework { background: var(--paper); }
.course-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.course-grid article { padding: 36px; min-height: 260px; }
.course-grid article:nth-child(3n+2), .course-grid article:nth-child(3n+3) { border-left: 1px solid var(--line); }
.course-grid article:nth-child(n+4) { border-top: 1px solid var(--line); }
.course-grid span { color: var(--gold); font-size: .7rem; letter-spacing: .12em; }
.course-grid h3 { margin: 18px 0 12px; font-size: 1.85rem; line-height: 1.05; }
.course-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.parent-role { margin: 28px 0 0; padding: 22px 25px; color: var(--muted); background: var(--cream); border-left: 3px solid var(--gold); }

.tuition { display: grid; grid-template-columns: 1fr minmax(360px, .78fr); gap: 8vw; align-items: center; color: white; background: var(--navy); }
.tuition h2 { margin: 0; max-width: 720px; font-size: clamp(2.7rem, 4.6vw, 4.7rem); line-height: 1; }
.tuition-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); }
.rate-note { font-size: .88rem; }
.price-card { padding: clamp(34px, 5vw, 58px); color: var(--ink); background: var(--cream); border: 1px solid var(--gold); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.price-label { margin: 0; color: var(--muted); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.price { margin: 8px 0 0; font: 600 clamp(3.8rem, 7vw, 6.2rem)/1 "Cormorant Garamond", serif; }
.installments { margin: 7px 0 28px; color: var(--muted); }
.price-card ul { margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { padding: 9px 0 9px 22px; position: relative; border-top: 1px solid var(--line); }
.price-card li::before { content: "◆"; position: absolute; left: 0; top: 12px; color: var(--gold); font-size: .55rem; }
.fee-row { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--line); }
.price-card small { display: block; margin-top: 18px; color: var(--muted); line-height: 1.55; }

.policies { background: var(--blue-wash); }
.policy-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(7,27,48,.12); border: 1px solid rgba(7,27,48,.12); }
.policy-grid article { padding: 34px; background: var(--cream); }
.policy-grid h3 { margin: 0 0 10px; font-size: 1.8rem; }
.policy-grid p { margin: 0; color: var(--muted); }

.scholarship { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--paper); }
.scholarship h2 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.5rem); line-height: 1; }
.scholarship > div:last-child > p { margin-top: 0; color: var(--muted); }
.scholarship-alert { padding: 22px 25px; background: #f7f1e2; border-left: 3px solid var(--gold); }

.development { background: var(--paper); }
.development .section-heading { max-width: 930px; }
.development-grid { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.development-grid > div { padding: clamp(32px, 4.5vw, 62px); }
.development-grid > div + div { border-left: 1px solid var(--line); background: #f6f7f7; }
.development h3 { margin: 0 0 24px; font-size: 1.8rem; }
.development ul { margin: 0; padding: 0; list-style: none; }
.development li { position: relative; padding: 12px 0 12px 25px; border-top: 1px solid var(--line); }
.development li::before { content: "◆"; position: absolute; left: 0; top: 14px; color: var(--gold); font-size: .58rem; }
.notice { margin: 28px 0 0; padding: 22px 25px; color: var(--muted); background: var(--cream); border-left: 3px solid var(--gold); }

.contact { text-align: center; color: white; background: linear-gradient(145deg, #0d2947, #071b30); }
.contact h2 { max-width: 800px; margin: 0 auto; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; }
.contact > p:not(.eyebrow) { max-width: 650px; margin: 24px auto; color: rgba(255,255,255,.72); }
.phone-button { display: inline-block; margin: 10px 0 22px; padding: 16px 26px; color: var(--navy); background: var(--gold-light); text-decoration: none; font-weight: 600; letter-spacing: .04em; }
.contact small { display: block; color: rgba(255,255,255,.56); }

footer { padding: 50px clamp(24px, 8vw, 124px); color: white; background: #041321; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; align-items: center; }
footer p, footer small { margin: 0; color: rgba(255,255,255,.62); }
footer > small { text-align: right; }
footer a { color: inherit; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 470px; }
  .promise, .path-card, .tuition, .scholarship { grid-template-columns: 1fr; gap: 36px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .development-grid { grid-template-columns: 1fr; }
  .development-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .course-grid article:nth-child(3n+2), .course-grid article:nth-child(3n+3) { border-left: 0; }
  .course-grid article:nth-child(even) { border-left: 1px solid var(--line); }
  .course-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; }
  footer > small { text-align: left; }
}

@media (max-width: 560px) {
  .site-header { align-items: flex-start; }
  .site-nav { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 76px; padding-bottom: 74px; }
  .hero-art { min-height: 390px; }
  .crest { width: 190px; height: 190px; }
  .crest strong { font-size: 3.8rem; }
  .diamond-one { width: 300px; height: 300px; }
  .section-pad { padding-left: 22px; padding-right: 22px; }
  .path-card { padding: 35px 25px; }
  .program-facts p { grid-template-columns: 1fr; gap: 3px; }
  .course-grid, .policy-grid { grid-template-columns: 1fr; }
  .course-grid article:nth-child(even) { border-left: 0; }
  .course-grid article:nth-child(n+2) { border-top: 1px solid var(--line); }
}

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

/* Calendar planning surface */
.calendar-section { background: #f4f5f3; }
.calendar-section .section-heading h2 { max-width: 780px; }
.calendar-intro { max-width: 760px; font-size: 1.05rem; line-height: 1.7; margin: 24px 0 32px; }
.day-picker { border: 0; margin: 0 0 30px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.day-picker legend { width: 100%; font-weight: 600; margin-bottom: 12px; }
.day-choice { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid #b5bbb9; border-radius: 3px; background: white; cursor: pointer; font-size: .9rem; }
.day-choice:has(input:checked) { background: #183b40; color: white; border-color: #183b40; }
.day-choice input { accent-color: #b78b48; width: 16px; height: 16px; }
.calendar-panel { border: 1px solid var(--line); background: white; padding: clamp(15px, 3vw, 34px); max-width: 1050px; }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.calendar-toolbar h3 { margin: 0; text-align: center; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.calendar-toolbar button { min-width: 46px; min-height: 46px; border: 1px solid #b5bbb9; background: white; color: #183b40; font-size: 1.35rem; cursor: pointer; }
.calendar-toolbar button:disabled { opacity: .35; cursor: default; }
.calendar-summary { margin: 20px 0; font-weight: 600; color: #183b40; }
.calendar-legend { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 16px; font-size: .85rem; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 7px; }
.calendar-legend i { display: inline-block; width: 14px; height: 14px; border-radius: 2px; }
.legend-meeting { background: #dce9e5; }.legend-closed { background: #f1dfd1; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-top: 1px solid #d9ddda; border-left: 1px solid #d9ddda; }
.calendar-weekday { text-align: center; font-weight: 600; font-size: .8rem; padding: 12px 0; }
.calendar-date, .calendar-empty { min-height: 86px; border-right: 1px solid #d9ddda; border-bottom: 1px solid #d9ddda; padding: 9px; font-size: .85rem; }
.calendar-date strong { display: block; font-size: 1rem; }.calendar-date span { display: block; margin-top: 7px; line-height: 1.3; font-size: .75rem; }
.calendar-date.is-meeting { background: #dce9e5; }.calendar-date.is-closed { background: #f1dfd1; }.calendar-date.is-outside { color: #89918d; }
.calendar-footnotes { max-width: 1050px; margin-top: 24px; line-height: 1.65; }
.calendar-footnotes a { color: #183b40; font-weight: 600; text-underline-offset: 4px; }
@media (max-width: 650px) { .calendar-date, .calendar-empty { min-height: 52px; padding: 6px; }.calendar-date span { font-size: .64rem; overflow-wrap: anywhere; }.calendar-weekday { font-size: .7rem; } }
.site-header { flex-wrap: wrap; }
.language-switch { color: var(--navy); background: var(--gold-light); padding: 9px 15px; border-radius: 3px; text-decoration: none; font-weight: 600; font-size: .9rem; white-space: nowrap; }
.language-switch:hover, .language-switch:focus-visible { background: white; }
.location-note { max-width: 840px; margin: 22px auto 0; line-height: 1.7; }
.emergency-note { max-width: 1050px; margin: 30px 0 0; padding: 20px 24px; border-left: 3px solid var(--gold); background: #fff; line-height: 1.7; }
.shirts { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 100px); align-items: center; background: var(--navy); color: white; }
.shirt-display { background: #102f50; padding: clamp(10px, 3vw, 35px); display: grid; place-items: center; }
.shirt-display img { display: block; width: 100%; max-width: 620px; height: auto; }
.shirt-copy h2 { margin: 0 0 20px; font-size: clamp(2.6rem, 4.2vw, 4.5rem); line-height: 1; }
.shirt-copy > p:not(.eyebrow) { max-width: 560px; line-height: 1.7; }
.shirt-price { color: var(--gold-light); font-size: 2.4rem; font-weight: 600; margin: 12px 0 20px; }
.shirt-price span { font-size: 1rem; font-weight: 400; }
#shirt-order { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; margin: 26px 0; }
#shirt-order label { display: flex; flex-direction: column; font-size: .85rem; }
#shirt-order select { min-width: 85px; min-height: 47px; margin-top: 5px; padding: 8px; font: inherit; }
#shirt-order button { min-height: 47px; padding: 10px 16px; border: 0; background: var(--gold); color: var(--navy); font: 600 .92rem "DM Sans", sans-serif; cursor: pointer; }
#shirt-order button:hover, #shirt-order button:focus-visible { background: var(--gold-light); }
.logo-download { color: var(--gold-light); text-underline-offset: 4px; }
@media (max-width: 900px) { .shirts { grid-template-columns: 1fr; } }
.coursework a, .family-path a, .scholarship a { color: #1b6389; text-underline-offset: 3px; }
.curriculum-note { max-width: 790px; margin-top: 17px; font-size: .93rem; color: var(--muted); }
.family-path { background: var(--blue-wash); }
.family-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 35px; }
.family-grid article, .testing-note { padding: clamp(24px,3vw,38px); background: white; border-top: 3px solid var(--gold); }
.family-grid h3, .testing-note h3 { margin: 0 0 12px; font-size: 1.65rem; }
.family-grid p, .testing-note p { margin: 0; line-height: 1.7; }
.testing-note { margin-top: 20px; max-width: 1040px; }
@media (max-width: 800px) { .family-grid { grid-template-columns: 1fr; } }
