.page-jacuzzi {
  --hydro: #7fd6ff;
  --hydro-bright: #d9f5ff;
  --hydro-deep: #12305c;
  --hydro-violet: #8678ff;
  --hydro-line: rgba(150, 219, 255, 0.2);
  color: rgba(241, 247, 251, 0.86);
  background:
    radial-gradient(circle at 82% 12%, rgba(48, 105, 181, 0.13), transparent 32rem),
    #05080d;
}

.page-jacuzzi .site-header {
  border-color: rgba(169, 220, 255, 0.13);
  background: linear-gradient(180deg, rgba(4, 7, 12, 0.82), rgba(4, 7, 12, 0));
}

.page-jacuzzi .site-header.is-scrolled {
  background: rgba(5, 8, 13, 0.93);
}

.page-jacuzzi .desktop-menu {
  gap: clamp(14px, 2vw, 34px);
}

.page-jacuzzi .desktop-menu a {
  font-size: 10px;
}

.page-jacuzzi .reading-progress span {
  background: linear-gradient(90deg, var(--hydro-violet), var(--hydro));
}

.page-jacuzzi .section-label,
.page-jacuzzi .eyebrow {
  color: rgba(160, 220, 255, 0.7);
}

.hydro-journey {
  position: fixed;
  z-index: 18;
  top: 50%;
  right: 23px;
  display: grid;
  width: 25px;
  justify-items: center;
  gap: 9px;
  color: rgba(215, 240, 255, 0.55);
  transform: translateY(-50%);
}

.hydro-journey > span {
  font-size: 9px;
  letter-spacing: 0.18em;
}

.hydro-journey > i {
  position: relative;
  display: block;
  width: 1px;
  height: 116px;
  overflow: hidden;
  background: rgba(146, 212, 247, 0.16);
}

.hydro-journey > i b {
  position: absolute;
  inset: 0 0 auto;
  height: 0;
  background: linear-gradient(var(--hydro-bright), var(--hydro-violet));
  box-shadow: 0 0 12px var(--hydro);
}

.hydro-journey > i em {
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 12px;
  background: var(--hydro-bright);
  border-radius: 50%;
  filter: blur(2px);
  animation: hydroDepth 6s ease-in-out infinite;
}

.hydro-journey small {
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hydro-hero {
  position: relative;
  min-height: max(780px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: #03060a;
}

.hydro-hero::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 5, 9, 0.96) 0%, rgba(2, 5, 9, 0.82) 35%, rgba(2, 5, 9, 0.12) 68%, rgba(2, 5, 9, 0.35) 100%),
    linear-gradient(0deg, #05080d 0%, transparent 26%);
  content: "";
}

.hydro-hero::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 76% 46%, transparent 0 20%, rgba(4, 8, 14, 0.25) 46%, transparent 70%);
  content: "";
}

.hydro-hero-media,
.hydro-hero-media picture,
.hydro-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hydro-hero-media img {
  object-fit: cover;
  object-position: 68% 63%;
  filter: brightness(0.9) contrast(1.1) saturate(0.94);
  transform: scale(1.03);
  animation: heroDrift 18s var(--ease) infinite alternate;
}

.hydro-grid {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(157, 220, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 220, 255, 0.16) 1px, transparent 1px);
  background-size: 8.333vw 8.333vw;
  mask-image: linear-gradient(90deg, transparent, #000 56%, transparent);
}

.liquid-lens {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 75%;
  width: min(46vw, 690px);
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid rgba(176, 228, 255, 0.28);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    inset 0 0 80px rgba(96, 193, 255, 0.16),
    0 0 60px rgba(54, 126, 210, 0.13);
  transform: translate(-50%, -50%);
}

.liquid-lens::before,
.liquid-lens::after,
.liquid-lens i {
  position: absolute;
  border: 1px solid rgba(172, 226, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.liquid-lens::before {
  inset: 8%;
  animation: liquidPulse 5.8s ease-in-out infinite;
}

.liquid-lens::after {
  inset: 20%;
  animation: liquidPulse 5.8s 1s ease-in-out infinite;
}

.liquid-lens i:nth-child(1) {
  inset: 32%;
  animation: liquidPulse 5.8s 2s ease-in-out infinite;
}

.liquid-lens i:nth-child(2) {
  top: 49%;
  left: -7%;
  width: 114%;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(180, 230, 255, 0.24);
  border-radius: 0;
}

.liquid-lens i:nth-child(3) {
  top: -7%;
  left: 49%;
  width: 1px;
  height: 114%;
  border: 0;
  border-left: 1px solid rgba(180, 230, 255, 0.18);
  border-radius: 0;
}

.liquid-lens i:nth-child(4) {
  inset: 42%;
  background: rgba(204, 243, 255, 0.11);
  box-shadow: 0 0 30px rgba(124, 213, 255, 0.42);
}

.hydro-bubbles {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
}

.hydro-bubbles i {
  position: absolute;
  bottom: -30px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(212, 243, 255, 0.55);
  border-radius: 50%;
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.3);
  animation: bubbleRise 9s linear infinite;
}

.hydro-bubbles i:nth-child(1) { left: 57%; animation-delay: -2s; }
.hydro-bubbles i:nth-child(2) { left: 68%; width: 13px; height: 13px; animation-delay: -7s; animation-duration: 12s; }
.hydro-bubbles i:nth-child(3) { left: 79%; width: 5px; height: 5px; animation-delay: -5s; animation-duration: 7s; }
.hydro-bubbles i:nth-child(4) { left: 88%; width: 10px; height: 10px; animation-delay: -4s; animation-duration: 11s; }
.hydro-bubbles i:nth-child(5) { left: 73%; width: 17px; height: 17px; animation-delay: -9s; animation-duration: 14s; }
.hydro-bubbles i:nth-child(6) { left: 92%; width: 6px; height: 6px; animation-delay: -1s; }

.hydro-hero-copy {
  position: relative;
  z-index: 6;
  display: flex;
  min-height: max(780px, 100svh);
  width: min(780px, 59vw);
  padding: calc(var(--header-h) + 9vh) var(--page-x) 150px;
  flex-direction: column;
  justify-content: center;
}

.hydro-hero-copy .eyebrow {
  margin: 0 0 26px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hydro-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #f3f6f8;
  font-family: var(--serif);
  font-size: clamp(46px, 5.25vw, 88px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.89;
}

.hydro-hero h1 em {
  display: inline-block;
  color: var(--hydro-bright);
  font-weight: 300;
}

.hydro-hero h1 > span {
  display: inline-block;
  margin-top: 10px;
  color: rgba(220, 239, 249, 0.72);
  font-family: var(--sans);
  font-size: 0.23em;
  font-weight: 450;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hydro-hero-copy > p:not(.eyebrow, .hydro-hero-trust) {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(231, 241, 247, 0.72);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.7;
}

.hydro-hero-copy > p:not(.eyebrow, .hydro-hero-trust) + p {
  margin-top: 12px;
}

.hydro-hero-copy .hydro-hero-trust {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(179, 222, 244, 0.52);
  font-size: 8px;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hydro-actions {
  display: flex;
  margin-top: 36px;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hydro-readout {
  position: absolute;
  z-index: 7;
  right: var(--page-x);
  bottom: 43px;
  display: grid;
  width: min(600px, 43vw);
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(173, 224, 252, 0.22);
  border-bottom: 1px solid rgba(173, 224, 252, 0.22);
  backdrop-filter: blur(8px);
}

.hydro-readout span {
  display: grid;
  min-height: 74px;
  padding: 13px 19px;
  align-content: center;
  border-right: 1px solid rgba(173, 224, 252, 0.16);
}

.hydro-readout span:last-child {
  border: 0;
}

.hydro-readout small {
  color: rgba(191, 226, 245, 0.48);
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hydro-readout strong {
  color: rgba(242, 249, 252, 0.9);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.hydro-coordinate {
  position: absolute;
  z-index: 7;
  right: 25px;
  top: 28%;
  margin: 0;
  color: rgba(193, 230, 249, 0.38);
  font-size: 8px;
  letter-spacing: 0.18em;
  transform: rotate(90deg) translateX(50%);
  transform-origin: 100% 50%;
}

.hydro-proof {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #e9edf0;
  color: #0b1119;
}

.hydro-proof span {
  display: flex;
  min-height: 105px;
  padding: 25px clamp(22px, 4vw, 70px);
  align-items: center;
  gap: 18px;
  border-right: 1px solid rgba(11, 17, 25, 0.14);
}

.hydro-proof svg {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  overflow: visible;
  fill: none;
  stroke: #6286a4;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(98, 134, 164, 0.2));
}

.hydro-proof strong {
  font-family: var(--serif);
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 450;
}

.equipment-question {
  position: relative;
  display: grid;
  min-height: 810px;
  padding: var(--section-y) var(--page-x);
  overflow: hidden;
  grid-template-columns: minmax(280px, 0.8fr) minmax(480px, 1.2fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  background:
    radial-gradient(circle at 16% 50%, rgba(58, 132, 196, 0.14), transparent 29rem),
    linear-gradient(130deg, #060a10, #0b1018);
}

.equipment-question::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    radial-gradient(circle at 23% 14%, rgba(187, 230, 255, 0.75) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 57%, rgba(187, 230, 255, 0.5) 0 1px, transparent 1.4px);
  background-size: 93px 87px, 131px 113px;
  content: "";
}

.question-orbit {
  position: relative;
  width: min(33vw, 490px);
  aspect-ratio: 1;
  justify-self: center;
  border: 1px solid rgba(151, 218, 255, 0.23);
  border-radius: 50%;
}

.question-orbit::before,
.question-orbit::after,
.question-orbit i {
  position: absolute;
  border: 1px solid rgba(151, 218, 255, 0.17);
  border-radius: 50%;
  content: "";
}

.question-orbit::before { inset: 12%; }
.question-orbit::after { inset: 27%; }
.question-orbit i:nth-child(1) { inset: 41%; background: rgba(101, 193, 243, 0.08); box-shadow: 0 0 80px rgba(79, 181, 245, 0.2); }
.question-orbit i:nth-child(2) { inset: -5% 48%; width: 1px; border: 0; border-left: 1px solid rgba(151, 218, 255, 0.18); border-radius: 0; }
.question-orbit i:nth-child(3) { inset: 48% -5%; height: 1px; border: 0; border-top: 1px solid rgba(151, 218, 255, 0.18); border-radius: 0; }

.question-orbit span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(213, 242, 255, 0.74);
  font-size: 9px;
  letter-spacing: 0.35em;
}

.question-orbit span::before {
  position: absolute;
  top: -4px;
  left: 49%;
  width: 9px;
  height: 9px;
  background: var(--hydro-bright);
  border-radius: 50%;
  box-shadow: 0 0 18px var(--hydro);
  content: "";
  transform-origin: 5px calc(min(33vw, 490px) / 2 + 4px);
  animation: orbit 16s linear infinite;
}

.question-copy {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

.question-copy h2,
.duration-heading h2,
.privacy-heading h2,
.whole-place h2,
.near-copy h2,
.faq-heading h2,
.hydro-final h2 {
  margin: 0;
  color: #eef4f7;
  font-family: var(--serif);
  font-size: clamp(43px, 5.2vw, 84px);
  font-weight: 350;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

.question-copy h2 em,
.duration-heading h2 em,
.privacy-heading h2 em,
.whole-place h2 em,
.near-copy h2 em,
.faq-heading h2 em,
.hydro-final h2 em {
  color: var(--hydro-bright);
  font-weight: 300;
}

.question-copy > p:not(.section-label) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(225, 238, 245, 0.67);
}

.question-signature {
  position: absolute;
  right: var(--page-x);
  bottom: 49px;
  margin: 0;
  color: rgba(226, 242, 249, 0.42);
  font-family: var(--serif);
  font-size: clamp(19px, 1.8vw, 28px);
  font-weight: 300;
  line-height: 1.05;
  text-align: right;
}

.question-signature em {
  color: rgba(160, 219, 251, 0.72);
}

.duration-lab {
  --duration-progress: 0%;
  position: relative;
  min-height: 920px;
  padding: var(--section-y) var(--page-x);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 10, 17, 0.96), rgba(7, 14, 24, 0.82)),
    url("../images/selected/jacuzzi-blanc-vue-large-720.webp") center / cover;
}

.duration-lab::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 13, 19, 0.2) var(--duration-progress), rgba(30, 79, 123, 0.22) var(--duration-progress)),
    radial-gradient(circle at var(--duration-progress) 65%, rgba(109, 209, 255, 0.2), transparent 30%);
  content: "";
  transition: background 0.5s ease;
}

.duration-heading {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 1280px;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 6vw;
}

.duration-heading .section-label {
  grid-column: 1 / -1;
}

.duration-intro {
  max-width: 530px;
  margin: 0 0 8px;
}

.duration-intro p {
  margin: 0;
  color: rgba(226, 239, 246, 0.65);
}

.duration-intro p + p {
  margin-top: 14px;
}

.duration-interface {
  position: relative;
  z-index: 2;
  width: min(1100px, 90%);
  margin: 90px auto 0;
  padding: clamp(26px, 4vw, 58px);
  border: 1px solid rgba(167, 222, 251, 0.21);
  background: rgba(3, 8, 14, 0.63);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.duration-stage {
  display: grid;
  min-height: 260px;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
}

.duration-radar {
  position: relative;
  display: grid;
  width: 240px;
  aspect-ratio: 1;
  place-content: center;
  border: 1px solid rgba(165, 222, 253, 0.35);
  border-radius: 50%;
  text-align: center;
  box-shadow: inset 0 0 50px rgba(58, 163, 221, 0.07);
}

.duration-radar i {
  position: absolute;
  border: 1px solid rgba(165, 222, 253, 0.16);
  border-radius: 50%;
}

.duration-radar i:nth-child(1) { inset: 11%; }
.duration-radar i:nth-child(2) { inset: 23%; }
.duration-radar i:nth-child(3) { inset: 35%; }
.duration-radar i:nth-child(4) {
  inset: 49% -7%;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(165, 222, 253, 0.19);
  border-radius: 0;
}

.duration-radar span {
  color: var(--hydro-bright);
  font-family: var(--serif);
  font-size: 73px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.8;
  text-shadow: 0 0 25px rgba(129, 217, 255, 0.35);
}

.duration-radar small,
.duration-story > small {
  color: rgba(178, 222, 245, 0.6);
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.duration-story h3 {
  max-width: 650px;
  margin: 13px 0 18px;
  color: #eef5f8;
  font-family: var(--serif);
  font-size: clamp(32px, 3.4vw, 54px);
  font-weight: 350;
  line-height: 1;
}

.duration-story p {
  max-width: 630px;
  margin: 0;
  color: rgba(226, 239, 246, 0.64);
}

.duration-control {
  display: grid;
  margin-top: 35px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  color: rgba(190, 226, 244, 0.64);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.duration-control input {
  width: 100%;
  height: 2px;
  appearance: none;
  border-radius: 0;
  background:
    linear-gradient(90deg, var(--hydro) 0 var(--duration-progress), rgba(185, 226, 247, 0.18) var(--duration-progress));
}

.duration-control input::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #d8f4ff;
  background: #0b1722;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(111, 211, 255, 0.65);
  cursor: ew-resize;
}

.duration-control input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 1px solid #d8f4ff;
  background: #0b1722;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(111, 211, 255, 0.65);
  cursor: ew-resize;
}

.duration-markers {
  display: flex;
  margin: 13px 75px 0;
  justify-content: space-between;
  color: rgba(177, 218, 240, 0.34);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.duration-markers i {
  font-style: normal;
}

.duration-signature {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  margin: 75px auto 0;
  padding: 42px 0 0;
  border-top: 1px solid rgba(161, 219, 248, 0.19);
  color: rgba(231, 243, 249, 0.9);
  font-family: var(--serif);
  font-size: clamp(42px, 5.8vw, 88px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-align: center;
}

.duration-signature em {
  color: var(--hydro-bright);
  font-weight: 300;
}

.privacy-protocol {
  position: relative;
  min-height: 850px;
  padding: var(--section-y) var(--page-x);
  overflow: hidden;
  background: #e9edf0;
  color: #111821;
}

.privacy-protocol::before {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background:
    repeating-radial-gradient(circle at 85% 0%, transparent 0 68px, rgba(29, 74, 111, 0.1) 69px 70px);
  content: "";
}

.privacy-heading {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 1180px;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 8vw;
}

.privacy-heading .section-label {
  grid-column: 1 / -1;
  color: #6687a1;
}

.privacy-heading h2 {
  color: #10161e;
}

.privacy-heading h2 em {
  color: #305d7c;
}

.privacy-intro {
  max-width: 410px;
  margin: 0 0 8px;
}

.privacy-intro p {
  margin: 0;
  color: #59636b;
}

.privacy-intro p + p {
  margin-top: 14px;
}

.privacy-grid {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: 90px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(17, 24, 33, 0.18);
  border-bottom: 1px solid rgba(17, 24, 33, 0.18);
}

.privacy-grid article {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  min-height: 390px;
  padding: clamp(28px, 4vw, 60px);
  overflow: hidden;
  border-right: 1px solid rgba(17, 24, 33, 0.18);
}

.privacy-grid article::before {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle 180px at var(--pointer-x) var(--pointer-y), rgba(90, 164, 209, 0.16), transparent);
  content: "";
  transition: opacity 0.35s ease;
}

.privacy-grid article:hover::before {
  opacity: 1;
}

.privacy-grid article:last-child {
  border: 0;
}

.privacy-icon {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 55px;
  place-items: center;
  border: 1px solid rgba(49, 91, 122, 0.3);
  border-radius: 50%;
}

.privacy-icon::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(49, 91, 122, 0.15);
  border-radius: 50%;
  content: "";
}

.privacy-icon span {
  color: #416e8e;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.privacy-icon i {
  position: absolute;
  top: 50%;
  right: -22px;
  width: 30px;
  border-top: 1px solid rgba(49, 91, 122, 0.35);
}

.privacy-grid article > small {
  color: #5a7e98;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.privacy-grid h3 {
  max-width: 360px;
  margin: 14px 0 20px;
  color: #131a22;
  font-family: var(--serif);
  font-size: clamp(29px, 2.8vw, 43px);
  font-weight: 450;
  line-height: 0.98;
}

.privacy-grid p {
  max-width: 390px;
  margin: 0;
  color: #5b646b;
  font-size: 14px;
  line-height: 1.75;
}

.whole-place {
  position: relative;
  display: grid;
  min-height: 900px;
  grid-template-columns: 58% 42%;
  background: #080c12;
}

.whole-place-media {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  min-height: 900px;
  overflow: hidden;
}

.whole-place-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 250px at var(--pointer-x) var(--pointer-y), rgba(116, 210, 255, 0.12), transparent),
    linear-gradient(90deg, transparent 65%, #080c12 100%);
  content: "";
}

.whole-place-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.73) contrast(1.12) saturate(0.75);
}

.place-scan {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(141, 217, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 217, 255, 0.13) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg, transparent, #000 40%, transparent);
}

.place-hotspot {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(220, 244, 255, 0.76);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.place-hotspot i {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(211, 242, 255, 0.75);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(102, 205, 255, 0.5);
}

.place-hotspot i::after {
  position: absolute;
  inset: 3px;
  background: #d9f5ff;
  border-radius: 50%;
  content: "";
  animation: hotspotPulse 2.3s ease-in-out infinite;
}

.hotspot-spa { top: 48%; left: 33%; }
.hotspot-living { top: 28%; right: 17%; }

.whole-place-copy {
  position: relative;
  z-index: 3;
  display: flex;
  padding: var(--section-y) clamp(34px, 5vw, 85px) var(--section-y) clamp(24px, 3vw, 55px);
  flex-direction: column;
  justify-content: center;
}

.whole-place-copy > p:not(.section-label) {
  margin: 26px 0 0;
  color: rgba(221, 235, 242, 0.65);
}

.whole-place-copy ul {
  display: grid;
  margin: 37px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(163, 219, 248, 0.17);
}

.whole-place-copy li {
  display: grid;
  padding: 13px 0;
  grid-template-columns: 35px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(163, 219, 248, 0.17);
  color: rgba(225, 239, 246, 0.78);
  font-size: 13px;
}

.whole-place-copy li span {
  color: rgba(128, 204, 244, 0.6);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.whole-place-copy .button {
  align-self: flex-start;
}

.near-paris {
  position: relative;
  display: grid;
  min-height: 790px;
  padding: var(--section-y) var(--page-x);
  overflow: hidden;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  background:
    radial-gradient(circle at 23% 50%, rgba(62, 139, 196, 0.15), transparent 30rem),
    #060a10;
}

.route-water {
  position: relative;
  width: min(42vw, 650px);
  height: 420px;
}

.route-water svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.route-water path {
  fill: none;
  stroke-dasharray: 6 8;
  vector-effect: non-scaling-stroke;
  animation: routeFlow 14s linear infinite;
}

.route-water .route-main {
  stroke: rgba(145, 218, 255, 0.48);
  stroke-width: 1.6;
}

.route-water .route-echo {
  stroke: rgba(135, 211, 251, 0.13);
  stroke-width: 1.2;
}

.route-stop circle {
  fill: #08111c;
  stroke: rgba(187, 229, 251, 0.78);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(92, 197, 251, 0.42));
}

.route-stop text {
  fill: rgba(224, 242, 250, 0.8);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 1.4px;
  text-anchor: middle;
}

.route-stop .route-stop-note {
  fill: rgba(163, 210, 236, 0.45);
  font-size: 8px;
  font-weight: 450;
  letter-spacing: 1.2px;
}

.route-stop-paris text {
  text-anchor: start;
}

.route-stop-rouen text {
  text-anchor: end;
}

.route-stop-vernon circle {
  fill: rgba(169, 225, 255, 0.92);
  stroke: #d9f5ff;
  stroke-width: 2;
  filter: drop-shadow(0 0 13px rgba(92, 197, 251, 0.85));
}

.near-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.near-copy > p:not(.section-label) {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(222, 236, 243, 0.64);
}

.near-facts {
  display: grid;
  margin: 42px 0 30px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(160, 216, 246, 0.19);
  border-bottom: 1px solid rgba(160, 216, 246, 0.19);
}

.near-facts span {
  display: grid;
  min-height: 93px;
  padding: 15px 20px;
  align-content: center;
  border-right: 1px solid rgba(160, 216, 246, 0.19);
}

.near-facts span:last-child { border: 0; }
.near-facts strong { color: #e4f4fb; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.near-facts small { color: rgba(176, 216, 238, 0.48); font-size: 8px; letter-spacing: 0.16em; text-transform: uppercase; }

.jacuzzi-faq {
  display: grid;
  padding: var(--section-y) var(--page-x);
  grid-template-columns: minmax(270px, 0.72fr) minmax(480px, 1.28fr);
  align-items: start;
  gap: clamp(60px, 9vw, 150px);
  background:
    radial-gradient(circle at 12% 20%, rgba(78, 148, 194, 0.1), transparent 25rem),
    #0b1017;
}

.faq-heading {
  position: sticky;
  top: 140px;
}

.faq-heading > p:last-child {
  max-width: 380px;
  margin: 28px 0 0;
  color: rgba(219, 234, 241, 0.58);
}

.page-jacuzzi .product-faq {
  border-color: rgba(157, 215, 246, 0.17);
}

.page-jacuzzi .product-faq details {
  border-color: rgba(157, 215, 246, 0.17);
}

.page-jacuzzi .product-faq summary {
  color: rgba(235, 244, 248, 0.84);
}

.page-jacuzzi .product-faq summary::after {
  color: var(--hydro);
}

.page-jacuzzi .product-faq details p {
  color: rgba(215, 230, 238, 0.6);
}

.hydro-final {
  position: relative;
  display: grid;
  min-height: 780px;
  padding: var(--section-y) var(--page-x);
  place-items: center;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(37, 95, 148, 0.2), transparent 33rem),
    #03070c;
}

.hydro-final::before {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background:
    linear-gradient(rgba(135, 210, 250, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(135, 210, 250, 0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle, #000, transparent 75%);
  content: "";
}

.final-ripples {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(80vw, 940px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.final-ripples i {
  position: absolute;
  border: 1px solid rgba(137, 213, 253, 0.16);
  border-radius: 50%;
  animation: finalRipple 7s ease-out infinite;
}

.final-ripples i:nth-child(1) { inset: 42%; animation-delay: 0s; }
.final-ripples i:nth-child(2) { inset: 42%; animation-delay: 1.7s; }
.final-ripples i:nth-child(3) { inset: 42%; animation-delay: 3.4s; }
.final-ripples i:nth-child(4) { inset: 42%; animation-delay: 5.1s; }

.final-stars {
  position: absolute;
  inset: 0;
}

.final-stars i {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #d9f4ff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(181, 229, 255, 0.8);
  animation: starTwinkle 4s ease-in-out infinite;
}

.final-stars i:nth-child(1) { top: 19%; left: 16%; }
.final-stars i:nth-child(2) { top: 28%; right: 22%; animation-delay: -1s; }
.final-stars i:nth-child(3) { bottom: 21%; left: 28%; animation-delay: -2.2s; }
.final-stars i:nth-child(4) { bottom: 27%; right: 14%; animation-delay: -0.7s; }
.final-stars i:nth-child(5) { top: 14%; left: 61%; animation-delay: -3s; }

.hydro-final-copy {
  position: relative;
  z-index: 3;
  max-width: 1050px;
}

.hydro-final h2 {
  font-size: clamp(48px, 6.7vw, 108px);
}

.hydro-final-copy > p:not(.section-label) {
  max-width: 600px;
  margin: 32px auto 0;
  color: rgba(220, 235, 243, 0.62);
}

.final-actions {
  display: flex;
  margin-top: 39px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.final-trust {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: rgba(187, 220, 237, 0.47);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.final-trust i {
  width: 3px;
  height: 3px;
  background: var(--hydro);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--hydro);
}

.page-jacuzzi .site-footer {
  border-color: rgba(155, 215, 247, 0.12);
  background: #03060a;
}

@keyframes heroDrift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.4%, -0.8%, 0); }
}

@keyframes liquidPulse {
  0%, 100% { opacity: 0.18; transform: scale(0.94); }
  50% { opacity: 0.72; transform: scale(1.03); }
}

@keyframes bubbleRise {
  0% { opacity: 0; transform: translateY(0) scale(0.5); }
  15% { opacity: 0.55; }
  80% { opacity: 0.25; }
  100% { opacity: 0; transform: translateY(-90vh) scale(1.25); }
}

@keyframes hydroDepth {
  0%, 100% { transform: translateY(-10px); }
  50% { transform: translateY(112px); }
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

@keyframes hotspotPulse {
  0%, 100% { opacity: 0.4; transform: scale(0.65); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes routeFlow {
  to { stroke-dashoffset: -140; }
}

@keyframes finalRipple {
  0% { opacity: 0.75; transform: scale(0.2); }
  75%, 100% { opacity: 0; transform: scale(1); }
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.25; transform: scale(0.7); }
  45% { opacity: 1; transform: scale(2.2); }
}

@media (max-width: 1120px) {
  .page-jacuzzi .desktop-menu {
    gap: 14px;
  }

  .page-jacuzzi .desktop-menu a {
    font-size: 8px;
  }

  .hydro-hero-copy {
    width: 66vw;
  }

  .equipment-question {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .whole-place {
    grid-template-columns: 54% 46%;
  }
}

@media (max-width: 900px) {
  .hydro-journey {
    display: none;
  }

  .hydro-hero {
    min-height: 900px;
  }

  .hydro-hero::before {
    background:
      linear-gradient(0deg, #05080d 0%, rgba(2, 5, 9, 0.88) 44%, rgba(2, 5, 9, 0.12) 78%),
      linear-gradient(90deg, rgba(2, 5, 9, 0.5), transparent);
  }

  .hydro-hero-media img {
    height: 58%;
    object-position: 50% 69%;
  }

  .liquid-lens {
    top: 31%;
    left: 72%;
    width: 66vw;
  }

  .hydro-grid {
    background-size: 16.66vw 16.66vw;
  }

  .hydro-hero-copy {
    width: 100%;
    min-height: 900px;
    padding: 46vh var(--page-x) 160px;
    justify-content: flex-end;
  }

  .hydro-readout {
    right: var(--page-x);
    bottom: 35px;
    left: var(--page-x);
    width: auto;
  }

  .hydro-coordinate {
    display: none;
  }

  .hydro-proof {
    grid-template-columns: 1fr;
  }

  .hydro-proof span {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 17, 25, 0.14);
  }

  .equipment-question {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .question-orbit {
    width: min(70vw, 440px);
  }

  .question-orbit span::before {
    transform-origin: 5px calc(min(70vw, 440px) / 2 + 4px);
  }

  .question-signature {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 1;
    margin: 20px 0 0;
    text-align: left;
  }

  .duration-heading,
  .privacy-heading {
    grid-template-columns: 1fr;
  }

  .duration-intro,
  .privacy-intro {
    margin-top: 25px;
  }

  .duration-stage {
    grid-template-columns: 220px 1fr;
  }

  .duration-radar {
    width: 200px;
  }

  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .privacy-grid article {
    min-height: 290px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 24, 33, 0.18);
  }

  .privacy-icon {
    margin-bottom: 28px;
  }

  .whole-place {
    grid-template-columns: 1fr;
  }

  .whole-place-media {
    min-height: 620px;
  }

  .whole-place-media::after {
    background: linear-gradient(0deg, #080c12, transparent 35%);
  }

  .whole-place-copy {
    padding: 80px var(--page-x) 120px;
  }

  .near-paris {
    grid-template-columns: 1fr;
  }

  .route-water {
    width: 100%;
    height: 300px;
  }

  .jacuzzi-faq {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .hydro-hero {
    min-height: 820px;
  }

  .hydro-hero-copy {
    min-height: 820px;
    padding-top: 42vh;
    padding-bottom: 170px;
  }

  .hydro-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
    line-height: 0.92;
  }

  .hydro-hero-copy > p:not(.eyebrow, .hydro-hero-trust) {
    margin-top: 23px;
    font-size: 14px;
    line-height: 1.7;
  }

  .hydro-hero-copy > p:not(.eyebrow, .hydro-hero-trust) + p {
    margin-top: 10px;
  }

  .hydro-actions {
    margin-top: 25px;
  }

  .hydro-actions .text-link {
    display: none;
  }

  .hydro-readout {
    grid-template-columns: repeat(3, 1fr);
  }

  .hydro-readout span {
    min-height: 62px;
    padding: 9px;
  }

  .hydro-readout strong {
    font-size: 15px;
  }

  .hydro-readout small {
    font-size: 6px;
    letter-spacing: 0.1em;
  }

  .equipment-question,
  .duration-lab,
  .privacy-protocol,
  .near-paris,
  .jacuzzi-faq,
  .hydro-final {
    padding-right: 22px;
    padding-left: 22px;
  }

  .question-copy h2,
  .duration-heading h2,
  .privacy-heading h2,
  .whole-place h2,
  .near-copy h2,
  .faq-heading h2,
  .hydro-final h2 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .question-orbit {
    width: 76vw;
  }

  .question-orbit span::before {
    transform-origin: 5px calc(38vw + 4px);
  }

  .question-signature {
    font-size: 21px;
  }

  .duration-lab {
    min-height: auto;
  }

  .duration-interface {
    width: 100%;
    margin-top: 55px;
    padding: 25px 18px;
  }

  .duration-stage {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .duration-radar {
    width: 170px;
    justify-self: center;
  }

  .duration-radar span {
    font-size: 58px;
  }

  .duration-story {
    text-align: center;
  }

  .duration-story h3 {
    font-size: 34px;
  }

  .duration-control {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .duration-control > span:last-child {
    text-align: right;
  }

  .duration-markers {
    display: none;
  }

  .privacy-grid {
    margin-top: 55px;
  }

  .privacy-grid article {
    padding: 35px 0;
  }

  .whole-place-media {
    min-height: 460px;
  }

  .place-hotspot {
    font-size: 6px;
  }

  .hotspot-spa { top: 55%; left: 13%; }
  .hotspot-living { top: 27%; right: 8%; }

  .whole-place-copy {
    padding: 70px 22px 100px;
  }

  .route-water {
    height: 235px;
  }

  .route-stop text {
    font-size: 8px;
    letter-spacing: 0.8px;
  }

  .route-stop .route-stop-note {
    font-size: 6px;
    letter-spacing: 0.6px;
  }

  .near-facts {
    grid-template-columns: 1fr;
  }

  .near-facts span {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid rgba(160, 216, 246, 0.19);
  }

  .near-facts span:last-child {
    border-bottom: 0;
  }

  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .final-trust {
    flex-direction: column;
  }

  .final-trust i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hydro-hero-media img,
  .liquid-lens::before,
  .liquid-lens::after,
  .liquid-lens i,
  .hydro-bubbles i,
  .hydro-journey > i em,
  .question-orbit span::before,
  .place-hotspot i::after,
  .route-water path,
  .final-ripples i,
  .final-stars i {
    animation: none !important;
  }
}
/* V3 — rythme commercial : fin des titres et paragraphes dispersés */
.duration-heading,.privacy-heading,.jacuzzi-faq .faq-heading{display:block;max-width:940px;margin-inline:auto;text-align:center}
.duration-heading h2,.privacy-heading h2,.jacuzzi-faq .faq-heading h2{max-width:none;margin:0;font-size:clamp(2.9rem,4vw,4.7rem);line-height:.94}
.duration-heading .section-label,.privacy-heading .section-label,.jacuzzi-faq .section-label{margin:0 0 1rem}
.duration-heading>p:not(.section-label),.privacy-heading>p:not(.section-label),.jacuzzi-faq .faq-heading>p:last-child{max-width:760px;margin:1.2rem auto 0;line-height:1.75}
.jacuzzi-faq{display:block}.jacuzzi-faq .product-faq{max-width:1050px;margin:3.2rem auto 0}
@media(max-width:760px){.duration-heading,.privacy-heading,.jacuzzi-faq .faq-heading{text-align:left}.duration-heading h2,.privacy-heading h2,.jacuzzi-faq .faq-heading h2{font-size:clamp(2.65rem,10.2vw,3.65rem)}.duration-heading>p:not(.section-label),.privacy-heading>p:not(.section-label),.jacuzzi-faq .faq-heading>p:last-child{margin:1.15rem 0 0}.jacuzzi-faq .product-faq{margin-top:2.4rem}}

/* V3.1 — contenu et interfaces rapprochés, sans hauteur artificielle */
.duration-lab,.privacy-protocol{min-height:0;padding-top:clamp(5.5rem,7vw,7.5rem);padding-bottom:clamp(5.5rem,7vw,7.5rem)}
.duration-heading,.privacy-heading{max-width:1120px}
.duration-heading h2,.privacy-heading h2{font-size:clamp(2.9rem,4vw,4.65rem);line-height:.96}
.duration-intro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 2.2rem;max-width:1120px;margin:2.2rem auto 0;text-align:left}
.duration-intro p{padding-left:1.25rem;border-left:1px solid rgba(178,222,245,.24);line-height:1.7}
.duration-intro p+p{margin-top:0}
.duration-interface{width:min(1100px,100%);margin:3rem auto 0}
.duration-signature{margin-top:3rem}
.privacy-intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;max-width:920px;margin:2.2rem auto 0;text-align:left}
.privacy-intro p{padding-left:1.25rem;border-left:1px solid rgba(49,91,122,.22);line-height:1.72}
.privacy-intro p+p{margin-top:0}
.privacy-grid{margin-top:3.5rem}
@media(max-width:760px){.duration-intro,.privacy-intro{display:block;margin-top:1.6rem}.duration-intro p,.privacy-intro p{padding-left:1rem}.duration-intro p+p,.privacy-intro p+p{margin-top:1rem}.duration-interface,.privacy-grid{margin-top:2.4rem}}

/* V3.2 — la FAQ suit elle aussi le flux normal */
.jacuzzi-faq .faq-heading{position:static;top:auto;padding-bottom:clamp(2.5rem,4vw,3.5rem);border-bottom:1px solid rgba(219,234,241,.18)}
.jacuzzi-faq .product-faq{margin-top:0}
@media(max-width:760px){.jacuzzi-faq .faq-heading{padding-bottom:2rem}.jacuzzi-faq .product-faq{margin-top:0}}

/* V10.4.15 — rapprocher l’action de la composition qui la précède. */
@media(max-width:760px){
  .page-jacuzzi .whole-place-media{min-height:360px}
  .page-jacuzzi .whole-place-copy{padding-top:44px;padding-bottom:68px}
  .page-jacuzzi .whole-place-copy ul{margin:24px 0}
  .page-jacuzzi .near-paris{padding-top:72px}
}
