.elementor-131 .elementor-element.elementor-element-31009b4{--display:flex;--overlay-opacity:0.5;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-131 .elementor-element.elementor-element-31009b4:not(.elementor-motion-effects-element-type-background), .elementor-131 .elementor-element.elementor-element-31009b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://enixperformance.com/wp-content/uploads/2026/02/N-E-W-E-X-P-E-R-I-E-N-C-E-G-R-A-V-E-L-R-A-C-I-N-G-R-A-C-E-D-A-Ya-1-day-race-full-of-grin.jpg");}.elementor-131 .elementor-element.elementor-element-31009b4::before, .elementor-131 .elementor-element.elementor-element-31009b4 > .elementor-background-video-container::before, .elementor-131 .elementor-element.elementor-element-31009b4 > .e-con-inner > .elementor-background-video-container::before, .elementor-131 .elementor-element.elementor-element-31009b4 > .elementor-background-slideshow::before, .elementor-131 .elementor-element.elementor-element-31009b4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-131 .elementor-element.elementor-element-31009b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-131 .elementor-element.elementor-element-12bf769{--display:flex;}.elementor-131 .elementor-element.elementor-element-7d3b5eb{--display:flex;}.elementor-131 .elementor-element.elementor-element-f87977a{--display:flex;}.elementor-131 .elementor-element.elementor-element-b0a3a32{--display:flex;}.elementor-131 .elementor-element.elementor-element-b0a3a32:not(.elementor-motion-effects-element-type-background), .elementor-131 .elementor-element.elementor-element-b0a3a32 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-bd24f2d *//* =========================
   THE STUDIO – SECTION 1 (HERO • DARK)
========================= */

.enixstudio-s1{
  --bg:#0b0b0d;
  --bg2:#111114;
  --line:rgba(255,255,255,.14);
  --soft:rgba(255,255,255,.08);
  --text:#ffffff;
  --muted:rgba(255,255,255,.80);

  background:
    radial-gradient(900px 420px at 18% 18%, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(135deg, var(--bg), var(--bg2));
  color:var(--text);
  padding:clamp(96px,10vw,150px) 20px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.enixstudio-s1__wrap{
  max-width:1100px;
  margin:0 auto;
}

/* Eyebrow */
.enixstudio-s1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:rgba(255,255,255,.70);
  margin-bottom:16px;
}

/* Title */
.enixstudio-s1__title{
  margin:0 0 14px;
  font-size:clamp(34px,4vw,56px);
  font-weight:950;
  letter-spacing:.02em;
  line-height:1.15;
  text-transform:uppercase;
}

/* Sub */
.enixstudio-s1__sub{
  margin:0 0 22px;
  max-width:820px;
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
}

/* Bar note */
.enixstudio-s1__bar{
  display:flex;
  gap:12px;
  align-items:flex-start;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  border-radius:16px;
  padding:14px 16px;
  max-width:860px;
  margin-bottom:22px;
}

.enixstudio-s1__dot{
  width:10px; height:10px;
  border-radius:999px;
  background:#ffffff;
  margin-top:6px;
  flex:0 0 10px;
}

.enixstudio-s1__bar p{
  margin:0;
  line-height:1.6;
  font-size:14px;
  color:#ffffff;
}

/* Actions */
.enixstudio-s1__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.enixstudio-s1__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:12px;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
  background:#ffffff;
  color:#0b0b0d;
  border:1px solid #ffffff;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
  box-shadow:0 16px 40px rgba(0,0,0,.35);
}

.enixstudio-s1__btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 52px rgba(0,0,0,.45);
}

.enixstudio-s1__btn--ghost{
  background:transparent;
  color:#ffffff;
  border:1px solid rgba(255,255,255,.38);
  box-shadow:none;
}

.enixstudio-s1__btn--ghost:hover{
  border-color:#ffffff;
  box-shadow:0 16px 44px rgba(0,0,0,.25);
}

/* Media */
.enixstudio-s1__media{
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  overflow:hidden;
  background:rgba(255,255,255,.04);
  max-width:1100px;
}

.enixstudio-s1__media img{
  width:100%;
  height:420px;
  object-fit:cover;
  display:block;
  opacity:.92;
}

/* Responsive */
@media (max-width: 900px){
  .enixstudio-s1{
    padding:80px 18px;
  }
  .enixstudio-s1__media img{
    height:260px;
  }
}
/* =========================
   THE STUDIO – SECTION 1
   DARK STYLE • TRANSPARENT BACKGROUND
========================= */

.enixstudio-s1{
  background:transparent !important;
  color:#ffffff;
  padding:clamp(96px,10vw,150px) 20px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.enixstudio-s1__wrap{
  max-width:1100px;
  margin:0 auto;
}

/* Eyebrow */
.enixstudio-s1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:rgba(255,255,255,.70);
  margin-bottom:16px;
}

/* Title */
.enixstudio-s1__title{
  margin:0 0 14px;
  font-size:clamp(34px,4vw,56px);
  font-weight:950;
  letter-spacing:.02em;
  line-height:1.15;
  text-transform:uppercase;
  color:#ffffff;
}

/* Sub */
.enixstudio-s1__sub{
  margin:0 0 22px;
  max-width:820px;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.85);
}

/* Note Bar */
.enixstudio-s1__bar{
  display:flex;
  gap:12px;
  align-items:flex-start;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.06);
  border-radius:16px;
  padding:14px 16px;
  max-width:860px;
  margin-bottom:22px;
}

.enixstudio-s1__dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#ffffff;
  margin-top:6px;
  flex:0 0 10px;
}

/* Buttons */
.enixstudio-s1__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.enixstudio-s1__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:12px;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
  background:#ffffff;
  color:#0b0b0d;
  border:1px solid #ffffff;
  transition:.2s ease;
}

.enixstudio-s1__btn--ghost{
  background:transparent;
  color:#ffffff;
  border:1px solid rgba(255,255,255,.38);
}

/* Media */
.enixstudio-s1__media{
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  overflow:hidden;
  background:rgba(255,255,255,.04);
}

.enixstudio-s1__media img{
  width:100%;
  height:420px;
  object-fit:cover;
  display:block;
}

/* Responsive */
@media (max-width:900px){
  .enixstudio-s1__media img{
    height:260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b61d21c *//* =========================
   THE STUDIO – SECTION 2
   Normal White Background • Black Text
========================= */

.enixstudio-s2{
  background:#ffffff;
  padding:clamp(90px,9vw,140px) 20px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#0a0a0a;
}

.enixstudio-s2__wrap{ max-width:1200px; margin:0 auto; }

/* Head */
.enixstudio-s2__head{ max-width:920px; margin-bottom:26px; }
.enixstudio-s2__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#666;
  margin-bottom:12px;
}
.enixstudio-s2__title{
  margin:0 0 10px;
  font-size:clamp(26px,3vw,40px);
  font-weight:950;
  letter-spacing:.01em;
}
.enixstudio-s2__sub{
  margin:0;
  font-size:15.5px;
  line-height:1.75;
  color:#444;
}

/* Grid */
.enixstudio-s2__grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
  margin-top:22px;
  align-items:start;
}

/* Cards */
.enixstudio-s2__cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.enixstudio-s2__card{
  border:1px solid rgba(0,0,0,.12);
  border-radius:18px;
  padding:18px;
  background:#fff;
  transition:.22s ease;
}

.enixstudio-s2__card:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 60px rgba(0,0,0,.08);
}

.enixstudio-s2__card h3{
  margin:0 0 10px;
  font-size:14px;
  font-weight:950;
}

.enixstudio-s2__card p{
  margin:0;
  font-size:13.5px;
  line-height:1.7;
  color:#444;
}

/* Media */
.enixstudio-s2__media{
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,.02);
}

.enixstudio-s2__media img{
  width:100%;
  height:460px;
  object-fit:cover;
  display:block;
}

/* Note */
.enixstudio-s2__note{
  margin-top:16px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  padding:14px 16px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:rgba(0,0,0,.02);
}
.enixstudio-s2__dot{
  width:10px; height:10px;
  border-radius:999px;
  background:#0b0b0d;
  margin-top:6px;
  flex:0 0 10px;
}
.enixstudio-s2__note p{
  margin:0;
  color:#222;
  line-height:1.6;
  font-size:14px;
}

/* Responsive */
@media (max-width: 980px){
  .enixstudio-s2__grid{ grid-template-columns:1fr; }
  .enixstudio-s2__cards{ grid-template-columns:1fr; }
  .enixstudio-s2__media img{ height:260px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d62579 *//* =========================
   THE STUDIO – SECTION 3 (APPOINTMENT MODEL)
   White BG • Black Text
========================= */

.enixstudio-s3{
  background:#ffffff;
  padding:clamp(90px,9vw,140px) 20px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#0a0a0a;
}

.enixstudio-s3__wrap{ max-width:1200px; margin:0 auto; }

/* Head */
.enixstudio-s3__head{ max-width:920px; margin-bottom:26px; }
.enixstudio-s3__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#666;
  margin-bottom:12px;
}
.enixstudio-s3__title{
  margin:0 0 10px;
  font-size:clamp(26px,3vw,40px);
  font-weight:950;
  letter-spacing:.01em;
}
.enixstudio-s3__sub{
  margin:0;
  font-size:15.5px;
  line-height:1.75;
  color:#444;
}

/* Grid */
.enixstudio-s3__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:22px;
}

/* Card */
.enixstudio-s3__card{
  border:1px solid rgba(0,0,0,.12);
  border-radius:18px;
  padding:20px;
  background:#fff;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.enixstudio-s3__card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 70px rgba(0,0,0,.08);
  border-color:rgba(0,0,0,.18);
}

.enixstudio-s3__h3{
  margin:0 0 12px;
  font-size:15px;
  font-weight:950;
}

/* Rules list */
.enixstudio-s3__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.enixstudio-s3__list li{
  position:relative;
  padding-left:18px;
  font-size:13.5px;
  line-height:1.7;
  color:#2f2f2f;
}

.enixstudio-s3__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#0b0b0d;
}

.enixstudio-s3__note{
  margin:14px 0 0;
  font-size:13px;
  color:#222;
  border-top:1px solid rgba(0,0,0,.10);
  padding-top:12px;
}
.enixstudio-s3__note strong{ font-weight:950; }

/* Steps */
.enixstudio-s3__steps{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
  counter-reset: step;
}

.enixstudio-s3__steps li{
  border:1px solid rgba(0,0,0,.10);
  background:rgba(0,0,0,.02);
  border-radius:16px;
  padding:14px 14px 14px 48px;
  position:relative;
}

.enixstudio-s3__steps li::before{
  counter-increment: step;
  content: counter(step);
  position:absolute;
  left:14px;
  top:14px;
  width:26px;
  height:26px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  font-size:12px;
  color:#0b0b0d;
  border:1px solid rgba(0,0,0,.18);
  background:rgba(0,0,0,.04);
}

.enixstudio-s3__steps strong{
  display:block;
  font-size:13.5px;
  font-weight:950;
  margin-bottom:4px;
}

.enixstudio-s3__steps span{
  display:block;
  font-size:13px;
  color:#444;
  line-height:1.6;
}

/* Buttons */
.enixstudio-s3__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:14px 0 10px;
}

.enixstudio-s3__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 14px;
  border-radius:12px;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:#0b0b0d;
  color:#ffffff;
  border:1px solid #0b0b0d;
  transition:.2s ease;
}

.enixstudio-s3__btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 44px rgba(0,0,0,.14);
}

.enixstudio-s3__btn--ghost{
  background:transparent;
  color:#0b0b0d;
  border:1px solid rgba(0,0,0,.25);
  box-shadow:none;
}

.enixstudio-s3__btn--ghost:hover{
  border-color:rgba(0,0,0,.45);
  box-shadow:0 16px 40px rgba(0,0,0,.08);
}

.enixstudio-s3__fine{
  margin:0;
  font-size:12px;
  color:#666;
  line-height:1.6;
}

/* Strip */
.enixstudio-s3__strip{
  margin-top:18px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  padding:14px 16px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:rgba(0,0,0,.02);
}
.enixstudio-s3__dot{
  width:10px; height:10px;
  border-radius:999px;
  background:#0b0b0d;
  margin-top:6px;
  flex:0 0 10px;
}
.enixstudio-s3__strip p{
  margin:0;
  color:#222;
  line-height:1.6;
  font-size:14px;
}

/* Responsive */
@media (max-width: 980px){
  .enixstudio-s3__grid{ grid-template-columns:1fr; }
  .enixstudio-s3__actions{ grid-template-columns:1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72e92d0 *//* =========================
   THE STUDIO – SECTION 4 (THE SPACE)
   White BG • Black Text • Image-heavy
========================= */

.enixstudio-s4{
  background:#ffffff;
  padding:clamp(90px,9vw,140px) 20px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#0a0a0a;
}

.enixstudio-s4__wrap{ max-width:1200px; margin:0 auto; }

/* Head */
.enixstudio-s4__head{ max-width:900px; margin-bottom:22px; }
.enixstudio-s4__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#666;
  margin-bottom:12px;
}
.enixstudio-s4__title{
  margin:0 0 10px;
  font-size:clamp(26px,3vw,40px);
  font-weight:950;
  letter-spacing:.01em;
}
.enixstudio-s4__sub{
  margin:0;
  font-size:15.5px;
  line-height:1.75;
  color:#444;
}

/* Hero image */
.enixstudio-s4__hero{
  margin:18px 0 16px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,.02);
}

.enixstudio-s4__hero img{
  width:100%;
  height:460px;
  object-fit:cover;
  display:block;
}

.enixstudio-s4__hero figcaption{
  padding:12px 14px;
  font-size:13px;
  color:#333;
  border-top:1px solid rgba(0,0,0,.08);
  background:#fff;
}

/* Gallery grid */
.enixstudio-s4__grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
  margin-top:12px;
}

.enixstudio-s4__shot{
  margin:0;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,.02);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.enixstudio-s4__shot:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 60px rgba(0,0,0,.08);
  border-color:rgba(0,0,0,.18);
}

.enixstudio-s4__shot img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.enixstudio-s4__shot figcaption{
  padding:11px 12px;
  font-size:12.8px;
  color:#333;
  border-top:1px solid rgba(0,0,0,.08);
  background:#fff;
}

/* Note */
.enixstudio-s4__note{
  margin-top:16px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  padding:14px 16px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:rgba(0,0,0,.02);
}
.enixstudio-s4__dot{
  width:10px; height:10px;
  border-radius:999px;
  background:#0b0b0d;
  margin-top:6px;
  flex:0 0 10px;
}
.enixstudio-s4__note p{
  margin:0;
  color:#222;
  line-height:1.6;
  font-size:14px;
}

/* Responsive */
@media (max-width: 980px){
  .enixstudio-s4__hero img{ height:260px; }
  .enixstudio-s4__grid{ grid-template-columns:1fr; }
  .enixstudio-s4__shot img{ height:200px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e66ba70 *//* =========================
   ENIX FOOTER
========================= */

.enix-footer{
  background:#0b0b0d;
  color:#ffffff;
  padding:clamp(70px,7vw,100px) 20px 40px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.enix-footer__wrap{
  max-width:1200px;
  margin:auto;
}

/* Grid */
.enix-footer__grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:40px;
  margin-bottom:50px;
}

/* Brand */
.enix-footer__brand{
  font-size:16px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:12px;
}

.enix-footer__desc{
  font-size:14px;
  color:rgba(255,255,255,.75);
  line-height:1.7;
  margin-bottom:18px;
}

.enix-footer__tagline{
  font-size:13px;
  font-weight:700;
  color:rgba(255,255,255,.85);
}

/* Titles */
.enix-footer__title{
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:16px;
  color:rgba(255,255,255,.85);
}

/* List */
.enix-footer__list{
  list-style:none;
  padding:0;
  margin:0;
}

.enix-footer__list li{
  margin-bottom:10px;
}

.enix-footer__list a{
  text-decoration:none;
  font-size:13px;
  color:rgba(255,255,255,.7);
  transition:.2s ease;
}

.enix-footer__list a:hover{
  color:#ffffff;
}

/* Email */
.enix-footer__email a{
  text-decoration:none;
  font-weight:900;
  color:#ffffff;
  border-bottom:2px solid rgba(255,255,255,.25);
  padding-bottom:3px;
}

.enix-footer__email a:hover{
  border-bottom-color:#ffffff;
}

.enix-footer__note{
  font-size:13px;
  color:rgba(255,255,255,.6);
  margin-top:10px;
}

/* Bottom */
.enix-footer__bottom{
  border-top:1px solid rgba(255,255,255,.15);
  padding-top:20px;
  font-size:12px;
  color:rgba(255,255,255,.5);
  text-align:left;
}

/* Responsive */
@media(max-width:1024px){
  .enix-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:30px;
  }
}

@media(max-width:600px){
  .enix-footer__grid{
    grid-template-columns:1fr;
  }
}
/* ====================================
   FIX FOOTER TITLE JADI PUTIH
==================================== */

.enix-footer .enix-footer__title{
  color:#ffffff !important;
}

/* Kalau theme override semua heading */
.enix-footer h1,
.enix-footer h2,
.enix-footer h3,
.enix-footer h4,
.enix-footer h5,
.enix-footer h6{
  color:#ffffff !important;
}/* End custom CSS */