:root {
    --ink: #000000;
    --muted: #757575;
    --paper: #ffffff;
    --white: #ffffff;
    --sun: #f2d227;
    --coral: #a5304a;
    --teal: #a5304a;
    --line: #eaeaea;
    --heading: 'Century Gothic', 'Trebuchet MS', sans-serif;
    --body: 'Trebuchet MS', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); max-width: 760px; }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; }
.skip-link { background: var(--ink); color: white; padding: .5rem 1rem; }
.top-strip { background: var(--ink); color: #eff4ec; font-size: .84rem; padding: .45rem 0; }
.top-strip .container { padding-left: 1rem; padding-right: 1rem; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.navbar-brand { font-family: var(--heading); font-size: .95rem; line-height: 1.05; }
.navbar-brand strong { font-size: 1.12rem; }
.brand-mark { width: 55px; height: 55px; object-fit: cover; border-radius: 50%; border: 3px solid var(--sun); }
.nav-link { color: var(--ink); font-weight: 600; padding: .7rem .85rem !important; }
.nav-link:hover, .nav-link.active { color: var(--coral); }
.dropdown-menu { border: 1px solid var(--line); border-radius: 0; box-shadow: 0 10px 24px rgba(0,0,0,.12); padding: .5rem; }
.dropdown-item { color: var(--ink); font-weight: 600; padding: .55rem .75rem; }
.dropdown-item:hover, .dropdown-item:focus { background: var(--sun); color: var(--ink); }
.dropdown-divider { border-color: var(--line); }
.navbar-toggler { border: 1px solid var(--ink); padding: .45rem .65rem; color: var(--ink); }
.btn { border-radius: 0; font-weight: 700; padding: .8rem 1.25rem; }
.btn-primary { background: var(--coral); border-color: var(--coral); }
.btn-primary:hover, .btn-primary:focus { background: var(--ink); border-color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); }
.eyebrow { color: var(--teal); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 1rem; }
.hero-section { padding: clamp(3rem, 8vw, 7.5rem) 0 5rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); }
.hero-copy h1 { margin: 0 0 1.5rem; }
.hero-copy h1 em { color: var(--coral); font-style: normal; }
.hero-lede { color: var(--muted); font-size: 1.2rem; max-width: 590px; margin-bottom: 2rem; }
.hero-image-wrap { position: relative; }
.hero-image { width: 100%; height: min(64vw, 570px); object-fit: cover; border-radius: 0 0 0 35%; }
.hero-image-logo { object-fit: contain; background: var(--white); padding: clamp(2rem, 6vw, 4rem); }
.stat-band { background: var(--teal); color: white; }
.stat-item { border-right: 1px solid rgba(255,255,255,.24); padding: 1.5rem 1rem; text-align: center; }
.stat-item:last-child { border-right: 0; }
.stat-item strong, .stat-item span { display: block; }
.stat-item strong { font-family: var(--heading); font-size: 1.7rem; }
.stat-item span { font-size: .78rem; opacity: .82; text-transform: uppercase; letter-spacing: .08em; }
.content-section { padding: clamp(4rem, 9vw, 9rem) 0; }
.narrow-layout { max-width: 1120px; }
.content-section h2 { margin-bottom: 2rem; }
.content-section .lead { color: var(--teal); font-size: 1.35rem; }
.signature { border-left: 4px solid var(--sun); margin-top: 2rem; padding-left: 1rem; }
.portrait-card { background: var(--white); border: 1px solid var(--line); margin: 0; padding: .75rem; box-shadow: 0 10px 24px rgba(0,0,0,.08); height: 100%; }
.portrait-card img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; }
.portrait-card figcaption { font-family: var(--heading); font-size: 1.1rem; padding: 1rem .5rem .4rem; }
.portrait-card figcaption span { color: var(--muted); display: block; font-family: var(--body); font-size: .8rem; margin-top: .25rem; }
.image-missing { background: linear-gradient(135deg, var(--teal), var(--ink)); aspect-ratio: 4 / 5; }
.image-missing img { display: none; }
.feature-section { background: linear-gradient(180deg, #ffffff 0%, #f4f1ec 100%); padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading > p { color: var(--muted); max-width: 310px; margin: 0; }
.feature-card { border-top: 5px solid var(--sun); background: linear-gradient(160deg, #ffffff 0%, #f4f1ec 100%); box-shadow: 0 6px 18px rgba(0,0,0,.05); padding: 2rem; height: 100%; }
.feature-card-accent { border-top-color: var(--coral); background: linear-gradient(160deg, #ffffff 0%, rgba(165,48,74,.08) 100%); }
.feature-card i { color: var(--teal); font-size: 2.3rem; }
.feature-card h3 { margin-top: 2rem; }
.feature-card p { color: var(--muted); margin: 0; }
.admissions-section { background: var(--coral); color: white; padding: 4rem 0; }
.admissions-section .eyebrow { color: var(--sun); }
.admissions-section h2 { margin-bottom: .75rem; }
.admissions-section p:not(.eyebrow) { margin: 0; max-width: 650px; }
.page-intro { background: var(--teal); color: white; padding: clamp(2.25rem, 4vw, 3.5rem) 0; }
.page-intro h1 { margin: 0 0 .5rem; font-size: clamp(2rem, 4vw, 2.75rem); max-width: none; }
.page-intro p:last-child { font-size: 1.05rem; margin: 0; }
.page-intro-compact { padding-bottom: 2.25rem; }
.rounded-image { height: 480px; object-fit: cover; width: 100%; border-radius: 0 30% 0 0; }
.gallery-section { background: var(--white); padding: 0 0 7rem; }
.gallery-image { height: 280px; object-fit: cover; width: 100%; }
.contact-list { display: grid; gap: 1.3rem; margin-top: 2rem; }
.contact-list > * { align-items: flex-start; display: flex; gap: 1rem; }
.contact-list i { color: var(--coral); font-size: 1.35rem; }
.contact-list span { display: grid; }
.contact-list strong { font-family: var(--heading); }
.bg-shaded { background: #f4f4f5; }
.contact-panel { background: var(--white); padding: clamp(1.5rem, 4vw, 3rem); border-radius: .75rem; box-shadow: 0 1px 3px rgba(0, 0, 0, .08); }
.contact-panel h2 { font-size: 2.4rem; margin-bottom: 2rem; }
.form-control { background: var(--paper); border: 1px solid var(--line); border-radius: 0; padding: .8rem 1rem; }
.form-control:focus { border-color: var(--teal); box-shadow: 0 0 0 .2rem rgba(47,119,117,.15); }
.site-footer { background: var(--ink); color: white; }
.site-footer .row { align-items: flex-start; }
.site-footer .eyebrow { color: var(--sun); }
.site-footer h2 { font-size: 2.2rem; max-width: 480px; }
.site-footer h3 { color: var(--sun); font-size: 1rem; text-transform: uppercase; }
.site-footer a, .footer-copy { color: rgba(255,255,255,.78); display: block; margin-bottom: .45rem; }
.site-footer a:hover { color: white; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.55); font-size: .8rem; }
.footer-bottom .hosting-credit { align-items: center; display: flex; flex-wrap: wrap; gap: .35rem; }
.footer-bottom .hosting-credit a { display: inline; margin: 0; }
@media (max-width: 991px) {
    .site-footer .row { row-gap: 2.5rem !important; }
    .site-footer h2 { max-width: 620px; }
}
@media (max-width: 575px) {
    .site-footer .container { padding-left: 1.25rem; padding-right: 1.25rem; }
    .site-footer h2 { font-size: 2rem; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-bottom .hosting-credit { display: block; }
    .footer-bottom .hosting-credit a { margin: 0 .15rem; }
}
@media (max-width: 991px) {
    .site-header .container { padding-left: 1rem; padding-right: 1rem; }
    .navbar-collapse { background: var(--paper); border-top: 1px solid var(--line); margin-top: 1rem; padding: .75rem 0 1rem; }
    .navbar-nav { gap: 0 !important; }
    .nav-link { border-bottom: 1px solid var(--line); padding: .8rem 0 !important; }
    .nav-item:last-child .nav-link { border-bottom: 0; }
    .dropdown-menu { border: 0; box-shadow: none; padding: 0 0 .5rem 1rem; }
    .dropdown-item { border-bottom: 1px solid var(--line); padding: .7rem 0; }
    .navbar-collapse .btn { display: block; margin: .75rem 0 0 !important; text-align: center; }
    .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
    .hero-copy h1 { max-width: 650px; }
    .hero-image-wrap { max-width: 680px; width: 100%; }
    .section-heading { align-items: flex-start !important; }
}
@media (max-width: 575px) {
    body { font-size: .96rem; }
    h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .top-strip { font-size: .72rem; }
    .top-strip .container { justify-content: center !important; }
    .top-strip a:first-child { display: none; }
    .hero-section { padding: 2.75rem 0 4.5rem; }
    .hero-copy h1 { margin-bottom: 1.15rem; }
    .hero-lede { font-size: 1.05rem; margin-bottom: 1.5rem; }
    .hero-copy .btn { flex: 1 1 100%; }
    .hero-image { height: 70vw; min-height: 260px; max-height: 380px; border-radius: 0 0 0 24%; }
    .stat-item { padding: 1.1rem .5rem; }
    .stat-item strong { font-size: 1.35rem; }
    .stat-item span { font-size: .64rem; letter-spacing: .04em; }
    .content-section, .feature-section { padding: 4.5rem 0; }
    .content-section .lead { font-size: 1.15rem; }
    .portrait-card { box-shadow: 0 6px 16px rgba(0,0,0,.08); }
    .portrait-card img { aspect-ratio: 1 / 1; }
    .feature-card { padding: 1.5rem; }
    .feature-card h3 { margin-top: 1.25rem; }
    .admissions-section { padding: 3.5rem 0; }
    .admissions-section .btn { margin-top: 1rem; width: 100%; }
    .page-intro { padding: 2rem 0; }
    .page-intro h1 { font-size: clamp(1.9rem, 10vw, 2.5rem); }
    .rounded-image { height: 270px; border-radius: 0 22% 0 0; }
    .gallery-section { padding-bottom: 4.5rem; }
    .gallery-image { height: 220px; }
    .contact-panel { padding: 1.35rem; }
    .contact-panel h2 { font-size: 2rem; }
    .stat-item:nth-child(2) { border-right: 0; }
    .stat-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.24); }
}
