/* PressPair V2036 — user-requested surgical corrections only. */

:root {
  --pp-v2036-navy: #061b34;
  --pp-v2036-blue: #0a3b70;
  --pp-v2036-gold: #d2a54b;
  --pp-v2036-white: #fff;
}

/* Home: remove the Home-only film/line directly beneath the shared header. */
html body.home-page #ppGlobalHeader,
html body.home-page #ppGlobalHeader .pp-global-navrow {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

html body.home-page #ppGlobalHeader::after,
html body.home-page #ppGlobalHeader .pp-global-navrow::after {
  display: none !important;
  content: none !important;
}

html body.home-page #ppGlobalHeader + main,
html body.home-page main.page-main.pp-v2013-home,
html body.home-page main.page-main.pp-v2013-home > :first-child,
html body.home-page main.page-main.pp-v2013-home .pp-v2013-opening {
  margin-top: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

/* Private List: accessible hit area over the approved, baked-in Learn More button. */
html body.private-page .private-hero {
  position: relative !important;
}

html body.private-page .pp-v2036-story-hotspot {
  position: absolute !important;
  z-index: 5 !important;
  left: 11.1% !important;
  top: 76% !important;
  width: 10.5% !important;
  min-width: 44px !important;
  height: 11% !important;
  min-height: 28px !important;
  display: block !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: transparent !important;
  cursor: pointer !important;
}

html body.private-page .pp-v2036-story-hotspot:focus-visible {
  outline: 3px solid var(--pp-v2036-navy) !important;
  outline-offset: 3px !important;
}

/* Design opening: the supplied pocket-system diagram is first; the model moves to its slot. */
html body.pp-design-page .pp-v2036-opening-shot--infographic {
  background: var(--pp-v2036-white) !important;
  background-image: none !important;
}

html body.pp-design-page .pp-v2036-opening-shot--infographic::after,
html body.pp-design-page .pp-v2036-opening-shot--infographic figcaption {
  display: none !important;
}

html body.pp-design-page .pp-v2036-opening-shot--infographic > img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: var(--pp-v2036-white) !important;
}

html body.pp-design-page .pp-v2036-opening-shot--model {
  background: #f5f1e8 !important;
  background-image: none !important;
}

html body.pp-design-page .pp-v2036-opening-shot--model::after {
  display: block !important;
}

html body.pp-design-page .pp-v2036-opening-shot--model figcaption {
  display: block !important;
}

html body.pp-design-page .pp-v2036-opening-shot--model > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center top !important;
  background: #f5f1e8 !important;
}

/* Design principles: equal media rows, full models, and aligned numbers/copy on desktop. */
@media (min-width: 761px) {
  html body.pp-design-page .pp-v2032-principle-list article {
    grid-template-rows: auto auto auto 1fr !important;
  }

  html body.pp-design-page .pp-v2032-principle-list figure,
  html body.pp-design-page .pp-v2032-principle-list figure.pp-v2035-infographic {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    width: 100% !important;
    height: clamp(420px, 35vw, 540px) !important;
    margin: 0 0 18px !important;
    background: rgba(255, 255, 255, .34) !important;
  }

  html body.pp-design-page .pp-v2032-principle-list figure::after {
    display: none !important;
  }

  html body.pp-design-page .pp-v2032-principle-list figure img,
  html body.pp-design-page .pp-v2032-principle-list figure.pp-v2035-infographic img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center top !important;
    background: rgba(255, 255, 255, .22) !important;
  }

  html body.pp-design-page .pp-v2032-principle-list figcaption,
  html body.pp-design-page .pp-v2032-principle-list figure.pp-v2035-infographic figcaption {
    position: static !important;
    min-height: 36px !important;
    padding: 10px 12px !important;
    color: var(--pp-v2036-navy) !important;
    background: rgba(255, 255, 255, .88) !important;
    text-shadow: none !important;
  }
}

/* Noir: polish only the requested Essential / Discreet / Uncompromising product art. */
html body .noir61-confidence > img {
  filter: brightness(1.11) contrast(1.07) saturate(1.08) !important;
}

/* Suite mobile: restore approved per-room human scale and floor placement. */
html.pp-mobile-mode body .fitter .room[data-room='beverly'] .model {
  left: 56% !important;
  bottom: -1% !important;
  width: auto !important;
  height: 69% !important;
  max-width: 65% !important;
}

html.pp-mobile-mode body .fitter .room[data-room='med'] .model {
  left: 71% !important;
  bottom: 1% !important;
  width: auto !important;
  height: 78% !important;
  max-width: 66% !important;
}

html.pp-mobile-mode body .fitter .room[data-room='nyc'] .model {
  left: 53% !important;
  bottom: -1% !important;
  width: auto !important;
  height: 67% !important;
  max-width: 64% !important;
}

html.pp-mobile-mode body #modelOptions .option {
  min-height: 58px !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  padding: 7px 9px !important;
  text-align: left !important;
}

html.pp-mobile-mode body #modelOptions .option img {
  display: block !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  border: 1px solid rgba(210, 165, 75, .7) !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center top !important;
  background: linear-gradient(180deg, #eef3f7, #d9e2e8) !important;
}

html.pp-mobile-mode body #modelOptions .option span {
  flex: 1 1 auto !important;
  text-align: left !important;
}

/* Complete three-model Home image on physical phones and manual Mobile Version. */
@media (max-width: 900px) {
  html:not(.pp-force-desktop) body.home-page main.page-main.pp-v2013-home .home-v115-confidence-grid > img:nth-of-type(3) {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1122 / 1402 !important;
    object-fit: contain !important;
    object-position: center top !important;
    transform: none !important;
  }
}

html.pp-mobile-mode body.home-page main.page-main.pp-v2013-home .home-v115-confidence-grid > img:nth-of-type(3) {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1122 / 1402 !important;
  object-fit: contain !important;
  object-position: center top !important;
  transform: none !important;
}

/* Mobile Design opening order keeps the full first infographic and full moved model. */
@media (max-width: 760px) {
  html:not(.pp-force-desktop) body.pp-design-page .pp-v2032-opening {
    grid-template-rows: auto 220px auto !important;
  }

  html:not(.pp-force-desktop) body.pp-design-page .pp-v2036-opening-shot--infographic {
    min-height: 0 !important;
    aspect-ratio: 1255 / 1686 !important;
  }

  html:not(.pp-force-desktop) body.pp-design-page .pp-v2036-opening-shot--model {
    min-height: 320px !important;
    aspect-ratio: 4 / 5 !important;
  }
}

html.pp-mobile-mode body.pp-design-page .pp-v2032-opening {
  grid-template-rows: auto 220px auto !important;
}

html.pp-mobile-mode body.pp-design-page .pp-v2036-opening-shot--infographic {
  min-height: 0 !important;
  aspect-ratio: 1255 / 1686 !important;
}

html.pp-mobile-mode body.pp-design-page .pp-v2036-opening-shot--model {
  min-height: 320px !important;
  aspect-ratio: 4 / 5 !important;
}

@media (max-width: 760px) {
  html:not(.pp-force-desktop) body #modelOptions .option {
    min-height: 58px !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    padding: 7px 9px !important;
    text-align: left !important;
  }

  html:not(.pp-force-desktop) body #modelOptions .option img {
    display: block !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    border: 1px solid rgba(210, 165, 75, .7) !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center top !important;
    background: linear-gradient(180deg, #eef3f7, #d9e2e8) !important;
  }

  html:not(.pp-force-desktop) body #modelOptions .option span {
    flex: 1 1 auto !important;
    text-align: left !important;
  }

  html:not(.pp-force-desktop) body .fitter .room[data-room='beverly'] .model {
    left: 56% !important;
    bottom: -1% !important;
    width: auto !important;
    height: 69% !important;
    max-width: 65% !important;
  }

  html:not(.pp-force-desktop) body .fitter .room[data-room='med'] .model {
    left: 71% !important;
    bottom: 1% !important;
    width: auto !important;
    height: 78% !important;
    max-width: 66% !important;
  }

  html:not(.pp-force-desktop) body .fitter .room[data-room='nyc'] .model {
    left: 53% !important;
    bottom: -1% !important;
    width: auto !important;
    height: 67% !important;
    max-width: 64% !important;
  }
}
