.polyhabitat-landing-embed {
  color-scheme: light;
  --red: #830a2c;
  --red-dark: #620720;
  --beige: #f8ede4;
  --gray: #dbdbdb;
  --surface: #ffffff;
  --surface-muted: #f5f5f5;
  --surface-warm: #f8ede4;
  --surface-dark: #17252f;
  --ink: #111827;
  --muted: #64707c;
  --white: #ffffff;
  --line: #dedede;
  --danger: #b42318;
  --success: #18794e;
  --focus: #275fb5;
}

.polyhabitat-landing-embed, .polyhabitat-landing-embed * {
  box-sizing: border-box;
}

.polyhabitat-landing-embed {
  scroll-behavior: smooth;
}

.polyhabitat-landing-embed {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "Arial Nova", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.polyhabitat-landing-embed button,
.polyhabitat-landing-embed input,
.polyhabitat-landing-embed select,
.polyhabitat-landing-embed textarea {
  font: inherit;
}

.polyhabitat-landing-embed button {
  cursor: pointer;
}

.polyhabitat-landing-embed a {
  color: inherit;
}

.polyhabitat-landing-embed svg {
  display: block;
}

.polyhabitat-landing-embed .landing-page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.polyhabitat-landing-embed .deferred-content {
  position: relative;
}

.polyhabitat-landing-embed .deferred-content__loading {
  display: grid;
  width: 100%;
  min-height: inherit;
  place-items: center;
  color: #3d4954;
  font-size: 0.86rem;
}

.polyhabitat-landing-embed .deferred-content--comparison {
  min-height: clamp(280px, 35vw, 500px);
}

.polyhabitat-landing-embed .deferred-content--range-gallery {
  height: clamp(440px, 45vw, 680px);
  background: #e7e7e7;
}

.polyhabitat-landing-embed .deferred-content--quote {
  min-height: 560px;
}

.polyhabitat-landing-embed .deferred-content--coverage {
  min-height: 620px;
  order: 8;
  width: 100%;
}

/* Keep the project journey in its reading order: the ranges follow the quote form. */
.polyhabitat-landing-embed .hero-reference { order: 1; }
.polyhabitat-landing-embed .experience-reference { order: 2; }
.polyhabitat-landing-embed .services-reference { order: 3; }
.polyhabitat-landing-embed .quote-reference { order: 4; }
.polyhabitat-landing-embed .ranges-reference { order: 5; }
.polyhabitat-landing-embed .french-fabrication-reference { order: 6; }
.polyhabitat-landing-embed .client-satisfaction-reference { order: 7; }
.polyhabitat-landing-embed .coverage-reference { order: 8; }
.polyhabitat-landing-embed .press-reference { order: 9; }
.polyhabitat-landing-embed .footer-reference { order: 10; }

/* Hero */
.polyhabitat-landing-embed .hero-reference {
  position: relative;
  min-height: 100svh;
  background: #17252f;
  color: #fff;
  isolation: isolate;
}

.polyhabitat-landing-embed .hero-background,
.polyhabitat-landing-embed .french-fabrication-background {
  z-index: -2;
  object-fit: cover;
  object-position: center 50%;
}

.polyhabitat-landing-embed .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 11, 12, 0.46) 0%, rgba(8, 11, 12, 0.31) 48%, rgba(8, 11, 12, 0.16) 100%);
}

.polyhabitat-landing-embed .reference-header {
  display: grid;
  grid-template-columns: minmax(220px, 310px) minmax(0, 1fr) 112px;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  width: calc(100% - clamp(32px, 4vw, 64px));
  margin: 0 auto;
  padding: 54px 0 20px;
}

.polyhabitat-landing-embed .mobile-menu {
  display: none;
}

.polyhabitat-landing-embed .header-logo {
  display: inline-flex;
  width: 310px;
  height: 95px;
  align-items: center;
  justify-self: start;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.polyhabitat-landing-embed .header-logo img {
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: contain;
}

.polyhabitat-landing-embed .reference-nav {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  height: 95px;
  align-items: center;
  align-self: center;
  justify-content: center;
  gap: clamp(20px, 1.9vw, 38px);
  margin: 0;
}

.polyhabitat-landing-embed .reference-nav a {
  color: #fff;
  font-size: clamp(1rem, 1.12vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.polyhabitat-landing-embed .reference-nav a:hover {
  color: var(--beige);
}

.polyhabitat-landing-embed .nav-products {
  position: relative;
}

.polyhabitat-landing-embed .nav-products::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  content: "";
}

.polyhabitat-landing-embed .nav-products summary {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  cursor: pointer;
  font-size: clamp(1rem, 1.12vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  list-style: none;
  white-space: nowrap;
}

.polyhabitat-landing-embed .nav-products summary::-webkit-details-marker {
  display: none;
}

.polyhabitat-landing-embed .nav-products summary span {
  font-size: 0.82em;
  transition: transform 180ms ease;
}

.polyhabitat-landing-embed .nav-products[open] summary span {
  transform: rotate(180deg);
}

.polyhabitat-landing-embed .nav-products__menu {
  position: absolute;
  top: calc(100% + 16px);
  left: -18px;
  z-index: 30;
  display: none;
  min-width: 204px;
  padding: 10px;
  background: #17252f;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
}

.polyhabitat-landing-embed .nav-products:hover .nav-products__menu,
.polyhabitat-landing-embed .nav-products[open] .nav-products__menu {
  display: grid;
}

.polyhabitat-landing-embed .nav-products__menu a {
  padding: 11px 12px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.polyhabitat-landing-embed .nav-products__menu a:hover,
.polyhabitat-landing-embed .nav-products__menu a:focus-visible {
  background: var(--red);
  color: #fff;
}

.polyhabitat-landing-embed .reference-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.polyhabitat-landing-embed .reference-devis {
  display: inline-flex;
  min-width: 112px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 26px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.polyhabitat-landing-embed .reference-devis:hover {
  background: #73001f;
}

.polyhabitat-landing-embed .hero-panel {
  position: relative;
  display: grid;
  width: min(720px, calc(100% - 40px));
  min-height: 370px;
  align-content: center;
  margin: clamp(70px, 10vh, 135px) 0 80px max(40px, calc((100vw - 1140px) / 2));
  padding: 38px 46px 32px;
  background: rgba(255, 255, 255, 0.17);
}

.polyhabitat-landing-embed .hero-panel::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 50px;
  height: 50px;
  border-top: 4px solid var(--red);
  border-left: 4px solid var(--red);
  content: "";
  pointer-events: none;
}

.polyhabitat-landing-embed .hero-panel h1 {
  margin: 0;
  font-size: clamp(2.7rem, 3.4vw, 3.65rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.polyhabitat-landing-embed .hero-panel p {
  max-width: 435px;
  margin: 25px 0 0;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  font-weight: 400;
  line-height: 1.55;
}

.polyhabitat-landing-embed .hero-continue {
  justify-self: end;
  margin: 30px 0 0;
  padding: 13px 24px;
  background: var(--red);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, box-shadow 220ms ease, color 180ms ease, transform 220ms ease;
}

.polyhabitat-landing-embed .hero-continue:hover {
  background: #fff;
  color: var(--red);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
}

.polyhabitat-landing-embed .hero-continue:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.polyhabitat-landing-embed .hero-benefits {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: 0;
  width: min(710px, calc(100% - 80px));
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(8, 21, 30, 0.54);
  backdrop-filter: blur(15px);
  transform: translateX(-50%);
}

.polyhabitat-landing-embed .hero-benefit {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 126px;
  padding: 14px 10px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(145deg, rgba(18, 38, 50, 0.88), rgba(8, 20, 29, 0.72));
  color: #fff;
  text-align: center;
  text-decoration: none;
  transform-origin: center bottom;
  transition: background 180ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.polyhabitat-landing-embed .hero-benefit:last-child {
  border-right: 0;
}

.polyhabitat-landing-embed .hero-benefit::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #b11847, transparent);
  content: "";
  opacity: 0.78;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 220ms ease;
}

.polyhabitat-landing-embed .hero-benefit svg {
  width: 58px;
  height: 58px;
  padding: 3px;
  background: transparent;
  fill: none;
  stroke: #f8ede4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.polyhabitat-landing-embed .hero-benefit span {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
}

@media (hover: hover) {
  .polyhabitat-landing-embed .hero-benefit:hover {
    z-index: 1;
    background: linear-gradient(145deg, rgba(35, 57, 68, 0.96), rgba(10, 24, 34, 0.88));
    box-shadow: 0 15px 28px rgba(0, 0, 0, 0.25);
    transform: translateY(-12px) scale(1.06);
  }

  .polyhabitat-landing-embed .hero-benefit:hover::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .polyhabitat-landing-embed .reference-service-card:hover {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
  }
}

.polyhabitat-landing-embed .hero-benefit:focus-visible {
  z-index: 1;
  outline: 2px solid #f8ede4;
  outline-offset: 3px;
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.25);
  transform: translateY(-8px) scale(1.04);
}

/* Shared titles */
.polyhabitat-landing-embed .reference-title {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.7rem, 4.6vw, 4.5rem);
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.polyhabitat-landing-embed .reference-title > span:last-child {
  display: grid;
  gap: 7px;
}

.polyhabitat-landing-embed .title-square {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  margin-top: 36px;
  background: var(--red);
}

.polyhabitat-landing-embed .title-light {
  display: block;
  font-weight: 200;
}

.polyhabitat-landing-embed .reference-title strong {
  display: block;
  font-weight: 700;
}

/* Experience */
.polyhabitat-landing-embed .experience-reference {
  min-height: 900px;
  padding: 78px max(30px, calc((100vw - 1560px) / 2)) 96px;
  background: var(--surface-muted);
}

.polyhabitat-landing-embed .experience-reference .title-square {
  width: 7px;
  height: 62px;
  flex-basis: 7px;
  margin-top: 9px;
}

.polyhabitat-landing-embed .experience-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
}

.polyhabitat-landing-embed .experience-badges {
  display: flex;
  align-items: center;
  gap: 34px;
}

.polyhabitat-landing-embed .eldo-widget {
  display: grid;
  width: 145px;
  height: 145px;
  place-items: center;
  justify-self: end;
  text-decoration: none;
}

.polyhabitat-landing-embed .eldo-widget iframe {
  display: block;
  width: 145px;
  height: 145px;
  border: 0;
}

.polyhabitat-landing-embed .round-badge,
.polyhabitat-landing-embed .award-badge {
  display: grid;
  place-items: center;
  text-align: center;
}

.polyhabitat-landing-embed .round-badge {
  width: 104px;
  height: 104px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: #fff;
}

.polyhabitat-landing-embed .round-badge strong {
  font-size: 2rem;
  line-height: 1;
}

.polyhabitat-landing-embed .round-badge span {
  max-width: 78px;
  font-size: 0.55rem;
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .award-badge {
  width: 100px;
  height: 104px;
  background: var(--red);
  color: #fff;
  transform: skew(-2deg);
}

.polyhabitat-landing-embed .award-badge span {
  font-size: 0.72rem;
  font-weight: 800;
}

.polyhabitat-landing-embed .award-badge strong {
  padding: 5px 9px;
  background: #fff;
  color: var(--red);
  font-size: 0.8rem;
}

.polyhabitat-landing-embed .experience-showcase {
  display: grid;
  grid-template-columns: minmax(430px, 1.15fr) minmax(0, 1.85fr);
  align-items: stretch;
  gap: 48px;
  width: min(1500px, 100%);
  margin: 52px auto 0;
}

.polyhabitat-landing-embed .experience-media-column {
  display: grid;
  gap: 24px;
}

.polyhabitat-landing-embed .experience-trust-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  align-items: center;
  gap: 22px;
}

.polyhabitat-landing-embed .experience-trust-row .eldo-widget--trust {
  width: 128px;
  height: 128px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  justify-self: end;
  transform: translateZ(0);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
  will-change: transform;
}

.polyhabitat-landing-embed .experience-trust-row .eldo-widget--trust iframe {
  width: 128px;
  height: 128px;
  filter: none;
}

.polyhabitat-landing-embed .eldo-widget__badge {
  position: relative;
  display: grid;
  width: 116px;
  height: 116px;
  align-content: center;
  justify-items: center;
  gap: 2px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #075f59;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 8px 12px rgba(20, 36, 43, 0.16));
}

.polyhabitat-landing-embed .eldo-widget__badge::after {
  position: absolute;
  right: 3px;
  bottom: -8px;
  width: 24px;
  height: 24px;
  background: #075f59;
  clip-path: polygon(0 0, 100% 100%, 82% 0);
  content: "";
  transform: rotate(5deg);
}

.polyhabitat-landing-embed .eldo-widget__badge > strong {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.polyhabitat-landing-embed .eldo-widget__stars {
  color: #f3b53f;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.polyhabitat-landing-embed .eldo-widget__badge small {
  font-size: 0.43rem;
  font-weight: 700;
}

.polyhabitat-landing-embed .eldo-widget__brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 800;
}

.polyhabitat-landing-embed .eldo-widget__brand i {
  color: #4ee1b7;
  font-size: 0.58rem;
  font-style: normal;
}

.polyhabitat-landing-embed .experience-proof-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.polyhabitat-landing-embed .experience-proof-list li {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 128px;
  min-height: 0;
  aspect-ratio: 1;
  align-content: center;
  justify-items: center;
  justify-self: center;
  gap: 4px;
  overflow: hidden;
  border: 4px solid var(--red);
  border-radius: 50%;
  padding: 12px 8px;
  background: #fff;
  box-shadow: none;
  text-align: center;
  transform: translateZ(0);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
  will-change: transform;
}

.polyhabitat-landing-embed .experience-proof-list .experience-proof--french {
  border-color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #1d4f91 0 33.333%, #fff 33.333% 66.666%, var(--red) 66.666% 100%) border-box;
  box-shadow: inset 0 0 0 1px rgb(38 57 76 / 12%);
}

.polyhabitat-landing-embed .experience-proof-list li::before {
  display: none;
}

.polyhabitat-landing-embed .experience-proof-list strong {
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}

.polyhabitat-landing-embed .experience-proof-list span {
  color: var(--ink);
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .polyhabitat-landing-embed .experience-proof-list li:hover,
.polyhabitat-landing-embed .experience-trust-row .eldo-widget--trust:hover {
    filter: drop-shadow(0 10px 12px rgba(38, 57, 76, 0.18));
    transform: translateY(-6px) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .polyhabitat-landing-embed .experience-proof-list li,
.polyhabitat-landing-embed .experience-trust-row .eldo-widget--trust {
    transition: none;
  }
}

.polyhabitat-landing-embed .experience-text-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 34px 42px;
  background: #fff;
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
}

.polyhabitat-landing-embed .experience-text-card p {
  margin: 0 0 14px;
  color: #26394c;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.55;
}

.polyhabitat-landing-embed .experience-text-card p:last-child {
  margin-bottom: 0;
}

.polyhabitat-landing-embed .experience-text-card__highlight {
  color: var(--ink);
  font-weight: 700;
}

.polyhabitat-landing-embed .experience-text-card__highlight--red {
  color: var(--red);
}

.polyhabitat-landing-embed .experience-text-card__lead {
  font-size: 1.08rem;
  line-height: 1.35;
}

.polyhabitat-landing-embed .corner-accent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--red);
}

.polyhabitat-landing-embed .comparison-visual {
  position: relative;
  height: 460px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--gray);
}

.polyhabitat-landing-embed .comparison-visual:has(.modern-comparison) {
  height: auto;
  background: transparent;
}

.polyhabitat-landing-embed .modern-comparison {
  --position: 50%;
  display: grid;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background: #d8d8d8;
  user-select: none;
  touch-action: pan-y;
}

.polyhabitat-landing-embed .modern-comparison__image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1864 / 844;
  background: #fff;
}

.polyhabitat-landing-embed .modern-comparison__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.polyhabitat-landing-embed .modern-comparison__before {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  pointer-events: none;
}

.polyhabitat-landing-embed .modern-comparison__slider {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.polyhabitat-landing-embed .modern-comparison__slider:focus-visible ~ .modern-comparison__button {
  outline: 5px solid var(--ink);
  outline-offset: 3px;
}

.polyhabitat-landing-embed .modern-comparison__line {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: var(--position);
  width: 0.2rem;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  pointer-events: none;
}

.polyhabitat-landing-embed .modern-comparison__button {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: var(--position);
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 100vw;
  background-color: #fff;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 700;
  pointer-events: none;
  box-shadow: 1px 1px 1px hsl(0 50% 2% / 50%);
}

.polyhabitat-landing-embed .modern-comparison__label {
  position: absolute;
  z-index: 3;
  top: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgb(20 20 20 / 62%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
  backdrop-filter: blur(5px);
}

.polyhabitat-landing-embed .modern-comparison__label--before {
  left: 18px;
}

.polyhabitat-landing-embed .modern-comparison__label--after {
  right: 18px;
}

.polyhabitat-landing-embed .slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(710px, 65%);
  margin: 20px 0 0 auto;
}

.polyhabitat-landing-embed .slider-dots {
  display: flex;
  gap: 7px;
}

.polyhabitat-landing-embed .slider-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d0d0d0;
}

.polyhabitat-landing-embed .slider-dots .active {
  border: 1px solid var(--red);
  background: #fff;
}

.polyhabitat-landing-embed .slider-arrows {
  display: flex;
  gap: 20px;
}

.polyhabitat-landing-embed .slider-arrows button {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 2.2rem;
  font-weight: 200;
}

/* Product ranges: static, crawlable image gallery for fast loading and SEO */
.polyhabitat-landing-embed .ranges-reference {
  padding: 82px 0 0;
  background: var(--surface);
}

.polyhabitat-landing-embed .ranges-title {
  margin: 0 auto 46px;
  color: var(--ink);
  font-size: clamp(2.1rem, 4.3vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
  text-align: center;
}

.polyhabitat-landing-embed .ranges-title::after {
  display: block;
  width: 54px;
  height: 4px;
  margin: 21px auto 0;
  background: var(--red);
  content: "";
}

.polyhabitat-landing-embed .ranges-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  width: min(80%, 1600px);
  margin: 0 auto;
}

.polyhabitat-landing-embed .range-card {
  overflow: hidden;
  border: 0;
  background: var(--surface);
  box-shadow: none;
  transition: none;
}

.polyhabitat-landing-embed .range-gallery {
  position: relative;
  height: clamp(440px, 45vw, 680px);
  overflow: hidden;
  background: #e7e7e7;
}

.polyhabitat-landing-embed .range-gallery__track {
  display: block;
  height: 100%;
}

.polyhabitat-landing-embed .range-gallery__slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
}

.polyhabitat-landing-embed .range-gallery__slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(10, 19, 25, 0.02), rgba(10, 19, 25, 0.2));
  pointer-events: none;
}

.polyhabitat-landing-embed .range-gallery__slide img {
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.polyhabitat-landing-embed .range-gallery__topline {
  position: absolute;
  top: 16px;
  right: 17px;
  z-index: 1;
  min-width: 42px;
  padding: 6px 9px;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.polyhabitat-landing-embed .range-gallery__controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 10px;
}

.polyhabitat-landing-embed .range-gallery__controls > button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.76);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.polyhabitat-landing-embed .range-gallery__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.polyhabitat-landing-embed .range-gallery__dots button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

.polyhabitat-landing-embed .range-gallery__dots button::after {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  transition: width 180ms ease, background 180ms ease;
}

.polyhabitat-landing-embed .range-gallery__dots button.is-active {
  background: rgba(17, 24, 39, 0.42);
}

.polyhabitat-landing-embed .range-gallery__dots button.is-active::after {
  width: 23px;
  border-radius: 6px;
  background: #fff;
}

.polyhabitat-landing-embed .range-card__content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 28px;
  min-height: 242px;
  padding: 31px 34px 32px;
}

.polyhabitat-landing-embed .range-card__content > p {
  grid-column: 1;
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .range-card__content h3 {
  grid-column: 1;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.15vw, 2.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.polyhabitat-landing-embed .range-card__content > span {
  grid-column: 1;
  width: 48px;
  height: 4px;
  margin: 20px 0 16px;
  background: var(--red);
}

.polyhabitat-landing-embed .range-card__content > div {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
}

.polyhabitat-landing-embed .range-card__content > div p {
  max-width: 385px;
  margin: 0;
  color: #53616e;
  font-size: 0.89rem;
  line-height: 1.6;
}

.polyhabitat-landing-embed .range-card__content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  background: var(--red);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms ease, transform 180ms ease;
}

.polyhabitat-landing-embed .range-card__content a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

@media (hover: hover) {
  .polyhabitat-landing-embed .range-gallery__controls > button:hover {
    background: var(--red);
    transform: scale(1.07);
  }

  .polyhabitat-landing-embed .range-card__content a:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
  }
}

.polyhabitat-landing-embed .range-card__content a:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}

.polyhabitat-landing-embed .range-gallery button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .polyhabitat-landing-embed .range-gallery__track,
.polyhabitat-landing-embed .range-gallery__slide img {
    transition: none;
  }
}

/* Services */
.polyhabitat-landing-embed .services-reference {
  padding: 30px max(30px, calc((100vw - 1360px) / 2)) 90px;
  background: var(--surface);
}

.polyhabitat-landing-embed .services-reference > .reference-title {
  justify-content: center;
  padding: 0 0 60px;
}

.polyhabitat-landing-embed .services-reference > .reference-title > span:last-child {
  display: flex;
  gap: 18px;
}

.polyhabitat-landing-embed .services-title-marker {
  width: 10px;
  height: 40px;
  flex: 0 0 10px;
  margin-top: 16px;
  background: var(--red);
}

.polyhabitat-landing-embed .services-reference-grid {
  display: grid;
  grid-template-columns: 2.12fr 1fr 1fr 1fr;
  gap: 18px;
  min-height: 650px;
  padding: 18px;
  background: #f2f2f2;
  transition: grid-template-columns 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.polyhabitat-landing-embed .services-reference-grid:has(#service-card-1:checked) {
  grid-template-columns: 1fr 2.12fr 1fr 1fr;
}

.polyhabitat-landing-embed .services-reference-grid:has(#service-card-2:checked) {
  grid-template-columns: 1fr 1fr 2.12fr 1fr;
}

.polyhabitat-landing-embed .services-reference-grid:has(#service-card-3:checked) {
  grid-template-columns: 1fr 1fr 1fr 2.12fr;
}

.polyhabitat-landing-embed .reference-service-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #17252f;
  color: #fff;
  isolation: isolate;
  transform-origin: center center;
  cursor: pointer;
  transition: box-shadow 220ms ease, width 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.polyhabitat-landing-embed .reference-service-media {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.polyhabitat-landing-embed .service-card-toggle {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.polyhabitat-landing-embed .reference-service-card:nth-child(2) .reference-service-media {
  object-position: 54% center;
}

.polyhabitat-landing-embed .reference-service-card:nth-child(3) .reference-service-media {
  object-position: 48% center;
}

.polyhabitat-landing-embed .reference-service-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 20, 33, 0.06), rgba(8, 20, 33, 0.58));
}

.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:checked) .reference-service-shade {
  background: linear-gradient(180deg, rgba(8, 20, 33, 0.46), rgba(8, 20, 33, 0.7));
}

.polyhabitat-landing-embed .reference-service-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  transition: align-items 0ms linear 240ms, justify-content 0ms linear 240ms, padding 280ms ease, text-align 280ms ease;
}

.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:focus-visible) {
  outline: 3px solid var(--red);
  outline-offset: -3px;
}

.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:checked) .reference-service-content {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 52px 46px 70px 56px;
  text-align: left;
  transition-delay: 0ms;
}

.polyhabitat-landing-embed .reference-service-content h3 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1;
  transition: margin 280ms ease;
}

.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:checked) .reference-service-content h3 {
  margin-bottom: 0;
}

.polyhabitat-landing-embed .service-title-bar {
  display: inline-block;
  width: 44px;
  height: 6px;
  margin-top: 18px;
  background: var(--red);
  transition: margin 280ms ease;
}

.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:checked) .service-title-bar {
  margin: 18px 0 26px;
}

.polyhabitat-landing-embed .reference-service-content p {
  max-width: 320px;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.7;
}

.polyhabitat-landing-embed .service-card-details {
  display: grid;
  width: min(320px, 100%);
  max-height: 0;
  justify-items: start;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition: max-height 360ms ease, opacity 180ms ease, transform 280ms ease;
}

.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:checked) .service-card-details {
  max-height: 330px;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 120ms;
}

/* Quote and form */
.polyhabitat-landing-embed .quote-reference {
  position: relative;
  padding: 86px clamp(64px, 8vw, 192px) 94px;
  background:
    radial-gradient(circle at 88% 15%, rgba(150, 8, 48, 0.2), transparent 30%),
    #111d25;
  color: #fff;
}

.polyhabitat-landing-embed .growform-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(620px, 1.45fr);
  align-items: start;
  gap: clamp(56px, 7vw, 132px);
  width: min(1500px, 100%);
  margin: 0 auto;
}

.polyhabitat-landing-embed .growform-shell > .form-journey {
  position: sticky;
  top: 40px;
  min-height: 720px;
}

.polyhabitat-landing-embed .growform-shell .form-journey__heading h2 {
  line-height: 1.12;
  white-space: normal;
}

.polyhabitat-landing-embed .growform-intro {
  position: sticky;
  top: 40px;
  padding-top: 22px;
}

.polyhabitat-landing-embed .growform-intro > p:first-child {
  margin: 0 0 18px;
  color: #e3c5cc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .growform-intro h2 {
  max-width: 500px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.3vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.polyhabitat-landing-embed .growform-intro > span {
  display: block;
  width: 78px;
  height: 5px;
  margin: 30px 0 28px;
  background: var(--red);
}

.polyhabitat-landing-embed .growform-intro > p:last-child {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.1rem;
  line-height: 1.7;
}

.polyhabitat-landing-embed .growform-embed {
  width: 100%;
  min-height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: clamp(10px, 1vw, 18px);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.polyhabitat-landing-embed .growform-embed iframe {
  display: block;
  width: 100% !important;
  min-height: 700px;
  border: 0;
}

.polyhabitat-landing-embed .quote-ribbon {
  position: relative;
  width: 100%;
  margin: 0 auto 28px;
  padding-left: 20px;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-align: left;
}

.polyhabitat-landing-embed .quote-ribbon::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 6px;
  background: var(--red);
  content: "";
}

.polyhabitat-landing-embed .form-surface {
  width: 100%;
  margin: 0 auto;
  background: transparent;
}

.polyhabitat-landing-embed .quote-form-shell {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: clamp(60px, 6vw, 116px);
  padding: 0;
}

.polyhabitat-landing-embed .form-journey {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  gap: 32px;
  padding: 42px 34px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: var(--surface-dark);
  box-shadow: 0 18px 42px rgba(20, 28, 43, 0.12);
}

.polyhabitat-landing-embed .form-journey__heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.polyhabitat-landing-embed .form-journey__heading > span {
  width: 5px;
  min-width: 5px;
  height: 48px;
  margin-top: 1px;
  background: var(--red);
}

.polyhabitat-landing-embed .form-journey__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, calc(1.35vw + 0.35rem), 2rem);
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.polyhabitat-landing-embed .form-journey__steps {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.polyhabitat-landing-embed .form-journey__steps li {
  position: relative;
  display: grid;
  align-content: start;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  padding: 18px 0 0;
}

.polyhabitat-landing-embed .form-journey__steps li + li {
  padding-top: 24px;
}

.polyhabitat-landing-embed .form-journey__steps li + li::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 41px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.16);
}

.polyhabitat-landing-embed .form-journey__steps li:first-child {
  padding-top: 0;
}

.polyhabitat-landing-embed .form-journey__number {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: #fff;
  font-size: clamp(0.7rem, calc(0.3vw + 0.45rem), 0.88rem);
  font-weight: 800;
  line-height: 1;
}

.polyhabitat-landing-embed .form-journey__steps strong {
  display: block;
  color: #fff;
  font-size: clamp(0.95rem, calc(0.48vw + 0.55rem), 1.2rem);
  line-height: 1.12;
}

.polyhabitat-landing-embed .form-journey__steps p {
  display: block;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: clamp(0.78rem, calc(0.42vw + 0.42rem), 0.98rem);
  line-height: 1.47;
}

.polyhabitat-landing-embed .form-main {
  position: relative;
  padding: 32px clamp(28px, 5vw, 70px);
  border: 1px solid rgba(20, 28, 43, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(20, 28, 43, 0.1);
}

.polyhabitat-landing-embed .step-header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e2df;
}

.polyhabitat-landing-embed .step-header::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 42px;
  height: 2px;
  background: var(--red);
  content: "";
}

.polyhabitat-landing-embed .progress {
  display: none;
}

.polyhabitat-landing-embed .step-title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.polyhabitat-landing-embed .step-copy {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.polyhabitat-landing-embed .field-grid {
  display: grid;
  gap: 12px;
}

.polyhabitat-landing-embed .field-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.polyhabitat-landing-embed .project-choice-grid {
  display: grid;
  gap: 23px;
}

.polyhabitat-landing-embed .choice-bubble-field {
  display: grid;
  gap: 9px;
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.polyhabitat-landing-embed .choice-bubble-field legend {
  padding: 0;
  color: var(--ink);
  font-size: 0.73rem;
  font-weight: 700;
}

.polyhabitat-landing-embed .choice-bubble-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.polyhabitat-landing-embed .choice-bubble {
  position: relative;
  display: inline-grid;
  min-height: 43px;
  place-items: center;
  padding: 8px 15px;
  border: 1px solid #d3d3d3;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease,
    transform 180ms ease, box-shadow 180ms ease;
}

.polyhabitat-landing-embed .choice-bubble input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Each project option is a full-size native radio target.  Keeping the control
   over the entire card makes the visual choice reliably clickable while
   preserving keyboard navigation and the radio-group semantics. */
.polyhabitat-landing-embed .project-question .choice-bubble input {
  inset: 0;
  z-index: 1;
  inline-size: 100%;
  block-size: 100%;
  overflow: visible;
  clip: auto;
  clip-path: none;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.polyhabitat-landing-embed .project-question .choice-bubble::before,
.polyhabitat-landing-embed .project-question .choice-bubble__label {
  pointer-events: none;
}

.polyhabitat-landing-embed .choice-bubble:hover {
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-1px);
}

.polyhabitat-landing-embed .choice-bubble.selected {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
  box-shadow: 0 6px 15px rgba(131, 10, 44, 0.18);
}

.polyhabitat-landing-embed .choice-bubble:has(input:focus-visible) {
  outline: 3px solid rgba(131, 10, 44, 0.22);
  outline-offset: 2px;
}

.polyhabitat-landing-embed .project-description-field {
  padding-top: 4px;
  border-top: 1px solid #e5e5e5;
}

.polyhabitat-landing-embed .project-question {
  display: grid;
  align-content: center;
  min-height: 330px;
  padding: 12px 0 18px;
}

.polyhabitat-landing-embed .project-question-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .project-question-progress {
  width: 100%;
  height: 3px;
  margin-bottom: 34px;
  overflow: hidden;
  background: #dfdfdf;
}

.polyhabitat-landing-embed .project-question-progress span {
  display: block;
  height: 100%;
  background: var(--red);
  transition: width 260ms ease;
}

.polyhabitat-landing-embed .project-question .choice-bubble-field {
  gap: 12px;
}

.polyhabitat-landing-embed .project-question .choice-bubble-field legend {
  max-width: 560px;
  margin-bottom: 16px;
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.polyhabitat-landing-embed .project-question .choice-bubble-field > p {
  max-width: 510px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.polyhabitat-landing-embed .project-question .choice-bubble-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 12px;
  width: 100%;
}

.polyhabitat-landing-embed .project-question .choice-bubble {
  --option-accent: var(--red);
  min-height: 92px;
  padding: 14px 18px;
  border: 1px solid #d4d4d4;
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
  box-shadow: 0 5px 16px rgba(20, 28, 43, 0.04);
}

.polyhabitat-landing-embed .project-question .choice-bubble::before {
  width: 12px;
  height: 12px;
  margin-bottom: 9px;
  border: 1px solid #aaa;
  border-radius: 50%;
  content: "";
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.polyhabitat-landing-embed .project-question .choice-bubble:hover {
  border-color: var(--red);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(131, 10, 44, 0.1);
  transform: translateY(-3px);
}

.polyhabitat-landing-embed .project-question .choice-bubble:hover::before {
  border-color: var(--red);
}

.polyhabitat-landing-embed .project-question .choice-bubble.selected {
  --option-accent: #fff;
  border-color: var(--red);
  background: linear-gradient(145deg, #8f0b31, #6e0825);
  color: #fff;
  box-shadow: 0 12px 25px rgba(131, 10, 44, 0.22);
}

.polyhabitat-landing-embed .project-question .choice-bubble.selected::before {
  border-color: #fff;
  background: #fff;
  box-shadow: inset 0 0 0 3px var(--red);
}

.polyhabitat-landing-embed .choice-bubble-field--openings {
  position: relative;
}

.polyhabitat-landing-embed .choice-bubble-field--openings legend {
  max-width: calc(100% - 142px);
}

@media (min-width: 621px) {
  .polyhabitat-landing-embed .choice-bubble-field--openings .choice-bubble-list {
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }

  .polyhabitat-landing-embed .choice-bubble-field--openings .choice-bubble {
    grid-column: span 6;
  }

  .polyhabitat-landing-embed .choice-bubble-field--openings .choice-bubble:nth-child(9) {
    grid-column: 4 / span 6;
  }

  .polyhabitat-landing-embed .choice-bubble-field--openings .choice-bubble:nth-child(10) {
    grid-column: 10 / span 6;
  }

  .polyhabitat-landing-embed .choice-bubble-field--openings .choice-bubble:nth-child(11) {
    grid-column: 16 / span 6;
  }
}

.polyhabitat-landing-embed .opening-diagram {
  position: absolute;
  top: -10px;
  right: 0;
  width: 126px;
  height: auto;
  color: var(--ink);
}

.polyhabitat-landing-embed .option-visual {
  display: block;
  flex: none;
  pointer-events: none;
}

.polyhabitat-landing-embed .option-visual--color {
  width: 48px;
  height: 48px;
  border: 1px solid rgb(20 28 43 / 24%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgb(255 255 255 / 42%), 0 3px 9px rgb(20 28 43 / 10%);
}

.polyhabitat-landing-embed .option-visual--diagram {
  width: 76px;
  height: 48px;
  color: currentColor;
}

.polyhabitat-landing-embed .option-visual--version {
  width: 104px;
  height: 120px;
  color: currentColor;
}

.polyhabitat-landing-embed .option-visual--reference {
  width: 112px;
  height: 142px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.polyhabitat-landing-embed .project-question .choice-bubble:has(.option-visual--color) {
  min-height: 116px;
  gap: 9px;
}

.polyhabitat-landing-embed .project-question .choice-bubble:has(.option-visual--color)::before {
  display: none;
}

.polyhabitat-landing-embed .project-question .choice-bubble:has(.option-visual--diagram) {
  min-height: 134px;
  gap: 5px;
}

.polyhabitat-landing-embed .choice-bubble-field--version .choice-bubble-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.polyhabitat-landing-embed .project-question .choice-bubble-field--color .choice-bubble-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.polyhabitat-landing-embed .project-question .choice-bubble-field--version .choice-bubble {
  min-height: 206px;
  padding: 14px 12px 16px;
  border-radius: 12px;
  background: #fffdfb;
}

.polyhabitat-landing-embed .choice-bubble-field--version .choice-bubble::before {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
}

.polyhabitat-landing-embed .choice-bubble-field--version .choice-bubble__label {
  margin-top: -4px;
  font-size: 0.78rem;
}

.polyhabitat-landing-embed .choice-bubble__label {
  display: block;
}

.polyhabitat-landing-embed .project-question .choice-bubble.selected .option-visual--color {
  border-color: #fff;
  box-shadow: inset 0 0 0 3px rgb(255 255 255 / 26%);
}

@media (max-width: 620px) {
  .polyhabitat-landing-embed .opening-diagram {
    display: none;
  }

  .polyhabitat-landing-embed .choice-bubble-field--openings legend {
    max-width: none;
  }

  .polyhabitat-landing-embed .choice-bubble-field--openings .choice-bubble:nth-child(11) {
    grid-column: 1 / -1;
    width: calc((100% - 12px) / 2);
    justify-self: center;
  }

  .polyhabitat-landing-embed .choice-bubble-field--version .choice-bubble-list {
    grid-template-columns: 1fr;
  }
}

.polyhabitat-landing-embed .project-form-actions {
  justify-content: flex-start;
  min-height: 42px;
  margin-top: 0;
}

.polyhabitat-landing-embed .project-form-actions .button.secondary {
  min-width: 0;
  padding-inline: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.polyhabitat-landing-embed .project-form-actions .button.secondary:hover:not(:disabled) {
  color: var(--red);
  background: transparent;
}

.polyhabitat-landing-embed .field {
  display: grid;
  gap: 5px;
}

.polyhabitat-landing-embed .field label,
.polyhabitat-landing-embed .checkbox-field span {
  font-size: 0.68rem;
  font-weight: 700;
}

.polyhabitat-landing-embed .field small {
  color: var(--muted);
  font-size: 0.58rem;
}

.polyhabitat-landing-embed .field input,
.polyhabitat-landing-embed .field select,
.polyhabitat-landing-embed .field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dad6d2;
  border-radius: 8px;
  background: #fdfcfb;
  color: var(--ink);
  padding: 11px 12px;
  font-size: 0.76rem;
}

.polyhabitat-landing-embed .field textarea {
  min-height: 80px;
  resize: vertical;
}

.polyhabitat-landing-embed .field input:focus,
.polyhabitat-landing-embed .field select:focus,
.polyhabitat-landing-embed .field textarea:focus,
.polyhabitat-landing-embed .checkbox-field input:focus {
  border-color: var(--red);
  outline: 3px solid rgba(131, 10, 44, 0.1);
}

.polyhabitat-landing-embed .field-error {
  min-height: 13px;
  color: var(--danger);
  font-size: 0.58rem;
}

.polyhabitat-landing-embed .checkbox-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  align-items: start;
  border: 1px solid #dad6d2;
  border-radius: 8px;
  padding: 13px;
  background: #fdfcfb;
}

.polyhabitat-landing-embed .checkbox-field input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--red);
}

.polyhabitat-landing-embed .honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.polyhabitat-landing-embed .form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 15px;
}

.polyhabitat-landing-embed .button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 10px 28px;
  font-size: 0.78rem;
  font-weight: 700;
}

.polyhabitat-landing-embed .button.primary {
  background: var(--red);
  color: #fff;
}

.polyhabitat-landing-embed .button.primary:hover {
  background: var(--red-dark);
}

.polyhabitat-landing-embed .button.secondary {
  margin-right: auto;
  border-color: #ccc;
  background: #fff;
  color: var(--ink);
}

.polyhabitat-landing-embed .button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.polyhabitat-landing-embed .status-message {
  margin-top: 12px;
  padding: 10px;
  font-size: 0.72rem;
  font-weight: 700;
}

.polyhabitat-landing-embed .status-message.success {
  background: #e8f3ec;
  color: var(--success);
}

.polyhabitat-landing-embed .status-message.error {
  background: #fff0ee;
  color: var(--danger);
}

/* French fabrication */
.polyhabitat-landing-embed .french-fabrication-reference {
  position: relative;
  min-height: max(520px, 47.1875vw);
  isolation: isolate;
  background: #10232b;
  color: #fff;
}

.polyhabitat-landing-embed .french-fabrication-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 23, 31, 0.88) 0%, rgba(8, 23, 31, 0.72) 40%, rgba(8, 23, 31, 0.22) 62%, rgba(8, 23, 31, 0.04) 100%);
}

.polyhabitat-landing-embed .french-fabrication-background {
  object-position: top center;
}

.polyhabitat-landing-embed .french-fabrication-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: min(1360px, calc(100% - 60px));
  min-height: max(520px, 47.1875vw);
  margin: 0 auto;
  padding: 65px 0;
}

.polyhabitat-landing-embed .french-fabrication-copy {
  max-width: 610px;
}

.polyhabitat-landing-embed .fabrication-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: var(--beige);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .fabrication-kicker-marker {
  width: 11px;
  height: 11px;
  background: var(--red);
}

.polyhabitat-landing-embed .french-flag {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 52px;
  height: 26px;
  margin-left: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(4, 20, 28, 0.3);
}

.polyhabitat-landing-embed .french-flag::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  content: "";
  pointer-events: none;
}

.polyhabitat-landing-embed .french-flag span {
  display: block;
  height: 100%;
}

.polyhabitat-landing-embed .french-flag-blue {
  background: #183f78;
}

.polyhabitat-landing-embed .french-flag-white {
  background: #f7f8f5;
}

.polyhabitat-landing-embed .french-flag-red {
  background: #e62b3c;
}

.polyhabitat-landing-embed .french-fabrication-copy h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 200;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.polyhabitat-landing-embed .french-fabrication-copy h2 strong {
  display: block;
  font-weight: 700;
}

.polyhabitat-landing-embed .french-fabrication-copy > p:not(.fabrication-kicker) {
  max-width: 540px;
  margin: 27px 0 30px;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
}

.polyhabitat-landing-embed .fabrication-logos {
  display: flex;
  gap: clamp(20px, 2vw, 32px);
  align-items: center;
  padding-top: 2px;
}

.polyhabitat-landing-embed .fabrication-logo {
  display: grid;
  flex: 0 0 112px;
  width: 112px;
  height: 112px;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  transition: transform 200ms ease, filter 200ms ease;
}

.polyhabitat-landing-embed .fabrication-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.polyhabitat-landing-embed .ecovadis-logo img {
  width: 101px;
  height: 101px;
}

.polyhabitat-landing-embed .french-fab-logo img {
  width: 66px;
  height: 108px;
}

.polyhabitat-landing-embed .origin-ain-logo img {
  width: 105px;
  height: 105px;
}

.polyhabitat-landing-embed .fabrication-logo:hover {
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.2));
  transform: translateY(-3px) scale(1.035);
}

.polyhabitat-landing-embed .fabrication-logo:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

/* Customer reviews */
.polyhabitat-landing-embed .client-satisfaction-reference {
  padding: 88px max(30px, calc((100vw - 1500px) / 2));
  background: var(--surface);
}

.polyhabitat-landing-embed .client-satisfaction-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
  align-items: center;
  gap: clamp(40px, 4vw, 72px);
}

.polyhabitat-landing-embed .client-satisfaction-copy > p {
  max-width: 425px;
  margin: 30px 0 0 24px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.polyhabitat-landing-embed .client-satisfaction-copy .title-square {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  margin: 0;
  background: transparent;
  border-top: 5px solid var(--red);
  border-left: 5px solid var(--red);
}

.polyhabitat-landing-embed .client-satisfaction-copy .reference-title {
  position: relative;
  display: block;
  padding: 24px 0 0 24px;
}

.polyhabitat-landing-embed .client-reviews-frame {
  display: block;
  height: clamp(650px, 74vh, 760px);
  overflow: hidden;
  border: 1px solid #e2ddd7;
  border-top: 3px solid var(--red);
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 32, 47, 0.1);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.polyhabitat-landing-embed .client-reviews-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.polyhabitat-landing-embed .client-reviews-frame:hover {
  box-shadow: 0 24px 52px rgba(18, 32, 47, 0.16);
  transform: translateY(-4px);
}

.polyhabitat-landing-embed .client-reviews-frame:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
}

/* News */
.polyhabitat-landing-embed .news-reference {
  padding: 82px max(30px, calc((100vw - 1360px) / 2)) 105px;
  background: #fff;
}

.polyhabitat-landing-embed .news-heading-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.polyhabitat-landing-embed .news-intro {
  padding-top: 10px;
}

.polyhabitat-landing-embed .news-intro p,
.polyhabitat-landing-embed .press-copy > p {
  max-width: 630px;
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 300;
}

.polyhabitat-landing-embed .news-intro a,
.polyhabitat-landing-embed .press-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: none;
}

.polyhabitat-landing-embed .news-intro svg,
.polyhabitat-landing-embed .press-copy svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.5;
}

.polyhabitat-landing-embed .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.polyhabitat-landing-embed .news-image {
  position: relative;
  height: 260px;
  background-position: center;
  background-size: cover;
}

.polyhabitat-landing-embed .news-image time {
  position: absolute;
  left: 15px;
  bottom: 13px;
  padding: 11px 16px;
  background: var(--ink);
  color: #fff;
  font-size: 0.64rem;
}

.polyhabitat-landing-embed .news-card h3 {
  min-height: 54px;
  margin: 13px 0 4px;
  color: var(--red);
  font-size: 0.9rem;
  line-height: 1.45;
}

.polyhabitat-landing-embed .news-card > p {
  margin: 0;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 8px;
  color: #858585;
  font-size: 0.62rem;
}

/* Press */
.polyhabitat-landing-embed .press-reference {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  align-items: center;
  gap: 100px;
  min-height: 470px;
  padding: 65px max(30px, calc((100vw - 1360px) / 2));
  border-top: 1px solid #f0f0f0;
  background: var(--surface);
}

.polyhabitat-landing-embed .press-copy > p {
  max-width: 540px;
  margin-top: 28px;
}

.polyhabitat-landing-embed .press-copy .reference-title {
  font-size: clamp(2.25rem, 3.4vw, 3.25rem);
  line-height: 0.98;
}

.polyhabitat-landing-embed .press-copy .reference-title .title-light,
.polyhabitat-landing-embed .press-copy .reference-title strong {
  white-space: nowrap;
}

.polyhabitat-landing-embed .press-articles {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.polyhabitat-landing-embed .press-logo-link {
  display: grid;
  min-height: 122px;
  grid-column: span 2;
  place-items: center;
  padding: 24px;
  border: 1px solid #dedbd7;
  background: #fff;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.polyhabitat-landing-embed .press-logo-link:nth-child(n + 4) {
  grid-column: span 2;
}

.polyhabitat-landing-embed .press-logo-link img {
  display: block;
  width: auto;
  max-width: 88%;
  max-height: 64px;
  height: auto;
  object-fit: contain;
}

/* Les signatures EBRA sont livrées en blanc : leur fond reprend la couleur
   éditoriale de chaque titre pour préserver la lisibilité du logo. */
.polyhabitat-landing-embed .press-logo-link:nth-child(3) {
  background: #e30613;
  border-color: #e30613;
}

.polyhabitat-landing-embed .press-logo-link:nth-child(4) {
  background: #2878f0;
  border-color: #2878f0;
}

.polyhabitat-landing-embed .press-logo-link:nth-child(5) {
  background: #0876b7;
  border-color: #0876b7;
}

.polyhabitat-landing-embed .press-logo-link:nth-child(6) {
  background: #e30613;
  border-color: #e30613;
}

.polyhabitat-landing-embed .press-logo-link:nth-child(1) img {
  max-height: 70px;
  transform: scale(1.28);
}

.polyhabitat-landing-embed .press-logo-link:hover {
  border-color: var(--red);
  box-shadow: 0 14px 30px rgba(18, 32, 47, 0.1);
  transform: translateY(-4px);
}

.polyhabitat-landing-embed .press-logo-link:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.polyhabitat-landing-embed .press-article {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 24px 20px;
  border: 1px solid #dedbd7;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.polyhabitat-landing-embed .press-outlet {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .press-article strong {
  font-size: 0.88rem;
  line-height: 1.42;
}

.polyhabitat-landing-embed .press-article-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 700;
}

.polyhabitat-landing-embed .press-article-action svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.polyhabitat-landing-embed .press-article:hover {
  border-color: var(--red);
  box-shadow: 0 14px 30px rgba(18, 32, 47, 0.1);
  transform: translateY(-4px);
}

.polyhabitat-landing-embed .press-article:last-child {
  grid-column: 1 / -1;
  min-height: 150px;
}

.polyhabitat-landing-embed .press-article:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.polyhabitat-landing-embed .press-legacy-logos {
  display: none;
}

.polyhabitat-landing-embed .press-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 45px;
  align-items: center;
}

.polyhabitat-landing-embed .press-logos span {
  display: inline-grid;
  min-height: 54px;
  place-items: center;
  color: #111;
  font-size: 1.45rem;
  font-weight: 700;
  text-align: center;
}

.polyhabitat-landing-embed .press-serif {
  font-family: Georgia, "Times New Roman", serif;
}

.polyhabitat-landing-embed .press-serif.large {
  font-size: 2.25rem;
}

.polyhabitat-landing-embed .press-block {
  background: #111;
  color: #fff !important;
  letter-spacing: 0.08em;
}

.polyhabitat-landing-embed .press-block.outline {
  border: 3px solid var(--ink);
  background: #fff;
  color: var(--ink) !important;
}

.polyhabitat-landing-embed .press-light {
  font-weight: 400 !important;
}

.polyhabitat-landing-embed .press-red {
  color: var(--red) !important;
}

/* Nationwide coverage */
.polyhabitat-landing-embed .coverage-reference {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(60px, 7vw, 120px);
  min-height: 760px;
  padding: 80px max(32px, calc((100vw - 1480px) / 2));
  background: var(--surface-muted);
}

.polyhabitat-landing-embed .coverage-copy {
  position: relative;
  z-index: 1;
}

.polyhabitat-landing-embed .coverage-kicker {
  margin: 0 0 24px 33px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .coverage-reference .reference-title {
  font-size: clamp(2.8rem, 4.5vw, 4.6rem);
}

.polyhabitat-landing-embed .coverage-intro {
  max-width: 590px;
  margin: 38px 0 0 33px;
  color: #44515e;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.8;
}

.polyhabitat-landing-embed .coverage-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  margin: 34px 0 0 33px;
  padding: 0 24px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.polyhabitat-landing-embed .coverage-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.polyhabitat-landing-embed .coverage-cta:hover {
  background: #73001f;
  box-shadow: 0 12px 28px rgba(137, 0, 42, 0.2);
  transform: translateY(-3px);
}

.polyhabitat-landing-embed .coverage-copy.is-agency {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.polyhabitat-landing-embed .agency-card {
  overflow: hidden;
  border: 1px solid rgba(137, 0, 42, 0.16);
  background: #fff;
  box-shadow: 0 20px 48px rgba(32, 37, 43, 0.11);
}

.polyhabitat-landing-embed .agency-card__eyebrow {
  margin: 0;
  padding: 24px 28px 0;
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .agency-card h2 {
  margin: 7px 0 20px;
  padding: 0 28px;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.polyhabitat-landing-embed .agency-card__official-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: -5px 28px 20px;
  padding: 7px 10px;
  border: 1px solid rgba(137, 0, 42, 0.22);
  border-radius: 999px;
  background: #faf2ed;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .agency-card__official-badge span {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 0.64rem;
  line-height: 1;
}

.polyhabitat-landing-embed .agency-card__image,
.polyhabitat-landing-embed .agency-card__placeholder-image {
  display: block;
  width: 100%;
  height: 166px;
}

.polyhabitat-landing-embed .agency-card__image {
  object-fit: cover;
  object-position: center 68%;
}

.polyhabitat-landing-embed .agency-card__placeholder-image {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px 28px;
  background: linear-gradient(135deg, #17252f, #314655);
  color: #fff;
}

.polyhabitat-landing-embed .agency-card__placeholder-image span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .agency-card__placeholder-image strong {
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.polyhabitat-landing-embed .agency-card__unavailable {
  padding: 2px 28px 30px;
}

.polyhabitat-landing-embed .agency-card__unavailable > span {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 6px 9px;
  background: #faf2ed;
  color: var(--red);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .agency-card__unavailable p {
  margin: 0;
  color: #44515e;
  font-size: 0.91rem;
  line-height: 1.62;
}

.polyhabitat-landing-embed .agency-card__unavailable a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.polyhabitat-landing-embed .agency-card__unavailable a:hover {
  color: #73001f;
}

.polyhabitat-landing-embed .agency-card__details {
  padding: 18px 28px 26px;
}

.polyhabitat-landing-embed .agency-card__details dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
  margin: 0 0 18px;
}

.polyhabitat-landing-embed .agency-card__details dl div:last-child {
  grid-column: 1 / -1;
}

.polyhabitat-landing-embed .agency-card__details dt {
  margin-bottom: 3px;
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .agency-card__details dd {
  margin: 0;
  color: #384753;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
}

.polyhabitat-landing-embed .agency-card__details dd span {
  display: block;
}

.polyhabitat-landing-embed .agency-card__details dd span + span {
  margin-top: 6px;
}

.polyhabitat-landing-embed .agency-card__map {
  display: block;
  width: 100%;
  height: 118px;
  margin-bottom: 15px;
  border: 0;
  background: #e7e1db;
}

.polyhabitat-landing-embed .agency-card__directions {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.polyhabitat-landing-embed .agency-card__directions svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.polyhabitat-landing-embed .agency-card__directions:hover {
  color: #73001f;
}

.polyhabitat-landing-embed .agency-quote {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 0 24px;
  background: var(--red);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.polyhabitat-landing-embed .agency-quote svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.polyhabitat-landing-embed .agency-quote:hover {
  background: #73001f;
  box-shadow: 0 9px 18px rgba(137, 0, 42, 0.2);
  transform: translateY(-2px);
}

.polyhabitat-landing-embed .agency-card__notice {
  margin: 0;
  padding: 13px 28px;
  border-top: 1px solid rgba(137, 0, 42, 0.12);
  background: #faf2ed;
  color: #596772;
  font-size: 0.72rem;
  line-height: 1.45;
}

.polyhabitat-landing-embed .france-map-card {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  padding: 30px 34px 92px;
  border: 1px solid rgba(137, 0, 42, 0.13);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 28px 70px rgba(32, 37, 43, 0.08);
}

.polyhabitat-landing-embed .france-map-viewport {
  width: 100%;
  overflow: visible;
}

.polyhabitat-landing-embed .france-map-controls {
  display: none;
}

.polyhabitat-landing-embed .france-map-card::before,
.polyhabitat-landing-embed .france-map-card::after {
  position: absolute;
  width: 68px;
  height: 68px;
  content: "";
  pointer-events: none;
}

.polyhabitat-landing-embed .france-map-card::before {
  top: 20px;
  left: 20px;
  border-top: 3px solid var(--red);
  border-left: 3px solid var(--red);
}

.polyhabitat-landing-embed .france-map-card::after {
  right: 20px;
  bottom: 20px;
  border-right: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
}

.polyhabitat-landing-embed .france-map {
  display: block;
  width: min(100%, 640px);
  height: auto;
  overflow: visible;
}

.polyhabitat-landing-embed .france-map__department {
  fill: #d9d0c7;
  stroke: #fff;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  outline: none;
  transform-box: fill-box;
  transform-origin: center;
  transition: fill 180ms ease, filter 180ms ease, stroke 180ms ease, transform 180ms ease;
}

.polyhabitat-landing-embed .france-map__department:hover,
.polyhabitat-landing-embed .france-map__department:focus-visible {
  fill: #b20a3c;
  stroke: #fff;
  filter: drop-shadow(0 5px 6px rgba(75, 0, 24, 0.3));
  transform: translateY(-2px) scale(1.035);
}

.polyhabitat-landing-embed .france-map__department[aria-pressed="true"] {
  fill: var(--red);
  stroke: #710022;
  stroke-width: 2;
}

.polyhabitat-landing-embed .france-map-status {
  position: absolute;
  right: 34px;
  bottom: 30px;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--ink);
  pointer-events: none;
  transition: transform 180ms ease;
}

.polyhabitat-landing-embed .france-map-status.is-active {
  transform: translateY(-2px);
}

.polyhabitat-landing-embed .france-map-status strong {
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  .polyhabitat-landing-embed .coverage-cta,
.polyhabitat-landing-embed .france-map__department {
    transition: none;
  }
}

/* Footer */
.polyhabitat-landing-embed .footer-reference {
  padding: 38px max(30px, calc((100vw - 1360px) / 2)) 22px;
  background: #17252f;
  color: #f8ede4;
}

.polyhabitat-landing-embed .footer-top {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(248, 237, 228, 0.22);
}

.polyhabitat-landing-embed .footer-logo {
  display: block;
  width: 200px;
}

.polyhabitat-landing-embed .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.polyhabitat-landing-embed .footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 30px;
}

.polyhabitat-landing-embed .footer-navigation a {
  color: #f8ede4;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .footer-navigation a:hover,
.polyhabitat-landing-embed .footer-navigation a:focus-visible,
.polyhabitat-landing-embed .footer-column a:hover,
.polyhabitat-landing-embed .footer-column a:focus-visible,
.polyhabitat-landing-embed .footer-bottom a:hover,
.polyhabitat-landing-embed .footer-bottom a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.polyhabitat-landing-embed .footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(160px, 0.8fr));
  gap: clamp(32px, 5vw, 80px);
  padding: 45px 0;
}

.polyhabitat-landing-embed .footer-column {
  display: grid;
  align-content: start;
  gap: 15px;
}

.polyhabitat-landing-embed .footer-label,
.polyhabitat-landing-embed .footer-column h3 {
  margin: 0;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.polyhabitat-landing-embed .footer-brand h2 {
  max-width: 330px;
  margin: 13px 0 14px;
  color: #fff;
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.polyhabitat-landing-embed .footer-brand > p:last-child,
.polyhabitat-landing-embed .footer-column address {
  margin: 0;
  color: rgba(248, 237, 228, 0.78);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.65;
}

.polyhabitat-landing-embed .footer-phone {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
}

.polyhabitat-landing-embed .footer-column a {
  color: #f8ede4;
  font-size: 1rem;
  text-decoration: none;
}

.polyhabitat-landing-embed .footer-socials > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.polyhabitat-landing-embed .footer-socials a {
  padding: 8px 10px;
  border: 1px solid rgba(248, 237, 228, 0.3);
  font-size: 0.84rem;
  font-weight: 700;
}

.polyhabitat-landing-embed .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 21px;
  border-top: 1px solid rgba(248, 237, 228, 0.22);
  color: rgba(248, 237, 228, 0.68);
  font-size: 0.82rem;
}

.polyhabitat-landing-embed .footer-bottom p {
  margin: 0;
}

.polyhabitat-landing-embed .footer-bottom a {
  color: #f8ede4;
  font-weight: 700;
  text-decoration: none;
}

/* Floating help */
.polyhabitat-landing-embed .floating-help {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  width: min(345px, calc(100vw - 40px));
  align-items: center;
  border-radius: 8px;
  padding: 13px 18px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  font-size: 0.74rem;
  text-decoration: none;
}

.polyhabitat-landing-embed .floating-help span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
}

/* Administration */
.polyhabitat-landing-embed .admin-shell {
  min-height: 100svh;
  padding: 22px;
  background: #f5f5f5;
}

.polyhabitat-landing-embed .admin-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto 20px;
}

.polyhabitat-landing-embed .admin-header h1 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.polyhabitat-landing-embed .admin-header p {
  margin: 6px 0 0;
  color: var(--muted);
}

.polyhabitat-landing-embed .admin-grid {
  display: grid;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.polyhabitat-landing-embed .kpi-grid,
.polyhabitat-landing-embed .segment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.polyhabitat-landing-embed .admin-panel,
.polyhabitat-landing-embed .admin-table-wrap {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.polyhabitat-landing-embed .admin-panel {
  padding: 16px;
}

.polyhabitat-landing-embed .admin-panel h2,
.polyhabitat-landing-embed .admin-panel h3 {
  margin: 0 0 12px;
}

.polyhabitat-landing-embed .kpi-value {
  display: block;
  margin-top: 6px;
  font-size: 2rem;
  font-weight: 800;
}

.polyhabitat-landing-embed .kpi-label {
  color: var(--muted);
  font-size: 0.9rem;
}

.polyhabitat-landing-embed .table {
  width: 100%;
  border-collapse: collapse;
}

.polyhabitat-landing-embed .table th,
.polyhabitat-landing-embed .table td {
  border-bottom: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.polyhabitat-landing-embed .admin-table-wrap {
  overflow-x: auto;
}

.polyhabitat-landing-embed .filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.polyhabitat-landing-embed .filter-form label {
  display: grid;
  gap: 5px;
  font-weight: 700;
}

.polyhabitat-landing-embed .filter-form input {
  min-height: 40px;
  border: 1px solid #ccc;
  padding: 8px 10px;
}

.polyhabitat-landing-embed .config-error {
  max-width: 760px;
  margin: 48px auto;
  border: 1px solid #ffc9c2;
  padding: 20px;
  background: #fff6f4;
  color: var(--danger);
}

@media (min-width: 601px) and (max-width: 1400px) {
  .polyhabitat-landing-embed .floating-help {
    bottom: 158px;
  }
}

@media (max-width: 1500px) {
  .polyhabitat-landing-embed .reference-nav {
    gap: clamp(16px, 1.7vw, 32px);
  }

  .polyhabitat-landing-embed .reference-nav a,
.polyhabitat-landing-embed .nav-products summary {
    font-size: 1rem;
  }
}

@media (max-width: 1100px) {
  .polyhabitat-landing-embed .reference-header {
    grid-template-columns: 220px minmax(0, 1fr) 96px;
    gap: 14px;
  }

  .polyhabitat-landing-embed .reference-nav {
    gap: 12px;
  }

  .polyhabitat-landing-embed .coverage-reference {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .polyhabitat-landing-embed .coverage-copy {
    max-width: 760px;
  }

  .polyhabitat-landing-embed .france-map-card {
    width: min(760px, 100%);
    justify-self: center;
  }

  .polyhabitat-landing-embed .experience-heading-row,
.polyhabitat-landing-embed .news-heading-row,
.polyhabitat-landing-embed .press-reference,
.polyhabitat-landing-embed .client-satisfaction-inner,
.polyhabitat-landing-embed .french-fabrication-content {
    grid-template-columns: 1fr;
  }

  .polyhabitat-landing-embed .experience-badges {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .polyhabitat-landing-embed .eldo-widget {
    justify-self: start;
  }

  .polyhabitat-landing-embed .client-satisfaction-inner {
    gap: 40px;
  }

  .polyhabitat-landing-embed .services-reference-grid {
    grid-template-columns: 1.7fr repeat(3, minmax(190px, 1fr));
    overflow-x: auto;
  }

  .polyhabitat-landing-embed .reference-service-card {
    min-width: 220px;
  }

  .polyhabitat-landing-embed .press-logos {
    max-width: 760px;
  }

  .polyhabitat-landing-embed .press-articles {
    max-width: 760px;
  }

  .polyhabitat-landing-embed .french-fabrication-content {
    gap: 38px;
    padding: 80px 0;
  }

  .polyhabitat-landing-embed .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 0.7fr);
    gap: 35px;
  }
}

@media (max-width: 820px) {
  .polyhabitat-landing-embed .reference-header {
    grid-template-columns: 1fr auto;
    width: calc(100% - 36px);
    padding-top: 25px;
  }

  .polyhabitat-landing-embed .reference-nav {
    display: none;
  }

  .polyhabitat-landing-embed .header-logo {
    width: 225px;
  }

  .polyhabitat-landing-embed .hero-panel {
    margin-left: 20px;
  }

  .polyhabitat-landing-embed .experience-showcase {
    grid-template-columns: 1fr;
  }

  .polyhabitat-landing-embed .ranges-reference {
    padding-top: 74px;
    padding-bottom: 78px;
  }

  .polyhabitat-landing-embed .ranges-grid {
    grid-template-columns: 1fr;
    width: min(92%, 680px);
    max-width: none;
  }

  .polyhabitat-landing-embed .experience-trust-row {
    grid-template-columns: 1fr;
  }

  .polyhabitat-landing-embed .experience-trust-row .eldo-widget {
    justify-self: center;
  }

  .polyhabitat-landing-embed .experience-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyhabitat-landing-embed .experience-text-card {
    height: auto;
    min-height: auto;
  }

  .polyhabitat-landing-embed .comparison-visual {
    height: 380px;
  }

  .polyhabitat-landing-embed .slider-controls {
    width: 100%;
  }

  .polyhabitat-landing-embed .quote-reference {
    padding: 58px 18px 68px;
    background:
      radial-gradient(circle at 88% 15%, rgba(150, 8, 48, 0.2), transparent 30%),
      #111d25;
  }

  .polyhabitat-landing-embed .growform-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .polyhabitat-landing-embed .growform-shell > .form-journey {
    position: static;
    min-height: 0;
  }

  .polyhabitat-landing-embed .growform-intro {
    position: static;
    padding-top: 0;
  }

  .polyhabitat-landing-embed .growform-intro h2 {
    font-size: clamp(2.55rem, 12vw, 4.3rem);
  }

  .polyhabitat-landing-embed .growform-intro > p:last-child {
    font-size: 1rem;
  }

  .polyhabitat-landing-embed .growform-embed {
    min-height: 620px;
    padding: 6px;
  }

  .polyhabitat-landing-embed .growform-embed iframe {
    min-height: 600px;
  }

  .polyhabitat-landing-embed .quote-ribbon {
    width: 100%;
    margin-bottom: 22px;
  }

  .polyhabitat-landing-embed .quote-form-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }

  .polyhabitat-landing-embed .form-journey {
    gap: 26px;
    padding: 32px 25px;
  }

  .polyhabitat-landing-embed .form-main {
    padding: 34px 24px 28px;
  }

  .polyhabitat-landing-embed .project-question {
    min-height: 360px;
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyhabitat-landing-embed .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .polyhabitat-landing-embed .footer-brand {
    grid-column: 1 / -1;
  }

  .polyhabitat-landing-embed .certification-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  /* Keep the final pair of colour choices visually balanced beneath the
     three-column palette without changing the size of any colour card. */
  .polyhabitat-landing-embed .project-question .choice-bubble-field--color .choice-bubble-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--color .choice-bubble {
    grid-column: span 2;
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--color .choice-bubble:nth-last-child(2) {
    grid-column: 2 / span 2;
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--color .choice-bubble:last-child {
    grid-column: 4 / span 2;
  }

  /* The three version cards keep their two-column rhythm, with the final
     card centred instead of leaving it against the left edge. */
  .polyhabitat-landing-embed .project-question .choice-bubble-field--version .choice-bubble-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--version .choice-bubble {
    grid-column: span 2;
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--version .choice-bubble:last-child {
    grid-column: 2 / span 2;
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--shape .choice-bubble-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--shape .choice-bubble {
    grid-column: span 2;
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--shape .choice-bubble:last-child {
    grid-column: 2 / span 2;
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--timeframe .choice-bubble-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--timeframe .choice-bubble {
    grid-column: span 2;
  }

  .polyhabitat-landing-embed .project-question .choice-bubble-field--timeframe .choice-bubble:last-child {
    grid-column: 2 / span 2;
  }

  .polyhabitat-landing-embed .hero-reference {
    min-height: 790px;
  }

  .polyhabitat-landing-embed .header-logo {
    width: 170px;
    height: 50px;
  }

  .polyhabitat-landing-embed .reference-devis {
    min-width: 75px;
  }

  .polyhabitat-landing-embed .coverage-reference {
    min-height: 0;
    padding: 70px 20px;
  }

  .polyhabitat-landing-embed .coverage-kicker,
.polyhabitat-landing-embed .coverage-intro,
.polyhabitat-landing-embed .coverage-cta {
    margin-left: 0;
  }

  .polyhabitat-landing-embed .coverage-reference .reference-title {
    font-size: clamp(2.35rem, 13vw, 3.4rem);
  }

  .polyhabitat-landing-embed .agency-card__eyebrow {
    padding: 22px 20px 0;
  }

  .polyhabitat-landing-embed .agency-card h2 {
    padding: 0 20px;
  }

  .polyhabitat-landing-embed .agency-card__official-badge {
    margin-right: 20px;
    margin-left: 20px;
  }

  .polyhabitat-landing-embed .agency-card__image,
.polyhabitat-landing-embed .agency-card__placeholder-image {
    height: 148px;
  }

  .polyhabitat-landing-embed .agency-card__details {
    padding: 18px 20px 22px;
  }

  .polyhabitat-landing-embed .agency-card__unavailable {
    padding: 2px 20px 26px;
  }

  .polyhabitat-landing-embed .agency-card__details dl {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .polyhabitat-landing-embed .agency-card__details dl div:last-child {
    grid-column: auto;
  }

  .polyhabitat-landing-embed .agency-card__notice {
    padding-right: 20px;
    padding-left: 20px;
  }

  .polyhabitat-landing-embed .ranges-reference {
    padding: 62px 0 0;
  }

  .polyhabitat-landing-embed .ranges-title {
    margin-bottom: 32px;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .polyhabitat-landing-embed .ranges-title::after {
    width: 42px;
    margin-top: 16px;
  }

  .polyhabitat-landing-embed .range-gallery {
    height: clamp(340px, 95vw, 520px);
  }

  .polyhabitat-landing-embed .range-card__content {
    min-height: 0;
    padding: 27px 23px 25px;
  }

  .polyhabitat-landing-embed .range-card__content > div {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .polyhabitat-landing-embed .range-card__content a {
    justify-self: start;
  }

  .polyhabitat-landing-embed .france-map-card {
    min-height: 0;
    padding: 28px 18px 96px;
  }

  .polyhabitat-landing-embed .france-map-card::before,
.polyhabitat-landing-embed .france-map-card::after {
    width: 42px;
    height: 42px;
  }

  .polyhabitat-landing-embed .france-map-status {
    right: 18px;
    left: auto;
    justify-content: flex-end;
  }

  .polyhabitat-landing-embed .france-map-status strong {
    text-align: right;
  }

  .polyhabitat-landing-embed .hero-panel {
    width: calc(100% - 40px);
    min-height: 330px;
    margin-top: 90px;
    padding: 28px 22px;
  }

  .polyhabitat-landing-embed .hero-panel::before {
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    border-width: 3px;
  }

  .polyhabitat-landing-embed .hero-panel h1 {
    font-size: 2.65rem;
  }

  .polyhabitat-landing-embed .hero-benefits {
    right: auto;
    bottom: 0;
    left: 20px;
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 40px);
    transform: none;
  }

  .polyhabitat-landing-embed .hero-benefit {
    min-height: 82px;
    padding: 9px 8px;
  }

  .polyhabitat-landing-embed .hero-benefit:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.33);
  }

  .polyhabitat-landing-embed .hero-benefit svg {
    width: 40px;
    height: 40px;
  }

  .polyhabitat-landing-embed .hero-benefit span {
    font-size: 0.58rem;
  }

  .polyhabitat-landing-embed .reference-title {
    gap: 12px;
    font-size: 2.75rem;
  }

  .polyhabitat-landing-embed .title-square {
    width: 9px;
    height: 9px;
    flex-basis: 9px;
    margin-top: 22px;
  }

  .polyhabitat-landing-embed .experience-reference,
.polyhabitat-landing-embed .services-reference,
.polyhabitat-landing-embed .news-reference,
.polyhabitat-landing-embed .press-reference,
.polyhabitat-landing-embed .footer-reference {
    padding-left: 20px;
    padding-right: 20px;
  }

  .polyhabitat-landing-embed .french-fabrication-content {
    width: calc(100% - 40px);
    padding: 65px 0;
  }

  .polyhabitat-landing-embed .french-fabrication-copy h2 {
    font-size: 2.75rem;
  }

  .polyhabitat-landing-embed .french-fabrication-copy > p:not(.fabrication-kicker) {
    font-size: 0.82rem;
  }

  .polyhabitat-landing-embed .fabrication-logos {
    gap: 8px;
  }

  .polyhabitat-landing-embed .fabrication-logo {
    flex: 0 1 auto;
    width: calc((100vw - 56px) / 3);
    max-width: 104px;
    height: 88px;
    padding: 8px;
  }

  .polyhabitat-landing-embed .experience-badges {
    gap: 10px;
  }

  .polyhabitat-landing-embed .experience-proof-list li {
    min-height: 108px;
  }

  .polyhabitat-landing-embed .round-badge,
.polyhabitat-landing-embed .award-badge {
    width: 78px;
    height: 78px;
  }

  .polyhabitat-landing-embed .round-badge strong {
    font-size: 1.4rem;
  }

  .polyhabitat-landing-embed .comparison-visual {
    height: 300px;
  }

  .polyhabitat-landing-embed .services-reference > .reference-title {
    justify-content: flex-start;
  }

  .polyhabitat-landing-embed .services-reference > .reference-title > span:last-child {
    display: grid;
    gap: 4px;
  }

  .polyhabitat-landing-embed .services-title-marker {
    width: 7px;
    height: 30px;
    flex-basis: 7px;
    margin-top: 9px;
  }

  .polyhabitat-landing-embed .services-reference-grid {
    display: flex;
    min-height: 520px;
    padding: 10px;
    scroll-snap-type: x mandatory;
  }

  .polyhabitat-landing-embed .reference-service-card {
    min-width: 82vw;
    scroll-snap-align: start;
  }

  .polyhabitat-landing-embed .field-grid.two,
.polyhabitat-landing-embed .news-grid {
    grid-template-columns: 1fr;
  }

  .polyhabitat-landing-embed .form-journey__steps li {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 11px;
    padding-bottom: 16px;
  }

  .polyhabitat-landing-embed .form-journey__steps li + li {
    padding-top: 16px;
  }

  .polyhabitat-landing-embed .form-journey__steps li + li::before {
    left: 36px;
  }

  .polyhabitat-landing-embed .form-journey__number {
    width: 24px;
    height: 24px;
    font-size: 0.62rem;
  }

  .polyhabitat-landing-embed .form-journey__steps strong {
    font-size: 0.83rem;
  }

  .polyhabitat-landing-embed .form-journey__steps p {
    font-size: 0.69rem;
  }

  .polyhabitat-landing-embed .news-heading-row {
    gap: 35px;
  }

  .polyhabitat-landing-embed .news-image {
    height: 230px;
  }

  .polyhabitat-landing-embed .press-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .polyhabitat-landing-embed .press-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polyhabitat-landing-embed .press-logo-link,
.polyhabitat-landing-embed .press-logo-link:nth-child(4),
.polyhabitat-landing-embed .press-logo-link:nth-child(5) {
    grid-column: span 1;
  }

  .polyhabitat-landing-embed .press-logo-link:nth-child(5) {
    grid-column: 1 / -1;
  }

  .polyhabitat-landing-embed .press-article:last-child {
    grid-column: auto;
  }

  .polyhabitat-landing-embed .footer-grid {
    grid-template-columns: 1fr;
  }

  .polyhabitat-landing-embed .footer-brand {
    grid-column: auto;
  }

  .polyhabitat-landing-embed .footer-reference {
    padding-top: 30px;
    padding-bottom: 18px;
  }

  .polyhabitat-landing-embed .footer-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .polyhabitat-landing-embed .footer-logo {
    width: 185px;
  }

  .polyhabitat-landing-embed .footer-navigation {
    justify-content: flex-start;
    gap: 14px 19px;
  }

  .polyhabitat-landing-embed .footer-navigation a {
    font-size: 0.78rem;
  }

  .polyhabitat-landing-embed .footer-grid {
    gap: 32px;
    padding: 35px 0;
  }

  .polyhabitat-landing-embed .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .polyhabitat-landing-embed .newsletter-form {
    grid-template-columns: 1fr;
  }

  .polyhabitat-landing-embed .newsletter-form button {
    min-height: 48px;
  }

  .polyhabitat-landing-embed .floating-help {
    grid-template-columns: 32px 1fr;
    width: calc(100vw - 28px);
    right: 14px;
    bottom: 10px;
    padding: 10px 12px;
  }

  .polyhabitat-landing-embed .floating-help span {
    width: 30px;
    height: 30px;
  }
}

/* Mobile layout refinements */
@media (max-width: 820px) {
  .polyhabitat-landing-embed .reference-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
  }

  .polyhabitat-landing-embed .mobile-menu {
    position: relative;
    z-index: 20;
    display: block;
  }

  .polyhabitat-landing-embed .mobile-menu > summary {
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 5px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: rgba(12, 28, 36, 0.52);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    color: #fff;
    cursor: pointer;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
  }

  .polyhabitat-landing-embed .mobile-menu > summary::-webkit-details-marker {
    display: none;
  }

  .polyhabitat-landing-embed .mobile-menu > summary span {
    display: block;
    width: 21px;
    height: 2px;
    background: currentColor;
    border-radius: 99px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .polyhabitat-landing-embed .mobile-menu[open] > summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .polyhabitat-landing-embed .mobile-menu[open] > summary span:nth-child(2) {
    opacity: 0;
  }

  .polyhabitat-landing-embed .mobile-menu[open] > summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .polyhabitat-landing-embed .mobile-menu > summary:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 3px;
  }

  .polyhabitat-landing-embed .mobile-menu > nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    min-width: 220px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #17252f;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
  }

  .polyhabitat-landing-embed .mobile-menu nav a {
    padding: 13px 14px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
  }

  .polyhabitat-landing-embed .mobile-products {
    display: grid;
  }

  .polyhabitat-landing-embed .mobile-products summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 14px;
    color: #fff;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 700;
    list-style: none;
  }

  .polyhabitat-landing-embed .mobile-products summary::-webkit-details-marker {
    display: none;
  }

  .polyhabitat-landing-embed .mobile-products summary span {
    transition: none;
  }

  .polyhabitat-landing-embed .mobile-products > div {
    display: grid;
    margin: 0 8px 8px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.08);
  }

  .polyhabitat-landing-embed .mobile-menu .mobile-products > div a {
    padding: 10px 12px;
    font-size: 0.74rem;
  }
}

@media (max-width: 600px) {
  .polyhabitat-landing-embed .experience-showcase {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 34px;
  }

  .polyhabitat-landing-embed .experience-media-column {
    display: contents;
  }

  .polyhabitat-landing-embed .experience-trust-row {
    order: 1;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px 8px;
    width: 100%;
  }

  .polyhabitat-landing-embed .experience-proof-list {
    display: contents;
  }

  .polyhabitat-landing-embed .experience-proof-list li {
    width: 94px;
    min-height: 0;
    justify-self: center;
    border-width: 3px;
    padding: 9px 5px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .polyhabitat-landing-embed .experience-proof-list li:nth-child(1) {
    grid-column: 1 / span 2;
  }

  .polyhabitat-landing-embed .experience-proof-list li:nth-child(2) {
    grid-column: 3 / span 2;
  }

  .polyhabitat-landing-embed .experience-proof-list li:nth-child(3) {
    grid-column: 5 / span 2;
  }

  .polyhabitat-landing-embed .experience-proof-list li:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .polyhabitat-landing-embed .experience-proof-list strong {
    font-size: 1.16rem;
  }

  .polyhabitat-landing-embed .experience-proof-list span {
    font-size: 0.52rem;
  }

  .polyhabitat-landing-embed .experience-trust-row .eldo-widget--trust {
    width: 94px;
    height: 94px;
    grid-column: 4 / span 2;
    justify-self: center;
  }

  .polyhabitat-landing-embed .experience-trust-row .eldo-widget--trust iframe {
    width: 102px;
    height: 102px;
    transform: translate(-4px, -4px);
    transform-origin: top left;
  }

  .polyhabitat-landing-embed .comparison-visual {
    order: 2;
    height: 410px;
  }

  .polyhabitat-landing-embed .deferred-content--comparison {
    min-height: 410px;
  }

  .polyhabitat-landing-embed .modern-comparison__image-container {
    height: 410px;
    aspect-ratio: auto;
  }

  .polyhabitat-landing-embed .modern-comparison__image {
    object-fit: cover;
    object-position: 58% center;
  }

  .polyhabitat-landing-embed .experience-text-card {
    order: 3;
    padding: 28px 24px;
  }

  .polyhabitat-landing-embed .services-reference-grid {
    min-height: 0;
  }

  .polyhabitat-landing-embed .reference-service-card {
    min-height: 440px;
  }

  .polyhabitat-landing-embed .reference-service-card .reference-service-content,
.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:checked) .reference-service-content {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 24px;
    text-align: left;
    transition: none;
  }

  .polyhabitat-landing-embed .reference-service-card .service-title-bar,
.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:checked) .service-title-bar {
    margin: 14px 0 18px;
  }

  .polyhabitat-landing-embed .reference-service-card .service-card-details,
.polyhabitat-landing-embed .reference-service-card:has(.service-card-toggle:checked) .service-card-details {
    max-height: 180px;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .polyhabitat-landing-embed .deferred-content--range-gallery {
    height: clamp(340px, 95vw, 520px);
    background: transparent;
  }

  .polyhabitat-landing-embed .coverage-reference {
    grid-template-areas:
      "map"
      "copy";
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    padding: 48px 16px 62px;
    overflow: hidden;
  }

  .polyhabitat-landing-embed .coverage-copy {
    grid-area: copy;
    min-width: 0;
  }

  .polyhabitat-landing-embed .france-map-card {
    grid-area: map;
    width: 100%;
    min-height: 520px;
    padding: 22px 8px 78px;
    overflow: hidden;
  }

  .polyhabitat-landing-embed .france-map-card::before {
    top: 14px;
    left: 14px;
  }

  .polyhabitat-landing-embed .france-map-card::after {
    right: 14px;
    bottom: 14px;
  }

  .polyhabitat-landing-embed .france-map-card::before,
.polyhabitat-landing-embed .france-map-card::after {
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
  }

  .polyhabitat-landing-embed .france-map-controls {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 18px;
    display: grid;
    grid-template-columns: 38px 54px 38px;
    overflow: hidden;
    border: 1px solid rgba(23, 37, 47, 0.16);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(23, 37, 47, 0.14);
  }

  .polyhabitat-landing-embed .france-map-controls button {
    min-width: 0;
    height: 38px;
    padding: 0;
    border: 0;
    border-right: 1px solid rgba(23, 37, 47, 0.1);
    background: #fff;
    color: var(--ink);
    font-size: 0.76rem;
    font-weight: 800;
  }

  .polyhabitat-landing-embed .france-map-controls button:last-child {
    border-right: 0;
    font-size: 1.2rem;
  }

  .polyhabitat-landing-embed .france-map-controls button:first-child {
    font-size: 1.2rem;
  }

  .polyhabitat-landing-embed .france-map-controls button:disabled {
    color: #9ca5ad;
  }

  .polyhabitat-landing-embed .france-map-viewport {
    align-self: stretch;
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .polyhabitat-landing-embed .france-map {
    max-width: none;
    min-width: 100%;
    margin: 26px auto 0;
  }

  .polyhabitat-landing-embed .france-map-status {
    right: 18px;
    bottom: 24px;
    left: 18px;
    justify-content: center;
  }

  .polyhabitat-landing-embed .france-map-status strong {
    text-align: center;
  }

  .polyhabitat-landing-embed .press-articles {
    gap: 10px;
  }

  .polyhabitat-landing-embed .press-logo-link,
.polyhabitat-landing-embed .press-logo-link:nth-child(n) {
    min-height: 112px;
    grid-column: span 1 !important;
    padding: 16px;
  }

  .polyhabitat-landing-embed .press-logo-link img {
    max-height: 52px;
  }
}

/*
 * Desktop WordPress fidelity
 * Keep the generous proportions of the reference landing page even when the
 * active WordPress theme uses a smaller typographic scale.
 */
@media (min-width: 1440px) {
  .polyhabitat-landing-embed .hero-reference {
    min-height: max(100svh, 920px);
  }

  .polyhabitat-landing-embed .reference-header {
    grid-template-columns: minmax(270px, 330px) minmax(0, 1fr) 158px;
    gap: clamp(20px, 1.5vw, 34px);
    width: calc(100% - 48px);
    padding-top: 44px;
  }

  .polyhabitat-landing-embed .reference-nav {
    gap: clamp(22px, 1.55vw, 34px);
  }

  .polyhabitat-landing-embed .reference-nav a,
.polyhabitat-landing-embed .nav-products summary {
    font-size: clamp(1.2rem, 1.25vw, 1.5rem);
    letter-spacing: -0.035em;
  }

  .polyhabitat-landing-embed .nav-products__menu {
    left: -22px;
    min-width: 292px;
    padding: 13px;
  }

  .polyhabitat-landing-embed .nav-products__menu a {
    padding: 15px 16px;
    font-size: 1.05rem;
  }

  .polyhabitat-landing-embed .reference-devis {
    min-width: 158px;
    min-height: 70px;
    padding: 0 34px;
    font-size: 1.15rem;
  }

  .polyhabitat-landing-embed .hero-panel p {
    max-width: 610px;
    font-size: clamp(1.25rem, 1.28vw, 1.45rem);
    line-height: 1.55;
  }

  .polyhabitat-landing-embed .hero-continue {
    margin-top: 34px;
    padding: 18px 31px;
    font-size: 1.08rem;
  }

  .polyhabitat-landing-embed .hero-benefits {
    width: min(1360px, calc(100% - 80px));
  }

  .polyhabitat-landing-embed .hero-benefit {
    gap: 13px;
    min-height: 218px;
    padding: 24px 18px 20px;
    color: #fff !important;
  }

  .polyhabitat-landing-embed .hero-benefit svg {
    width: 82px;
    height: 82px;
  }

  .polyhabitat-landing-embed .hero-benefit span {
    color: inherit !important;
    font-size: 1.12rem;
    line-height: 1.28;
  }

  .polyhabitat-landing-embed .range-card__content {
    gap: 0 38px;
    min-height: 340px;
    padding: 43px 46px 42px;
  }

  .polyhabitat-landing-embed .range-card__content > p {
    margin-bottom: 12px;
    font-size: 0.9rem;
  }

  .polyhabitat-landing-embed .range-card__content h3 {
    font-size: clamp(2.6rem, 2.7vw, 3.15rem);
  }

  .polyhabitat-landing-embed .range-card__content > span {
    width: 64px;
    height: 5px;
    margin: 27px 0 23px;
  }

  .polyhabitat-landing-embed .range-card__content > div {
    gap: 34px;
  }

  .polyhabitat-landing-embed .range-card__content > div p {
    max-width: 500px;
    font-size: 1.18rem;
    line-height: 1.58;
  }

  .polyhabitat-landing-embed .range-card__content a {
    min-height: 62px;
    padding: 0 27px;
    font-size: 1.02rem;
  }

  .polyhabitat-landing-embed .range-card__content a svg {
    width: 22px;
    height: 22px;
  }

  .polyhabitat-landing-embed .french-fabrication-copy {
    max-width: 850px;
  }

  .polyhabitat-landing-embed .fabrication-kicker {
    margin-bottom: 26px;
    font-size: 0.95rem;
  }

  .polyhabitat-landing-embed .french-fabrication-copy h2 {
    font-size: clamp(4.8rem, 5.5vw, 6.8rem);
  }

  .polyhabitat-landing-embed .french-fabrication-copy > p:not(.fabrication-kicker) {
    max-width: 760px;
    margin: 36px 0 38px;
    font-size: 1.24rem;
    line-height: 1.7;
  }

  .polyhabitat-landing-embed .fabrication-logos {
    gap: clamp(32px, 2.5vw, 48px);
  }

  .polyhabitat-landing-embed .fabrication-logo {
    flex-basis: 158px;
    width: 158px;
    height: 158px;
  }

  .polyhabitat-landing-embed .ecovadis-logo img {
    width: 143px;
    height: 143px;
  }

  .polyhabitat-landing-embed .french-fab-logo img {
    width: 94px;
    height: 153px;
  }

  .polyhabitat-landing-embed .origin-ain-logo img {
    width: 148px;
    height: 148px;
  }

  .polyhabitat-landing-embed .press-reference {
    gap: clamp(90px, 7vw, 145px);
    min-height: 720px;
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .polyhabitat-landing-embed .press-copy .reference-title {
    font-size: clamp(4rem, 4vw, 5rem);
  }

  .polyhabitat-landing-embed .press-copy > p {
    max-width: 650px;
    margin-top: 38px;
    margin-bottom: 24px;
    font-size: 1.18rem;
    line-height: 1.65;
  }

  .polyhabitat-landing-embed .press-copy > a {
    gap: 12px;
    font-size: 1.08rem;
  }

  .polyhabitat-landing-embed .press-copy svg {
    width: 23px;
    height: 23px;
  }

  .polyhabitat-landing-embed .press-logo-link {
    min-height: 165px;
    padding: 32px;
  }

  .polyhabitat-landing-embed .press-logo-link img {
    max-height: 82px;
  }

  .polyhabitat-landing-embed .press-logo-link:nth-child(1) img {
    max-height: 84px;
  }
}

@media (hover: hover) {
  .polyhabitat-landing-embed .hero-benefit:hover {
    background: linear-gradient(145deg, rgba(18, 38, 50, 0.88), rgba(8, 20, 29, 0.72)) !important;
    color: #fff !important;
  }

  .polyhabitat-landing-embed .hero-benefit:hover span {
    color: inherit !important;
  }
}

/*
 * Intégration WordPress / Elementor.
 * Ces règles sont volontairement prioritaires : la landing conserve sa propre
 * grille, sa typographie et ses médias, quel que soit le thème actif.
 */
body.polyhabitat-landing-page {
  margin: 0 !important;
  overflow-x: hidden !important;
  background: #ffffff !important;
}

body.polyhabitat-landing-page .site,
body.polyhabitat-landing-page .site-content,
body.polyhabitat-landing-page .content-area,
body.polyhabitat-landing-page .entry-content,
body.polyhabitat-landing-page .elementor,
body.polyhabitat-landing-page .elementor-section-wrap,
body.polyhabitat-landing-page .elementor-section,
body.polyhabitat-landing-page .elementor-container,
body.polyhabitat-landing-page .elementor-column,
body.polyhabitat-landing-page .elementor-widget-wrap,
body.polyhabitat-landing-page .elementor-widget-shortcode,
body.polyhabitat-landing-page .elementor-widget-shortcode > .elementor-widget-container,
body.polyhabitat-landing-page .e-con,
body.polyhabitat-landing-page .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.polyhabitat-landing-embed {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 0 0 -50vw !important;
  padding: 0 !important;
  overflow: clip;
  background: #ffffff !important;
  color: #111827 !important;
  font-family: "Arial Nova", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color-scheme: light;
}

body.phlp-standalone-template .polyhabitat-landing-embed {
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
}

.polyhabitat-landing-embed img {
  max-width: 100%;
}

.polyhabitat-landing-embed h1,
.polyhabitat-landing-embed h2,
.polyhabitat-landing-embed h3,
.polyhabitat-landing-embed h4,
.polyhabitat-landing-embed h5,
.polyhabitat-landing-embed h6,
.polyhabitat-landing-embed p {
  color: inherit;
  font-family: inherit;
  text-transform: none;
}

.polyhabitat-landing-embed .hero-background,
.polyhabitat-landing-embed .french-fabrication-background {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}

.polyhabitat-landing-embed .range-gallery__slide img,
.polyhabitat-landing-embed .reference-service-media {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}

.polyhabitat-landing-embed .range-gallery__slide[hidden] {
  display: none !important;
}

