@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --ink: #11100e;
  --charcoal: #1d1b18;
  --black: #050505;
  --olive: #6f7f4f;
  --moss: #3f5134;
  --leaf: #b8c6a1;
  --cream: #f7f1e8;
  --milk: #fffdf8;
  --mist: #e9e0d4;
  --line: #d8cfc2;
  --shadow: rgba(17, 16, 14, 0.16);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: Manrope, system-ui, -apple-system, Segoe UI, Helvetica Neue, Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(184, 198, 161, 0.42), transparent 34%),
    linear-gradient(180deg, var(--cream), var(--milk) 42%, #f1eadf);
  color: var(--ink);
  font: 400 16px/1.58 var(--font-body);
  letter-spacing: 0;
}

img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; }

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 241, 232, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.mark::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(160deg, var(--black), var(--moss));
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.18);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(17, 16, 14, 0.68);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav__links a { text-decoration: none; }

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid var(--black);
  border-radius: 8px;
  background: var(--black);
  color: var(--milk);
  font: 700 13px/1 var(--font-body);
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(5, 5, 5, 0.18);
}

.btn--ghost {
  background: rgba(255, 253, 248, 0.76);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--moss);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.04;
  text-wrap: pretty;
}

h1 { font-size: clamp(42px, 6vw, 82px); max-width: 920px; }
h2 { font-size: clamp(32px, 4vw, 54px); max-width: 800px; }
h3 { font-size: 23px; letter-spacing: -0.01em; }

.lead {
  max-width: 62ch;
  margin: 22px 0 0;
  color: rgba(17, 16, 14, 0.7);
  font-size: clamp(16px, 1.5vw, 19px);
}

.hero {
  padding: 70px 0 58px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr);
  gap: 48px;
  align-items: center;
}

.hero__actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-hero-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
  margin: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 40%, rgba(184, 198, 161, 0.34), transparent 38%),
    linear-gradient(180deg, var(--milk), var(--mist));
  box-shadow: 0 28px 80px var(--shadow);
  overflow: hidden;
}

.moisturizer-card::before {
  content: "150 мл";
  position: absolute;
  top: 26px;
  left: 26px;
  padding: 9px 11px;
  border: 1px solid rgba(17, 16, 14, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-hero-card img {
  width: min(500px, 100%);
  max-height: 560px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.price-float {
  position: absolute;
  right: 28px;
  bottom: 28px;
  min-width: 210px;
  padding: 18px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.9);
  color: var(--milk);
  backdrop-filter: blur(12px);
}

.price-float strong,
.price-line strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.price-line span,
.price-float span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 12px;
}

.price-line span { color: rgba(17, 16, 14, 0.62); }

.trust-strip {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-strip span {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
  font-weight: 700;
}

.section {
  padding: 82px 0;
  border-top: 1px solid var(--line);
}

.section--dark {
  background: var(--charcoal);
  color: var(--milk);
}

.section--dark h2,
.section--dark h3,
.section--dark .eyebrow { color: var(--milk); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.section-head p {
  max-width: 48ch;
  margin: 0;
  color: rgba(17, 16, 14, 0.68);
}

.section--dark .section-head p,
.section--dark p { color: rgba(255, 253, 248, 0.72); }

.section--soft {
  background:
    radial-gradient(circle at 86% 10%, rgba(184, 198, 161, 0.36), transparent 30%),
    var(--mist);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 44px;
  align-items: center;
}

.split--reverse {
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
}

.micro-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.micro-facts span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.accuracy-card,
.mood-panel {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--milk);
  box-shadow: 0 24px 70px rgba(17, 16, 14, 0.12);
}

.accuracy-card,
.product-card {
  display: grid;
  place-items: center;
  padding: 28px;
}

.accuracy-card img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

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

.card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.card p {
  margin: 13px 0 0;
  color: rgba(17, 16, 14, 0.68);
}

.cards--dark .card {
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(255, 253, 248, 0.16);
}

.cards--dark .card p {
  color: rgba(255, 253, 248, 0.74);
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ingredient {
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(184, 198, 161, 0.18), rgba(255, 253, 248, 0.74)),
    var(--milk);
}

.ingredient span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--moss);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ingredient p {
  margin: 12px 0 0;
  color: rgba(17, 16, 14, 0.68);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.info-grid article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(17, 16, 14, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
}

.info-grid b {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--olive);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.info-grid p {
  margin: 10px 0 0;
  color: rgba(17, 16, 14, 0.68);
}

.mood-panel {
  padding: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(184, 198, 161, 0.34), transparent 42%),
    var(--milk);
}

.bottle-orbit {
  display: grid;
  place-items: center;
  min-height: 430px;
}

.bottle-orbit img {
  width: min(360px, 100%);
  mix-blend-mode: multiply;
}

.mood-panel figcaption {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: rgba(17, 16, 14, 0.64);
  font-size: 13px;
  font-weight: 700;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.spec {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.08);
}

.spec b {
  color: var(--leaf);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) 1.25fr;
  gap: 38px;
  align-items: start;
}

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

.faq-list details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.faq-list p {
  margin: 12px 0 0;
  color: rgba(17, 16, 14, 0.68);
}

.order {
  display: grid;
  grid-template-columns: 1fr minmax(340px, 430px);
  gap: 28px;
  align-items: start;
}

.order-photo {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--mist);
}

.order-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 24px;
  mix-blend-mode: multiply;
}

.order-box {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 24px 70px rgba(17, 16, 14, 0.12);
}

.order-box label {
  display: block;
  margin-top: 14px;
  color: rgba(17, 16, 14, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.order-box input,
.order-box select {
  width: 100%;
  height: 50px;
  margin-top: 7px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--milk);
  color: var(--ink);
  font: 600 14px/1 var(--font-body);
}

.qty {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  gap: 8px;
  margin-top: 7px;
}

.qty button,
.qty output {
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 700;
}

.qty button {
  cursor: pointer;
  font-size: 20px;
}

.notice {
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 8px;
  background: var(--mist);
  color: rgba(17, 16, 14, 0.76);
  font-size: 13px;
}

.order-box .btn[type="submit"] {
  margin-top: 18px;
}

.status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--moss);
  font-size: 13px;
  font-weight: 800;
}

.footer {
  padding: 34px 0;
  color: rgba(17, 16, 14, 0.6);
  font-size: 13px;
}

.launcher {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 0;
}

.launcher__inner { max-width: 1180px; }

.launcher__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.launcher-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  text-decoration: none;
}

.launcher-card p { color: rgba(17, 16, 14, 0.68); }

.phone-page {
  min-height: 100vh;
}

.phone {
  width: min(560px, 100%);
  margin: 0 auto;
}

.phone__screen { padding: 18px 18px 108px; }

.mobile-hero {
  display: grid;
  gap: 15px;
}

.phone-page h2,
.phone-page h3 {
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.phone-page .btn {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffe19a 0%, #f0b74d 52%, #d6932d 100%);
  color: #050505;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 14px 28px rgba(214, 147, 45, 0.28);
}

.btn s {
  margin-right: 6px;
  font-size: 0.76em;
  font-weight: 600;
  opacity: 0.55;
}

.btn strong { font-weight: 800; }

.mobile-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 18px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(184, 198, 161, 0.38), transparent 42%),
    var(--milk);
  box-shadow: 0 18px 50px rgba(17, 16, 14, 0.16);
  mix-blend-mode: multiply;
}

.hero-banner-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mobile-hero--full .hero-banner-link {
  margin: -18px -18px 0;
}

.mobile-hero .hero-banner {
  aspect-ratio: 1086 / 1448;
  padding: 0;
  object-fit: cover;
  border-radius: 0;
  background: var(--black);
  mix-blend-mode: normal;
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.hero-meta span {
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.promo-timer,
.form-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 225, 154, 0.52), rgba(255, 253, 248, 0.84));
  color: var(--ink);
}

.form-offer {
  margin-top: 12px;
}

.promo-timer span,
.form-offer span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.promo-timer strong,
.form-offer strong {
  min-width: 76px;
  padding: 8px 10px;
  border-radius: 10px;
  background: var(--black);
  color: #ffe19a;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--mist);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.mobile-section {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.mobile-section--edge {
  margin: 18px -18px 0;
  padding-top: 0;
  border-top: 0;
}

.promo-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--black);
  box-shadow: none;
}

.promo-visual img {
  width: 100%;
  aspect-ratio: 1086 / 1448;
  object-fit: cover;
}

.mobile-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.mobile-row {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
}

.mobile-row p { margin: 8px 0 0; color: rgba(17, 16, 14, 0.68); }

.mobile-row h3 {
  font-size: 18px;
  line-height: 1.12;
}

.seo-description {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.seo-description h2 {
  font-size: 24px;
}

.seo-description p {
  margin: 10px 0 0;
  color: rgba(17, 16, 14, 0.64);
  font-size: 13px;
}

.bottom-buy {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 80;
  width: min(394px, calc(100% - 44px));
  margin: 0;
  padding: 10px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 253, 248, 0.32);
  border-radius: 18px;
  background: rgba(17, 16, 14, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.gift-line {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
  color: rgba(17, 16, 14, 0.72);
  font-size: 13px;
}

.gift-line:not(.is-empty) {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 12px;
  align-items: center;
}

.gift-line img {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--milk);
}

.gift-line span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gift-line strong {
  display: block;
  margin-top: 4px;
  color: var(--black);
  line-height: 1.25;
}

.gift-line__spin {
  display: none;
  margin-top: 10px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--moss);
  color: var(--milk);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.gift-line.is-empty .gift-line__spin { display: inline-block; }

.roulette-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 18px 22px;
  background: rgba(5, 5, 5, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.roulette-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.roulette-sheet {
  position: relative;
  width: min(390px, 100%);
  height: auto;
  max-height: min(70dvh, calc(100dvh - 36px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, #171411, #070706);
  color: var(--milk);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
}

.roulette-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.58);
  color: var(--milk);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.roulette-visual {
  width: 100%;
  height: clamp(82px, 14dvh, 126px);
  flex: 0 1 clamp(82px, 14dvh, 126px);
  object-fit: contain;
  border-radius: 12px;
}

.roulette-sheet .eyebrow {
  margin-top: clamp(5px, 1dvh, 8px);
  color: #ffe19a;
  font-size: 11px;
  line-height: 1.2;
}

.roulette-sheet h2 {
  margin: 0;
  color: var(--milk);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.roulette-copy {
  margin: clamp(3px, 0.7dvh, 4px) 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 12px;
  line-height: 1.3;
}

.roulette-window {
  position: relative;
  margin-top: clamp(6px, 1dvh, 8px);
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 225, 154, 0.28);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.08);
}

.roulette-pointer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 2px;
  transform: translateX(-50%);
  background: #ffe19a;
  box-shadow: 0 0 0 999px rgba(5, 5, 5, 0.12);
}

.roulette-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 104px;
  gap: 8px;
  padding: 8px calc(50% - 52px);
  will-change: transform;
}

.roulette-prize {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 6px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.94);
  pointer-events: none;
}

.roulette-prize img {
  width: 100%;
  height: 68px;
  object-fit: contain;
}

.roulette-prize.is-win {
  border-color: #ffe19a;
  background: linear-gradient(180deg, #ffe19a, #d6932d);
}

.roulette-spin {
  margin-top: clamp(6px, 1dvh, 8px);
}

.roulette-sheet .btn {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffe19a 0%, #f0b74d 52%, #d6932d 100%);
  color: #050505;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(214, 147, 45, 0.28);
}

.roulette-spin:disabled {
  opacity: 0.78;
  cursor: default;
}

.roulette-result {
  min-height: 18px;
  margin: clamp(4px, 0.8dvh, 6px) 0 0;
  color: #ffe19a;
  font-size: 13px;
  font-weight: 800;
}

.gift-reveal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 18px 22px;
  background: rgba(5, 5, 5, 0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, background 0.22s ease;
}

.gift-reveal.is-open {
  opacity: 1;
  pointer-events: auto;
  background: rgba(5, 5, 5, 0.7);
}

.gift-reveal__card {
  position: relative;
  width: min(360px, 100%);
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255, 225, 154, 0.32);
  border-radius: 22px;
  background: radial-gradient(circle at 50% 12%, rgba(255, 225, 154, 0.2), transparent 34%), linear-gradient(180deg, #171411, #070706);
  color: var(--milk);
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  transform: translateY(14px) scale(0.94);
}

.gift-reveal__card::after {
  content: "";
  position: absolute;
  inset: 34px 54px auto;
  height: 96px;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle, #ffe19a 0 3px, transparent 4px) 10% 72% / 18px 18px,
    radial-gradient(circle, #f0b74d 0 3px, transparent 4px) 28% 28% / 20px 20px,
    radial-gradient(circle, #fff0bd 0 3px, transparent 4px) 55% 18% / 18px 18px,
    radial-gradient(circle, #d6932d 0 3px, transparent 4px) 80% 62% / 20px 20px,
    radial-gradient(circle, #ffe19a 0 2px, transparent 3px) 96% 22% / 16px 16px;
  background-repeat: no-repeat;
}

.gift-reveal.is-open .gift-reveal__card {
  animation: giftCardIn 0.56s cubic-bezier(0.18, 0.88, 0.2, 1.18) both;
}

.gift-reveal.is-open .gift-reveal__card::after {
  animation: giftConfetti 1.35s 0.42s ease-out both;
}

.gift-reveal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.48);
  color: var(--milk);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.gift-box {
  position: relative;
  width: 186px;
  height: 168px;
  margin-top: 6px;
  will-change: transform;
}

.gift-reveal.is-open .gift-box {
  animation: giftBoxBounce 0.86s 0.12s cubic-bezier(0.18, 0.88, 0.2, 1.18) both;
}

.gift-box__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.34));
}

.gift-reveal__card .eyebrow {
  margin: 0;
  color: #ffe19a;
}

.gift-reveal__card h2 {
  margin: 0;
  color: var(--milk);
  font-family: var(--font-body);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.gift-reveal__card p:not(.eyebrow) {
  margin: 0;
  max-width: 28ch;
  color: rgba(255, 253, 248, 0.74);
  font-size: 14px;
  line-height: 1.35;
}

@keyframes giftCardIn {
  0% { transform: translateY(14px) scale(0.94); opacity: 0; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

@keyframes giftBoxBounce {
  0% { transform: translateY(12px) scale(0.92); }
  54% { transform: translateY(-8px) scale(1.04); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes giftConfetti {
  0% { opacity: 0; transform: translateY(18px) scale(0.72); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-34px) scale(1.1); }
}

@media (max-width: 920px) {
  .nav__links { display: none; }
  .hero__grid,
  .order,
  .launcher__grid,
  .split,
  .split--reverse,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .cards,
  .trust-strip,
  .spec-grid,
  .ingredient-grid,
  .info-grid,
  .micro-facts {
    grid-template-columns: 1fr;
  }
  .section-head { display: block; }
  .price-float {
    position: static;
    margin-top: 12px;
  }
  .product-hero-card {
    min-height: auto;
  }
}
