:root {
  --ink: #111113;
  --graphite: #1a1a1e;
  --graphite-soft: #242429;
  --paper: #f4f1eb;
  --paper-deep: #e8e4dd;
  --white: #ffffff;
  --red: #8f1d2c;
  --red-dark: #5e111d;
  --gold: #c6a15b;
  --gold-soft: #e0c58d;
  --muted: #67666a;
  --line: rgba(17, 17, 19, 0.15);
  --radius: 14px;
  --display: "Bahnschrift Condensed", "Arial Narrow", "Roboto Condensed", sans-serif;
  --body: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --shadow: 0 28px 70px rgba(17, 17, 19, 0.14);
}

* { box-sizing: border-box; }

html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::selection { color: var(--white); background: var(--red); }

img, svg { display: block; }
img { max-width: 100%; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-light, .section-paper, .section-dark, .section-red { padding: clamp(72px, 9vw, 132px) 0; }
.section-light { background: var(--white); }
.section-paper { background: var(--paper); }
.section-dark { color: var(--white); background: var(--ink); }
.section-red { color: var(--white); background: var(--red-dark); }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.top-strip {
  position: relative;
  z-index: 20;
  padding: 8px 20px;
  color: var(--white);
  background: var(--red);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  min-height: calc(100dvh - 41px);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(110deg, rgba(143, 29, 44, 0.22), transparent 42%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, 54px 54px, 54px 54px;
}

.hero::after {
  content: "VX";
  position: absolute;
  right: -0.08em;
  bottom: -0.23em;
  z-index: -1;
  color: rgba(255,255,255,.025);
  font-family: var(--display);
  font-size: clamp(18rem, 40vw, 46rem);
  font-weight: 900;
  line-height: 1;
}

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

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  min-height: calc(100dvh - 41px);
  gap: clamp(38px, 6vw, 90px);
  padding-top: clamp(34px, 5vh, 60px);
  padding-bottom: clamp(38px, 6vh, 72px);
}
.hero-copy, .hero-grid > *, .product-intro-grid > *, .audience-grid > *, .why-grid > *, .faq-grid > * { min-width: 0; }

.brand-lockup { display: inline-flex; align-items: center; gap: 10px; margin-bottom: clamp(22px, 4vh, 42px); }
.brand-lockup-official { gap: 14px; }
.official-logo-crop { display: block; width: 190px; height: 108px; overflow: hidden; }
.official-logo-crop img { width: 190px; height: 190px; max-width: none; transform: translateY(-38px); object-fit: cover; mix-blend-mode: screen; }
.brand-product { padding-left: 11px; border-left: 1px solid rgba(255,255,255,.24); color: var(--gold-soft); font-size: .72rem; font-weight: 800; letter-spacing: .18em; }

.eyebrow, .section-index { margin: 0 0 14px; font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow, .formula .eyebrow, .offers .eyebrow { color: var(--gold-soft); }
.section-index { color: var(--red); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3.25rem, 5.7vw, 6.15rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .91;
  text-transform: uppercase;
  text-wrap: balance;
}
h2 {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .94;
  text-transform: uppercase;
  text-wrap: balance;
}
h3 { font-size: 1.45rem; line-height: 1.05; }

.hero-lead { max-width: 650px; margin-bottom: 24px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.58; }
.hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; max-width: 690px; margin: 0 0 28px; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.86); font-size: .9rem; font-weight: 650; }
.hero-points svg, .trust-grid svg, .legal-note svg, .check-list svg, .payment-rail svg, .original-inner > svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero-points svg { flex: 0 0 22px; color: var(--gold-soft); }

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 390px);
  min-height: 58px;
  padding: 0 18px 0 22px;
  overflow: hidden;
  border: 1px solid #b83a4a;
  border-radius: 10px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 16px 36px rgba(94,17,29,.33);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.hero-cta svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .25s ease; }
.hero-cta:hover { background: #a52436; box-shadow: 0 19px 42px rgba(94,17,29,.5); transform: translateY(-2px); }
.hero-cta:hover svg { transform: translateX(5px); }
.hero-cta:active { transform: translateY(1px); }
.hero-security { margin: 12px 0 0; color: rgba(255,255,255,.56); font-size: .72rem; }
.hero-security span { margin: 0 .35em; color: var(--gold); }

.hero-stage {
  --pointer-x: 50%;
  --pointer-y: 38%;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 610px;
  border: 1px solid rgba(198,161,91,.3);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(198,161,91,.26), transparent 27%),
    radial-gradient(circle at 55% 42%, rgba(143,29,44,.4), transparent 47%),
    linear-gradient(145deg, #242126, #141416 68%);
  box-shadow: inset 0 0 90px rgba(0,0,0,.36), 0 40px 90px rgba(0,0,0,.35);
  transition: background .2s ease-out;
}
.hero-stage::after { content: ""; position: absolute; left: 8%; right: 8%; bottom: 10%; height: 15%; border-radius: 50%; background: rgba(0,0,0,.62); filter: blur(22px); }
.stage-orbit { position: absolute; border: 1px solid rgba(198,161,91,.2); border-radius: 50%; }
.orbit-one { width: 86%; aspect-ratio: 1; transform: rotate(18deg) scaleY(.38); }
.orbit-two { width: 66%; aspect-ratio: 1; transform: rotate(-28deg) scaleY(.52); }
.product-composition { position: relative; z-index: 2; display: grid; place-items: center; width: 100%; min-height: 490px; }
.product-composition img { width: 100%; height: 100%; border-radius: 10px; object-fit: contain; filter: drop-shadow(0 28px 34px rgba(0,0,0,.4)); }
.asset-status { position: absolute; z-index: 3; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-between; gap: 14px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.58); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.asset-status strong { color: var(--gold-soft); font-weight: 750; }
.has-official-image .asset-status { display: none; }

.bottle-group { position: relative; display: flex; align-items: flex-end; justify-content: center; width: 84%; height: 430px; }
.bottle-placeholder { position: relative; display: block; width: min(155px, 32%); height: 360px; margin-inline: -10px; filter: drop-shadow(0 22px 22px rgba(0,0,0,.38)); }
.bottle-cap { position: absolute; top: 0; left: 22%; width: 56%; height: 58px; border-radius: 10px 10px 5px 5px; background: repeating-linear-gradient(90deg, #121214 0 3px, #2d2d32 3px 6px); box-shadow: inset 0 -8px 12px rgba(255,255,255,.04); }
.bottle-body { position: absolute; inset: 48px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 32px 32px 21px 21px; background: linear-gradient(90deg, #121214, #35353b 48%, #111113); box-shadow: inset 14px 0 30px rgba(255,255,255,.035), inset -18px 0 28px rgba(0,0,0,.5); }
.bottle-body::after { content: ""; position: absolute; inset: 0; background: linear-gradient(106deg, transparent 32%, rgba(255,255,255,.09) 45%, transparent 57%); }
.bottle-label { position: absolute; top: 26%; right: 0; left: 0; display: grid; place-items: center; min-height: 48%; border-block: 1px solid rgba(198,161,91,.5); color: var(--gold-soft); background: linear-gradient(120deg, rgba(94,17,29,.9), rgba(143,29,44,.7)); font-family: var(--display); font-size: 3.1rem; font-weight: 900; letter-spacing: -.08em; }
.bottle-label small { display: block; font-family: var(--body); font-size: .5rem; font-weight: 750; letter-spacing: .14em; }
.bottle-count-1 .bottle-placeholder { width: 185px; margin: 0; transform: none; }
.bottle-count-3 .bottle-placeholder:first-child { transform: translateY(20px) rotate(-5deg); }
.bottle-count-3 .bottle-placeholder:nth-child(2) { z-index: 2; transform: translateY(-18px) scale(1.08); }
.bottle-count-3 .bottle-placeholder:nth-child(3) { transform: translateY(20px) rotate(5deg); }

.trust-rail { color: var(--ink); background: var(--gold); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 82px; padding: 16px; border-right: 1px solid rgba(17,17,19,.18); text-align: center; font-family: var(--display); font-size: .95rem; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid svg { flex: 0 0 24px; width: 24px; height: 24px; }

.product-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(48px, 8vw, 118px); }
.product-pedestal { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(155deg, #e8e4dd, #f8f6f2); }
.product-pedestal::before { content: ""; position: absolute; top: 12%; right: -36%; width: 80%; aspect-ratio: 1; border: 1px solid rgba(143,29,44,.25); border-radius: 50%; }
.product-pedestal::after { content: ""; position: absolute; right: 12%; bottom: 15%; left: 12%; height: 38px; border-radius: 50%; background: rgba(17,17,19,.18); filter: blur(17px); }
.product-pedestal .product-composition { min-height: 500px; }
.product-pedestal .bottle-group { z-index: 2; height: 455px; }
.product-pedestal .bottle-placeholder { height: 390px; filter: drop-shadow(0 22px 22px rgba(17,17,19,.2)); }
.product-pedestal > p { position: absolute; z-index: 4; right: 18px; bottom: 12px; left: 18px; margin: 0; color: var(--muted); text-align: center; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.intro-copy { max-width: 650px; }
.section-lead, .section-heading > p { color: var(--muted); font-size: 1.08rem; }
.legal-note { display: flex; gap: 13px; margin-top: 30px; padding: 18px 20px; border-left: 3px solid var(--red); color: #4f4e52; background: var(--paper); }
.legal-note svg { flex: 0 0 22px; margin-top: 2px; color: var(--red); }
.legal-note p { margin: 0; font-size: .86rem; }

.section-heading { max-width: 780px; margin-bottom: clamp(38px, 5vw, 62px); }
.compact-heading { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: end; max-width: none; gap: 60px; }
.compact-heading h2 { margin: 0; }
.compact-heading p { margin-bottom: 4px; }
.benefit-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 14px; }
.benefit-card { min-height: 275px; padding: 30px; border-top: 3px solid var(--ink); border-radius: 0 0 var(--radius) var(--radius); background: var(--white); box-shadow: 0 14px 40px rgba(17,17,19,.06); }
.benefit-card svg { width: 34px; height: 34px; margin-bottom: 52px; fill: none; stroke: var(--red); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin-bottom: 10px; text-transform: uppercase; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.benefit-main { grid-row: span 2; min-height: 564px; color: var(--white); border-top-color: var(--gold); background: var(--red-dark); }
.benefit-main svg { width: 58px; height: 58px; margin: 52px 0 150px; stroke: var(--gold-soft); }
.benefit-main h3 { font-size: 2.3rem; }
.benefit-main p { color: rgba(255,255,255,.67); font-size: 1rem; }
.benefit-wide { grid-column: 2 / 4; display: grid; grid-template-columns: 60px 1fr; align-content: center; column-gap: 22px; }
.benefit-wide svg { grid-row: span 2; margin: 0; }
.benefits-cta { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 22px 26px; color: var(--white); background: var(--ink); font-family: var(--display); font-size: 1.2rem; font-weight: 850; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.benefits-cta svg { width: 28px; height: 28px; fill: none; stroke: var(--gold); stroke-width: 1.7; transition: transform .25s ease; }
.benefits-cta:hover svg { transform: translateX(8px); }

.formula { overflow: hidden; }
.formula::before { content: "FORMULA"; position: absolute; color: transparent; font-family: var(--display); font-size: 22vw; font-weight: 900; -webkit-text-stroke: 1px rgba(255,255,255,.035); transform: translateY(-10%); }
.formula { position: relative; }
.formula-heading { position: relative; z-index: 1; }
.formula-heading > p:last-child { color: rgba(255,255,255,.6); }
.formula-format { display: inline-grid; grid-template-columns: 38px auto; grid-template-rows: auto auto; align-items: center; column-gap: 13px; margin: 8px 0 24px; padding: 13px 18px 13px 14px; border: 1px solid rgba(198,161,91,.4); border-radius: 12px; color: var(--white); background: rgba(198,161,91,.07); }
.formula-format svg { grid-row: 1 / 3; width: 34px; height: 34px; fill: none; stroke: var(--gold-soft); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.formula-format strong { font-family: var(--display); font-size: 1.05rem; letter-spacing: .04em; line-height: 1.1; text-transform: uppercase; }
.formula-format span { color: rgba(255,255,255,.48); font-size: .7rem; }
.ingredient-track { position: relative; z-index: 1; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); gap: 14px; overflow-x: auto; padding-bottom: 18px; scrollbar-color: var(--red) #2d2d31; scroll-snap-type: x proximity; }
.ingredient-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: row; overflow: visible; }
.ingredient-card { min-height: 425px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); scroll-snap-align: start; }
.ingredient-number { color: rgba(255,255,255,.28); font-family: var(--display); font-size: .85rem; font-weight: 850; }
.ingredient-visual { display: grid; place-items: center; width: 100%; height: 150px; margin: 22px 0 30px; border-radius: calc(var(--radius) - 3px); color: var(--gold-soft); background: radial-gradient(circle, rgba(143,29,44,.58), rgba(94,17,29,.14) 62%, transparent 64%); }
.ingredient-visual svg { width: 68px; height: 68px; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.ingredient-card h3 { margin-bottom: 6px; color: var(--white); text-transform: uppercase; }
.ingredient-card p { color: rgba(255,255,255,.56); font-size: .84rem; }
.ingredient-card .ingredient-regulatory { margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .74rem; }
.formula-disclaimer { position: relative; z-index: 1; margin: 26px 0 0; color: rgba(255,255,255,.48); font-size: .78rem; }

.audience-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(52px, 9vw, 120px); }
.audience-art { position: relative; display: grid; place-items: center; min-height: 600px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--graphite); }
.audience-art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 43px, rgba(255,255,255,.04) 43px 44px); }
.audience-monogram { position: relative; z-index: 2; font-family: var(--display); font-size: clamp(8rem, 16vw, 14rem); font-weight: 900; letter-spacing: -.12em; text-shadow: 18px 18px 0 var(--red-dark); }
.pulse-ring { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid rgba(198,161,91,.28); border-radius: 50%; }
.pulse-b { width: 56%; border-color: rgba(143,29,44,.65); }
.vertical-note { position: absolute; right: 18px; bottom: 25px; color: rgba(255,255,255,.45); font-size: .6rem; font-weight: 800; letter-spacing: .16em; writing-mode: vertical-rl; }
.check-list { margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.check-list li { display: flex; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.check-list svg { flex: 0 0 24px; color: var(--red); }
.audience-note { margin-top: 24px; color: var(--muted); font-size: .82rem; }

.usage h2 { margin-bottom: 52px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0 0 34px; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 68px 1fr; gap: 18px; min-height: 176px; padding: 28px; border: 1px solid rgba(255,255,255,.2); border-right: 0; }
.steps li:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.steps li > span { color: var(--gold-soft); font-family: var(--display); font-size: 3rem; font-weight: 900; line-height: 1; }
.steps h3 { margin-bottom: 8px; text-transform: uppercase; }
.steps p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.usage-official { padding: 17px 20px; color: var(--ink); background: var(--gold-soft); font-size: .88rem; }

.why-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 130px); }
.why-heading { position: sticky; top: 40px; align-self: start; }
.why-heading p:last-child { color: var(--muted); }
.why-list { border-top: 1px solid var(--line); }
.why-list article { display: grid; grid-template-columns: 42px 1fr 36px; align-items: center; gap: 20px; min-height: 98px; border-bottom: 1px solid var(--line); }
.why-list span { color: var(--red); font-family: var(--display); font-size: .83rem; font-weight: 850; }
.why-list h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.75rem); text-transform: uppercase; }
.why-list svg { width: 28px; height: 28px; fill: none; stroke: var(--muted); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }

.guarantee { padding: clamp(60px, 7vw, 92px) 0; color: var(--white); background: linear-gradient(105deg, var(--red-dark), var(--red) 58%, #a62839); }
.guarantee-inner { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: clamp(28px, 5vw, 68px); }
.guarantee-seal { display: grid; place-items: center; width: 145px; aspect-ratio: 1; border: 1px solid var(--gold-soft); border-radius: 50%; text-align: center; box-shadow: inset 0 0 0 7px rgba(198,161,91,.09); }
.guarantee-seal span { font-size: .6rem; font-weight: 850; letter-spacing: .17em; }
.guarantee-seal strong { color: var(--gold-soft); font-family: var(--display); font-size: 1.55rem; line-height: .9; text-transform: uppercase; }
.guarantee-copy h2 { margin-bottom: 10px; font-size: clamp(2.2rem, 4.5vw, 4.1rem); }
.guarantee-copy p { max-width: 680px; margin: 0; color: rgba(255,255,255,.74); }
.guarantee-cta { min-width: 230px; padding: 18px 22px; border: 1px solid var(--gold-soft); border-radius: 50%; color: var(--ink); background: var(--gold-soft); font-family: var(--display); font-size: 1rem; font-weight: 900; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease; }
.guarantee-cta:hover { transform: rotate(-2deg) scale(1.03); box-shadow: 0 14px 28px rgba(17,17,19,.24); }

.offers { background-image: radial-gradient(circle at 50% 20%, rgba(143,29,44,.2), transparent 34%); }
.offers-heading { margin-inline: auto; text-align: center; }
.offers-heading > p:last-child { color: rgba(255,255,255,.58); }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.offer-card { position: relative; display: flex; flex-direction: column; min-height: 650px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: linear-gradient(155deg, #222228, #18181c 62%); box-shadow: 0 25px 60px rgba(0,0,0,.22); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.offer-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: rgba(255,255,255,.12); }
.offer-card:hover { transform: translateY(-5px); border-color: rgba(198,161,91,.48); box-shadow: 0 34px 75px rgba(0,0,0,.3); }
.offer-card.is-featured { border-color: var(--gold); background: linear-gradient(155deg, #312327, #1b1b20 58%); box-shadow: 0 32px 85px rgba(94,17,29,.26); }
.offer-card.is-featured::before { background: linear-gradient(90deg, var(--gold), var(--red), var(--gold)); }
.offer-badge { position: absolute; z-index: 4; top: 0; right: 20px; padding: 9px 13px; color: var(--ink); background: var(--gold); font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.offer-topline { display: flex; justify-content: space-between; align-items: end; gap: 10px; padding: 30px 24px 18px; }
.offer-topline span { color: rgba(255,255,255,.48); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.offer-topline strong { font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.offer-product { position: relative; display: flex; align-items: end; justify-content: center; height: 222px; margin: 0; padding: 34px 18px 18px; border-block: 1px solid rgba(255,255,255,.06); background: radial-gradient(circle at 50% 56%, rgba(143,29,44,.24), transparent 48%); }
.offer-product::after { content: ""; position: absolute; right: 22%; bottom: 14px; left: 22%; height: 16px; border-radius: 50%; background: rgba(0,0,0,.48); filter: blur(10px); }
.offer-bottle { position: relative; width: 56px; height: 138px; margin-inline: -8px; border-radius: 12px 12px 9px 9px; background: linear-gradient(90deg, #0e0e10, #34343a, #101012); box-shadow: 0 15px 18px rgba(0,0,0,.42); }
.offer-photo-unit { position: relative; z-index: 2; width: 70px; height: 142px; margin-inline: -8px; overflow: hidden; border: 1px solid rgba(198,161,91,.3); border-radius: 12px 12px 9px 9px; background: var(--graphite); box-shadow: 0 15px 18px rgba(0,0,0,.42); }
.offer-photo-unit img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 67%; transform: scale(1.75); }
.offer-product > :nth-child(1) { transform: translateY(11px) rotate(-5deg); }
.offer-product > :nth-child(2) { transform: translateY(3px) rotate(-2deg); }
.offer-product > :nth-child(3) { z-index: 2; transform: translateY(-5px); }
.offer-product > :nth-child(4) { transform: translateY(3px) rotate(2deg); }
.offer-product > :nth-child(5) { transform: translateY(11px) rotate(5deg); }
.offer-product > :only-child { transform: none; }
.offer-product:has(> :nth-child(3):last-child) > :nth-child(2) { z-index: 2; transform: translateY(-5px); }
.offer-product:has(> :nth-child(3):last-child) > :nth-child(3) { z-index: 1; transform: translateY(11px) rotate(5deg); }
.offer-bottle i { position: absolute; top: -20px; left: 19%; width: 62%; height: 25px; border-radius: 5px 5px 2px 2px; background: #17171a; }
.offer-bottle b { position: absolute; top: 38px; right: 0; left: 0; padding: 15px 0; color: var(--gold-soft); background: var(--red-dark); font-family: var(--display); font-size: 1.2rem; text-align: center; }
.offer-period { margin: 14px 24px 0; color: rgba(255,255,255,.58); text-align: center; font-size: .8rem; }
.offer-savings, .offer-gift { align-self: center; margin: 8px 24px 0; padding: 5px 10px; border: 1px solid rgba(198,161,91,.28); border-radius: 999px; color: var(--gold-soft); background: rgba(198,161,91,.06); text-align: center; font-size: .68rem; font-weight: 800; letter-spacing: .03em; }
.offer-pricing { display: grid; gap: 3px; margin: 18px 24px 0; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.11); text-align: center; }
.offer-pricing span { color: rgba(255,255,255,.42); font-size: .66rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.offer-pricing strong { color: var(--white); font-family: var(--display); font-size: 2.25rem; line-height: 1; text-transform: uppercase; }
.offer-pricing small { color: rgba(255,255,255,.62); font-size: .75rem; }
.offer-pricing em { color: rgba(255,255,255,.4); font-size: .68rem; font-style: normal; }
.offer-button { display: flex; align-items: center; justify-content: space-between; width: calc(100% - 48px); min-height: 58px; margin: auto 24px 0; padding: 0 18px; border: 1px solid #b83a4a; border-radius: 9px; color: var(--white); background: var(--red); font-family: var(--display); font-size: 1rem; font-weight: 900; letter-spacing: .025em; text-align: left; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.offer-button:hover { background: #a52436; transform: translateY(-2px); }
.offer-button:active { transform: translateY(1px); }
.offer-button svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.offer-card.is-featured .offer-button { color: var(--ink); border-color: var(--gold); background: var(--gold); }
.offer-card.is-featured .offer-button:hover { color: var(--white); background: var(--red); }
.checkout-status { margin: 11px 24px 19px; color: rgba(255,255,255,.34); text-align: center; font-size: .61rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.payment-rail { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.payment-rail span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.64); font-size: .78rem; font-weight: 700; }
.payment-rail svg { width: 21px; height: 21px; color: var(--gold-soft); }
.offer-note { max-width: 760px; margin: 22px auto 0; color: rgba(255,255,255,.4); text-align: center; font-size: .72rem; }

.faq-grid { display: grid; grid-template-columns: 320px 1fr; align-items: start; gap: clamp(48px, 9vw, 128px); }
.faq-heading { position: sticky; top: 40px; }
.faq-heading > p { color: var(--muted); }
.faq-cta { display: inline-block; margin-top: 16px; padding-bottom: 5px; border-bottom: 2px solid var(--red); color: var(--red); font-family: var(--display); font-weight: 900; text-decoration: none; text-transform: uppercase; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px 0; cursor: pointer; font-family: var(--display); font-size: 1.28rem; font-weight: 850; line-height: 1.2; list-style: none; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 22px; width: 22px; height: 22px; fill: none; stroke: var(--red); stroke-width: 1.7; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 44px 24px 0; color: var(--muted); font-size: .9rem; }

.contact { padding: clamp(66px, 8vw, 104px) 0; color: var(--white); background: var(--graphite); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-inner h2 { margin-bottom: 12px; }
.contact-inner p:last-child { max-width: 620px; margin: 0; color: rgba(255,255,255,.62); }
.contact .section-index { color: var(--gold-soft); }
.contact-cta { display: inline-flex; align-items: center; gap: 12px; min-width: 250px; padding: 18px 22px; border: 1px solid var(--gold); border-radius: 9px; color: var(--ink); background: var(--gold); font-family: var(--display); font-size: 1rem; font-weight: 900; text-transform: uppercase; box-shadow: 10px 10px 0 var(--red-dark); transition: transform .2s ease, box-shadow .2s ease; }
.contact-cta:hover { transform: translate(3px, 3px); box-shadow: 7px 7px 0 var(--red-dark); }
.contact-cta svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.original-alert { padding: 28px 0; color: var(--white); background: var(--red-dark); }
.original-inner { display: flex; align-items: center; gap: 18px; }
.original-inner > svg { flex: 0 0 34px; width: 34px; height: 34px; color: var(--gold-soft); }
.original-inner p { margin: 0; color: rgba(255,255,255,.72); font-size: .86rem; }
.original-inner strong { color: var(--white); }

.footer { padding: 76px 0 28px; color: rgba(255,255,255,.65); background: #0d0d0f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: clamp(42px, 7vw, 90px); padding-bottom: 52px; }
.brand-lockup-footer { margin-bottom: 20px; color: var(--white); }
.brand-lockup-footer .official-logo-crop { width: 180px; height: 104px; }
.brand-lockup-footer .official-logo-crop img { width: 180px; height: 180px; transform: translateY(-36px); }
.footer-brand p { max-width: 370px; font-size: .86rem; }
.footer h2 { margin-bottom: 18px; color: var(--white); font-family: var(--body); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-data dl { margin: 0; }
.footer-data dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 14px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .8rem; }
.footer-data dt { color: rgba(255,255,255,.4); }
.footer-data dd { margin: 0; color: rgba(255,255,255,.82); }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-links small { color: var(--gold); font-size: .56rem; text-transform: uppercase; }
.legal-copy { display: flex; justify-content: space-between; gap: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.legal-copy p { margin: 0; font-size: .68rem; }
.legal-copy p:first-child { max-width: 850px; }
.legal-copy p:last-child { flex: 0 0 auto; }

.whatsapp-float { position: fixed; z-index: 50; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 17px; border: 1px solid #57c87a; border-radius: 999px; color: #062b15; background: #72db91; box-shadow: 0 16px 34px rgba(17,17,19,.25); font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 19px 38px rgba(17,17,19,.32); }
.whatsapp-float svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.whatsapp-label { display: grid; text-align: left; line-height: 1.05; }
.whatsapp-label small { margin-top: 3px; font-size: .56rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }

.toast { position: fixed; z-index: 100; right: 20px; bottom: 86px; max-width: min(390px, calc(100% - 40px)); padding: 14px 17px; border-left: 3px solid var(--gold); border-radius: 8px; color: var(--white); background: var(--graphite); box-shadow: var(--shadow); font-size: .82rem; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.js .reveal { transform: translateY(18px); transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { transform: translateY(0); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 44px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-stage { min-height: 520px; }
  .hero h1 { max-width: 830px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(17,17,19,.18); }
  .product-intro-grid, .audience-grid, .why-grid { grid-template-columns: 1fr 1.1fr; gap: 48px; }
  .compact-heading { grid-template-columns: 1fr; gap: 12px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-main { grid-row: auto; min-height: 330px; }
  .benefit-main svg { margin: 22px 0 70px; }
  .benefit-wide { grid-column: 1 / 3; }
  .steps { grid-template-columns: 1fr; }
  .steps li { border-right: 1px solid rgba(255,255,255,.2); border-bottom: 0; }
  .steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
  .guarantee-inner { grid-template-columns: 125px 1fr; }
  .guarantee-seal { width: 125px; }
  .guarantee-cta { grid-column: 1 / 3; justify-self: start; }
  .offer-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .offer-card { min-height: 625px; }
  .faq-grid { grid-template-columns: 260px 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 640px); }
  .section-light, .section-paper, .section-dark, .section-red { padding: 72px 0; }
  .top-strip { padding-inline: 14px; font-size: .68rem; line-height: 1.4; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; gap: 42px; padding: 34px 0 46px; }
  .brand-lockup { margin-bottom: 22px; }
  .official-logo-crop { width: 160px; height: 92px; }
  .official-logo-crop img { width: 160px; height: 160px; transform: translateY(-32px); }
  .brand-product { display: none; }
  h1 { max-width: 100%; font-size: clamp(2.5rem, 11.5vw, 3.6rem); line-height: .94; text-wrap: wrap; }
  h2 { font-size: clamp(2.45rem, 11vw, 3.7rem); }
  .hero-lead { font-size: .98rem; }
  .hero-points { grid-template-columns: 1fr; gap: 9px; }
  .hero-cta { width: 100%; }
  .hero-security { max-width: 330px; line-height: 1.5; }
  .hero-stage { min-height: 430px; }
  .product-composition { min-height: 360px; }
  .bottle-group { height: 330px; }
  .bottle-placeholder { height: 285px; }
  .bottle-label { font-size: 2.3rem; }
  .asset-status { display: grid; justify-content: start; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { justify-content: flex-start; min-height: 65px; border-right: 0; border-bottom: 1px solid rgba(17,17,19,.18); text-align: left; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .product-intro-grid, .audience-grid, .why-grid { grid-template-columns: 1fr; }
  .product-pedestal { min-height: 480px; }
  .product-pedestal .product-composition { min-height: 430px; }
  .product-pedestal .bottle-group { height: 390px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-main { min-height: 290px; }
  .benefit-main svg { margin: 12px 0 56px; }
  .benefit-wide { grid-column: auto; display: block; }
  .benefit-wide svg { margin-bottom: 52px; }
  .ingredient-track { grid-auto-columns: minmax(82vw, 1fr); margin-right: -14px; }
  .ingredient-grid-two { grid-template-columns: 1fr; margin-right: 0; }
  .audience-art { min-height: 470px; }
  .steps li { grid-template-columns: 54px 1fr; min-height: auto; padding: 24px 20px; }
  .steps li > span { font-size: 2.4rem; }
  .why-heading, .faq-heading { position: static; }
  .why-list article { grid-template-columns: 34px 1fr 30px; gap: 12px; }
  .guarantee-inner { grid-template-columns: 1fr; text-align: left; }
  .guarantee-cta { grid-column: auto; width: 100%; border-radius: 9px; }
  .offer-card { min-height: 610px; }
  .offer-product { height: 190px; }
  .offer-bottle, .offer-photo-unit { width: 49px; height: 120px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 1.12rem; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .contact-cta { width: calc(100% - 10px); }
  .original-inner { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .legal-copy { flex-direction: column; gap: 20px; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
  .whatsapp-label { display: none; }
  .toast { right: 14px; bottom: 82px; }
}

@media (max-width: 390px) {
  .shell { width: min(100% - 22px, 360px); }
  .official-logo-crop { width: 148px; height: 86px; }
  .official-logo-crop img { width: 148px; height: 148px; transform: translateY(-29px); }
  h1 { font-size: clamp(2.35rem, 10.8vw, 2.75rem); }
  .hero-cta { padding-left: 16px; font-size: .96rem; }
  .hero-stage { min-height: 390px; }
  .bottle-placeholder { margin-inline: -13px; }
  .ingredient-track { grid-auto-columns: 88vw; }
  .offer-bottle { margin-inline: -10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { transform: none; }
}

@media print {
  .top-strip, .whatsapp-float, .toast { display: none !important; }
  .hero { min-height: auto; }
  .section-light, .section-paper, .section-dark, .section-red { padding: 36px 0; }
}
