/* ==========================================================================
   Sublimez votre séjour — le seuil, l'avant, le premier regard
   ========================================================================== */

.page-sublimez {
  --attention-red: #7d1723;
  --attention-red-soft: #b84a58;
  --attention-ivory: #f1ede6;
  --attention-night: #08090c;
  --attention-line: rgba(216, 200, 187, 0.22);
  color: rgba(255, 255, 255, 0.8);
  background: var(--attention-night);
}

.page-sublimez main > section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.page-sublimez .site-header {
  grid-template-columns: 1fr auto 1fr;
}

.page-sublimez .button-brand {
  color: var(--night);
}

/* Hero — une porte se découvre pendant le trajet */

.attention-hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  padding: calc(var(--header-h) + 62px) var(--page-x) 132px;
  background:
    radial-gradient(ellipse at 19% 35%, rgba(125, 23, 35, 0.12), transparent 31%),
    linear-gradient(108deg, #08090c 0 49%, #111318 49% 100%);
}

.attention-hero::before {
  position: absolute;
  z-index: 0;
  top: 12%;
  bottom: 11%;
  left: 52.8%;
  width: 1px;
  background: linear-gradient(transparent, rgba(216, 200, 187, 0.5), transparent);
  content: "";
}

.attention-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 760px;
  padding-right: clamp(34px, 6vw, 108px);
}

.attention-hero h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(54px, 5.7vw, 94px);
  font-weight: 380;
  letter-spacing: -0.048em;
  line-height: 0.93;
}

.attention-hero h1 span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--sans);
  font-size: clamp(13px, 1.3vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.attention-hero h1 em {
  display: block;
  color: var(--gold);
  font-weight: 320;
}

.attention-hero-copy > p:not(.eyebrow, .attention-hero-signature) {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.82;
}

.attention-hero-signature {
  margin: 22px 0 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 30px);
  font-style: italic;
  line-height: 1.25;
}

.attention-hero .button-row {
  margin-top: 34px;
}

.attention-hero-sky {
  z-index: 1;
  opacity: 0.56;
  mask-image: linear-gradient(90deg, #000 0 50%, transparent 76%);
}

.threshold-stage {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 53%;
  overflow: hidden;
  background: #07080a;
}

.threshold-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.threshold-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.64), transparent 38%),
    linear-gradient(0deg, rgba(7, 8, 10, 0.58), transparent 44%),
    linear-gradient(180deg, rgba(7, 8, 10, 0.2), transparent 24%);
  content: "";
}

.threshold-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
  filter: saturate(0.75) contrast(1.05) brightness(0.78);
  transform: scale(1.035);
  animation: attention-image-settle 2.6s 0.3s var(--ease) both;
}

.threshold-door {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: calc(50% + 2px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 12%),
    radial-gradient(circle at 50% 30%, rgba(185, 190, 199, 0.06), transparent 34%),
    #090a0d;
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.78);
}

.threshold-door::before {
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(transparent, rgba(216, 200, 187, 0.34), transparent);
  content: "";
}

.threshold-door-left {
  left: 0;
  border-right: 1px solid rgba(216, 200, 187, 0.28);
  animation: attention-door-left 2.1s 0.45s var(--ease) forwards;
}

.threshold-door-left::before {
  right: 8%;
}

.threshold-door-right {
  right: 0;
  border-left: 1px solid rgba(216, 200, 187, 0.28);
  animation: attention-door-right 2.1s 0.45s var(--ease) forwards;
}

.threshold-door-right::before {
  left: 8%;
}

.threshold-beam {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 245, 230, 0.9);
  box-shadow:
    0 0 14px rgba(255, 245, 230, 0.7),
    0 0 54px rgba(216, 200, 187, 0.42),
    0 0 110px rgba(216, 200, 187, 0.28);
  transform: translateX(-50%);
  animation: threshold-light 4.8s 1.4s ease-in-out infinite;
}

.threshold-mark {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 108px;
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 112px);
  font-style: italic;
  line-height: 0.8;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.attention-hero-facts {
  position: absolute;
  z-index: 7;
  right: var(--page-x);
  bottom: 30px;
  display: grid;
  width: min(650px, 48vw);
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 8, 10, 0.76);
  backdrop-filter: blur(14px);
}

.attention-hero-facts span {
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.attention-hero-facts span:last-child {
  border-right: 0;
}

.attention-hero-facts small,
.attention-hero-facts strong {
  display: block;
}

.attention-hero-facts small {
  color: rgba(255, 255, 255, 0.43);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.attention-hero-facts strong {
  margin-top: 4px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 420;
}

.attention-scroll {
  position: absolute;
  z-index: 7;
  bottom: 38px;
  left: var(--page-x);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.attention-scroll i {
  position: relative;
  width: 42px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.attention-scroll i::after {
  position: absolute;
  inset: 0;
  background: var(--white);
  content: "";
  animation: attention-scroll-line 2.4s ease-in-out infinite;
}

@keyframes attention-door-left {
  to { transform: translateX(-84%); }
}

@keyframes attention-door-right {
  to { transform: translateX(84%); }
}

@keyframes attention-image-settle {
  from { filter: saturate(0.2) contrast(1.12) brightness(0.38); transform: scale(1.12); }
  to { filter: saturate(0.75) contrast(1.05) brightness(0.78); transform: scale(1.035); }
}

@keyframes threshold-light {
  0%, 100% { opacity: 0.38; }
  48% { opacity: 1; }
  56% { opacity: 0.7; }
}

@keyframes attention-scroll-line {
  0% { transform: translateX(-110%); }
  58%, 100% { transform: translateX(120%); }
}

/* Les trois portes / prestations */

.attention-choices {
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(16, 18, 23, 0.055) 50%, transparent 50.05%),
    var(--attention-ivory);
}

.attention-choices::before {
  position: absolute;
  z-index: -1;
  top: 3%;
  left: -2%;
  color: rgba(16, 18, 23, 0.035);
  font-family: var(--serif);
  font-size: clamp(170px, 28vw, 480px);
  font-weight: 600;
  line-height: 0.8;
  content: "3";
}

.attention-choices .section-heading > p:last-child {
  color: var(--ink-soft);
  font-size: 18px;
}

.attention-card-grid {
  --spot-x: 50%;
  --spot-y: 50%;
  --spot-opacity: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 38px);
}

.attention-card-grid::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(420px circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.13), transparent 55%);
  content: "";
  opacity: var(--spot-opacity);
  transition: opacity 0.3s ease;
}

.attention-card {
  --portal-rx: 0deg;
  --portal-ry: 0deg;
  --portal-x: 50%;
  --portal-y: 50%;
  position: relative;
  min-width: 0;
  perspective: 1000px;
}

.attention-card:nth-child(2) {
  margin-top: 54px;
}

.attention-card:nth-child(3) {
  margin-top: 108px;
}

.attention-card > a {
  display: flex;
  min-height: 720px;
  flex-direction: column;
  border: 1px solid rgba(16, 18, 23, 0.18);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 60px rgba(12, 13, 16, 0.08);
  transform: rotateX(var(--portal-rx)) rotateY(var(--portal-ry));
  transform-style: preserve-3d;
  transition:
    transform 0.18s ease,
    box-shadow 0.5s var(--ease);
}

.attention-card > a:hover {
  box-shadow: 0 38px 90px rgba(12, 13, 16, 0.17);
}

.attention-card figure {
  position: relative;
  min-height: 430px;
  flex: 1;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 92% 0, 100% 7%, 100% 100%, 0 100%);
}

.attention-card figure::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at var(--portal-x) var(--portal-y), transparent 0 14%, rgba(6, 7, 9, 0.3) 66%),
    linear-gradient(0deg, rgba(6, 7, 9, 0.78), transparent 56%);
  content: "";
}

.attention-card figure::after {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 22px;
  width: 54px;
  height: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
  transition: width 0.45s var(--ease), height 0.45s var(--ease);
}

.attention-card:hover figure::after {
  width: 84px;
  height: 84px;
}

.attention-card figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.02);
  transform: scale(1.035);
  transition: transform 1.1s var(--ease), filter 0.6s ease;
}

.attention-card-decoration figure img {
  object-position: 42% center;
}

.attention-card-champagne figure img {
  object-position: center 57%;
}

.attention-card-box figure img {
  object-position: center 38%;
}

.attention-card:hover figure img {
  filter: saturate(0.95) contrast(1.03);
  transform: scale(1.09);
}

.attention-card figure > span {
  position: absolute;
  z-index: 4;
  bottom: 25px;
  left: 25px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(36px, 3.8vw, 62px);
  font-style: italic;
  line-height: 0.9;
}

.attention-card > a > div {
  position: relative;
  min-height: 275px;
  padding: 32px 30px 36px;
}

.attention-card > a > div::before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 48px;
  height: 1px;
  background: var(--attention-red-soft);
  content: "";
}

.attention-card small {
  color: #81776e;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.attention-card h3 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 45px);
  font-weight: 470;
  line-height: 1;
}

.attention-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.attention-card strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.attention-card strong span {
  font-size: 15px;
  transition: transform 0.3s var(--ease);
}

.attention-card:hover strong span {
  transform: translate(4px, -4px);
}

.attention-order-note {
  width: min(760px, 100%);
  margin: 68px auto 0;
  padding-top: 25px;
  border-top: 1px solid rgba(16, 18, 23, 0.18);
  color: #746c64;
  font-size: 13px;
  text-align: center;
}

/* Première seconde — deux regards, un instant */

.first-second {
  display: grid;
  min-height: 880px;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
  align-items: center;
  gap: clamp(50px, 8vw, 140px);
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 48%, rgba(125, 23, 35, 0.055), transparent 31%),
    #faf8f4;
}

.first-second::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(16, 18, 23, 0.1);
  content: "";
}

.first-second-copy p:not(.section-label) {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.88;
}

.first-second-sculpture {
  position: relative;
  width: min(520px, 90%);
  aspect-ratio: 1;
  justify-self: center;
}

.first-second-sculpture::before,
.first-second-sculpture::after {
  position: absolute;
  border: 1px solid rgba(16, 18, 23, 0.12);
  border-radius: 50%;
  content: "";
}

.first-second-sculpture::before {
  inset: 5%;
}

.first-second-sculpture::after {
  inset: 19%;
  border-style: dashed;
}

.gaze {
  position: absolute;
  top: 50%;
  width: 37%;
  aspect-ratio: 1.7;
  border: 1px solid rgba(16, 18, 23, 0.3);
  border-radius: 100% 0 100% 0;
  transform: translateY(-50%) rotate(45deg);
}

.gaze-left {
  left: 9%;
}

.gaze-right {
  right: 9%;
  transform: translateY(-50%) rotate(225deg);
}

.gaze i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--attention-red);
  box-shadow: 0 0 0 9px rgba(125, 23, 35, 0.08), 0 0 28px rgba(125, 23, 35, 0.3);
  transform: translate(-50%, -50%);
  animation: attention-gaze 5.8s ease-in-out infinite;
}

.gaze-right i {
  animation-delay: -2.9s;
}

.gaze-thread {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--attention-red), transparent);
  box-shadow: 0 0 9px rgba(125, 23, 35, 0.28);
  transform: translate(-50%, -50%);
}

.first-second-sculpture strong,
.first-second-sculpture small {
  position: absolute;
  z-index: 4;
  left: 50%;
  color: var(--ink);
  transform: translateX(-50%);
}

.first-second-sculpture strong {
  bottom: 8%;
  font-family: var(--serif);
  font-size: 74px;
  font-weight: 350;
  line-height: 0.8;
}

.first-second-sculpture small {
  bottom: 2%;
  color: #746c64;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.first-second blockquote {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding: 54px 0 0;
  border-top: 1px solid rgba(16, 18, 23, 0.16);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(38px, 4.8vw, 74px);
  font-weight: 370;
  line-height: 1.03;
  text-align: center;
}

.first-second blockquote em {
  color: var(--attention-red);
  font-weight: 330;
}

@keyframes attention-gaze {
  0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.72); }
  42% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  62% { opacity: 0.52; transform: translate(-50%, -50%) scale(0.84); }
}

/* Compte à rebours */

.attention-countdown {
  min-height: 820px;
  color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 12% 17%, rgba(125, 23, 35, 0.13), transparent 24%),
    linear-gradient(120deg, #090a0e, #111319 54%, #07080a);
}

.attention-countdown::before {
  position: absolute;
  z-index: 0;
  top: 10%;
  right: 5%;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--serif);
  font-size: clamp(180px, 28vw, 450px);
  line-height: 0.8;
  content: "00";
}

.countdown-sky {
  z-index: 0;
  opacity: 0.56;
}

.attention-countdown .section-heading,
.countdown-rail {
  position: relative;
  z-index: 2;
}

.attention-countdown h2 {
  color: var(--white);
}

.countdown-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 84px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.countdown-rail::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.7);
  content: "";
  animation: countdown-light 9s ease-in-out infinite;
}

.countdown-rail li {
  position: relative;
  min-height: 300px;
  padding: 52px 28px 30px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.countdown-rail li:last-child {
  border-right: 0;
}

.countdown-rail li::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid var(--gold);
  background: var(--night);
  content: "";
  transform: rotate(45deg);
}

.countdown-rail li > span {
  display: block;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.18);
  font-family: var(--serif);
  font-size: clamp(56px, 6vw, 92px);
  font-weight: 320;
  line-height: 0.8;
}

.countdown-rail small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.countdown-rail p {
  max-width: 280px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

@keyframes countdown-light {
  0%, 100% { opacity: 0; transform: translateX(-40%); }
  12% { opacity: 1; }
  72% { opacity: 0.85; transform: translateX(570%); }
  82% { opacity: 0; transform: translateX(590%); }
}

/* Soin du détail — la preuve humaine */

.detail-care {
  display: grid;
  min-height: 920px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  align-items: center;
  gap: clamp(70px, 9vw, 150px);
  color: var(--ink);
  background: var(--attention-ivory);
}

.detail-care::after {
  position: absolute;
  z-index: -1;
  right: -3%;
  bottom: -2%;
  color: rgba(16, 18, 23, 0.035);
  font-family: var(--serif);
  font-size: clamp(160px, 25vw, 410px);
  font-style: italic;
  line-height: 0.7;
  content: "Soin";
}

.detail-care-visual {
  --portal-rx: 0deg;
  --portal-ry: 0deg;
  position: relative;
  padding: 0 50px 54px 0;
  perspective: 1100px;
}

.detail-care-visual::before {
  position: absolute;
  z-index: 0;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 44px;
  border: 1px solid rgba(16, 18, 23, 0.16);
  background:
    linear-gradient(135deg, rgba(125, 23, 35, 0.12), transparent 42%),
    #dfd8cf;
  content: "";
}

.detail-care-visual figure {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 93% 0, 100% 6%, 100% 100%, 0 100%);
  box-shadow: 0 30px 70px rgba(12, 13, 16, 0.22);
  transform: rotateX(var(--portal-rx)) rotateY(var(--portal-ry));
  transition: transform 0.18s ease;
}

.detail-care-visual figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 9, 12, 0.42), transparent 48%);
  content: "";
}

.detail-care-visual img {
  width: 100%;
  height: min(68vw, 720px);
  object-fit: cover;
  object-position: center 52%;
}

.detail-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.84);
  background: rgba(8, 9, 12, 0.83);
  backdrop-filter: blur(12px);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-note b {
  color: var(--gold);
  font-weight: 650;
}

.detail-note-one {
  top: 11%;
  left: -22px;
}

.detail-note-two {
  right: 12px;
  bottom: 27%;
}

.detail-note-three {
  bottom: 26px;
  left: 14%;
}

.detail-care-copy p:not(.section-label, .detail-care-promise) {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.88;
}

.detail-care-promise {
  margin: 30px 0 0;
  padding-left: 24px;
  border-left: 1px solid var(--attention-red);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 44px);
  font-style: italic;
  line-height: 1.15;
}

/* Pourquoi — le fil humain */

.why-human {
  display: grid;
  min-height: 760px;
  place-items: center;
  padding: var(--section-y) var(--page-x);
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(125, 23, 35, 0.13), transparent 34%),
    #08090c;
}

.why-human::before,
.why-human::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 27vw;
  height: 27vw;
  max-width: 420px;
  max-height: 420px;
  border: 1px solid rgba(216, 200, 187, 0.13);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.why-human::before {
  left: -8vw;
}

.why-human::after {
  right: -8vw;
}

.why-human-sky {
  z-index: 0;
  opacity: 0.58;
}

.why-human > div:not(.human-thread) {
  position: relative;
  z-index: 4;
  width: min(1050px, 100%);
}

.why-human h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(49px, 6.4vw, 98px);
  font-weight: 370;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.why-human h2 em {
  color: var(--gold);
  font-weight: 320;
}

.why-human p:not(.section-label) {
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(16px, 1.4vw, 20px);
}

.why-human blockquote {
  margin: 54px 0 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 60px);
  font-style: italic;
  line-height: 1.12;
}

.why-human blockquote span {
  color: rgba(255, 255, 255, 0.48);
}

.human-thread {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(78vw, 1160px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 23, 35, 0.82) 18% 82%, transparent);
  box-shadow: 0 0 14px rgba(125, 23, 35, 0.32);
  transform: translate(-50%, -50%);
}

.human-thread i {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(216, 200, 187, 0.7);
  border-radius: 50%;
  background: #08090c;
  box-shadow: 0 0 18px rgba(216, 200, 187, 0.3);
  transform: translateY(-50%);
}

.human-thread i:first-child {
  left: 15%;
}

.human-thread i:last-child {
  right: 15%;
}

.human-thread b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--attention-red-soft);
  box-shadow: 0 0 22px rgba(184, 74, 88, 0.8);
  transform: translate(-50%, -50%);
  animation: human-pulse 4.6s ease-in-out infinite;
}

@keyframes human-pulse {
  0%, 100% { opacity: 0.36; transform: translate(-50%, -50%) scale(0.7); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.25); }
}

/* Guide de décision */

.choice-guide {
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(16, 18, 23, 0.06) 50%, transparent 50.05%),
    #faf8f4;
}

.choice-guide .section-heading > p:last-child {
  color: var(--ink-soft);
  font-size: 18px;
}

.guide-list {
  border-top: 1px solid rgba(16, 18, 23, 0.18);
}

.guide-list > a {
  position: relative;
  display: grid;
  min-height: 170px;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.25fr) minmax(210px, 0.55fr);
  align-items: center;
  gap: 38px;
  padding: 30px 22px;
  border-bottom: 1px solid rgba(16, 18, 23, 0.18);
  overflow: hidden;
  transition: color 0.35s ease;
}

.guide-list > a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--night-soft);
  content: "";
  transform: translateX(-101%);
  transition: transform 0.65s var(--ease);
}

.guide-list > a:hover {
  color: var(--white);
}

.guide-list > a:hover::before {
  transform: translateX(0);
}

.guide-list small {
  color: #756c63;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-list a:hover small {
  color: rgba(255, 255, 255, 0.48);
}

.guide-list strong {
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 54px);
  font-weight: 420;
  line-height: 1;
}

.guide-list > a > span {
  justify-self: end;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-list b {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  transition: transform 0.3s var(--ease);
}

.guide-list a:hover b {
  transform: translate(4px, -4px);
}

.occasion-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(16, 18, 23, 0.13);
}

.occasion-links span {
  margin-right: auto;
  color: #756c63;
  font-size: 12px;
}

.occasion-links a {
  padding: 10px 14px;
  border: 1px solid rgba(16, 18, 23, 0.18);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease;
}

.occasion-links a:hover {
  color: var(--white);
  background: var(--ink);
}

/* Tout réunir — trois gestes dans une même scène */

.all-together {
  min-height: 900px;
  display: flex;
  align-items: center;
  padding: var(--section-y) var(--page-x);
}

.all-together > img,
.together-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.all-together > img {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.65) brightness(0.68);
  transform: scale(1.02);
}

.together-veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 7, 9, 0.94), rgba(6, 7, 9, 0.65) 48%, rgba(6, 7, 9, 0.24)),
    linear-gradient(0deg, rgba(6, 7, 9, 0.62), transparent 42%);
}

.together-steps {
  position: absolute;
  z-index: 2;
  inset: 0 0 0 54%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.together-steps span {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 0 18px 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 38px);
  font-style: italic;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.together-steps small {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.16em;
}

.together-copy {
  position: relative;
  z-index: 4;
  width: min(680px, 49vw);
}

.together-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 380;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.together-copy h2 em {
  color: var(--gold);
  font-weight: 320;
}

.together-copy > p:not(.section-label) {
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.82;
}

.together-copy .button {
  margin-top: 20px;
}

/* Le temps en plus */

.more-time {
  display: grid;
  min-height: 850px;
  grid-template-columns: minmax(400px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(70px, 10vw, 170px);
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 50%, rgba(125, 23, 35, 0.07), transparent 29%),
    var(--attention-ivory);
}

.more-time-clock {
  position: relative;
  width: min(490px, 42vw);
  aspect-ratio: 1;
  justify-self: center;
}

.clock-ring {
  position: absolute;
  border: 1px solid rgba(16, 18, 23, 0.16);
  border-radius: 50%;
}

.clock-ring-one {
  inset: 0;
  border-style: dashed;
  animation: time-ring 84s linear infinite;
}

.clock-ring-two {
  inset: 18%;
  animation: time-ring-reverse 62s linear infinite;
}

.more-time-clock::before,
.more-time-clock::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(16, 18, 23, 0.18);
  content: "";
  transform-origin: left center;
}

.more-time-clock::before {
  width: 37%;
  height: 1px;
  transform: rotate(-58deg);
}

.more-time-clock::after {
  width: 29%;
  height: 1px;
  transform: rotate(12deg);
}

.more-time-clock > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--attention-red);
  box-shadow: 0 0 22px rgba(125, 23, 35, 0.42);
  transform: translate(-50%, -50%);
}

.more-time-clock strong,
.more-time-clock small {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}

.more-time-clock strong {
  top: 17%;
  color: var(--attention-red);
  font-family: var(--serif);
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}

.more-time-clock small {
  bottom: 17%;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
  line-height: 1.05;
  text-align: center;
}

.more-time-copy > p:not(.section-label) {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.84;
}

.time-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  background: rgba(16, 18, 23, 0.18);
}

.time-options article {
  min-height: 220px;
  padding: 28px;
  background: rgba(250, 248, 244, 0.92);
}

.time-options span {
  color: var(--attention-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.time-options h3 {
  margin: 17px 0 10px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 450;
  line-height: 1;
}

.time-options p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.variable-note {
  display: block;
  margin-top: 18px;
  color: #756c63;
  font-size: 10px;
  line-height: 1.6;
}

@keyframes time-ring {
  to { transform: rotate(360deg); }
}

@keyframes time-ring-reverse {
  to { transform: rotate(-360deg); }
}

/* FAQ */

.attention-faq {
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(70px, 10vw, 170px);
  background:
    radial-gradient(circle at 16% 22%, rgba(185, 190, 199, 0.08), transparent 25%),
    #0b0c10;
}

.attention-faq .section-heading {
  position: sticky;
  top: 130px;
  margin: 0;
}

.attention-faq h2 {
  color: var(--white);
}

.attention-faq-word {
  position: absolute;
  z-index: 0;
  right: -4%;
  bottom: -5%;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--serif);
  font-size: clamp(170px, 28vw, 450px);
  font-style: italic;
  line-height: 0.8;
  transform: rotate(-7deg);
}

.attention-faq .product-faq {
  position: relative;
  z-index: 2;
  margin: 0;
}

.attention-faq .product-faq details {
  border-color: rgba(255, 255, 255, 0.17);
}

.attention-faq .product-faq summary {
  color: var(--white);
}

.attention-faq .product-faq details p {
  color: rgba(255, 255, 255, 0.58);
}

/* Final — la boucle se referme */

.attention-final {
  display: grid;
  min-height: 940px;
  place-items: center;
  padding: var(--section-y) var(--page-x);
}

.attention-final > img,
.attention-final-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.attention-final > img {
  z-index: 0;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.65) brightness(0.58);
}

.attention-final-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at center, transparent 0 14%, rgba(6, 7, 9, 0.38) 58%),
    linear-gradient(0deg, rgba(6, 7, 9, 0.85), rgba(6, 7, 9, 0.34)),
    linear-gradient(90deg, rgba(6, 7, 9, 0.65), transparent 50%, rgba(6, 7, 9, 0.65));
}

.attention-final-copy {
  position: relative;
  z-index: 3;
  width: min(880px, 100%);
  text-align: center;
}

.attention-seo-copy {
  width: min(760px, 100%);
  margin: 0 auto 72px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  color: rgba(255, 255, 255, 0.58);
  background: rgba(7, 8, 10, 0.48);
  backdrop-filter: blur(12px);
  font-size: 12px;
  line-height: 1.75;
}

.attention-seo-copy a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.attention-final h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(110px, 17vw, 250px);
  font-style: italic;
  font-weight: 320;
  letter-spacing: -0.07em;
  line-height: 0.7;
  text-shadow: 0 15px 55px rgba(0, 0, 0, 0.36);
}

.attention-final-copy > p:not(.section-label, .attention-seo-copy, .form-status) {
  margin: 50px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 36px);
  font-style: italic;
}

.attention-availability {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 10px;
  margin-top: 42px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(7, 8, 10, 0.66);
  backdrop-filter: blur(15px);
  text-align: left;
}

.attention-availability label {
  display: grid;
  gap: 5px;
  padding: 8px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.47);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.attention-availability input {
  min-width: 0;
  border: 0;
  color: var(--white);
  background: transparent;
  color-scheme: dark;
  font-size: 13px;
  outline: 0;
}

.attention-availability .button {
  align-self: stretch;
}

.attention-availability .form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  text-align: center;
}

.attention-final .text-link {
  margin-top: 28px;
}

/* Footer */

.page-sublimez .site-footer {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1120px) {
  .attention-hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  }

  .attention-hero-copy {
    padding-right: 45px;
  }

  .attention-card > a {
    min-height: 650px;
  }

  .attention-card figure {
    min-height: 360px;
  }

  .attention-card > a > div {
    min-height: 290px;
    padding: 28px 24px 32px;
  }

  .guide-list > a {
    grid-template-columns: minmax(190px, 0.65fr) minmax(0, 1.25fr) minmax(170px, 0.5fr);
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .page-sublimez .desktop-menu {
    display: none;
  }

  .page-sublimez .menu-toggle {
    position: relative;
    display: inline-flex;
    justify-self: end;
  }

  .page-sublimez .header-cta {
    margin-left: auto;
  }

  .page-sublimez .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .attention-hero {
    display: flex;
    min-height: 1080px;
    align-items: flex-end;
    padding: calc(var(--header-h) + 50px) var(--page-x) 184px;
  }

  .attention-hero::before {
    display: none;
  }

  .threshold-stage {
    top: 0;
    width: 100%;
    height: 58%;
  }

  .threshold-image::after {
    background:
      linear-gradient(0deg, #08090c 0%, rgba(8, 9, 12, 0.9) 17%, rgba(8, 9, 12, 0.12) 70%),
      linear-gradient(90deg, rgba(8, 9, 12, 0.42), transparent 40%);
  }

  .threshold-mark {
    right: 18px;
    bottom: 58px;
  }

  .attention-hero-copy {
    z-index: 6;
    max-width: 760px;
    padding-right: 0;
  }

  .attention-hero h1 {
    font-size: clamp(54px, 10vw, 83px);
  }

  .attention-hero-sky {
    opacity: 0.46;
    mask-image: linear-gradient(0deg, #000, transparent 78%);
  }

  .attention-hero-facts {
    right: var(--page-x);
    bottom: 32px;
    left: var(--page-x);
    width: auto;
  }

  .attention-scroll {
    display: none;
  }

  .attention-card-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .attention-card:nth-child(2),
  .attention-card:nth-child(3) {
    margin-top: 0;
  }

  .attention-card > a {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  }

  .attention-card figure {
    min-height: 480px;
  }

  .attention-card > a > div {
    min-height: 0;
    align-self: center;
    padding: 38px;
  }

  .first-second {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .first-second::before {
    display: none;
  }

  .first-second-sculpture {
    width: min(480px, 90vw);
  }

  .attention-countdown {
    min-height: 0;
  }

  .countdown-rail {
    grid-template-columns: 1fr 1fr;
  }

  .countdown-rail li:nth-child(2) {
    border-right: 0;
  }

  .countdown-rail li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .detail-care {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .detail-care-visual {
    width: min(650px, 100%);
  }

  .detail-care-copy {
    max-width: 720px;
  }

  .guide-list > a {
    min-height: 190px;
    grid-template-columns: 1fr auto;
  }

  .guide-list small {
    grid-column: 1 / -1;
  }

  .guide-list > a > span {
    grid-row: 2;
    grid-column: 2;
  }

  .all-together {
    min-height: 820px;
  }

  .together-copy {
    width: min(680px, 75vw);
  }

  .together-steps {
    inset: 0 0 0 70%;
  }

  .more-time {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .more-time-clock {
    width: min(490px, 80vw);
  }

  .attention-faq {
    min-height: 0;
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .page-sublimez {
    --page-x: 20px;
    --section-y: 86px;
  }

  .page-sublimez .site-header {
    gap: 10px;
  }

  .page-sublimez .brand {
    width: 112px;
  }

  .page-sublimez .header-cta {
    padding: 11px 13px;
    font-size: 9px;
  }

  .attention-hero {
    display: block;
    min-height: 0;
    padding-top: calc(var(--header-h) + 62px);
    padding-bottom: 72px;
  }

  .threshold-stage {
    height: 52%;
  }

  .threshold-image img {
    object-position: center 60%;
  }

  .threshold-door-left {
    animation-name: attention-door-left-mobile;
  }

  .threshold-door-right {
    animation-name: attention-door-right-mobile;
  }

  .threshold-beam {
    box-shadow:
      0 0 12px rgba(255, 245, 230, 0.65),
      0 0 38px rgba(216, 200, 187, 0.34);
  }

  .threshold-mark {
    display: none;
  }

  .attention-hero-copy {
    position: relative;
    width: 100%;
  }

  .attention-hero h1 {
    font-size: clamp(47px, 14vw, 68px);
  }

  .attention-hero h1 span {
    font-size: 11px;
  }

  .attention-hero-copy > p:not(.eyebrow, .attention-hero-signature) {
    font-size: 14px;
  }

  .attention-hero-signature {
    font-size: 22px;
  }

  .attention-hero .button-row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .attention-hero .button {
    width: 100%;
  }

  .attention-hero-facts {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 28px;
  }

  .attention-hero-facts span {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    padding: 9px 13px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .attention-hero-facts strong {
    margin: 0;
    font-size: 17px;
  }

  .attention-choices::before {
    font-size: 230px;
  }

  .attention-choices .section-heading > p:last-child {
    font-size: 15px;
  }

  .attention-card > a {
    display: flex;
  }

  .attention-card figure {
    min-height: 400px;
  }

  .attention-card > a > div {
    padding: 31px 24px 34px;
  }

  .attention-card h3 {
    font-size: 36px;
  }

  .attention-order-note {
    margin-top: 46px;
  }

  .first-second {
    gap: 40px;
  }

  .first-second-sculpture {
    width: 100%;
  }

  .first-second-sculpture strong {
    font-size: 55px;
  }

  .first-second blockquote {
    margin-top: 10px;
    padding-top: 38px;
    font-size: 38px;
  }

  .countdown-rail {
    display: block;
    margin-top: 54px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .countdown-rail::after {
    top: 0;
    left: -1px;
    width: 1px;
    height: 22%;
    animation: countdown-light-mobile 9s ease-in-out infinite;
  }

  .countdown-rail li {
    min-height: 0;
    padding: 22px 0 44px 27px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .countdown-rail li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .countdown-rail li::before {
    top: 29px;
    left: -5px;
  }

  .countdown-rail li > span {
    margin-bottom: 18px;
    font-size: 60px;
  }

  .detail-care {
    gap: 56px;
  }

  .detail-care-visual {
    padding: 0 20px 34px 0;
  }

  .detail-care-visual::before {
    top: 25px;
    left: 22px;
  }

  .detail-care-visual img {
    height: 520px;
  }

  .detail-note {
    max-width: 180px;
    font-size: 7px;
  }

  .detail-note-one {
    left: -7px;
  }

  .detail-note-two {
    right: 0;
  }

  .detail-note-three {
    bottom: 12px;
  }

  .why-human {
    min-height: 720px;
    padding: 96px 20px;
  }

  .why-human h2 {
    font-size: 51px;
  }

  .why-human blockquote {
    margin-top: 42px;
    font-size: 34px;
  }

  .human-thread {
    width: 110vw;
  }

  .guide-list > a {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 28px 12px;
  }

  .guide-list > a > span {
    align-self: stretch;
    justify-self: auto;
  }

  .guide-list strong {
    font-size: 38px;
  }

  .occasion-links {
    align-items: stretch;
    flex-direction: column;
  }

  .occasion-links span {
    margin: 0 0 12px;
  }

  .occasion-links a {
    text-align: center;
  }

  .all-together {
    min-height: 840px;
    align-items: flex-end;
    padding-bottom: 90px;
  }

  .all-together > img {
    object-position: 62% center;
  }

  .together-veil {
    background:
      linear-gradient(0deg, rgba(6, 7, 9, 0.96), rgba(6, 7, 9, 0.5) 67%, rgba(6, 7, 9, 0.24)),
      linear-gradient(90deg, rgba(6, 7, 9, 0.44), transparent);
  }

  .together-steps {
    inset: 0;
    height: 180px;
    grid-template-columns: repeat(3, 1fr);
  }

  .together-steps span {
    align-items: center;
    justify-content: flex-end;
    padding: 26px 10px;
    font-size: 22px;
  }

  .together-copy {
    width: 100%;
  }

  .together-copy h2 {
    font-size: 62px;
  }

  .more-time {
    gap: 55px;
  }

  .more-time-clock {
    width: min(360px, 91vw);
  }

  .more-time-clock strong {
    font-size: 62px;
  }

  .more-time-clock small {
    font-size: 22px;
  }

  .time-options {
    grid-template-columns: 1fr;
  }

  .time-options article {
    min-height: 0;
  }

  .attention-faq {
    gap: 42px;
  }

  .attention-faq-word {
    font-size: 220px;
  }

  .attention-final {
    min-height: 960px;
    padding: 88px 20px;
  }

  .attention-final > img {
    object-position: center;
  }

  .attention-seo-copy {
    margin-bottom: 60px;
    padding: 16px;
    text-align: left;
  }

  .attention-final h2 {
    font-size: clamp(100px, 38vw, 155px);
  }

  .attention-final-copy > p:not(.section-label, .attention-seo-copy, .form-status) {
    margin-top: 38px;
    font-size: 25px;
  }

  .attention-availability {
    grid-template-columns: 1fr;
    padding: 11px;
  }

  .attention-availability label {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .attention-availability .button {
    width: 100%;
  }
}

@keyframes attention-door-left-mobile {
  to { transform: translateX(-78%); }
}

@keyframes attention-door-right-mobile {
  to { transform: translateX(78%); }
}

@keyframes countdown-light-mobile {
  0%, 100% { opacity: 0; transform: translateY(-30%); }
  12% { opacity: 1; }
  72% { opacity: 0.85; transform: translateY(360%); }
  82% { opacity: 0; transform: translateY(380%); }
}

@media (prefers-reduced-motion: reduce) {
  .threshold-door-left {
    transform: translateX(-84%);
    animation: none;
  }

  .threshold-door-right {
    transform: translateX(84%);
    animation: none;
  }

  .threshold-image img,
  .threshold-beam,
  .attention-scroll i::after,
  .gaze i,
  .countdown-rail::after,
  .human-thread b,
  .clock-ring {
    animation: none;
  }

  .threshold-image img {
    filter: saturate(0.75) contrast(1.05) brightness(0.78);
    transform: scale(1.035);
  }

  .threshold-beam {
    opacity: 0.72;
  }
}
/* V3 — FAQ compacte et directement reliée à son introduction */
.attention-faq{display:block}.attention-faq .section-heading{display:block;max-width:940px;margin-inline:auto;text-align:center}.attention-faq .section-heading h2{max-width:none;margin:0;font-size:clamp(2.9rem,4vw,4.7rem);line-height:.94}.attention-faq .section-heading .section-label{margin:0 0 1rem}.attention-faq .section-heading>p:last-child{max-width:740px;margin:1.4rem auto 0;line-height:1.75}.attention-faq .product-faq{max-width:1050px;margin:3.2rem auto 0}
@media(max-width:760px){.attention-faq .section-heading{text-align:left}.attention-faq .section-heading h2{font-size:clamp(2.65rem,10.2vw,3.65rem)}.attention-faq .section-heading>p:last-child{margin:1.2rem 0 0}.attention-faq .product-faq{margin-top:2.4rem}}

/* V3.1 — FAQ remise dans le flux : aucune collision titre / première question */
.attention-faq{min-height:0;padding-top:clamp(5.5rem,7vw,7.5rem);padding-bottom:clamp(5.5rem,7vw,7.5rem)}
.attention-faq .section-heading{position:static;top:auto;padding:0 0 clamp(2.5rem,4vw,3.5rem);border-bottom:1px solid rgba(255,255,255,.17)}
.attention-faq .section-heading h2{display:block;line-height:1.02}
.attention-faq .section-heading h2 em{display:inline-block}
.attention-faq .product-faq{position:relative;margin:0 auto}
.attention-faq .product-faq details:first-child{border-top:0}
@media(max-width:760px){.attention-faq .section-heading{padding-bottom:2rem}.attention-faq .product-faq{margin-top:0}}
/* Échelle mobile resserrée après contrôle navigateur. */
@media (max-width: 640px) {
  .attention-final h2 {
    font-size: clamp(68px, 21vw, 84px);
    line-height: 0.9;
  }
}
/* Microtypographie lisible sur les surfaces de conversion. */
.attention-hero-facts small,.attention-scroll,.attention-availability label{color:rgba(255,255,255,.72);font-size:11px}.guide-list small{color:#554e47;font-size:11px}.guide-list a:hover small{color:rgba(255,255,255,.78)}

/* V10.3 — les options restent ivoire ; le récit retrouve le ciel de la Home */
.first-second,
.detail-care,
.choice-guide,
.more-time {
  color: #f7f3ed;
  background:
    radial-gradient(circle at 78% 24%, rgba(125, 23, 35, 0.16), transparent 29%),
    linear-gradient(145deg, #12141a, #090a0e 58%, #07080b);
}
.first-second::before,
.first-second blockquote,
.guide-list,
.guide-list > a,
.clock-ring {
  border-color: rgba(255, 255, 255, 0.17);
}
.first-second-copy h2,
.first-second-sculpture strong,
.first-second blockquote,
.detail-care-copy h2,
.detail-care-promise,
.choice-guide .section-heading h2,
.guide-list h3,
.more-time-copy h2,
.more-time-clock small {
  color: #f7f3ed;
}
.first-second-copy p:not(.section-label),
.detail-care-copy p:not(.section-label, .detail-care-promise),
.choice-guide .section-heading > p:last-child,
.more-time-copy > p:not(.section-label),
.time-options p {
  color: rgba(255, 255, 255, 0.66);
}
.first-second-sculpture::before,
.first-second-sculpture::after,
.gaze {
  border-color: rgba(255, 255, 255, 0.24);
}
.first-second-sculpture small,
.guide-list small { color: rgba(255, 255, 255, 0.58); }
.detail-care::after { color: rgba(255, 255, 255, 0.025); }
.detail-care-visual::before {
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(125, 23, 35, 0.22), transparent 46%), #171920;
}
.guide-list > a::before { background: rgba(255, 255, 255, 0.055); }
.guide-list > a:hover { color: #fff; }
.guide-list > a:hover::before { transform: translateX(0); }
.more-time-clock::before,
.more-time-clock::after { background: rgba(255, 255, 255, 0.25); }
.time-options { background: rgba(255, 255, 255, 0.17); }
.time-options article {
  color: #f7f3ed;
  background: rgba(255, 255, 255, 0.045);
}
/* V10.4.15 — Hero continu. Les vantaux et la fente lumineuse sont retirés. */
.page-sublimez .threshold-door,
.page-sublimez .threshold-beam,
.page-sublimez .threshold-mark {
  display: none !important;
}

.page-sublimez .threshold-image img {
  animation: none;
  transform: none;
}

@media (max-width: 640px) {
  .page-sublimez .attention-hero {
    display: flex;
    min-height: 920px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding-bottom: 58px;
  }

  .page-sublimez .threshold-stage {
    height: 100%;
  }

  .page-sublimez .threshold-image::after {
    background: linear-gradient(0deg, #08090c 4%, rgba(8, 9, 12, 0.93) 42%, rgba(8, 9, 12, 0.08) 78%);
  }
}
