:root {
  --navy: #163247;
  --navy-deep: #0c2435;
  --slate: #465965;
  --blue: #456f80;
  --blue-pale: #e8eff0;
  --ivory: #f4f2ed;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #dce2e4;
  --gold: #927a52;
  --ink: #17262f;
  --muted: #64737a;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 18px 52px rgba(16, 43, 63, 0.08);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: auto; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.2em; }
p { margin: 0 0 1.2rem; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; }
h1 { font-size: clamp(3.15rem, 6.2vw, 6.1rem); }
h2 { font-size: clamp(2.05rem, 3.55vw, 3.6rem); }
h3 { font-size: 1.42rem; line-height: 1.2; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.content-section { padding: 104px 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: white; color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 0.69rem; font-weight: 750; letter-spacing: 0.17em; line-height: 1.2; text-transform: uppercase; }
.lede { max-width: 730px; margin: 26px 0 0; color: var(--slate); font-family: var(--serif); font-size: clamp(1.18rem, 1.9vw, 1.6rem); line-height: 1.48; }
.quiet, .microcopy { color: var(--muted); font-size: 0.9rem; line-height: 1.55; }

.preheader { background: var(--navy-deep); color: rgba(255,255,255,0.78); font-size: 0.68rem; letter-spacing: 0.055em; }
.preheader .section-shell { display: flex; justify-content: space-between; padding-block: 7px; }
.preheader a { color: white; font-weight: 700; text-decoration: none; }
.preheader .section-shell > div { display: flex; gap: 22px; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand-mark { width: 64px; height: 35px; object-fit: contain; }
.brand-name { font-family: var(--serif); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.08em; line-height: 1.12; text-transform: uppercase; white-space: nowrap; }
.desktop-nav { display: flex; margin-left: auto; align-items: center; gap: clamp(13px, 1.4vw, 23px); }
.desktop-nav a { position: relative; color: var(--navy); font-size: 0.72rem; font-weight: 700; line-height: 1.2; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-portal, .header-cta { display: inline-flex; min-height: 42px; padding: 11px 15px; align-items: center; justify-content: center; font-size: 0.69rem; font-weight: 750; letter-spacing: 0.025em; text-decoration: none; }
.header-portal { border: 1px solid var(--navy); color: var(--navy); }
.header-portal:hover, .header-portal[aria-current="page"] { background: var(--ivory); }
.header-cta { background: var(--navy); color: white; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { display: grid; width: 48px; height: 48px; cursor: pointer; list-style: none; place-content: center; gap: 5px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 24px; height: 2px; background: var(--navy); }

.hero { display: grid; min-height: 650px; padding-block: clamp(74px, 8vw, 112px); grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: clamp(52px, 7vw, 96px); }
.hero h1 { max-width: 850px; }
.hero-copy .lede { max-width: 700px; }
.button-row { display: flex; margin-top: 35px; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; padding: 12px 20px; align-items: center; justify-content: center; border: 1px solid var(--navy); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.035em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background 160ms ease, color 160ms ease; }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--blue); }
.button-secondary { background: transparent; color: var(--navy); }
.button-secondary:hover { background: var(--navy); color: white; }
.button-ivory { border-color: var(--ivory); background: var(--ivory); color: var(--navy); }
.button-ivory:hover { background: white; }
.button-light { border-color: white; background: white; color: var(--navy); }
.button-light:hover { background: var(--blue-pale); }
.microcopy { max-width: 670px; margin-top: 18px; }
.hero-visual { position: relative; min-height: 480px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--navy); }
.hero-visual img { width: 100%; min-height: 480px; object-fit: cover; }
.hero-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; padding: 22px 24px; background: rgba(12,36,53,0.95); color: white; gap: 3px; }
.hero-visual figcaption span { color: #b8d0d6; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-visual figcaption strong { color: white; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.hero-visual figcaption .text-link { margin-top: 8px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--navy); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.025em; text-decoration: none; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(5px); }
.light-link { color: white; }
.proof-strip { display: grid; padding: 0 calc((100vw - min(1180px, calc(100% - 64px))) / 2); border-block: 1px solid var(--line); background: white; grid-template-columns: repeat(3, 1fr); }
.proof-strip div { padding: 24px 30px; border-left: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 1px solid rgba(16,43,63,0.13); }
.proof-strip span, .proof-strip strong { display: block; }
.proof-strip span { margin-bottom: 3px; color: var(--muted); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.proof-strip strong { color: var(--navy); font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }

.access-strip { border-bottom: 1px solid var(--line); background: var(--ivory); }
.access-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.access-card { display: grid; min-height: 148px; padding: 26px 22px; align-items: start; border-left: 1px solid var(--line); color: var(--navy); grid-template-columns: 28px 1fr 16px; gap: 12px; text-decoration: none; transition: background 160ms ease; }
.access-card:last-child { border-right: 1px solid var(--line); }
.access-card:hover { background: white; }
.access-card > span { padding-top: 2px; color: var(--blue); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.08em; }
.access-card strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.access-card p { margin: 8px 0 0; color: var(--slate); font-size: 0.77rem; line-height: 1.45; }
.access-card b { color: var(--gold); font-weight: 500; }
.access-card:first-child { background: var(--navy); color: white; }
.access-card:first-child > span, .access-card:first-child strong, .access-card:first-child b { color: white; }
.access-card:first-child p { color: rgba(255,255,255,0.72); }
.access-card:first-child:hover { background: var(--navy-deep); }

.services-intro { display: grid; grid-template-columns: 1fr 0.85fr; column-gap: 11vw; }
.section-heading h2 { max-width: 730px; }
.section-copy { padding-top: 40px; }
.section-copy p { max-width: 600px; }
.feature-grid { display: grid; grid-column: 1 / -1; margin-top: 62px; gap: 0; }
.feature-grid-3 { grid-template-columns: repeat(3, 1fr); }
.feature-card { min-height: 255px; padding: 34px 30px; border-block: 1px solid var(--line); border-left: 1px solid var(--line); background: white; }
.feature-card:last-child { border-right: 1px solid var(--line); }
.feature-card h3 { padding-top: 42px; }
.feature-card p { margin-top: 15px; color: var(--slate); font-size: 0.92rem; }
.feature-card a { color: var(--navy); font-size: 0.75rem; font-weight: 800; text-decoration: none; }
.feature-card::before { display: block; width: 28px; height: 1px; background: var(--gold); content: ""; }
.tone-block { background: var(--ivory); }
.portal-promo { padding: 92px 0; background: var(--navy); color: white; }
.portal-promo-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.portal-promo h2 { color: white; }
.portal-promo p { max-width: 610px; color: rgba(255,255,255,0.76); }
.portal-promo .eyebrow { color: #b9cdd4; }
.portal-promo .button-row { align-items: center; }
.portal-promo-patient { border-top: 1px solid rgba(255,255,255,0.12); }
.split-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.split-copy > p:not(.eyebrow) { max-width: 580px; margin-top: 28px; }
.split-copy .button { margin-top: 15px; }
.editorial-image { margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--ivory); }
.editorial-image img { width: 100%; min-height: 470px; object-fit: cover; }
.editorial-image figcaption { padding: 13px 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.editorial-image figcaption a { color: inherit; }
.suite-scope { background: #f0eee6; }
.compact-photo img { min-height: 340px; }
.audience-section { display: grid; grid-template-columns: 1fr 1fr; }
.audience-card { min-height: 430px; padding: 65px; }
.patient-card { background: var(--ivory); border: 1px solid var(--line); }
.physician-card { background: var(--navy); color: white; }
.physician-card h2, .physician-card .eyebrow { color: white; }
.audience-card p:not(.eyebrow) { max-width: 480px; margin-top: 28px; }
.audience-card .text-link { margin-top: 15px; }
.education-band { display: grid; grid-template-columns: 0.75fr 1.25fr; align-items: center; gap: 10vw; }
.education-image { margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--ivory); box-shadow: var(--shadow); }
.education-image img { width: 100%; height: 360px; object-fit: cover; }
.education-band > div:last-child > p:not(.eyebrow) { max-width: 650px; margin-top: 28px; }
.inline-links { display: flex; margin-top: 20px; flex-wrap: wrap; gap: 18px 30px; }
.course-mosaic { display: grid; overflow: hidden; border: 1px solid rgba(16,43,63,0.16); background: var(--paper); box-shadow: var(--shadow); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.course-mosaic img, .education-image.course-mosaic img { width: 100%; height: 100%; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; }
.course-mosaic img:nth-child(odd) { border-right: 1px solid rgba(16,43,63,0.12); }
.course-mosaic img:nth-child(-n+2) { border-bottom: 1px solid rgba(16,43,63,0.12); }
.course-mosaic-hero { min-height: 460px; }
.education-page-hero .course-mosaic img { min-height: 0; }
.appointment-visual { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(45px, 7vw, 95px); }
.clinical-photo img { width: 100%; min-height: 470px; object-fit: cover; }
.patient-resource-band { background: #eef1ec; }
.resource-card-grid { display: grid; margin-top: 55px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-card-grid-four { grid-template-columns: repeat(4, 1fr); }
.resource-card { padding: 34px; border: 1px solid var(--line); background: white; }
.resource-card p { min-height: 90px; margin-top: 16px; color: var(--slate); font-size: 0.9rem; }

.forms-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 90px; }
.compact-lede { font-size: 1.3rem; }
.forms-route { padding: 34px; border-left: 3px solid var(--gold); background: var(--navy); color: white; }
.forms-route strong { color: white; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.forms-route p { margin: 14px 0 0; color: rgba(255,255,255,0.74); font-size: 0.82rem; }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.download-card { display: grid; min-height: 300px; padding: 36px; border: 1px solid var(--line); background: white; grid-template-columns: 42px 1fr; gap: 22px; }
.download-card > span { color: var(--blue); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; }
.download-card h2 { margin-top: 10px; font-size: clamp(1.7rem, 2.5vw, 2.45rem); }
.download-card div > p:not(.download-meta) { margin-top: 16px; color: var(--slate); font-size: 0.88rem; }
.download-card .button { margin-top: 16px; }
.download-meta { margin: 0; color: var(--blue); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }

.preop-grid { display: grid; margin-top: 65px; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.preop-card { min-height: 315px; padding: 34px; background: var(--paper); }
.preop-card > span { color: var(--blue); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.1em; }
.preop-card h3 { margin-top: 60px; }
.preop-card p { margin-top: 16px; color: var(--slate); font-size: 0.88rem; }
.planning-tool { padding-top: 74px; }
.planning-toolbar { display: flex; padding: 26px 30px; border: 1px solid var(--line); background: var(--navy); align-items: center; justify-content: space-between; gap: 30px; }
.planning-toolbar .eyebrow { margin-bottom: 5px; color: #b9cdd4; }
.planning-count { margin: 0; color: white; font-family: var(--serif); font-size: 1.45rem; }
.planning-toolbar > div:last-child { display: flex; gap: 10px; }
.planning-toolbar .button-secondary { border-color: rgba(255,255,255,0.7); color: white; }
.planning-toolbar .button-secondary:hover { background: white; color: var(--navy); }
.planning-toolbar .button-primary { border-color: white; background: white; color: var(--navy); }
.planning-alert { padding: 22px 28px; border: 1px solid var(--line); border-top: 0; background: var(--blue-pale); }
.planning-alert strong { color: var(--navy); }
.planning-alert p { margin: 5px 0 0; color: var(--slate); font-size: 0.78rem; }
.planning-checklist { display: grid; margin-top: 30px; border: 1px solid var(--line); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.planning-checklist-group { padding: 34px; border-right: 1px solid var(--line); background: white; }
.planning-checklist-group:last-child { border-right: 0; }
.planning-checklist-group h2 { min-height: 74px; font-size: 1.75rem; }
.planning-checklist-group label { display: block; border-top: 1px solid var(--line); cursor: pointer; }
.planning-checklist-group label:last-child { border-bottom: 1px solid var(--line); }
.planning-checklist-group input { position: absolute; opacity: 0; pointer-events: none; }
.planning-checklist-group label > span { position: relative; display: grid; min-height: 112px; padding: 20px 0 20px 36px; color: var(--slate); font-size: 0.82rem; line-height: 1.5; }
.planning-checklist-group label > span::before { position: absolute; top: 23px; left: 0; width: 20px; height: 20px; border: 1px solid var(--blue); background: white; content: ""; }
.planning-checklist-group label > span::after { position: absolute; top: 28px; left: 5px; width: 10px; height: 6px; border-bottom: 2px solid white; border-left: 2px solid white; content: ""; opacity: 0; transform: rotate(-45deg); }
.planning-checklist-group input:checked + span { color: var(--navy); }
.planning-checklist-group input:checked + span::before { background: var(--blue); }
.planning-checklist-group input:checked + span::after { opacity: 1; }
.planning-checklist-group input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.planning-checklist-group b { display: block; margin-bottom: 7px; color: var(--blue); font-size: 0.65rem; letter-spacing: 0.08em; }

.portal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.portal-card { min-height: 340px; padding: 45px; border: 1px solid var(--line); background: rgba(255,255,255,0.46); }
.portal-card h2 { max-width: 470px; font-size: clamp(2rem, 3vw, 3rem); }
.portal-card > p:not(.catalog-tag) { max-width: 540px; min-height: 88px; margin-top: 20px; color: var(--slate); }
.portal-card .button { margin-top: 15px; }
.portal-login-hero { padding: clamp(70px, 8vw, 110px) 0; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, #f4f2ed 0%, #f4f2ed 56%, #e8eff0 56%, #e8eff0 100%); }
.portal-login-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr); align-items: center; gap: clamp(60px, 9vw, 125px); }
.portal-login-intro h1 { max-width: 720px; font-size: clamp(3.3rem, 6vw, 5.8rem); }
.portal-login-intro .lede { max-width: 660px; }
.portal-trust-list { display: grid; max-width: 680px; margin-top: 42px; border-top: 1px solid rgba(16,43,63,0.2); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.portal-trust-list span { position: relative; padding: 16px 18px 16px 28px; border-bottom: 1px solid rgba(16,43,63,0.2); color: var(--navy); font-size: 0.76rem; font-weight: 750; }
.portal-trust-list span::before { position: absolute; top: 22px; left: 3px; width: 10px; height: 6px; border-bottom: 2px solid var(--blue); border-left: 2px solid var(--blue); content: ""; transform: rotate(-45deg); }
.portal-emergency-note { display: flex; max-width: 680px; margin-top: 35px; padding: 17px 0; border-block: 1px solid rgba(16,43,63,0.2); align-items: baseline; gap: 14px; }
.portal-emergency-note strong { color: var(--navy); font-size: 0.77rem; }
.portal-emergency-note span { color: var(--slate); font-size: 0.77rem; }
.portal-login-card { padding: clamp(34px, 4vw, 52px); border-top: 4px solid var(--gold); background: white; box-shadow: 0 28px 70px rgba(12,36,53,0.13); }
.portal-card-brand { display: flex; margin-bottom: 40px; padding-bottom: 25px; border-bottom: 1px solid var(--line); align-items: center; gap: 12px; }
.portal-card-brand img { width: 58px; height: 32px; object-fit: contain; }
.portal-card-brand span { color: var(--navy); font-family: var(--serif); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
.portal-login-card h2 { margin-top: 8px; font-size: clamp(2.25rem, 3.5vw, 3rem); }
.portal-login-copy { margin: 16px 0 0; color: var(--slate); font-size: 0.86rem; }
.portal-login-form { margin-top: 30px; }
.portal-field { display: grid; margin-top: 20px; gap: 8px; }
.portal-field > span:first-child { color: var(--navy); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.025em; }
.portal-field input { width: 100%; min-height: 54px; padding: 13px 14px; border: 1px solid #aeb8b8; border-radius: 0; background: white; color: var(--ink); font: inherit; font-size: 0.91rem; }
.portal-field input:focus { border-color: var(--blue); outline: 3px solid rgba(69,111,128,0.18); }
.password-control { position: relative; display: block; }
.password-control input { padding-right: 72px; }
.password-control button { position: absolute; top: 1px; right: 1px; bottom: 1px; width: 62px; border: 0; border-left: 1px solid var(--line); background: var(--ivory); color: var(--navy); cursor: pointer; font: inherit; font-size: 0.69rem; font-weight: 800; }
.portal-form-options { display: flex; margin-top: 18px; align-items: center; justify-content: flex-end; gap: 18px; }
.portal-help-link { padding: 0; border: 0; background: transparent; color: var(--blue); cursor: pointer; font: inherit; font-size: 0.71rem; font-weight: 800; text-decoration: underline; text-underline-offset: 0.2em; }
.portal-submit { width: 100%; margin-top: 28px; }
.portal-demo-notice { margin-top: 20px; padding: 14px 16px; border-left: 3px solid var(--gold); background: var(--ivory); }
.portal-demo-notice strong { color: var(--navy); font-size: 0.69rem; letter-spacing: 0.06em; text-transform: uppercase; }
.portal-demo-notice p { margin: 4px 0 0; color: var(--slate); font-size: 0.7rem; line-height: 1.45; }
.portal-login-status { margin-top: 18px; padding: 17px; border: 1px solid rgba(69,111,128,0.35); background: var(--blue-pale); }
.portal-login-status strong, .portal-login-status span { display: block; }
.portal-login-status strong { color: var(--navy); font-size: 0.8rem; }
.portal-login-status span { margin-top: 4px; color: var(--slate); font-size: 0.74rem; }
.portal-account-help { margin-top: 22px; padding: 22px; border: 1px solid var(--line); background: var(--ivory); }
.portal-account-help h3 { font-family: var(--sans); font-size: 0.88rem; font-weight: 800; letter-spacing: 0; }
.portal-account-help p { margin: 9px 0; color: var(--slate); font-size: 0.75rem; }
.portal-account-help a, .portal-account-help span { display: block; color: var(--navy); font-size: 0.75rem; font-weight: 800; }
.portal-account-help span { margin-top: 3px; color: var(--muted); font-weight: 500; }
.portal-new-account { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); }
.portal-new-account strong { color: var(--navy); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.portal-new-account p { margin: 8px 0; color: var(--slate); font-size: 0.75rem; }
.portal-new-account a { color: var(--blue); font-size: 0.73rem; font-weight: 800; text-decoration: none; }
.portal-support-section { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 7vw; }
.portal-support-section .portal-feature-grid { margin-top: 0; }
.portal-feature-grid { margin-top: 45px; }
.portal-feature-grid .feature-card { min-height: 250px; padding: 28px; }
.referral-gateway { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 80px; align-items: start; }
.referral-gateway > div > p:not(.eyebrow) { max-width: 720px; margin-top: 25px; color: var(--slate); }

.location-section { padding-top: 0; }
.location-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: stretch; }
.location-photo { margin: 0; overflow: hidden; background: #dce3e3; }
.location-photo img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; filter: saturate(0.75) contrast(1.02); }
.location-photo figcaption, .location-photo p { margin: 0; padding: 13px 18px; background: var(--paper); color: var(--muted); font-size: 0.7rem; font-weight: 750; letter-spacing: 0.06em; text-transform: uppercase; }
.location-copy { padding: 72px; background: var(--navy); color: white; }
.location-copy h2, .location-copy .eyebrow { color: white; }
.location-copy > p:not(.eyebrow) { margin-top: 25px; color: rgba(255,255,255,0.78); }
.location-copy .button-primary { border-color: white; background: white; color: var(--navy); }
.location-copy .button-secondary { border-color: rgba(255,255,255,0.6); color: white; }
.campus-map-section { padding-top: 0; }
.campus-map-grid { display: grid; grid-template-columns: 0.62fr 1.38fr; align-items: center; gap: clamp(45px, 7vw, 95px); }
.campus-map-copy > p:not(.eyebrow) { max-width: 520px; margin-top: 25px; color: var(--slate); }
.campus-map-figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.campus-map-figure a { display: block; }
.campus-map-figure img { width: 100%; height: auto; }
.campus-map-figure figcaption { padding: 13px 18px; border-top: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-callout { padding: 72px 0; background: var(--navy-deep); color: white; }
.contact-callout .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-callout h2, .contact-callout .eyebrow { color: white; }
.contact-callout h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.contact-callout p:not(.eyebrow) { max-width: 750px; margin: 16px 0 0; color: rgba(255,255,255,0.72); }
.contact-callout .button { flex: 0 0 auto; }

.page-hero { padding: 96px 0 88px; background: white; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; font-size: clamp(2.85rem, 5.3vw, 5.3rem); }
.page-hero .lede { max-width: 840px; }
.page-hero-illustrated .section-shell { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(45px, 7vw, 90px); }
.page-hero-illustrated h1 { font-size: clamp(2.8rem, 5.1vw, 5.25rem); }
.page-hero-illustrated figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: white; }
.page-hero-illustrated figure img { width: 100%; min-height: 420px; object-fit: cover; }
.page-hero-illustrated figure figcaption { padding: 13px 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.7rem; line-height: 1.45; }
.compact { max-width: 850px; }
.compact > p:not(.eyebrow) { margin-top: 25px; color: var(--slate); }
.specialty-grid { display: grid; margin-top: 70px; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; }
.specialty-card { display: grid; min-height: 230px; padding: 40px 45px 40px 0; border-bottom: 1px solid var(--line); grid-template-columns: 0.75fr 1.25fr; gap: 40px; }
.specialty-card:nth-child(odd) { padding-right: 45px; border-right: 1px solid var(--line); }
.specialty-card:nth-child(even) { padding-left: 45px; }
.specialty-card p { color: var(--slate); font-size: 0.9rem; }
.text-split { align-items: start; }
.text-split > div:last-child > p { max-width: 650px; }
.numbered-grid .feature-card::before { display: none; }
.numbered-grid .feature-card h3 { padding-top: 38px; }
.card-number { color: var(--blue); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; }
.checklist-section { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 10vw; }
.checklist { margin: 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 19px 0 19px 38px; border-top: 1px solid var(--line); }
.checklist li:last-child { border-bottom: 1px solid var(--line); }
.checklist li::before { position: absolute; top: 22px; left: 2px; width: 15px; height: 8px; border-bottom: 2px solid var(--blue); border-left: 2px solid var(--blue); content: ""; transform: rotate(-45deg); }
.referral-layout { display: grid; grid-template-columns: 1.4fr 0.6fr; align-items: start; gap: 9vw; }
.large-steps { margin: 55px 0 0; padding: 0; list-style: none; }
.large-steps li { display: grid; padding: 26px 0; border-top: 1px solid var(--line); grid-template-columns: 60px 1fr; gap: 25px; }
.large-steps li:last-child { border-bottom: 1px solid var(--line); }
.large-steps li > span { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: 0.76rem; font-weight: 800; }
.large-steps h3 { font-size: 1.35rem; }
.large-steps p { margin: 7px 0 0; color: var(--slate); font-size: 0.9rem; }
.contact-panel { padding: 42px 36px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.contact-panel h2, .contact-panel a { color: white; }
.contact-panel h2 { font-family: var(--sans); font-size: 1.65rem; font-weight: 700; letter-spacing: -0.03em; }
.contact-panel dl { margin: 35px 0; }
.contact-panel dl div { padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.18); }
.contact-panel dt { color: #aac2cc; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-panel dd { margin: 4px 0 0; }
.privacy-note { padding: 17px; border-left: 3px solid var(--gold); background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.78); font-size: 0.8rem; }
.wide-note { max-width: 850px; margin-top: 35px; background: rgba(16,43,63,0.06); color: var(--slate); }
.fine-print-band { background: #ece9df; }
.policy-links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.policy-links a { color: var(--navy); font-weight: 700; }
.value-grid { display: grid; margin-top: 70px; grid-template-columns: repeat(4, 1fr); }
.value-grid article { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-right: 0; }
.value-grid article:last-child { border-right: 1px solid var(--line); }
.value-grid span { color: var(--blue); font-size: 0.68rem; font-weight: 800; }
.value-grid h3 { margin-top: 65px; }
.value-grid p { margin-top: 16px; color: var(--slate); font-size: 0.88rem; }
.contact-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 40px; }
.contact-panel.large { padding: 55px 48px; }
.contact-panel.large .button { margin-top: 15px; }
.contact-grid .location-photo img { min-height: 520px; }

.program-grid { display: grid; margin-top: 65px; border-top: 1px solid var(--line); grid-template-columns: repeat(2, 1fr); }
.program-card { display: grid; min-height: 310px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.4); grid-template-columns: 45px 1fr; gap: 24px; }
.program-card:last-child { border-right: 0; }
.program-grid-five { grid-template-columns: repeat(3, 1fr); }
.program-grid-five .program-card:nth-child(3n) { border-right: 0; }
.program-grid-five .program-card:last-child { border-right: 1px solid var(--line); }
.program-card h3 { margin-bottom: 14px; }
.program-card p:not(.catalog-tag) { color: var(--slate); font-size: 0.92rem; }
.program-number { padding-top: 3px; color: var(--blue); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; }
.catalog-tag { margin: 0 0 14px; color: var(--blue); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.catalog-callout { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.catalog-callout p:not(.eyebrow, .quiet) { max-width: 680px; margin-top: 25px; }
.catalog-callout .quiet { margin-top: 16px; }
.catalog-status { background: var(--navy); color: white; }
.catalog-status .section-shell { display: flex; min-height: 105px; align-items: center; gap: 20px; }
.catalog-status .section-shell > div { margin-right: auto; }
.catalog-register-button { min-height: 44px; flex: 0 0 auto; }
.catalog-status strong { color: white; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.catalog-status p { margin: 2px 0 0; color: rgba(255,255,255,0.7); font-size: 0.82rem; }
.status-dot { width: 11px; height: 11px; flex: 0 0 auto; border: 2px solid #cbdcde; border-radius: 50%; box-shadow: 0 0 0 6px rgba(203,220,222,0.13); }
.course-calendar-section { background: var(--ivory); }
.calendar-intro { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: end; gap: 9vw; }
.calendar-intro > p { max-width: 560px; margin: 0; color: var(--slate); }
.course-calendar { margin-top: 55px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.calendar-toolbar { display: grid; min-height: 84px; padding: 0 24px; align-items: center; border-bottom: 1px solid var(--line); grid-template-columns: 48px 1fr 48px; }
.calendar-toolbar h3 { font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: 0.04em; text-align: center; text-transform: uppercase; }
.calendar-toolbar button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--navy); background: transparent; color: var(--navy); cursor: pointer; font-size: 1.2rem; }
.calendar-toolbar button:last-child { justify-self: end; }
.calendar-toolbar button:hover:not(:disabled) { background: var(--navy); color: white; }
.calendar-toolbar button:disabled { border-color: var(--line); color: #9ca5a6; cursor: not-allowed; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-weekdays { border-bottom: 1px solid var(--line); }
.calendar-weekdays span { padding: 11px 14px; border-right: 1px solid var(--line); color: var(--muted); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.1em; text-align: right; text-transform: uppercase; }
.calendar-weekdays span:last-child { border-right: 0; }
.calendar-day { min-height: 125px; padding: 11px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-day:nth-last-child(-n+7) { border-bottom: 0; }
.calendar-day-empty { background: rgba(16,43,63,0.025); }
.calendar-day-number { display: block; color: var(--muted); font-size: 0.68rem; font-weight: 800; text-align: right; }
.calendar-day.has-course { background: rgba(49,95,117,0.055); }
.calendar-event { display: block; margin-top: 8px; padding: 9px; border-left: 3px solid var(--blue); background: white; color: var(--navy); text-decoration: none; }
.calendar-event:hover { background: #eef3f0; }
.calendar-event strong, .calendar-event span { display: block; }
.calendar-event strong { font-size: 0.67rem; line-height: 1.35; }
.calendar-event span { margin-top: 5px; color: var(--blue); font-size: 0.61rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.calendar-event-limited { border-left-color: var(--gold); }
.calendar-agenda { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.calendar-agenda li { display: grid; min-height: 130px; padding: 24px; border-right: 1px solid var(--line); grid-template-columns: 135px 1fr; gap: 25px; }
.calendar-agenda li:last-child { border-right: 0; }
.calendar-agenda li:only-child { grid-column: 1 / -1; border-right: 0; }
.calendar-agenda time strong, .calendar-agenda time span { display: block; }
.calendar-agenda time strong { color: var(--navy); font-size: 0.75rem; }
.calendar-agenda time span { margin-top: 5px; color: var(--muted); font-size: 0.7rem; }
.calendar-agenda a { color: var(--navy); font-family: var(--serif); font-size: 1.25rem; line-height: 1.15; text-decoration: none; }
.calendar-agenda p { margin: 9px 0 0; color: var(--blue); font-size: 0.7rem; font-weight: 750; }
.calendar-note { margin: 18px 0 0; color: var(--muted); font-size: 0.78rem; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.catalog-filters { display: flex; max-width: 650px; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.catalog-filter { min-height: 42px; padding: 10px 16px; border: 1px solid var(--navy); background: transparent; color: var(--navy); cursor: pointer; font: inherit; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.035em; text-transform: uppercase; }
.catalog-filter:hover, .catalog-filter.is-active { background: var(--navy); color: white; }
.course-list { display: grid; margin-top: 55px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.course-card { overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,0.36); }
.course-card[hidden], .catalog-empty[hidden] { display: none; }
.course-art { position: relative; margin: 0; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); aspect-ratio: 16 / 9; }
.course-art img { width: 100%; height: 100%; object-fit: cover; }
.course-art figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 16px; background: linear-gradient(transparent, rgba(9,31,47,0.9)); color: white; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.04em; line-height: 1.35; }
.course-meta { display: flex; margin: 30px 40px 28px; justify-content: space-between; gap: 25px; color: var(--blue); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.course-meta time { white-space: nowrap; }
.course-main { display: grid; padding: 0 40px 40px; grid-template-columns: 1fr; gap: 28px; }
.course-main h3 { font-size: clamp(1.65rem, 2.4vw, 2.35rem); }
.course-main p:not(.catalog-tag) { max-width: 560px; margin-top: 18px; color: var(--slate); }
.course-availability { display: inline-flex; width: fit-content; margin-top: 18px; padding: 8px 11px; align-items: center; border: 1px solid rgba(49,95,117,0.3); color: var(--blue); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.035em; text-transform: uppercase; }
.course-availability > span { width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #5c9175; }
.course-availability-moderate > span { background: var(--gold); }
.course-availability-limited { border-color: rgba(180,138,74,0.55); color: #7b5928; }
.course-availability-limited > span { background: #a75d3f; }
.course-main dl { margin: 0; }
.course-main dl div { padding: 17px 0; border-top: 1px solid var(--line); }
.course-main dl div:last-child { border-bottom: 1px solid var(--line); }
.course-main dt { color: var(--blue); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.course-main dd { margin: 4px 0 0; color: var(--slate); font-size: 0.87rem; }
.course-details { border-bottom: 1px solid var(--line); }
.course-details summary { position: relative; padding: 17px 34px 17px 0; border-top: 1px solid var(--line); color: var(--blue); cursor: pointer; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.11em; list-style: none; text-transform: uppercase; }
.course-details summary::-webkit-details-marker { display: none; }
.course-details summary::after { position: absolute; top: 12px; right: 4px; color: var(--navy); content: "+"; font-size: 1.3rem; font-weight: 400; }
.course-details[open] summary::after { content: "−"; }
.course-details ul { margin: 0; padding: 0 0 20px 20px; color: var(--slate); font-size: 0.87rem; }
.course-details li { margin: 7px 0; }
.catalog-empty { padding: 35px; border: 1px solid var(--line); border-top: 0; color: var(--muted); text-align: center; }
.catalog-footnote { max-width: 850px; margin: 28px 0 0; color: var(--muted); font-size: 0.78rem; }
.course-register { width: 100%; margin-top: 22px; }

.form-layout { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 75px; align-items: start; }
.registration-form { padding: 48px; border: 1px solid var(--line); background: rgba(255,255,255,0.54); box-shadow: var(--shadow); }
.form-intro > p:not(.eyebrow) { margin-top: 16px; color: var(--slate); }
.form-grid { display: grid; margin-top: 40px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field > span { color: var(--navy); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.035em; }
.field strong { color: #8c4a34; }
.field input, .field select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #aeb8b8; border-radius: 0; background: white; color: var(--ink); font: inherit; font-size: 0.9rem; }
.field input:focus, .field select:focus { border-color: var(--blue); outline: 3px solid rgba(49,95,117,0.18); }
.consent-field { display: grid; align-items: start; grid-template-columns: 22px 1fr; gap: 12px; color: var(--slate); font-size: 0.82rem; line-height: 1.5; }
.consent-field input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--navy); }
.registration-form > .button { margin-top: 32px; }
.form-note { max-width: 700px; margin: 18px 0 0; color: var(--muted); font-size: 0.77rem; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.registration-sidebar { position: sticky; top: 135px; }
.compact-steps { margin-top: 30px; }
.compact-steps li { grid-template-columns: 48px 1fr; gap: 16px; }
.compact-steps li > span { width: 38px; height: 38px; }
.compact-steps h3 { font-size: 1.15rem; }
.no-payment-panel { margin-top: 30px; padding: 22px; border: 1px solid rgba(49,95,117,0.28); background: var(--blue-pale); }
.no-payment-panel strong { color: var(--navy); }
.no-payment-panel p { margin: 8px 0 0; color: var(--slate); font-size: 0.8rem; }
.receipt-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px; align-items: start; }
.receipt-card { padding: 38px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.receipt-card strong, .receipt-card span { display: block; }
.receipt-card strong { color: white; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.receipt-card span { margin-top: 12px; color: #b8d0d6; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.legal-hero { padding-block: 82px 70px; }
.legal-hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.legal-body { max-width: 880px; padding-top: 85px; padding-bottom: 110px; }
.legal-body h2 { margin-top: 50px; font-size: 2rem; }
.legal-body h3 { margin-top: 30px; font-family: var(--sans); font-size: 1rem; font-weight: 750; letter-spacing: -0.01em; }
.legal-body h2 + p, .legal-body h2 + ul { margin-top: 17px; }
.legal-body li { margin: 9px 0; }
.legal-date { color: var(--muted); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; }
.legal-alert { margin: 30px 0 8px; padding: 28px 30px; border: 1px solid var(--blue); background: var(--blue-pale); }
.legal-alert strong { color: var(--navy); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.legal-alert p { margin: 10px 0 0; }
.legal-downloads { margin-bottom: 45px; }
.image-credit-list article { padding: 8px 0 25px; border-bottom: 1px solid var(--line); }

.resource-followup { margin: 30px 0 0; }
.faq-layout { display: grid; grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr); gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 135px; }
.faq-intro > p:not(.eyebrow) { max-width: 420px; margin-top: 18px; color: var(--slate); }
.faq-intro .button { margin-top: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; min-height: 78px; padding: 24px 4px; align-items: center; color: var(--navy); cursor: pointer; font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.25; list-style: none; grid-template-columns: 1fr 28px; gap: 22px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 3px solid rgba(49,95,117,0.28); outline-offset: 3px; }
.faq-item > div { max-width: 720px; padding: 0 58px 28px 4px; }
.faq-item p { margin: 0; color: var(--slate); }
.faq-icon { position: relative; width: 24px; height: 24px; }
.faq-icon::before, .faq-icon::after { position: absolute; top: 11px; left: 3px; width: 18px; height: 1px; background: var(--blue); content: ""; }
.faq-icon::after { transform: rotate(90deg); transition: transform 160ms ease; }
.faq-item[open] .faq-icon::after { transform: rotate(0); }

.site-footer { padding: 72px 0 26px; background: var(--navy-deep); color: rgba(255,255,255,0.72); }
.footer-grid { display: grid; padding-bottom: 55px; grid-template-columns: 1.2fr 1fr 1fr 0.8fr; gap: 55px; }
.footer-brand { margin-bottom: 25px; color: white; }
.footer-brand .brand-mark { filter: brightness(0) invert(1); }
.footer-brand .brand-name { color: white; }
.footer-grid h2 { margin: 0 0 16px; color: white; font-family: var(--sans); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-grid p { font-size: 0.82rem; }
.footer-grid a { display: block; margin-bottom: 8px; color: rgba(255,255,255,0.82); font-size: 0.8rem; text-decoration: none; }
.footer-note { color: rgba(255,255,255,0.48); }
.footer-legal { display: flex; padding-top: 25px; border-top: 1px solid rgba(255,255,255,0.13); justify-content: space-between; font-size: 0.68rem; }
.footer-legal div { display: flex; gap: 25px; }
.footer-legal a { color: rgba(255,255,255,0.65); text-decoration: none; }
.mobile-action-bar { display: none; }

.reveal { animation: appear 600ms ease both; }
@keyframes appear { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@media print {
  .preheader, .site-header, .site-footer, .mobile-action-bar, .contact-callout, .planning-toolbar .button, .planning-alert { display: none !important; }
  body { padding: 0; color: #000; font-size: 11pt; }
  .section-shell { width: 100%; }
  .page-hero { padding: 20px 0; }
  .page-hero h1 { font-size: 30pt; }
  .planning-tool { padding: 15px 0; }
  .planning-toolbar { padding: 10px 0; border: 0; background: white; }
  .planning-toolbar .eyebrow, .planning-count { color: #000; }
  .planning-checklist { margin-top: 15px; break-inside: avoid; }
  .planning-checklist-group { padding: 18px; }
  .planning-checklist-group h2 { min-height: 50px; font-size: 16pt; }
  .planning-checklist-group label > span { min-height: 85px; font-size: 9pt; }
}

@media (max-width: 1080px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu[open] nav { position: absolute; top: 78px; right: 0; left: 0; display: grid; padding: 20px 24px 28px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(16,43,63,0.1); }
  .mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; text-decoration: none; }
  .mobile-menu nav .mobile-appointment { margin-top: 13px; padding: 15px; background: var(--navy); color: white; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr 0.58fr; gap: 45px; }
  .audience-card { padding: 48px; }
  .specialty-card { grid-template-columns: 1fr; gap: 16px; }
  .program-grid-five { grid-template-columns: repeat(2, 1fr); }
  .program-grid-five .program-card { border-right: 1px solid var(--line); }
  .program-grid-five .program-card:nth-child(even) { border-right: 0; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .value-grid article:nth-child(n+3) { border-top: 0; }
  .access-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-card-grid-four { grid-template-columns: repeat(2, 1fr); }
  .access-card:nth-child(2) { border-right: 1px solid var(--line); }
  .access-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .preop-grid { grid-template-columns: repeat(2, 1fr); }
  .planning-checklist { grid-template-columns: 1fr; }
  .planning-checklist-group { border-right: 0; border-bottom: 1px solid var(--line); }
  .planning-checklist-group:last-child { border-bottom: 0; }
  .portal-login-layout, .portal-support-section, .form-layout, .referral-gateway, .forms-layout, .portal-promo-inner { grid-template-columns: 1fr; }
  .portal-login-card { width: min(100%, 620px); }
  .registration-sidebar { position: static; }
}

@media (max-width: 780px) {
  body { padding-bottom: 64px; font-size: 16px; }
  .section-shell { width: min(100% - 32px, 1240px); }
  .content-section { padding: 72px 0; }
  .preheader span { display: none; }
  .preheader .section-shell { justify-content: flex-end; }
  .preheader .section-shell > div { width: 100%; justify-content: space-between; gap: 12px; }
  .preheader .section-shell > div a { font-size: 0.67rem; }
  .header-inner { min-height: 72px; }
  .mobile-menu[open] nav { top: 72px; }
  .brand-mark { width: 57px; height: 33px; }
  .brand-name { font-size: 0.68rem; }
  .hero { display: block; padding-block: 66px; }
  .hero-visual { min-height: 380px; margin-top: 50px; }
  .hero-visual img { min-height: 380px; }
  .proof-strip { padding: 0 16px; grid-template-columns: 1fr; }
  .proof-strip div { padding: 18px 4px; border-right: 0 !important; border-left: 0; border-bottom: 1px solid rgba(16,43,63,0.13); }
  .services-intro, .feature-grid-3, .split-layout, .audience-section, .education-band, .location-grid, .checklist-section, .referral-layout, .contact-grid, .page-hero-illustrated .section-shell, .program-grid, .catalog-callout, .course-main, .appointment-visual, .campus-map-grid, .course-list, .calendar-intro, .resource-card-grid, .portal-grid, .receipt-layout, .download-grid, .portal-promo-inner, .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .section-copy { padding-top: 24px; }
  .feature-grid { margin-top: 45px; }
  .feature-card { min-height: 0; border-right: 1px solid var(--line); border-bottom: 0; }
  .feature-card:last-child { border-bottom: 1px solid var(--line); }
  .feature-card h3 { padding-top: 35px; }
  .editorial-image img { min-height: 390px; }
  .audience-card { min-height: 0; padding: 48px 30px; }
  .education-image img { height: 300px; }
  .clinical-photo { margin-top: 8px; }
  .clinical-photo img { min-height: 340px; }
  .location-photo img { min-height: 310px; }
  .location-copy { padding: 48px 30px; }
  .course-mosaic-hero { min-height: 0; margin-top: 40px; }
  .contact-callout .section-shell { display: block; }
  .contact-callout .button { margin-top: 28px; }
  .page-hero { padding: 70px 0 64px; }
  .page-hero-illustrated figure { margin-top: 40px; }
  .page-hero-illustrated figure img { min-height: 340px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card, .specialty-card:nth-child(odd), .specialty-card:nth-child(even) { min-height: 0; padding: 32px 0; border-right: 0; grid-template-columns: 1fr; }
  .contact-panel { order: -1; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article:nth-child(2), .value-grid article:nth-child(n+3) { min-height: 0; border: 1px solid var(--line); border-bottom: 0; }
  .value-grid article:last-child { border-bottom: 1px solid var(--line); }
  .contact-grid .location-photo img { min-height: 310px; }
  .program-card, .program-grid-five .program-card, .program-grid-five .program-card:nth-child(even) { min-height: 0; border-right: 0; }
  .catalog-heading { display: block; }
  .catalog-filters { margin-top: 25px; justify-content: flex-start; }
  .calendar-intro > p { margin-top: 20px; }
  .calendar-weekdays, .calendar-days { display: none; }
  .calendar-agenda { grid-template-columns: 1fr; }
  .calendar-agenda li { border-right: 0; grid-template-columns: 120px 1fr; }
  .calendar-agenda li + li { border-top: 1px solid var(--line); }
  .course-meta { margin: 24px 24px 22px; }
  .course-main { padding: 0 24px 30px; }
  .course-meta { flex-wrap: wrap; }
  .catalog-status .section-shell { padding-block: 22px; flex-wrap: wrap; }
  .catalog-register-button { width: 100%; }
  .preop-grid { grid-template-columns: 1fr; }
  .preop-card { min-height: 0; }
  .preop-card h3 { margin-top: 35px; }
  .portal-card { min-height: 0; padding: 34px 28px; }
  .planning-toolbar { align-items: stretch; flex-direction: column; }
  .planning-toolbar > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .portal-card > p:not(.catalog-tag) { min-height: 0; }
  .download-card { min-height: 0; padding: 32px 26px; }
  .registration-form { padding: 32px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .portal-login-hero { background: linear-gradient(180deg, #f4f2ed 0%, #f4f2ed 48%, #e8eff0 48%, #e8eff0 100%); }
  .portal-login-card { padding: 34px 28px; }
  .portal-login-card { margin-top: 12px; }
  .portal-support-section .portal-feature-grid { margin-top: 15px; }
  .receipt-card { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { display: block; }
  .footer-legal div { margin-top: 14px; flex-wrap: wrap; }
  .mobile-action-bar { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; display: grid; height: 64px; background: var(--navy); box-shadow: 0 -10px 30px rgba(16,43,63,0.18); grid-template-columns: 1fr 1fr; }
  .mobile-action-bar a { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,0.22); color: white; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
}

@media (max-width: 520px) {
  h1 { font-size: 3rem; }
  .hero-visual { min-height: 300px; }
  .hero-visual img { min-height: 300px; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .catalog-filters { display: grid; grid-template-columns: repeat(3, 1fr); }
  .catalog-filter { padding-inline: 8px; }
  .contact-panel.large { padding: 42px 28px; }
  .access-grid { grid-template-columns: 1fr; }
  .access-card, .access-card:nth-child(2), .access-card:nth-child(n+3) { min-height: 0; border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .access-card:first-child { border-top: 0; }
  .preheader .section-shell > div a:nth-child(2) { display: none; }
  .portal-trust-list { grid-template-columns: 1fr; }
  .portal-emergency-note { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}
