/* =========================================================
   IMAJIREKA AKADEMI V2
   Editorial / creative-school direction
   ========================================================= */

:root{
  --orange:#F7931E;
  --orange-soft:#FFE6C7;
  --cream:#F8F3EB;
  --paper:#FFFDF9;
  --ink:#222;
  --muted:#767676;
  --line:#D9D2C7;
  --dark:#242424;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);overflow-x:hidden}
img{max-width:100%}
a{text-decoration:none}
section{scroll-margin-top:78px}
.section-pad{padding:120px max(5vw,24px)}
.mini-label{font-size:10px;letter-spacing:2px;font-weight:700;margin:0 0 18px;color:var(--orange)}
h1,h2,h3{font-family:var(--font-heading);font-weight:700}
h2{font-size:clamp(44px,5.2vw,76px);line-height:.94;letter-spacing:-2px;margin:0}
h2 em,h1 em{font-style:normal;color:var(--orange)}
p{line-height:1.75}
.button{display:inline-flex;align-items:center;gap:12px;padding:14px 20px;border-radius:999px;font-size:11px;font-weight:700}

/* HEADER */
.site-header{position:fixed;z-index:1000;top:0;left:0;right:0;height:78px;background:rgba(255,253,249,.93);backdrop-filter:blur(15px);border-bottom:1px solid rgba(34,34,34,.07)}
.nav-wrap{height:78px;max-width:1440px;margin:auto;padding:0 max(5vw,24px);display:flex;align-items:center;gap:40px}
.brand{display:flex;align-items:center;gap:8px;color:var(--ink);flex-shrink:0}
.brand img{width:102px}
.brand span{font-size:8px;letter-spacing:2px;font-weight:800;border-left:1px solid #bbb;padding-left:9px}
.desktop-nav{display:flex;align-items:center;gap:25px;margin-left:auto}
.desktop-nav a{font-size:10px;font-weight:600;color:#666;position:relative;padding:31px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:23px;height:2px;background:var(--orange);transition:.25s}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink)}
.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}
.nav-dropdown{position:relative}
.nav-dropdown-btn{
  border:0;background:none;cursor:pointer;font:inherit;
  display:flex;align-items:center;gap:6px;
  font-size:10px;font-weight:600;color:#666;
  padding:31px 0;
}
.nav-dropdown-btn i{font-size:7px;color:#888;transition:transform .2s}
.nav-dropdown.open .nav-dropdown-btn,
.nav-dropdown-btn.active,
.nav-dropdown-btn:hover{color:var(--ink)}
.nav-dropdown.open .nav-dropdown-btn i{transform:rotate(180deg)}
.nav-dropdown-menu{
  position:absolute;left:0;top:60px;
  background:#fff;border:1px solid var(--line);
  padding:6px;border-radius:12px;
  box-shadow:0 15px 40px #00000014;
  display:none;min-width:190px;
}
.nav-dropdown.open .nav-dropdown-menu{display:block}
.nav-dropdown-menu a{
  display:block;padding:9px 12px;border-radius:8px;
  font-size:10px;font-weight:600;color:#666;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active{background:var(--cream);color:var(--ink)}
.nav-dropdown-menu a:after{display:none}
.nav-right{display:flex;align-items:center;gap:14px}
.language-dropdown{position:relative}
.lang-btn{border:0;background:none;display:flex;gap:7px;align-items:center;cursor:pointer;padding:7px}
.lang-btn img,.lang-menu img{width:21px;height:14px;object-fit:cover}
.lang-btn i{font-size:8px;color:#888}
.lang-menu{position:absolute;right:0;top:42px;background:#fff;border:1px solid var(--line);padding:5px;border-radius:10px;box-shadow:0 15px 40px #00000014;display:none;min-width:125px}
.language-dropdown.open .lang-menu{display:block}
.lang-menu button{display:flex;gap:8px;width:100%;border:0;background:none;padding:8px;border-radius:7px;font-size:9px;cursor:pointer;text-align:left}
.lang-menu button:hover{background:var(--cream)}
.nav-cta{font-size:10px;font-weight:700;color:#fff;background:var(--orange);padding:11px 15px;border-radius:999px}
.menu-toggle{display:none;border:0;background:none;width:38px;height:38px;gap: 3px;}
.menu-toggle span{display:block;width:18px;height:2px;background:#222;margin:0;}
.mobile-nav{display:none}

/* HERO */
.hero{margin-top:78px;min-height:calc(100vh - 78px);background:var(--cream);position:relative;overflow:hidden}

/* TEMUKAN */

/* PHILOSOPHY */

/* PROCESS */
.process{background:var(--paper);display:grid;grid-template-columns:.65fr 1.35fr;gap:110px;align-items:center}
.process-title{align-self:start}
.process-title h2{margin-top:10px}
.process-visual{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:10px}
.process-line{position:absolute;left:8%;right:8%;top:68px;border-top:1px dashed #cfc4b4}
.process-step{text-align:center;position:relative;z-index:1}
.process-step>span{font-size:8px;color:#aaa}
.process-dot{width:70px;height:70px;background:#fff;border:1px solid #d9d0c4;border-radius:50%;display:grid;place-items:center;margin:17px auto 15px;color:var(--orange);box-shadow:0 7px 20px #00000008}
.process-step h3{font-size:19px;margin:0 0 5px}
.process-step p{font-size:8px;color:#999;margin:0}

/* STORY */

/* JOIN */

/* FOOTER */
.footer{background:#202020;color:#fff;padding:70px max(5vw,24px) 20px}
.footer-main{max-width:1440px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:50px;padding-bottom:60px}
.footer-logo img{width:145px}
.footer-brand p{font-size:10px;color:#999;max-width:250px}
.footer-main h4{font-size:9px;letter-spacing:1.5px;color:#888;margin:0 0 17px}
.footer-main>div:not(.footer-brand)>a{display:block;color:#bbb;font-size:9px;margin-bottom:11px}
.footer-main>div:not(.footer-brand)>a:hover{color:var(--orange)}
.footer-main .footer-talk{display:flex;flex-direction:column;gap:14px}
.footer-main .footer-talk a{display:flex!important;align-items:center;gap:12px;margin-bottom:0!important;color:#ccc;transition:color .2s}
.footer-main .footer-talk a i{
  width:30px;height:30px;flex-shrink:0;
  display:grid;place-items:center;
  border-radius:50%;
  background:#2f2f2f;
  color:#ccc;
  font-size:12px;
  transition:background .2s,color .2s;
}
.footer-main .footer-talk a:hover{color:var(--orange)}
.footer-main .footer-talk a:hover i{background:var(--orange);color:#fff}
.footer-bottom{max-width:1440px;margin:auto;border-top:1px solid #383838;padding-top:18px;display:flex;justify-content:space-between;color:#666;font-size:7px;letter-spacing:.3px}

/* RESPONSIVE */
@media(max-width:1100px){
  .desktop-nav{gap:15px}
  .desktop-nav a{font-size:9px}
  .process{gap:35px}
}
@media(max-width:850px){
  .desktop-nav,.nav-cta{display:none}
  .menu-toggle{display:block}
  .mobile-nav{position:absolute;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid #ddd;padding:18px 24px;display:none;box-shadow:0 20px 30px #00000012}
  .mobile-nav.open{display:grid}
  .mobile-nav>a{padding:11px 0;font-size:11px;color:#444;border-bottom:1px solid #eee}
  .mobile-nav .mobile-cta{margin-top:12px;background:var(--orange);color:#fff;text-align:center;border:0;border-radius:999px}
.process{grid-template-columns:1fr}
  .process-visual{grid-template-columns:repeat(5,1fr)}
  .process-line{display:none}
  .footer-main{grid-template-columns:1.5fr 1fr 1fr}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:600px){
  .nav-wrap{padding:0 18px}
  .brand img{width:85px}
  .brand span{font-size:7px}
  .nav-right{margin-left:auto}
  .section-pad{padding:80px 20px}
  h2{font-size:48px;letter-spacing:-1.5px}
  .process-visual{grid-template-columns:1fr;gap:18px}
  .process-step{display:grid;grid-template-columns:30px 58px 1fr;align-items:center;text-align:left;gap:10px}
  .process-dot{width:55px;height:55px;margin:0}
  .process-step h3{font-size:17px}
  .process-step p{grid-column:3}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{flex-direction:column;gap:8px}
}

/* Three-level learning progression */

/* Kelas — three-level reference layout */

/* =========================================================
   HERO — inspired by the uploaded education landing-page
   reference: centered learning message + floating circular
   visual system, adapted to Imajireka Akademi branding.
   ========================================================= */
/* =========================================================
   HERO V3 — centered title + children/works underneath
   ========================================================= */
.academy-hero-kicker{
  font-size:9px;
  font-weight:800;
  letter-spacing:3px;
  color:#666;
  margin:0 0 15px;
}
.academy-hero-kicker:first-letter{color:var(--orange)}

/* Main visual is BELOW the centered copy, matching the supplied reference. */
@media(max-width:600px){
  .academy-hero-kicker{font-size:7px;letter-spacing:2px}
}

/* =========================================================
   HERO — 4 CHILDREN / CENTERED EDUCATION LANDING PAGE
   Dummy photos are intentionally used for now.
   ========================================================= */
.academy-hero-exact{
  margin-top:78px;
  min-height:calc(100vh - 78px);
  background:#fffdf9;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.academy-hero-bg{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(1px);
}
.academy-hero-bg.blob-top{
  width:430px;height:430px;
  right:-160px;top:-250px;
  background:linear-gradient(145deg,#ffc46d,#ffe8c4);
}
.academy-hero-bg.blob-left{
  width:230px;height:330px;
  left:-130px;top:170px;
  background:#fff0dc;
  transform:rotate(25deg);
}
.academy-hero-bg.blob-bottom{
  width:300px;height:180px;
  right:-120px;bottom:75px;
  background:#ffe6c5;
}
.academy-hero-main{
  width:min(1320px,100%);
  margin:auto;
  padding:52px 5vw 12px;
  position:relative;
  z-index:2;
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.academy-hero-copy{
  text-align:center;
  max-width:900px;
}
.academy-hero-kicker{
  margin:0 0 15px;
  color:#666;
  font-size:9px;
  letter-spacing:3px;
  font-weight:700;
}
.academy-hero-copy h1{
  font-family:var(--font-heading);
  font-size:clamp(55px,6vw,84px);
  line-height:.96;
  letter-spacing:-3.5px;
  margin:0;
  color:#242424;
}
.academy-hero-copy h1 span{
  display:block;
  color:var(--orange);
}
.academy-hero-copy>p{
  max-width:630px;
  margin:18px auto 0;
  font-size:12px;
  line-height:1.75;
  color:#656565;
}
.academy-hero-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top:22px;
}
.hero-cta-primary{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--orange);
  color:#fff;
  padding:13px 20px;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  box-shadow:0 9px 23px rgba(247,147,30,.2);
}
.hero-cta-primary:hover{background:#e98412}
.hero-cta-secondary{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #bdb6ad;
  color:#333;
  padding:10px 17px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  font-size:9px;
  font-weight:700;
  cursor:pointer;
}
.hero-cta-secondary b{
  width:24px;height:24px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#252525;color:#fff;
}
.hero-cta-secondary i{font-size:7px}

.academy-four-kids{
  position:relative;
  width:min(1080px,100%);
  height:335px;
  margin:13px auto 0;
}
.academy-four-kids:before{
  content:"";
  position:absolute;
  width:790px;height:245px;
  left:50%;top:32px;
  transform:translateX(-50%);
  border-radius:50%;
  background:rgba(255,225,180,.5);
}
.hero-kid{
  position:absolute;
  z-index:3;
  width:205px;height:205px;
  overflow:hidden;
  border-radius:50%;
  border:7px solid #fff;
  box-shadow:0 16px 35px rgba(50,42,32,.13);
}
.hero-kid img{
  width:100%;height:100%;
  object-fit:cover;
  display:block;
}
.kid-1{left:7%;top:62px;transform:rotate(-4deg)}
.kid-2{left:30%;top:42px;transform:rotate(2deg)}
.kid-3{left:53%;top:42px;transform:rotate(-2deg)}
.kid-4{right:7%;top:62px;transform:rotate(4deg)}
.hero-note-card{
  position:absolute;
  z-index:6;
  background:#fff;
  border:1px solid #e2d9cd;
  box-shadow:0 9px 25px rgba(43,43,43,.09);
  padding:10px 13px;
  font-family:cursive;
  font-size:9px;
  line-height:1.45;
  color:#777;
}
.hero-note-card strong{color:#333}
.note-card-left{left:2%;bottom:11px;transform:rotate(-5deg)}
.note-card-right{right:2%;bottom:7px;transform:rotate(5deg)}

.academy-hero-trust{
  width:min(1320px,100%);
  margin:auto;
  padding:12px 5vw 16px;
  border-top:1px solid #e1d9ce;
  position:relative;
  z-index:2;
  text-align:center;
}
.academy-hero-trust>p{
  font-size:9px;
  color:#888;
  margin:0 0 11px;
}
.trust-items{
  display:flex;
  justify-content:space-around;
  align-items:center;
  gap:20px;
}
.trust-items span{
  display:flex;
  align-items:center;
  gap:9px;
  text-align:left;
  color:#888;
  font-size:8px;
  line-height:1.25;
  min-width:130px;
  justify-content:center;
}
.trust-items i{
  color:#aaa;
  font-size:20px;
}
@media(max-width:1000px){
  .hero-kid{width:175px;height:175px}
  .kid-1{left:4%}
.kid-2{left:28%}
.kid-3{left:52%}
.kid-4{right:4%}
  .academy-four-kids{height:305px}
}
@media(max-width:800px){
  .academy-hero-main{padding-top:45px}
  .academy-hero-copy h1{font-size:55px}
  .academy-four-kids{height:300px}
  .hero-kid{width:145px;height:145px;border-width:5px}
  .kid-1{left:1%;top:76px}
.kid-2{left:25%;top:55px}
.kid-3{left:51%;top:55px}
.kid-4{right:1%;top:76px}
  .hero-note-card{display:none}
  .trust-items span{min-width:0;font-size:7px}
  .trust-items i{font-size:16px}
}
@media(max-width:600px){
  .academy-hero-main{padding:42px 18px 10px}
  .academy-hero-copy h1{font-size:43px;letter-spacing:-2px}
  .academy-hero-kicker{font-size:7px;letter-spacing:2px}
  .academy-hero-copy>p{font-size:10px}
  .academy-hero-buttons{flex-direction:column}
  .academy-four-kids{height:270px;margin-top:16px}
  .academy-four-kids:before{width:330px;height:175px;top:43px}
  .hero-kid{width:94px;height:94px;border-width:4px}
  .kid-1{left:0;top:75px}
  .kid-2{left:23%;top:53px}
  .kid-3{left:auto;right:23%;top:53px}
  .kid-4{right:0;top:75px}
  .academy-hero-trust{display:none}
}

/* =========================================================
   TEMUKAN V2 — playful creative-school section
   Inspired by the supplied visual reference.
   ========================================================= */
.discover{
  position:relative;
  overflow:hidden;
  background:#fffdf9;
  padding:105px 5vw 70px;
}
.discover:before{
  content:"";
  position:absolute;
  width:420px;height:420px;
  border-radius:50%;
  background:#fff1de;
  left:-230px;top:160px;
}
.discover:after{
  content:"";
  position:absolute;
  width:300px;height:300px;
  border-radius:50%;
  background:#f0f7e7;
  right:-180px;bottom:70px;
}
.discover-inner{
  position:relative;
  z-index:2;
  max-width:1220px;
  margin:auto;
}
.discover-heading{
  position:relative;
  display:grid;
  grid-template-columns:.7fr 1.7fr .7fr;
  align-items:end;
  gap:30px;
  margin-bottom:45px;
}
.discover-label{
  align-self:start;
  color:var(--orange);
  font-size:9px;
  font-weight:800;
  letter-spacing:2.5px;
  padding-top:10px;
}
.discover-title-wrap{
  text-align:center;
}
.discover-title-wrap h2{
  font-size:clamp(50px,5.8vw,76px);
  line-height:.94;
  letter-spacing:-3px;
  margin:0;
}
.discover-title-wrap h2 span{
  color:var(--orange);
}
.discover-title-wrap p{
  max-width:480px;
  margin:17px auto 0;
  color:#777;
  font-size:10px;
  line-height:1.75;
}

.discover-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
.discover-card{
  position:relative;
  text-align:center;
}
.discover-image{
  height:315px;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  overflow:visible;
}
.discover-image .image-blob{
  position:absolute;
  width:88%;
  height:78%;
  bottom:14px;
  border-radius:48% 52% 45% 55% / 55% 48% 52% 45%;
  z-index:0;
  transition:.35s ease;
}
.card-illustration .image-blob{
  background:#ffe9d2;
  transform:rotate(-4deg);
}
.card-design .image-blob{
  background:#e5f2ff;
  transform:rotate(4deg);
}
.card-build .image-blob{
  background:#edf5dc;
  transform:rotate(-3deg);
}
.discover-card:hover .image-blob{
  transform:rotate(0deg) scale(1.04);
}
.discover-image img{
  position:relative;
  z-index:2;
  width:75%;
  height:245px;
  object-fit:cover;
  border-radius:45% 45% 32% 32%;
  box-shadow:0 14px 25px rgba(48,40,31,.11);
  border:5px solid #fff;
}
.image-icon{
  position:absolute;
  z-index:4;
  left:7%;
  top:55px;
  width:58px;height:58px;
  border-radius:50%;
  background:#fff;
  color:var(--orange);
  display:grid;
  place-items:center;
  font-size:18px;
  box-shadow:0 8px 22px rgba(38,33,27,.1);
}
.discover-copy{
  padding-top:5px;
}
.discover-copy h3{
  font-size:32px;
  line-height:1;
  letter-spacing:-1px;
  margin:0 0 12px;
}
.card-build .discover-copy h3{color:#333}
.discover-copy p{
  max-width:310px;
  min-height:45px;
  margin:0 auto 18px;
  color:#777;
  font-size:10px;
  line-height:1.65;
}
.discover-copy a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1.5px solid var(--orange);
  border-radius:999px;
  padding:11px 18px;
  color:var(--orange);
  font-size:9px;
  font-weight:800;
  transition:.25s;
}
.discover-copy a:hover{
  background:var(--orange);
  color:#fff;
}
.discover-footer{
  display:flex;
  align-items:center;
  gap:28px;
  margin:65px auto 0;
  max-width:900px;
  position:relative;
}
.discover-footer span{
  flex:1;
  height:1px;
  background:#ded7ce;
}
.discover-footer p{
  margin:0;
  white-space:nowrap;
  font-size:7px;
  letter-spacing:2px;
  color:#777;
}
.discover-footer p b{
  color:var(--orange);
}
.discover-footer>i{
  position:absolute;
  right:-35px;
  bottom:-10px;
  color:var(--orange);
  font-size:40px;
  font-family:cursive;
  transform:rotate(-15deg);
}

@media(max-width:950px){
  .discover-heading{
    grid-template-columns:1fr;
    text-align:center;
  }
  .discover-label{padding:0;text-align:left}
  .discover-cards{gap:15px}
  .discover-image{height:260px}
  .discover-image img{height:205px}
  .image-icon{width:45px;height:45px;font-size:14px;top:42px}
}
@media(max-width:650px){
  .discover{padding:80px 20px 55px}
  .discover-heading{margin-bottom:30px}
  .discover-title-wrap h2{font-size:46px;letter-spacing:-2px}
  .discover-title-wrap p{font-size:9px}
  .discover-cards{grid-template-columns:1fr;gap:55px}
  .discover-image{height:270px}
  .discover-image img{width:68%;height:220px}
  .image-icon{left:15%;top:42px}
  .discover-copy h3{font-size:29px}
  .discover-copy p{min-height:auto;margin-bottom:15px}
  .discover-footer{margin-top:55px;flex-wrap:wrap;justify-content:center;row-gap:6px}
  .discover-footer p{font-size:9px;letter-spacing:1.1px;white-space:normal;text-align:center;max-width:230px;margin:0 auto;order:1}
  .discover-footer span{display:none}
  .discover-footer>i{display:none}
}

/* =========================================================
   PHILOSOPHY V2 — playful editorial / learning philosophy
   ========================================================= */
.philosophy{
  background:#f3eee6;
  padding:105px 5vw;
  position:relative;
  overflow:hidden;
}
.philosophy:before{
  content:"";
  position:absolute;
  width:540px;height:540px;
  border-radius:50%;
  background:#fff9ef;
  left:-300px;top:-180px;
}
.philosophy:after{
  content:"";
  position:absolute;
  width:260px;height:260px;
  border-radius:50%;
  background:#ffe0b7;
  right:-140px;bottom:-120px;
}
.philosophy-inner{
  max-width:1220px;
  margin:auto;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center;
}
.philosophy-visual{
  min-height:610px;
  position:relative;
}
.philosophy-photo-frame{
  position:absolute;
  left:5%;
  top:20px;
  width:82%;
  height:545px;
  overflow:hidden;
  border-radius:8px 80px 8px 80px;
  background:#ddd;
  box-shadow:18px 20px 0 #e5d9ca;
}
.philosophy-photo-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.philosophy-sticker{
  position:absolute;
  z-index:4;
  right:0;
  top:65px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  transform:rotate(8deg);
  box-shadow:0 12px 25px rgba(80,54,25,.16);
}
.philosophy-sticker span{
  font-size:8px;
  letter-spacing:2px;
  font-weight:800;
}
.philosophy-sticker strong{
  font-family:var(--font-heading);
  font-size:27px;
  line-height:.82;
  text-align:center;
  margin-top:5px;
}
.philosophy-content{
  padding:20px 0;
}
.philosophy-content .mini-label{margin-bottom:16px}
.philosophy-content h2{
  font-size:clamp(46px,5vw,69px);
  line-height:.96;
  letter-spacing:-2.5px;
  margin:0 0 24px;
}
.philosophy-content h2 span{
  color:var(--orange);
}
.philosophy-lead{
  color:#707070;
  font-size:11px;
  line-height:1.8;
  max-width:500px;
  margin:0 0 28px;
}
.philosophy-principles{
  border-top:1px solid #d6ccc0;
}
.principle{
  display:grid;
  grid-template-columns:45px 1fr;
  gap:14px;
  padding:15px 0;
  border-bottom:1px solid #d6ccc0;
  transition:.25s;
}
.principle:hover{
  padding-left:7px;
}
.principle-no{
  width:32px;
  height:32px;
  border:1px solid #cfc4b7;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--orange);
  font-size:8px;
  font-weight:800;
  background:#fffaf3;
}
.principle h3{
  font-size:17px;
  margin:0 0 3px;
}
.principle p{
  margin:0;
  color:#888;
  font-size:8.5px;
  line-height:1.6;
  max-width:410px;
}
@media(max-width:900px){
  .philosophy-inner{
    grid-template-columns:1fr;
    gap:65px;
  }
  .philosophy-visual{
    min-height:540px;
    max-width:650px;
    width:100%;
    margin:auto;
  }
  .philosophy-photo-frame{
    width:85%;
    height:490px;
  }
  .philosophy-content{max-width:700px;margin:auto}
}
@media(max-width:600px){
  .philosophy{padding:75px 20px}
  .philosophy-inner{gap:45px}
  .philosophy-visual{min-height:390px}
  .philosophy-photo-frame{
    left:2%;
    top:12px;
    width:88%;
    height:350px;
    border-radius:6px 45px 6px 45px;
    box-shadow:11px 12px 0 #e5d9ca;
  }
  .philosophy-sticker{
    width:92px;height:92px;
    right:0;top:30px;
  }
  .philosophy-sticker span{font-size:6px}
  .philosophy-sticker strong{font-size:20px}
  .philosophy-content h2{font-size:45px;letter-spacing:-1.8px}
  .philosophy-lead{font-size:10px}
  .principle{grid-template-columns:39px 1fr}
  .principle h3{font-size:16px}
  .principle p{font-size:8px}
}

/* =========================================================
   KELAS REFERENCE — exact visual direction from supplied
   reference, adapted to the existing Imajireka stylesheet.
   ========================================================= */
.classes-reference{background:#fffdf9;padding:92px 4.5vw 72px;position:relative;overflow:hidden}
.classes-reference:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#fff1df;left:-150px;top:10px}
.classes-reference:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#fff0dc;right:-115px;bottom:15px}
.classes-reference-inner{max-width:1390px;margin:auto;position:relative;z-index:1}
.classes-ref-heading{display:grid;grid-template-columns:1.35fr .7fr .55fr;gap:35px;align-items:end;margin:0 45px 28px}
.classes-ref-label{font-size:10px;letter-spacing:2.5px;font-weight:800;color:var(--orange);margin:0 0 18px}
.classes-ref-heading h2{font-size:clamp(55px,5.5vw,78px);line-height:.94;letter-spacing:-3.5px;margin:0;color:#17212b}
.classes-ref-heading h2 span{color:var(--orange)}
.classes-ref-subtitle{font-size:15px;line-height:1.4;color:#637083;margin:12px 0 0}
.classes-ref-subtitle strong{color:#25303a}
.classes-ref-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.classes-ref-card{border-radius:12px;padding:25px 18px 17px;min-width:0;box-sizing:border-box}
.card-mulai{background:#fff3df}
.card-tumbuh{background:#f1f3f5}
.card-mahir{background:#fff0ed}
.ref-card-top{display:flex;justify-content:space-between;align-items:center;margin:0 18px 12px}
.ref-card-top span{font-size:9px;letter-spacing:2px;font-weight:800;color:#555}
.card-mulai .ref-card-top span,.card-mulai .ref-card-top b{color:var(--orange)}
.card-tumbuh .ref-card-top b{color:#1d2732}
.card-mahir .ref-card-top span,.card-mahir .ref-card-top b{color:#dc302b}
.ref-card-top b{font-size:9px;letter-spacing:1.5px}
.ref-card-main{display:grid;grid-template-columns:1fr 1.22fr;gap:8px;align-items:center;margin:0 0 11px}
.ref-card-title{padding:0 0 0 18px;min-width:0}
.ref-card-title h3{font-size:35px;line-height:1;margin:0 0 6px;letter-spacing:-1px}
.card-mulai .ref-card-title h3{color:var(--orange)}
.card-tumbuh .ref-card-title h3{color:#18232e}
.card-mahir .ref-card-title h3{color:#db302b}
.ref-card-title h4{font-size:21px;line-height:1.03;margin:0 0 8px;color:#18232e}
.ref-card-title p{font-size:8.5px;line-height:1.45;color:#65707b;margin:0}
.ref-card-photo{height:170px;overflow:hidden;border-radius:58% 42% 42% 58% / 42% 58% 42% 58%;background:#ddd}
.ref-card-photo img{width:100%;height:100%;object-fit:cover;display:block}
.ref-syllabus{background:rgba(255,255,255,.82);border-radius:14px;padding:4px 13px;margin:0 0 12px}
.ref-syllabus>div{display:grid;grid-template-columns:28px 1fr;gap:7px;align-items:center;border-bottom:1px solid #e6e3df;padding:7px 0}
.ref-syllabus>div:last-child{border-bottom:0}
.ref-syllabus b{font-size:9px;color:#222}
.card-mulai .ref-syllabus b{color:var(--orange)}
.card-tumbuh .ref-syllabus b{color:#23303b}
.card-mahir .ref-syllabus b{color:#df302c}
.ref-syllabus span{font-size:8.2px;line-height:1.25;color:#4d5864}
.ref-card-action{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:15px;padding:0 2px}
.ref-card-action a{display:flex;align-items:center;justify-content:center;gap:13px;color:#fff;border-radius:999px;padding:12px 18px;font-size:9px;font-weight:800;white-space:nowrap}
.card-mulai .ref-card-action a{background:var(--orange)}
.card-tumbuh .ref-card-action a{background:#17212b}
.card-mahir .ref-card-action a{background:#e52d29}
.ref-card-action span{font-size:8px;line-height:1.35;color:#626b75}
.classes-ref-footer{display:flex;align-items:center;gap:28px;justify-content:center;margin:32px 100px 0}
.classes-ref-footer span{height:1px;background:#d8d5d0;flex:1}
.classes-ref-footer p{font-size:8px;letter-spacing:2.3px;color:#69727d;margin:0;white-space:nowrap}
@media(max-width:1100px){
 .classes-ref-heading{grid-template-columns:1fr .65fr;margin:0 15px 28px}
 .ref-card-main{grid-template-columns:1fr}
.ref-card-photo{height:155px}
 .ref-card-title{padding-left:10px}
}
@media(max-width:760px){
 .classes-reference{padding:75px 18px 55px}
.classes-ref-heading{display:block;margin:0 0 28px}
.classes-ref-heading h2{font-size:48px;letter-spacing:-2px}
 .classes-ref-grid{grid-template-columns:1fr;gap:14px}
.classes-ref-card{padding:22px 15px 15px}
.ref-card-main{grid-template-columns:1fr 1fr}
.ref-card-photo{height:145px}
 .ref-card-title h3{font-size:30px}
.ref-card-title h4{font-size:18px}
.ref-card-title p{font-size:8px}
.ref-syllabus span{font-size:8px}
.classes-ref-footer{margin:28px 0 0;flex-wrap:wrap;justify-content:center;row-gap:6px}
.classes-ref-footer p{font-size:9px;letter-spacing:1px;white-space:normal;text-align:center;max-width:230px;margin:0 auto}
.classes-ref-footer span{display:none}
}

/* =========================================================
   THE EXPERIENCE — minimal editorial redesign
   ========================================================= */
.experience-minimal{
  background:#f7f3ed;
  padding:115px 5vw 95px;
  position:relative;
  overflow:hidden;
}
.experience-minimal-inner{max-width:1220px;margin:auto}
.experience-heading{
  display:grid;
  grid-template-columns:1.05fr .75fr;
  gap:100px;
  align-items:end;
  margin-bottom:52px;
}
.experience-heading .mini-label{margin-bottom:19px}
.experience-heading h2{
  margin:0;
  font-size:clamp(52px,5.5vw,76px);
  line-height:.94;
  letter-spacing:-3px;
}
.experience-heading h2 em{color:var(--orange);font-style:normal}
.experience-heading-copy{
  max-width:400px;
  margin:0 0 4px;
  color:#6e6a64;
  font-size:12px;
  line-height:1.8;
}
.experience-feature{
  display:grid;
  grid-template-columns:1.65fr .65fr;
  min-height:420px;
  background:#fff;
  border:1px solid #e3ddd5;
  border-radius:22px;
  overflow:hidden;
}
.experience-photo{
  position:relative;
  min-height:420px;
  overflow:hidden;
}
.experience-photo:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.38));
}
.experience-photo img{
  width:100%;height:100%;object-fit:cover;
  display:block;
}
.experience-photo-caption{
  position:absolute;
  z-index:2;
  left:30px;bottom:27px;
  color:#fff;
}
.experience-photo-caption span{
  display:block;
  font-size:7px;
  font-weight:800;
  letter-spacing:2px;
  margin-bottom:8px;
}
.experience-photo-caption strong{
  font-size:25px;
  line-height:1.05;
  letter-spacing:-.5px;
}
.experience-side{
  padding:42px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.experience-side-label{
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  color:var(--orange);
  margin-bottom:22px;
}
.experience-side p{
  margin:0;
  color:#57534e;
  font-size:16px;
  line-height:1.8;
}
.experience-side a{
  margin-top:28px;
  color:#222;
  font-size:12px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:9px;
}
.experience-side a i{color:var(--orange)}
.experience-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:24px;
  border-top:1px solid #d9d1c8;
  border-bottom:1px solid #d9d1c8;
}
.experience-points article{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:14px;
  padding:28px 28px 27px 0;
}
.experience-points article+article{
  padding-left:28px;
  border-left:1px solid #d9d1c8;
}
.experience-points article>span{
  font-size:9px;
  font-weight:800;
  color:var(--orange);
  padding-top:3px;
}
.experience-points h3{
  margin:0 0 7px;
  font-size:18px;
  letter-spacing:-.4px;
}
.experience-points p{
  margin:0;
  color:#77716a;
  font-size:9px;
  line-height:1.65;
  max-width:260px;
}
@media(max-width:850px){
  .experience-heading{grid-template-columns:1fr;gap:20px}
  .experience-feature{grid-template-columns:1fr}
  .experience-photo{min-height:360px}
  .experience-side{padding:30px}
}
@media(max-width:650px){
  .experience-minimal{padding:80px 20px 65px}
  .experience-heading h2{font-size:48px;letter-spacing:-2px}
  .experience-heading-copy{font-size:10px}
  .experience-photo{min-height:280px}
  .experience-photo-caption{left:20px;bottom:20px}
  .experience-photo-caption strong{font-size:20px}
  .experience-side{padding:27px 22px}
  .experience-side p{font-size:14px}
  .experience-points{grid-template-columns:1fr}
  .experience-points article,.experience-points article+article{
    padding:20px 0;
    border-left:0;
  }
  .experience-points article+article{border-top:1px solid #d9d1c8}
}

/* The Experience — reduce photo scale while keeping the same layout */
.experience-feature{
  grid-template-columns:1.28fr .72fr;
  min-height:350px;
  max-width:1100px;
  margin:0 auto;
}
.experience-photo{min-height:350px}
.experience-side{padding:34px 30px}
.experience-photo-caption{left:25px;bottom:22px}
@media(max-width:850px){
  .experience-feature{grid-template-columns:1fr;max-width:none}
  .experience-photo{min-height:320px}
}
@media(max-width:650px){
  .experience-photo{min-height:250px}
}

/* =========================================================
   KARYA SISWA — clean editorial gallery
   ========================================================= */

/* =========================================================
   STUDENT GALLERY V2 — clean portfolio grid
   ========================================================= */
.student-gallery-title h2{margin:0;font-size:clamp(52px,5.6vw,78px);line-height:.94;letter-spacing:-3.2px}
.student-gallery-title h2 span{color:var(--orange)}
@media(max-width:600px){.student-gallery-title h2{font-size:45px;letter-spacing:-2px}}

/* =========================================================
   KARYA SISWA — full-width seamless mosaic
   Reference-inspired: no white space between gallery tiles.
   ========================================================= */
.student-gallery-fullbleed{
  background:#fffdf9;
  padding:100px 0 72px;
  overflow:hidden;
}
.student-gallery-header{
  max-width:1280px;
  margin:0 auto 56px;
  padding:0 5vw;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.student-gallery-title{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.student-gallery-title .mini-label{
  margin-bottom:18px;
}
.student-gallery-title h2{
  margin:0;
  font-size:clamp(52px,5.5vw,76px);
  line-height:.95;
  letter-spacing:-3px;
}
.student-gallery-title h2 span{color:var(--orange)}
.student-gallery-intro{
  margin-top:24px;
}
.student-gallery-intro>p{
  max-width:480px;
  margin:0 auto;
  color:#667080;
  font-size:14px;
  line-height:1.65;
  text-align:center;
}
.student-gallery-mosaic{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-template-rows:305px 305px;
  gap:2px;
  background:#fffdf9;
}
.gallery-tile{
  position:relative;
  min-width:0;
  overflow:hidden;
  background:#ddd;
}
.gallery-tile-main{
  grid-column:span 1;
  grid-row:span 2;
}
.gallery-tile img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .55s ease;
}
.gallery-tile:hover img{
  transform:scale(1.045);
}
.gallery-tile-overlay{
  position:absolute;
  inset:38% 0 0;
  background:linear-gradient(to bottom,transparent 5%,rgba(10,13,17,.72) 100%);
  pointer-events:none;
}
.gallery-category{
  position:absolute;
  z-index:2;
  top:16px;
  left:16px;
  background:rgba(255,255,255,.9);
  color:#26303a;
  padding:7px 12px;
  border-radius:999px;
  font-size:7px;
  font-weight:700;
}
.gallery-meta{
  position:absolute;
  z-index:3;
  left:18px;
  right:18px;
  bottom:16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  color:#fff;
}
.gallery-meta h3{
  margin:0 0 3px;
  font-size:14px;
  line-height:1.1;
}
.gallery-meta p{
  margin:0;
  font-size:7px;
  opacity:.85;
}
.gallery-meta a,
.gallery-meta button{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:50%;
  background:#fff;
  color:#222;
  display:grid;
  place-items:center;
  font-size:11px;
  transition:.2s;
  border:none;
  padding:0;
  cursor:pointer;
}
.gallery-meta a:hover,
.gallery-meta button:hover{
  background:var(--orange);
  color:#fff;
}
.gallery-tile-main .gallery-meta h3{font-size:18px}
.gallery-tile-main .gallery-meta{
  left:22px;
  right:22px;
  bottom:19px;
}
.gallery-tile-ocean{
  background:linear-gradient(180deg,#53b7d9 0%,#0d496b 100%);
}
.student-gallery-bottom{
  max-width:1280px;
  margin:28px auto 0;
  padding:0 5vw;
  text-align:center;
}
.student-gallery-bottom>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:255px;
  padding:13px 22px;
  border:1px solid var(--orange);
  border-radius:999px;
  color:var(--orange);
  font-size:9px;
  font-weight:800;
  transition:.2s;
}
.student-gallery-bottom>a:hover{
  background:var(--orange);
  color:#fff;
}
.student-gallery-tagline{
  display:flex;
  align-items:center;
  gap:25px;
  margin:32px auto 0;
  max-width:850px;
}
.student-gallery-tagline span{
  flex:1;
  height:1px;
  background:#ddd7cf;
}
.student-gallery-tagline p{
  margin:0;
  white-space:nowrap;
  color:#747d8b;
  font-size:7px;
  letter-spacing:2px;
}
@media(max-width:900px){
  .student-gallery-header{
    gap:18px;
    margin-bottom:40px;
  }
  .student-gallery-mosaic{
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:260px 260px 260px 260px;
  }
  .gallery-tile-main{
    grid-column:span 1;
    grid-row:span 2;
  }
}
@media(max-width:600px){
  .student-gallery-fullbleed{padding:80px 0 58px}
  .student-gallery-header{padding:0 20px;margin-bottom:32px}
  .student-gallery-title h2{font-size:45px;letter-spacing:-2px}
  .student-gallery-mosaic{
    grid-template-columns:1fr 1fr;
    grid-template-rows:220px 220px 220px 220px;
    gap:2px;
  }
  .gallery-tile-main{
    grid-column:span 2;
    grid-row:span 2;
  }
  .gallery-tile-main .gallery-meta h3{font-size:16px}
  .gallery-meta{left:11px;right:11px;bottom:11px}
  .gallery-meta h3{font-size:10px}
  .gallery-meta p{font-size:6px}
  .gallery-meta a{width:30px;height:30px;flex-basis:30px;font-size:8px}
  .gallery-category{top:10px;left:10px;padding:6px 9px;font-size:6px}
  .student-gallery-bottom{padding:0 20px}
  .student-gallery-tagline{gap:10px;flex-wrap:wrap;justify-content:center;row-gap:6px}
  .student-gallery-tagline p{font-size:9px;letter-spacing:1px;white-space:normal;text-align:center;max-width:230px;margin:0 auto}
  .student-gallery-tagline span{display:none}
}

/* =========================================================
   GROW WITH US — From Curious to Confident
   Clean editorial journey section.
   ========================================================= */
.grow-journey{
  background:#fffdf9;
  padding:115px 5vw 90px;
  overflow:hidden;
}
.grow-journey-inner{
  max-width:1280px;
  margin:0 auto;
}
.grow-journey-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:90px;
  align-items:end;
}
.grow-title .mini-label{
  margin-bottom:20px;
}
.grow-title h2{
  margin:0;
  font-size:clamp(52px,5.5vw,76px);
  line-height:.95;
  letter-spacing:-3px;
}
.grow-title h2 span{
  color:var(--orange);
}
.grow-intro{
  max-width:420px;
  padding-bottom:6px;
}
.grow-intro p{
  margin:0;
  color:#69717c;
  font-size:13px;
  line-height:1.7;
}
.journey-line{
  width:100%;
  height:1px;
  background:#ddd7ce;
  margin:58px 0 0;
}
.journey-steps{
  display:grid;
  grid-template-columns:1fr 42px 1fr 42px 1fr;
  align-items:stretch;
}
.journey-step{
  padding:32px 10px 30px 0;
  display:grid;
  grid-template-columns:70px 1fr;
  gap:20px;
  min-height:220px;
}
.journey-step-number{
  font-size:45px;
  line-height:1;
  font-weight:800;
  letter-spacing:-2px;
  color:#d8d1c8;
}
.journey-step:nth-of-type(3) .journey-step-number{
  color:#d2dce5;
}
.journey-step:nth-of-type(5) .journey-step-number{
  color:#e8cbc8;
}
.journey-step-content{
  padding-top:2px;
}
.journey-step-label{
  display:inline-block;
  color:var(--orange);
  font-size:8px;
  letter-spacing:2px;
  font-weight:800;
  margin-bottom:17px;
}
.journey-step:nth-of-type(3) .journey-step-label{
  color:#4b718f;
}
.journey-step:nth-of-type(5) .journey-step-label{
  color:#c7443e;
}
.journey-step h3{
  margin:0 0 10px;
  font-size:25px;
  line-height:1.05;
  letter-spacing:-.8px;
}
.journey-step p{
  margin:0;
  max-width:245px;
  color:#777;
  font-size:9.5px;
  line-height:1.7;
}
.journey-arrow{
  align-self:center;
  justify-self:center;
  width:36px;
  height:36px;
  border:1px solid #d8d1c8;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--orange);
  font-size:14px;
}
.grow-bottom{
  display:flex;
  align-items:center;
  gap:25px;
  margin:25px auto 0;
  max-width:800px;
}
.grow-bottom span{
  height:1px;
  flex:1;
  background:#ddd7ce;
}
.grow-bottom p{
  margin:0;
  white-space:nowrap;
  color:#89909a;
  font-size:7px;
  letter-spacing:2.5px;
}
.grow-bottom b{
  color:var(--orange);
  margin:0 5px;
}
@media(max-width:850px){
  .grow-journey{
    padding:90px 5vw 70px;
  }
  .grow-journey-head{
    grid-template-columns:1fr;
    gap:20px;
  }
  .grow-intro{
    padding:0;
  }
  .journey-steps{
    grid-template-columns:1fr;
  }
  .journey-line{
    margin-top:42px;
  }
  .journey-step{
    min-height:auto;
    padding:28px 0;
    border-bottom:1px solid #e5dfd7;
  }
  .journey-arrow{
    display:none;
  }
}
@media(max-width:600px){
  .grow-journey{
    padding:78px 20px 58px;
  }
  .grow-title h2{
    font-size:46px;
    letter-spacing:-2px;
  }
  .grow-intro p{
    font-size:11px;
  }
  .journey-step{
    grid-template-columns:52px 1fr;
    gap:15px;
  }
  .journey-step-number{
    font-size:34px;
  }
  .journey-step h3{
    font-size:22px;
  }
  .journey-step p{
    font-size:9px;
  }
  .grow-bottom{
    gap:12px;
  }
  .grow-bottom p{
    font-size:5.5px;
    letter-spacing:1.2px;
  }
}

/* =========================================================
   PERTANYAAN UMUM V3 — editorial / warm / distinctive
   ========================================================= */
.faq{
  background:#fffdf9;
  padding:115px 5vw 90px;
  overflow:hidden;
}
.faq-inner{
  max-width:1280px;
  margin:0 auto;
}
.faq-kicker{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:25px;
}
.faq-kicker .mini-label{
  margin:0;
}
.faq-rule{
  width:80px;
  height:1px;
  background:#ddd6cd;
}
.faq-heading{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:100px;
  align-items:end;
  margin-bottom:60px;
}
.faq-heading h2{
  margin:0;
  font-size:clamp(66px,7vw,96px);
  line-height:.84;
  letter-spacing:-4.5px;
}
.faq-heading h2 span{
  color:var(--orange);
}
.faq-copy{
  max-width:420px;
  padding-bottom:4px;
}
.faq-copy p{
  margin:0 0 18px;
  color:#6e7680;
  font-size:12px;
  line-height:1.75;
}
.faq-copy a{
  color:#252a30;
  font-size:9px;
}
.faq-copy a b{
  color:var(--orange);
  margin-left:3px;
}
.faq-layout{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:55px;
  align-items:start;
}
.faq-side{
  position:relative;
  overflow:hidden;
  min-height:355px;
  padding:28px;
  border-radius:22px;
  background:#24282d;
  color:#fff;
  display:flex;
  flex-direction:column;
}
.faq-side:after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border-radius:50%;
  right:-90px;
  bottom:-90px;
  background:var(--orange);
}
.faq-side-label{
  position:relative;
  z-index:2;
  font-size:7px;
  letter-spacing:2px;
  color:#ffad48;
  font-weight:800;
}
.faq-side-mark{
  position:absolute;
  z-index:1;
  right:18px;
  top:4px;
  color:rgba(255,255,255,.06);
  font-size:180px;
  font-weight:800;
  line-height:1;
}
.faq-side h3{
  position:relative;
  z-index:2;
  margin:78px 0 13px;
  font-size:27px;
  line-height:1;
  letter-spacing:-1px;
}
.faq-side p{
  position:relative;
  z-index:2;
  max-width:225px;
  margin:0;
  color:#b9bdc2;
  font-size:9px;
  line-height:1.7;
}
.faq-side-btn{
  position:relative;
  z-index:3;
  margin-top:24px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font-size:9px;
  font-weight:800;
  align-self:flex-start;
}
.faq-side-btn i{color:#ffad48}
.faq-list{
  border-top:1px solid #dcd5cc;
}
.faq-item{
  border-bottom:1px solid #dcd5cc;
}
.faq-item summary{
  list-style:none;
  display:grid;
  grid-template-columns:48px 1fr 34px;
  gap:15px;
  align-items:center;
  padding:23px 4px;
  cursor:pointer;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-num{
  color:#b9b2aa;
  font-size:9px;
  font-weight:800;
  letter-spacing:1px;
}
.faq-item[open] .faq-num{color:var(--orange)}
.faq-question{
  color:#24282d;
  font-size:14px;
  font-weight:700;
}
.faq-plus{
  position:relative;
  width:30px;
  height:30px;
  border:1px solid #d8d1c8;
  border-radius:50%;
}
.faq-plus:before,
.faq-plus:after{
  content:"";
  position:absolute;
  left:8px;
  top:14px;
  width:12px;
  height:1px;
  background:var(--orange);
  transition:.2s;
}
.faq-plus:after{transform:rotate(90deg)}
.faq-item[open] .faq-plus{
  background:var(--orange);
  border-color:var(--orange);
}
.faq-item[open] .faq-plus:before,
.faq-item[open] .faq-plus:after{
  background:#fff;
}
.faq-item[open] .faq-plus:after{transform:rotate(0)}
.faq-answer{
  padding:0 55px 23px 63px;
}
.faq-answer p{
  margin:0;
  max-width:600px;
  color:#737b84;
  font-size:10px;
  line-height:1.75;
}
@media(max-width:850px){
  .faq-heading{
    grid-template-columns:1fr;
    gap:20px;
  }
  .faq-layout{
    grid-template-columns:1fr;
  }
  .faq-side{
    min-height:240px;
  }
  .faq-side h3{margin-top:45px}
}
@media(max-width:600px){
  .faq{
    padding:80px 20px 60px;
  }
  .faq-heading h2{
    font-size:57px;
    letter-spacing:-3px;
  }
  .faq-copy p{font-size:10px}
  .faq-layout{gap:20px}
  .faq-side{
    min-height:270px;
    padding:22px;
    border-radius:17px;
  }
  .faq-side h3{
    margin-top:50px;
    font-size:24px;
  }
  .faq-item summary{
    grid-template-columns:35px 1fr 30px;
    gap:10px;
    padding:19px 0;
  }
  .faq-question{font-size:11px}
  .faq-answer{padding:0 38px 20px 45px}
  .faq-answer p{font-size:9px}
}


/* KONTAK V2 */
.contact{background:#f7f1e8;padding:110px 5vw 70px;overflow:hidden}
.contact-inner{max-width:1280px;margin:0 auto}
.contact-head{display:grid;grid-template-columns:1.15fr .85fr;gap:100px;align-items:end;margin-bottom:48px}
.contact-head .mini-label{margin-bottom:19px}
.contact-head h2{margin:0;font-size:clamp(58px,6vw,82px);line-height:.9;letter-spacing:-4px}
.contact-head h2 span{color:var(--orange)}
.contact-intro{max-width:390px;margin:0 0 5px;color:#6f7680;font-size:12px;line-height:1.75}
.contact-card{display:grid;grid-template-columns:1.2fr .8fr;background:#fffdf9;border:1px solid #e1dbd2;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px rgba(35,35,35,.05)}
.contact-main{padding:50px 55px;border-right:1px solid #e1dbd2}
.contact-eyebrow{display:block;color:var(--orange);font-size:7px;letter-spacing:2px;font-weight:800;margin-bottom:28px}
.contact-main h3{margin:0 0 17px;color:#24282d;font-size:clamp(31px,3.1vw,45px);line-height:1;letter-spacing:-1.8px}
.contact-main h3 em{color:var(--orange);font-style:normal}
.contact-main>p{max-width:400px;margin:0;color:#747c86;font-size:10px;line-height:1.7}
.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}
.contact-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 19px;border-radius:999px;font-size:9px;font-weight:800;transition:.2s}
.contact-primary{background:var(--orange);color:#fff}
.contact-primary:hover{transform:translateY(-2px)}
.contact-details{padding:26px 30px;display:flex;flex-direction:column;justify-content:center}
.contact-detail{padding:17px 0;border-bottom:1px solid #e5dfd7;display:flex;align-items:flex-start;gap:14px}
.contact-detail:last-child{border-bottom:0}
.contact-detail-icon{
  width:34px;height:34px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:grid;place-items:center;
  font-size:13px;
  flex-shrink:0;
  margin-top:15px;
}
.contact-detail-body{min-width:0}
.contact-detail-label{display:block;color:#9a938b;font-size:6.5px;letter-spacing:2px;font-weight:800;margin-bottom:7px}
.contact-detail strong{display:block;color:#252a30;font-size:13px;margin-bottom:4px}
.contact-detail small{color:#858c95;font-size:8px}
.contact-footer{display:flex;align-items:center;gap:25px;max-width:850px;margin:38px auto 0}
.contact-footer span{flex:1;height:1px;background:#d8d0c6}
.contact-footer p{margin:0;white-space:nowrap;color:#888f98;font-size:7px;letter-spacing:2px}
@media(max-width:850px){.contact-head{grid-template-columns:1fr;gap:20px}
.contact-card{grid-template-columns:1fr}
.contact-main{border-right:0;border-bottom:1px solid #e1dbd2}}
@media(max-width:600px){.contact{padding:80px 20px 55px}
.contact-head h2{font-size:50px;letter-spacing:-2.5px}
.contact-intro{font-size:10px}
.contact-main{padding:32px 24px}
.contact-main h3{font-size:31px}
.contact-details{padding:15px 24px}
.contact-detail{padding:15px 0}
.contact-actions{flex-direction:column;align-items:stretch}
.contact-primary{width:100%}
.contact-footer{gap:10px;flex-wrap:wrap;justify-content:center;row-gap:6px}
.contact-footer p{font-size:9px;letter-spacing:1px;white-space:normal;text-align:center;max-width:230px;margin:0 auto}
.contact-footer span{display:none}}


/* =========================================================
   GLOBAL PAGE ALIGNMENT
   Keep section content edges consistent with the navbar.
   Navbar reference: 5vw horizontal gutter.
   ========================================================= */
.discover-inner,
.philosophy-inner,
.classes-reference-inner,
.experience-minimal-inner,
.student-gallery-header,
.student-gallery-bottom,
.grow-journey-inner,
.faq-inner,
.contact-inner{
  width:100%;
  max-width:none;
  box-sizing:border-box;
}

.classes-reference{
  padding-left:max(5vw,24px);
  padding-right:max(5vw,24px);
}
.classes-ref-heading{
  margin-left:0;
  margin-right:0;
}

/* These sections already use the page gutter; this prevents their
   narrower inner wrappers from creating a second, smaller alignment. */
.discover-inner,
.philosophy-inner,
.experience-minimal-inner,
.grow-journey-inner,
.faq-inner,
.contact-inner{
  margin-left:0;
  margin-right:0;
}

/* Karya Siswa header/footer align to the same page edge while
   preserving the gallery itself as full-bleed. */
.student-gallery-header,
.student-gallery-bottom{
  margin-left:0;
  margin-right:0;
}

/* The split image/text section remains full-bleed, but its text starts
   on the same page gutter as the navbar. */

/* On smaller screens keep the exact same gutter used by the navbar. */
@media(max-width:600px){
  .classes-reference{
    padding-left:24px;
    padding-right:24px;
  }
}


/* =========================================================
   PHILOSOPHY ALIGNMENT FIX
   Match the navbar's left/right page gutter exactly.
   ========================================================= */
.philosophy{
  padding-left:max(5vw,24px);
  padding-right:max(5vw,24px);
}
.philosophy-inner{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
  box-sizing:border-box;
}
.philosophy-visual{
  width:100%;
}
.philosophy-photo-frame{
  left:0;
  width:86%;
}
@media(max-width:600px){
  .philosophy{
    padding-left:24px;
    padding-right:24px;
  }
}


/* =========================================================
   HERO TOP SPACING — FINAL
   Header is fixed at 78px, so the hero keeps the header offset.
   Reduce the internal top padding so the hero content sits closer
   to the navbar without overlapping it.
   ========================================================= */
.academy-hero-exact{
  margin-top:78px !important;
  min-height:calc(100vh - 78px);
}
.academy-hero-main{
  padding-top:18px !important;
}


/* =========================================================
   HERO FINAL — remove the actual gap below the fixed navbar
   ========================================================= */
.academy-hero-exact{
  margin-top:0 !important;
  min-height:100vh;
}

/* Keep the hero content visually below the navbar while the hero
   background itself starts immediately at the top. */
.academy-hero-main{
  padding-top:96px;
}

/* Prevent the top-right decorative blob from looking like it starts
   after a white strip. It belongs to the hero canvas itself. */
.academy-hero-bg.blob-top{
  top:-250px;
}

@media(max-width:900px){
  .academy-hero-main{
    padding-top:92px;
  }
}

@media(max-width:600px){
  .academy-hero-exact{
    min-height:auto;
  }
  .academy-hero-main{
    padding-top:92px;
  }
}


/* === Global readable text adjustment === */
/* Body/descriptive text across the website */
p:not(.mini-label),
.process-step p,
.footer-brand p,
.experience-side p,
.contact-intro,
.contact-main > p {
  font-size: 15px !important;
  line-height: 1.75;
}

/* Small supporting text / captions */
.experience-photo-caption strong,
.gallery-tile-main .gallery-meta h3,
.ref-card-title p{
  font-size: 15px !important;
}
.experience-photo-caption span,
.gallery-meta p {
  font-size: 12px !important;
}

/* Navigation and action text */
.desktop-nav a,
.nav-dropdown-btn,
.mobile-nav > a,
.nav-cta,
.button,
.contact-primary{
  font-size: 12px !important;
}

@media (max-width: 600px) {
  p:not(.mini-label),
  .process-step p,
  .footer-brand p,
  .experience-side p,
  .contact-intro,
  .contact-main > p {
    font-size: 14px !important;
    line-height: 1.7;
  }
  .experience-photo-caption strong{
    font-size: 14px !important;
  }
}

/* =========================================================
   VIDEO MODAL — popup "Lihat Video" di Hero
   ========================================================= */
.visually-hidden{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.video-modal{
  position:fixed;inset:0;z-index:2000;
  display:flex;align-items:center;justify-content:center;
  padding:24px;
  opacity:0;visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
}
.video-modal[aria-hidden="false"]{
  opacity:1;visibility:visible;
}
.video-modal-overlay{
  position:absolute;inset:0;
  background:rgba(20,17,12,.78);
  backdrop-filter:blur(3px);
}
.video-modal-dialog{
  position:relative;
  width:min(900px,100%);
  transform:scale(.96);
  transition:transform .25s ease;
}
.video-modal[aria-hidden="false"] .video-modal-dialog{
  transform:scale(1);
}
.video-modal-close{
  position:absolute;top:-44px;right:0;
  width:36px;height:36px;
  border-radius:50%;
  background:#fff;color:#222;
  display:grid;place-items:center;
  font-size:15px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.video-modal-close:hover{background:var(--orange);color:#fff}
.video-modal-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#111;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.4);
  display:flex;align-items:center;justify-content:center;
}
.video-modal-frame iframe,
.video-modal-frame video{
  position:absolute;inset:0;
  width:100%;height:100%;
  border:0;display:block;
  object-fit:cover;
}
.video-modal-placeholder{
  color:#999;font-size:12px;letter-spacing:.5px;
  text-align:center;padding:0 20px;
}

/* Rasio Instagram Reels 9:16 untuk video testimoni & perkenalan mentor */
.video-modal-dialog--portrait{
  width:auto;
  height:min(85vh,760px);
}
.video-modal-dialog--portrait .video-modal-frame{
  width:auto;
  height:100%;
  aspect-ratio:9/16;
  margin:0 auto;
}
@media (max-width:600px){
  .video-modal-dialog--portrait{
    height:min(78vh,640px);
  }
}
body.video-modal-open{
  overflow:hidden;
}

@media (max-width:600px){
  .video-modal{padding:16px}
  .video-modal-close{top:-40px;width:32px;height:32px;font-size:13px}
}

@media (prefers-reduced-motion: reduce){
  .video-modal,
  .video-modal-dialog{
    transition:none !important;
  }
}

/* =========================================================
   GALLERY LIGHTBOX — popup klik gambar di "Karya Siswa"
   ========================================================= */
.gallery-lightbox-trigger{
  cursor:pointer;
}
.gallery-lightbox{
  position:fixed;inset:0;z-index:2100;
  display:flex;align-items:center;justify-content:center;
  padding:24px;
  opacity:0;visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
}
.gallery-lightbox[aria-hidden="false"]{
  opacity:1;visibility:visible;
}
.gallery-lightbox-overlay{
  position:absolute;inset:0;
  background:rgba(20,17,12,.82);
  backdrop-filter:blur(3px);
}
.gallery-lightbox-dialog{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  max-width:min(1100px,92vw);
  max-height:90vh;
  transform:scale(.96);
  transition:transform .25s ease;
}
.gallery-lightbox[aria-hidden="false"] .gallery-lightbox-dialog{
  transform:scale(1);
}
.gallery-lightbox-close{
  position:absolute;top:-44px;right:0;
  width:36px;height:36px;
  border:0;
  border-radius:50%;
  background:#fff;color:#222;
  display:grid;place-items:center;
  font-size:15px;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.gallery-lightbox-close:hover{background:var(--orange);color:#fff}
.gallery-lightbox-image{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:90vh;
  object-fit:contain;
  border-radius:16px;
  background:#111;
  box-shadow:0 30px 70px rgba(0,0,0,.4);
}
body.gallery-lightbox-open{
  overflow:hidden;
}

@media (max-width:600px){
  .gallery-lightbox{padding:16px}
  .gallery-lightbox-close{top:-40px;width:32px;height:32px;font-size:13px}
  .gallery-lightbox-dialog{max-height:85vh}
  .gallery-lightbox-image{max-height:85vh}
}

@media (prefers-reduced-motion: reduce){
  .gallery-lightbox,
  .gallery-lightbox-dialog{
    transition:none !important;
  }
}

/* =========================================================
   TESTIMONI VIDEO — "Dengar cerita dari orang tua kami"
   ========================================================= */
.testimonials-video{
  background:var(--cream);
  overflow:hidden;
}
.testimonials-video-inner{
  max-width:1280px;
  margin:0 auto;
}
.testimonials-video-head{
  max-width:820px;
  margin:0 0 48px;
}
.testimonials-video-head h2{
  margin:14px 0 0;
  font-size:clamp(52px,5.5vw,76px);
  line-height:.95;
  letter-spacing:-3px;
}
.testimonials-video-head h2 span{
  color:var(--orange);
}
.testimonials-video-intro{
  margin:18px 0 0;
  max-width:480px;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

.testimonials-video-wrap{
  position:relative;
}

.testimonials-video-row{
  display:flex;
  gap:22px;
  justify-content:center;
  flex-wrap:wrap;
  padding-bottom:6px;
}
.testimonials-video-row.is-dragging{
  cursor:grabbing;
  user-select:none;
}

/* Below 1200px there isn't enough room to keep every card centered on one
   line, so the row becomes a native horizontal scroller instead. The two
   chevrons are a static visual cue only — they don't scroll anything. */
@media (max-width:1199px){
  .testimonials-video-row{
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x pan-y;
    overscroll-behavior-x:contain;
    scroll-behavior:auto;
    -ms-overflow-style:none;
    scrollbar-width:none;
    cursor:grab;
  }
  .testimonials-video-row::-webkit-scrollbar{display:none}

  .testimonial-swipe-arrow{
    position:absolute;
    top:38%;
    transform:translateY(-50%);
    width:34px;height:34px;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    color:var(--orange);
    display:grid;place-items:center;
    font-size:12px;
    box-shadow:0 6px 16px rgba(20,30,40,.16);
    pointer-events:none;
    z-index:5;
  }
  .testimonial-swipe-arrow-left{left:-6px}
  .testimonial-swipe-arrow-right{right:-6px}
}

@media (min-width:1200px){
  .testimonial-swipe-arrow{display:none}
}

.testimonial-video-card{
  flex:0 0 auto;
  width:260px;
}
.testimonial-video-thumb{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:3/4;
  border:0;
  padding:0;
  border-radius:var(--radius-lg,20px);
  overflow:hidden;
  cursor:pointer;
  background:#111;
  box-shadow:0 18px 34px rgba(43,32,15,.14);
}
.testimonial-video-thumb img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.testimonial-video-thumb:hover img{
  transform:scale(1.05);
}
.testimonial-video-thumb::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.45) 100%);
}
.testimonial-play{
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  width:56px;height:56px;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  color:var(--orange);
  display:grid;place-items:center;
  font-size:16px;
  z-index:1;
  transition:transform .25s ease, background .25s ease;
}
.testimonial-video-thumb:hover .testimonial-play{
  transform:translate(-50%,-50%) scale(1.08);
  background:var(--orange);
  color:#fff;
}

.testimonial-video-meta{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:16px;
}
.testimonial-avatar{
  width:38px;height:38px;
  border-radius:50%;
  object-fit:cover;
  flex-shrink:0;
  border:2px solid #fff;
  box-shadow:0 2px 8px rgba(43,32,15,.15);
}
.testimonial-video-meta strong{
  display:block;
  font-family:var(--font-heading);
  font-size:14px;
  line-height:1.3;
}
.testimonial-video-meta span{
  display:block;
  font-size:11px;
  color:var(--muted);
  margin-top:2px;
}

@media (max-width:760px){
  .testimonials-video-head{margin-bottom:32px}
  .testimonial-video-card{width:210px}
  .testimonials-video-row{gap:16px}
}

/* =========================================================
   MENTOR
   ========================================================= */
.mentor-section{
  background:var(--cream);
  position:relative;
  overflow:hidden;
}
.mentor-inner{
  max-width:1220px;
  margin:auto;
}
.mentor-heading{
  max-width:820px;
  margin:0 auto 56px;
  text-align:center;
}
.mentor-heading h2{
  font-size:clamp(52px,5.5vw,76px);
  line-height:.95;
  letter-spacing:-3px;
  color:var(--ink);
}
.mentor-heading h2 span{
  color:var(--orange);
}
.mentor-subtitle{
  color:var(--muted);
  font-size:15px;
  line-height:1.6;
  margin-top:16px;
}
.mentor-subtitle em{
  color:var(--orange);
  font-style:normal;
  font-weight:600;
}

.mentor-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}
.mentor-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:24px;
  padding:32px 24px;
  text-align:center;
  transition:var(--transition,.3s ease);
}
.mentor-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.mentor-photo{
  width:120px;
  height:120px;
  border-radius:50%;
  overflow:hidden;
  margin:0 auto 20px;
  border:4px solid var(--orange-soft);
}
.mentor-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mentor-info h3{
  font-size:20px;
  margin-bottom:4px;
  color:var(--ink);
}
.mentor-role{
  display:inline-block;
  color:var(--orange);
  font-size:11px;
  font-weight:700;
  letter-spacing:.6px;
  text-transform:uppercase;
  margin-bottom:12px;
}
.mentor-info p{
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
  margin-bottom:18px;
}
.mentor-video-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:none;
  background:var(--orange);
  color:#fff;
  font-family:var(--font-body);
  font-size:13px;
  font-weight:600;
  padding:10px 20px;
  border-radius:999px;
  cursor:pointer;
  transition:var(--transition,.3s ease);
}
.mentor-video-btn i{font-size:11px}
.mentor-video-btn:hover{
  background:var(--orange-dark, #E88412);
  transform:translateY(-2px);
}

@media (max-width:900px){
  .mentor-grid{grid-template-columns:1fr;gap:24px}
  .mentor-heading h2{font-size:32px}
}
