.elementor-1347 .elementor-element.elementor-element-5baa879b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 24px 60px 24px;}.elementor-1347 .elementor-element.elementor-element-5baa879b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1347 .elementor-element.elementor-element-4ff38628{width:var( --container-widget-width, 99.597% );max-width:99.597%;--container-widget-width:99.597%;--container-widget-flex-grow:0;}.elementor-1347 .elementor-element.elementor-element-4ff38628.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-4ff38628 */<!-- MODEL LUXE PRODUCTION PAGE - ELEMENTOR HTML WIDGET -->

<style>
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Montserrat:wght@300;400;500;600&display=swap");

/* =========================================================
   PAGE LOCK - PREVENT FULL PAGE SCROLL
========================================================= */
html,
body {
  overflow: hidden !important;
  height: 100%;
}

body.elementor-page {
  overflow: hidden !important;
}

/* =========================================================
   MAIN WRAPPER
========================================================= */
.mlx-production-elementor {
  --mlx-gold: #d3a451;
  --mlx-amber: #c98f3c;
  --mlx-ink: #030303;
  --mlx-text: rgba(255,255,255,0.88);
  --mlx-muted: rgba(255,255,255,0.64);

  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;

  overflow: hidden;
  background: var(--mlx-ink);
  color: #fff;
  font-family: Montserrat, Inter, Arial, sans-serif;
}

.mlx-production-elementor *,
.mlx-production-elementor *::before,
.mlx-production-elementor *::after {
  box-sizing: border-box;
}

.mlx-production-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--mlx-ink);
}

/* =========================================================
   HERO / SERVICE SECTION
========================================================= */
.mlx-service {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;

  overflow: hidden;
  isolation: isolate;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  grid-template-areas:
    "copy panel"
    "rail rail";

  align-items: center;
  gap: clamp(18px, 4vw, 58px);

  padding: clamp(30px, 5vh, 68px) clamp(24px, 6vw, 96px) 78px;
}

/* =========================================================
   BACKGROUND
========================================================= */
.mlx-bg,
.mlx-bg-image,
.mlx-noise {
  position: absolute;
  inset: 0;
}

.mlx-bg {
  z-index: -2;
  background: #050505;
}

.mlx-bg-image {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.45) 38%, rgba(0,0,0,0.82) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.94) 100%),
    url("https://modelluxemedia.com/wp-content/uploads/2026/05/new.png") center / cover no-repeat;

  transform: scale(1.04);
  animation: mlxDrift 18s ease-in-out infinite alternate;
  filter: saturate(0.9) contrast(1.08);
}

.mlx-noise {
  z-index: 1;
  opacity: 0.18;

  background-image:
    radial-gradient(circle at 18% 24%, rgba(211,164,81,0.18), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);

  background-size: auto, 82px 100%;
  mix-blend-mode: screen;
}

/* =========================================================
   LEFT COPY CONTENT
========================================================= */
.mlx-shell {
  grid-area: copy;
  max-width: 760px;
  animation: mlxRise 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mlx-kicker,
.mlx-panel-kicker {
  margin: 0 0 14px;
  color: var(--mlx-gold);
  font-size: clamp(10px, 0.85vw, 12px);
  letter-spacing: 0.38em;
  line-height: 1;
  text-transform: uppercase;
}

.mlx-production-title {
  margin: 0;
  max-width: 780px;

  color: #fff;
  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(64px, 10vw, 140px);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;

  text-shadow: 0 24px 60px rgba(0,0,0,0.55);
}

.mlx-lead {
  max-width: 620px;
  margin: 18px 0 0;

  color: var(--mlx-text);
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.6;
}

/* =========================================================
   CTA LINKS
========================================================= */
.mlx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
}

.mlx-link {
  position: relative;
  display: inline-flex;

  min-width: 210px;
  padding: 0 32px 13px 0;

  color: #fff;
  text-decoration: none;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;

  transition: color 260ms ease, transform 260ms ease;
}

.mlx-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 14px;
  bottom: 0;

  height: 1px;
  background: linear-gradient(90deg, var(--mlx-gold), rgba(211,164,81,0.15));

  transition: right 260ms ease;
}

.mlx-link::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -4px;

  width: 11px;
  height: 11px;

  border-top: 1px solid var(--mlx-gold);
  border-right: 1px solid var(--mlx-gold);

  transform: rotate(45deg);
}

.mlx-link:hover,
.mlx-link:focus-visible {
  color: var(--mlx-gold);
  transform: translateX(6px);
}

.mlx-link:hover::after,
.mlx-link:focus-visible::after {
  right: 0;
}

.mlx-link.muted {
  color: rgba(255,255,255,0.68);
}

/* =========================================================
   RIGHT CAPABILITIES PANEL
========================================================= */
.mlx-panel {
  grid-area: panel;

  position: relative;
  width: 100%;
  max-width: 420px;
  justify-self: end;

  padding-top: 16px;
  border-top: 1px solid rgba(211,164,81,0.55);

  animation: mlxRise 900ms 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mlx-service-list {
  display: grid;
  gap: 4px;
}

.mlx-service-list button {
  width: 100%;
  padding: 12px 0;

  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  background: transparent;

  color: rgba(255,255,255,0.52);
  font: inherit;
  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: 0.95;
  text-align: left;
  text-transform: uppercase;

  cursor: pointer;
  transition: color 240ms ease, transform 240ms ease;
}

.mlx-service-list button:hover,
.mlx-service-list button.is-active {
  color: #fff;
  transform: translateX(8px);
}

.mlx-panel-copy {
  min-height: 78px;
  margin: 16px 0 0;

  color: var(--mlx-muted);
  font-size: 13px;
  line-height: 1.55;

  transition: opacity 220ms ease, transform 220ms ease;
}

.mlx-panel-copy.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

/* =========================================================
   WORK RAIL / PORTFOLIO CARDS
========================================================= */
.work-rail {
  grid-area: rail;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;

  animation: mlxRise 900ms 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.work-rail article {
  min-height: clamp(90px, 13vh, 145px);
  padding: 16px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  border: 1px solid rgba(255,255,255,0.14);

  background:
    linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.86)),
    url("https://modelluxemedia.com/wp-content/uploads/2026/05/new.png") center / cover no-repeat;

  transition: transform 260ms ease, border-color 260ms ease;
}

.work-rail article:hover {
  transform: translateY(-6px);
  border-color: rgba(211,164,81,0.54);
}

.work-rail span {
  margin-bottom: 7px;

  color: var(--mlx-gold);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.work-rail strong {
  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 0.9;
  text-transform: uppercase;
}

/* =========================================================
   BOTTOM LOGO NAVIGATION
========================================================= */
.mlx-bottom-strip {
  position: absolute;
  left: clamp(24px, 6vw, 96px);
  right: clamp(24px, 6vw, 96px);
  bottom: 18px;
  z-index: 3;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  border-top: 1px solid rgba(255,255,255,0.18);
}

.mlx-bottom-strip a {
  min-height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-right: 1px solid rgba(255,255,255,0.16);

  color: rgba(255,255,255,0.68);
  text-decoration: none;

  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;

  transition: color 220ms ease, background 220ms ease;
}

.mlx-bottom-strip a:last-child {
  border-right: 0;
}

.mlx-bottom-strip a:hover,
.mlx-bottom-strip a:focus-visible {
  color: var(--mlx-gold);
  background: rgba(255,255,255,0.04);
}

.mlx-bottom-strip a img {
  width: auto;
  max-width: 82%;
  max-height: 36px;
  object-fit: contain;

  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.48));
  transition: transform 220ms ease, filter 220ms ease, opacity 220ms ease;
}

.mlx-bottom-strip a:hover img,
.mlx-bottom-strip a:focus-visible img {
  transform: translateY(-3px);
  filter: drop-shadow(0 0 18px rgba(211,164,81,0.26));
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes mlxRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mlxDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.5%, 1%, 0);
  }
}

/* =========================================================
   RESPONSIVE - TABLET
========================================================= */
@media (max-width: 1024px) {
  .mlx-service {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "panel"
      "rail";

    align-content: center;
    gap: 20px;
  }

  .mlx-shell,
  .mlx-panel {
    max-width: 680px;
  }

  .mlx-panel {
    justify-self: start;
  }

  .mlx-production-title {
    font-size: clamp(58px, 11vw, 110px);
  }

  .mlx-service-list button {
    padding: 10px 0;
    font-size: clamp(26px, 4.6vw, 42px);
  }

  .work-rail article {
    min-height: 90px;
  }
}

/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */
@media (max-width: 680px) {
  .mlx-production-elementor,
  .mlx-production-page,
  .mlx-service {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .mlx-service {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "panel"
      "rail";

    padding: 22px 20px 76px;
    gap: 14px;
    align-content: center;
  }

  .mlx-bg-image {
    background-position: center;
  }

  .mlx-kicker,
  .mlx-panel-kicker {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: 0.24em;
  }

  .mlx-production-title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .mlx-lead {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.42;
  }

  .mlx-actions {
    gap: 12px;
    margin-top: 14px;
  }

  .mlx-link {
    min-width: 0;
    width: 100%;

    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .mlx-panel {
    padding-top: 10px;
  }

  .mlx-service-list button {
    padding: 6px 0;
    font-size: clamp(22px, 6.4vw, 30px);
  }

  .mlx-panel-copy {
    min-height: 45px;
    margin-top: 10px;

    font-size: 11px;
    line-height: 1.35;
  }

  .work-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  .work-rail article {
    min-height: 68px;
    padding: 9px;
  }

  .work-rail span {
    margin-bottom: 5px;
    font-size: 8px;
    letter-spacing: 0.14em;
  }

  .work-rail strong {
    font-size: clamp(18px, 5vw, 24px);
  }

  .mlx-bottom-strip {
    left: 0;
    right: 0;
    bottom: 0;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    background: rgba(0,0,0,0.42);
    backdrop-filter: blur(12px);
  }

  .mlx-bottom-strip a {
    min-height: 34px;

    font-size: 8px;
    letter-spacing: 0.1em;

    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .mlx-bottom-strip a img {
    max-width: 76%;
    max-height: 22px;
  }
}

/* =========================================================
   EXTRA SMALL HEIGHT FIX
========================================================= */
@media (max-height: 700px) {
  .mlx-service {
    padding-top: 22px;
    padding-bottom: 68px;
    gap: 14px;
  }

  .mlx-production-title {
    font-size: clamp(48px, 9vw, 110px);
  }

  .mlx-lead {
    margin-top: 12px;
    line-height: 1.45;
  }

  .mlx-actions {
    margin-top: 14px;
  }

  .mlx-service-list button {
    padding: 8px 0;
  }

  .mlx-panel-copy {
    min-height: 54px;
    margin-top: 10px;
    line-height: 1.4;
  }

  .work-rail article {
    min-height: 72px;
  }

  .mlx-bottom-strip a {
    min-height: 36px;
  }

  .mlx-bottom-strip a img {
    max-height: 26px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-7b7009b3 */.elementor-1347 .elementor-element.elementor-element-7b7009b3 {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  flex: 0 0 100vw !important;
}

.elementor-1347 .elementor-element.elementor-element-7b7009b3 > .elementor-widget-wrap,
.elementor-1347 .elementor-element.elementor-element-7b7009b3 > .e-con-inner,
.elementor-1347 .elementor-element.elementor-element-7b7009b3 .elementor-widget-wrap {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5baa879b */.elementor-1347 .elementor-element.elementor-element-5baa879b {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  overflow: visible !important;
  background: #050505 !important;
}

.elementor-1347 .elementor-element.elementor-element-5baa879b > .elementor-container,
.elementor-1347 .elementor-element.elementor-element-5baa879b > .e-con-inner,
.elementor-1347 .elementor-element.elementor-element-5baa879b > .e-con,
.elementor-1347 .elementor-element.elementor-element-5baa879b .elementor-container,
.elementor-1347 .elementor-element.elementor-element-5baa879b .e-con-inner,
.elementor-1347 .elementor-element.elementor-element-5baa879b .e-con {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */