/* Shared styles for secondary pages */
.institution-page .hero{background:linear-gradient(135deg,var(--v2),var(--v));color:#fff;padding:55px 0}.institution-page .eyebrow,.institution-page .kicker{font-size:10px;font-weight:900;letter-spacing:1.7px;text-transform:uppercase;color:var(--g)}.institution-page .hero h1{font-size:clamp(38px,6vw,62px);line-height:1;margin:10px 0}.institution-page .hero p{max-width:720px;color:#ffffffc7}.institution-page .section{padding:58px 0}.institution-page .grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.institution-page .card{padding:27px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 28px #3c0f230b}.institution-page .soft{background:var(--cream)}.institution-page .card h2{color:var(--v2);font-size:30px;margin:0 0 8px}.institution-page .card h3{margin:0 0 10px;color:var(--v2);font-size:21px}.institution-page .card p{margin:0 0 8px;color:#5d5960;font-size:14px}.institution-page .quote{margin-top:17px;border-left:4px solid var(--g);padding:13px 15px;background:#fff;color:var(--v2);font-weight:800}.institution-page .timeline{margin-top:22px;border-left:2px solid #eadfce;padding-left:22px}.institution-page .event{position:relative;margin:0 0 27px}.institution-page .event:before{content:"";position:absolute;left:-29px;top:7px;width:10px;height:10px;border-radius:50%;background:var(--g)}.institution-page .event strong{display:block;color:var(--v2)}.institution-page .event p{margin:3px 0;color:#5d5960;font-size:14px}.institution-page .buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.institution-page .btn{display:inline-flex;padding:11px 15px;border-radius:10px;background:var(--v);color:#fff;font-size:11px;font-weight:900}.institution-page .btn.gold{background:var(--g);color:#29170a}.institution-page .source{font-size:10px;color:#8a7b83;margin-top:18px}
.gallery-page .intro{padding:38px 0 24px}.gallery-page .introbox{border-radius:28px;background:linear-gradient(135deg,var(--v2),var(--v));color:#fff;padding:clamp(32px,6vw,64px);position:relative;overflow:hidden;box-shadow:0 16px 40px rgba(62,12,34,.1)}.gallery-page .introbox:after{content:"";position:absolute;width:280px;height:280px;border:1px solid #ffffff25;border-radius:50%;right:-70px;top:-80px;box-shadow:0 0 0 28px #ffffff08,0 0 0 56px #ffffff05}.gallery-page .kicker{color:var(--g);font-size:10px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.gallery-page .intro h1{font-size:clamp(38px,6vw,64px);line-height:.95;letter-spacing:-2px;margin:12px 0}.gallery-page .intro p{max-width:680px;color:#ffffffc9;margin:0;font-size:14px}.gallery-page .chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.gallery-page .chips span{border:1px solid #ffffff30;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:800}.gallery-page .section{padding:32px 0 50px}.gallery-page .head h2{margin:4px 0;color:var(--v2);font-size:30px}.gallery-page .head p{margin:0;color:var(--muted);font-size:13px}.gallery-page .banner{margin-top:22px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--cream);box-shadow:0 8px 25px #3c0f230d}.gallery-page .banner img{display:block;width:100%;height:auto}.gallery-page .banner figcaption{padding:13px 16px;color:var(--muted);font-size:11px}.gallery-page .filters{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0}.gallery-page .filter{border:1px solid var(--line);background:#fff;color:var(--v2);border-radius:999px;padding:8px 13px;font-size:10px;font-weight:900;cursor:pointer}.gallery-page .filter.active,.gallery-page .filter:hover{background:var(--v);color:#fff;border-color:var(--v)}.gallery-page .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}.gallery-page .photo{margin:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 25px #3c0f230d;transition:transform .2s,box-shadow .2s}.gallery-page .photo:hover{transform:translateY(-3px);box-shadow:0 13px 30px #3c0f2317}.gallery-page .photo img{display:block;width:100%;height:235px;object-fit:cover;background:#eee}.gallery-page .photo figcaption{padding:12px 14px 15px}.gallery-page .photo strong{display:block;color:var(--v2);font-size:13px}.gallery-page .photo span{display:block;color:var(--muted);font-size:10px;margin-top:3px}.gallery-page .photo.hide{display:none}.gallery-page .closing{margin-top:22px;padding:22px 24px;border-left:4px solid var(--g);border-radius:0 16px 16px 0;background:var(--cream);color:var(--v2);font-weight:800;font-size:13px}
.students-page .hero{padding:48px 0 35px;background:linear-gradient(135deg,var(--v2),var(--v));color:#fff}.students-page .eyebrow{color:#f0d29d;font-size:10px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.students-page .hero h1{font-size:clamp(44px,7vw,68px);line-height:.95;margin:10px 0}.students-page .hero p{max-width:700px;color:#ffffffc9;font-size:14px;margin:0}.students-page .content{padding:45px 0}.students-page .notice{padding:22px 25px;border-radius:18px;background:var(--cream);border:1px solid #eadfce}.students-page .notice strong{color:var(--v2);display:block;font-size:17px}.students-page .notice p{margin:5px 0 0;color:var(--muted);font-size:13px}.students-page .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:22px}.students-page .card{padding:25px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 15px 40px rgba(62,12,34,.1)}.students-page .icon{font-size:25px}.students-page .card h2{margin:8px 0 5px;color:var(--v2);font-size:21px}.students-page .card p{margin:0;color:var(--muted);font-size:13px}.students-page .card .status{display:inline-block;margin-top:15px;padding:6px 9px;border-radius:999px;background:#f6f1ec;color:#81757b;font-size:9px;font-weight:900}.students-page .classroom{background:linear-gradient(135deg,#5b0d2e,#741238);color:#fff;border:0}.students-page .classroom h2{color:#fff}.students-page .classroom p{color:#ffffffb8}.students-page .classroom .status{background:#ffffff12;color:#f0d29d}.students-page .list{margin:17px 0 0;padding:0;list-style:none}.students-page .list li{padding:10px 0;border-top:1px solid var(--line);font-size:12px}.students-page .list li:first-child{border-top:0}.students-page .footerNote{margin-top:25px;padding:15px 17px;border-left:4px solid var(--g);background:var(--cream);color:#625d63;font-size:11px}.students-page .return{display:inline-block;margin-top:30px;color:var(--v);font-size:11px;font-weight:900}

/* Institutional history */
.historyHero{padding:54px 0 42px;background:radial-gradient(circle at 82% 18%,#9b244f 0 9%,transparent 9.2%),linear-gradient(135deg,var(--v2),var(--v));color:#fff}.historyHero h1{font-size:clamp(42px,7vw,72px);line-height:.95;letter-spacing:-2px;margin:12px 0}.historyHero p{max-width:760px;color:#ffffffc9;font-size:15px;margin:0}.historyContent{padding:48px 0 60px}.historyIntro{padding:23px 27px;background:var(--cream);border:1px solid #eadfce;border-radius:20px;color:#5d5960;font-size:14px;box-shadow:0 10px 28px #3c0f230b}.historyTimeline{position:relative;margin:42px auto 0;max-width:900px;padding-left:38px}.historyTimeline:before{content:"";position:absolute;left:8px;top:4px;bottom:4px;width:2px;background:#e2cda9}.historyEvent{position:relative;margin:0 0 42px}.historyEvent:before{content:"";position:absolute;left:-38px;top:6px;width:13px;height:13px;border-radius:50%;background:var(--g);border:3px solid #fff;box-shadow:0 0 0 2px var(--g)}.historyYear{color:var(--g);font-size:10px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}.historyEvent h2{color:var(--v2);font-size:25px;line-height:1.15;margin:5px 0 9px}.historyEvent p{margin:0;color:#5d5960;font-size:14px}.historyPhoto{margin-top:17px;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 10px 28px #3c0f230b}.historyPhoto img{display:block;width:100%;max-height:430px;object-fit:cover}.historyPhoto.compact img{width:45%;max-width:360px;max-height:245px;margin:auto;object-fit:contain}.caption{padding:10px 13px;color:var(--muted);font-size:10px;background:#fff}.historyQuote{max-width:900px;margin:10px auto 35px;padding:24px 27px;border-left:4px solid var(--g);background:var(--cream);border-radius:0 16px 16px 0;color:var(--v2);font-weight:800;font-size:17px}.historyBack{display:inline-flex;align-items:center;padding:11px 15px;border:1px solid var(--line);border-radius:11px;color:var(--v);font-size:11px;font-weight:900;background:#fff}.historyBack:hover{background:#f6eaf0}

@media(max-width:850px){.gallery-page .grid{grid-template-columns:1fr 1fr}.institution-page .grid{grid-template-columns:1fr}.students-page .grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.gallery-page .intro{padding-top:22px}.gallery-page .introbox{border-radius:20px;padding:30px 24px}.gallery-page .intro h1{font-size:42px}.gallery-page .grid{grid-template-columns:1fr}.gallery-page .photo img{height:225px}.gallery-page .filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.gallery-page .filter{white-space:nowrap}.institution-page .section{padding:43px 0}.institution-page .hero{padding:43px 0}.institution-page .card{padding:22px}.students-page .hero{padding:38px 0 28px}.students-page .content{padding:35px 0}.students-page .card{padding:21px}.historyHero{padding:42px 0 32px}.historyHero h1{font-size:44px}.historyHero p{font-size:13px;line-height:1.55}.historyContent{padding:34px 0 45px}.historyIntro{padding:19px;font-size:13px}.historyTimeline{padding-left:27px;margin-top:34px}.historyTimeline:before{left:7px}.historyEvent:before{left:-27px}.historyEvent{margin-bottom:34px}.historyEvent h2{font-size:21px}.historyEvent p{font-size:13px;line-height:1.6}.historyPhoto img{max-height:310px}.historyPhoto.compact img{width:68%;max-width:270px;max-height:210px}.caption{font-size:9px}.historyQuote{padding:20px;font-size:15px;margin-top:4px}}
