/* HERO */
.hero{position:relative;height:100vh;min-height:640px;max-height:880px;overflow:hidden;background:var(--navy);}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1.1s ease;}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:2;}
.hero-slide img{width:100%;height:100%;object-fit:cover;}
.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,20,42,0.86) 0%, rgba(0,20,42,0.56) 46%, rgba(0,20,42,0.28) 100%), linear-gradient(0deg, rgba(0,10,25,0.5), transparent 40%);}
.hero-content{position:absolute;inset:0;z-index:5;display:flex;align-items:center;}
.hero-inner{max-width:1280px;margin:0 auto;padding:0 40px;width:100%;}
.hero-copy-box{max-width:640px;}
.hero-copy-box .eyebrow{color:var(--orange-light);margin-bottom:18px;}
h1.hero-title{font-family:var(--display);font-weight:700;font-size:clamp(34px,5vw,58px);line-height:1.1;letter-spacing:-0.01em;color:#fff;}
.hero-sub{font-size:16.5px;line-height:1.7;color:rgba(255,255,255,0.84);max-width:48ch;margin-top:20px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px;}
.hero-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:64px;z-index:6;display:flex;align-items:center;gap:8px;}
.hero-dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,0.4);cursor:pointer;border:none;padding:0;transition:all .3s ease;}
.hero-dot.is-active{width:28px;background:var(--orange);}
@media (max-width:640px){.hero{min-height:760px;}.hero-inner{padding:0 22px;}.hero-dots{bottom:196px;}}

/* STAT ISLAND */
.island-wrap{max-width:1200px;margin:-84px auto 0;padding:0 40px;position:relative;z-index:10;}
.stat-island{background:linear-gradient(160deg, var(--navy) 0%, #001830 100%);border-radius:26px;box-shadow:0 30px 70px rgba(0,38,77,0.32), 0 2px 0 rgba(0,38,77,0.04);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;position:relative;}
.stat-island::before{content:"";position:absolute;right:-100px;top:-100px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle, rgba(239,126,26,0.16), transparent 70%);pointer-events:none;}
.stat-island .cell{padding:32px 22px;border-right:1px solid rgba(255,255,255,0.12);border-bottom:1px solid rgba(255,255,255,0.12);position:relative;}
.stat-island .cell:nth-child(4n){border-right:none;}
.stat-island .cell:nth-child(n+5){border-bottom:none;}
.stat-island .num{font-family:var(--display);font-weight:700;font-size:clamp(17px,1.8vw,22px);color:#fff;}
.stat-island .lbl{font-size:11px;font-weight:600;color:rgba(255,255,255,0.6);margin-top:8px;line-height:1.5;}
@media (max-width:900px){
  .island-wrap{margin:-64px auto 0;padding:0 22px;}
  .stat-island{grid-template-columns:repeat(2,1fr);}
  .stat-island .cell{padding:24px 18px;}
  .stat-island .cell:nth-child(4n){border-right:1px solid rgba(255,255,255,0.12);}
  .stat-island .cell:nth-child(2n){border-right:none;}
  .stat-island .cell:nth-child(n+5){border-bottom:1px solid rgba(255,255,255,0.12);}
  .stat-island .cell:nth-child(n+7){border-bottom:none;}
}
@media (max-width:560px){.hero-dots{bottom:172px;}}

section.block{padding:110px 0;}
.procedure{background:var(--paper-2);}
.section-head{max-width:720px;margin:0 auto 50px;text-align:center;}
.section-head h2{font-family:var(--display);font-weight:700;font-size:clamp(28px,3.4vw,40px);margin-top:14px;color:var(--navy);line-height:1.18;}
.section-head p{color:var(--muted);font-size:15.5px;line-height:1.7;margin-top:14px;max-width:64ch;}
.section-head.center p{margin-left:auto;margin-right:auto;}
.section-foot{text-align:center;margin-top:42px;}
@media (max-width:600px){section.block{padding:72px 0;}}

.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.pillar{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px 26px;transition:transform .3s ease, box-shadow .3s ease;}
.pillar:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);}
.pillar .ic{width:46px;height:46px;border-radius:12px;background:var(--orange-pale);display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.pillar .ic svg{width:22px;height:22px;stroke:var(--orange);}
.pillar h3{font-family:var(--display);font-weight:700;font-size:18px;color:var(--navy);margin-bottom:10px;line-height:1.3;}
.pillar p{font-size:13.5px;color:var(--muted);line-height:1.7;}
@media (max-width:950px){.pillars{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.pillars{grid-template-columns:1fr;}}

.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.split h2{font-family:var(--display);font-weight:700;font-size:clamp(28px,3.4vw,40px);line-height:1.18;margin:14px 0 20px;color:var(--navy);}
.split p{color:var(--muted);font-size:15.5px;line-height:1.8;margin:0 0 14px;max-width:56ch;}
.ph{border-radius:18px;overflow:hidden;box-shadow:var(--shadow-md);}
.ph img{width:100%;height:100%;object-fit:cover;}
.stat-row{display:flex;gap:32px;margin:24px 0 28px;flex-wrap:wrap;}
.stat-row .st .num{font-family:var(--display);font-weight:700;font-size:24px;color:var(--navy);}
.stat-row .st .lbl{font-size:11.5px;color:var(--muted);margin-top:4px;}
@media (max-width:920px){.split{grid-template-columns:1fr;}}

.program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.program-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:transform .3s ease, box-shadow .3s ease;}
.program-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);}
.program-img{aspect-ratio:4/3;overflow:hidden;}
.program-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.program-card:hover .program-img img{transform:scale(1.06);}
.program-body{padding:22px 22px 26px;}
.program-tag{display:inline-block;font-size:11px;font-weight:800;letter-spacing:0.05em;text-transform:uppercase;color:var(--orange);background:var(--orange-pale);padding:5px 12px;border-radius:999px;}
.program-body h3{font-family:var(--display);font-weight:700;font-size:19px;color:var(--navy);margin:14px 0 10px;line-height:1.25;}
.program-body p.desc{font-size:13px;color:var(--muted);line-height:1.65;}
@media (max-width:950px){.program-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.program-grid{grid-template-columns:1fr;}}

.facility-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.facility{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 22px;text-align:center;transition:transform .3s ease, box-shadow .3s ease;}
.facility:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);}
.facility .ic{width:42px;height:42px;border-radius:11px;background:var(--navy-pale);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;}
.facility .ic svg{width:20px;height:20px;stroke:var(--navy);}
.facility h4{font-family:var(--display);font-weight:700;font-size:15px;color:var(--navy);margin-bottom:6px;}
.facility p{font-size:12px;color:var(--muted);line-height:1.6;}
@media (max-width:900px){.facility-grid{grid-template-columns:repeat(2,1fr);}}

.quote-band{background:var(--navy-pale);padding:86px 0;text-align:center;}
.quote-band blockquote{font-family:var(--display);font-weight:600;font-style:italic;font-size:clamp(20px,2.6vw,30px);color:var(--navy);max-width:800px;margin:0 auto;line-height:1.5;}
.quote-band cite{display:block;margin-top:20px;font-style:normal;font-weight:700;font-size:13px;letter-spacing:0.04em;text-transform:uppercase;color:var(--muted);}

.cta-band{background:var(--navy);padding:86px 0;text-align:center;}
.cta-band h2{font-family:var(--display);font-weight:700;font-size:clamp(26px,3.2vw,36px);color:#fff;margin-top:14px;max-width:760px;margin-left:auto;margin-right:auto;line-height:1.28;}
.cta-band .sub{color:rgba(255,255,255,0.7);font-size:15px;margin-top:16px;max-width:60ch;margin-left:auto;margin-right:auto;}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:30px;}
