:root {
  --ink: #080908;
  --soft-ink: #2b2f2d;
  --muted: #656b68;
  --line: #e0e3df;
  --paper: #f7f7f4;
  --panel: #ffffff;
  --teal: #267174;
  --teal-soft: #e4f1ef;
  --acid: #eceb90;
  --blush: #f2ded2;
  --shadow: 0 24px 80px rgba(8, 9, 8, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Avenir, "Avenir Next", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
a {
  font: inherit;
}

button {
  touch-action: manipulation;
}

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

section {
  scroll-margin-top: 150px;
}

.alert-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 42px;
  padding: 8px clamp(14px, 4vw, 72px);
  color: #fff;
  background: var(--ink);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 850;
  overflow: hidden;
}

.alert-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.18) 48%, transparent 58% 100%);
  transform: translateX(-120%);
  animation: alert-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.alert-bar span {
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--acid);
  font-size: 0.76rem;
  font-weight: 950;
}

.alert-bar strong {
  font-weight: 950;
}

.alert-bar a {
  color: var(--acid);
  text-decoration: none;
  font-weight: 950;
}

.alert-bar a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 42px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 70px;
  padding: 14px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(8, 9, 8, 0.08);
  background: rgba(247, 247, 244, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--ink);
  text-decoration: none;
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
  font-weight: 950;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: 24px;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a:hover {
  color: var(--ink);
}

.cart-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.cart-button:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}

.cart-button strong {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 0.78rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(36px, 7vw, 112px);
  min-height: calc(100svh - 70px);
  padding: clamp(40px, 7vw, 88px) clamp(18px, 6vw, 86px) clamp(24px, 5vw, 64px);
}

.hero-copy {
  max-width: 760px;
  animation: hero-copy-in 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(4.6rem, 10.5vw, 11rem);
  line-height: 0.78;
  font-weight: 650;
  letter-spacing: 0;
}

.intro {
  max-width: 620px;
  color: var(--soft-ink);
  font-size: clamp(1.1rem, 1.8vw, 1.42rem);
  line-height: 1.42;
}

.price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 22px;
}

.old-price,
.deal-label {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 900;
}

.old-price {
  text-decoration: line-through;
}

.deal-label {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  text-decoration: none;
}

.new-price {
  color: var(--ink);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  line-height: 0.86;
  font-weight: 950;
}

.unit {
  color: var(--muted);
  font-weight: 900;
  line-height: 1.05;
}

.micro-copy {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--teal);
  font-size: 0.98rem;
  font-weight: 900;
}

.buy-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.buy-note {
  max-width: 250px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
}

.quantity {
  display: grid;
  grid-template-columns: 44px 54px 44px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--panel);
}

.quantity button {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.25rem;
  transition: background 0.18s ease;
}

.quantity button:hover {
  background: var(--teal-soft);
}

.quantity output {
  display: grid;
  place-items: center;
  font-weight: 950;
}

.primary-button,
.secondary-button,
.ghost-button {
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 28px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8, 9, 8, 0.14);
}

.primary-button {
  color: #fff;
  background: var(--ink);
}

.primary-button:hover {
  background: var(--teal);
}

.secondary-button {
  color: #fff;
  background: var(--teal);
}

.ghost-button {
  margin-top: 26px;
  color: var(--ink);
  background: var(--panel);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-media {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  isolation: isolate;
  animation: hero-media-in 0.9s 0.1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -2% -4% 0%;
  z-index: -2;
  background: linear-gradient(180deg, var(--acid), #dfdf79);
  clip-path: ellipse(50% 47% at 54% 47%);
  animation: quiet-pulse 5.5s ease-in-out infinite;
}

.hero-media img {
  width: min(88%, 520px);
  filter: drop-shadow(0 36px 36px rgba(8, 9, 8, 0.18));
  transform: rotate(calc(-2deg + var(--tilt-x, 0deg))) translate(var(--drift-x, 0), var(--drift-y, 0));
  animation: product-float 6s ease-in-out infinite;
  transition: transform 0.2s ease;
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: var(--panel);
}

.ticker span {
  min-height: 66px;
  display: grid;
  place-items: center;
  padding: 14px 18px;
  border-right: 1px solid var(--line);
  color: var(--soft-ink);
  text-align: center;
  font-size: 0.94rem;
  font-weight: 900;
  transition: color 0.18s ease, background 0.18s ease;
}

.ticker span:hover {
  color: var(--ink);
  background: var(--teal-soft);
}

.ticker span:last-child {
  border-right: 0;
}

.statement,
.offer,
.reviews,
.comparison,
.faq,
.void-lab,
.final-cta {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 6vw, 86px);
}

.statement {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.statement h2,
.offer h2,
.reviews h2,
.comparison h2,
.faq h2 {
  margin: 0 auto 22px;
  max-width: 1040px;
  font-size: clamp(2.6rem, 6.3vw, 7rem);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0;
}

.statement p,
.offer p {
  max-width: 780px;
  margin-inline: auto;
  color: var(--soft-ink);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.benefits article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 52px);
  background: var(--paper);
  transition: background 0.22s ease, transform 0.22s ease;
}

.benefits article:hover {
  background: var(--panel);
  transform: translateY(-4px);
}

.benefits h3 {
  max-width: 420px;
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 0.95;
  font-weight: 650;
}

.benefits p,
.product-copy p,
.review-grid blockquote,
.faq p {
  color: var(--muted);
  line-height: 1.55;
}

.product-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
  padding: clamp(72px, 10vw, 132px) clamp(18px, 6vw, 86px);
  background: var(--panel);
}

.void-lab {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
  background: var(--paper);
}

.void-lab h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5.8vw, 6.4rem);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0;
}

.void-lab p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.55;
}

.lab-panel {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 60px rgba(8, 9, 8, 0.07);
}

.nothing-meter {
  display: grid;
  gap: 12px;
}

.nothing-meter span {
  color: var(--muted);
  font-weight: 900;
}

.nothing-meter strong {
  font-size: clamp(4rem, 7vw, 6.4rem);
  line-height: 0.86;
  font-weight: 950;
}

.meter-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: var(--teal-soft);
  overflow: hidden;
}

.meter-track span {
  display: block;
  width: var(--meter-width, 0%);
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
  transition: width 0.38s ease;
}

.meter-track::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 34%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(38, 113, 116, 0.72), transparent);
  opacity: 0;
  transform: translateX(-120%);
}

.lab-panel.is-testing .meter-track::after {
  animation: fake-scan 2.2s ease-in-out;
}

.lab-result {
  min-height: 70px;
  margin: 24px 0;
  color: var(--ink);
  font-weight: 900;
  transition: opacity 0.18s ease;
}

.lab-panel.is-testing .lab-result {
  opacity: 0.78;
}

.lab-panel.is-testing [data-meter-value] {
  color: var(--teal);
  animation: meter-thinking 0.52s ease-in-out infinite alternate;
}

.lab-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.lab-actions button {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.lab-actions button:hover {
  border-color: var(--ink);
  background: var(--acid);
  transform: translateY(-2px);
}

.lab-actions button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.gallery-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.thumb.is-active {
  border-color: var(--ink);
}

.thumb:hover {
  transform: translateY(-2px);
}

.thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-copy h2 {
  max-width: 670px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5.6vw, 6.2rem);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0;
}

.product-copy p {
  max-width: 620px;
  font-size: 1.12rem;
}

.specs {
  display: grid;
  margin: 34px 0 18px;
  border-top: 1px solid var(--line);
}

.specs div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.specs dt {
  color: var(--muted);
}

.specs dd {
  margin: 0;
  font-weight: 950;
  text-align: right;
}

.product-reassurance {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin: 0 0 28px;
}

.product-reassurance span {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 850;
}

.product-reassurance span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
}

.offer {
  color: #fff;
  background: var(--ink);
  text-align: center;
}

.offer .eyebrow {
  color: var(--acid);
}

.offer p {
  color: rgba(255, 255, 255, 0.76);
}

.reviews h2,
.comparison h2,
.faq h2 {
  margin-left: 0;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.review-grid figure {
  margin: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.review-grid figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(8, 9, 8, 0.08);
}

.review-grid blockquote {
  margin: 0 0 26px;
  font-size: 1.08rem;
}

.review-grid figcaption {
  font-weight: 950;
}

.comparison {
  background: var(--teal-soft);
}

.gift-diagnosis {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: 1px;
  max-width: 1180px;
  border: 1px solid rgba(8, 9, 8, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(8, 9, 8, 0.1);
}

.gift-diagnosis ul,
.gift-diagnosis div {
  margin: 0;
  padding: clamp(24px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.72);
}

.gift-diagnosis ul {
  display: grid;
  gap: 0;
  list-style: none;
}

.gift-diagnosis li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--soft-ink);
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 1.12;
  font-weight: 950;
}

.gift-diagnosis li:last-child {
  border-bottom: 0;
}

.gift-diagnosis li span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 950;
}

.gift-diagnosis div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: var(--ink);
}

.gift-diagnosis strong {
  margin-bottom: 18px;
  color: var(--acid);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gift-diagnosis p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.35rem, 2.4vw, 2.45rem);
  line-height: 1.05;
  font-weight: 900;
}

.faq {
  max-width: 1240px;
  margin: 0 auto 80px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  align-items: center;
  gap: clamp(22px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--panel);
}

.final-cta h2 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 6vw, 6.8rem);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0;
}

.final-cta p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.5;
}

.final-cta .primary-button {
  white-space: nowrap;
}

.final-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.final-proof span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--soft-ink);
  font-size: 0.9rem;
  font-weight: 950;
}

.final-buy-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--paper), #fff);
}

.final-product-pair {
  position: relative;
  justify-self: center;
  width: min(100%, 310px);
  aspect-ratio: 1.24 / 1;
}

.final-product-pair img {
  position: absolute;
  width: auto;
  height: 86%;
  max-width: 68%;
  filter: drop-shadow(0 22px 24px rgba(8, 9, 8, 0.14));
}

.final-product-pair img:first-child {
  left: 10%;
  top: 8%;
  opacity: 0.78;
  transform: rotate(-14deg) scale(0.98);
}

.final-product-pair img:last-child {
  right: 10%;
  top: 2%;
  transform: rotate(-7deg);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.faq-group {
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.faq-group h3 {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
  transition: background 0.2s ease, padding-inline 0.2s ease;
}

.faq-group details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.18;
  transition: color 0.18s ease;
}

summary:hover {
  color: var(--teal);
}

summary::marker {
  color: var(--teal);
}

details p {
  max-width: 100%;
  margin: 10px 0 0;
  font-size: 0.94rem;
  animation: faq-open 0.24s ease both;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  justify-items: end;
  background: rgba(8, 9, 8, 0);
  pointer-events: none;
  transition: background 0.2s ease;
  overflow: hidden;
}

.cart-drawer.is-open {
  background: rgba(8, 9, 8, 0.34);
  pointer-events: auto;
}

.cart-panel {
  width: min(440px, 100%);
  height: 100%;
  padding: 26px;
  overflow-y: auto;
  background: var(--panel);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 0.24s ease;
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.cart-head h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
}

.cart-head button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  cursor: pointer;
  font-size: 1.5rem;
}

.cart-empty {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  line-height: 1.5;
}

.cart-empty strong,
.cart-undo strong {
  color: var(--ink);
  font-size: 1.15rem;
}

.cart-empty button,
.cart-undo button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-weight: 950;
  cursor: pointer;
}

.cart-undo {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.cart-undo[hidden] {
  display: none;
}

.cart-undo span {
  color: var(--muted);
  line-height: 1.45;
}

.cart-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 16px 0;
  border-block: 1px solid var(--line);
}

.cart-line img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-line span {
  color: var(--muted);
}

.cart-item-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.cart-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.cart-controls button,
.cart-controls output {
  min-width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink);
  font-weight: 950;
}

.cart-controls button {
  cursor: pointer;
}

.cart-controls .remove-cart {
  width: auto;
  padding: 0 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

[data-cart-total] {
  grid-column: 2;
  color: var(--ink);
  font-weight: 950;
}

.cart-offer {
  margin: 18px 0;
  padding: 14px;
  border-radius: 8px;
  color: var(--teal);
  background: var(--teal-soft);
  font-weight: 950;
}

.paypal-checkout {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.applepay-slot {
  display: grid;
}

.applepay-container {
  min-height: 48px;
}

.applepay-container apple-pay-button {
  width: 100%;
  height: 48px;
  --apple-pay-button-border-radius: 999px;
}

.paypal-buttons {
  min-height: 52px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 86px;
  z-index: 80;
  max-width: min(460px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  text-align: center;
  font-weight: 900;
  opacity: 0;
  transform: translate(-50%, 190px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sticky-buy {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(520px, calc(100vw - 24px));
  min-height: 58px;
  padding: 8px 8px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 9, 8, 0.92);
  box-shadow: 0 18px 60px rgba(8, 9, 8, 0.2);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 88px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

body.has-sticky-buy .sticky-buy {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.sticky-buy span {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-buy button {
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--acid);
  font-weight: 950;
  cursor: pointer;
}

.will-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.will-reveal:nth-child(2) {
  transition-delay: 0.06s;
}

.will-reveal:nth-child(3) {
  transition-delay: 0.12s;
}

@keyframes alert-sheen {
  0%,
  54% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-media-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes product-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes quiet-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.035);
    opacity: 0.86;
  }
}

@keyframes badge-breathe {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.045;
  }
}

@keyframes faq-open {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fake-scan {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  12%,
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(320%);
  }
}

@keyframes meter-thinking {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .will-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
  }

  .cart-button {
    grid-column: 2;
    grid-row: 1;
  }

  .hero,
  .product-section,
  .void-lab {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-media {
    order: -1;
    min-height: 390px;
  }

  h1 {
    font-size: clamp(4.2rem, 17vw, 7.2rem);
  }

  .ticker,
  .benefits,
  .review-grid,
  .gift-diagnosis,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .benefits article {
    min-height: auto;
    padding: 24px;
  }

  .benefits h3 {
    font-size: clamp(1.55rem, 7vw, 2.25rem);
  }

  .gift-diagnosis p {
    font-size: 1.3rem;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-cta .primary-button {
    width: 100%;
    white-space: normal;
  }

  .final-buy-card {
    grid-template-columns: 120px 1fr;
    align-items: center;
    justify-items: stretch;
  }

  .final-product-pair {
    width: min(100%, 260px);
  }

  .ticker span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .alert-bar {
    position: static;
    display: grid;
    gap: 5px;
    min-height: 0;
    padding-block: 10px;
    font-size: 0.84rem;
  }

  .site-header {
    top: 0;
    min-height: 62px;
    padding-inline: 14px;
  }

  .cart-button span {
    display: none;
  }

  .hero,
  .product-section,
  .void-lab,
  .statement,
  .offer,
  .reviews,
  .comparison,
  .faq,
  .final-cta {
    padding-inline: 16px;
  }

  .benefits article {
    padding: 20px 16px;
  }

  .benefits h3 {
    margin-bottom: 8px;
  }

  .benefits p {
    margin-bottom: 0;
  }

  .hero-media {
    min-height: 250px;
  }

  .hero {
    padding-top: 18px;
    padding-bottom: 34px;
    row-gap: 10px;
  }

  .hero-media::before {
    inset: 4% 2% 0%;
    clip-path: ellipse(44% 39% at 54% 49%);
  }

  .hero-media img {
    width: min(56%, 230px);
    filter: drop-shadow(0 20px 22px rgba(8, 9, 8, 0.16));
  }

  h1 {
    margin-bottom: 12px;
    font-size: clamp(3rem, 15vw, 4.65rem);
    line-height: 0.86;
  }

  .intro {
    font-size: 0.98rem;
    line-height: 1.36;
  }

  .price-row {
    margin: 18px 0 14px;
  }

  .new-price {
    font-size: clamp(3rem, 14vw, 4.1rem);
  }

  .statement h2,
  .offer h2,
  .reviews h2,
  .comparison h2,
  .faq h2,
  .void-lab h2,
  .product-copy h2 {
    font-size: clamp(2.15rem, 12vw, 3.5rem);
    line-height: 0.94;
  }

  .final-cta h2 {
    font-size: clamp(2.05rem, 10.2vw, 2.9rem);
    line-height: 0.94;
  }

  .final-cta p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.38;
  }

  .faq {
    margin-bottom: 42px;
  }

  .faq-grid {
    gap: 8px;
  }

  .faq-group {
    padding: 14px;
  }

  .faq-group h3 {
    margin-bottom: 10px;
  }

  details {
    padding: 12px 0;
  }

  details p {
    font-size: 0.9rem;
  }

  .buy-box,
  .primary-button,
  .secondary-button,
  .ghost-button {
    width: 100%;
  }

  .buy-note {
    max-width: none;
    text-align: center;
  }

  .lab-actions {
    grid-template-columns: 1fr;
  }

  .quantity {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .thumbs {
    grid-template-columns: repeat(2, 1fr);
  }

  .specs div {
    display: grid;
    gap: 8px;
    padding: 14px 0;
  }

  .specs dd {
    text-align: left;
  }

  .product-reassurance {
    margin-bottom: 22px;
  }

  .final-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 18px;
  }

  .final-proof span {
    text-align: center;
  }

  .final-buy-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .final-product-pair {
    width: min(66vw, 206px);
  }

  .sticky-buy {
    display: none;
  }
}
