.elementor-1339 .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-1339 .elementor-element.elementor-element-5baa879b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1339 .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-1339 .elementor-element.elementor-element-4ff38628.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-4ff38628 */<!-- MODEL LUXE ABOUT 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
========================================================= */
.mlm-about-elementor {
  --mlm-gold: #d3a451;
  --mlm-ink: #030303;

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

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

.mlm-about-elementor *,
.mlm-about-elementor *::before,
.mlm-about-elementor *::after {
  box-sizing: border-box;
}

.mlm-about-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* =========================================================
   HERO SECTION
========================================================= */
.mlm-about-hero {
  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, 0.95fr) minmax(300px, 0.7fr);
  grid-template-areas:
    "copy principles"
    "divisions divisions";

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

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

  background:
    linear-gradient(90deg, rgba(0,0,0,0.96), rgba(0,0,0,0.32), rgba(0,0,0,0.94)),
    url("https://modelluxemedia.com/wp-content/uploads/2026/05/new.png") center / cover no-repeat;
}

.mlm-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.96)),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);

  background-size: auto, 84px 100%;
}

/* =========================================================
   LEFT TEXT CONTENT
========================================================= */
.mlm-about-copy {
  grid-area: copy;
  animation: mlm-rise 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

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

.mlm-about-title {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(64px, 10vw, 140px);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mlm-about-copy > p:not(.mlm-kicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.6;
}

/* =========================================================
   CTA LINK
========================================================= */
.mlm-line-link {
  position: relative;
  display: inline-flex;

  margin-top: 22px;
  min-width: 190px;
  padding: 0 30px 13px 0;

  color: #fff;
  text-decoration: none;

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

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

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

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

  width: 11px;
  height: 11px;

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

  transform: rotate(45deg);
}

/* =========================================================
   PRINCIPLES / INTERACTIVE BUTTONS
========================================================= */
.mlm-about-principles {
  grid-area: principles;

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

  animation: mlm-rise 900ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mlm-principle {
  width: 100%;
  min-height: 76px;
  padding: 12px 0;

  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;

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

  color: rgba(255,255,255,0.58);
  font: inherit;
  text-align: left;

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

.mlm-principle span {
  color: var(--mlm-gold);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.mlm-principle strong {
  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.mlm-principle:hover,
.mlm-principle.is-active {
  color: #fff;
  transform: translateX(8px);
}

[data-mlm-principle-copy] {
  min-height: 78px;
  margin: 16px 0 0;

  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.55;

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

[data-mlm-principle-copy].is-changing {
  opacity: 0;
  transform: translateY(10px);
}

/* =========================================================
   DIVISION GRID
========================================================= */
.mlm-division-grid {
  grid-area: divisions;

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

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

.mlm-division-grid 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.08), rgba(0,0,0,0.88)),
    url("https://modelluxemedia.com/wp-content/uploads/2026/05/new.png") center / cover no-repeat;
}

.mlm-division-grid span {
  margin-bottom: 7px;

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

.mlm-division-grid 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 PAGE LINKS / LOGOS
========================================================= */
.mlm-page-links {
  position: absolute;
  left: clamp(24px, 6vw, 96px);
  right: clamp(24px, 6vw, 96px);
  bottom: 18px;

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

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

.mlm-page-links a {
  min-height: 46px;

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

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

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

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

.mlm-page-links a:last-child {
  border-right: 0;
}

.mlm-page-links a:hover {
  color: var(--mlm-gold);
}

.mlm-page-links 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;
}

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

/* =========================================================
   ANIMATION
========================================================= */
@keyframes mlm-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

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

/* =========================================================
   RESPONSIVE - TABLET
========================================================= */
@media (max-width: 1024px) {
  .mlm-about-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "principles"
      "divisions";

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

  .mlm-about-principles {
    max-width: 680px;
  }

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

  .mlm-principle {
    min-height: 64px;
  }

  .mlm-principle strong {
    font-size: clamp(26px, 4.6vw, 42px);
  }

  .mlm-division-grid article {
    min-height: 90px;
  }
}

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

  .mlm-about-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "principles"
      "divisions";

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

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

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

  .mlm-about-copy > p:not(.mlm-kicker) {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.42;
  }

  .mlm-line-link {
    margin-top: 14px;
    width: 100%;
    min-width: 0;

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

  .mlm-about-principles {
    padding-top: 10px;
  }

  .mlm-principle {
    min-height: 46px;
    padding: 6px 0;
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .mlm-principle span {
    font-size: 10px;
  }

  .mlm-principle strong {
    font-size: clamp(22px, 6.4vw, 30px);
  }

  [data-mlm-principle-copy] {
    min-height: 45px;
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.35;
  }

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

  .mlm-division-grid article {
    min-height: 68px;
    padding: 9px;
  }

  .mlm-division-grid span {
    margin-bottom: 5px;
    font-size: 8px;
    letter-spacing: 0.14em;
  }

  .mlm-division-grid strong {
    font-size: clamp(18px, 5vw, 24px);
  }

  .mlm-page-links {
    left: 0;
    right: 0;
    bottom: 0;

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

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

  .mlm-page-links a {
    min-height: 34px;

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

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

  .mlm-page-links a img {
    max-width: 76%;
    max-height: 22px;
  }
}

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

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

  .mlm-about-copy > p:not(.mlm-kicker) {
    margin-top: 12px;
    line-height: 1.45;
  }

  .mlm-line-link {
    margin-top: 14px;
  }

  .mlm-principle {
    min-height: 58px;
    padding: 8px 0;
  }

  [data-mlm-principle-copy] {
    min-height: 54px;
    margin-top: 10px;
    line-height: 1.4;
  }

  .mlm-division-grid article {
    min-height: 72px;
  }

  .mlm-page-links a {
    min-height: 36px;
  }

  .mlm-page-links a img {
    max-height: 26px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-7b7009b3 */.elementor-1339 .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-1339 .elementor-element.elementor-element-7b7009b3 > .elementor-widget-wrap,
.elementor-1339 .elementor-element.elementor-element-7b7009b3 > .e-con-inner,
.elementor-1339 .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-1339 .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-1339 .elementor-element.elementor-element-5baa879b > .elementor-container,
.elementor-1339 .elementor-element.elementor-element-5baa879b > .e-con-inner,
.elementor-1339 .elementor-element.elementor-element-5baa879b > .e-con,
.elementor-1339 .elementor-element.elementor-element-5baa879b .elementor-container,
.elementor-1339 .elementor-element.elementor-element-5baa879b .e-con-inner,
.elementor-1339 .elementor-element.elementor-element-5baa879b .e-con {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */