:root {
  --paper: #fffdf9;
  --paper-2: #fff7ee;
  --surface: #ffffff;
  --surface-warm: #fff6ea;
  --ink: #241316;
  --ink-soft: #533d3f;
  --muted: #765f61;
  --muted-2: #9a8581;
  --wine: #6f0f22;
  --wine-2: #4b0715;
  --wine-soft: #8f2940;
  --plum: #260a17;
  --gold: #c9964f;
  --gold-2: #e8bf78;
  --cream: #fff6e9;
  --cream-2: #f5dfc4;
  --line: rgba(111, 15, 34, .11);
  --line-gold: rgba(201, 150, 79, .24);
  --shadow-soft: 0 20px 60px rgba(56, 24, 24, .09);
  --shadow-hover: 0 26px 80px rgba(70, 22, 31, .14);
  --shadow-gold: 0 18px 54px rgba(201, 150, 79, .15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 6%, rgba(216, 170, 100, .16), transparent 28rem),
    radial-gradient(circle at 88% 2%, rgba(111, 15, 34, .08), transparent 27rem),
    linear-gradient(180deg, #fffdf9 0%, #fffaf4 48%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(111, 15, 34, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 15, 34, .025) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 54%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: var(--progress, 0%);
  height: 3px;
  background: linear-gradient(90deg, var(--wine), var(--gold), var(--gold-2));
  box-shadow: 0 0 16px rgba(201, 150, 79, .45);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  z-index: -2;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(201, 150, 79, .13), transparent 62%);
  filter: blur(18px);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .35s ease;
}

body.has-pointer .cursor-glow {
  opacity: 1;
}

.ambient {
  position: fixed;
  z-index: -3;
  border-radius: 50%;
  filter: blur(24px);
  pointer-events: none;
  opacity: .55;
  animation: ambientFloat 14s ease-in-out infinite alternate;
}

.ambient-one {
  width: 22rem;
  height: 22rem;
  top: 16vh;
  left: -9rem;
  background: radial-gradient(circle, rgba(111, 15, 34, .11), transparent 68%);
}

.ambient-two {
  width: 26rem;
  height: 26rem;
  right: -10rem;
  bottom: 14vh;
  background: radial-gradient(circle, rgba(201, 150, 79, .14), transparent 68%);
  animation-delay: -3s;
}

.section-shell {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(100% - 40px, 1120px);
  height: 74px;
  padding: 0 22px 0 18px;
  border: 1px solid rgba(111, 15, 34, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 48px rgba(48, 21, 21, .08);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
  transition: height .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.site-header.is-scrolled {
  height: 64px;
  background: rgba(255, 253, 249, .92);
  border-color: rgba(111, 15, 34, .13);
  box-shadow: 0 16px 56px rgba(48, 21, 21, .11);
}

.brand {
  width: 156px;
  overflow: hidden;
}

.brand img {
  width: 190px;
  max-width: none;
  filter: drop-shadow(0 8px 14px rgba(111, 15, 34, .09));
}

nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

nav a {
  position: relative;
  padding: 10px 14px;
  color: rgba(64, 35, 38, .66);
  font-size: 13px;
  font-weight: 800;
  transition: color .25s ease, background .25s ease;
}

nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 1px;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2, .9, .2, 1);
}

nav a:hover,
nav a.is-active {
  color: var(--wine);
}

nav a:hover::after,
nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--wine), var(--wine-2));
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(111, 15, 34, .18);
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: .97fr 1.03fr;
  align-items: center;
  gap: 54px;
  padding: 150px 0 88px;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -34px;
  width: 114px;
  height: 114px;
  border: 1px solid rgba(201, 150, 79, .22);
  border-radius: 50%;
  opacity: .55;
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--wine);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -.052em;
  line-height: .99;
  color: var(--ink);
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.2vw, 5.95rem);
}

h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 3vw;
}

h3 {
  font-size: 21px;
  line-height: 1.16;
  letter-spacing: -.02em;
  color: var(--ink);
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.lead {
  max-width: 610px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  --button-x: 50%;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  overflow: hidden;
  border: 0;
  font-weight: 900;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s ease, border-color .3s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--button-x) 50%, rgba(255,255,255,.28), transparent 22%), linear-gradient(135deg, var(--wine), var(--wine-2));
  transition: opacity .3s ease;
}

.button::after {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -48px;
  z-index: -1;
  width: 34px;
  background: rgba(255,255,255,.46);
  filter: blur(10px);
  transform: rotate(22deg) translateX(-130px);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.button.primary {
  color: var(--cream);
  box-shadow: 0 18px 44px rgba(111, 15, 34, .22), 0 7px 22px rgba(201, 150, 79, .13);
}

.button.ghost {
  border: 1px solid rgba(111, 15, 34, .12);
  color: var(--wine);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 14px 34px rgba(56, 24, 24, .06);
}

.button.ghost::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 246, 234, .78));
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 66px rgba(111, 15, 34, .26), 0 10px 26px rgba(201, 150, 79, .14);
}

.button:hover::after {
  transform: rotate(22deg) translateX(380px);
}

.microcopy {
  margin: 15px 0 0;
  color: var(--muted-2);
  font-size: 13px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.trust-row span {
  position: relative;
  padding: 10px 14px 10px 28px;
  border: 1px solid rgba(111, 15, 34, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--ink-soft);
  box-shadow: 0 10px 28px rgba(56, 24, 24, .055);
  font-size: 12px;
  font-weight: 800;
}

.trust-row span::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(201, 150, 79, .48);
  transform: translateY(-50%);
}

.hero-art {
  min-height: 625px;
  perspective: 1200px;
}

.product-stage {
  position: relative;
  display: grid;
  place-items: center;
  height: 625px;
  overflow: hidden;
  border: 1px solid rgba(111, 15, 34, .10);
  border-radius: 58px;
  background:
    radial-gradient(circle at 50% 36%, rgba(201, 150, 79, .20), transparent 31%),
    radial-gradient(circle at 72% 20%, rgba(111, 15, 34, .08), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 246, 234, .78));
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .85);
  transform-style: preserve-3d;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(201, 150, 79, .14);
  border-radius: 46px;
  pointer-events: none;
}

.product-stage::after {
  content: "";
  position: absolute;
  top: -18%;
  left: -22%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.92), transparent 60%);
  opacity: .7;
  pointer-events: none;
}

.stage-halo {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 150, 79, .18), transparent 62%);
  filter: blur(10px);
  animation: pulseHalo 4.8s ease-in-out infinite;
}

.sun-orbit {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(201, 150, 79, .22);
  border-radius: 50%;
  opacity: .75;
  animation: spin 24s linear infinite;
}

.sun-orbit::before,
.sun-orbit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 24px rgba(201, 150, 79, .58);
}

.sun-orbit::before {
  top: 28px;
  left: 74px;
}

.sun-orbit::after {
  right: 44px;
  bottom: 68px;
  width: 8px;
  height: 8px;
}

.jar {
  position: relative;
  z-index: 2;
  width: 286px;
  height: 318px;
  border-radius: 34px 34px 54px 54px;
  background:
    linear-gradient(110deg, rgba(255,255,255,.70), transparent 34%),
    linear-gradient(180deg, #fff5e8, #dfc5a7);
  box-shadow: 0 34px 70px rgba(85, 51, 38, .18), inset -18px -20px 30px rgba(85, 38, 23, .10), inset 18px 16px 30px rgba(255, 255, 255, .55);
  animation: floatJar 5.2s ease-in-out infinite;
  transform: translateZ(70px);
}

.lid {
  position: absolute;
  top: -42px;
  left: 14px;
  right: 14px;
  height: 70px;
  border-radius: 22px 22px 16px 16px;
  background: linear-gradient(90deg, #4f0717, #8d1830 48%, #4f0717);
  box-shadow: inset 0 10px 0 rgba(255, 255, 255, .12), 0 16px 25px rgba(111, 15, 34, .18);
}

.lid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9c6b2d, #f2d18d 48%, #986522);
}

.jar-gloss {
  position: absolute;
  inset: 16px auto 24px 34px;
  width: 54px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,0));
  opacity: .56;
  filter: blur(2px);
}

.label {
  position: absolute;
  inset: 92px 26px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid rgba(111, 15, 34, .22);
  border-bottom: 1px solid rgba(111, 15, 34, .22);
  color: var(--wine-2);
}

.label strong {
  font-family: var(--serif);
  font-size: 37px;
  letter-spacing: .02em;
}

.label span {
  margin: 10px 0;
  color: rgba(75, 7, 21, .74);
  font-family: var(--serif);
  font-size: 12px;
}

.label small {
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ingredient-card {
  position: absolute;
  z-index: 4;
  padding: 12px 16px;
  border: 1px solid rgba(201, 150, 79, .28);
  border-radius: 999px;
  background: rgba(255, 253, 249, .70);
  color: var(--wine);
  box-shadow: 0 18px 46px rgba(56, 24, 24, .10);
  backdrop-filter: blur(14px);
  font-family: var(--serif);
  animation: floatChip 4.8s ease-in-out infinite;
}

.card-a { top: 140px; left: 52px; }
.card-b { right: 38px; top: 222px; animation-delay: -.8s; }
.card-c { left: 72px; bottom: 130px; animation-delay: -1.6s; }

.marquee {
  overflow: hidden;
  border-block: 1px solid rgba(201, 150, 79, .20);
  background: linear-gradient(90deg, var(--wine-2), var(--wine), var(--wine-2));
}

.marquee div {
  display: flex;
  width: max-content;
  animation: marquee 29s linear infinite;
}

.marquee span {
  padding: 18px 28px;
  color: rgba(255, 246, 233, .82);
  font-family: var(--serif);
  font-size: 19px;
  white-space: nowrap;
}

.pain,
.solution,
.benefits,
.comparison,
.ritual,
.social-proof,
.ideal,
.offer,
.faq,
.final-cta {
  padding: 102px 0;
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 72px;
}

.editorial-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(111, 15, 34, .10);
  border-radius: 42px;
  box-shadow: var(--shadow-soft);
  transform-style: preserve-3d;
  background: #fff;
}

.editorial-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.10), transparent 28%, transparent 66%, rgba(111,15,34,.13));
  pointer-events: none;
}

.editorial-panel img {
  width: 100%;
  height: 545px;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 1.2s cubic-bezier(.2, .8, .2, 1);
}

.editorial-panel:hover img {
  transform: scale(1.075);
}

.section-copy p,
.section-heading p {
  max-width: 690px;
  font-size: 16px;
}

.section-heading {
  margin-bottom: 44px;
}

.section-heading.center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.center p {
  margin-inline: auto;
}

.center {
  text-align: center;
}

.solution {
  position: relative;
}

.solution::before,
.benefits::before,
.social-proof::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: min(96vw, 1180px);
  height: 560px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(201, 150, 79, .09), transparent 67%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.formula-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.formula-item {
  position: relative;
  isolation: isolate;
  min-height: 158px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(111, 15, 34, .09);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255, 247, 236, .82));
  box-shadow: var(--shadow-soft);
  transform-style: preserve-3d;
  transition: transform .42s ease, box-shadow .35s ease, border-color .35s ease;
}

.formula-item::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(201, 150, 79, .15), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.62), transparent 45%);
}

.formula-item:hover {
  border-color: rgba(201, 150, 79, .30);
  box-shadow: var(--shadow-hover);
}

.formula-item small {
  display: block;
  margin-bottom: 16px;
  color: var(--wine);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.formula-item strong {
  display: block;
  max-width: 280px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.formula-item > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201, 150, 79, .28);
  border-radius: 50%;
  background: rgba(255,255,255,.45);
}

.formula-item > span::before,
.formula-item > span::after {
  content: "";
  position: absolute;
  background: var(--gold);
  opacity: .75;
}

.formula-item > span::before {
  top: 17px;
  left: 9px;
  right: 9px;
  height: 1px;
}

.formula-item > span::after {
  left: 17px;
  top: 9px;
  bottom: 9px;
  width: 1px;
}

.benefits {
  position: relative;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.premium-card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  isolation: isolate;
  min-height: 350px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid rgba(111, 15, 34, .09);
  border-radius: 32px;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(201, 150, 79, .13), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255, 248, 240, .92));
  box-shadow: 0 18px 48px rgba(56, 24, 24, .075), inset 0 1px 0 rgba(255, 255, 255, .9);
  transform-style: preserve-3d;
  transition: transform .48s cubic-bezier(.2, .8, .2, 1), border-color .38s ease, box-shadow .38s ease, background .38s ease;
}

.premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(111, 15, 34, .055), transparent 28%, transparent 62%, rgba(201, 150, 79, .14)),
    radial-gradient(circle at 50% 0%, rgba(201, 150, 79, .12), transparent 34%);
  opacity: .95;
}

.premium-card::after {
  content: "";
  position: absolute;
  inset: -80px auto -80px -80px;
  z-index: -1;
  width: 42px;
  background: rgba(255, 255, 255, .70);
  filter: blur(14px);
  opacity: 0;
  transform: rotate(20deg) translateX(-120px);
  transition: opacity .3s ease, transform .95s cubic-bezier(.2, .8, .2, 1);
}

.premium-card:hover {
  border-color: rgba(201, 150, 79, .36);
  box-shadow: var(--shadow-hover), 0 18px 46px rgba(201, 150, 79, .12);
}

.premium-card:hover::after {
  opacity: 1;
  transform: rotate(20deg) translateX(460px);
}

.card-glow {
  position: absolute;
  right: -72px;
  top: -82px;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 150, 79, .23), transparent 62%);
  opacity: .55;
  transition: transform .6s ease, opacity .4s ease;
}

.premium-card:hover .card-glow {
  transform: scale(1.2) translate(-16px, 16px);
  opacity: .82;
}

.card-topline {
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 150, 79, .58), transparent);
  opacity: .75;
}

.card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 44px;
}

.icon-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(201, 150, 79, .30);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 30%, rgba(201, 150, 79, .18), transparent 42%),
    rgba(255, 255, 255, .70);
  box-shadow: inset 0 0 0 8px rgba(201, 150, 79, .035), 0 14px 30px rgba(111, 15, 34, .08);
  transform: translateZ(36px);
}

.icon-ring::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(201, 150, 79, .14);
  border-radius: inherit;
  animation: ringPulse 3.5s ease-in-out infinite;
}

.icon-ring i {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
}

.icon-ring.water i {
  border-radius: 60% 60% 60% 0;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  transform: rotate(-45deg);
}

.icon-ring.sparkle i::before,
.icon-ring.sparkle i::after,
.icon-ring.flower i::before,
.icon-ring.flower i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  clip-path: polygon(50% 0, 61% 37%, 100% 50%, 61% 63%, 50% 100%, 39% 63%, 0 50%, 39% 37%);
}

.icon-ring.sparkle i::after {
  transform: scale(.55) rotate(45deg) translate(16px, -11px);
  opacity: .7;
}

.icon-ring.leaf i {
  width: 26px;
  height: 18px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  transform: rotate(-28deg);
}

.icon-ring.leaf i::after {
  content: "";
  position: absolute;
  left: 12px;
  top: -5px;
  width: 1px;
  height: 32px;
  background: rgba(75, 7, 21, .45);
  transform: rotate(42deg);
}

.icon-ring.flower i::after {
  transform: rotate(45deg);
  opacity: .7;
}

.benefit-index {
  color: rgba(111, 15, 34, .20);
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.04em;
}

.card-kicker {
  margin-bottom: 13px;
  color: var(--wine);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.benefit-card h3 {
  max-width: 230px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 20px;
}

.benefit-card > p:not(.card-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.card-footer {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(111, 15, 34, .08);
  color: rgba(83, 61, 63, .56);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.card-footer span:last-child {
  color: rgba(201, 150, 79, .70);
  font-family: var(--serif);
  letter-spacing: 0;
}

.cta-space {
  margin-top: 38px;
}

.comparison-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(111, 15, 34, .10);
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255, 248, 240, .84));
  box-shadow: var(--shadow-soft);
  transform-style: preserve-3d;
}

.comparison-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(201, 150, 79, .13);
  border-radius: 28px;
  pointer-events: none;
}

.compare-col {
  padding: 36px;
}

.compare-col h3 {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: 28px;
}

.compare-col p {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 14px 0;
  padding: 15px 18px;
  border-radius: 17px;
  line-height: 1.35;
}

.compare-col p span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
}

.compare-col.muted p {
  background: rgba(111, 15, 34, .035);
  color: rgba(83, 61, 63, .70);
}

.compare-col.muted p span {
  background: rgba(111, 15, 34, .22);
}

.compare-col.highlighted {
  background: linear-gradient(145deg, rgba(111, 15, 34, .08), rgba(201, 150, 79, .08));
}

.compare-col.highlighted h3 {
  color: var(--wine);
}

.compare-col.highlighted p {
  background: rgba(255, 255, 255, .58);
  color: var(--ink-soft);
  box-shadow: inset 0 0 0 1px rgba(201, 150, 79, .13);
}

.compare-col.highlighted p span {
  background: var(--gold);
  box-shadow: 0 0 14px rgba(201, 150, 79, .55);
}

.compare-divider {
  background: linear-gradient(transparent, rgba(201, 150, 79, .42), transparent);
}

.ritual {
  position: relative;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: start;
  gap: 54px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 70px 64px;
  border-radius: 48px;
  background:
    radial-gradient(circle at 14% 12%, rgba(201, 150, 79, .19), transparent 28rem),
    linear-gradient(135deg, var(--plum), var(--wine-2) 54%, #2b0711);
  box-shadow: 0 28px 86px rgba(111, 15, 34, .18);
  overflow: hidden;
}

.ritual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 246, 233, .10);
  border-radius: 34px;
  pointer-events: none;
}

.ritual .eyebrow {
  color: var(--gold-2);
}

.ritual h2,
.ritual h3 {
  color: var(--cream);
}

.ritual p {
  color: rgba(255, 246, 233, .72);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-card {
  position: relative;
  min-height: 318px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 246, 233, .14);
  border-radius: 30px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(201, 150, 79, .16), transparent 36%),
    rgba(255, 246, 233, .075);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .16);
  backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  transition: border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.step-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(0deg, rgba(201, 150, 79, .12), transparent);
  pointer-events: none;
}

.step-card:hover {
  border-color: rgba(201, 150, 79, .42);
  background: rgba(255, 246, 233, .095);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22), 0 16px 50px rgba(201, 150, 79, .08);
}

.step-card span {
  display: block;
  margin-bottom: 48px;
  color: rgba(232, 191, 120, .45);
  font-family: var(--serif);
  font-size: 48px;
  line-height: .9;
}

.step-line {
  position: absolute;
  top: 103px;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 191, 120, .65), transparent);
}

.step-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 18px rgba(232, 191, 120, .65);
  animation: stepDot 3.8s ease-in-out infinite;
}

.step-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(111, 15, 34, .09);
  border-radius: 32px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(201, 150, 79, .12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255, 248, 240, .78));
  box-shadow: var(--shadow-soft);
  transform-style: preserve-3d;
}

figure::before {
  content: "“";
  position: absolute;
  right: 24px;
  top: -24px;
  color: rgba(201, 150, 79, .14);
  font-family: var(--serif);
  font-size: 112px;
  line-height: 1;
}

figure div {
  color: var(--gold);
  letter-spacing: .14em;
}

blockquote {
  position: relative;
  margin: 20px 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.24;
}

figcaption {
  color: var(--muted-2);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 18px 16px 52px;
  border: 1px solid rgba(111, 15, 34, .09);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  color: var(--ink-soft);
  box-shadow: 0 10px 28px rgba(56, 24, 24, .045);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(201, 150, 79, .14);
  color: var(--wine);
  font-weight: 900;
  transform: translateY(-50%);
}

.quote-panel {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
  border: 1px solid rgba(111, 15, 34, .09);
  border-radius: 42px;
  background: linear-gradient(rgba(255, 253, 249, .10), rgba(43, 7, 17, .76)), url('assets/papapa.png') top/cover;
  box-shadow: var(--shadow-soft);
  transform-style: preserve-3d;
}

.quote-panel p {
  margin-bottom: 20px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.12;
}

.quote-panel span {
  color: var(--gold-2);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 34px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(201, 150, 79, .22);
  border-radius: 44px;
  background:
    radial-gradient(circle at 20% 0, rgba(201, 150, 79, .24), transparent 36%),
    linear-gradient(145deg, var(--plum), var(--wine-2) 54%, #2b0711);
  box-shadow: 0 28px 86px rgba(111, 15, 34, .18);
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 246, 233, .10);
  border-radius: 32px;
  pointer-events: none;
}

.offer-copy {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.offer-copy .eyebrow {
  color: var(--gold-2);
}

.offer-copy h2 {
  color: var(--cream);
}

.offer-copy p {
  color: rgba(255, 246, 233, .70);
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 26px 0;
}

.price-line span {
  color: rgba(255, 246, 233, .56);
  font-size: 17px;
}

.price-line strong {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 40px;
}

.waitlist-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 246, 233, .13);
  border-radius: 34px;
  background: rgba(255, 246, 233, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

label {
  color: rgba(255, 246, 233, .76);
  font-size: 13px;
  font-weight: 800;
}

.field-label {
  display: block;
}

input {
  width: 100%;
  height: 56px;
  margin-top: 8px;
  padding: 0 17px;
  border: 1px solid rgba(255, 246, 233, .16);
  border-radius: 18px;
  outline: none;
  background: rgba(255, 255, 255, .10);
  color: var(--cream);
  font: inherit;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .25s ease;
}

input:focus {
  border-color: var(--gold-2);
  background: rgba(255, 255, 255, .14);
  box-shadow: 0 0 0 4px rgba(201, 150, 79, .13);
  transform: translateY(-1px);
}

input::placeholder {
  color: rgba(255, 246, 233, .40);
}

.full {
  width: 100%;
  font-size: 15px;
}

.full:disabled {
  cursor: wait;
  opacity: .72;
}

.form-note,
.form-status {
  margin: 0;
  color: rgba(255, 246, 233, .54);
  font-size: 12px;
  line-height: 1.55;
}

.form-status.success {
  color: #ffe4a7;
}

.form-status.error {
  color: #ffb3b3;
}

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  overflow: hidden;
  border: 1px solid rgba(111, 15, 34, .09);
  border-radius: 23px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 34px rgba(56, 24, 24, .045);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

details:hover,
details[open] {
  border-color: rgba(201, 150, 79, .28);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 23px 28px;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--wine);
  font-size: 22px;
  line-height: 1;
  transition: transform .3s ease;
}

details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

details p {
  margin: 0;
  padding: 0 28px 24px;
}

.final-cta {
  position: relative;
  margin-bottom: 0;
  padding: 82px 60px;
  border-radius: 48px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 150, 79, .20), transparent 35%),
    linear-gradient(135deg, var(--plum), var(--wine-2));
  box-shadow: 0 28px 86px rgba(111, 15, 34, .16);
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 246, 233, .10);
  border-radius: 34px;
  pointer-events: none;
}

.final-cta h2 {
  max-width: 740px;
  margin-inline: auto;
  color: var(--cream);
}

.final-cta p {
  max-width: 620px;
  margin: 22px auto 32px;
  color: rgba(255, 246, 233, .70);
  font-size: 17px;
}

footer {
  margin-top: 88px;
  padding: 36px 20px;
  border-top: 1px solid rgba(111, 15, 34, .08);
  background: #fffdf9;
  text-align: center;
}

footer img {
  width: 180px;
  margin: 0 auto 16px;
  filter: drop-shadow(0 8px 14px rgba(111, 15, 34, .08));
}

footer p {
  margin: 0;
  color: var(--muted-2);
  font-size: 13px;
}

[data-animate] {
  opacity: 0;
  transition:
    opacity .86s ease,
    transform .92s cubic-bezier(.18, .84, .25, 1),
    filter .92s ease,
    clip-path .92s cubic-bezier(.18, .84, .25, 1);
  will-change: transform, opacity, filter, clip-path;
}

[data-animate="fade-up"] {
  transform: translate3d(0, 34px, 0);
  filter: blur(8px);
}

[data-animate="fade-down"] {
  transform: translate3d(-50%, -22px, 0);
  filter: blur(8px);
}

[data-animate="fade-left"] {
  transform: translate3d(-42px, 0, 0) rotate(-1.8deg);
  filter: blur(8px);
}

[data-animate="scale-soft"] {
  transform: scale(.955) translate3d(0, 28px, 0);
  filter: blur(8px);
}

[data-animate="card-rise"] {
  transform: translate3d(0, 52px, 0) scale(.965);
  filter: blur(10px);
  clip-path: inset(10% 0 0 0 round 30px);
}

[data-animate].is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0 round 0);
}

[data-animate="fade-up"].is-visible,
[data-animate="scale-soft"].is-visible,
[data-animate="card-rise"].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

[data-animate="fade-down"].is-visible {
  transform: translate3d(-50%, 0, 0);
}

[data-animate="fade-left"].is-visible {
  transform: translate3d(0, 0, 0) rotate(-1.8deg);
}

.tilt-card {
  transform-style: preserve-3d;
}

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

@keyframes floatJar {
  0%, 100% { transform: translate3d(0, 0, 70px) rotate(-.6deg); }
  50% { transform: translate3d(0, -14px, 70px) rotate(.8deg); }
}

@keyframes floatChip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes pulseHalo {
  0%, 100% { transform: scale(.92); opacity: .54; }
  50% { transform: scale(1.08); opacity: .92; }
}

@keyframes ambientFloat {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(30px, -26px, 0) scale(1.08); }
}

@keyframes ringPulse {
  0%, 100% { transform: scale(.96); opacity: .42; }
  50% { transform: scale(1.12); opacity: .84; }
}

@keyframes stepDot {
  0%, 100% { transform: translateX(0); opacity: .5; }
  50% { transform: translateX(-28px); opacity: 1; }
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-card {
    min-height: 330px;
  }
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .hero,
  .split,
  .ritual,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 126px;
    gap: 36px;
  }

  .hero-art {
    min-height: 500px;
  }

  .product-stage {
    height: 555px;
  }

  .steps,
  .formula-band {
    grid-template-columns: 1fr;
  }

  .editorial-panel img {
    height: 430px;
  }

  .ritual,
  .final-cta {
    padding: 58px 28px;
    border-radius: 36px;
  }

  .offer-card {
    padding: 20px;
  }

  .site-header {
    top: 10px;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 640px) {
  .section-shell {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    height: 62px;
    padding-inline: 16px;
  }

  .site-header.is-scrolled {
    height: 58px;
  }

  .brand {
    width: 118px;
  }

  .brand img {
    width: 130px;
  }

  h1 {
    font-size: 44px;
  }

  .lead {
    font-size: 16px;
  }

  h2 {
    font-size: 34px;
    line-height: 1.02;
  }

  .section-copy p,
  .section-heading p {
    font-size: 15px;
    line-height: 1.65;
  }

  .button {
    width: 100%;
  }

  .hero {
    padding-bottom: 52px;
  }

  .product-stage {
    height: 500px;
    border-radius: 34px;
  }

  .jar {
    width: 230px;
    height: 260px;
  }

  .label strong {
    font-size: 28px;
  }

  .ingredient-card {
    display: none;
  }

  .pain,
  .solution,
  .benefits,
  .comparison,
  .social-proof,
  .ideal,
  .offer,
  .faq {
    padding: 72px 0;
  }

  .ritual,
  .final-cta {
    padding: 54px 20px;
  }

  .benefit-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .premium-card {
    min-height: 330px;
  }

  .comparison-card {
    grid-template-columns: 1fr;
  }

  .compare-divider {
    width: 100%;
    height: 1px;
  }

  .compare-col {
    padding: 24px;
  }

  .quote-panel {
    min-height: 390px;
    padding: 30px;
  }

  .quote-panel p {
    font-size: 27px;
  }

  .price-line {
    display: block;
  }

  .price-line strong {
    display: block;
    font-size: 34px;
  }

  .waitlist-form {
    padding: 20px;
    border-radius: 26px;
  }

  blockquote {
    font-size: 21px;
  }

  .hero-actions {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .cursor-glow {
    display: none;
  }

  [data-animate] {
    opacity: 1;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .site-header[data-animate] {
    transform: translateX(-50%) !important;
  }
}

/* =========================================================
   PRODUCT SALES REFRESH — versão mais clear, leve e focada no produto
   ========================================================= */
body {
  background:
    radial-gradient(circle at 72% 8%, rgba(201, 150, 79, .12), transparent 28rem),
    radial-gradient(circle at 10% 12%, rgba(111, 15, 34, .045), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fffdf9 46%, #ffffff 100%);
}

body::before {
  opacity: .45;
  background-size: 110px 110px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.38), transparent 46%);
}

.site-header {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(111, 15, 34, .075);
  box-shadow: 0 14px 40px rgba(55, 32, 28, .065);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 46px rgba(55, 32, 28, .085);
}

.hero-sales {
  grid-template-columns: minmax(330px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(34px, 5vw, 76px);
  min-height: 100vh;
  padding: 138px 0 64px;
  align-items: center;
}

.product-copy {
  max-width: 500px;
}

.product-copy::before {
  display: none;
}

.product-copy .eyebrow {
  margin-bottom: 14px;
}

.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(111, 15, 34, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 30px rgba(55, 32, 28, .055);
}

.hero-rating span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .08em;
}

.hero-rating strong {
  color: rgba(36, 19, 22, .68);
  font-size: 12px;
  font-weight: 850;
}

.hero-sales h1 {
  max-width: 520px;
  margin-bottom: 16px;
  font-size: 4.5vw;
  line-height: .92;
  letter-spacing: -.062em;
}

.hero-sales .lead {
  max-width: 480px;
  margin-bottom: 22px;
  color: rgba(53, 31, 34, .75);
  font-size: clamp(15px, 1.34vw, 17px);
  line-height: 1.62;
}

.hero-product-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 22px;
}

.hero-product-summary > div {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  padding: 17px 18px;
  border: 1px solid rgba(111, 15, 34, .075);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,247,238,.78));
  box-shadow: 0 18px 46px rgba(55, 32, 28, .055);
}

.hero-product-summary > div::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 150, 79, .2), transparent 68%);
}

.hero-product-summary small,
.product-spec-strip small,
.product-facts span,
.product-tag,
.product-stamp small {
  display: block;
  color: rgba(111, 15, 34, .58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-product-summary strong {
  display: block;
  margin: 6px 0 2px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.04em;
}

.hero-product-summary span {
  color: rgba(83, 61, 63, .7);
  font-size: 12px;
  font-weight: 700;
}

.product-hero-art {
  min-height: 0;
  perspective: 1400px;
}

.product-spotlight {
  --mx: 50%;
  --my: 40%;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: clamp(570px, 76vh, 740px);
  padding: clamp(18px, 2.5vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(111, 15, 34, .075);
  border-radius: clamp(34px, 5vw, 58px);
  background:
    radial-gradient(circle at 48% 33%, rgba(248, 226, 194, .75), transparent 24%),
    radial-gradient(circle at 76% 16%, rgba(201, 150, 79, .18), transparent 26%),
    linear-gradient(145deg, #ffffff 0%, #fff9f1 55%, #ffffff 100%);
  box-shadow: 0 28px 90px rgba(56, 24, 24, .10), inset 0 1px 0 rgba(255,255,255,.9);
  transform-style: preserve-3d;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), box-shadow .28s ease;
}

.product-spotlight::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(201, 150, 79, .14);
  border-radius: calc(clamp(34px, 5vw, 58px) - 14px);
  pointer-events: none;
}

.product-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.42), transparent 22%);
  opacity: .55;
  mix-blend-mode: screen;
}

.product-tag {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 4;
  padding: 11px 14px;
  border: 1px solid rgba(111, 15, 34, .08);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(55, 32, 28, .07);
}

.product-photo-shell {
  position: relative;
  z-index: 2;
  width: min(82%, 520px);
  aspect-ratio: .76;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 46px);
  background: #fff7ed;
  box-shadow: 0 34px 84px rgba(111, 15, 34, .15), 0 10px 34px rgba(201, 150, 79, .14);
  transform: translateZ(42px) rotate(-1deg);
}

.product-photo-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 52%;
  transform: scale(1.02);
  transition: transform .8s cubic-bezier(.18, .84, .25, 1), filter .8s ease;
}

.product-spotlight:hover .product-photo-shell img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.02);
}

.product-shadow {
  position: absolute;
  left: 50%;
  bottom: 78px;
  z-index: 1;
  width: min(70%, 430px);
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(65, 26, 22, .22), transparent 67%);
  filter: blur(18px);
  transform: translateX(-50%);
}

.product-stamp {
  position: absolute;
  right: 30px;
  top: 32px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(111, 15, 34, .12);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(55, 32, 28, .08);
  backdrop-filter: blur(18px);
}

.product-stamp strong {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}

.floating-badge {
  position: absolute;
  z-index: 4;
  padding: 12px 14px;
  border: 1px solid rgba(111, 15, 34, .08);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  color: rgba(36, 19, 22, .74);
  box-shadow: 0 18px 44px rgba(55, 32, 28, .08);
  backdrop-filter: blur(18px);
  font-size: 12px;
  font-weight: 900;
  animation: productFloat 5.8s ease-in-out infinite alternate;
}

.badge-a {
  left: 22px;
  bottom: 30%;
}

.badge-b {
  right: 24px;
  bottom: 26%;
  animation-delay: -1.7s;
}

.product-facts {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-facts div {
  min-height: 78px;
  padding: 14px 15px;
  border: 1px solid rgba(111, 15, 34, .075);
  border-radius: 20px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 14px 34px rgba(55, 32, 28, .055);
  backdrop-filter: blur(18px);
}

.product-facts strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.16;
}

.product-spec-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: -22px;
  margin-bottom: 34px;
}

.product-spec-strip > div {
  min-height: 96px;
  padding: 20px 22px;
  border: 1px solid rgba(111, 15, 34, .075);
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 44px rgba(55, 32, 28, .055);
  backdrop-filter: blur(14px);
}

.product-spec-strip strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.editorial-panel img[src*="velury-product-lifestyle"] {
  object-position: 50% 48%;
}

.offer .price-line span:nth-child(2):not(:last-child) {
  display: none;
}

@keyframes productFloat {
  from { transform: translate3d(0, -4px, 36px); }
  to { transform: translate3d(0, 8px, 36px); }
}

@media (max-width: 980px) {
  .hero-sales {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

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

  .product-hero-art {
    order: -1;
  }

  .product-spotlight {
    min-height: 640px;
  }

  .product-spec-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .hero-sales {
    gap: 28px;
    padding-top: 92px;
  }

  .hero-sales h1 {
    font-size: clamp(2.75rem, 15vw, 4.15rem);
  }

  .hero-rating {
    align-items: flex-start;
    border-radius: 20px;
  }

  .hero-product-summary,
  .product-spec-strip,
  .product-facts {
    grid-template-columns: 1fr;
  }

  .product-spotlight {
    min-height: 560px;
    padding: 16px;
    border-radius: 32px;
  }

  .product-spotlight::before {
    inset: 12px;
    border-radius: 24px;
  }

  .product-photo-shell {
    width: 88%;
    border-radius: 28px;
  }

  .product-tag,
  .product-stamp,
  .floating-badge {
    display: none;
  }

  .product-facts {
    left: 18px;
    right: 18px;
    bottom: 18px;
    gap: 8px;
  }

  .product-facts div {
    min-height: 58px;
    padding: 11px 13px;
  }

  .product-spec-strip > div {
    min-height: 82px;
    padding: 17px 18px;
  }
}

/* =========================================================
   PREMIUM REFINEMENT — EN/PT/ES toggle, clean editorial hero,
   second-fold story, fluid typography & full responsiveness
   ========================================================= */

/* ---- Brand logo: show the full wordmark, sized by height ---- */
.brand {
  width: auto;
  overflow: visible;
}

.brand img {
  width: auto;
  height: 32px;
}

/* ---- Eyebrow: keep decorative line, reset the translated text span ---- */
.eyebrow span[data-i18n] {
  width: auto;
  height: auto;
  background: none;
}

/* ---- Header actions + language switch ---- */
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(111, 15, 34, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
}

.lang-switch button {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 6px 11px;
  border-radius: 999px;
  background: transparent;
  color: rgba(64, 35, 38, .62);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}

.lang-switch button:hover {
  color: var(--wine);
}

.lang-switch button.is-active {
  color: var(--cream);
  background: linear-gradient(135deg, var(--wine), var(--wine-2));
  box-shadow: 0 8px 20px rgba(111, 15, 34, .2);
}

/* ---- Fluid headings (premium, clean scaling) ---- */
.hero-sales h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.7rem);
}

h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

/* ---- Clean editorial hero spotlight ---- */
.product-spotlight.is-clean {
  min-height: clamp(500px, 66vh, 660px);
}

.product-spotlight.is-clean::before {
  inset: 20px;
}

.product-spotlight.is-clean .product-photo-shell {
  width: min(86%, 540px);
  transform: translateZ(40px) rotate(-1deg);
}

/* ---- Second fold — editorial product story ---- */
.story {
  align-items: center;
  padding-block: clamp(64px, 9vw, 128px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(111, 15, 34, .28);
  color: var(--wine);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .02em;
}

.text-link::after {
  content: "\2192";
  transition: transform .3s ease;
}

.text-link:hover {
  border-color: var(--wine);
}

.text-link:hover::after {
  transform: translateX(5px);
}

.active-ingredients {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
}

.active-ingredients li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 0;
  min-width: 120px;
  padding: 14px 18px;
  border: 1px solid rgba(111, 15, 34, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 12px 30px rgba(55, 32, 28, .05);
}

.active-ingredients span {
  color: rgba(111, 15, 34, .5);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.active-ingredients strong {
  color: var(--ink);
  font-size: 14px;
  letter-spacing: -.01em;
}

/* ---- Responsiveness ---- */
@media (max-width: 1024px) {
  .product-spec-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .header-actions {
    gap: 10px;
  }

  .story {
    gap: 36px;
  }

  /* image first on stacked layout for an editorial feel */
  .story .editorial-panel {
    order: -1;
  }

  .editorial-panel img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .lang-switch button {
    padding: 5px 9px;
    font-size: 11px;
  }

  .story {
    padding-block: 56px;
  }

  .active-ingredients {
    gap: 8px;
  }

  .active-ingredients li {
    min-width: calc(33.333% - 6px);
    padding: 12px 14px;
  }
}

@media (max-width: 380px) {
  .hero-sales h1 {
    font-size: clamp(2.1rem, 11vw, 2.7rem);
  }

  .brand img {
    height: 26px;
  }

  .lang-switch {
    gap: 0;
    padding: 2px;
  }

  .lang-switch button {
    padding: 5px 7px;
  }

  .active-ingredients li {
    min-width: 100%;
  }
}

/* =========================================================
   BOLDER REDESIGN — Cinematic full-bleed hero + centered
   editorial second fold (Crème de la Mer inspired)
   ========================================================= */

/* ---- Cinematic hero ---- */
.hero-cinematic {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 1.16fr;
  align-items: stretch;
  min-height: 100vh;
  min-height: 100svh;
}

.hero-cinematic-copy {
  align-self: center;
  padding: 150px clamp(34px, 5vw, 76px) 96px max(28px, calc((100vw - 1160px) / 2));
}

.hero-cinematic-copy .lead {
  max-width: 430px;
}

.hero-cinematic h1 {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: clamp(2.9rem, 4.3vw, 5.6rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.hero-cinematic .hero-actions {
  margin-top: 4px;
}

.hero-cinematic-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff6ec, #f6e3d2);
}

.hero-cinematic-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 45%;
  transform: scale(1.02);
  transition: transform 1.4s cubic-bezier(.2, .8, .2, 1);
}

.hero-cinematic:hover .hero-cinematic-media img {
  transform: scale(1.05);
}

/* soft blend so the image melts into the cream copy panel */
.hero-cinematic-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 253, 249, .92), rgba(255, 253, 249, 0) 16%);
}

.hero-cinematic-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(120% 80% at 80% 30%, transparent 50%, rgba(111, 15, 34, .12));
}

/* ---- Centered editorial second fold ---- */
.story-editorial {
  padding-block: clamp(76px, 10vw, 148px);
}

.story-editorial-head {
  width: min(100% - 48px, 720px);
  margin-inline: auto;
  text-align: center;
}

.story-editorial-head .eyebrow {
  justify-content: center;
}

.story-editorial-head h2 {
  margin-inline: auto;
}

.story-editorial-head p {
  margin-inline: auto;
}

.story-editorial-head .text-link {
  margin-top: 20px;
}

.story-editorial-media {
  width: min(100% - 40px, 1320px);
  margin: clamp(44px, 6vw, 76px) auto 0;
  overflow: hidden;
  border-radius: clamp(20px, 3vw, 40px);
  box-shadow: var(--shadow-soft);
}

.story-editorial-media img {
  width: 100%;
  height: clamp(320px, 54vh, 620px);
  object-fit: cover;
  object-position: 50% 55%;
}

.story-editorial .active-ingredients {
  width: min(100% - 48px, 720px);
  margin: clamp(34px, 5vw, 60px) auto 0;
  justify-content: center;
}

/* spec strip no longer overlaps a hero summary — reset its pull-up */
.product-spec-strip {
  margin-top: 0;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .hero-cinematic {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-cinematic-media {
    order: -1;
    height: 52vh;
    min-height: 340px;
  }

  .hero-cinematic-media::before {
    background: linear-gradient(0deg, rgba(255, 253, 249, .9), rgba(255, 253, 249, 0) 26%);
  }

  .hero-cinematic-copy {
    align-self: auto;
    padding: 40px 24px 60px;
  }

  .hero-cinematic h1 {
    max-width: 18ch;
    font-size: clamp(2.5rem, 8.5vw, 3.6rem);
  }

  .hero-cinematic-copy .lead {
    max-width: 540px;
  }
}

@media (max-width: 640px) {
  .hero-cinematic-media {
    height: 46vh;
    min-height: 300px;
  }

  .hero-cinematic-media img {
    object-position: 55% 40%;
  }

  .story-editorial-media img {
    height: clamp(260px, 42vh, 380px);
  }
}
