.mp-hero-poster {
  background: radial-gradient(circle at 64% 46%, #303842 0, #11161c 42%, #07090d 76%);
}
.model-page main { overflow: clip; }
.model-page .site-header { position: fixed; }
.model-page .site-header.scrolled {
  background: rgba(7,9,13,.94);
  border-bottom-color: rgba(255,255,255,.12);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.mp-hero-poster img { object-fit: contain; transform: none; }
.mp-viewer-stage { inset: 5% 1% 10%; }
.mp-viewer-stage img { width: 100%; max-height: 92%; }
.mp-button, .mp-text-link { border: 0; font-family: inherit; cursor: pointer; }
.mp-button-ghost { background: rgba(9,12,16,.28); border: 1px solid rgba(255,255,255,.55); color: #fff; backdrop-filter: blur(12px); }

.mp-features-intro { grid-row: 1 / span 2; z-index: 2; }
.mp-feature-visual { background: radial-gradient(circle at 50% 44%,#ebe9e2 0,#d8d5ce 64%,#cac7c0 100%); isolation: isolate; }
.mp-feature-visual::after { background: linear-gradient(0deg,rgba(0,0,0,.38),transparent 31%); }
.mp-feature-visual img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; padding: 6%; filter: drop-shadow(0 30px 24px rgba(0,0,0,.27)); }
.mp-feature-visual:hover img { transform: scale(1.025); }
.mp-feature-orbit i { position: absolute; z-index: 1; left: 50%; top: 48%; width: 55%; aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(50,57,62,.19); border-radius: 50%; }
.mp-feature-orbit i + i { width: 78%; opacity: .6; }
.mp-feature-visual span { z-index: 3; }

.mp-cta { position: relative; min-height: 680px; padding: 75px 5.3vw; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 5vw; background: linear-gradient(120deg,#12100f 0,#071017 54%,#071017 100%); overflow: hidden; }
.mp-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,color-mix(in srgb,var(--mp-accent),transparent 78%),transparent 40%); pointer-events: none; }
.mp-cta-copy, .mp-cta-art { position: relative; z-index: 1; }
.mp-cta-copy > span { font-size: 9px; letter-spacing: .2em; }
.mp-cta-copy h2 { margin: 25px 0 27px; }
.mp-cta-copy > p { max-width: 490px; color: #9fa6ae; font-size: 14px; line-height: 1.75; margin: 0 0 35px; }
.mp-cta-actions { display: flex; gap: 28px; align-items: center; }
.mp-cta-actions .mp-text-link { background: transparent; }
.mp-cta-art { height: 520px; display: flex; align-items: center; justify-content: center; }
.mp-cta-art > img { position: relative; z-index: 3; width: 118%; max-width: none; max-height: 90%; object-fit: contain; filter: drop-shadow(0 38px 27px rgba(0,0,0,.65)); animation: mpCtaFloat 5s ease-in-out infinite; }
.mp-cta-rings i { position: absolute; left: 50%; top: 50%; width: 48%; aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid color-mix(in srgb,var(--mp-accent),transparent 60%); border-radius: 50%; box-shadow: 0 0 60px color-mix(in srgb,var(--mp-accent),transparent 88%); }
.mp-cta-rings i:nth-child(2) { width: 70%; opacity: .55; }
.mp-cta-rings i:nth-child(3) { width: 92%; opacity: .25; }
.mp-cta-number { position: absolute; right: 0; top: -4%; font-size: 180px; line-height: 1; font-weight: 700; letter-spacing: -.08em; color: rgba(255,255,255,.035); }
.mp-cta-tags { position: absolute; z-index: 4; left: 3%; right: 3%; bottom: 4%; display: flex; justify-content: space-between; }
.mp-cta-tags span { padding: 9px 13px; border: 1px solid #343a42; background: rgba(7,10,14,.72); backdrop-filter: blur(8px); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
@keyframes mpCtaFloat { 50% { transform: translateY(-9px); } }

body.mp-modal-open { overflow: hidden; }
.mp-lead-modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 28px; opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
.mp-lead-modal.open { opacity: 1; visibility: visible; }
.mp-lead-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2,4,7,.78); backdrop-filter: blur(15px); cursor: pointer; }
.mp-lead-dialog { position: relative; width: min(1080px,100%); max-height: min(780px,calc(100svh - 56px)); display: grid; grid-template-columns: .85fr 1.15fr; background: #f3f1eb; box-shadow: 0 35px 110px rgba(0,0,0,.55); overflow: hidden; transform: translateY(25px) scale(.975); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.mp-lead-modal.open .mp-lead-dialog { transform: none; }
.mp-lead-close { position: absolute; z-index: 5; right: 18px; top: 18px; width: 42px; height: 42px; border: 1px solid rgba(12,15,19,.18); border-radius: 50%; background: rgba(255,255,255,.8); font-size: 25px; line-height: 1; cursor: pointer; }
.mp-lead-visual { position: relative; min-height: 680px; background: radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--mp-accent),#172028 70%),#071017 68%); color: #fff; overflow: hidden; padding: 34px; display: flex; flex-direction: column; }
.mp-lead-visual-top { position: relative; z-index: 3; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .17em; }
.mp-lead-visual-top .brand-mark { transform: scale(.7); transform-origin: left center; }
.mp-button-brochure{background:#080b0f;color:#fff;border:1px solid rgba(255,255,255,.45)}
.mp-lead-visual-copy { position: relative; z-index: 3; margin-top: 66px; }
.mp-lead-visual-copy small { font-size: 8px; letter-spacing: .17em; color: #aab1b8; }
.mp-lead-visual-copy h3 { font-size: clamp(60px,6vw,94px); font-weight: 400; letter-spacing: -.065em; margin: 10px 0 7px; }
.mp-lead-visual-copy p { font-family: "Playfair Display",serif; font-size: 23px; margin: 0; }
.mp-lead-visual > img { position: absolute; z-index: 2; left: -7%; bottom: 5%; width: 115%; height: 50%; object-fit: contain; filter: drop-shadow(0 25px 20px rgba(0,0,0,.65)); }
.mp-lead-orbits i { position: absolute; left: 50%; bottom: -19%; width: 88%; aspect-ratio: 1; transform: translateX(-50%); border: 1px solid color-mix(in srgb,var(--mp-accent),transparent 63%); border-radius: 50%; }
.mp-lead-orbits i + i { width: 120%; bottom: -37%; opacity: .45; }
.mp-lead-form-panel { padding: 48px 50px 42px; overflow: auto; }
.mp-lead-form-panel header { padding-right: 45px; }
.mp-lead-form-panel header small { font-size: 8px; letter-spacing: .18em; color: #747981; }
.mp-lead-form-panel header h2 { font-size: 42px; letter-spacing: -.045em; font-weight: 500; margin: 10px 0 8px; }
.mp-lead-form-panel header p { color: #73777d; font-size: 13px; margin: 0; }
.mp-lead-progress { display: flex; align-items: center; gap: 13px; margin: 27px 0; }
.mp-lead-progress span { display: flex; align-items: center; gap: 8px; color: #999; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.mp-lead-progress span b { width: 29px; height: 29px; border: 1px solid #bbb; border-radius: 50%; display: grid; place-items: center; }
.mp-lead-progress span.active { color: #0b0e12; }
.mp-lead-progress span.active b { background: #0b0e12; border-color: #0b0e12; color: #fff; }
.mp-lead-progress span.complete b { background: #13b86c; border-color: #13b86c; color: #fff; }
.mp-lead-progress > i { width: 38px; border-top: 1px solid #aaa; }
.mp-lead-step { display: none; }
.mp-lead-step.active { display: grid; gap: 13px; animation: mpFormIn .32s ease; }
.mp-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.mp-lead-form label { display: grid; gap: 7px; }
.mp-lead-form label > span, .mp-lead-form legend { font-size: 10px; letter-spacing: .07em; color: #555b62; }
.mp-lead-form input, .mp-lead-form select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #c7c6c1; background: rgba(255,255,255,.62); border-radius: 0; color: #0c1015; font: 500 13px "DM Sans"; }
.mp-lead-form input:focus, .mp-lead-form select:focus { outline: 1px solid #0b0e12; border-color: #0b0e12; }
.mp-lead-form input.invalid, .mp-lead-form select.invalid { border-color: #c62b35; }
.mp-lead-form input[readonly] { background: #e4e1da; color: #565b61; }
.mp-lead-next, .mp-lead-buttons button, .mp-lead-success button { min-height: 54px; border: 0; background: #0b0e12; color: #fff; font: 700 11px "DM Sans"; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 20px; }
.mp-lead-next { margin-top: 4px; }
.mp-lead-step fieldset { border: 0; padding: 4px 0; margin: 0; }
.mp-choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 9px; }
.mp-choice-row label input { position: absolute; opacity: 0; }
.mp-choice-row label span { height: 49px; border: 1px solid #bdbdb9; display: grid; place-items: center; cursor: pointer; color: #60656b; }
.mp-choice-row label input:checked + span { background: #101419; color: #fff; border-color: #101419; }
.mp-consent { grid-template-columns: 20px 1fr !important; align-items: start; margin: 6px 0; }
.mp-consent input { width: 18px; height: 18px; margin: 0; accent-color: #111; }
.mp-consent span { line-height: 1.5 !important; }
.mp-lead-buttons { display: grid; grid-template-columns: 1fr 1.25fr; gap: 10px; }
.mp-lead-buttons button:first-child { background: transparent; border: 1px solid #aaa; color: #111; }
.book-only { display: none !important; }
.mp-lead-modal.mode-book .test-only { display: none !important; }
.mp-lead-modal.mode-book .book-only { display: grid !important; }
.mp-lead-modal.mode-book .mp-lead-progress, .mp-lead-modal.mode-book [data-lead-next], .mp-lead-modal.mode-book [data-lead-back] { display: none; }
.mp-lead-modal.mode-book [data-lead-step="1"], .mp-lead-modal.mode-book [data-lead-step="2"] { display: grid; }
.mp-lead-modal.mode-book .mp-lead-form { display: grid; gap: 13px; }
.mp-lead-modal.is-success [data-lead-step] { display: none !important; }
.mp-lead-success { display: none; text-align: center; padding: 45px 10px; }
.mp-lead-success.active { display: flex; flex-direction: column; align-items: center; animation: mpFormIn .4s ease; }
.mp-lead-success > span { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #13b86c; color: #fff; font-size: 24px; margin-bottom: 20px; }
.mp-lead-success small { letter-spacing: .2em; font-size: 8px; }
.mp-lead-success h3 { font-size: 38px; line-height: 1.05; letter-spacing: -.045em; font-weight: 500; margin: 13px 0; }
.mp-lead-success p { color: #6c7178; line-height: 1.6; max-width: 410px; }
.mp-lead-success button { padding: 0 28px; margin-top: 15px; }
@keyframes mpFormIn { from { opacity: 0; transform: translateX(15px); } to { opacity: 1; transform: none; } }

@media (max-width: 1000px) {
  .mp-cta { grid-template-columns: 1fr 1fr; }
  .mp-lead-dialog { grid-template-columns: 340px 1fr; }
  .mp-lead-form-panel { padding: 42px 35px; }
  .mp-lead-visual { min-height: 660px; }
  .mp-lead-visual > img { width: 125%; left: -12%; }
}
@media (max-width: 760px) {
  .mp-studio-grid,
  .mp-viewer,
  .mp-colours { min-width: 0; }
  .mp-hero-actions { width: 100%; }
  .mp-hero-actions .mp-button { width: 100%; }
  .mp-features-intro { grid-row: auto; }
  .mp-feature-visual img { padding: 3%; }
  .mp-viewer { height: 440px; }
  .mp-viewer-stage { inset: 5% 0 11%; }
  .mp-viewer-stage img { width: 100%; max-height: 94%; }
  .mp-viewer.has-sequence .mp-viewer-stage img {
    transform: scale(.98);
    transform-origin: center center;
    backface-visibility: hidden;
    will-change: contents;
    contain: paint;
  }
  .mp-colours h3 { overflow-wrap: anywhere; }
  .mp-swatches { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mp-swatches button { min-width: 0; align-items: flex-start; }
  .mp-swatches button span { line-height: 1.35; overflow-wrap: anywhere; }
  .mp-viewer.is-dragging .mp-viewer-stage img { transition: none; }
  .mp-viewer.has-sequence .mp-shadow {
    width: 76%;
    bottom: 17%;
    opacity: .62;
  }
  .mp-cta { min-height: auto; padding: 72px 22px 50px; grid-template-columns: 1fr; gap: 25px; }
  .mp-cta-copy h2 { font-size: 48px; }
  .mp-cta-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .mp-cta-actions .mp-button, .mp-cta-actions .mp-text-link { width: 100%; }
  .mp-cta-art { height: 340px; }
  .mp-cta-art > img { width: 115%; }
  .mp-cta-number { font-size: 110px; }
  .mp-lead-modal { padding: 0; align-items: end; }
  .mp-lead-dialog { width: 100%; max-height: 94svh; grid-template-columns: 1fr; overflow: auto; }
  .mp-lead-visual { min-height: 205px; padding: 24px; }
  .mp-lead-visual-top { display: none; }
  .mp-lead-visual-copy { margin-top: 0; }
  .mp-lead-visual-copy h3 { font-size: 54px; margin: 5px 0; }
  .mp-lead-visual-copy p { font-size: 17px; }
  .mp-lead-visual > img { height: 90%; width: 64%; left: auto; right: -5%; bottom: -2%; opacity: .65; }
  .mp-lead-form-panel { padding: 30px 22px 28px; overflow: visible; }
  .mp-lead-form-panel header h2 { font-size: 33px; }
  .mp-lead-progress { margin: 22px 0; }
  .mp-lead-progress span { font-size: 8px; }
  .mp-field-row { grid-template-columns: 1fr; }
  .mp-lead-close { top: 14px; right: 14px; }
  .mp-lead-buttons { grid-template-columns: 1fr; }
  .mp-lead-buttons button:first-child { order: 2; }
}
@media (max-width: 420px) {
  .mp-viewer.has-sequence .mp-viewer-stage img { transform: scale(.92); }
}
@media (prefers-reduced-motion: reduce) {
  .mp-cta-art > img { animation: none; }
}

/* Model-specific interior gallery */
.mp-interior-gallery {
  grid-column: 2;
  min-width: 0;
  outline: 0;
}
.mp-interior-gallery:focus-visible .mp-interior-stage {
  box-shadow: 0 0 0 3px var(--mp-accent);
}
.mp-interior-stage {
  position: relative;
  height: clamp(510px, 45vw, 650px);
  margin: 0;
  overflow: hidden;
  background: #101318;
  color: #fff;
  touch-action: pan-y;
}
.mp-interior-stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.002);
  transition: opacity .2s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.mp-interior-gallery:hover .mp-interior-stage > img {
  transform: scale(1.025);
}
.mp-interior-gallery.is-changing .mp-interior-stage > img {
  opacity: .18;
  transform: scale(1.045);
}
.mp-interior-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(3,5,8,.86), rgba(3,5,8,.04) 62%),
    linear-gradient(90deg, rgba(3,5,8,.28), transparent 45%);
  pointer-events: none;
}
.mp-interior-stage figcaption {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 150px;
  bottom: 28px;
  display: grid;
  grid-template-columns: minmax(190px,.78fr) minmax(220px,1fr);
  gap: 30px;
  align-items: end;
}
.mp-interior-stage figcaption small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.62);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}
.mp-interior-stage figcaption strong {
  display: block;
  font: 500 clamp(24px,2.3vw,38px)/1 "Manrope";
  letter-spacing: -.045em;
}
.mp-interior-stage figcaption p {
  max-width: 410px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.65;
}
.mp-interior-controls {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 38px auto 38px;
  align-items: center;
  gap: 9px;
}
.mp-interior-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(8,11,15,.36);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background .25s, color .25s, transform .25s;
}
.mp-interior-controls button:hover {
  background: #fff;
  color: #080b0f;
  transform: translateY(-2px);
}
.mp-interior-controls span {
  font-size: 8px;
  letter-spacing: .16em;
}
.mp-interior-controls b {
  color: var(--mp-accent);
}
.mp-interior-thumbs {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  margin-top: 1px;
  background: #b9b9b6;
}
.mp-interior-thumbs button {
  position: relative;
  min-width: 0;
  height: 112px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #15181d;
  color: #fff;
  cursor: pointer;
  text-align: left;
}
.mp-interior-thumbs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--mp-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.mp-interior-thumbs button.active::after {
  transform: scaleX(1);
}
.mp-interior-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .48;
  transition: opacity .3s, transform .55s;
}
.mp-interior-thumbs button:hover img,
.mp-interior-thumbs button.active img {
  opacity: .84;
  transform: scale(1.035);
}
.mp-interior-thumbs span {
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 12px;
  bottom: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mp-interior-thumbs span b {
  margin-right: 9px;
  color: var(--mp-accent);
  font-size: 8px;
}
.mp-interior-note {
  margin: 12px 0 0;
  color: #7b7f84;
  font-size: 9px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .mp-interior-stage figcaption {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mp-interior-stage figcaption p {
    max-width: 480px;
  }
}
@media (max-width: 760px) {
  .mp-interior-gallery { grid-column: 1; }
  .mp-interior-stage { height: 460px; }
  .mp-interior-stage figcaption {
    left: 20px;
    right: 20px;
    bottom: 78px;
  }
  .mp-interior-stage figcaption strong { font-size: 30px; }
  .mp-interior-stage figcaption p { font-size: 11px; }
  .mp-interior-controls {
    left: 18px;
    right: 18px;
    bottom: 20px;
    grid-template-columns: 38px 1fr 38px;
  }
  .mp-interior-controls span { text-align: center; }
  .mp-interior-thumbs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .mp-interior-thumbs::-webkit-scrollbar { display: none; }
  .mp-interior-thumbs button {
    flex: 0 0 72%;
    height: 96px;
    scroll-snap-align: start;
  }
}
@media (max-width: 420px) {
  .mp-interior-stage { height: 430px; }
  .mp-interior-stage figcaption p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mp-interior-stage > img,
  .mp-interior-thumbs img { transition: none; }
}
