:root {
  --ink: #101828;
  --muted: #667085;
  --line: #e7e9ee;
  --soft: #f6f7f9;
  --blue: #17358f;
  --green: #f28c28;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.topbar { padding: 8px 20px; text-align: center; background: var(--ink); color: #fff; font-size: 10px; letter-spacing: .04em; }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font: 800 21px Manrope, sans-serif; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--blue); color: #fff; font-size: 16px; }
.nav nav { display: flex; gap: 32px; }
.nav nav a, .footer-grid a { color: #475467; text-decoration: none; font-size: 13px; }
.nav nav a:hover { color: var(--ink); }
.nav-cta { padding: 10px 16px; border-radius: 99px; background: var(--ink); color: #fff; text-decoration: none; font-size: 12px; font-weight: 700; }
.nav-cta span { margin-left: 5px; }
.menu { display: none; border: 0; background: transparent; }

.hero { min-height: 680px; display: grid; grid-template-columns: 48% 52%; align-items: center; padding: 62px 0 90px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 18px; height: 1px; background: var(--blue); }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; }
h1 { max-width: 650px; margin: 24px 0; font-size: clamp(46px, 5.2vw, 72px); line-height: .99; letter-spacing: -.06em; font-weight: 700; }
h1 em { color: var(--blue); font-style: normal; }
.lead { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-points { display: flex; margin: 32px 0; }
.hero-points div { display: flex; flex-direction: column; min-width: 135px; padding: 0 22px; border-left: 1px solid var(--line); }
.hero-points div:first-child { padding-left: 0; border-left: 0; }
.hero-points strong { font: 700 15px Manrope; }
.hero-points span { margin-top: 3px; color: #98a2b3; font-size: 10px; }
.buy-box { width: min(100%, 520px); margin-top: 28px; }
.buy-label { margin-bottom: 10px; color: #475467; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.pack-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.pack-option { display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; transition: border-color .2s, background .2s; }
.pack-option:hover { border-color: #17358f; }
.pack-option.selected { border: 2px solid #17358f; padding: 12px 13px; background: #eef3ff; }
.pack-option span { display: flex; flex-direction: column; gap: 4px; }
.pack-option strong { font: 700 13px Manrope; }
.pack-option small { color: #98a2b3; font-size: 9px; }
.pack-option b { color: #17358f; font: 800 14px Manrope; white-space: nowrap; }
.buy-total { display: flex; align-items: center; justify-content: space-between; padding: 16px 2px 11px; }
.buy-total span { color: var(--muted); font-size: 12px; }
.buy-total strong { font: 800 20px Manrope; }
.delivery-notice { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 10px; padding: 10px 12px; border-radius: 8px; background: #f6f7f9; color: #475467; font-size: 10px; }
.delivery-notice span { color: #f28c28; }
.delivery-notice strong { font-weight: 700; }
.primary-btn { display: flex; align-items: center; justify-content: center; width: min(100%, 415px); min-height: 60px; padding: 13px 20px; border-radius: 12px; background: var(--green); color: #fff; text-align: center; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .04em; transition: transform .2s, background .2s; }
.primary-btn:hover { transform: translateY(-2px); background: var(--green); }
.primary-btn > span:nth-child(2) { font-size: 14px; font-weight: 700; }
.primary-btn small { display: block; margin-top: 2px; opacity: .78; font-size: 10px; font-weight: 400; }
.primary-btn b { margin-left: auto; font-size: 18px; }
.wa-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--green); font-size: 21px; }
.rx-note { margin: 12px 0 0; color: #98a2b3; font-size: 10px; }
.rx-note span { padding: 2px 4px; border: 1px solid #d0d5dd; border-radius: 4px; color: #667085; font-weight: 800; }

.product-stage { position: relative; min-height: 570px; display: grid; place-items: center; }
.product-stage::before { content: ""; position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; background: #f3f5f7; }
.product-stage img { position: relative; z-index: 2; width: min(108%, 650px); max-height: 590px; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(16,24,40,.12)); }
.product-stage .discretion-badge { position: absolute; top: 8%; right: -1%; z-index: 4; width: 128px; height: 128px; border: 5px solid #fff; border-radius: 50%; object-fit: cover; filter: drop-shadow(0 10px 16px rgba(16,24,40,.2)); transform: rotate(5deg); }
.halo, .float-tag { display: none; }
.trust-pill { position: absolute; right: 1%; bottom: 6%; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.94); }
.trust-pill > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #e8f8ef; color: #149152; font-size: 11px; }
.trust-pill div { display: flex; flex-direction: column; }
.trust-pill strong { font-size: 10px; }
.trust-pill small { color: #98a2b3; font-size: 9px; }

.flavour-strip { border-block: 1px solid var(--line); }
.flavours { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.flavours > span { color: #98a2b3; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.flavours div { display: flex; align-items: center; gap: 7px; color: #475467; font-size: 11px; font-weight: 600; }
.flavours i { width: 7px; height: 7px; border-radius: 50%; }
.lime { background: #9ebc13; } .orange { background: #ef8d17; } .vanilla { background: #e9d778; }
.banana { background: #ecc900; } .strawberry { background: #d83b46; } .pineapple { background: #f2b600; } .currant { background: #552b6d; }

.details { padding: 130px 0; display: grid; grid-template-columns: 34% 66%; gap: 72px; }
.section-heading h2, .how h2, .safety h2 { margin: 16px 0 22px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); line-height: 1.75; font-size: 14px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec { position: relative; min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.spec-no { position: absolute; top: 24px; right: 24px; color: #b4bbc6; font: 600 9px Manrope; }
.spec-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--soft); color: var(--blue); font: 800 21px Manrope; }
.spec-icon small { margin-left: 2px; font-size: 8px; }
.spec h3 { margin: 27px 0 8px; font-size: 16px; }
.spec p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.main-spec { background: var(--blue); color: #fff; }
.main-spec .spec-icon { background: rgba(255,255,255,.12); color: #fff; }
.main-spec .spec-no, .main-spec p { color: #cbd5ed; }
.logo-aj { font-size: 13px; font-style: italic; }

.how { padding: 110px 0; background: var(--ink); color: #fff; }
.how-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px; }
.kicker.light { color: #94a8ef; }
.how ol { margin: 0; padding: 0; list-style: none; }
.how li { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.how li > span { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 11px; }
.how li strong { font: 700 14px Manrope; }
.how li p { margin: 4px 0 0; color: #98a2b3; font-size: 11px; }
.outline-btn { grid-column: 2; justify-self: start; display: flex; gap: 55px; padding: 13px 17px; border: 1px solid #475467; border-radius: 10px; color: #fff; text-decoration: none; font-size: 12px; font-weight: 700; }

.safety { padding: 115px 0 36px; }
.safety-card { display: grid; grid-template-columns: 78px 1fr auto; gap: 34px; align-items: center; padding: 50px; border: 1px solid var(--line); border-radius: 16px; }
.shield { display: grid; place-items: center; width: 70px; height: 78px; background: var(--soft); clip-path: polygon(50% 0,95% 18%,88% 73%,50% 100%,12% 73%,5% 18%); color: var(--blue); font: 800 21px Manrope; }
.safety-card h2 { margin: 8px 0 12px; font-size: 34px; }
.safety-card p { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.text-link { color: var(--blue); text-decoration: none; white-space: nowrap; font-size: 11px; font-weight: 700; }
.privacy-section { display: grid; grid-template-columns: 40% 60%; gap: 70px; padding: 115px 0; }
.privacy-intro h2 { margin: 15px 0 20px; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.privacy-intro p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.privacy-points { border-top: 1px solid var(--line); }
.privacy-points article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 27px 4px; border-bottom: 1px solid var(--line); }
.privacy-points article > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eef3ff; color: var(--blue); font-size: 10px; font-weight: 800; }
.privacy-points h3 { margin: 0 0 7px; font-size: 15px; }
.privacy-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.warnings { padding: 22px 0 110px; }
.warnings details { padding: 21px 2px; border-bottom: 1px solid var(--line); }
.warnings summary { display: flex; justify-content: space-between; cursor: pointer; list-style: none; font: 700 14px Manrope; }
.warnings summary span { color: #98a2b3; font-size: 19px; font-weight: 400; }
.warnings details p { max-width: 860px; color: var(--muted); font-size: 13px; line-height: 1.7; }

footer { padding: 65px 0 24px; background: #0b1220; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer-brand { color: #fff; }
.footer-grid p { color: #667085; font-size: 12px; line-height: 1.6; }
.footer-grid > div { display: flex; flex-direction: column; gap: 12px; }
.footer-grid strong { font: 700 10px Manrope; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid a { color: #98a2b3; }
.legal { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid #202939; color: #667085; font-size: 9px; }
.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 10; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 99px; background: var(--green); color: #fff; text-decoration: none; box-shadow: 0 8px 24px rgba(16,24,40,.15); font-size: 11px; }
.floating-wa span { font-size: 18px; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay { transition-delay: .08s; }

@media (max-width: 900px) {
  .nav-cta { display: none; }
  .nav nav { display: flex; gap: 14px; }
  .nav nav a { color: var(--ink); font-size: 12px; font-weight: 700; }
  .menu { display: block; }
  .menu span { display: block; width: 22px; height: 1px; margin: 6px; background: var(--ink); }
  .hero { grid-template-columns: 1fr; padding-top: 30px; }
  .product-stage { min-height: 500px; order: -1; }
  .product-stage img { max-height: 510px; }
  .product-stage .discretion-badge { top: 8%; right: 3%; width: 112px; height: 112px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .lead, .primary-btn, .buy-box { margin-inline: auto; }
  .hero-points { justify-content: center; }
  .flavours { justify-content: center; flex-wrap: wrap; overflow: visible; padding: 18px 24px; }
  .flavours > span { flex: 0 0 100%; text-align: center; }
  .flavours > * { white-space: nowrap; }
  .details { grid-template-columns: 1fr; }
  .how-inner { grid-template-columns: 1fr; }
  .outline-btn { grid-column: 1; }
  .safety-card { grid-template-columns: 70px 1fr; }
  .text-link { grid-column: 2; }
  .privacy-section { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 30px, 1180px); }
  .topbar { font-size: 8px; }
  .nav { height: 68px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 29px; height: 29px; }
  .nav nav { gap: 12px; }
  .nav nav a { font-size: 11px; font-weight: 700; }
  .hero { padding: 10px 0 65px; }
  .flavours { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding: 18px 15px; }
  .flavours > span { grid-column: 1 / -1; }
  .flavours div { justify-content: flex-start; min-height: 38px; padding: 0 13px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 10px; }
  .flavours div:last-child { grid-column: 1 / -1; justify-self: center; width: calc(50% - 5px); }
  .product-stage { min-height: 380px; }
  .product-stage img { width: 115%; max-height: 400px; }
  .product-stage .discretion-badge { top: 5%; right: 0; width: 86px; height: 86px; border-width: 3px; }
  .trust-pill { display: none; }
  h1 { font-size: 43px; }
  .lead { font-size: 15px; }
  .hero-points div { min-width: 0; padding-inline: 11px; }
  .hero-points strong { font-size: 13px; }
  .hero-points span { font-size: 9px; }
  .primary-btn { text-align: left; }
  .pack-options { grid-template-columns: 1fr; }
  .details { gap: 38px; padding: 80px 0; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec { min-height: 200px; }
  .how { padding: 75px 0; }
  .how-inner { gap: 28px; }
  .safety { padding-top: 75px; }
  .safety-card { grid-template-columns: 1fr; padding: 30px 22px; }
  .safety-card h2 { font-size: 30px; }
  .shield { width: 54px; height: 60px; font-size: 17px; }
  .text-link { grid-column: 1; }
  .privacy-section { padding: 75px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal { display: block; }
  .legal span { display: block; margin-top: 7px; }
  .floating-wa { right: 14px; bottom: 14px; padding: 10px 13px; }
}
