:root{
  --navy:#132667;
  --navy-deep:#0b1a4d;
  --navy-soft:#eef0f9;
  --gold:#c9962b;
  --gold-light:#e8c766;
  --cream:#fbf6ea;
  --ink:#1c2333;
  --ink-soft:#5c637a;
  --line:#e7e1d2;
  --green:#2f7d4f;
  --green-soft:#e7f3ec;
  --white:#ffffff;
  --shadow: 0 2px 8px rgba(19,38,103,.06), 0 10px 30px rgba(19,38,103,.08);
  --font-display:"Baloo 2", "Hind", system-ui, sans-serif;
  --font-body:"Hind", system-ui, -apple-system, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; color:var(--ink);
  font-family:var(--font-body); line-height:1.65; -webkit-font-smoothing:antialiased;
  background-color:var(--cream);
  background-image:
    radial-gradient(circle at 12% 8%, rgba(201,150,43,.10) 0%, transparent 38%),
    radial-gradient(circle at 92% 18%, rgba(19,38,103,.08) 0%, transparent 42%),
    radial-gradient(circle at 50% 92%, rgba(201,150,43,.07) 0%, transparent 40%),
    radial-gradient(rgba(19,38,103,.09) 1px, transparent 1px);
  background-size:auto, auto, auto, 22px 22px;
  background-attachment:fixed, fixed, fixed, fixed;
  background-repeat:no-repeat, no-repeat, no-repeat, repeat;
}
img{max-width:100%; display:block}
a{color:inherit}
.wrap{max-width:1140px; margin:0 auto; padding:0 20px}
h1,h2,h3{font-family:var(--font-display); color:var(--navy); margin:0; text-wrap:balance}
.eyebrow{
  font-family:var(--font-body); font-weight:700; font-size:12.5px; letter-spacing:.12em;
  text-transform:uppercase; color:var(--gold); margin:0 0 10px; display:flex; align-items:center; gap:8px;
}
.eyebrow::before{content:""; width:22px; height:2px; background:var(--gold); display:inline-block}
.section{padding:64px 0; position:relative}
.section-panel{
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.97));
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  overflow:hidden;
}
.section-panel::before{
  content:""; position:absolute; top:-90px; right:-70px; width:300px; height:300px; border-radius:50%;
  background:radial-gradient(circle, rgba(201,150,43,.16), transparent 70%); pointer-events:none;
}
.section-panel::after{
  content:""; position:absolute; bottom:-110px; left:-70px; width:280px; height:280px; border-radius:50%;
  background:radial-gradient(circle, rgba(19,38,103,.12), transparent 70%); pointer-events:none;
}
.section-panel > .wrap{position:relative}
.section-head{max-width:640px; margin:0 0 36px}
.section-head p{color:var(--ink-soft); font-size:16px; margin:12px 0 0}
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} *{animation-duration:.01ms !important; transition-duration:.01ms !important} }

/* ===== Template notice ===== */
.tpl-notice{
  background:linear-gradient(90deg, #fff4d6, #ffe9b8); border-bottom:1px solid #edd48f; color:#6b4e00;
  font-size:13px; text-align:center; padding:10px 16px; display:flex; align-items:center; justify-content:center;
  gap:10px; flex-wrap:wrap;
}
.tpl-notice a{
  color:#6b4e00; font-weight:800; text-decoration:none; border-bottom:1.5px solid #6b4e00; white-space:nowrap;
}
.tpl-notice a:hover{color:var(--navy); border-color:var(--navy)}
.tpl-notice b{font-weight:700}

/* ===== Brand mark (text+icon logo, no image needed) ===== */
.brand-mark{display:flex; align-items:center; gap:10px; text-decoration:none}
.brand-mark .badge-icon{
  width:38px; height:38px; border-radius:10px; background:linear-gradient(135deg, var(--navy), var(--navy-deep));
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); flex:none;
}
.brand-mark .brand-text{display:flex; flex-direction:column; line-height:1.15}
.brand-mark .brand-text b{font-family:var(--font-display); font-size:16px; color:var(--navy)}
.brand-mark .brand-text span{font-size:9.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-soft)}
.foot-brand .brand-mark .brand-text b{color:var(--white)}
.foot-brand .brand-mark .brand-text span{color:rgba(255,255,255,.6)}
.foot-brand .brand-mark .badge-icon{background:linear-gradient(135deg, var(--gold), #a97e22)}

/* ===== Top utility bar ===== */
.topbar{background:var(--navy-deep); color:rgba(255,255,255,.82); font-size:12.5px}
.topbar .wrap{display:flex; align-items:center; justify-content:space-between; padding:7px 20px; gap:16px}
.topbar-links{display:flex; gap:22px; flex-wrap:wrap}
.topbar-links a{text-decoration:none; color:inherit; display:inline-flex; align-items:center; gap:6px}
.topbar-links a:hover{color:var(--gold-light)}
.topbar-note{font-weight:600; color:var(--gold-light)}

/* ===== Header / nav ===== */
header{position:sticky; top:0; z-index:50}
.navmain{
  background:rgba(255,253,247,.96); backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line); transition:box-shadow .2s;
}
.navmain.scrolled{box-shadow:0 2px 16px rgba(19,38,103,.1)}
.nav{display:flex; align-items:center; justify-content:space-between; padding:10px 20px; max-width:1140px; margin:0 auto}
.nav-links{display:flex; gap:6px; list-style:none; margin:0; padding:0; font-weight:600; font-size:14.5px; align-items:center}
.nav-links > li{position:relative}
.nav-links > li > a{
  text-decoration:none; color:var(--navy); padding:10px 12px; display:flex; align-items:center; gap:5px;
  border-radius:8px; position:relative;
}
.nav-links > li > a::after{
  content:""; position:absolute; left:12px; right:12px; bottom:5px; height:2px; background:var(--gold);
  transform:scaleX(0); transform-origin:left; transition:transform .18s;
}
.nav-links > li > a:hover::after, .nav-links > li > a.active::after{transform:scaleX(1)}
.nav-links > li > a.active{color:var(--gold)}
.nav-links > li > a:hover{color:var(--gold)}
.caret{transition:transform .15s}
.nav-links > li:hover .caret{transform:rotate(180deg)}

.dropdown{
  position:absolute; top:100%; left:0; background:var(--white); border:1px solid var(--line);
  border-radius:14px; box-shadow:var(--shadow); min-width:230px; padding:8px; list-style:none;
  opacity:0; visibility:hidden; transform:translateY(6px); transition:opacity .15s, transform .15s, visibility .15s;
}
.nav-links > li:hover .dropdown{opacity:1; visibility:visible; transform:translateY(0)}
.dropdown li a{
  display:block; padding:10px 14px; border-radius:9px; text-decoration:none; color:var(--ink);
  font-size:14px; font-weight:600;
}
.dropdown li a:hover{background:var(--navy-soft); color:var(--navy)}

.nav-cta{display:flex; align-items:center; gap:10px}
.btn{
  display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:14px;
  padding:11px 20px; border-radius:999px; text-decoration:none; border:1.5px solid transparent;
  cursor:pointer; font-family:var(--font-body);
}
.btn-gold{background:var(--gold); color:var(--white)}
.btn-gold:hover{background:#b38521}
.btn-navy{background:var(--navy); color:var(--white)}
.btn-navy:hover{background:var(--navy-deep)}
.btn-outline{background:transparent; border-color:var(--navy); color:var(--navy)}
.btn-outline:hover{background:var(--navy); color:var(--white)}
.hamburger{display:none; background:none; border:0; padding:8px; cursor:pointer; position:relative; z-index:120}
.hamburger span{display:block; width:24px; height:2.5px; background:var(--navy); margin:5px 0; border-radius:2px; transition:transform .2s, opacity .2s}
.hamburger.active span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* ===== Mobile sidebar drawer ===== */
body.menu-open{overflow:hidden}
.mobile-backdrop{position:fixed; inset:0; background:rgba(11,19,50,.55); z-index:98; opacity:0; pointer-events:none; transition:opacity .28s ease}
.mobile-backdrop.open{opacity:1; pointer-events:auto}
.mobile-drawer{
  position:fixed; top:0; right:0; height:100%; height:100dvh; width:min(84vw, 320px);
  background:var(--white); z-index:99; display:flex; flex-direction:column;
  box-shadow:-8px 0 30px rgba(11,19,50,.25);
  transform:translateX(100%); transition:transform .32s cubic-bezier(.32,.72,0,1);
  overflow-y:auto;
}
.mobile-drawer.open{transform:translateX(0)}
.mobile-drawer-head{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:16px 18px; border-bottom:1px solid var(--line); flex:none}
.mobile-drawer-close{width:36px; height:36px; border-radius:50%; border:1px solid var(--line); background:var(--cream); color:var(--navy); font-size:16px; cursor:pointer; display:flex; align-items:center; justify-content:center; flex:none}
.mobile-drawer ul{list-style:none; margin:0; padding:10px 18px 20px; display:flex; flex-direction:column; gap:2px; font-weight:600; flex:1}
.mobile-drawer > ul > li > a{display:block; padding:13px 4px; text-decoration:none; color:var(--navy); border-bottom:1px solid var(--line)}
.mobile-drawer a.active{color:var(--gold)}
.mobile-drawer .mobile-sub{list-style:none; margin:0 0 4px; padding:0 0 0 14px; display:none; flex-direction:column}
.mobile-drawer .mobile-sub.open{display:flex}
.mobile-sub li a{padding:10px 4px !important; font-weight:500 !important; font-size:14px; color:var(--ink-soft) !important; border-bottom:0 !important; text-decoration:none !important}
.mobile-acc-toggle{display:flex; align-items:center; justify-content:space-between; padding:13px 4px; border-bottom:1px solid var(--line); font-weight:600; color:var(--navy); cursor:pointer}
.mobile-acc-toggle svg{transition:transform .15s}
.mobile-acc-toggle.open svg{transform:rotate(180deg)}
.mobile-drawer-cta{padding:16px 18px; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:10px; flex:none}
.mobile-drawer-cta .btn{justify-content:center}

/* ===== Page header / breadcrumb band (inner pages) ===== */
.page-hero{background:linear-gradient(135deg, var(--navy), var(--navy-deep)); color:var(--white); padding:52px 0 40px; position:relative; overflow:hidden}
.page-hero::after{content:""; position:absolute; right:-60px; top:-60px; width:260px; height:260px; border-radius:50%; background:radial-gradient(circle, rgba(201,150,43,.25), transparent 70%)}
.page-hero h1{color:var(--white); font-size:clamp(28px,4.4vw,40px); position:relative}
.breadcrumb{display:flex; gap:8px; align-items:center; font-size:13px; color:rgba(255,255,255,.65); margin-top:12px; position:relative}
.breadcrumb a{text-decoration:none; color:rgba(255,255,255,.65)}
.breadcrumb a:hover{color:var(--gold-light)}
.breadcrumb span.sep{opacity:.5}
.breadcrumb span.current{color:var(--gold-light); font-weight:600}

/* ===== Hero (home) ===== */
.hero{position:relative; color:var(--white); overflow:hidden; background:linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 65%, #081334 100%)}
.hero::before{content:""; position:absolute; right:-120px; top:-120px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle, rgba(201,150,43,.28), transparent 70%); z-index:0}
.hero::after{content:""; position:absolute; left:-100px; bottom:-140px; width:360px; height:360px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,.08), transparent 70%); z-index:0}
.hero-bg{position:absolute; inset:0; z-index:0}
.hero-bg img{width:100%; height:100%; object-fit:cover; object-position:center 30%}
.hero-bg::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(11,26,77,.55) 0%, rgba(11,26,77,.65) 45%, rgba(8,19,52,.96) 100%)}
.hero-inner{position:relative; z-index:1; padding:64px 20px 56px; max-width:1140px; margin:0 auto; width:100%}
.hero-badge{display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.35); padding:6px 14px; border-radius:999px; font-size:12.5px; font-weight:600; letter-spacing:.03em; margin-bottom:18px}
.hero-badge b{color:var(--gold-light)}
.hero h1{color:var(--white); font-size:clamp(32px, 5.6vw, 52px); line-height:1.12; margin-bottom:10px}
.hero .motto{font-family:var(--font-body); color:var(--gold-light); font-size:15px; font-weight:600; margin-bottom:16px}
.hero p.lead{max-width:58ch; color:rgba(255,255,255,.88); font-size:16.5px; margin-bottom:26px}
.hero-actions{display:flex; flex-wrap:wrap; gap:12px; margin-bottom:34px}
.hero-facts{display:grid; grid-template-columns:repeat(auto-fit,minmax(130px,1fr)); gap:1px; background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.22); border-radius:14px; overflow:hidden; max-width:640px}
.hero-fact{background:rgba(11,26,77,.35); padding:14px 16px}
.hero-fact b{display:block; font-family:var(--font-display); font-size:17px; color:var(--gold-light)}
.hero-fact span{font-size:11.5px; text-transform:uppercase; letter-spacing:.05em; color:rgba(255,255,255,.75)}

/* ===== Placeholder photo tiles ===== */
.ph-tile{
  position:relative; border-radius:16px; overflow:hidden; aspect-ratio:4/3;
  background:linear-gradient(135deg, var(--navy) 0%, #24408f 55%, var(--gold) 130%);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px;
  color:rgba(255,255,255,.92); text-align:center; padding:16px;
  border:2px dashed rgba(255,255,255,.35);
}
.ph-tile svg{opacity:.85}
.ph-tile b{font-family:var(--font-display); font-size:14px; font-weight:600}
.ph-tile span{font-size:11px; color:rgba(255,255,255,.7); text-transform:uppercase; letter-spacing:.05em}
.ph-tile.wide{aspect-ratio:16/10}
.ph-tile.square{aspect-ratio:1/1}

/* ===== About ===== */
.about-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:52px; align-items:center}
.about-grid .ph-tile{box-shadow:var(--shadow)}
.about-copy p{color:var(--ink-soft); font-size:15.5px; margin:0 0 14px}
.pill-row{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px}
.pill{background:var(--navy-soft); color:var(--navy); font-size:13px; font-weight:700; padding:7px 14px; border-radius:999px; display:inline-flex; align-items:center; gap:6px}

/* ===== Messages ===== */
.msg-grid{display:grid; grid-template-columns:1fr 1fr; gap:26px}
.msg-card{background:var(--white); border:1px solid var(--line); border-radius:18px; padding:30px; box-shadow:var(--shadow); position:relative; scroll-margin-top:110px}
.msg-card .quote-mark{font-family:var(--font-display); font-size:56px; color:var(--gold-light); line-height:1; margin-bottom:6px}
.msg-card p{color:var(--ink-soft); font-size:14.5px; margin:0 0 12px}
.msg-card .who{display:flex; align-items:center; gap:10px; margin-top:18px; padding-top:16px; border-top:1px solid var(--line)}
.who-badge{width:38px; height:38px; border-radius:50%; background:var(--navy); color:var(--gold-light); display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; flex:none}
.who b{display:block; color:var(--navy); font-size:14.5px}
.who span{font-size:12px; color:var(--ink-soft)}

/* ===== Mission/Vision ===== */
.mv-grid{display:grid; grid-template-columns:1fr 1fr; gap:26px; scroll-margin-top:110px}
.mv-card{border-radius:18px; padding:30px; color:var(--white)}
.mv-card.mission{background:linear-gradient(135deg, var(--navy), var(--navy-deep))}
.mv-card.vision{background:linear-gradient(135deg, #a97e22, var(--gold))}
.mv-card h3{color:var(--white); font-size:22px; margin-bottom:12px}
.mv-card p{font-size:14.5px; color:rgba(255,255,255,.92); margin:0}

/* ===== Activities ===== */
.act-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.act-card{background:var(--white); border:1px solid var(--line); border-radius:16px; padding:24px; text-align:left; transition:transform .15s, box-shadow .15s}
.act-card:hover{transform:translateY(-3px); box-shadow:var(--shadow)}
.act-icon{width:46px; height:46px; border-radius:12px; background:var(--navy-soft); display:flex; align-items:center; justify-content:center; color:var(--navy); margin-bottom:14px}
.act-card h3{font-size:16px; margin-bottom:6px}
.act-card p{font-size:13.5px; color:var(--ink-soft); margin:0}

/* ===== Achievements band ===== */
.ach-band{background:linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 70%); color:var(--white); position:relative; overflow:hidden}
.ach-band::before{content:""; position:absolute; top:-100px; left:-80px; width:340px; height:340px; border-radius:50%; background:radial-gradient(circle, rgba(201,150,43,.18), transparent 70%); pointer-events:none}
.ach-band::after{content:""; position:absolute; bottom:-120px; right:-90px; width:320px; height:320px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,.06), transparent 70%); pointer-events:none}
.ach-band > .wrap{position:relative}
.ach-band .section-head p{color:rgba(255,255,255,.75)}
.ach-band .eyebrow{color:var(--gold-light)}
.ach-band h2{color:var(--white)}

/* ===== Slider ===== */
.slider{position:relative; border-radius:18px; overflow:hidden; box-shadow:0 20px 50px rgba(0,0,0,.35); max-width:820px; margin:0 auto}
.slider-viewport{overflow:hidden; border-radius:18px}
.slider-track{display:flex; transition:transform .5s cubic-bezier(.4,0,.2,1)}
.slide{flex:0 0 100%; position:relative; aspect-ratio:16/10}
.slide .ph-tile{border-radius:0; aspect-ratio:auto; height:100%}
.slide img{width:100%; height:100%; object-fit:cover}
.slide-caption{position:absolute; left:0; right:0; bottom:0; padding:22px 26px 20px; background:linear-gradient(0deg, rgba(6,13,40,.92) 0%, rgba(6,13,40,.55) 55%, transparent 100%); color:#fff; pointer-events:none}
.slide-caption b{display:block; font-family:var(--font-display); font-size:19px; margin-bottom:3px}
.slide-caption span{font-size:13px; color:rgba(255,255,255,.8)}
.slider-arrow{position:absolute; top:50%; transform:translateY(-50%); width:42px; height:42px; border-radius:50%; background:rgba(255,255,255,.9); border:0; display:flex; align-items:center; justify-content:center; cursor:pointer; color:var(--navy); box-shadow:0 4px 14px rgba(0,0,0,.25); z-index:2}
.slider-arrow:hover{background:#fff}
.slider-arrow.prev{left:14px} .slider-arrow.next{right:14px}
.slider-dots{position:absolute; bottom:16px; right:20px; display:flex; gap:7px; z-index:2}
.slider-dots button{width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.45); border:0; padding:0; cursor:pointer}
.slider-dots button.active{background:#fff; width:22px; border-radius:5px; transition:width .2s}
@media (max-width:560px){ .slider-arrow{width:36px; height:36px} .slide-caption b{font-size:16px} .slide-caption{padding:18px 18px 16px} }

/* ===== Gallery ===== */
.gal-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:12px}
.gal-photo{border-radius:16px; overflow:hidden; aspect-ratio:1/1; border:1px solid var(--line)}
.gal-photo img{width:100%; height:100%; object-fit:cover}

/* ===== Admission band ===== */
.adm-band{background:linear-gradient(135deg, var(--cream), #f3ecd8); border-top:1px solid var(--line); border-bottom:1px solid var(--line); position:relative; overflow:hidden}
.adm-band::before{content:""; position:absolute; top:-70px; right:10%; width:220px; height:220px; border-radius:50%; background:radial-gradient(circle, rgba(19,38,103,.08), transparent 70%); pointer-events:none}
.adm-band > .wrap{position:relative}
.adm-grid{display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:start}
.doc-list{list-style:none; margin:18px 0 0; padding:0; display:flex; flex-direction:column; gap:12px}
.doc-list li{display:flex; gap:10px; font-size:14.5px; color:var(--ink-soft)}
.doc-list li svg{flex:none; color:var(--green); margin-top:2px}
.adm-card{background:var(--white); border:1px solid var(--line); border-radius:18px; padding:30px; box-shadow:var(--shadow); position:sticky; top:100px}
.adm-card h3{font-size:19px; margin-bottom:14px}
.adm-row{display:flex; justify-content:space-between; font-size:14px; padding:10px 0; border-bottom:1px dashed var(--line)}
.adm-row:last-of-type{border-bottom:0}
.adm-row span:first-child{color:var(--ink-soft)}
.adm-row span:last-child{font-weight:700; color:var(--navy); text-align:right}
.adm-note{background:var(--green-soft); color:var(--green); font-size:13px; padding:10px 14px; border-radius:10px; margin-top:16px}

/* ===== Steps ===== */
.step-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.step-card{background:var(--white); border:1px solid var(--line); border-radius:16px; padding:26px; position:relative}
.step-num{width:38px; height:38px; border-radius:10px; background:var(--navy); color:var(--gold-light); display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; margin-bottom:14px}
.step-card h3{font-size:16px; margin-bottom:6px}
.step-card p{font-size:13.5px; color:var(--ink-soft); margin:0}

/* ===== Contact ===== */
.contact-grid{display:grid; grid-template-columns:.85fr 1.15fr; gap:36px}
.contact-list{display:flex; flex-direction:column; gap:20px; margin-top:20px}
.contact-item{display:flex; gap:14px}
.contact-icon{width:42px; height:42px; border-radius:11px; background:var(--navy-soft); color:var(--navy); display:flex; align-items:center; justify-content:center; flex:none}
.contact-item b{display:block; color:var(--navy); font-size:14.5px; margin-bottom:2px}
.contact-item span, .contact-item a{font-size:14px; color:var(--ink-soft); text-decoration:none}
.map-frame{border-radius:18px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); aspect-ratio:4/3.1}
.map-frame iframe{width:100%; height:100%; border:0}
.contact-cards{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:36px}
.contact-card{background:var(--white); border:1px solid var(--line); border-radius:16px; padding:24px; text-align:center}
.contact-card .contact-icon{margin:0 auto 12px}
.contact-card b{display:block; color:var(--navy); margin-bottom:4px}
.contact-card span, .contact-card a{font-size:13.5px; color:var(--ink-soft)}

/* ===== Footer ===== */
footer{background:var(--navy-deep); color:rgba(255,255,255,.75); padding:50px 0 26px}
.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,.12)}
.foot-brand{margin-bottom:14px}
.foot-brand p{font-size:13.5px; max-width:36ch; color:rgba(255,255,255,.6); margin-top:14px}
footer h4{color:var(--white); font-family:var(--font-display); font-size:15px; margin:0 0 16px}
footer ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; font-size:13.5px}
footer a{text-decoration:none; color:rgba(255,255,255,.7)}
footer a:hover{color:var(--gold-light)}
.foot-bottom{display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; padding-top:22px; font-size:12.5px; color:rgba(255,255,255,.5)}

/* ===== Mobile sticky CTA bar ===== */
.mobile-cta{display:none; position:fixed; left:0; right:0; bottom:0; z-index:60; background:var(--white); border-top:1px solid var(--line); box-shadow:0 -4px 18px rgba(19,38,103,.12); padding:10px 14px calc(10px + env(safe-area-inset-bottom)); gap:10px}
.mobile-cta a{flex:1; justify-content:center}

/* ===== Lightbox ===== */
.lightbox{position:fixed; inset:0; background:rgba(11,26,77,.94); z-index:100; display:none; align-items:center; justify-content:center; padding:24px}
.lightbox.open{display:flex}
.lightbox img{max-width:min(92vw,900px); max-height:86vh; border-radius:10px}
.lightbox-close{position:absolute; top:20px; right:24px; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.3); color:#fff; width:42px; height:42px; border-radius:50%; cursor:pointer; font-size:20px}

/* ===== Responsive ===== */
@media (max-width: 900px){
  .topbar{display:none}
  .nav-links{display:none}
  .hamburger{display:block}
  .about-grid, .ach-grid, .adm-grid, .contact-grid, .msg-grid, .mv-grid, .step-grid, .contact-cards{grid-template-columns:1fr}
  .about-grid{gap:28px}
  .about-grid > .ph-tile{order:-1}
  .act-grid{grid-template-columns:repeat(2,1fr)}
  .gal-grid{grid-template-columns:repeat(3,1fr)}
  .foot-grid{grid-template-columns:1fr; gap:26px}
  .mobile-cta{display:flex}
  .nav-cta .btn-navy{display:none}
  .adm-card{position:static}
  body{padding-bottom:74px}
}
@media (max-width: 560px){
  .section{padding:46px 0}
  .act-grid{grid-template-columns:1fr 1fr}
  .gal-grid{grid-template-columns:repeat(2,1fr)}
  .ach-side{grid-template-rows:none; grid-template-columns:1fr 1fr}
  .page-hero{padding:38px 0 30px}
}
