@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

:root{--primary:#a32646;--deep:#702039;--accent:#98566a;--gold:#d8b772;--cream:#f8f7f2;--ink:#342d30;--muted:#71666a;--line:#e5d9d8;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--shadow:0 22px 50px -26px #a3264655}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block;object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:500}h1,h2{font-family:var(--serif);line-height:1.15;letter-spacing:-1.8px}h2{font-size:clamp(34px,3.4vw,48px)}h3{line-height:1.35}em{font-weight:400;color:var(--accent)}p{color:var(--muted)}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.icon{flex-shrink:0;vertical-align:middle}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--primary);color:white;padding:16px 24px;border:1px solid var(--primary);border-radius:5px;font-size:13px;font-weight:600;line-height:1.4;transition:transform .25s,box-shadow .25s,background .25s;box-shadow:0 7px 16px -10px #a3264699}.button:hover{background:#852039;box-shadow:0 10px 22px -12px #a3264688;transform:translateY(-3px)}.button .icon{width:19px;height:19px}.button-small{padding:12px 18px;gap:12px}.text-link{display:inline-flex;align-items:center;gap:16px;font-weight:600;font-size:13px;min-height:44px}.text-link .icon{width:19px;transition:transform .25s}.text-link:hover .icon{transform:translate(3px,-2px)}.text-link:hover{text-decoration:underline;text-underline-offset:6px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;line-height:1.5;margin-bottom:22px;display:flex;align-items:center;gap:12px}.short-line{width:28px;height:1px;background:var(--accent)}.section{padding:104px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:42px}.section-heading>p{max-width:330px;font-size:14px}.section-heading .eyebrow{margin-bottom:16px}.utility-bar{background:var(--primary);color:#f5e8e9;font-size:10px;letter-spacing:.2px}.utility-inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}.utility-inner>div{display:flex;align-items:center;gap:24px}.utility-inner .icon{width:12px;height:12px;margin-right:5px}.utility-location{padding-left:22px;border-left:1px solid #ffffff30}.site-header{position:sticky;top:0;z-index:50;background:#f8f7f2f5;border-bottom:1px solid #a326460d;backdrop-filter:blur(18px)}.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{border-radius:50%;object-fit:contain;mix-blend-mode:multiply;width:55px;height:55px}.brand strong{display:block;font-family:var(--serif);font-size:20px;font-weight:600;line-height:1.3;letter-spacing:-.4px}.brand small{display:block;font-size:8px;font-weight:600;letter-spacing:1.65px;margin-top:6px}.brand-divider{padding:0 5px;color:#baa6aa}nav{display:flex;align-items:center;gap:23px;font-size:12px;font-weight:550}nav>a:not(.button),summary{padding:20px 0}nav .home-link{color:var(--primary);position:relative}nav .home-link:after{content:'';position:absolute;bottom:10px;left:0;width:16px;height:2px;background:var(--primary)}.nav-group{position:relative}.nav-group summary{display:flex;align-items:center;gap:7px;cursor:pointer;list-style:none}.nav-group summary::-webkit-details-marker{display:none}.chevron{border-right:1px solid;border-bottom:1px solid;width:5px;height:5px;transform:rotate(45deg);margin-top:-3px;transition:transform .2s}.nav-group[open] .chevron{transform:rotate(225deg);margin-top:3px}.dropdown{position:absolute;top:100%;left:-18px;min-width:230px;background:#fff;padding:10px;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.dropdown a{display:block;padding:10px 12px;border-radius:4px}.dropdown a:hover,.dropdown a:focus-visible{background:#f5e9eb}.dropdown .icon{width:13px}.menu-toggle{display:none}.hero{position:relative;overflow:hidden;background:radial-gradient(ellipse at 85% 40%,#f0dfe280,transparent 60%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding-top:65px;padding-bottom:72px}.hero-copy{padding:12px 0}.hero h1{font-size:clamp(48px,4.85vw,70px);line-height:1.14;letter-spacing:-2.9px}.hero-copy>p{max-width:430px;font-size:15px;line-height:1.85;margin-top:25px}.hero-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:30px}.hero-actions .button{gap:16px}.hero-affiliation{margin-top:37px;display:flex;align-items:center;gap:13px}.seal{width:42px;height:46px;display:grid;place-items:center;color:var(--accent);border:1px solid #d9c3c7;border-radius:50%}.hero-affiliation strong{font-size:11px;display:block;font-weight:600}.hero-affiliation div>span{font-size:10px;color:var(--muted);display:block;margin-top:3px}.hero-affiliation b{padding:0 5px;font-weight:400}.hero-visual{position:relative;perspective:1000px;padding:12px 20px 15px 0}.hero-photo{position:relative;border-radius:130px 12px 12px 12px;overflow:hidden;isolation:isolate;box-shadow:14px 18px 0 #eadbda,0 30px 50px -23px #a3264666;transform:rotate(1.5deg);height:530px;transition:transform .5s}.hero-photo>img{width:100%;height:100%;object-position:59% center}.hero-photo:after{content:'';position:absolute;inset:35% 0 0;z-index:0;background:linear-gradient(transparent,#361420da)}.hero-photo figcaption{position:absolute;bottom:33px;left:32px;right:30px;color:white;z-index:1}.photo-kicker{display:block;font-size:9px;letter-spacing:2.2px;margin-bottom:12px}.hero-photo figcaption strong{font-family:var(--serif);font-size:31px;font-weight:400;line-height:1.22}.hero-photo figcaption a{position:absolute;right:0;bottom:0;display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffff80;border-radius:50%;transition:background .2s}.hero-photo figcaption a:hover{background:#ffffff30}.floating-note{position:absolute;top:42px;right:-11px;padding:14px 20px 14px 14px;display:flex;gap:12px;align-items:center;background:#fffef9f2;border:1px solid #ffffff;border-radius:8px;box-shadow:0 12px 38px -12px #36142040;animation:float 6s ease-in-out infinite}.note-icon{width:42px;height:42px;display:grid;place-items:center;background:#f5e8eb;border-radius:50%;color:var(--accent)}.floating-note strong{display:block;font-size:12px;font-weight:600}.floating-note small{display:block;font-size:10px;color:var(--muted)}.vertical-caption{position:absolute;right:-20px;bottom:130px;writing-mode:vertical-rl;font-size:8px;letter-spacing:3px;color:var(--accent)}.hero-spark{position:absolute;left:-35px;bottom:30px;font-size:72px;line-height:1;color:var(--gold);text-shadow:0 7px 15px #ac893030}.orbit{position:absolute;border:1px solid #dcc4c966;border-radius:50%;z-index:-1}.orbit-one{width:460px;height:460px;top:-40px;right:-120px}.orbit-two{width:400px;height:400px;bottom:-55px;left:10px}.notice-strip{display:flex;align-items:center;gap:25px;padding:19px 0;border-top:1px solid var(--line);font-size:11px}.notice-label{font-size:9px;font-weight:700;letter-spacing:1.3px;display:flex;align-items:center;gap:9px;white-space:nowrap;border-right:1px solid var(--line);padding-right:24px}.status-dot{width:6px;height:6px;background:#a32646;border-radius:50%;box-shadow:0 0 0 4px #a3264613}.notice-strip>a{display:flex;justify-content:space-between;align-items:center;flex:1;gap:25px}.notice-action{display:flex;align-items:center;gap:12px;font-weight:600;white-space:nowrap}.notice-action .icon{width:15px}.pillars{display:grid;grid-template-columns:repeat(4,1fr);padding:38px 0;border-bottom:1px solid var(--line)}.pillar{display:flex;align-items:center;gap:16px;padding:0 25px;border-right:1px solid var(--line)}.pillar:first-child{padding-left:0}.pillar:last-child{padding-right:0;border:0}.pillar>.icon{width:30px;height:30px;color:var(--accent)}.pillar h2{font-family:var(--sans);font-size:13px;letter-spacing:-.1px;font-weight:600;line-height:1.4}.pillar p{font-size:10px;margin-top:5px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.about-visual{position:relative;padding-right:35px}.campus-photo{height:440px;width:100%;object-position:40% center;border-radius:8px 8px 90px 8px}.about-plaque{position:absolute;bottom:38px;right:0;background:#fffefa;border:1px solid #e8dcd3;border-radius:5px;padding:24px 45px 24px 25px;box-shadow:var(--shadow)}.about-plaque>span{font-size:8px;letter-spacing:2px;font-weight:600}.about-plaque strong{display:block;font-family:var(--serif);font-size:24px;line-height:1.35;font-weight:500;margin-top:8px}.about-plaque>.icon{position:absolute;top:20px;right:15px;width:18px;color:var(--accent)}.image-caption{font-size:10px;color:var(--muted);margin-top:20px;display:flex;gap:8px;align-items:center}.image-caption .icon{width:14px;height:14px}.about-copy h2{margin-bottom:25px}.about-copy p{font-size:14px;margin-bottom:16px}.about-values{display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--line);margin-top:24px;padding-top:23px;font-size:12px}.about-values .icon{width:18px;height:18px;margin-right:10px;color:var(--accent)}.about-copy>.text-link{margin-top:20px}.academics-section{background:#f2eae6;border-block:1px solid #e7dad7}.academic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.academic-card{position:relative;display:flex;flex-direction:column;padding:30px;background:#fffaf7;border:1px solid #e7d9d6;border-radius:7px;transition:transform .3s,box-shadow .3s,border-color .3s}.academic-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:#cda2ad}.card-number{font-size:9px;letter-spacing:1.7px;color:#896b73}.academic-icon{width:61px;height:61px;display:grid;place-items:center;background:#f4e6e8;color:#98566a;border-radius:14px;margin:28px 0 25px;box-shadow:3px 4px 0 #e8cfd5;transform:rotate(-5deg)}.academic-icon .icon{width:28px;height:28px;transform:rotate(5deg)}.academic-card h3{font-family:var(--serif);font-size:25px;letter-spacing:-.6px;margin-bottom:15px}.academic-card p{font-size:13px;line-height:1.9;margin-bottom:25px}.card-link{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;font-weight:600;border-top:1px solid var(--line);padding-top:18px;margin-top:auto}.card-link .icon{width:17px}.academic-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:11px;margin-top:30px;color:#796168}.academic-bottom>span{display:flex;align-items:center;gap:10px}.academic-bottom a{font-weight:600}.academic-bottom a .icon{width:16px;margin-left:8px}.activity-filters{display:flex;gap:10px;flex-wrap:wrap;margin:-5px 0 32px}.filter{background:transparent;border:1px solid #e2d2d5;color:#796168;font-size:11px;padding:9px 19px;border-radius:30px;transition:background .2s,color .2s;min-height:40px}.filter.active,.filter:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.activity-card{transition:transform .3s;min-width:0}.activity-card:hover{transform:translateY(-5px)}.activity-image{position:relative;overflow:hidden;border-radius:7px;box-shadow:0 12px 22px -20px #51233280}.activity-image>img{width:100%;height:280px;transition:transform .6s}.activity-card:hover img{transform:scale(1.045)}.image-tag{position:absolute;top:17px;left:17px;background:#fffef5f2;border-radius:3px;padding:6px 10px;font-size:8px;font-weight:700;letter-spacing:1px}.circle-arrow{position:absolute;right:16px;bottom:16px;background:#fffef5;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;box-shadow:0 4px 10px #0002}.circle-arrow .icon{width:18px}.activity-copy{padding:20px 1px 0}.activity-copy h3{font-family:var(--serif);font-size:24px;letter-spacing:-.5px}.activity-copy p{font-size:12px;margin-top:9px;max-width:290px}.more-life{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);margin-top:40px;padding-top:26px;font-size:11px}.more-life>span{color:var(--muted)}.more-life>div{display:flex;flex-wrap:wrap;gap:24px}.more-life a{display:flex;align-items:center;gap:9px;font-weight:600;min-height:36px}.more-life .icon{width:14px}.community-band{background:var(--primary);color:#fff;overflow:hidden}.community-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:70px;align-items:center}.community-photo{height:435px;margin-left:-80px;position:relative}.community-photo img{width:100%;height:100%;object-position:45% center}.community-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 70%,var(--primary))}.community-copy{padding:55px 0}.community-copy .eyebrow{color:#eedbdf}.community-copy h2{font-size:39px}.community-copy em{color:#e9c5cc}.community-copy p{font-size:13px;color:#efdee2;margin:24px 0 18px;max-width:420px}.community-copy .text-link{color:#f0dfb7}.news-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px}.featured-news{background:#f0e6df;border:1px solid #e5d6d0;border-radius:7px;padding:28px;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.featured-news:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.featured-news-top{display:flex;justify-content:space-between;align-items:center}.news-tag{font-size:9px;letter-spacing:1.4px;font-weight:600}.featured-news-top>.icon{width:20px}.report-art{position:relative;padding:32px 0 27px;isolation:isolate;overflow:hidden}.report-art>span:nth-child(2){font-size:9px;letter-spacing:2.5px;line-height:1.5;display:block}.report-line{position:absolute;right:0;top:18px;width:120px;height:120px;border:1px solid #dfc5c6;border-radius:50%;z-index:-1}.report-art strong{display:block;font-family:var(--serif);font-size:75px;letter-spacing:-4px;line-height:1.2;font-weight:400;margin-top:8px}.report-art strong span{font-size:40px;color:var(--accent);vertical-align:middle;padding:0 8px}.report-art .report-flower{position:absolute;right:5px;top:45px;font-size:95px;line-height:1;color:#cda6ad;z-index:-1}.featured-news time{font-size:9px;color:var(--muted);letter-spacing:1px}.featured-news h3{font-family:var(--serif);font-size:30px;letter-spacing:-.7px;margin:12px 0}.featured-news p{font-size:12px;max-width:330px;margin-bottom:23px}.featured-news .card-link{margin-top:auto}.featured-news .card-link>span{display:flex;align-items:center;gap:12px;font-size:9px}.news-list{display:flex;flex-direction:column}.news-item{display:flex;gap:25px;padding:28px 0;border-bottom:1px solid var(--line)}.news-item:first-child{padding-top:6px}.news-item:last-child{border-bottom:0;padding-bottom:0}.date-block{display:flex;align-items:center;flex-direction:column;flex-shrink:0;width:68px;padding-top:3px}.date-block strong{font-family:var(--serif);font-size:38px;line-height:1;font-weight:400}.date-block>span{font-size:8px;letter-spacing:1px;margin-top:8px;color:var(--muted)}.news-category{font-size:8px;letter-spacing:1.6px;color:var(--accent);font-weight:600}.news-item h3{font-family:var(--serif);font-size:24px;letter-spacing:-.4px;margin-top:8px}.news-item p{font-size:12px;margin-top:10px}.news-item .text-link{font-size:10px;margin-top:4px;min-height:34px;gap:12px}.news-item .text-link .icon{width:15px}.admissions-section{padding-bottom:90px}.admissions-card{position:relative;background:var(--primary);color:#fff;border-radius:10px;overflow:hidden;padding:62px 70px;display:grid;grid-template-columns:1.4fr 1fr;gap:40px;box-shadow:0 25px 45px -28px #a3264680}.admissions-card:after{content:'';position:absolute;width:700px;height:700px;border:1px solid #ffffff0b;border-radius:50%;right:-160px;top:-250px;pointer-events:none}.admissions-copy{position:relative;z-index:1}.admissions-copy .eyebrow{color:#ddd1a9;font-size:9px}.admissions-copy h2{font-size:48px}.admissions-copy em{color:#dfc58f}.admissions-copy p{color:#efdee2;font-size:13px;max-width:460px;margin:22px 0 28px}.admission-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.button-gold{background:#e2c68e;color:#432d2b;border-color:#e2c68e;font-size:11px}.button-gold:hover{background:#eddaa9}.admissions-phone{font-size:11px;display:flex;align-items:center;gap:9px}.admissions-phone .icon{width:15px}.admissions-mark{display:grid;place-items:center}.mark-ring{width:270px;height:270px;border:1px solid #d3c49d50;outline:1px solid #d3c49d22;outline-offset:14px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-10deg);box-shadow:inset 0 0 50px #2e101b1f,0 10px 35px #3e132330}.mark-ring>span{font-size:7px;letter-spacing:1.8px;color:#ead2be}.mark-ring>.icon{width:38px;height:38px;color:#dcc68f;margin:21px 0 14px}.mark-ring strong{font-family:var(--serif);font-weight:400;line-height:1.1;font-size:29px;color:#e8ddbe}.mark-ring>span:last-child{margin-top:21px}footer{background:#f0eae4;border-top:1px solid #e6d9d3;padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.1fr;gap:45px;padding-bottom:55px}.footer-grid h2{font-family:var(--sans);font-size:12px;letter-spacing:0;font-weight:650;margin:7px 0 24px}.footer-grid>div>a:not(.brand){display:block;font-size:11px;color:#75666a;margin-bottom:11px}.footer-grid a:hover{text-decoration:underline;text-underline-offset:4px}.footer-brand .brand strong{font-size:18px}.footer-brand .brand img{width:47px;height:47px}.footer-brand .brand small{font-size:8px}.footer-brand p{font-size:11px;max-width:265px;line-height:1.9;margin:23px 0 18px}.footer-affiliation{font-size:9px;color:#7b6a6e;line-height:1.8}.footer-contact address{font-style:normal;font-size:11px;color:#75666a}.footer-contact address>*{display:flex;align-items:flex-start;gap:10px;margin-bottom:13px}.footer-contact .icon{width:15px;height:15px;margin-top:3px}.footer-bottom{border-top:1px solid #e1d2ce;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;font-size:9px;color:#7b6a6e}.footer-bottom>a{color:var(--primary)}.skip-link{position:fixed;top:-100px;left:20px;padding:12px 24px;background:white;color:var(--primary);z-index:100}.skip-link:focus{top:10px}:focus-visible{outline:3px solid #b5842f;outline-offset:5px;border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}.reveal{transition:opacity .65s,translate .65s}.reveal.is-pending{opacity:0;translate:0 20px}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -7px}}
@media(min-width:1450px){.hero-grid{gap:75px}.hero h1{font-size:72px}.hero-photo{height:570px}}
@media(max-width:1200px){.container{width:calc(100% - 64px)}nav{gap:15px;font-size:11px}.brand strong{font-size:18px}.brand img{width:47px;height:47px}.brand small{font-size:7px;letter-spacing:1px}.hero-grid{gap:30px}.hero-photo{height:500px}.hero h1{font-size:58px}.hero-actions{gap:12px}.hero-actions .button{font-size:11px;padding:15px 19px}.hero-actions .text-link{font-size:11px}.pillar{padding:0 16px;gap:11px}.pillar h2{font-size:11px}.pillar p{font-size:9px}.about-grid{gap:65px}.academic-card{padding:26px}.academic-card h3{font-size:22px}.activity-image>img{height:240px}.activity-copy h3{font-size:22px}.news-grid{gap:40px}.admissions-card{padding:55px}.footer-grid{gap:25px}.footer-brand .brand strong{font-size:16px}.footer-brand .brand{gap:9px}.footer-brand .brand img{width:40px;height:40px}}
@media(max-width:1050px){.header-inner{min-height:84px;flex-wrap:wrap}.brand strong{font-size:21px}.brand small{font-size:8px}.brand img{width:52px;height:52px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid #dfc9ce;border-radius:5px;background:transparent;width:44px;height:44px}.menu-toggle span{height:1px;width:19px;background:var(--primary);transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}nav{width:100%;display:flex;flex-wrap:wrap;padding-bottom:18px;font-size:13px;gap:20px}.nav-ready nav{display:none}.nav-ready nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100dvh - 95px);overflow-y:auto;padding-bottom:22px}.nav-ready nav>a:not(.button),.nav-ready nav summary{padding:13px 0;border-bottom:1px solid var(--line)}.nav-ready nav summary{justify-content:space-between}.nav-ready .dropdown{position:static;box-shadow:none;border:0;margin:0 0 5px;background:#f2eae6}.nav-ready nav .button{align-self:flex-start;margin-top:18px}.home-link:after{display:none}.hero h1{font-size:51px}.hero-photo{height:470px}.floating-note{right:0;font-size:11px;padding:11px}.floating-note small{font-size:9px}.hero-photo figcaption strong{font-size:26px}.pillars{grid-template-columns:repeat(2,1fr);gap:25px}.pillar:nth-child(2){border-right:0}.pillar:nth-child(3){padding-left:0}.pillar h2{font-size:13px}.pillar p{font-size:11px}.about-grid{gap:45px}.academic-card h3{font-size:21px}.activity-grid{gap:18px}.activity-copy h3{font-size:20px}.admissions-card{padding:45px}.mark-ring{width:220px;height:220px}.mark-ring>span{font-size:6px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:40px}.community-grid{gap:40px}.community-copy h2{font-size:33px}.utility-location{display:none}}
@media(max-width:760px){html{scroll-padding-top:95px}.container{width:calc(100% - 40px)}.utility-inner{justify-content:center;min-height:29px;font-size:9px}.utility-inner>div{display:none}.header-inner{min-height:80px;gap:0}.brand strong{font-size:18px}.brand img{width:45px;height:45px}.brand small{font-size:6.5px;letter-spacing:1.15px}.brand{gap:9px}.hero-grid{grid-template-columns:1fr;gap:38px;padding-top:40px;padding-bottom:35px}.hero-copy{padding:0}.hero h1{font-size:clamp(44px,8.7vw,64px);letter-spacing:-2px}.hero .eyebrow{font-size:9px;margin-bottom:19px}.hero-copy>p{font-size:14px;max-width:470px;margin-top:22px}.hero-actions{gap:18px;margin-top:25px}.hero-actions .button{font-size:12px;padding:15px 19px}.hero-actions .text-link{font-size:12px}.hero-affiliation{margin-top:27px}.hero-visual{padding:8px 14px 12px 0;margin-inline:8px}.hero-photo{height:450px;max-height:115vw;border-top-left-radius:90px;transform:rotate(1deg)}.hero-photo>img{object-position:center 43%}.hero-photo figcaption{left:23px;bottom:25px}.hero-photo figcaption strong{font-size:30px}.floating-note{right:1px;top:30px;padding:12px 15px}.vertical-caption{right:-12px;font-size:7px}.hero-spark{font-size:55px;left:-18px;bottom:25px}.notice-strip{align-items:flex-start;gap:13px;padding:20px 0;flex-direction:column}.notice-label{border:0;padding:0;font-size:8px}.notice-strip>a{width:100%;align-items:flex-start;gap:8px;flex-direction:column;font-size:11px}.notice-action{font-size:10px}.pillars{padding:28px 0;gap:24px 16px}.pillar{padding:0;border:0;gap:11px}.pillar>.icon{width:25px;height:25px}.pillar h2{font-size:11px}.pillar p{font-size:9px;line-height:1.6;max-width:120px}.section{padding:66px 0}.about-grid{grid-template-columns:1fr;gap:45px}.about-visual{padding-right:24px}.campus-photo{height:370px}.about-plaque{bottom:42px;padding:20px 43px 20px 23px}.about-plaque strong{font-size:22px}.eyebrow{font-size:9px;margin-bottom:16px}h2{font-size:36px;letter-spacing:-1.3px}.about-copy p{font-size:13px}.section-heading{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:30px}.section-heading>p{max-width:420px;font-size:13px}.academic-grid{grid-template-columns:1fr;gap:16px}.academic-card{padding:25px}.academic-icon{margin:24px 0 20px;width:54px;height:54px}.academic-card h3{font-size:26px}.academic-card p{max-width:460px}.academic-bottom{align-items:flex-start;flex-direction:column;gap:15px;font-size:10px}.activity-filters{gap:8px;margin-bottom:25px}.filter{padding:8px 13px;font-size:10px}.activity-grid{grid-template-columns:1fr;gap:32px}.activity-image>img{height:300px}.activity-copy h3{font-size:25px}.activity-copy p{max-width:none;font-size:13px}.more-life{align-items:flex-start;flex-direction:column;gap:13px;margin-top:30px}.more-life>div{gap:10px 22px}.community-grid{grid-template-columns:1fr;gap:0}.community-photo{margin:0 -20px;height:300px}.community-photo:after{background:linear-gradient(0deg,var(--primary),transparent 35%)}.community-copy{padding:24px 0 50px}.community-copy h2{font-size:36px}.news-grid{grid-template-columns:1fr;gap:35px}.featured-news{padding:26px}.report-art strong{font-size:82px}.report-art .report-flower{right:10px}.news-item{gap:16px;padding:24px 0}.news-item h3{font-size:23px}.date-block{width:55px}.date-block strong{font-size:33px}.admissions-section{padding-bottom:60px}.admissions-card{grid-template-columns:1fr;gap:0;padding:35px 25px}.admissions-copy h2{font-size:38px}.admissions-copy p{font-size:12px}.admissions-mark{display:none}.admission-actions{gap:20px}.admissions-phone{min-height:35px}.button-gold{font-size:11px;padding:15px 17px;gap:12px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px;padding-bottom:35px}.footer-brand{grid-column:1/-1}.footer-brand .brand strong{font-size:19px}.footer-brand p{max-width:370px}.footer-contact{grid-column:1/-1}.footer-grid h2{margin-bottom:18px}.footer-grid>div>a:not(.brand){font-size:11px;min-height:28px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:10px;font-size:9px}footer{padding-top:45px}.footer-bottom>span:nth-child(2){display:none}}
@media(max-width:380px){.brand strong{font-size:16px}.brand small{font-size:6px;letter-spacing:.75px}.hero h1{font-size:42px}.hero-actions{gap:8px}.hero-affiliation strong{font-size:10px}.hero-affiliation div>span{font-size:8px}.floating-note{padding:10px}.floating-note strong{font-size:11px}.floating-note small{font-size:8px}.hero-photo figcaption strong{font-size:25px}.activity-image>img{height:250px}.report-art strong{font-size:68px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.is-pending{opacity:1;translate:none}.hero-photo{transform:none!important}}

/* Dark burgundy footer with warm, high-contrast text. */
footer{background:#23151c;color:#f7eee9;border-top:1px solid #52303e}
footer .brand img{mix-blend-mode:normal;background:#fff;border:3px solid #fff}
footer .brand small{color:#d9bbc4}
footer .footer-brand p,footer .footer-affiliation,footer .footer-contact address,footer .footer-grid>div>a:not(.brand){color:#d0bdc4}
footer .footer-grid h2{color:#edcea0}
footer .footer-contact .icon{color:#d6ae7b}
footer .footer-grid a:hover{color:#fff}
footer .footer-bottom{border-top-color:#513440;color:#c6afb9;flex-wrap:wrap}
footer .footer-bottom>a{color:#edcea0}
footer .developer-credit{flex-basis:100%;padding-top:15px;border-top:1px solid #513440;font-size:11px;line-height:1.8;color:#d0bdc4}
footer .developer-credit strong{color:#f8eee9;font-weight:600}
footer .developer-credit a{color:#edcea0;white-space:nowrap;text-underline-offset:4px}
footer .developer-credit a:hover{text-decoration:underline;color:#fff}
@media(max-width:760px){footer .developer-credit{width:100%;flex-basis:auto;margin-top:4px}}

/* School crest and patron portrait, grouped only in the main header. */
.site-header .brand-emblems{display:flex;align-items:center;gap:8px;flex-shrink:0}
.site-header .brand .saint-portrait{width:44px;height:60px;border-radius:0;object-fit:contain;mix-blend-mode:normal;filter:drop-shadow(0 2px 2px #59233618)}
@media(min-width:1051px) and (max-width:1200px){.site-header nav{gap:12px}.site-header .brand-emblems{gap:5px}.site-header .brand .saint-portrait{width:36px;height:50px}.site-header .brand{gap:9px}}
@media(max-width:760px){.site-header .brand{gap:8px}.site-header .brand-emblems{gap:5px}.site-header .brand img{width:36px;height:36px}.site-header .brand .saint-portrait{width:32px;height:44px}.site-header .brand strong{font-size:16px}.site-header .brand small{font-size:6px;letter-spacing:.8px}}
@media(max-width:380px){.site-header .brand{gap:6px}.site-header .brand-emblems{gap:4px}.site-header .brand img{width:32px;height:32px}.site-header .brand .saint-portrait{width:28px;height:40px}.site-header .brand strong{font-size:14px}.site-header .brand small{font-size:5.5px;letter-spacing:.55px}}

/* ---------------------------------------------------------------------
   Inner public pages: compatibility skin.
   These pages keep their original PHP/markup and Bootstrap 4 grid; this
   block reskins the recurring class names in the burgundy design tokens
   instead of rewriting every page's DOM. Intentionally scoped to legacy
   class names already used across school-history.php, faculty.php,
   gallery.php, contact_us.php and similar. ----------------------------- */
.pt-100{padding-top:100px}.pb-70{padding-bottom:70px}.pt-95{padding-top:95px}.pt-65{padding-top:65px}
.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}
.page-breadcrumb{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.4px;color:var(--muted);margin-bottom:18px}
.page-breadcrumb a{color:var(--primary)}.page-breadcrumb a:hover{text-decoration:underline}
.page-breadcrumb span{color:#c9b6ba}

.courses-area,.about-area{background:var(--cream);padding:88px 0}
.courses-area.gray-bg,.about-area.gray-bg{background:#f2eae6}
.courses-list>h1,.courses-list>h3,.about-title-section h1,.about-title-section-2 h1{font-family:var(--serif);color:var(--primary);letter-spacing:-1px;margin-bottom:26px}
.courses-list>h3{font-size:22px;margin:36px 0 20px;color:var(--deep)}
.about-title-section p,.about-title-section-2 p,.courses-details-sidebar-area>p{font-size:14px;line-height:1.9;margin-bottom:16px;color:var(--muted)}

.about-img .image-card,.image-card{background:#fffaf7;border:1px solid #e7d9d6;border-radius:8px;padding:18px;box-shadow:var(--shadow)}
.image-card img{border-radius:6px}
.image-caption{background:transparent!important;text-align:center;margin-top:14px;font-size:12px;color:var(--muted)}
.highlight-name{background:#f4e6e8;color:var(--deep);padding:3px 10px;border-radius:20px;font-weight:600}

.faculty-wrapper,.sports-wrapper,.lab-wrapper{background:#fffaf7;border:1px solid #e7d9d6;border-radius:8px;padding:22px;box-shadow:0 10px 26px -20px #a3264655;transition:transform .25s,box-shadow .25s}
.faculty-wrapper:hover,.sports-wrapper:hover,.lab-wrapper:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.faculty-thumb img{width:100%;height:260px;object-fit:cover;object-position:center top;border-radius:6px}
.sports-thumb img,.lab-thumb img{width:100%;height:320px;object-fit:cover;border-radius:6px}
.faculty-name h4,.sports-info h2,.lab-info h3{font-family:var(--serif);font-weight:500;color:var(--primary);margin:16px 0 6px;letter-spacing:-.3px}
.faculty-bio p,.faculty-designation p,.sports-info p,.lab-info p{color:var(--muted);font-size:13px;line-height:1.8}
.faculty-wrapper-bottom{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.faculty-contact a,.faculty-wrapper-bottom a{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--primary)}
.faculty-contact a:hover,.faculty-wrapper-bottom a:hover{text-decoration:underline}

.widget{background:#fffaf7;border:1px solid #e7d9d6;border-radius:8px;padding:26px 28px;margin-bottom:22px;box-shadow:0 10px 26px -20px #a3264655}
.widget,.widget *{background-color:transparent!important;color:var(--ink)!important}
.widget-title{font-family:var(--serif);font-weight:500;color:var(--primary)!important;font-size:20px;margin-bottom:14px}
.animated-list,.vision-list{padding-left:20px}
.animated-list li,.vision-list li{color:var(--muted)!important;font-size:13.5px;line-height:1.9;margin-bottom:8px}
.latest_news-area{background:transparent!important;padding:0}
.courses-details-sidebar-area>h1{font-family:var(--serif);color:var(--primary);margin-bottom:22px}

.committee-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:22px;align-items:start}
.committee-card{background:#fffaf7;border:1px solid #e7d9d6;border-radius:8px;padding:26px 28px;box-shadow:0 10px 26px -20px #a3264655;transition:transform .25s,box-shadow .25s}
.committee-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.committee-card-head{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.committee-icon{width:42px;height:42px;flex-shrink:0;display:grid;place-items:center;background:#f4e6e8;color:var(--accent);border-radius:10px}
.committee-icon .icon{width:20px;height:20px}
.committee-card-head h3{font-family:var(--serif);font-weight:500;font-size:17px;color:var(--primary);line-height:1.3;flex:1}
.committee-count{font-size:9px;color:var(--muted);white-space:nowrap;font-weight:700;letter-spacing:.4px}
.committee-roster{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.committee-roster li{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f2e8e5;font-size:13px}
.committee-roster li:last-child{border-bottom:0}
.member-name{color:var(--ink);font-weight:550}
.member-role{color:var(--muted);font-size:11px;text-align:right;flex-shrink:0}
.member-role.role-student{color:var(--accent)}
.member-role.role-parent{color:#a8823a}
@media(max-width:760px){.committee-grid{grid-template-columns:1fr;gap:16px}.committee-card{padding:20px}}

.contact-info ul{list-style:none;padding:0;margin:0}
.contact-info li{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px}
.contact-icon{width:44px;height:44px;flex-shrink:0;display:grid;place-items:center;background:#f4e6e8;color:var(--primary);border-radius:50%;font-size:16px}
.contact-text h5{font-size:13px;font-weight:600;margin-bottom:4px;color:var(--ink)}
.contact-text span{font-size:13px;color:var(--muted)}
.events-details-form{background:#fffaf7;border:1px solid #e7d9d6;border-radius:10px;padding:34px;box-shadow:var(--shadow)}
.events-details-form h2{font-family:var(--serif);color:var(--primary);font-size:26px;margin-bottom:22px}
.events-details-form input,.events-details-form textarea{width:100%;background:#fff;border:1px solid var(--line);border-radius:6px;padding:13px 16px;margin-bottom:16px;font-family:var(--sans);font-size:13px;color:var(--ink)}
.events-details-form input:focus,.events-details-form textarea:focus{outline:2px solid var(--accent);outline-offset:1px}
.events-details-form .btn{display:inline-flex;align-items:center;gap:10px;background:var(--primary);color:#fff;border:1px solid var(--primary);border-radius:5px;padding:14px 26px;font-size:13px;font-weight:600;cursor:pointer;text-transform:capitalize}
.events-details-form .btn:hover{background:#852039}
a.btn.btn-primary{display:inline-flex;align-items:center;background:var(--primary);color:#fff;border-radius:5px;padding:12px 20px;font-size:12px;font-weight:600}
a.btn.btn-primary:hover{background:#852039}

.gallery-card{background:#fffaf7;border:1px solid #e7d9d6;border-radius:8px;overflow:hidden;box-shadow:0 10px 26px -20px #a3264655;transition:transform .3s,box-shadow .3s;height:100%}
.gallery-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.gallery-img{height:240px;overflow:hidden}
.gallery-img img{width:100%;height:100%;object-fit:cover}
.gallery-body{padding:16px}
.gallery-btn{display:inline-block;font-family:var(--serif);font-size:17px;color:var(--primary);cursor:pointer}
.gallery-btn:hover{text-decoration:underline}

.staff-directory{padding:88px 0;background:#f2eae6}
.staff-directory .section-heading{text-align:center;margin-bottom:45px}
.staff-directory .section-heading h1{font-family:var(--serif);color:var(--primary);font-weight:500}
.staff-directory .section-heading p{color:var(--muted);max-width:640px;margin:10px auto 0}
.staff-card{height:100%;background:#fffaf7;border-radius:8px;overflow:hidden;border:1px solid #e7d9d6;box-shadow:0 10px 26px -20px #a3264655;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.staff-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.staff-card-photo{width:100%;aspect-ratio:4/5;background:#f4e6e8}
.staff-card-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.staff-card-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:56px;background:#f4e6e8}
.faculty-thumb .staff-card-photo-placeholder{height:260px;border-radius:6px;font-size:48px}
.staff-card-body{padding:18px 18px 20px;text-align:center;flex-grow:1;display:flex;flex-direction:column}
.staff-card-name{font-family:var(--serif);font-size:17px;color:var(--ink);margin-bottom:4px}
.staff-card-designation{font-size:11px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}
.staff-card-qualification,.staff-card-department{font-size:12px;color:var(--muted);margin-bottom:3px}
.staff-card-contact{margin-top:auto;padding-top:12px}
.staff-card-contact a{display:inline-block;padding:7px 18px;border-radius:30px;background:var(--primary);color:#fff;font-size:11px;font-weight:600}
.staff-card-contact a:hover{background:#852039}
.staff-empty-state{text-align:center;color:var(--muted);padding:40px 0}

@media(max-width:760px){.courses-area,.about-area{padding:56px 0}.widget{padding:20px}.events-details-form{padding:24px}}

/* Photo-less hero variant: a decorative emblem replaces .hero-photo on
   pages where only one real photo of the subject exists (it stays in the
   body content instead of being duplicated in the hero). */
.hero-emblem{width:100%;max-width:340px;aspect-ratio:1;margin-inline:auto;border:1px solid #d9c3c7;outline:1px solid #ead9dc;outline-offset:14px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;background:radial-gradient(circle at 50% 30%,#fdf6f2,transparent 70%)}
.hero-emblem .icon{width:38px;height:38px;color:var(--accent);margin-bottom:16px}
.hero-emblem strong{font-family:var(--serif);font-weight:400;font-size:21px;color:var(--primary);line-height:1.3;max-width:220px}
.hero-emblem span{font-size:9px;letter-spacing:2px;color:var(--muted);margin-top:14px;text-transform:uppercase}
@media(max-width:760px){.hero-emblem{max-width:230px;padding:20px;outline-offset:10px}.hero-emblem strong{font-size:18px}}

/* About Us pages: subtle 3D photo tilt, tile cards, timeline, pull-quote. */
.about-visual.tilt .campus-photo{transform:rotate(-1.1deg);box-shadow:12px 16px 0 #eadbda,0 26px 46px -22px #a3264666;transition:transform .4s}
.about-visual.tilt:hover .campus-photo{transform:rotate(0deg) translateY(-3px)}
.about-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.about-tile{background:#fffaf7;border:1px solid #e7d9d6;border-radius:8px;padding:18px 16px;transition:transform .25s,box-shadow .25s}
.about-tile:hover{transform:translateY(-4px);box-shadow:0 14px 28px -20px #a3264670}
.about-tile .icon{width:24px;height:24px;color:var(--accent);margin-bottom:10px}
.about-tile strong{display:block;font-family:var(--serif);font-size:14px;color:var(--primary);font-weight:500;margin-bottom:4px;line-height:1.3}
.about-tile span{font-size:11px;color:var(--muted);line-height:1.5}
.timeline{list-style:none;margin:26px 0 0;padding:0;position:relative}
.timeline:before{content:'';position:absolute;left:6px;top:6px;bottom:6px;width:1px;background:var(--line)}
.timeline li{position:relative;padding:0 0 22px 30px}
.timeline li:last-child{padding-bottom:0}
.timeline li:before{content:'';position:absolute;left:0;top:4px;width:13px;height:13px;border-radius:50%;background:#fffaf7;border:2px solid var(--primary)}
.timeline-year{display:block;font-family:var(--serif);font-size:13px;font-weight:600;color:var(--primary);letter-spacing:.2px;margin-bottom:3px}
.timeline li p{font-size:12.5px;color:var(--muted);line-height:1.7;margin:0}
.pull-quote{border-left:3px solid var(--gold);padding:2px 0 2px 20px;margin:22px 0;font-family:var(--serif);font-size:18px;color:var(--deep);line-height:1.45}
.pull-quote cite{display:block;margin-top:8px;font-family:var(--sans);font-size:10.5px;font-weight:600;letter-spacing:.3px;color:var(--muted);font-style:normal}
@media(max-width:760px){.about-tiles{grid-template-columns:1fr}.pull-quote{font-size:16px}}
