:root {
  color-scheme: light;
  --ink: #142a3e;
  --ink-soft: #506476;
  --teal: #087b76;
  --teal-dark: #075a57;
  --line: #d9e3e4;
  --paper: #ffffff;
  --warm: #f7f8f5;
  --student: #eef6f3;
  --gold: #f1c982;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, iframe { max-width: 100%; }
a { color: var(--teal-dark); text-underline-offset: 3px; }
a:hover { color: var(--teal); }
:focus-visible { outline: 3px solid #e69b46; outline-offset: 4px; border-radius: 3px; }
.container { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; left: 16px; top: -100px; padding: 10px 16px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 10px; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 24px; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; white-space: nowrap; color: var(--ink); letter-spacing: -.025em; font-size: 17px; font-weight: 650; line-height: 1.18; }
.brand strong { display: block; font-size: 21px; letter-spacing: -.035em; color: var(--teal-dark); }
.brand-symbol { display: grid; place-items: center; width: 43px; height: 43px; flex: none; border-radius: 12px; color: #fff; background: var(--ink); font: 29px/1 Georgia, serif; padding-bottom: 3px; }
.desktop-nav { display: flex; gap: clamp(13px, 2vw, 28px); align-items: center; }
.desktop-nav a { text-decoration: none; font-size: 14px; font-weight: 650; color: var(--ink-soft); white-space: nowrap; border-bottom: 2px solid transparent; padding: 30px 0 28px; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"], .desktop-nav a[data-active="true"] { color: var(--teal-dark); border-color: var(--teal); }
.mobile-menu { display: none; }
.eyebrow { color: var(--teal-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; line-height: 1.5; font-weight: 800; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; letter-spacing: -.035em; }
h1 { font-size: clamp(39px, 5vw, 66px); margin: 14px 0 20px; }
h2 { font-size: clamp(26px, 3vw, 36px); margin: 0 0 14px; }
h3 { font-size: 21px; margin: 0 0 8px; }
p { margin: 0 0 17px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 20px; border-radius: 9px; text-decoration: none; font-weight: 700; line-height: 1.2; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal-dark); color: #fff; }
.button-primary:hover { background: var(--teal); color: #fff; }
.button-outline { border: 1px solid #9aadb4; color: var(--ink); background: #fff; }
.button-outline:hover { border-color: var(--teal); }
.text-link { display: inline-block; font-weight: 700; text-decoration: none; }
.text-link::after { content: " →"; }
.availability-notice { margin: 0 0 32px; padding: 15px 18px; border: 1px solid #d6b66f; border-radius: 12px; background: #fff8e8; color: var(--ink); }
.availability-notice-home { margin: 0; border-width: 0 0 1px; border-radius: 0; }
.availability-notice-inner { display: flex; align-items: baseline; gap: 13px 22px; }
.availability-notice-home .availability-notice-inner { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.availability-notice strong { flex: none; font-size: 13px; }
.availability-notice span { color: #53606b; font-size: 14px; }

/* Home */
.hero { overflow: hidden; background: radial-gradient(circle at 75% 35%, #e0efea 0, transparent 41%), #f6f8f5; border-bottom: 1px solid var(--line); }
.hero-inner { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(36px, 6vw, 90px); padding-block: clamp(62px, 8vw, 110px); }
.hero h1 { max-width: 680px; }
.hero-lead { font-size: clamp(18px, 2vw, 21px); color: #354c5b; line-height: 1.52; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-caption { color: var(--ink-soft); font-size: 14px; margin: 25px 0 0; }
.hero-image-wrap { width: min(100%, 410px); margin: 0 auto; position: relative; padding: 18px; }
.hero-image-wrap::before { content: ""; position: absolute; inset: 7% 0 0 7%; border: 1px solid #85ada8; border-radius: 25px; transform: rotate(5deg); }
.hero-image { display: block; position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 27%; border-radius: 20px; box-shadow: 0 20px 45px #142a3e1d; }
.hero-note { position: absolute; right: -8px; bottom: -7px; background: white; box-shadow: 0 8px 26px #142a3e21; border: 1px solid var(--line); border-radius: 11px; padding: 12px 17px; font-size: 13px; font-weight: 700; color: var(--ink); }
.home-section { padding-block: 80px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 24px; }
.section-heading p { color: var(--ink-soft); max-width: 580px; margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 3px 12px #142a3e08; }
.card:hover { border-color: #9ac4bd; }
.card h3 { margin-top: 3px; }
.card p { color: var(--ink-soft); font-size: 15px; }
.card .text-link { margin-top: auto; padding-top: 8px; }
.card-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 750; color: var(--teal-dark); margin-bottom: 12px; }
.band { background: var(--ink); color: #fff; padding-block: 53px; }
.band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.band h2 { max-width: 610px; margin-bottom: 8px; }
.band p { color: #cfdee4; margin-bottom: 0; }
.band .button { background: var(--gold); color: #142a3e; flex: none; }

/* Interior pages */
.page-intro { padding: 33px 0 53px; background: var(--warm); border-bottom: 1px solid var(--line); }
.page-intro.student-intro { background: var(--student); }
.page-intro h1 { max-width: 900px; font-size: clamp(38px, 5vw, 59px); margin: 11px 0 12px; }
.page-intro .eyebrow { margin: 40px 0 0; }
.intro-lead { max-width: 750px; font-size: 18px; color: var(--ink-soft); margin: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: var(--ink-soft); font-size: 12px; }
.breadcrumbs a { color: var(--ink-soft); text-decoration: none; }
.breadcrumbs a:hover { color: var(--teal-dark); text-decoration: underline; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(32px, 5vw, 78px); padding-block: 58px 90px; }
.content-layout.with-sidebar { grid-template-columns: minmax(0, 1fr) 250px; }
.article-content { min-width: 0; max-width: 790px; font-size: 16px; }
.article-content > *:last-child { margin-bottom: 0; }
.article-content h2 { margin: 38px 0 15px; scroll-margin-top: 24px; }
.article-content > h2:first-child, .article-content > section:first-child > h2:first-child { margin-top: 0; }
.article-content h3 { margin: 28px 0 9px; scroll-margin-top: 24px; }
.article-content p, .article-content li { line-height: 1.75; }
.article-content p { margin-bottom: 18px; }
.article-content ul, .article-content ol { padding-left: 23px; margin: 5px 0 27px; }
.article-content li { padding-left: 5px; margin-bottom: 10px; }
.article-content li::marker { color: var(--teal-dark); }
.article-content iframe { display: block; width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 12px; }
.section-nav { position: sticky; top: 25px; align-self: start; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.section-nav-title { font-weight: 800; background: #f4f8f7; padding: 15px 18px; font-size: 14px; }
.section-nav a { padding: 11px 18px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-soft); text-decoration: none; line-height: 1.35; }
.section-nav a:hover, .section-nav a[aria-current="page"] { color: var(--teal-dark); background: #f1f8f6; font-weight: 700; }
.article-content .card-grid { margin: 16px 0 35px; }
.article-content .card p { line-height: 1.5; }
.article-content .card h3 { margin-top: 0; }
.article-content .card-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.info-panel { background: #f4f8f7; border: 1px solid var(--line); border-radius: 14px; padding: 22px 25px; margin: 26px 0; }
.info-panel > :last-child { margin-bottom: 0; }
.resource-pair { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 20px; }
.resource-pair a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; background: #fff; font-weight: 650; }
.list-links { list-style: none; padding: 0 !important; }
.list-links li { display: flex; align-items: baseline; gap: 13px; border-bottom: 1px solid var(--line); padding: 11px 0 !important; margin-bottom: 0; }
.list-links li a { font-weight: 700; }
.small-muted { font-size: 13px; color: var(--ink-soft); }
.profile-card { display: flex; align-items: center; gap: 24px; padding: 18px; margin: 0 0 32px; border: 1px solid var(--line); border-radius: var(--radius); }
.profile-card img { width: 115px; height: 115px; object-fit: cover; object-position: 50% 23%; border-radius: 12px; }
.profile-card p { margin: 0; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin: 22px 0; }
.price-card { border: 1px solid var(--line); border-radius: 15px; padding: 24px; }
.price-card strong { font-size: 34px; font-family: Georgia, serif; line-height: 1.3; }
.contact-address { overflow-wrap: anywhere; font-size: clamp(20px,3vw,29px); font-weight: 750; }
.archive-note { padding: 14px 18px; border-left: 3px solid var(--teal); background: #f4f8f7; font-size: 14px; color: var(--ink-soft); margin: 0 0 27px; }
.article-content .archive-note p { margin: 0; }
.jump-links { display: flex; flex-wrap: wrap; gap: 7px 14px; align-items: baseline; background: #f5f9f7; border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px; margin: 0 0 34px; font-size: 13px; }
.jump-links span { font-weight: 800; color: var(--ink); margin-right: 6px; }
.jump-links a { text-decoration: none; font-weight: 650; }

.site-footer { background: #13293d; color: #eaf2f2; padding-top: 47px; }
.footer-inner { display: flex; align-items: start; justify-content: space-between; gap: 28px; }
.footer-brand { color: #fff; font-size: 18px; font-weight: 800; text-decoration: none; }
.footer-inner p { font-size: 14px; color: #afc1c9; margin: 6px 0 0; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 12px 27px; }
.footer-inner nav a { color: #d5e3e6; text-decoration: none; font-size: 14px; }
.footer-inner a:hover { color: var(--gold); }
.footer-bottom { margin-top: 40px; padding-block: 18px; border-top: 1px solid #385064; display: flex; justify-content: space-between; gap: 16px; font-size: 12px; color: #a8bdc5; }

@media (max-width: 940px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; display: inline-flex; gap: 10px; align-items: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; font-weight: 750; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: calc(100% + 11px); right: 0; width: min(275px, calc(100vw - 40px)); background: #fff; box-shadow: 0 15px 32px #142a3e2b; border: 1px solid var(--line); border-radius: 13px; padding: 7px; display: flex; flex-direction: column; }
  .mobile-menu nav a { text-decoration: none; padding: 10px 12px; color: var(--ink); font-weight: 650; border-radius: 6px; }
  .mobile-menu nav a:hover, .mobile-menu nav a[aria-current="page"], .mobile-menu nav a[data-active="true"] { background: var(--student); color: var(--teal-dark); }
}
@media (max-width: 760px) {
  .hero-inner { grid-template-columns: 1fr; padding-block: 56px 65px; }
  .hero-image-wrap { width: min(80%, 380px); }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .content-layout.with-sidebar { grid-template-columns: 1fr; }
  .section-nav { position: static; order: -1; }
  .section-nav a { padding: 9px 16px; }
  .band-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 34px, 1140px); }
  .header-inner { min-height: 70px; }
  .brand { font-size: 12px; gap: 8px; }
  .brand strong { font-size: 17px; }
  .brand-symbol { width: 36px; height: 36px; font-size: 24px; border-radius: 10px; }
  .mobile-menu summary { font-size: 12px; padding: 7px 9px; }
  .hero-inner { gap: 32px; }
  .hero-image-wrap { width: min(88%, 320px); }
  .hero-note { right: -15px; }
  .hero-actions .button { width: 100%; }
  .availability-notice-inner { display: block; }
  .availability-notice-home .availability-notice-inner { width: min(100% - 34px, 1140px); }
  .availability-notice strong, .availability-notice span { display: block; }
  .availability-notice strong { margin-bottom: 3px; }
  .home-section { padding-block: 58px; }
  .section-heading { display: block; }
  .card-grid, .article-content .card-grid.two, .price-grid { grid-template-columns: 1fr; }
  .page-intro { padding: 25px 0 37px; }
  .page-intro .eyebrow { margin-top: 30px; }
  .content-layout { padding-block: 38px 65px; }
  .profile-card { align-items: start; gap: 16px; }
  .profile-card img { width: 85px; height: 85px; }
  .footer-inner, .footer-bottom { display: block; }
  .footer-inner nav { margin-top: 23px; }
  .footer-bottom span { display: block; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
