.elementor-1349 .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-1349 .elementor-element.elementor-element-5baa879b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1349 .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-1349 .elementor-element.elementor-element-4ff38628.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-4ff38628 */<!-- MODEL LUXE PHOTOGRAPHY 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
========================================================= */
.mlp-photo-elementor {
  --mlp-gold: #d3a451;
  --mlp-ink: #030303;
  --mlp-soft: rgba(255,255,255,0.76);

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

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

.mlp-photo-elementor *,
.mlp-photo-elementor *::before,
.mlp-photo-elementor *::after {
  box-sizing: border-box;
}

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

/* =========================================================
   PHOTOGRAPHY STAGE
========================================================= */
.mlp-photo-stage {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;

  overflow: hidden;
  isolation: isolate;

  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(420px, 1fr);
  grid-template-areas:
    "copy controls"
    "copy grid"
    "strip grid";

  gap: clamp(18px, 3.5vw, 46px);
  align-items: start;

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

.mlp-photo-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;

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

  filter: saturate(0.78) contrast(1.1);
  transform: scale(1.06);
}

.mlp-photo-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.95));
}

/* =========================================================
   LEFT COPY
========================================================= */
.mlp-photo-copy {
  grid-area: copy;

  max-width: 560px;
  align-self: center;

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

.mlp-kicker {
  margin: 0 0 14px;

  color: var(--mlp-gold);
  font-size: clamp(10px, 0.85vw, 12px);
  letter-spacing: 0.38em;
  line-height: 1;
  text-transform: uppercase;
}

.mlp-photo-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;
}

.mlp-photo-copy p:not(.mlp-kicker) {
  max-width: 520px;
  margin: 18px 0 0;

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

/* =========================================================
   CTA LINK
========================================================= */
.mlp-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;
}

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

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

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

  width: 11px;
  height: 11px;

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

  transform: rotate(45deg);
}

/* =========================================================
   PORTFOLIO FILTER CONTROLS
========================================================= */
.mlp-portfolio-controls {
  grid-area: controls;

  position: relative;
  z-index: 2;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;

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

.mlp-portfolio-controls button {
  min-height: 32px;
  padding: 0 12px;

  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 0;
  background: rgba(0,0,0,0.24);

  color: #fff;
  font: inherit;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  cursor: pointer;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
}

.mlp-portfolio-controls button:hover,
.mlp-portfolio-controls button.is-active {
  color: var(--mlp-gold);
  border-color: rgba(211,164,81,0.58);
  background: rgba(211,164,81,0.08);
}

/* =========================================================
   PORTFOLIO GRID
========================================================= */
.mlp-portfolio-grid {
  grid-area: grid;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(118px, 20vh);
  gap: 12px;

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

.mlp-portfolio-item {
  position: relative;

  min-height: 0;
  overflow: hidden;

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

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

.mlp-portfolio-item.feature {
  grid-column: span 2;
  grid-row: span 2;
}

.mlp-portfolio-item.is-hidden {
  opacity: 0.18;
  transform: scale(0.98);
  pointer-events: none;
}

.mlp-portfolio-item:hover {
  transform: translateY(-6px);
  border-color: rgba(211,164,81,0.52);
}

.mlp-media-frame {
  position: absolute;
  inset: 0;

  background: url("https://modelluxemedia.com/wp-content/uploads/2026/05/new.png") center / cover no-repeat;

  filter: saturate(0.9) contrast(1.08);
  transition: transform 600ms ease, filter 260ms ease;
}

.mlp-portfolio-item:hover .mlp-media-frame {
  transform: scale(1.05);
  filter: saturate(1) contrast(1.12);
}

.mlp-photo-two {
  background-position: 55% center;
}

.mlp-photo-three {
  background-position: 42% center;
}

.mlp-photo-four {
  background-position: 62% center;
}

.mlp-photo-five {
  background-position: 48% center;
}

.mlp-photo-six {
  background-position: 35% center;
}

/* =========================================================
   PORTFOLIO ITEM META
========================================================= */
.mlp-item-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;

  padding: 46px 16px 14px;

  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.86));
}

.mlp-item-meta span {
  display: block;
  margin-bottom: 7px;

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

.mlp-item-meta strong {
  display: block;

  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

/* =========================================================
   PLAY BUTTON
========================================================= */
.mlp-play-button {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;

  width: 42px;
  height: 42px;

  border: 1px solid rgba(211,164,81,0.72);
  border-radius: 50%;
  background: rgba(0,0,0,0.36);

  cursor: pointer;
  backdrop-filter: blur(8px);
}

.mlp-play-button::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;

  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* =========================================================
   PORTFOLIO STRIP
========================================================= */
.mlp-portfolio-strip {
  grid-area: strip;

  display: grid;
  gap: 10px;
  align-self: end;
}

.mlp-strip-card {
  min-height: 76px;
  padding: 16px;

  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 0;
  background: rgba(0,0,0,0.24);

  color: rgba(255,255,255,0.72);

  display: flex;
  align-items: end;
  justify-content: space-between;

  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(8px);

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

.mlp-strip-card span {
  color: var(--mlp-gold);
  font-size: 12px;
  letter-spacing: 0.2em;
}

.mlp-strip-card strong {
  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 0.88;
  text-transform: uppercase;
}

.mlp-strip-card:hover,
.mlp-strip-card.is-active {
  transform: translateX(8px);
  border-color: rgba(211,164,81,0.62);
  background: rgba(211,164,81,0.08);
}

/* =========================================================
   BOTTOM LOGO LINKS
========================================================= */
.mlp-quick-links {
  position: absolute;
  left: clamp(24px, 6vw, 92px);
  right: clamp(24px, 6vw, 92px);
  bottom: 18px;

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

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

.mlp-quick-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;
}

.mlp-quick-links a:last-child {
  border-right: 0;
}

.mlp-quick-links a:hover {
  color: var(--mlp-gold);
}

.mlp-quick-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;
}

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

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

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

/* =========================================================
   RESPONSIVE - TABLET
========================================================= */
@media (max-width: 1024px) {
  .mlp-photo-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "controls"
      "grid"
      "strip";

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

  .mlp-photo-copy {
    max-width: 680px;
    align-self: start;
  }

  .mlp-portfolio-controls {
    justify-content: flex-start;
  }

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

  .mlp-portfolio-grid {
    grid-auto-rows: minmax(88px, 13vh);
  }

  .mlp-strip-card {
    min-height: 64px;
  }
}

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

  .mlp-photo-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "controls"
      "grid"
      "strip";

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

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

  .mlp-photo-title {
    font-size: clamp(40px, 12vw, 58px);
  }

  .mlp-photo-copy p:not(.mlp-kicker) {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  .mlp-line-link {
    margin-top: 12px;
    width: 100%;
    min-width: 0;

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

  .mlp-portfolio-controls {
    gap: 6px;
  }

  .mlp-portfolio-controls button {
    min-height: 28px;
    padding: 0 8px;

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

  .mlp-portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(58px, 9vh);
    gap: 7px;
  }

  .mlp-portfolio-item.feature {
    grid-column: span 1;
    grid-row: span 1;
  }

  .mlp-portfolio-item.is-hidden {
    display: none;
  }

  .mlp-item-meta {
    padding: 28px 8px 8px;
  }

  .mlp-item-meta span {
    margin-bottom: 4px;
    font-size: 7px;
    letter-spacing: 0.1em;
  }

  .mlp-item-meta strong {
    font-size: clamp(13px, 4vw, 18px);
  }

  .mlp-play-button {
    top: 8px;
    right: 8px;

    width: 26px;
    height: 26px;
  }

  .mlp-play-button::before {
    left: 10px;
    top: 7px;

    border-left: 9px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .mlp-portfolio-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  .mlp-strip-card {
    min-height: 52px;
    padding: 8px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .mlp-strip-card span {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .mlp-strip-card strong {
    font-size: clamp(16px, 5vw, 22px);
  }

  .mlp-strip-card:hover,
  .mlp-strip-card.is-active {
    transform: translateY(-3px);
  }

  .mlp-quick-links {
    left: 0;
    right: 0;
    bottom: 0;

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

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

  .mlp-quick-links a {
    min-height: 34px;

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

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

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

/* =========================================================
   EXTRA SMALL HEIGHT FIX
========================================================= */
@media (max-height: 700px) {
  .mlp-photo-stage {
    padding-top: 20px;
    padding-bottom: 68px;
    gap: 10px;
  }

  .mlp-photo-title {
    font-size: clamp(44px, 8.5vw, 110px);
  }

  .mlp-photo-copy p:not(.mlp-kicker) {
    margin-top: 10px;
    line-height: 1.35;
  }

  .mlp-line-link {
    margin-top: 12px;
  }

  .mlp-portfolio-grid {
    grid-auto-rows: minmax(64px, 12vh);
  }

  .mlp-strip-card {
    min-height: 54px;
    padding: 10px;
  }

  .mlp-quick-links a {
    min-height: 36px;
  }

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