:root{
  --bg:#080a0f; --panel:#10131b; --panel2:#151923; --maroon:#70101b; --maroon2:#4e0b13;
  --gold:#d8b45f; --gold2:#f4dc95; --cream:#fff5d8; --muted:#c9c0ad; --line:rgba(216,180,95,.22);
  --container:1180px; --nav-h:54px; --shadow:0 24px 70px rgba(0,0,0,.38);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--cream);font-family:Inter,system-ui,sans-serif;overflow-x:hidden} a{color:inherit;text-decoration:none} img,video{max-width:100%;display:block} button,input,textarea{font:inherit}
.container{width:min(var(--container),calc(100vw - 32px));margin-inline:auto}.section{padding:64px 0}.sectionKicker{display:inline-block;margin-bottom:10px;color:var(--gold2);font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:900}.sectionHead{max-width:760px;margin-bottom:24px}.section h2,.sectionHead h2{margin:0;color:#fff;font-family:'Playfair Display',serif;font-size:clamp(28px,4vw,48px);line-height:1.05}.section p{color:var(--muted);line-height:1.65;margin:12px 0 0}.primaryCta,.secondaryCta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 17px;border-radius:999px;font-weight:900;font-size:13px;line-height:1;border:1px solid transparent;white-space:nowrap}.primaryCta{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#1a0e02;box-shadow:0 12px 28px rgba(216,180,95,.24)}.secondaryCta{border-color:var(--line);background:rgba(255,255,255,.06);color:var(--cream)}
.siteNav{position:sticky;top:0;z-index:1000;height:var(--nav-h);background:rgba(9,11,16,.72);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(216,180,95,.14)}.navInner{height:100%;width:min(1240px,calc(100vw - 24px));margin:auto;display:flex;align-items:center;gap:14px}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand img{width:38px;height:38px;object-fit:contain;flex:0 0 auto}.brandText{font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#fff;white-space:nowrap}.desktopMenu{margin-left:auto;display:flex;align-items:center;gap:4px;height:100%}.desktopMenu>a,.moreBtn{height:36px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;color:rgba(255,245,216,.84);font-weight:800;font-size:12px;border:0;background:transparent;cursor:pointer}.desktopMenu>a:hover,.moreBtn:hover{background:rgba(216,180,95,.12);color:var(--gold2)}.moreWrap{position:relative}.moreMenu{position:absolute;right:0;top:calc(100% + 8px);width:240px;max-height:min(70vh,430px);overflow:auto;padding:10px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(18,21,29,.96),rgba(78,11,19,.92));box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px) scale(.98);transition:.18s ease}.moreWrap.open .moreMenu{opacity:1;visibility:visible;transform:none}.moreMenu a{display:block;padding:10px 12px;border-radius:12px;color:rgba(255,245,216,.86);font-size:13px}.moreMenu a:hover{background:rgba(216,180,95,.13);color:#fff}.navActions{display:flex;align-items:center;gap:8px}.applyBtn{height:36px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#170d03;font-weight:950;font-size:12px}.menuBtn{display:none;width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;font-weight:900;font-size:20px;line-height:1}
.drawerScrim{position:fixed;inset:0;z-index:1500;background:rgba(0,0,0,.58);backdrop-filter:blur(6px)}.mobileDrawer{position:fixed;z-index:1600;right:0;top:0;width:min(360px,88vw);height:100dvh;background:linear-gradient(145deg,rgba(12,14,20,.98),rgba(85,11,20,.95));border-left:1px solid var(--line);box-shadow:var(--shadow);transform:translateX(105%);transition:.25s ease;display:flex;flex-direction:column}.mobileDrawer.open{transform:none}.drawerTop{height:62px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--line);flex:0 0 auto}.drawerTop img{width:42px;height:42px;object-fit:contain}.drawerTop button{width:38px;height:38px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;font-size:24px}.drawerLinks{padding:12px;overflow:auto;-webkit-overflow-scrolling:touch}.drawerLinks a{display:block;padding:13px 14px;border-radius:14px;margin:4px 0;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06);font-weight:800;color:rgba(255,245,216,.9)}
.hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);height:clamp(420px,58vw,720px);min-height:calc(100svh - var(--nav-h));overflow:hidden;background:#05070a}.heroMedia,.heroMedia img,.heroMedia video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.heroMedia img,.heroMedia video{opacity:0;transition:opacity .45s ease}.heroMedia .active{opacity:1}.heroShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.78) 0%,rgba(5,7,10,.28) 45%,rgba(5,7,10,.18) 100%),linear-gradient(0deg,rgba(5,7,10,.58),rgba(5,7,10,0) 44%)}.heroContent{position:absolute;left:max(24px,calc((100vw - var(--container))/2));bottom:clamp(28px,6vw,78px);z-index:2;max-width:min(620px,calc(100vw - 48px))}.heroEyebrow{color:var(--gold2);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.18em;margin-bottom:12px}.hero h1{margin:0;font-family:'Playfair Display',serif;font-size:clamp(38px,6.4vw,82px);line-height:.95;color:#fff;text-shadow:0 18px 40px rgba(0,0,0,.42)}.hero p{margin:14px 0 0;color:#eadfca;font-size:clamp(15px,1.6vw,20px);line-height:1.55;max-width:560px}.heroBtns{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.statsStrip{padding:18px 0;background:linear-gradient(180deg,#0b0d13,#080a0f);border-bottom:1px solid rgba(216,180,95,.12)}.statsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.statCard{min-height:96px;padding:16px;border:1px solid rgba(216,180,95,.18);border-radius:18px;background:linear-gradient(145deg,rgba(112,16,28,.46),rgba(255,255,255,.045));display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.statCard strong{font-size:clamp(24px,3vw,38px);line-height:1;color:#fff}.statCard span{font-size:12px;color:var(--gold2);font-weight:800;margin-top:6px}.admissionBox,.ceoCard,.campusCard,.noticeBox,.inquiryGrid{border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,rgba(16,19,27,.94),rgba(92,13,24,.46));box-shadow:0 24px 70px rgba(0,0,0,.28)}.admissionBox{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px}.admissionBox h2{max-width:680px}.ctaStack{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.ceoCard{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:24px;padding:28px}.ceoText strong{display:block;color:var(--gold2);margin-top:18px}.ceoText small{display:block;color:var(--muted);margin-top:4px}.ceoPhoto{border-radius:24px;overflow:hidden;background:#05070a;max-height:360px}.ceoPhoto img{width:100%;height:100%;object-fit:cover}.campusCard{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:20px}.campusMedia{border-radius:22px;overflow:hidden;min-height:300px;background:#05070a}.campusMedia img{width:100%;height:100%;object-fit:cover}.campusText{padding:18px}.miniGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.miniGrid span{padding:12px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(216,180,95,.14);color:var(--gold2);font-weight:850;font-size:13px}.featureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.featureCard{padding:22px;border-radius:22px;border:1px solid var(--line);background:var(--panel);min-height:160px}.featureCard h3{margin:0;color:var(--gold2);font-size:19px}.featureCard p{font-size:14px}.albumGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.albumCard{height:172px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(112,16,28,.72),rgba(10,12,18,.94));box-shadow:0 16px 38px rgba(0,0,0,.28);overflow:hidden;padding:0;text-align:left;color:inherit;cursor:pointer;transition:transform .2s ease,border-color .2s ease}.albumCard:hover{transform:translateY(-3px);border-color:rgba(216,180,95,.62)}.albumCard img{width:100%;height:108px;object-fit:cover}.albumCard div{padding:10px 12px}.albumCard strong{display:block;color:var(--gold2);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.albumCard span{display:block;color:rgba(255,245,216,.72);font-size:11px;margin-top:3px}.noticeBox{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px}.inquiryGrid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;padding:28px}.contactPills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.contactPills a{padding:10px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);font-size:13px}.inquiryForm{display:grid;grid-template-columns:1fr 1fr;gap:12px}.inquiryForm label{display:flex;flex-direction:column;gap:6px;color:var(--gold2);font-size:12px;font-weight:850}.inquiryForm input,.inquiryForm textarea{width:100%;border:1px solid rgba(216,180,95,.22);border-radius:14px;background:rgba(5,7,10,.58);color:#fff;padding:12px 13px;outline:none;min-width:0}.inquiryForm textarea{resize:vertical}.full{grid-column:1/-1}.footer{padding:36px 0 18px;background:#07090d;border-top:1px solid rgba(216,180,95,.12)}.footerGrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px}.footer img{width:52px;height:52px}.footer strong{display:block;color:var(--gold2);margin-bottom:8px}.footer a,.footer p{display:block;color:var(--muted);font-size:13px;line-height:1.8}.copy{text-align:center;color:rgba(255,245,216,.52);font-size:12px;margin-top:24px}.waFloat{position:fixed;right:18px;bottom:18px;z-index:900;display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 16px;border-radius:999px;background:#24d366;color:#06140a;font-weight:950;box-shadow:0 16px 42px rgba(0,0,0,.34)}
.albumModal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:18px}.albumModal.open{display:flex}.albumBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(12px)}.albumPanel{position:relative;width:min(980px,94vw);height:min(700px,88dvh);border-radius:28px;border:1px solid rgba(216,180,95,.36);background:linear-gradient(145deg,rgba(111,16,28,.97),rgba(9,11,16,.98));box-shadow:0 40px 120px rgba(0,0,0,.64);display:flex;flex-direction:column;overflow:hidden}.albumTop{height:70px;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid rgba(216,180,95,.18)}.albumTop small{color:var(--gold2);font-size:10px;text-transform:uppercase;letter-spacing:.15em;font-weight:900}.albumTop h3{margin:3px 0 0;color:#fff;font-size:20px}.albumTop button{width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;font-size:24px}.albumBody{min-height:0;flex:1;display:grid;grid-template-columns:300px 1fr;gap:0}.thumbRail{overflow:auto;padding:14px;border-right:1px solid rgba(216,180,95,.16)}.thumbItem{width:100%;height:110px;margin-bottom:10px;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;background:#05070a;padding:0;cursor:pointer}.thumbItem img{width:100%;height:100%;object-fit:cover}.thumbItem.active{border-color:var(--gold2);box-shadow:0 0 0 2px rgba(216,180,95,.18)}.largePreview{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;background:#05070a}.largePreview img{max-width:100%;max-height:calc(88dvh - 150px);object-fit:contain;border-radius:18px}.largePreview p{color:var(--gold2);font-weight:800;margin:12px 0 0;text-align:center}
@media(max-width:1050px){.desktopMenu{display:none}.menuBtn{display:inline-flex;align-items:center;justify-content:center}.brandText{display:none}.siteNav{--nav-h:50px}.brand img{width:36px;height:36px}.statsGrid{grid-template-columns:repeat(2,1fr)}.featureGrid,.albumGrid{grid-template-columns:repeat(2,1fr)}.ceoCard,.campusCard,.inquiryGrid{grid-template-columns:1fr}.admissionBox,.noticeBox{align-items:flex-start;flex-direction:column}.ctaStack{justify-content:flex-start}.hero{height:clamp(430px,78vw,620px);min-height:0}.heroContent{left:18px;right:18px;bottom:26px}.hero h1{font-size:clamp(34px,11vw,58px)}.hero p{font-size:15px}.albumBody{grid-template-columns:1fr}.thumbRail{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid rgba(216,180,95,.16)}.thumbItem{min-width:132px;height:92px;margin:0}.albumPanel{height:min(720px,90dvh)}}
@media(max-width:620px){.container{width:min(100vw - 22px,var(--container))}.section{padding:38px 0}.siteNav{--nav-h:46px}.navInner{width:calc(100vw - 16px);gap:8px}.brand img{width:34px;height:34px}.applyBtn{height:34px;padding:0 12px}.menuBtn{width:36px;height:36px}.hero{height:440px}.heroBtns{gap:8px}.primaryCta,.secondaryCta{width:100%;min-height:40px}.statsGrid{gap:9px}.statCard{min-height:82px;padding:12px}.admissionBox,.ceoCard,.campusCard,.noticeBox,.inquiryGrid{border-radius:22px;padding:18px}.campusMedia{min-height:220px}.miniGrid{grid-template-columns:1fr}.featureGrid,.albumGrid{grid-template-columns:1fr}.albumCard{height:160px}.inquiryForm{grid-template-columns:1fr}.footerGrid{grid-template-columns:1fr}.albumModal{padding:10px}.albumPanel{border-radius:22px;width:96vw}.albumTop{height:64px}.largePreview{padding:12px}.largePreview img{max-height:48dvh}.waFloat{right:12px;bottom:12px;height:42px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}}


/* FINAL HOME NAV + HERO CLEANUP
   Purpose: make homepage navbar align like internal pages and remove crowded hero text/CTA overlay. */
.siteNav{
  height:58px!important;
  min-height:58px!important;
  background:linear-gradient(180deg,rgba(8,10,15,.94),rgba(8,10,15,.86))!important;
  border-bottom:1px solid rgba(216,180,95,.18)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.28)!important;
}
.navInner{
  height:58px!important;
  min-height:58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:0!important;
}
.brand{height:58px!important;display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;min-width:0!important;}
.brand img{width:40px!important;height:40px!important;display:block!important;object-fit:contain!important;}
.brandText{font-size:13px!important;line-height:1!important;max-width:280px!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.desktopMenu{height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;margin-left:auto!important;}
.desktopMenu>a,.moreBtn{height:34px!important;min-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 11px!important;font-size:12px!important;line-height:1!important;}
.navActions{height:58px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important;}
.applyBtn{height:36px!important;min-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;font-size:13px!important;line-height:1!important;}
.menuBtn{height:38px!important;width:38px!important;display:none!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;}
.moreMenu{z-index:5000!important;}

/* Hero: media-first. No duplicated Apply/Prospectus buttons or text block inside the hero. */
.hero{
  width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  height:clamp(340px,48vw,660px)!important;
  min-height:0!important;
  background:#05070a!important;
  overflow:hidden!important;
}
.heroMedia,.heroMedia img,.heroMedia video{width:100%!important;height:100%!important;position:absolute!important;inset:0!important;object-fit:cover!important;object-position:center!important;}
.heroShade{background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.20) 58%,rgba(0,0,0,.38) 100%)!important;}
.heroContent,.heroBtns,.heroEyebrow,.hero h1,.hero p{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}

/* Keep admissions CTA below hero as the single conversion area. */
.admissionCta{padding-top:46px!important;}

@media(max-width:1050px){
  .siteNav{height:52px!important;min-height:52px!important;}
  .navInner{height:52px!important;min-height:52px!important;width:calc(100vw - 18px)!important;}
  .brand{height:52px!important;}
  .brandText,.desktopMenu{display:none!important;}
  .brand img{width:34px!important;height:34px!important;}
  .navActions{height:52px!important;margin-left:auto!important;gap:8px!important;}
  .applyBtn{height:36px!important;min-height:36px!important;padding:0 17px!important;border-radius:999px!important;font-size:14px!important;}
  .menuBtn{display:inline-flex!important;width:38px!important;height:38px!important;border-radius:14px!important;font-size:21px!important;}
  .hero{height:clamp(260px,56vw,430px)!important;}
}
@media(max-width:620px){
  .siteNav{height:50px!important;min-height:50px!important;}
  .navInner{height:50px!important;min-height:50px!important;width:calc(100vw - 14px)!important;gap:8px!important;}
  .brand{height:50px!important;}
  .brand img{width:32px!important;height:32px!important;}
  .navActions{height:50px!important;gap:7px!important;}
  .applyBtn{height:34px!important;min-height:34px!important;padding:0 15px!important;font-size:13px!important;}
  .menuBtn{width:36px!important;height:36px!important;}
  .hero{height:clamp(245px,58vw,355px)!important;}
  .admissionCta{padding-top:36px!important;}
}
