/* ============ Tokens ============ */
:root{
  --bg:#fbf8f1;
  --fg:#161b29;
  --muted:#6b7280;
  --card:#ffffff;
  --border:#e6e2d6;
  --rust:#c23b22;
  --rust-dark:#a83220;
  --cream:#f7f1e3;
  --gold:#cbcc02;
  --navy:#13234d;
  --shadow:0 4px 24px -4px rgba(19,35,77,.12), 0 1px 4px rgba(19,35,77,.06);
  --shadow-lg:0 16px 40px -10px rgba(0,0,0,.25);
}
*{box-sizing:border-box;margin:0;padding:0;border:0 solid var(--border)}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:"Source Sans 3",system-ui,sans-serif;
  background:var(--bg);color:var(--fg);
  line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img,video{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;cursor:pointer}
ol,ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:"Playfair Display",Georgia,serif;font-weight:700;line-height:1.1}
.italic{font-style:italic}
.container{max-width:1280px;margin:0 auto;padding:0 16px}
@media(min-width:1024px){.container{padding:0 32px}}
.rust{color:var(--rust)}
.cream{color:var(--cream)}
.serif{font-family:"Playfair Display",Georgia,serif}
.poppins{font-family:"Poppins",system-ui,sans-serif}
.uppercase{text-transform:uppercase}

/* Reveal */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease, transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* ============ Navbar ============ */
.nav{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(251,248,241,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(22,27,41,.1)}
.nav-inner{max-width:1500px;margin:0 auto;height:80px;padding:0 32px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{height:56px}
.nav-links{display:none;gap:40px}
.nav-links a{font-family:"Poppins";font-size:13px;text-transform:uppercase;letter-spacing:.18em;color:rgba(22,27,41,.75);transition:color .2s}
.nav-links a:hover{color:var(--rust)}
.nav-cta{display:none;align-items:center;gap:24px}
.nav-cta a{font-family:"Poppins";font-size:12px;text-transform:uppercase;letter-spacing:.18em}
.nav-cta .brochure{color:rgba(22,27,41,.8);display:inline-flex;align-items:center;gap:6px}
.nav-cta .brochure:hover{color:var(--rust)}
.nav-cta .meeting{color:var(--rust);border-bottom:1px solid var(--rust);padding-bottom:2px}
.nav-toggle{display:inline-flex;color:var(--fg)}
@media(min-width:1024px){.nav-links,.nav-cta{display:flex;align-items:center}.nav-toggle{display:none}}
.mobile-menu{position:fixed;top:96px;left:16px;right:16px;z-index:50;background:var(--bg);border:1px solid rgba(22,27,41,.15);border-radius:16px;box-shadow:var(--shadow);padding:24px;display:none}
.mobile-menu.open{display:flex;flex-direction:column;gap:16px}
.mobile-menu a{font-family:"Playfair Display";font-size:24px}
.mobile-menu a.btn-rust{background:var(--rust);color:#fff;text-align:center;padding:12px 20px;border-radius:999px;font-family:"Poppins";font-size:14px;text-transform:uppercase;font-weight:600}
.mobile-menu a.btn-gold{background:var(--gold);color:var(--fg);text-align:center;padding:12px 20px;border-radius:999px;font-family:"Poppins";font-size:14px;text-transform:uppercase;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px}
@media(min-width:1024px){.mobile-menu{display:none!important}}

/* ============ Hero ============ */
.hero{position:relative;min-height:85vh;overflow:hidden;display:flex;align-items:center}
.hero video,.hero .hero-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero .overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.hero-content{position:relative;z-index:10;padding:176px 24px 128px;max-width:1280px;margin:0 auto;width:100%}
.hero-inner{max-width:768px}
.hero img.ec-logo{height:64px;margin-bottom:24px}
@media(min-width:768px){.hero img.ec-logo{height:80px}}
.hero .tag{color:rgba(255,255,255,.8);font-size:24px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:16px}
@media(min-width:768px){.hero .tag{font-size:30px}}
.hero h1{font-size:clamp(36px,7vw,72px);color:#fff;line-height:1.1;margin-bottom:24px}
.hero .inst{font-size:24px;color:rgba(255,255,255,.9);margin-bottom:8px}
@media(min-width:768px){.hero .inst{font-size:30px}}
.hero .inst strong{font-family:"Playfair Display";color:#fff;font-weight:600}
.hero .date-row{display:flex;align-items:stretch;margin:24px 0 40px}
.hero .date-row .bar{width:6px;border-radius:999px;background:var(--rust)}
.hero .date-row p{padding-left:16px;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:18px}
@media(min-width:768px){.hero .date-row p{font-size:20px}}
.hero .ctas{display:flex;flex-direction:column;gap:16px;margin-bottom:64px}
@media(min-width:640px){.hero .ctas{flex-direction:row}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:8px;font-weight:600;font-size:14px;letter-spacing:.04em;box-shadow:var(--shadow);transition:all .3s}
.btn-white{background:#fff;color:var(--fg)}
.btn-white:hover{background:rgba(255,255,255,.9)}
.btn-rust{background:var(--rust);color:#fff}
.btn-rust:hover{background:var(--rust-dark)}

/* ============ Stats Gallery ============ */
.stats-gallery{background:var(--gold);padding:64px 16px;overflow:hidden}
@media(min-width:768px){.stats-gallery{padding:96px 32px}}
.stats-gallery .max{max-width:1280px;margin:0 auto}
.stats-gallery .eyebrow{font-size:16px;text-transform:uppercase;letter-spacing:.35em;margin-bottom:24px;font-weight:600;color:var(--rust);text-align:center;font-family:"Source Sans 3"}
.stats-gallery h2{font-size:clamp(32px,5.5vw,80px);color:var(--rust);text-align:center;line-height:.95;margin-bottom:40px}
.stats-gallery h2 em{font-style:italic;font-weight:400}
.stats-row{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:40px}
@media(min-width:768px){.stats-row{grid-template-columns:repeat(3,1fr)}}
.stat-val{font-family:"Playfair Display";font-weight:700;line-height:1;color:var(--rust);font-size:clamp(64px,10vw,128px)}
.stat-val span{font-size:.6em}
.stat-bar{height:2px;width:100%;background:var(--rust);margin:16px 0}
.stat-lbl{font-size:14px;text-transform:uppercase;letter-spacing:.22em;font-weight:600;color:var(--rust)}
@media(min-width:768px){.stat-lbl{font-size:16px}}
.gallery-photo{border-radius:24px;overflow:hidden;height:300px}
@media(min-width:768px){.gallery-photo{height:480px}}
.gallery-photo img{width:100%;height:100%;object-fit:cover}

/* ============ About ============ */
.about{position:relative;background:rgba(247,241,227,.4);overflow:hidden;padding:56px 0;border-top:1px solid rgba(22,27,41,.1);border-bottom:1px solid rgba(22,27,41,.1)}
@media(min-width:768px){.about{padding:80px 0}}
.about-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}
@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;gap:32px}}
.about h2{font-size:clamp(40px,5vw,80px);line-height:1.05;color:var(--fg)}
.about h2 em{color:var(--rust);font-style:italic;font-weight:700}
.about .quote{font-family:"Playfair Display";font-style:italic;color:rgba(22,27,41,.7);line-height:1.3;margin-top:24px;font-size:20px}
.about .col-r > *{margin-bottom:20px}
.about p{font-size:17px;color:rgba(22,27,41,.8);line-height:1.65}
.about h3{font-size:24px;color:var(--fg);margin-bottom:8px;margin-top:8px}
.about-stats{margin-top:48px;padding-top:32px;border-top:1px solid rgba(22,27,41,.15);display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center}
.about-stats .lbl{font-size:11px;text-transform:uppercase;letter-spacing:.22em;color:rgba(22,27,41,.55);margin-bottom:8px}
.about-stats .val{font-family:"Playfair Display";font-weight:700;line-height:1;color:var(--fg);font-size:clamp(28px,2.6vw,40px);letter-spacing:-.02em}

/* ============ Objectives ============ */
.objectives{padding:80px 0;background:var(--rust);position:relative;overflow:hidden}
.objectives .header{border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:40px;margin-bottom:48px}
.objectives h2{font-size:clamp(40px,6vw,80px);color:#fff;line-height:1.05}
.objectives h2 em{color:var(--cream);font-style:italic;font-weight:700}
.obj-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:640px){.obj-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.obj-grid{grid-template-columns:repeat(3,1fr)}}
.obj-card{border-radius:8px;overflow:hidden;background:#fff}
.obj-card img{width:100%;height:208px;object-fit:cover}
.obj-card .body{padding:16px;display:flex;align-items:center;gap:8px}
.obj-card h3{font-size:18px;color:var(--rust)}
.obj-card svg{color:var(--rust);flex-shrink:0}

/* ============ Details (Summer School) ============ */
.details{padding:48px 0 112px;background:var(--gold);overflow:hidden}
.details .head{text-align:center;margin-bottom:40px}
.details .head .strip{display:inline-flex;align-items:center;gap:16px;margin-bottom:20px}
.details .head .strip span.line{height:1px;width:64px;background:var(--rust)}
.details .head .strip span.txt{font-family:"Playfair Display";font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--rust);font-size:14px}
@media(min-width:768px){.details .head .strip span.txt{font-size:16px}}
.details .head h2{font-size:clamp(48px,7vw,96px);line-height:1;color:#1a1a00}
.details .panel-wrap{position:relative}
.details .banner{position:relative;height:380px;border-radius:8px;overflow:hidden}
@media(min-width:768px){.details .banner{height:460px}}
.details .banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.details .banner .grad{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(194,59,34,.3),transparent,rgba(0,0,0,.5))}
.details .panel{position:relative;margin:-80px 16px 0;background:#fff;border-radius:2px;box-shadow:var(--shadow-lg);padding:32px;display:grid;gap:40px;grid-template-columns:1fr}
@media(min-width:768px){.details .panel{margin:-80px 48px 0;padding:48px}}
@media(min-width:1024px){.details .panel{grid-template-columns:1fr 320px}}
.details-grid{display:grid;grid-template-columns:1fr;gap:20px}
@media(min-width:640px){.details-grid{grid-template-columns:1fr 1fr}}
.details-grid .item .lbl{font-size:10px;text-transform:uppercase;letter-spacing:.3em;font-weight:700;color:var(--rust);margin:12px 0 6px}
.details-grid .item .hi{font-family:"Playfair Display";font-weight:700;font-size:18px;line-height:1.3;color:var(--fg)}
.details-grid .item .sub{font-size:12px;color:rgba(22,27,41,.5);margin-top:4px;line-height:1.5}
.details-grid .item svg{color:var(--rust)}
.includes h4{font-size:10px;letter-spacing:.3em;text-transform:uppercase;font-weight:700;color:var(--rust);margin-bottom:16px;font-family:"Source Sans 3"}
.includes-grid{display:grid;grid-template-columns:1fr;gap:6px 24px}
@media(min-width:640px){.includes-grid{grid-template-columns:1fr 1fr}}
.includes-grid .row{display:flex;align-items:flex-start;gap:8px;padding:4px 0;font-size:14px}
.includes-grid .row svg{color:var(--rust);margin-top:4px;flex-shrink:0}
.excludes{margin-top:20px;padding-top:16px;border-top:1px solid rgba(22,27,41,.08)}
.excludes h4{font-size:10px;letter-spacing:.3em;text-transform:uppercase;font-weight:600;color:rgba(22,27,41,.55);margin-bottom:8px;font-family:"Source Sans 3"}
.excludes .row{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:rgba(22,27,41,.55);margin-right:20px}
.excludes svg{color:var(--rust)}
.fee-block{background:var(--rust);color:#fff;padding:32px;border-radius:2px}
@media(min-width:768px){.fee-block{padding:40px}}
.fee-block .lbl{font-size:10px;text-transform:uppercase;letter-spacing:.4em;font-weight:700;color:rgba(255,255,255,.6);margin-bottom:8px}
.fee-block .price{font-family:"Playfair Display";font-weight:700;font-size:60px;line-height:1;color:#fff}
.fee-block .per{color:rgba(255,255,255,.6);font-size:16px;margin-top:8px}
.fee-block .div{height:1px;margin:20px 0;background:rgba(255,255,255,.15)}
.fee-block .lbl2{font-size:10px;text-transform:uppercase;letter-spacing:.3em;font-weight:700;color:rgba(255,255,255,.6);margin-bottom:6px}
.fee-block .deadline{font-family:"Playfair Display";font-weight:700;font-size:30px;color:#fff}
.fee-block .apply{display:block;text-align:center;margin-top:28px;padding:14px;background:#fff;color:var(--rust);font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border-radius:2px;transition:background .2s}
.fee-block .apply:hover{background:var(--cream)}

/* ============ Schedule ============ */
.schedule{position:relative;background:var(--bg);overflow:hidden}
.schedule .head{padding:112px 0 32px;text-align:center}
.schedule .eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.35em;font-weight:700;color:var(--rust);margin-bottom:16px}
.schedule h2{font-size:clamp(40px,6vw,80px);color:var(--fg);line-height:1.05}
.schedule h2 em{color:var(--rust);font-style:italic;font-weight:700}
.schedule .sub{margin:20px auto 0;max-width:640px;color:var(--muted);font-size:18px;line-height:1.6}
.schedule .accent{margin:32px auto 0;width:96px;height:1px;background:rgba(194,59,34,.6)}
.sched-cover{padding-bottom:80px}
.sched-card{position:relative;border-radius:2px;overflow:hidden;min-height:560px;background:var(--fg)}
.sched-card .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sched-card .g1{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,.4),rgba(0,0,0,.1))}
.sched-card .g2{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent,transparent)}
.sched-card .inner{position:relative;display:grid;grid-template-columns:1fr;gap:24px;padding:32px;min-height:560px}
@media(min-width:1024px){.sched-card .inner{grid-template-columns:1fr 420px}}
.sched-left{align-self:end}
.sched-left .day-eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.4em;font-weight:700;color:var(--cream);margin-bottom:16px}
.sched-left h3{font-family:"Playfair Display";font-weight:700;color:#fff;line-height:.9;letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(36px,5vw,64px)}
.sched-tabs{display:flex;flex-wrap:wrap;gap:6px}
.sched-tabs button{padding:8px 14px;border-radius:2px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;background:rgba(255,255,255,.15);color:#fff;backdrop-filter:blur(8px);transition:all .2s}
.sched-tabs button:hover{background:rgba(255,255,255,.25)}
.sched-tabs button.active{background:#fff;color:var(--rust);box-shadow:0 4px 12px rgba(0,0,0,.2)}
.sched-right{align-self:end;background:rgba(251,248,241,.95);backdrop-filter:blur(8px);padding:20px;border-radius:2px}
.sched-list li{display:flex;align-items:baseline;gap:12px;padding:4px 0;border-bottom:1px solid rgba(22,27,41,.1)}
.sched-list li:last-child{border-bottom:0}
.sched-list .time{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-variant-numeric:tabular-nums;color:var(--rust);width:105px;flex-shrink:0}
.sched-list .act{font-family:"Playfair Display";font-size:13px;color:var(--fg);line-height:1.4}

/* ============ Accommodation ============ */
.accom{background:var(--bg);padding:80px 0 96px}
.accom .hero-img{position:relative;height:460px;overflow:hidden;border-radius:2px}
@media(min-width:768px){.accom .hero-img{height:560px}}
.accom .hero-img img{width:100%;height:100%;object-fit:cover}
.accom .hero-img .grad{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.3),transparent)}
.accom .hero-img .ttl{position:absolute;bottom:32px;left:32px;right:32px}
.accom .hero-img .eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.4em;font-weight:700;color:var(--cream);margin-bottom:12px}
@media(min-width:768px){.accom .hero-img .eyebrow{font-size:14px}}
.accom .hero-img h2{font-family:"Playfair Display";font-weight:700;color:#fff;line-height:.95;font-size:clamp(48px,7vw,88px)}
.accom .hero-img h2 em{color:var(--rust);font-style:italic;font-weight:700}
.accom .grid{display:grid;grid-template-columns:1fr;gap:40px;margin-top:48px}
@media(min-width:1024px){.accom .grid{grid-template-columns:1.2fr 1fr}}
.accom .body > p{margin-bottom:20px;color:rgba(22,27,41,.78);font-size:15px;line-height:1.65}
.accom .body > p.lead{font-size:18px;color:var(--fg)}
.accom .body > p.closing{font-weight:600;color:var(--fg)}
.accom .checkbox{background:rgba(247,241,227,.6);border-radius:2px;padding:20px;border-left:4px solid var(--rust);margin-top:24px}
.accom .checkbox .h{font-size:10px;letter-spacing:.25em;text-transform:uppercase;font-weight:700;color:var(--rust);margin-bottom:8px}
.accom .checkbox p{font-size:14px;color:var(--fg);margin:0}
.accom .checkbox p b{font-weight:700}
.accom .room{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:2px;margin-bottom:24px}
.accom .features{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:768px){.accom .features{grid-template-columns:1fr 1fr}}
.accom .feature{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid rgba(22,27,41,.1);border-radius:2px}
.accom .feature .ic{width:36px;height:36px;border-radius:2px;background:var(--cream);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--rust)}
.accom .feature span{font-size:14px;color:var(--fg)}

/* ============ Activities ============ */
.activities{background:var(--gold)}
.activities .head{text-align:center;max-width:960px;margin:0 auto 32px;padding:64px 16px 0}
.activities h2{font-size:clamp(40px,6vw,80px);color:#171717;line-height:1.05;margin-bottom:32px}
.activities h2 em{color:#fff;font-style:italic;font-weight:700}
.activities .sub{font-size:20px;color:rgba(23,23,23,.75);line-height:1.6}
.activities .carousel-wrap{position:relative;padding:0 16px 112px;max-width:1280px;margin:0 auto}
.act-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:2px;scrollbar-width:none}
.act-track::-webkit-scrollbar{display:none}
.act-card{position:relative;scroll-snap-align:start;flex:0 0 300px;aspect-ratio:3/4;border-radius:2px;overflow:hidden;background:#171717}
.act-card img{width:100%;height:100%;object-fit:cover}
.act-card .ttl{position:absolute;inset:auto 0 0 0;background:linear-gradient(to top,rgba(0,0,0,.95),rgba(0,0,0,.8),transparent);padding:20px;padding-top:96px}
.act-card h3{color:#fff;font-size:20px;font-weight:700}
.act-card p{color:rgba(255,255,255,.9);font-size:14px;margin-top:6px;line-height:1.4}
.act-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:999px;background:#171717;color:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.25);z-index:10;transition:all .3s}
.act-nav:hover{background:var(--rust);color:#fff;transform:translateY(-50%) scale(1.05)}
.act-nav.prev{left:8px}
.act-nav.next{right:8px}
@media(min-width:768px){.act-nav.prev{left:-16px}.act-nav.next{right:-16px}.act-nav{width:64px;height:64px}}

/* ============ Faculty ============ */
.faculty{background:var(--bg);padding:112px 0}
.fac-header{display:flex;flex-direction:column;gap:24px;padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid rgba(22,27,41,.1)}
@media(min-width:1024px){.fac-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}
.faculty h2{font-size:clamp(40px,6vw,80px);color:var(--fg);line-height:1.05}
.faculty h2 em{color:var(--rust);font-style:italic;font-weight:700}
.fac-lead{color:var(--muted);font-size:18px;max-width:520px;line-height:1.6;font-weight:500}
@media(min-width:1024px){.fac-lead{text-align:right}}
.fac-carousel{position:relative;background:#fafafa;border-radius:24px;overflow:hidden;padding:32px}
@media(min-width:768px){.fac-carousel{padding:48px}}
.fac-slide{display:none;grid-template-columns:1fr;gap:40px;align-items:center}
@media(min-width:768px){.fac-slide{grid-template-columns:400px 1fr}}
.fac-slide.active{display:grid;animation:fadeUp .4s ease both}
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
.fac-img{position:relative;height:420px;border-radius:16px;overflow:hidden}
.fac-img img{width:100%;height:100%;object-fit:cover}
.fac-info h3{font-family:"Playfair Display";font-weight:700;font-size:clamp(28px,4vw,48px);color:var(--fg);line-height:1.2}
.fac-info .cred{font-size:14px;color:hsl(38,80%,55%);font-weight:600;margin-top:12px}
.fac-info .title{font-size:16px;color:var(--muted);margin-top:8px;margin-bottom:20px}
.fac-info .bio{font-size:14px;color:rgba(22,27,41,.85);line-height:1.65;white-space:pre-line}
.fac-controls{display:flex;align-items:center;justify-content:space-between;margin-top:32px}
.fac-dots{display:flex;gap:8px}
.fac-dot{height:6px;width:6px;border-radius:999px;background:rgba(22,27,41,.2);transition:all .3s}
.fac-dot.active{width:32px;background:var(--rust)}
.fac-arrows{display:flex;gap:8px}
.fac-arrow{width:44px;height:44px;border-radius:999px;background:#171717;color:var(--gold);display:flex;align-items:center;justify-content:center;transition:all .2s}
.fac-arrow:hover{background:var(--rust);color:#fff}

/* ============ Glimpses ============ */
.glimpses{padding:80px 0;background:var(--rust)}
@media(min-width:768px){.glimpses{padding:112px 0}}
.glimpses .head{text-align:center;margin-bottom:48px}
.glimpses h2{font-family:"Playfair Display";font-weight:700;color:#fff;font-size:clamp(28px,5vw,64px)}
.glimpses h2 em{font-style:italic;font-weight:700}
.glimpses .sub{margin-top:16px;color:rgba(255,255,255,.7);font-size:18px;max-width:640px;margin-left:auto;margin-right:auto}
.gl-slider{position:relative;max-width:1280px;margin:0 auto;padding:0 16px}
.gl-window{overflow:hidden;border-radius:12px}
.gl-slide{display:none;grid-template-columns:repeat(2,1fr);gap:12px;animation:slideIn .5s ease both}
@media(min-width:768px){.gl-slide{grid-template-columns:repeat(4,1fr);gap:16px}}
.gl-slide.active{display:grid}
@keyframes slideIn{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:none}}
.gl-slide .cell{aspect-ratio:4/3;border-radius:12px;overflow:hidden}
.gl-slide .cell img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.gl-slide .cell:hover img{transform:scale(1.05)}
.gl-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;background:rgba(255,255,255,.2);backdrop-filter:blur(4px);color:#fff;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}
.gl-arrow:hover{background:rgba(255,255,255,.4)}
.gl-arrow.prev{left:8px}
.gl-arrow.next{right:8px}
@media(min-width:768px){.gl-arrow.prev{left:-20px}.gl-arrow.next{right:-20px}}
.gl-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}
.gl-dot{height:8px;width:8px;border-radius:999px;background:rgba(255,255,255,.4);transition:all .3s}
.gl-dot.active{width:32px;background:#fff}
.gl-video-wrap{position:relative;width:100%;margin-top:64px}
@media(min-width:768px){.gl-video-wrap{margin-top:80px}}
.gl-video-wrap video{width:100%;height:auto;display:block}
.gl-mute{position:absolute;bottom:16px;right:16px;width:44px;height:44px;border-radius:999px;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}
.gl-mute:hover{background:rgba(0,0,0,.7)}
@media(min-width:768px){.gl-mute{bottom:24px;right:24px;width:48px;height:48px}}

/* ============ Testimonials ============ */
.testimonials{padding:80px 0 112px;background:var(--bg)}
.testimonials .head{text-align:center;margin-bottom:64px}
.testimonials h2{font-family:"Playfair Display";font-weight:700;color:var(--fg);line-height:1.2;font-size:clamp(30px,5vw,64px)}
.testimonials h2 em{color:var(--rust);font-style:italic;font-weight:700}
.t-group{max-width:960px;margin:0 auto 80px}
.t-strip{display:flex;align-items:center;gap:16px;margin-bottom:32px}
.t-strip .line{height:1px;flex:1;background:linear-gradient(to right,transparent,rgba(194,59,34,.4),transparent)}
.t-strip p{color:var(--rust);font-family:"Playfair Display";font-weight:600;text-transform:uppercase;letter-spacing:.25em;font-size:18px}
@media(min-width:768px){.t-strip p{font-size:24px}}
.t-card{position:relative;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:48px 32px;overflow:hidden;min-height:340px;display:flex;align-items:center}
@media(min-width:768px){.t-card{padding:64px 80px}}
.t-card .quotemark{position:absolute;top:0;left:24px;font-family:"Playfair Display";font-size:192px;color:rgba(107,114,128,.05);line-height:1;pointer-events:none;user-select:none}
@media(min-width:768px){.t-card .quotemark{font-size:256px}}
.t-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s}
.t-arrow:hover{background:var(--rust);color:#fff;border-color:var(--rust)}
.t-arrow.prev{left:16px}
.t-arrow.next{right:16px}
.t-slide{display:none;width:100%;position:relative;z-index:5}
.t-slide.active{display:block;animation:fadeUp .4s ease both}
.t-slide .quote{font-family:"Playfair Display";font-weight:600;font-size:20px;color:var(--fg);line-height:1.4;max-width:64ch}
@media(min-width:768px){.t-slide .quote{font-size:24px}}
@media(min-width:1024px){.t-slide .quote{font-size:30px}}
.t-stars{display:flex;gap:2px;margin-top:32px}
.t-stars svg{fill:var(--rust);color:var(--rust)}
.t-slide .name{font-family:"Playfair Display";font-weight:700;color:var(--fg);font-size:18px;margin-top:8px}
.t-slide .detail{font-size:14px;color:var(--muted)}
.t-slide .school{font-size:14px;color:var(--rust);font-weight:500}

/* ============ Section divider + Terms ============ */
.divider-img{width:100%;height:350px;overflow:hidden}
@media(min-width:768px){.divider-img{height:500px}}
.divider-img img{width:100%;height:100%;object-fit:cover;object-position:top}
.terms{padding:64px 0;background:#fff}
@media(min-width:768px){.terms{padding:96px 0}}
.terms h2{font-family:"Playfair Display";font-weight:700;color:var(--fg);line-height:1.2;margin-bottom:40px;font-size:clamp(30px,5vw,64px)}
.terms h2 em{color:var(--rust);font-style:italic;font-weight:700}
.terms-list > div{display:flex;align-items:flex-start;gap:20px;border-bottom:1px solid rgba(22,27,41,.08);padding-bottom:20px;margin-bottom:20px}
.terms-list > div:last-child{border-bottom:0}
.terms-list .ic{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:var(--rust);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:4px}
.terms-list p{color:rgba(22,27,41,.8);font-size:18px;line-height:1.65}
@media(min-width:768px){.terms-list p{font-size:24px}}

/* ============ FAQ ============ */
.faq{padding:64px 0;background:var(--rust)}
@media(min-width:768px){.faq{padding:96px 0}}
.faq h2{font-family:"Playfair Display";font-weight:700;color:#fff;line-height:1.2;margin-bottom:40px;font-size:clamp(30px,5vw,64px)}
.faq h2 em{color:rgba(255,255,255,.8);font-style:italic;font-weight:700}
.faq-list > div{border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);margin-bottom:8px;overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;text-align:left}
@media(min-width:768px){.faq-q{padding:20px 32px}}
.faq-q span{font-family:"Playfair Display";font-weight:600;color:#fff;font-size:16px}
@media(min-width:768px){.faq-q span{font-size:18px}}
.faq-q svg{color:var(--rust);transition:transform .3s;flex-shrink:0}
.faq-item.open .faq-q svg{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}
.faq-a p{padding:0 24px 24px;color:rgba(255,255,255,.7);font-size:16px;line-height:1.65}
@media(min-width:768px){.faq-a p{padding:0 32px 24px;font-size:18px}}

/* ============ Footer ============ */
.footer{padding:80px 0;background:#fff}
@media(min-width:768px){.footer{padding:112px 0}}
.footer .logo{display:flex;justify-content:center;margin-bottom:40px}
.footer .logo img{height:96px;object-fit:contain}
@media(min-width:768px){.footer .logo img{height:128px}}
.footer .tag{text-align:center;max-width:768px;margin:0 auto 48px}
.footer .tag h2{font-family:"Playfair Display";font-weight:700;color:var(--fg);line-height:1.2;font-size:clamp(24px,5vw,48px)}
.footer .tag h2 em{color:var(--rust);font-style:italic;font-weight:700}
.footer .tag p{color:rgba(22,27,41,.6);font-size:16px;margin-top:16px}
@media(min-width:768px){.footer .tag p{font-size:18px}}
.footer .ctas{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;margin-bottom:64px}
@media(min-width:640px){.footer .ctas{flex-direction:row}}
.footer .ctas a{display:flex;align-items:center;gap:12px;font-family:"Playfair Display";font-weight:700;font-size:16px;padding:16px 32px;border-radius:12px;box-shadow:var(--shadow);transition:all .2s}
@media(min-width:768px){.footer .ctas a{font-size:18px}}
.footer .ctas .student{background:var(--rust);color:#fff}
.footer .ctas .student:hover{background:var(--rust-dark)}
.footer .ctas .school{background:var(--fg);color:#fff}
.footer .ctas .school:hover{background:rgba(22,27,41,.9)}
.footer .bottom{border-top:1px solid rgba(22,27,41,.1);padding-top:32px}
.footer .bottom .row{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;font-size:12px;color:rgba(22,27,41,.4)}
@media(min-width:768px){.footer .bottom .row{flex-direction:row}}
.footer .bottom .links{display:flex;gap:24px}
.footer .bottom a:hover{color:var(--rust)}
