html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; }
button,input,textarea,select { font: inherit; }
.site-root { overflow-x: clip; }
.cs-page-content > * { margin-block: 0; }
.cs-page-content .wp-block-group { box-sizing: border-box; }
.cs-page-content .wp-block-heading { margin-top: 0; }
.hero-photo-frame .wp-block-image, .hero-photo-frame .wp-block-image img { width: 100%; height: 100%; margin: 0; object-fit: cover; }
.hero-video-wrap { position: relative; width: 100%; min-width: 0; }
.cs-playlist-player { position: relative; width: 100%; aspect-ratio: 16 / 9; min-height: 200px; border-radius: 12px; overflow: hidden; background: #102b32; box-shadow: 0 22px 50px rgba(16,43,50,.16); }
.cs-playlist-player iframe { display: block; position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media(max-width:820px) { .hero-video-wrap { max-width: 680px; margin-inline: auto; } }
.photo-story-grid .wp-block-image { margin: 0; }
.photo-story-grid .wp-block-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cs-graduation-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.cs-graduation-grid .cs-graduation-card { width: 100%; margin: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--paper); }
.cs-graduation-grid .cs-graduation-card img { display: block; position: static; width: 100%; height: auto; aspect-ratio: 2047 / 1033; max-height: none; object-fit: cover; object-position: center bottom; }
.cs-graduation-grid .wp-element-caption { margin: 0; padding: 18px 22px; color: var(--green-deep); font-size: 1rem; line-height: 1.6; font-weight: 700; text-align: start; }
.cs-graduations-2026 .section-head { align-items: center; }
@media(max-width:820px) { .cs-graduation-grid { grid-template-columns: minmax(0,1fr); } }
.photo-card .wp-element-caption { position: absolute; inset-inline: 0; bottom: 0; margin: 0; padding: 45px 24px 20px; color: #fff; font-size: .95rem; font-weight: 800; background: linear-gradient(transparent,rgba(5,37,34,.86)); }
.hero-actions > .wp-block-button, .cta-actions > .wp-block-button { margin: 0; }
.wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid transparent; border-radius: 8px; padding: 11px 20px; font-family: inherit; font-size: 1rem; font-weight: 800; line-height: 1.35; text-decoration: none; }
.cs-button-primary .wp-block-button__link { color: #fff; background: var(--green); box-shadow: 0 10px 25px rgba(11,102,87,.17); }
.cs-button-primary .wp-block-button__link:hover { background: var(--green-deep); }
.cs-button-secondary .wp-block-button__link { color: var(--ink); background: rgba(255,255,255,.6); border-color: rgba(16,43,50,.25); }
.cs-button-light .wp-block-button__link { color: var(--green-deep); background: #fff; }
.cs-button-outline-light .wp-block-button__link { color: #fff; background: transparent; border-color: rgba(255,255,255,.5); }
.wp-block-button a:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #9a6410; outline-offset: 5px; }
.site-footer a:focus-visible, .section-deep a:focus-visible { outline-color: #efc975; }
.desktop-nav .cs-menu-items { display: contents; }
.desktop-nav .menu, .desktop-nav .cs-menu-items > li { display: contents; }
.mobile-panel .cs-menu-items { margin: 0; padding: 0; list-style: none; }
.brand-copy span { font-size: .75rem; letter-spacing: .06em; }
.topline, .eyebrow, .trust-copy span, .hero-badge span, .campus-pill span, .form-note, .footer-bottom { font-size: .875rem; }
.brand-copy strong { font-size: 1.05rem; }
.footer-mission, .feature-card p, .step-card p { font-size: 1rem; }
.skip-link { position: absolute; top: -100px; inset-inline-start: 12px; z-index: 99999; padding: 12px 20px; background: #fff; color: var(--ink); }
.skip-link:focus { top: 12px; }
.cs-standard-page { max-width: 850px; min-height: 45vh; }
.cs-standard-page a:not(.button) { text-decoration: underline; }
.cs-standard-page h1 { font-size: clamp(2.5rem,6vw,4.2rem); }
.cs-standard-page p, .cs-standard-page li { line-height: 1.85; }
.cs-standard-page ul, .cs-standard-page ol { padding-inline-start: 1.6em; }
.form-card { width: 100%; min-width: 0; }
.field input, .field select, .field textarea { font-size: 1rem; }
.field label { font-size: 1rem; }
.cs-form-errors { border: 1px solid #aa251b; background: #fff2f0; color: #7b1b14; padding: 18px; margin-bottom: 24px; }
.cs-form-errors ul { margin: 8px 0 0; padding-inline-start: 20px; }
.cs-form-success { background: #e6efe9; color: #07483f; padding: 26px; border-inline-start: 4px solid #0b6657; }
.cs-field-error { color: #9b231a; font-size: .9rem; }
.cs-consent { display: flex; align-items: start; gap: 10px; margin-top: 20px; font-size: .95rem; }
.cs-consent input { margin-top: .4em; }
.cs-honeypot { position: absolute; inset-inline-start: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cs-inquiry-form button:disabled { opacity: .7; cursor: wait; }
.notice { margin-top: 24px; }
.cs-page-content .notice:first-child { margin-top: 0; }
[dir="rtl"] .eyebrow { letter-spacing: 0; }
[dir="rtl"] .wp-block-heading { line-height: 1.4; }
@media(min-width:821px) { .footer-main > :first-child { grid-column: auto; } }
@media(max-width:820px) { .footer-main > :first-child { grid-column: 1/-1; } }
@media(max-width:620px) {
 .brand-copy strong { font-size: .95rem; }
 .brand-copy span { font-size: .75rem; }
 .cta-actions .wp-block-button, .cta-actions .wp-block-button__link { width: 100%; }
 .photo-story-grid .photo-card { height: 300px; }
 .desktop-nav { display: none; }
 .form-footer { gap: 16px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }
