.page-decoration {
  --decor-bg: #08090b;
  --decor-ink: #111216;
  --decor-ivory: #f0ece4;
  --decor-red: #c21e35;
  --decor-red-bright: #f23a50;
  --decor-silver: #a8adba;
  background: var(--decor-bg);
  color: var(--decor-ivory);
}

.page-decoration main {
  overflow: clip;
}

.page-decoration .site-header {
  z-index: 100;
}

.decor-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  min-height: 100svh;
  padding: 150px 5vw 80px;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 42%, rgba(194, 30, 53, 0.18), transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(255, 255, 255, 0.05), transparent 24%),
    var(--decor-bg);
}

.decor-grain,
.decor-grain::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.decor-grain {
  z-index: -1;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to right, #000, transparent 76%);
}

.decor-grain::before {
  content: "";
  background: linear-gradient(118deg, transparent 48%, rgba(255, 255, 255, 0.07) 49%, transparent 50%);
}

.decor-stars {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.decor-stars i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.45);
  animation: decor-star 3.8s ease-in-out infinite;
}

.decor-stars i:nth-child(1) { left: 7%; top: 27%; animation-delay: -1.1s; }
.decor-stars i:nth-child(2) { left: 24%; top: 78%; animation-delay: -2.4s; }
.decor-stars i:nth-child(3) { left: 46%; top: 19%; animation-delay: -0.7s; }
.decor-stars i:nth-child(4) { right: 9%; top: 24%; animation-delay: -3.1s; }
.decor-stars i:nth-child(5) { right: 4%; bottom: 17%; animation-delay: -1.9s; }

.decor-hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 680px;
  padding-bottom: 70px;
}

.decor-hero-copy .eyebrow {
  margin-bottom: 32px;
  color: #a9afc0;
}

.decor-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(62px, 6.4vw, 114px);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.055em;
}

.decor-hero-copy h1 em {
  color: transparent;
  font-weight: 400;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
}

.decor-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(240, 236, 228, 0.74);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.75;
}

.decor-hero-copy > p + p {
  margin-top: 9px !important;
}

.decor-hero-copy .button-row {
  margin-top: 42px;
}

.decor-lens {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: end;
  width: min(56vw, 850px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: drop-shadow(0 44px 70px rgba(0, 0, 0, 0.46));
}

.lens-image {
  position: absolute;
  inset: 7%;
  overflow: hidden;
  border-radius: 50%;
  background: #0c0d10;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 100px rgba(0, 0, 0, 0.7);
  clip-path: polygon(50% 0, 83% 12%, 100% 50%, 83% 88%, 50% 100%, 17% 88%, 0 50%, 17% 12%);
  animation: lens-open 1.55s cubic-bezier(0.18, 0.8, 0.2, 1) both;
}

.lens-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 42%, rgba(4, 5, 8, 0.68) 100%);
}

.lens-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(0.86) contrast(1.12) brightness(0.67);
  transform: scale(1.1);
  animation: lens-image-in 2.6s cubic-bezier(0.2, 0.75, 0.2, 1) 0.2s both;
}

.lens-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.lens-ring-one {
  inset: 2%;
  border-top-color: rgba(242, 58, 80, 0.92);
  border-right-color: rgba(242, 58, 80, 0.22);
  animation: lens-turn 32s linear infinite;
}

.lens-ring-one::before,
.lens-ring-one::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f23a50;
  box-shadow: 0 0 16px 5px rgba(242, 58, 80, 0.5);
}

.lens-ring-one::before { left: 14%; top: 12%; }
.lens-ring-one::after { right: 13%; bottom: 13%; }

.lens-ring-two {
  inset: 13%;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.16);
  animation: lens-turn-reverse 42s linear infinite;
}

.lens-cross {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.lens-cross-x {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

.lens-cross-y {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.2), transparent);
}

.lens-focus {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lens-focus::before,
.lens-focus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.lens-focus::before { width: 22px; height: 1px; }
.lens-focus::after { width: 1px; height: 22px; }

.lens-index {
  position: absolute;
  right: 8%;
  bottom: 14%;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(5, 6, 8, 0.72);
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.decor-seconds {
  position: absolute;
  left: 5vw;
  bottom: 42px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.66);
}

.decor-seconds small {
  max-width: 72px;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.decor-seconds strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 400;
}

.decor-seconds strong span {
  color: #fff;
  font-size: 50px;
  line-height: 1;
}

.decor-scroll {
  position: absolute;
  right: 5vw;
  bottom: 44px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.decor-scroll i {
  position: relative;
  width: 62px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.decor-scroll i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-100%);
  animation: scan-line 2.4s ease-in-out infinite;
}

.first-image {
  position: relative;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #060709;
}

.first-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.05) brightness(0.82);
  transform: scale(1.02);
}

.first-image::before,
.first-image::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.first-image::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.25)),
    linear-gradient(transparent 70%, rgba(0, 0, 0, 0.22));
}

.first-image::after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.32), transparent);
  animation: photo-scan 4.8s ease-in-out infinite;
}

.image-aperture {
  position: absolute;
  inset: 5vw;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.23);
  pointer-events: none;
}

.image-aperture::before,
.image-aperture::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border-color: #fff;
}

.image-aperture::before {
  left: -1px;
  top: -1px;
  border-left: 2px solid;
  border-top: 2px solid;
}

.image-aperture::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.image-counter {
  position: absolute;
  right: calc(5vw + 16px);
  top: calc(5vw + 16px);
  z-index: 3;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.what-you-see {
  position: relative;
  padding-block: clamp(110px, 12vw, 190px);
  color: var(--decor-ink);
  background:
    radial-gradient(circle at 4% 50%, rgba(194, 30, 53, 0.08), transparent 24%),
    var(--decor-ivory);
}

.see-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.3fr 0.85fr;
  align-items: end;
  gap: 6vw;
  margin-bottom: 95px;
}

.see-heading .section-label {
  align-self: start;
}

.see-heading h2,
.prepared-heading h2,
.occasion-intro h2,
.complete-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(52px, 6vw, 94px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.see-heading h2 em,
.prepared-heading h2 em,
.occasion-intro h2 em,
.complete-heading h2 em {
  color: var(--decor-red);
  font-weight: 400;
}

.see-heading > p:last-child,
.prepared-heading > p:last-child,
.occasion-intro > p:last-child {
  margin: 0;
  color: #65666b;
  line-height: 1.8;
}

.visual-inventory {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) 1.15fr;
  align-items: center;
  gap: clamp(58px, 8vw, 130px);
}

.visual-inventory figure {
  position: relative;
  width: min(100%, 600px);
  aspect-ratio: 0.78;
  margin: 0;
  overflow: hidden;
  background: #17181b;
  box-shadow: 0 30px 90px rgba(23, 15, 16, 0.18);
}

.visual-inventory figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 48%, rgba(255, 255, 255, 0.12) 50%, transparent 52%);
  transform: translateX(-120%);
  animation: image-glint 7s ease-in-out infinite;
}

.visual-inventory figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  filter: saturate(0.82) contrast(1.08);
  transition: transform 1.1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.visual-inventory figure:hover img {
  transform: scale(1.035);
}

.focus-corner {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-color: rgba(255, 255, 255, 0.88);
}

.focus-top-left { left: 22px; top: 22px; border-left: 1px solid; border-top: 1px solid; }
.focus-top-right { right: 22px; top: 22px; border-right: 1px solid; border-top: 1px solid; }
.focus-bottom-left { left: 22px; bottom: 22px; border-left: 1px solid; border-bottom: 1px solid; }
.focus-bottom-right { right: 22px; bottom: 22px; border-right: 1px solid; border-bottom: 1px solid; }

.visual-inventory ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visual-inventory li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid rgba(17, 18, 22, 0.18);
}

.visual-inventory li:last-child {
  border-bottom: 1px solid rgba(17, 18, 22, 0.18);
}

.visual-inventory li > span {
  color: var(--decor-red);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.visual-inventory strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 500;
}

.visual-inventory p {
  margin: 7px 0 0;
  color: #68696e;
  line-height: 1.65;
}

.decor-safety {
  display: grid;
  grid-template-columns: auto minmax(0, 680px);
  justify-content: end;
  align-items: center;
  gap: 24px;
  margin-top: 70px;
}

.decor-safety > span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(17, 18, 22, 0.3);
  border-radius: 50%;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.decor-safety p {
  margin: 0;
  color: #626368;
  line-height: 1.7;
}

.decor-safety strong {
  color: var(--decor-ink);
}

.ten-seconds {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 7vw;
  min-height: 860px;
  padding: 130px max(5vw, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 50%, rgba(194, 30, 53, 0.13), transparent 30%),
    #08090b;
}

.ten-seconds::before {
  content: "REGARD";
  position: absolute;
  left: -2vw;
  bottom: -0.18em;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(130px, 21vw, 360px);
  line-height: 0.8;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
}

.seconds-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.seconds-stars i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.45);
  animation: decor-star 3.2s ease-in-out infinite;
}

.seconds-stars i:nth-child(1) { left: 7%; top: 18%; }
.seconds-stars i:nth-child(2) { left: 41%; top: 82%; animation-delay: -1.4s; }
.seconds-stars i:nth-child(3) { right: 13%; top: 13%; animation-delay: -2.2s; }
.seconds-stars i:nth-child(4) { right: 5%; bottom: 15%; animation-delay: -0.8s; }

.seconds-copy {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.seconds-copy .section-label {
  color: #aeb4c3;
}

.seconds-copy h2 {
  margin: 28px 0 48px;
  font-family: var(--font-display);
  font-size: clamp(54px, 6vw, 98px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.seconds-copy h2 em {
  color: transparent;
  font-weight: 400;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}

.seconds-copy blockquote {
  margin: 0 0 38px;
  padding-left: 28px;
  border-left: 2px solid var(--decor-red-bright);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.4vw, 42px);
  line-height: 1.14;
}

.seconds-copy > p:not(.section-label) {
  max-width: 660px;
  margin: 15px 0 0;
  color: rgba(240, 236, 228, 0.68);
  font-size: 17px;
  line-height: 1.78;
}

.seconds-dial {
  position: relative;
  display: grid;
  width: min(34vw, 490px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

.seconds-dial::before,
.seconds-dial::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.seconds-dial::before {
  inset: 13%;
  border: 1px dashed rgba(255, 255, 255, 0.18);
}

.seconds-dial::after {
  inset: 30%;
  border: 1px solid rgba(242, 58, 80, 0.48);
  box-shadow: 0 0 60px rgba(194, 30, 53, 0.13);
}

.seconds-dial strong {
  position: relative;
  z-index: 3;
  margin-top: -30px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(100px, 12vw, 180px);
  font-weight: 300;
  line-height: 1;
}

.seconds-dial small {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 64%;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.dial-orbit {
  position: absolute;
  inset: -1px;
  border-top: 1px solid var(--decor-red-bright);
  border-radius: 50%;
  animation: lens-turn 10s linear infinite;
}

.dial-orbit::after {
  content: "";
  position: absolute;
  left: 15%;
  top: 12%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--decor-red-bright);
  box-shadow: 0 0 20px 7px rgba(242, 58, 80, 0.48);
}

.dial-hand {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 43%;
  background: linear-gradient(var(--decor-red-bright), transparent);
  transform-origin: center top;
  animation: dial-hand 10s linear infinite;
}

.seconds-dial > i {
  position: absolute;
  left: calc(50% - 1px);
  top: 3%;
  width: 2px;
  height: 17px;
  background: rgba(255, 255, 255, 0.46);
  transform-origin: 1px 227px;
}

.seconds-dial > i:nth-of-type(1) { transform: rotate(0deg); }
.seconds-dial > i:nth-of-type(2) { transform: rotate(36deg); }
.seconds-dial > i:nth-of-type(3) { transform: rotate(72deg); }
.seconds-dial > i:nth-of-type(4) { transform: rotate(108deg); }
.seconds-dial > i:nth-of-type(5) { transform: rotate(144deg); }
.seconds-dial > i:nth-of-type(6) { transform: rotate(180deg); }
.seconds-dial > i:nth-of-type(7) { transform: rotate(216deg); }
.seconds-dial > i:nth-of-type(8) { transform: rotate(252deg); }
.seconds-dial > i:nth-of-type(9) { transform: rotate(288deg); }
.seconds-dial > i:nth-of-type(10) { transform: rotate(324deg); }

.prepared-before {
  padding-block: clamp(110px, 12vw, 190px);
  color: var(--decor-ink);
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(17, 18, 22, 0.08) 50%, transparent 50.05%),
    #f0ece4;
}

.prepared-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.3fr 0.85fr;
  gap: 6vw;
  align-items: end;
  margin-bottom: 95px;
}

.prepared-heading .section-label {
  align-self: start;
}

.prepared-sequence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(17, 18, 22, 0.2);
  border-bottom: 1px solid rgba(17, 18, 22, 0.2);
  list-style: none;
}

.prepared-sequence li {
  position: relative;
  min-height: 300px;
  padding: 40px;
  border-right: 1px solid rgba(17, 18, 22, 0.2);
}

.prepared-sequence li:last-child {
  border-right: 0;
}

.prepared-sequence li > span {
  display: block;
  margin-bottom: 80px;
  color: var(--decor-red);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.prepared-sequence strong {
  font-family: var(--font-display);
  font-size: clamp(27px, 2.3vw, 38px);
  font-weight: 500;
}

.prepared-sequence p {
  margin: 12px 0 0;
  color: #66676c;
  line-height: 1.7;
}

.variable-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  padding: 30px 0;
}

.variable-price p {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 22px;
  margin: 0;
}

.variable-price small {
  grid-column: 1 / -1;
  color: #797a7e;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.variable-price strong {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 500;
}

.variable-price span {
  align-self: center;
  color: #74757a;
  font-size: 12px;
}

.decor-occasions {
  position: relative;
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 7vw;
  padding-block: clamp(110px, 11vw, 170px);
  background:
    radial-gradient(circle at 12% 20%, rgba(194, 30, 53, 0.14), transparent 26%),
    #0b0c0f;
}

.occasion-intro {
  align-self: center;
  max-width: 560px;
}

.occasion-intro h2 {
  margin: 30px 0;
  color: #fff;
}

.occasion-intro > p:last-child {
  color: rgba(240, 236, 228, 0.63);
}

.decor-occasion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.decor-occasion-grid a {
  position: relative;
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  transition: background 0.45s ease, color 0.45s ease;
}

.decor-occasion-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(194, 30, 53, 0.88), rgba(112, 8, 27, 0.78));
  opacity: 0;
  transition: opacity 0.45s ease;
}

.decor-occasion-grid a:hover::before,
.decor-occasion-grid a:focus-visible::before {
  opacity: 1;
}

.decor-occasion-grid a > * {
  position: relative;
  z-index: 2;
}

.decor-occasion-grid span {
  color: #9da4b6;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.decor-occasion-grid strong {
  display: block;
  max-width: 80%;
  margin-top: 54px;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.4vw, 40px);
  font-weight: 400;
}

.decor-occasion-grid small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.decor-occasion-grid i {
  position: absolute;
  right: 30px;
  top: 30px;
  font-style: normal;
}

.decor-faq {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  padding-block: clamp(110px, 11vw, 170px);
  overflow: hidden;
  color: var(--decor-ink);
  background: var(--decor-ivory);
}

.decor-faq .section-heading {
  position: relative;
  z-index: 2;
}

.decor-faq .section-heading h2 {
  margin-top: 30px;
  font-family: var(--font-display);
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.decor-faq .section-heading h2 em {
  color: var(--decor-red);
  font-weight: 400;
}

.decor-faq .product-faq {
  position: relative;
  z-index: 2;
}

.faq-watermark {
  position: absolute;
  left: -0.05em;
  bottom: -0.36em;
  color: transparent;
  font-family: var(--font-display);
  font-size: min(60vw, 850px);
  line-height: 1;
  -webkit-text-stroke: 1px rgba(17, 18, 22, 0.055);
}

/* V10.4.15 — le dernier appel reprend la typographie signature de La Duchesse. */
.page-decoration .decor-final-copy h2{
  font-family:var(--font-display);
  font-weight:400;
  letter-spacing:-.045em;
  line-height:.9;
}
@media(max-width:760px){.page-decoration .decor-final-copy h2{font-size:clamp(3.2rem,14vw,4.6rem)}}

.complete-stay {
  padding-block: clamp(110px, 11vw, 170px);
  background: #0a0b0e;
}

.complete-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: end;
  gap: 7vw;
  margin-bottom: 80px;
}

.complete-heading h2 {
  color: #fff;
}

.complete-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.complete-links a {
  position: relative;
  min-height: 340px;
  padding: 42px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.complete-links a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--decor-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.complete-links a:hover::before,
.complete-links a:focus-visible::before {
  transform: scaleX(1);
}

.complete-links span {
  color: #9fa6b6;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.complete-links strong {
  display: block;
  margin-top: 80px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
}

.complete-links p {
  max-width: 260px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.65;
}

.complete-links i {
  position: absolute;
  right: 38px;
  top: 38px;
  font-style: normal;
}

.decor-final {
  position: relative;
  display: grid;
  min-height: 900px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.decor-final > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  filter: saturate(0.72) contrast(1.12) brightness(0.62);
}

.decor-final-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at center, transparent 5%, rgba(4, 5, 7, 0.32) 55%, rgba(4, 5, 7, 0.82)),
    linear-gradient(90deg, rgba(4, 5, 7, 0.72), rgba(4, 5, 7, 0.3));
}

.final-frame {
  position: absolute;
  inset: 7%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.final-frame i {
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: #fff;
}

.final-frame i:nth-child(1) { left: -1px; top: -1px; border-left: 2px solid; border-top: 2px solid; }
.final-frame i:nth-child(2) { right: -1px; top: -1px; border-right: 2px solid; border-top: 2px solid; }
.final-frame i:nth-child(3) { left: -1px; bottom: -1px; border-left: 2px solid; border-bottom: 2px solid; }
.final-frame i:nth-child(4) { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }

.decor-final-copy {
  width: min(100% - 10vw, 990px);
  padding: 110px 40px;
  text-align: center;
}

.decor-seo-copy {
  max-width: 900px;
  margin: 0 auto 85px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.75;
}

.decor-seo-copy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.decor-final-copy .section-label {
  color: rgba(255, 255, 255, 0.65);
}

.decor-final-copy h2 {
  margin: 20px 0 22px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(76px, 10vw, 156px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.055em;
}

.decor-final-copy > p:not(.decor-seo-copy, .section-label, .form-status) {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.decor-availability {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  max-width: 900px;
  margin: 44px auto 24px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 6, 8, 0.58);
  backdrop-filter: blur(14px);
}

.decor-availability label {
  padding: 10px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-align: left;
  text-transform: uppercase;
}

.decor-availability input {
  display: block;
  width: 100%;
  margin-top: 5px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  color-scheme: dark;
}

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

.decor-availability .form-status {
  grid-column: 1 / -1;
  margin: 8px 10px 0;
  color: #fff;
  text-align: left;
}

.decor-final-copy .text-link {
  display: inline-flex;
  margin-top: 12px;
}

@keyframes decor-star {
  0%, 100% { opacity: 0.18; transform: scale(0.7); }
  45% { opacity: 1; transform: scale(1.5); }
  64% { opacity: 0.55; transform: scale(1); }
}

@keyframes lens-open {
  from { clip-path: polygon(50% 48%, 51% 49%, 52% 50%, 51% 51%, 50% 52%, 49% 51%, 48% 50%, 49% 49%); }
}

@keyframes lens-image-in {
  from { filter: saturate(0.2) contrast(1.4) brightness(0.2); transform: scale(1.28); }
  to { filter: saturate(0.86) contrast(1.12) brightness(0.67); transform: scale(1.1); }
}

@keyframes lens-turn {
  to { transform: rotate(360deg); }
}

@keyframes lens-turn-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes scan-line {
  0%, 12% { transform: translateX(-100%); }
  70%, 100% { transform: translateX(100%); }
}

@keyframes photo-scan {
  0%, 100% { opacity: 0; transform: translateX(-42vw); }
  18% { opacity: 0.65; }
  68% { opacity: 0.22; transform: translateX(42vw); }
  76% { opacity: 0; }
}

@keyframes image-glint {
  0%, 50% { transform: translateX(-120%); }
  68%, 100% { transform: translateX(120%); }
}

@keyframes dial-hand {
  to { transform: rotate(360deg); }
}

@media (max-width: 1120px) {
  .decor-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  }

  .decor-lens {
    width: min(55vw, 680px);
  }

  .see-heading,
  .prepared-heading {
    grid-template-columns: 0.45fr 1.35fr 0.9fr;
    gap: 4vw;
  }

  .visual-inventory {
    gap: 6vw;
  }

  .seconds-dial > i {
    transform-origin: 1px calc((min(34vw, 490px) / 2) - 15px);
  }
}

@media (max-width: 900px) {
  .decor-hero {
    display: block;
    min-height: auto;
    padding: 130px 24px 100px;
  }

  .decor-hero-copy {
    max-width: 720px;
    padding-bottom: 36px;
  }

  .decor-hero-copy h1 {
    font-size: clamp(62px, 13vw, 104px);
  }

  .decor-lens {
    width: min(88vw, 700px);
    margin: 24px auto 0;
  }

  .decor-seconds {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .decor-scroll {
    right: 24px;
    bottom: 38px;
  }

  .first-image {
    height: 76svh;
    min-height: 520px;
  }

  .first-image img {
    object-position: 42% center;
  }

  .see-heading,
  .prepared-heading {
    display: block;
    margin-bottom: 70px;
  }

  .see-heading h2,
  .prepared-heading h2 {
    margin: 26px 0;
  }

  .see-heading > p:last-child,
  .prepared-heading > p:last-child {
    max-width: 620px;
  }

  .visual-inventory {
    grid-template-columns: minmax(270px, 0.8fr) 1.2fr;
    gap: 42px;
  }

  .visual-inventory li {
    gap: 12px;
    padding: 20px 0;
  }

  .ten-seconds {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 120px 24px;
  }

  .seconds-dial {
    width: min(78vw, 480px);
    margin-top: 20px;
  }

  .seconds-dial > i {
    transform-origin: 1px calc((min(78vw, 480px) / 2) - 15px);
  }

  .prepared-sequence li {
    min-height: 270px;
    padding: 30px;
  }

  .decor-occasions,
  .decor-faq {
    grid-template-columns: 1fr;
  }

  .occasion-intro {
    margin-bottom: 35px;
  }

  .complete-links {
    grid-template-columns: 1fr;
  }

  .complete-links a {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .decor-hero {
    padding: 112px 18px 100px;
  }

  .decor-hero-copy .eyebrow {
    margin-bottom: 22px;
  }

  .decor-hero-copy h1 {
    font-size: clamp(52px, 15.4vw, 76px);
    line-height: 0.88;
  }

  .decor-hero-copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 15px;
  }

  .decor-hero-copy .button-row {
    display: grid;
    margin-top: 30px;
  }

  .decor-hero-copy .button {
    justify-content: center;
    width: 100%;
  }

  .decor-lens {
    width: calc(100vw - 28px);
    margin-left: -4px;
  }

  .lens-index {
    right: 5%;
    bottom: 10%;
  }

  .decor-scroll {
    display: none;
  }

  .decor-seconds {
    margin-top: 16px;
  }

  .decor-seconds strong span {
    font-size: 42px;
  }

  .first-image {
    height: 72svh;
    min-height: 500px;
  }

  .first-image img {
    object-position: 34% center;
  }

  .image-aperture {
    inset: 16px;
  }

  .image-counter {
    right: 30px;
    top: 30px;
  }

  .what-you-see,
  .prepared-before,
  .decor-occasions,
  .decor-faq,
  .complete-stay {
    padding: 90px 18px;
  }

  .see-heading h2,
  .prepared-heading h2,
  .occasion-intro h2,
  .complete-heading h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .visual-inventory {
    grid-template-columns: 1fr;
  }

  .visual-inventory figure {
    width: 100%;
    aspect-ratio: 0.88;
  }

  .visual-inventory li {
    grid-template-columns: 38px 1fr;
  }

  .decor-safety {
    grid-template-columns: auto 1fr;
    justify-content: stretch;
    margin-top: 50px;
  }

  .ten-seconds {
    padding: 95px 18px;
  }

  .seconds-copy h2 {
    font-size: clamp(49px, 13.5vw, 70px);
  }

  .seconds-copy blockquote {
    padding-left: 18px;
    font-size: 26px;
  }

  .seconds-copy > p:not(.section-label) {
    font-size: 15px;
  }

  .seconds-dial {
    width: min(90vw, 400px);
  }

  .seconds-dial > i {
    transform-origin: 1px calc((min(90vw, 400px) / 2) - 13px);
  }

  .prepared-sequence {
    grid-template-columns: 1fr;
  }

  .prepared-sequence li {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 18, 22, 0.18);
  }

  .prepared-sequence li:last-child {
    border-bottom: 0;
  }

  .prepared-sequence li > span {
    margin-bottom: 34px;
  }

  .variable-price {
    display: block;
  }

  .variable-price p {
    display: block;
  }

  .variable-price strong,
  .variable-price span {
    display: block;
  }

  .variable-price span {
    margin-top: 4px;
  }

  .variable-price .text-link {
    margin-top: 28px;
  }

  .decor-occasion-grid {
    grid-template-columns: 1fr;
  }

  .decor-occasion-grid a {
    min-height: 180px;
    padding: 28px;
  }

  .decor-occasion-grid strong {
    margin-top: 44px;
  }

  .decor-faq .section-heading h2 {
    font-size: clamp(49px, 13.5vw, 70px);
  }

  .complete-heading {
    display: block;
    margin-bottom: 50px;
  }

  .complete-heading h2 {
    margin-top: 26px;
  }

  .complete-links a {
    min-height: 220px;
    padding: 30px;
  }

  .complete-links strong {
    margin-top: 60px;
  }

  .decor-final {
    min-height: 920px;
  }

  .decor-final > img {
    object-position: 50% 70%;
  }

  .final-frame {
    inset: 16px;
  }

  .decor-final-copy {
    width: 100%;
    padding: 90px 34px;
  }

  .decor-seo-copy {
    margin-bottom: 60px;
    font-size: 12px;
  }

  .decor-final-copy h2 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .decor-availability {
    grid-template-columns: 1fr;
    padding: 10px;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  .page-decoration *,
  .page-decoration *::before,
  .page-decoration *::after {
    scroll-behavior: auto !important;
  }

  .decor-stars i,
  .seconds-stars i,
  .lens-image,
  .lens-image img,
  .lens-ring-one,
  .lens-ring-two,
  .decor-scroll i::after,
  .first-image::after,
  .visual-inventory figure::after,
  .dial-orbit,
  .dial-hand {
    animation: none !important;
  }

  .lens-image {
    clip-path: polygon(50% 0, 83% 12%, 100% 50%, 83% 88%, 50% 100%, 17% 88%, 0 50%, 17% 12%);
  }

  .lens-image img {
    filter: saturate(0.86) contrast(1.12) brightness(0.67);
    transform: scale(1.1);
  }
}
/* V3 — hiérarchie commerciale continue */
.see-heading,.prepared-heading,.decor-faq .section-heading,.complete-heading{display:block;max-width:940px;margin-inline:auto;text-align:center}
.see-heading h2,.prepared-heading h2,.decor-faq .section-heading h2,.complete-heading h2{max-width:none;margin:0;font-size:clamp(2.9rem,4vw,4.7rem);line-height:.94}
.see-heading .section-label,.prepared-heading .section-label,.decor-faq .section-label,.complete-heading .section-label{margin:0 0 1rem}
.see-heading>p:last-child,.prepared-heading>p:last-child,.decor-faq .section-heading>p:last-child,.complete-heading>p:last-child{max-width:740px;margin:1.4rem auto 0;line-height:1.75}
.decor-faq{display:block}.decor-faq .product-faq{max-width:1050px;margin:3.2rem auto 0}
@media(max-width:760px){.see-heading,.prepared-heading,.decor-faq .section-heading,.complete-heading{text-align:left}.see-heading h2,.prepared-heading h2,.decor-faq .section-heading h2,.complete-heading h2{font-size:clamp(2.65rem,10.2vw,3.65rem)}.see-heading>p:last-child,.prepared-heading>p:last-child,.decor-faq .section-heading>p:last-child,.complete-heading>p:last-child{margin:1.2rem 0 0}.decor-faq .product-faq{margin-top:2.4rem}}
/* Échelle mobile resserrée après contrôle navigateur. */
@media (max-width: 640px) {
  .decor-hero-copy h1 {
    font-size: clamp(50px, 14vw, 64px);
    line-height: 0.92;
  }
}
/* Microtypographie lisible sur les surfaces de conversion. */
.decor-availability label{color:rgba(255,255,255,.72);font-size:11px}

/* V10.3 — le catalogue produit reste ivoire ; la promesse et la FAQ sont nocturnes */
.prepared-before,
.decor-faq {
  color: #f7f3ed;
  background:
    radial-gradient(circle at 80% 16%, rgba(122, 38, 48, 0.15), transparent 28%),
    linear-gradient(145deg, #15161c, #0a0b0f 58%, #07080a);
}
.prepared-heading h2,
.prepared-sequence strong,
.decor-faq .section-heading h2,
.decor-faq .product-faq summary { color: #f7f3ed; }
.prepared-heading > p:last-child,
.prepared-sequence p,
.decor-faq .section-heading > p:last-child,
.decor-faq .product-faq details p { color: rgba(255, 255, 255, 0.66); }
.prepared-sequence,
.prepared-sequence li,
.decor-faq .product-faq details { border-color: rgba(255, 255, 255, 0.17); }
.prepared-sequence li > span,
.decor-faq .product-faq a { color: #d2b2b5; }
.faq-watermark {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.045);
}
