.page-champagne {
  --toast-bg: #07090e;
  --toast-deep: #091225;
  --toast-ivory: #f1ede5;
  --toast-ink: #111319;
  --toast-gold: #d9b56d;
  --toast-gold-bright: #ffe1a0;
  --toast-blue: #315ecb;
  background: var(--toast-bg);
  color: var(--toast-ivory);
}

.page-champagne main {
  overflow: clip;
}

.toast-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  min-height: 100svh;
  padding: 145px 5vw 86px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 75% 42%, rgba(38, 84, 196, 0.22), transparent 33%),
    radial-gradient(circle at 12% 85%, rgba(217, 181, 109, 0.09), transparent 28%),
    linear-gradient(115deg, #07090e 48%, #090d18);
}

.toast-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  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: 82px 82px;
  mask-image: linear-gradient(to right, #000, transparent 80%);
}

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

.toast-stars i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--toast-gold-bright);
  box-shadow: 0 0 11px 3px rgba(255, 225, 160, 0.42);
  animation: toast-star 4s ease-in-out infinite;
}

.toast-stars i:nth-child(1) { left: 7%; top: 23%; }
.toast-stars i:nth-child(2) { left: 29%; bottom: 17%; animation-delay: -2.2s; }
.toast-stars i:nth-child(3) { right: 7%; top: 18%; animation-delay: -1.1s; }
.toast-stars i:nth-child(4) { right: 4%; bottom: 12%; animation-delay: -3s; }

.toast-hero-copy {
  position: relative;
  z-index: 4;
  align-self: center;
  max-width: 670px;
  padding-bottom: 45px;
}

.toast-hero-copy .eyebrow {
  margin-bottom: 30px;
  color: #aeb4c4;
}

.toast-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(76px, 8.8vw, 154px);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: -0.06em;
}

.toast-hero-copy h1 em {
  color: var(--toast-gold);
  font-weight: 400;
}

.toast-hero-copy > p {
  max-width: 555px;
  margin: 17px 0 0;
  color: rgba(241, 237, 229, 0.68);
  font-size: 17px;
  line-height: 1.72;
}

.toast-hero-copy .toast-lead {
  margin-top: 42px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.25vw, 36px);
  line-height: 1.2;
}

.toast-hero-copy .button-row {
  margin-top: 40px;
}

.toast-hero-visual {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: end;
  width: min(55vw, 820px);
  aspect-ratio: 1;
}

.bottle-stage {
  position: absolute;
  inset: 3% 18% 3%;
  overflow: hidden;
  border-radius: 48% 48% 46% 46% / 38% 38% 60% 60%;
  background: #081027;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 50px 110px rgba(0, 0, 0, 0.42);
  clip-path: polygon(33% 0, 67% 0, 74% 25%, 95% 100%, 5% 100%, 26% 25%);
}

.bottle-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), transparent 24%, transparent 72%, rgba(0, 0, 0, 0.52)),
    linear-gradient(transparent 58%, rgba(0, 0, 0, 0.28));
}

.bottle-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 66%;
  filter: saturate(0.82) contrast(1.1) brightness(0.72);
  transform: scale(1.08);
  animation: bottle-arrival 2.4s cubic-bezier(0.16, 0.8, 0.2, 1) both;
}

.gold-reflection {
  position: absolute;
  z-index: 3;
  left: 30%;
  top: -18%;
  width: 9%;
  height: 136%;
  background: linear-gradient(90deg, transparent, rgba(255, 224, 156, 0.26), transparent);
  filter: blur(7px);
  transform: rotate(10deg) translateX(-280%);
  animation: bottle-glint 7s ease-in-out 1.5s infinite;
}

.ritual-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.ritual-orbit-one {
  inset: 1%;
  border-top-color: var(--toast-gold);
  animation: toast-orbit 34s linear infinite;
}

.ritual-orbit-one::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 11%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--toast-gold-bright);
  box-shadow: 0 0 17px 6px rgba(255, 225, 160, 0.4);
}

.ritual-orbit-two {
  inset: 12%;
  border-style: dashed;
  border-color: rgba(217, 181, 109, 0.21);
  animation: toast-orbit-reverse 48s linear infinite;
}

.glass {
  position: absolute;
  z-index: 4;
  top: 26%;
  width: 54px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 16px 16px 42% 42% / 30px 30px 22% 22%;
  transform-origin: center bottom;
}

.glass::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 74px;
  background: rgba(255, 255, 255, 0.42);
}

.glass::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 73px);
  width: 68px;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
  transform: translateX(-50%);
}

.glass i {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 10px;
  height: 42%;
  border-radius: 4px 4px 42% 42%;
  background: linear-gradient(rgba(217, 181, 109, 0.12), rgba(217, 181, 109, 0.5));
}

.glass-left {
  left: 5%;
  transform: rotate(17deg);
  animation: clink-left 5s ease-in-out infinite;
}

.glass-right {
  right: 5%;
  transform: rotate(-17deg);
  animation: clink-right 5s ease-in-out infinite;
}

.clink-spark {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 28%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 11px 4px rgba(255, 225, 160, 0.65),
    0 -24px 0 -3px rgba(255, 255, 255, 0.8),
    18px -16px 0 -3px rgba(255, 255, 255, 0.8),
    -18px -16px 0 -3px rgba(255, 255, 255, 0.8);
  animation: clink-spark 5s ease-in-out infinite;
}

.ritual-index {
  position: absolute;
  right: 5%;
  bottom: 9%;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(6, 8, 13, 0.72);
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.toast-hero-note {
  position: absolute;
  left: 5vw;
  bottom: 39px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 20px;
}

.toast-hero-note small {
  color: #9ca3b4;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.toast-hero-note strong {
  color: var(--toast-gold-bright);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
}

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

.toast-scroll i {
  position: relative;
  width: 64px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.toast-scroll i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--toast-gold-bright);
  transform: translateX(-100%);
  animation: toast-scan 2.6s ease-in-out infinite;
}

.waiting-for-you {
  padding-block: clamp(110px, 11vw, 180px);
  color: var(--toast-ink);
  background:
    radial-gradient(circle at 8% 70%, rgba(217, 181, 109, 0.11), transparent 24%),
    var(--toast-ivory);
}

.waiting-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.3fr 0.9fr;
  gap: 6vw;
  align-items: end;
  margin-bottom: 90px;
}

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

.waiting-heading h2,
.label-copy h2,
.cold-heading h2,
.toast-occasion-intro h2,
.champagne-complete-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.047em;
}

.waiting-heading h2 em,
.label-copy h2 em,
.cold-heading h2 em,
.toast-occasion-intro h2 em,
.champagne-complete-heading h2 em {
  color: #9e762e;
  font-weight: 400;
}

.waiting-heading > p:last-child,
.cold-heading > p:last-child,
.toast-occasion-intro > p:last-child {
  margin: 0;
  color: #65676e;
  line-height: 1.78;
}

.ritual-inventory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(17, 19, 25, 0.18);
  border-left: 1px solid rgba(17, 19, 25, 0.18);
}

.ritual-inventory article {
  position: relative;
  min-height: 330px;
  padding: 42px;
  border-right: 1px solid rgba(17, 19, 25, 0.18);
  border-bottom: 1px solid rgba(17, 19, 25, 0.18);
}

.ritual-inventory article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--toast-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.ritual-inventory article:hover::after {
  transform: scaleX(1);
}

.ritual-inventory span {
  color: #9d762d;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.ritual-inventory strong {
  display: block;
  max-width: 320px;
  margin-top: 110px;
  font-family: var(--font-display);
  font-size: clamp(29px, 2.5vw, 41px);
  font-weight: 500;
  line-height: 1;
}

.ritual-inventory p {
  margin: 15px 0 0;
  color: #676970;
  line-height: 1.68;
}

.variable-data-note {
  max-width: 780px;
  margin: 42px 0 0 auto;
  padding-left: 22px;
  border-left: 2px solid var(--toast-gold);
  color: #74767d;
  font-size: 13px;
  line-height: 1.7;
}

.toast-manifesto {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 7vw;
  align-items: center;
  min-height: 950px;
  padding: 130px max(5vw, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 45%, rgba(49, 94, 203, 0.18), transparent 32%),
    radial-gradient(circle at 17% 78%, rgba(217, 181, 109, 0.09), transparent 28%),
    #07090e;
}

.toast-manifesto::after {
  content: "TRINQUER";
  position: absolute;
  left: -0.04em;
  bottom: -0.18em;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(130px, 20vw, 350px);
  line-height: 0.8;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
}

.bubble-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bubble-field i,
.faq-bubbles i {
  position: absolute;
  border: 1px solid rgba(255, 225, 160, 0.32);
  border-radius: 50%;
  box-shadow: inset 0 0 12px rgba(255, 225, 160, 0.08);
  animation: bubble-rise 7s ease-in infinite;
}

.bubble-field i:nth-child(1) { left: 5%; bottom: -40px; width: 22px; height: 22px; }
.bubble-field i:nth-child(2) { left: 18%; bottom: -60px; width: 10px; height: 10px; animation-delay: -2s; }
.bubble-field i:nth-child(3) { left: 43%; bottom: -30px; width: 34px; height: 34px; animation-delay: -4.4s; }
.bubble-field i:nth-child(4) { right: 32%; bottom: -50px; width: 15px; height: 15px; animation-delay: -1.1s; }
.bubble-field i:nth-child(5) { right: 16%; bottom: -40px; width: 27px; height: 27px; animation-delay: -5s; }
.bubble-field i:nth-child(6) { right: 5%; bottom: -50px; width: 9px; height: 9px; animation-delay: -3.2s; }

.manifesto-kicker {
  position: absolute;
  left: 5vw;
  right: 5vw;
  top: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.manifesto-kicker i {
  width: 52px;
  height: 1px;
  background: rgba(217, 181, 109, 0.42);
}

.manifesto-copy {
  position: relative;
  z-index: 3;
  max-width: 780px;
}

.manifesto-copy .section-label {
  color: #aeb4c4;
}

.manifesto-copy h2 {
  margin: 30px 0 40px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(49px, 5.8vw, 92px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.05em;
}

.manifesto-copy h2 span {
  display: block;
  margin-bottom: 0.18em;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.46em;
  letter-spacing: -0.02em;
}

.manifesto-copy h2 em {
  color: var(--toast-gold);
  font-weight: 400;
}

.manifesto-copy > p:not(.section-label) {
  max-width: 650px;
  margin: 15px 0 0;
  color: rgba(241, 237, 229, 0.65);
  font-size: 17px;
  line-height: 1.76;
}

.manifesto-copy blockquote {
  margin: 42px 0 0;
  padding-left: 25px;
  border-left: 2px solid var(--toast-gold);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.5vw, 42px);
  line-height: 1.14;
}

.clink-symbol {
  position: relative;
  z-index: 3;
  width: min(33vw, 480px);
  aspect-ratio: 1;
  justify-self: center;
}

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

.clink-symbol::before {
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top-color: var(--toast-gold);
  animation: toast-orbit 24s linear infinite;
}

.clink-symbol::after {
  inset: 15%;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  animation: toast-orbit-reverse 36s linear infinite;
}

.symbol-glass {
  position: absolute;
  z-index: 2;
  top: 23%;
  width: 84px;
  height: 210px;
  border: 2px solid rgba(255, 255, 255, 0.63);
  border-radius: 30px 30px 45% 45% / 60px 60px 24% 24%;
  transform-origin: center bottom;
}

.symbol-glass::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 92px;
  background: rgba(255, 255, 255, 0.63);
}

.symbol-glass::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 91px);
  width: 94px;
  height: 2px;
  background: rgba(255, 255, 255, 0.63);
  transform: translateX(-50%);
}

.symbol-left {
  left: 27%;
  transform: rotate(21deg);
}

.symbol-right {
  right: 27%;
  transform: rotate(-21deg);
}

.clink-symbol > i {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 27%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--toast-gold-bright);
  box-shadow:
    0 0 20px 8px rgba(255, 225, 160, 0.48),
    0 -36px 0 -4px #fff,
    29px -22px 0 -4px #fff,
    -29px -22px 0 -4px #fff;
  transform: translateX(-50%);
}

.label-remains {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) 1.1fr;
  gap: clamp(70px, 10vw, 150px);
  align-items: center;
  padding-block: clamp(110px, 12vw, 190px);
  color: var(--toast-ink);
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(17, 19, 25, 0.07) 50%, transparent 50.05%),
    var(--toast-ivory);
}

.label-visual {
  position: relative;
  width: min(100%, 570px);
}

.label-visual figure {
  position: relative;
  aspect-ratio: 0.79;
  margin: 0;
  overflow: hidden;
  background: #091229;
  box-shadow: 0 35px 100px rgba(8, 13, 27, 0.22);
}

.label-visual figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.45);
}

.label-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 82%;
  filter: saturate(0.8) contrast(1.15) brightness(0.78);
  transform: scale(1.14);
}

.label-scan {
  position: absolute;
  z-index: 3;
  left: 8%;
  right: 8%;
  top: 65%;
  height: 1px;
  background: var(--toast-gold-bright);
  box-shadow: 0 0 15px 4px rgba(255, 225, 160, 0.4);
  animation: label-scan 4.8s ease-in-out infinite;
}

.label-visual > small {
  position: absolute;
  z-index: 4;
  right: -38px;
  bottom: 45px;
  padding: 12px 17px;
  background: #0b0e16;
  color: var(--toast-gold-bright);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.label-copy {
  max-width: 680px;
}

.label-copy h2 {
  margin: 30px 0 38px;
}

.label-copy > p:not(.section-label, .label-signature) {
  max-width: 600px;
  color: #606269;
  font-size: 17px;
  line-height: 1.8;
}

.label-copy .label-signature {
  margin: 45px 0 40px;
  padding-left: 26px;
  border-left: 2px solid #9e762e;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.15;
}

.already-cold {
  padding-block: clamp(110px, 11vw, 180px);
  color: var(--toast-ink);
  background:
    radial-gradient(circle at 84% 16%, rgba(49, 94, 203, 0.08), transparent 25%),
    #f1ede5;
}

.cold-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.3fr 0.9fr;
  gap: 6vw;
  align-items: end;
  margin-bottom: 85px;
}

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

.cold-sequence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(17, 19, 25, 0.18);
  border-bottom: 1px solid rgba(17, 19, 25, 0.18);
  list-style: none;
}

.cold-sequence li {
  min-height: 290px;
  padding: 38px;
  border-right: 1px solid rgba(17, 19, 25, 0.18);
}

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

.cold-sequence li > span {
  display: block;
  margin-bottom: 72px;
  color: #9e762e;
  font-size: 9px;
  letter-spacing: 0.18em;
}

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

.cold-sequence p {
  margin: 12px 0 0;
  color: #65676e;
  line-height: 1.7;
}

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

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

.champagne-price small {
  grid-column: 1 / -1;
  color: #7c7e84;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.champagne-price span {
  align-self: center;
  color: #74767d;
  font-size: 12px;
}

.toast-occasions {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
  padding-block: clamp(110px, 11vw, 175px);
  background:
    radial-gradient(circle at 12% 25%, rgba(217, 181, 109, 0.1), transparent 26%),
    #080a10;
}

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

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

.toast-occasion-intro > p:last-child {
  color: rgba(241, 237, 229, 0.62);
}

.toast-occasion-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.toast-occasion-list a {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr 0.9fr auto;
  align-items: center;
  min-height: 145px;
  gap: 24px;
  padding: 24px 25px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.toast-occasion-list a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(217, 181, 109, 0.18), transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.toast-occasion-list a:hover::before,
.toast-occasion-list a:focus-visible::before {
  transform: translateX(0);
}

.toast-occasion-list a > * {
  position: relative;
  z-index: 2;
}

.toast-occasion-list span {
  color: #a7adbc;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.toast-occasion-list strong {
  font-family: var(--font-display);
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 400;
}

.toast-occasion-list small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.toast-occasion-list i {
  font-style: normal;
}

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

.champagne-faq .section-heading,
.champagne-faq .product-faq {
  position: relative;
  z-index: 2;
}

.champagne-faq .section-heading h2 {
  margin-top: 30px;
  font-family: var(--font-display);
  font-size: clamp(58px, 6.5vw, 104px);
  font-weight: 400;
  line-height: 0.87;
  letter-spacing: -0.05em;
}

.champagne-faq .section-heading h2 em {
  color: #9e762e;
  font-weight: 400;
}

.faq-bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.faq-bubbles i:nth-child(1) { left: 5%; bottom: 8%; width: 100px; height: 100px; animation-duration: 12s; }
.faq-bubbles i:nth-child(2) { left: 22%; bottom: -50px; width: 55px; height: 55px; animation-delay: -5s; animation-duration: 10s; }
.faq-bubbles i:nth-child(3) { right: 4%; bottom: 5%; width: 26px; height: 26px; animation-delay: -3s; }

.champagne-complete {
  padding-block: clamp(110px, 11vw, 175px);
  background:
    radial-gradient(circle at 90% 10%, rgba(49, 94, 203, 0.12), transparent 24%),
    #07090e;
}

.champagne-complete-heading {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 80px;
}

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

.champagne-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);
}

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

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

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

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

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

.champagne-complete-links p {
  max-width: 265px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
}

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

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

.champagne-final > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  filter: saturate(0.62) contrast(1.16) brightness(0.52);
}

.champagne-final-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at center, transparent 4%, rgba(5, 7, 12, 0.35) 52%, rgba(5, 7, 12, 0.84)),
    linear-gradient(90deg, rgba(5, 7, 12, 0.72), rgba(5, 7, 12, 0.28));
}

.final-bubble {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 225, 160, 0.22);
  border-radius: 50%;
}

.final-bubble-one {
  left: 5%;
  top: 18%;
  width: 230px;
  height: 230px;
}

.final-bubble-two {
  right: 7%;
  bottom: 12%;
  width: 120px;
  height: 120px;
}

.champagne-final-copy {
  width: min(100% - 10vw, 1000px);
  padding: 105px 40px;
  text-align: center;
}

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

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

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

.champagne-final-copy h2 {
  margin: 18px 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;
}

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

.champagne-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, 7, 12, 0.58);
  backdrop-filter: blur(14px);
}

.champagne-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;
}

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

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

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

@keyframes toast-star {
  0%, 100% { opacity: 0.18; transform: scale(0.7); }
  48% { opacity: 1; transform: scale(1.45); }
}

@keyframes bottle-arrival {
  from { opacity: 0; filter: saturate(0.25) contrast(1.3) brightness(0.22); transform: translateY(5%) scale(1.2); }
  to { opacity: 1; filter: saturate(0.82) contrast(1.1) brightness(0.72); transform: scale(1.08); }
}

@keyframes bottle-glint {
  0%, 40% { transform: rotate(10deg) translateX(-280%); }
  62%, 100% { transform: rotate(10deg) translateX(900%); }
}

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

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

@keyframes clink-left {
  0%, 42%, 100% { transform: rotate(17deg); }
  52%, 60% { transform: translateX(15px) rotate(28deg); }
}

@keyframes clink-right {
  0%, 42%, 100% { transform: rotate(-17deg); }
  52%, 60% { transform: translateX(-15px) rotate(-28deg); }
}

@keyframes clink-spark {
  0%, 46%, 68%, 100% { opacity: 0; transform: scale(0.5); }
  53%, 59% { opacity: 1; transform: scale(1.25); }
}

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

@keyframes bubble-rise {
  0% { opacity: 0; transform: translateY(0) scale(0.7); }
  18% { opacity: 0.7; }
  78% { opacity: 0.25; }
  100% { opacity: 0; transform: translateY(-900px) scale(1.2); }
}

@keyframes label-scan {
  0%, 100% { opacity: 0.25; transform: translateY(-130px); }
  50% { opacity: 0.9; transform: translateY(130px); }
}

@media (max-width: 1120px) {
  .toast-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  }

  .toast-hero-visual {
    width: min(55vw, 690px);
  }

  .glass {
    width: 44px;
    height: 130px;
  }

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

  .symbol-glass {
    width: 68px;
    height: 170px;
  }
}

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

  .toast-hero-copy {
    max-width: 720px;
    padding-bottom: 25px;
  }

  .toast-hero-copy h1 {
    font-size: clamp(86px, 18vw, 145px);
  }

  .toast-hero-visual {
    width: min(88vw, 700px);
    margin: 20px auto 0;
  }

  .toast-hero-note {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 12px;
  }

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

  .waiting-heading,
  .cold-heading {
    display: block;
    margin-bottom: 70px;
  }

  .waiting-heading h2,
  .cold-heading h2 {
    margin: 26px 0;
  }

  .waiting-heading > p:last-child,
  .cold-heading > p:last-child {
    max-width: 640px;
  }

  .ritual-inventory article {
    padding: 30px;
  }

  .ritual-inventory strong {
    margin-top: 75px;
  }

  .toast-manifesto {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 130px 24px 110px;
  }

  .clink-symbol {
    width: min(75vw, 470px);
    margin-top: 15px;
  }

  .label-remains {
    gap: 55px;
  }

  .cold-sequence li {
    min-height: 275px;
    padding: 30px;
  }

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

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

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

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

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

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

  .toast-hero-copy h1 {
    font-size: clamp(78px, 24vw, 108px);
  }

  .toast-hero-copy .toast-lead {
    margin-top: 32px;
    font-size: 25px;
  }

  .toast-hero-copy > p {
    font-size: 15px;
  }

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

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

  .toast-hero-visual {
    width: calc(100vw - 18px);
    margin-left: -9px;
  }

  .glass {
    top: 24%;
    width: 34px;
    height: 105px;
  }

  .glass::before {
    height: 50px;
  }

  .glass::after {
    top: calc(100% + 49px);
    width: 48px;
  }

  .ritual-index {
    right: 3%;
    bottom: 5%;
  }

  .toast-scroll {
    display: none;
  }

  .toast-hero-note {
    display: block;
    margin-top: 15px;
  }

  .toast-hero-note strong {
    display: block;
    margin-top: 4px;
  }

  .waiting-for-you,
  .label-remains,
  .already-cold,
  .toast-occasions,
  .champagne-faq,
  .champagne-complete {
    padding: 90px 18px;
  }

  .waiting-heading h2,
  .label-copy h2,
  .cold-heading h2,
  .toast-occasion-intro h2,
  .champagne-complete-heading h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

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

  .ritual-inventory article {
    min-height: 230px;
    padding: 28px;
  }

  .ritual-inventory strong {
    margin-top: 55px;
  }

  .toast-manifesto {
    padding: 105px 18px 90px;
  }

  .manifesto-kicker {
    gap: 9px;
    top: 78px;
  }

  .manifesto-kicker i {
    width: 20px;
  }

  .manifesto-copy h2 {
    font-size: clamp(48px, 13.5vw, 68px);
  }

  .manifesto-copy h2 span {
    font-size: 0.48em;
  }

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

  .manifesto-copy blockquote {
    padding-left: 18px;
    font-size: 27px;
  }

  .clink-symbol {
    width: min(91vw, 390px);
  }

  .symbol-glass {
    width: 54px;
    height: 138px;
  }

  .symbol-glass::before {
    height: 68px;
  }

  .symbol-glass::after {
    top: calc(100% + 67px);
    width: 72px;
  }

  .label-remains {
    grid-template-columns: 1fr;
  }

  .label-visual {
    width: calc(100% - 15px);
  }

  .label-visual > small {
    right: -15px;
    bottom: 28px;
  }

  .label-copy .label-signature {
    padding-left: 18px;
    font-size: 30px;
  }

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

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

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

  .cold-sequence li > span {
    margin-bottom: 32px;
  }

  .champagne-price {
    display: block;
  }

  .champagne-price p {
    display: block;
  }

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

  .champagne-price span {
    margin-top: 5px;
  }

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

  .toast-occasion-list a {
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
    min-height: 125px;
    padding-inline: 12px;
  }

  .toast-occasion-list small {
    display: none;
  }

  .champagne-faq .section-heading h2 {
    font-size: clamp(52px, 15vw, 74px);
  }

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

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

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

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

  .champagne-final {
    min-height: 930px;
  }

  .champagne-final > img {
    object-position: 52% 50%;
  }

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

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

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

  .champagne-final-copy > p:not(.champagne-seo-copy, .section-label, .form-status) {
    font-size: 17px;
  }

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

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

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

@media (prefers-reduced-motion: reduce) {
  .toast-stars i,
  .bottle-stage img,
  .gold-reflection,
  .ritual-orbit-one,
  .ritual-orbit-two,
  .glass-left,
  .glass-right,
  .clink-spark,
  .toast-scroll i::after,
  .bubble-field i,
  .clink-symbol::before,
  .clink-symbol::after,
  .label-scan,
  .faq-bubbles i {
    animation: none !important;
  }

  .bottle-stage img {
    opacity: 1;
    filter: saturate(0.82) contrast(1.1) brightness(0.72);
    transform: scale(1.08);
  }

  .clink-spark {
    opacity: 1;
    transform: scale(1);
  }
}
/* V3 — titres, bénéfices et réponses réunis dans un flux commercial */
.waiting-heading,.cold-heading,.champagne-faq .section-heading,.champagne-complete-heading{display:block;max-width:940px;margin-inline:auto;text-align:center}
.waiting-heading h2,.cold-heading h2,.champagne-faq .section-heading h2,.champagne-complete-heading h2{max-width:none;margin:0;font-size:clamp(2.9rem,4vw,4.7rem);line-height:.94}
.waiting-heading .section-label,.cold-heading .section-label,.champagne-faq .section-label,.champagne-complete-heading .section-label{margin:0 0 1rem}
.waiting-heading>p:last-child,.cold-heading>p:last-child,.champagne-faq .section-heading>p:last-child,.champagne-complete-heading>p:last-child{max-width:740px;margin:1.4rem auto 0;line-height:1.75}
.champagne-faq{display:block}.champagne-faq .product-faq{max-width:1050px;margin:3.2rem auto 0}
@media(max-width:760px){.waiting-heading,.cold-heading,.champagne-faq .section-heading,.champagne-complete-heading{text-align:left}.waiting-heading h2,.cold-heading h2,.champagne-faq .section-heading h2,.champagne-complete-heading h2{font-size:clamp(2.65rem,10.2vw,3.65rem)}.waiting-heading>p:last-child,.cold-heading>p:last-child,.champagne-faq .section-heading>p:last-child,.champagne-complete-heading>p:last-child{margin:1.2rem 0 0}.champagne-faq .product-faq{margin-top:2.4rem}}

/* V3.1 — préparation et offre regroupées dans un bloc sans vide résiduel */
.already-cold{padding-top:clamp(5.5rem,7vw,7.5rem);padding-bottom:clamp(4.5rem,6vw,6rem)}
.cold-heading{margin-bottom:3rem}
.cold-sequence li{min-height:220px;padding:2rem}
.cold-sequence li>span{margin-bottom:3rem}
.champagne-price{margin-top:2rem;padding:1.5rem 1.75rem;border:1px solid rgba(17,19,25,.18);background:rgba(255,255,255,.28)}
.champagne-price strong{font-size:clamp(1.75rem,2.2vw,2.25rem)}
@media(max-width:760px){.cold-sequence li{min-height:0}.champagne-price{padding:1.35rem}.champagne-price .text-link{margin-top:1.5rem}}
/* Échelle mobile resserrée après contrôle navigateur. */
@media (max-width: 640px) {
  .toast-hero-copy h1 {
    font-size: clamp(54px, 17vw, 68px);
    line-height: 0.9;
  }

  .champagne-final-copy h2 {
    font-size: clamp(52px, 16vw, 72px);
  }
}
/* Microtypographie lisible sur les surfaces de conversion. */
.manifesto-kicker,.toast-occasion-list small,.champagne-availability label{color:rgba(255,255,255,.72);font-size:11px}
