:root {
  --green: #346d08;
  --green-dark: #235104;
  --green-soft: #eef5e8;
  --orange: #cc6633;
  --orange-dark: #a64a22;
  --orange-soft: #fff1e9;
  --yellow: #f4c72b;
  --cream: #faf8f1;
  --white: #ffffff;
  --ink: #262820;
  --muted: #5f645a;
  --line: #d9ddd3;
  --panel: #f5f7f2;
  --shadow: 0 18px 50px rgba(36, 60, 16, 0.12);
  --font-display: "Asap", Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
}

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

button,
input,
a {
  font: inherit;
}

a {
  color: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--green-dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.narrow {
  max-width: 840px;
  text-align: center;
}

.section {
  padding: 78px 0;
}

.promo-bar {
  color: var(--white);
  background: var(--orange-dark);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
}

.promo-bar__inner {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  min-height: 34px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(217, 221, 211, 0.9);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 30px;
  align-items: center;
  min-height: 68px;
}

.site-logo {
  display: inline-flex;
  width: 148px;
}

.site-logo img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 28px;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
}

.site-nav a,
.cart-link,
.site-footer a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.cart-link:hover,
.cart-link:focus-visible {
  color: var(--green);
}

.cart-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
}

.icon,
.trust-icon,
.benefit-icon,
.quality-icon svg,
.mini-check,
.gallery-arrow svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.icon--cart {
  width: 22px;
  height: 22px;
}

.hero {
  padding-top: 26px;
  background:
    radial-gradient(circle at 18% 14%, rgba(244, 199, 43, 0.11), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfcf8 100%);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: 44px;
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 112px;
}

.product-stage-shell {
  position: relative;
}

.product-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, #fff 0%, #f4f7ef 72%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.product-stage.is-story {
  background: #23321f;
}

.product-stage::after {
  position: absolute;
  top: 20px;
  right: 24px;
  bottom: auto;
  z-index: 6;
  padding: 6px 10px;
  color: #4d5c42;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 999px;
  content: attr(data-stage-label);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

.product-stage.is-story::after {
  top: 20px;
  color: var(--white);
  background: rgba(31, 45, 25, 0.74);
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.product-stage__fallback {
  width: 220px;
}

.package-visual {
  position: relative;
  width: 100%;
  height: 455px;
}

.package-visual::before {
  position: absolute;
  right: 12%;
  bottom: 8%;
  left: 12%;
  height: 34px;
  background: rgba(36, 60, 16, 0.14);
  border-radius: 50%;
  filter: blur(13px);
  content: "";
}

.package-visual img {
  position: absolute;
  bottom: 44px;
  left: 50%;
  width: 190px;
  height: auto;
  filter: drop-shadow(0 18px 14px rgba(28, 46, 15, 0.18));
  transform: translateX(-50%);
}

.package-visual[data-count="1"] img {
  width: 240px;
}

.package-visual[data-count="3"] img:nth-child(1) {
  left: 31%;
  width: 175px;
  transform: translateX(-50%) rotate(-4deg);
}

.package-visual[data-count="3"] img:nth-child(2) {
  z-index: 2;
  width: 215px;
}

.package-visual[data-count="3"] img:nth-child(3) {
  left: 69%;
  width: 175px;
  transform: translateX(-50%) rotate(4deg);
}

.package-visual[data-count="6"] img {
  width: 150px;
}

.package-visual[data-count="6"] img:nth-child(1) { left: 21%; bottom: 54px; transform: translateX(-50%) rotate(-6deg); }
.package-visual[data-count="6"] img:nth-child(2) { left: 37%; bottom: 72px; z-index: 2; transform: translateX(-50%) rotate(-3deg); }
.package-visual[data-count="6"] img:nth-child(3) { left: 53%; bottom: 82px; z-index: 4; width: 175px; }
.package-visual[data-count="6"] img:nth-child(4) { left: 68%; bottom: 72px; z-index: 3; transform: translateX(-50%) rotate(3deg); }
.package-visual[data-count="6"] img:nth-child(5) { left: 81%; bottom: 54px; transform: translateX(-50%) rotate(6deg); }
.package-visual[data-count="6"] img:nth-child(6) { left: 50%; bottom: 20px; z-index: 5; width: 170px; }

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-story {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.gallery-story::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(16, 25, 12, 0.04) 24%, rgba(16, 25, 12, 0.9) 100%),
    linear-gradient(90deg, rgba(16, 25, 12, 0.5) 0%, transparent 62%);
  content: "";
}

.gallery-story__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-story__bottle {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 2;
  width: 118px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 16px rgba(8, 18, 4, 0.42));
  transform: rotate(3deg);
}

.gallery-story__copy {
  position: absolute;
  right: 158px;
  bottom: 34px;
  left: 32px;
  z-index: 3;
  max-width: 440px;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(20, 27, 16, 0.42);
}

.gallery-story--align-right .gallery-story__copy {
  right: 32px;
  left: 158px;
  max-width: 390px;
}

.gallery-story--align-right .gallery-story__bottle {
  right: auto;
  left: 24px;
  transform: rotate(-3deg);
}

.gallery-story__kicker {
  display: block;
  margin-bottom: 7px;
  color: #f8d34d;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gallery-story__copy strong {
  display: block;
  max-width: 390px;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.05;
}

.gallery-story__copy p {
  max-width: 430px;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.42;
}

.gallery-story__points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.gallery-story__points li {
  padding: 6px 9px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 5px;
  text-shadow: none;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(52, 109, 8, 0.24);
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(35, 81, 4, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  color: var(--white);
  background: var(--green);
  transform: translateY(-50%) scale(1.05);
}

.gallery-arrow:active {
  transform: translateY(-50%) scale(0.97);
}

.gallery-arrow svg {
  width: 20px;
  height: 20px;
}

.gallery-arrow--prev {
  left: 14px;
}

.gallery-arrow--next {
  right: 14px;
}

.gallery-zoom {
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 16px;
  z-index: 5;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(52, 109, 8, 0.28);
  border-radius: 8px;
  box-shadow: 0 7px 20px rgba(35, 81, 4, 0.14);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
}

.gallery-zoom svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gallery-zoom:hover {
  color: var(--white);
  background: var(--green-dark);
}

.gallery-thumbs {
  display: grid;
  grid-auto-columns: calc((100% - 30px) / 4);
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 10px;
  margin-top: 12px;
  padding: 2px 2px 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: #aebca3 #eef2ea;
  scrollbar-width: thin;
}

.gallery-thumb {
  min-width: 0;
  padding: 8px 7px 7px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gallery-thumb img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.gallery-thumb--story img {
  object-fit: cover;
}

.gallery-thumb span {
  display: block;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible,
.gallery-thumb.is-active {
  color: var(--green-dark);
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(52, 109, 8, 0.1);
  transform: translateY(-1px);
}

.gallery-hint {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 2px 0 0;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
}

.gallery-hint > span[aria-hidden] {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--orange);
  border-radius: 50%;
  animation: hint-pulse 2.2s ease-in-out infinite;
}

@keyframes hint-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

.purchase-panel {
  padding: 5px 0 0;
}

.eyebrow,
.section-kicker {
  color: var(--orange-dark);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--font-display);
  line-height: 1.1;
}

h1 {
  max-width: 650px;
  margin-bottom: 12px;
  font-size: clamp(42px, 4vw, 54px);
  letter-spacing: -0.04em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 22px;
}

.product-subtitle {
  max-width: 620px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.42;
}

.proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.proof-line span {
  padding: 5px 10px;
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid #cbdcbd;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
}

.benefit-list {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding-left: 29px;
  font-size: 17px;
  line-height: 1.45;
}

.benefit-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--green);
  border-radius: 50%;
  content: "";
}

.benefit-list li::after {
  position: absolute;
  top: 6px;
  left: 7px;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  content: "";
  transform: rotate(45deg);
}

.package-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}

.package-heading__label {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.package-heading strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
}

.package-heading__shipping {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}

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

.package-card {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.package-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.package-card__content {
  display: flex;
  flex-direction: column;
  min-height: 166px;
  padding: 18px 14px 14px;
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.package-card:hover .package-card__content,
.package-card:focus-within .package-card__content {
  border-color: #9ab784;
  transform: translateY(-2px);
}

.package-card.is-selected .package-card__content {
  background: linear-gradient(180deg, #f7fbf4 0%, #fff 100%);
  border-color: var(--green);
  box-shadow: 0 9px 24px rgba(52, 109, 8, 0.14);
}

.package-card__badge {
  position: absolute;
  top: -11px;
  right: 10px;
  left: 10px;
  z-index: 2;
  padding: 3px 7px;
  color: var(--white);
  background: var(--orange-dark);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.package-card__badge--value {
  background: var(--green);
}

.package-card__name,
.package-card__price {
  font-family: var(--font-display);
  font-weight: 800;
}

.package-card__name {
  min-height: 38px;
  font-size: 16px;
  line-height: 1.2;
}

.package-card__supply {
  color: var(--muted);
  font-size: 14px;
}

.package-card__price {
  margin-top: auto;
  color: var(--green-dark);
  font-size: 25px;
}

.package-card__compare {
  min-height: 30px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.package-card__detail {
  color: var(--muted);
  font-size: 13px;
}

.price-summary {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 8px 13px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.price-summary__label,
.price-summary__sub {
  display: block;
}

.price-summary__label {
  font-family: var(--font-display);
  font-weight: 800;
}

.price-summary__sub {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 700;
}

.price-summary__amount {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.price-summary__amount s {
  color: var(--muted);
  font-size: 14px;
}

.price-summary__amount strong {
  color: var(--green-dark);
  font-family: var(--font-display);
  font-size: 30px;
}

.primary-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  margin-top: 12px;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(35, 81, 4, 0.2);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.primary-button::after {
  position: absolute;
  top: -70%;
  left: -35%;
  width: 25%;
  height: 250%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transform: rotate(22deg);
  animation: button-shine 4.8s ease-in-out infinite;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--green-dark);
  box-shadow: 0 11px 24px rgba(35, 81, 4, 0.28);
  transform: translateY(-1px);
}

.checkout-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  justify-content: center;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.checkout-reassurance span,
.checkout-reassurance a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.checkout-reassurance a {
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mini-check {
  width: 15px;
  height: 15px;
  color: var(--green);
  stroke-width: 2.4;
}

.purchase-note {
  margin: 9px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.purchase-help {
  margin: 7px 0 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.purchase-help a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-underline-offset: 3px;
}

.trust-strip {
  color: var(--white);
  background: var(--green-dark);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip__grid > div {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.86);
}

.trust-strip__grid > div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 30px;
}

.trust-strip span {
  max-width: 100px;
  font-size: 14px;
  line-height: 1.25;
}

.section-lead,
.section-heading p {
  color: var(--muted);
  font-size: 20px;
}

.section-heading {
  max-width: 820px;
  margin: 0 0 42px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.benefit-cards article {
  position: relative;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(36, 60, 16, 0.07);
}

.benefit-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid #ceddc4;
  border-radius: 50%;
}

.benefit-cards__number {
  display: block;
  margin-bottom: 25px;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}

.benefit-cards p,
.mechanism-card p,
.quality-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.mechanism {
  background: var(--cream);
}

.mechanism-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mechanism-card {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e4dfd0;
  border-radius: 18px;
}

.mechanism-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.mechanism-card__ingredient-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  max-width: 155px;
  padding: 5px 8px;
  color: var(--white) !important;
  background: rgba(35, 81, 4, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-size: 11px !important;
  line-height: 1.2;
  text-align: center;
  backdrop-filter: blur(7px);
}

.mechanism-card > div {
  padding: 26px 24px;
}

.mechanism-card span {
  color: var(--orange-dark);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mechanism-card h3 {
  margin: 8px 0 7px;
}

.mechanism-card strong {
  color: var(--green-dark);
  font-family: var(--font-display);
}

.formula-detail__grid,
.quality-section__grid,
.faq-section__grid,
.final-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
}

.formula-detail__copy > p {
  color: var(--muted);
}

.formula-list {
  margin: 28px 0 22px;
  border-top: 1px solid var(--line);
}

.formula-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.formula-list dt,
.formula-list dd {
  margin: 0;
}

.formula-list dd {
  color: var(--green-dark);
  font-family: var(--font-display);
  font-weight: 800;
}

.allergen-note {
  padding: 12px 14px;
  background: var(--orange-soft);
  border-left: 4px solid var(--orange);
  font-size: 14px;
}

.facts-card {
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.facts-card img {
  width: 100%;
}

.facts-card span {
  display: block;
  padding: 8px 8px 0;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
}

.how-to-use {
  background: var(--green-soft);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-grid li {
  position: relative;
  padding: 34px 28px;
  background: var(--white);
  border: 1px solid #cbdcbd;
  border-radius: 16px;
}

.steps-grid li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  color: var(--white);
  background: var(--orange-dark);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}

.steps-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.safety-callout {
  max-width: 900px;
  margin: 24px auto 0;
  padding: 15px 18px;
  color: #5d482f;
  background: #fff8e8;
  border: 1px solid #e6d3aa;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.quality-section__visual {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.quality-section__visual img {
  width: 100%;
}

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

.quality-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.quality-list article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--white);
  border-radius: 50%;
  font-size: 20px;
}

.quality-icon {
  color: var(--green);
  border: 1px solid #d6e1cf;
}

.quality-icon svg {
  width: 23px;
  height: 23px;
}

.quality-list h3 {
  margin-bottom: 2px;
  font-size: 18px;
}

.verification-section {
  padding: 54px 0;
  background: var(--green-soft);
  border-top: 1px solid #d4e1cc;
  border-bottom: 1px solid #d4e1cc;
}

.verification-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.verification-section h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3vw, 42px);
}

.verification-section p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.verification-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.verification-links a {
  display: grid;
  align-content: center;
  min-height: 128px;
  padding: 17px;
  background: var(--white);
  border: 1px solid #cbdcbd;
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.verification-links a:hover,
.verification-links a:focus-visible {
  border-color: var(--green);
  transform: translateY(-2px);
}

.verification-links span {
  color: var(--muted);
  font-size: 14px;
}

.verification-links strong {
  color: var(--green-dark);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.3;
}

.comparison-section {
  background: #fcfbf7;
}

.comparison-table {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(36, 60, 16, 0.07);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.2fr;
  border-bottom: 1px solid var(--line);
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row > div {
  padding: 17px 20px;
  border-right: 1px solid var(--line);
  font-size: 15px;
}

.comparison-row > div:last-child {
  border-right: 0;
  background: #f7fbf4;
}

.comparison-row--header {
  color: var(--white);
  background: var(--green-dark);
  font-family: var(--font-display);
  font-weight: 800;
}

.comparison-row--header > div:last-child {
  background: var(--green);
}

.offer-repeat {
  background:
    radial-gradient(circle at 85% 12%, rgba(244, 199, 43, 0.14), transparent 30%),
    var(--white);
}

.package-grid--repeat {
  max-width: 920px;
  margin: 0 auto;
  gap: 18px;
}

.package-grid--repeat .package-card__content {
  min-height: 210px;
  padding: 25px 20px 20px;
}

.package-grid--repeat .package-card__name {
  font-size: 20px;
}

.package-grid--repeat .package-card__price {
  font-size: 32px;
}

.repeat-cta {
  max-width: 560px;
  margin: 26px auto 0;
}

.faq-section {
  background: var(--cream);
}

.faq-section__grid {
  align-items: start;
}

.faq-section__grid > div:first-child {
  position: sticky;
  top: 120px;
}

.text-link {
  color: var(--green-dark);
  font-family: var(--font-display);
  font-weight: 800;
}

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

.faq-list details {
  background: var(--white);
  border: 1px solid #ddd7c7;
  border-radius: 11px;
}

.faq-list summary {
  position: relative;
  padding: 18px 48px 18px 19px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--green);
  content: "+";
  font-size: 25px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 19px 18px;
  color: var(--muted);
  font-size: 15px;
}

.final-cta {
  padding: 62px 0;
  color: var(--white);
  background: var(--green-dark);
}

.final-cta__visual {
  min-height: 380px;
}

.final-cta__visual .package-visual {
  height: 380px;
}

.final-cta__visual .package-visual img {
  bottom: 18px;
  max-height: 340px;
}

.final-cta .section-kicker {
  color: var(--yellow);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.primary-button--light {
  max-width: 520px;
  color: var(--green-dark);
  background: var(--white);
}

.primary-button--light:hover,
.primary-button--light:focus-visible {
  color: var(--white);
  background: var(--orange);
}

.final-cta__note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.site-footer {
  padding: 56px 0 120px;
  color: #5f645a;
  background: #f3f4ef;
  font-size: 14px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}

.site-footer__grid img {
  width: 170px;
  margin-bottom: 12px;
}

.site-footer__grid > div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.site-footer strong {
  color: var(--ink);
  font-family: var(--font-display);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--green-dark);
  text-decoration: underline;
}

.supplement-disclaimer {
  margin-top: 35px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 11px;
}

.gallery-dialog {
  width: min(920px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #bdc9b4;
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(24, 43, 10, 0.28);
}

.gallery-dialog::backdrop {
  background: rgba(20, 27, 16, 0.74);
  backdrop-filter: blur(4px);
}

.gallery-dialog__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 8px 10px 8px 18px;
  border-bottom: 1px solid var(--line);
}

.gallery-dialog__bar strong {
  font-family: var(--font-display);
  font-size: 18px;
}

.gallery-dialog__bar button {
  min-width: 76px;
  min-height: 44px;
  color: var(--white);
  background: var(--green-dark);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 800;
}

.gallery-dialog__content {
  display: grid;
  place-items: center;
  max-height: calc(100dvh - 92px);
  min-height: min(640px, calc(100dvh - 92px));
  padding: 18px;
  overflow: auto;
  background: #f7f9f4;
}

.gallery-dialog__content > img {
  max-height: calc(100dvh - 130px);
  object-fit: contain;
}

.gallery-dialog--document .gallery-dialog__content {
  place-items: start center;
}

.gallery-dialog--document .gallery-dialog__content > img {
  width: 1000px;
  height: auto;
  max-width: none;
  max-height: none;
}

.gallery-dialog__content .gallery-story {
  max-width: 720px;
  height: min(720px, calc(100dvh - 130px));
}

.gallery-dialog__content .package-visual {
  max-width: 720px;
  height: min(680px, calc(100dvh - 130px));
}

.gallery-dialog__content .package-visual img {
  max-height: 80%;
}

.sticky-purchase {
  position: fixed;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 150;
  display: grid;
  grid-template-columns: 55px 1fr minmax(260px, 390px);
  gap: 14px;
  align-items: center;
  max-width: 920px;
  min-height: 78px;
  margin: 0 auto;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #bac8b0;
  border-radius: 14px;
  box-shadow: 0 16px 50px rgba(24, 43, 10, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(130%);
  transition: opacity 200ms ease, transform 240ms ease;
  backdrop-filter: blur(12px);
}

.sticky-purchase.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-purchase img {
  width: 42px;
  max-height: 62px;
  object-fit: contain;
}

.sticky-purchase strong,
.sticky-purchase span {
  display: block;
}

.sticky-purchase strong {
  font-family: var(--font-display);
  font-size: 16px;
}

.sticky-purchase span {
  color: var(--green-dark);
  font-size: 13px;
}

.sticky-purchase .primary-button {
  min-height: 48px;
  margin: 0;
  font-size: 15px;
}

.sticky-purchase__close {
  position: absolute;
  top: -11px;
  right: -9px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--white);
  background: var(--orange-dark);
  border: 2px solid var(--white);
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

@keyframes button-shine {
  0%, 72% { left: -35%; }
  100% { left: 125%; }
}

@media (max-width: 980px) {
  .site-header__inner {
    grid-template-columns: 160px 1fr auto;
  }

  .site-nav {
    gap: 16px;
    font-size: 13px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    position: static;
  }

  .product-stage {
    min-height: 500px;
  }

  .gallery-story {
    height: 500px;
  }

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

  .mechanism-card {
    grid-template-columns: 150px 1fr;
  }

  .formula-detail__grid,
  .quality-section__grid,
  .faq-section__grid {
    gap: 38px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 82px;
    font-size: 17px;
  }

  .container {
    width: min(100% - 28px, 680px);
  }

  .section {
    padding: 58px 0;
  }

  .promo-bar__inner {
    gap: 6px;
    font-size: 13px;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    min-height: 60px;
  }

  .site-logo {
    width: 128px;
  }

  .site-nav {
    display: none;
  }

  .cart-link span:first-child {
    display: none;
  }

  .hero {
    padding-top: 22px;
  }

  .hero__grid {
    gap: 30px;
  }

  .product-stage {
    min-height: 390px;
    border-radius: 16px;
  }

  .gallery-story {
    height: 390px;
  }

  .gallery-story__copy {
    right: 22px;
    bottom: 26px;
    left: 22px;
  }

  .gallery-story--align-right .gallery-story__copy {
    right: 22px;
    left: 22px;
  }

  .gallery-story__copy strong {
    font-size: 27px;
  }

  .gallery-story__copy p {
    font-size: 14px;
  }

  .gallery-arrow {
    width: 36px;
    height: 36px;
  }

  .gallery-arrow--prev {
    left: 9px;
  }

  .gallery-arrow--next {
    right: 9px;
  }

  .package-visual {
    height: 375px;
  }

  .package-visual img {
    bottom: 30px;
    width: 135px;
  }

  .package-visual[data-count="1"] img {
    width: 180px;
  }

  .package-visual[data-count="3"] img:nth-child(1),
  .package-visual[data-count="3"] img:nth-child(3) {
    width: 120px;
  }

  .package-visual[data-count="3"] img:nth-child(2) {
    width: 160px;
  }

  .package-visual[data-count="6"] img {
    width: 95px;
  }

  .package-visual[data-count="6"] img:nth-child(3),
  .package-visual[data-count="6"] img:nth-child(6) {
    width: 110px;
  }

  .gallery-thumbs {
    grid-auto-columns: 28%;
    gap: 6px;
  }

  .gallery-thumb {
    padding: 5px;
  }

  .gallery-thumb img {
    height: 55px;
  }

  h1 {
    font-size: 41px;
  }

  h2 {
    font-size: 34px;
  }

  .product-subtitle {
    font-size: 19px;
  }

  .package-heading {
    align-items: start;
  }

  .package-heading__shipping {
    max-width: 100px;
    text-align: right;
  }

  .package-grid,
  .package-grid--repeat {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .package-card__content,
  .package-grid--repeat .package-card__content {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 0;
    padding: 17px 16px;
  }

  .package-card__name,
  .package-grid--repeat .package-card__name {
    min-height: 0;
    font-size: 17px;
  }

  .package-card__supply,
  .package-card__compare,
  .package-card__detail {
    grid-column: 1;
  }

  .package-card__price,
  .package-grid--repeat .package-card__price {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin: 0;
    font-size: 26px;
  }

  .package-card__badge {
    top: -8px;
    right: 14px;
    left: auto;
    width: auto;
  }

  .price-summary {
    align-items: end;
  }

  .checkout-reassurance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .trust-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip__grid > div {
    min-height: 82px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .trust-icon {
    width: 23px;
    height: 23px;
  }

  .mechanism-grid {
    grid-template-columns: 1fr;
  }

  .mechanism-card {
    grid-template-columns: 120px 1fr;
  }

  .mechanism-card__ingredient-tag {
    top: 9px;
    left: 8px;
    max-width: 104px;
    padding: 4px 6px;
    border-radius: 8px;
    font-size: 8px !important;
  }

  .mechanism-card img {
    min-height: 210px;
  }

  .mechanism-card > div {
    padding: 22px 18px;
  }

  .formula-detail__grid,
  .quality-section__grid,
  .faq-section__grid,
  .final-cta__grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .quality-section__visual {
    order: 2;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-row {
    min-width: 700px;
  }

  .faq-section__grid > div:first-child {
    position: static;
  }

  .final-cta__visual {
    min-height: 280px;
  }

  .final-cta__visual .package-visual {
    height: 280px;
  }

  .site-footer {
    padding-bottom: 40px;
  }

  .sticky-purchase {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 42px 1fr auto;
    min-height: 76px;
    padding: 8px 10px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 12px 12px 0 0;
  }

  .sticky-purchase .primary-button {
    width: auto;
    min-height: 46px;
    padding: 0 15px;
    font-size: 13px;
  }

  .sticky-purchase__close {
    top: -13px;
    right: 5px;
  }

  .hero__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .purchase-panel {
    display: contents;
  }

  .purchase-panel .eyebrow { order: 1; }
  .purchase-panel h1 { order: 2; }
  .purchase-panel .product-subtitle { order: 3; }
  .purchase-panel .proof-line { order: 4; }
  .product-gallery { order: 5; width: 100%; }
  .purchase-panel .package-heading { order: 6; }
  .purchase-panel .package-grid { order: 7; }
  .purchase-panel .price-summary { order: 8; display: none; }
  .purchase-panel > .primary-button { order: 9; }
  .purchase-panel .checkout-reassurance { order: 10; }
  .purchase-panel .purchase-note { order: 11; }
  .purchase-panel .purchase-help { order: 12; }
  .purchase-panel .benefit-list { order: 13; }

  .purchase-panel .eyebrow,
  .purchase-panel h1,
  .purchase-panel .product-subtitle,
  .purchase-panel .proof-line,
  .purchase-panel .package-heading,
  .purchase-panel .package-grid,
  .purchase-panel > .primary-button,
  .purchase-panel .checkout-reassurance,
  .purchase-panel .purchase-note,
  .purchase-panel .purchase-help,
  .purchase-panel .benefit-list {
    width: 100%;
  }

  .purchase-panel h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.04;
    text-wrap: balance;
  }

  .purchase-panel .product-subtitle {
    margin: 0 0 2px;
    font-size: 18px;
    line-height: 1.4;
  }

  .proof-line {
    gap: 6px;
    margin: 0 0 2px;
  }

  .proof-line span {
    padding: 4px 8px;
    font-size: 14px;
  }

  .product-stage {
    min-height: 230px;
    touch-action: pan-y;
  }

  .product-stage.is-story {
    min-height: 300px;
  }

  .product-stage::after {
    top: 12px;
    right: 12px;
    bottom: auto;
    font-size: 11px;
  }

  .gallery-story {
    height: 300px;
  }

  .gallery-story__copy {
    right: 98px;
    bottom: 20px;
    left: 18px;
  }

  .gallery-story--align-right .gallery-story__copy {
    right: 18px;
    left: 98px;
  }

  .gallery-story__bottle {
    right: 16px;
    bottom: 16px;
    width: 68px;
  }

  .gallery-story--align-right .gallery-story__bottle {
    right: auto;
    left: 16px;
  }

  .gallery-story__copy strong {
    max-width: 280px;
    font-size: 22px;
  }

  .gallery-story__copy p {
    max-width: 280px;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.35;
  }

  .gallery-story__points {
    gap: 5px;
    margin-top: 9px;
  }

  .gallery-story__points li {
    padding: 5px 7px;
    font-size: 10px;
  }

  .gallery-arrow {
    display: none;
  }

  .gallery-zoom {
    top: 12px;
    right: auto;
    bottom: auto;
    left: 12px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .gallery-zoom span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .package-visual {
    height: 220px;
  }

  .package-visual img {
    bottom: 20px;
    width: 105px;
  }

  .package-visual[data-count="1"] img {
    width: 145px;
  }

  .package-visual[data-count="3"] img:nth-child(1),
  .package-visual[data-count="3"] img:nth-child(3) {
    width: 95px;
  }

  .package-visual[data-count="3"] img:nth-child(2) {
    width: 125px;
  }

  .gallery-thumbs {
    grid-auto-columns: 24%;
    margin-top: 6px;
  }

  .gallery-thumb {
    min-height: 78px;
  }

  .gallery-thumb img {
    height: 48px;
  }

  .gallery-thumb span {
    font-size: 12px;
  }

  .gallery-hint {
    margin-top: 0;
    font-size: 14px;
  }

  .package-heading {
    margin-top: 7px;
    margin-bottom: 4px;
  }

  .package-heading__label,
  .package-heading__shipping {
    font-size: 14px;
  }

  .package-grid,
  .package-grid--repeat {
    gap: 11px;
  }

  .package-card__content,
  .package-grid--repeat .package-card__content {
    min-height: 84px;
    padding: 14px 15px;
  }

  .package-card__supply,
  .package-card__compare,
  .package-card__detail {
    font-size: 14px;
  }

  .package-card__badge {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 11px;
  }

  .package-card:not(.is-selected) .package-card__detail {
    display: none;
  }

  .purchase-panel > .primary-button {
    min-height: 62px;
    margin-top: 3px;
    font-size: 19px;
  }

  .checkout-reassurance {
    grid-template-columns: 1fr 1fr;
    gap: 7px 10px;
    margin-top: 3px;
    font-size: 14px;
    text-align: left;
  }

  .checkout-reassurance > :last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .purchase-note,
  .purchase-help {
    margin-top: 0;
    font-size: 14px;
  }

  .benefit-list {
    gap: 5px;
    margin: 10px 0 0;
    padding: 14px;
    background: var(--green-soft);
    border: 1px solid #cbdcbd;
    border-radius: 10px;
  }

  .benefit-list li {
    padding-left: 27px;
    font-size: 15px;
  }

  .trust-strip__grid > div {
    min-height: 70px;
  }

  .trust-strip strong {
    font-size: 25px;
  }

  .section {
    padding: 44px 0;
  }

  h2 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.08;
    text-wrap: balance;
  }

  .section-lead,
  .section-heading p {
    font-size: 17px;
    line-height: 1.5;
  }

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

  .benefit-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 22px;
  }

  .benefit-cards article {
    display: grid;
    place-items: center;
    min-height: 126px;
    padding: 14px 8px;
    border-radius: 10px;
    text-align: center;
  }

  .benefit-cards__number {
    display: none;
  }

  .benefit-cards h3 {
    margin: 7px 0 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .benefit-cards p {
    display: none;
  }

  .benefit-icon {
    position: static;
    width: 38px;
    height: 38px;
  }

  .mechanism-card {
    grid-template-columns: 112px 1fr;
    border-radius: 11px;
  }

  .mechanism-card__ingredient-tag {
    top: 8px;
    left: 7px;
    max-width: 98px;
    padding: 4px 6px;
    font-size: 11px !important;
  }

  .mechanism-card img {
    min-height: 190px;
  }

  .mechanism-card > div {
    padding: 18px 15px;
  }

  .mechanism-card h3 {
    font-size: 19px;
  }

  .mechanism-card p {
    font-size: 15px;
    line-height: 1.4;
  }

  .steps-grid {
    gap: 8px;
  }

  .steps-grid li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 13px;
    padding: 15px;
    border-radius: 10px;
  }

  .steps-grid li > span {
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .steps-grid h3 {
    margin: 0 0 3px;
    font-size: 18px;
  }

  .steps-grid p {
    margin: 0;
    font-size: 15px;
  }

  .safety-callout {
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
  }

  .facts-card img {
    max-height: 250px;
    object-fit: contain;
  }

  .quality-section__visual {
    display: none;
  }

  .quality-list article {
    grid-template-columns: 42px 1fr;
    padding: 13px;
  }

  .quality-list p {
    font-size: 15px;
    line-height: 1.4;
  }

  .verification-section {
    padding: 38px 0;
  }

  .verification-section__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .verification-links {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .verification-links a {
    min-height: 82px;
    padding: 14px 16px;
  }

  .comparison-row {
    display: grid;
    min-width: 0;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
  }

  .comparison-row--header {
    display: none;
  }

  .comparison-row > div {
    padding: 11px 14px;
    border-right: 0;
    font-size: 15px;
  }

  .comparison-row > div:first-child {
    color: var(--white);
    background: var(--green-dark);
    font-family: var(--font-display);
    font-weight: 800;
  }

  .comparison-row > div:nth-child(2)::before {
    color: var(--muted);
    content: "Typical: ";
    font-weight: 700;
  }

  .comparison-row > div:nth-child(3)::before {
    color: var(--green-dark);
    content: "aSquared: ";
    font-weight: 800;
  }

  .package-grid--repeat .package-card__content {
    min-height: 84px;
  }

  .repeat-cta {
    margin-top: 18px;
  }

  .faq-list summary {
    min-height: 58px;
    padding: 16px 48px 16px 17px;
    font-size: 17px;
  }

  .faq-list details p {
    padding: 0 17px 16px;
    font-size: 16px;
  }

  .final-cta {
    padding: 46px 0;
  }

  .final-cta__grid {
    gap: 18px;
  }

  .final-cta__visual {
    min-height: 220px;
  }

  .final-cta__visual .package-visual {
    height: 220px;
  }

  .final-cta__note {
    font-size: 14px;
  }

  .gallery-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
  }

  .gallery-dialog__content {
    min-height: calc(100dvh - 90px);
    padding: 8px;
  }

  .gallery-dialog__content .gallery-story {
    height: min(620px, calc(100dvh - 110px));
  }

  .sticky-purchase {
    grid-template-columns: 42px minmax(78px, 1fr) auto;
    min-height: 80px;
  }

  .sticky-purchase strong,
  .sticky-purchase span {
    font-size: 14px;
    line-height: 1.3;
  }

  .sticky-purchase .primary-button {
    min-height: 50px;
    padding: 0 13px;
    font-size: 15px;
  }

  .sticky-purchase__close {
    top: -24px;
    right: 4px;
  }
}

@media (max-width: 430px) {
  .promo-bar__inner span:nth-child(2) {
    display: none;
  }

  .promo-bar__inner {
    flex-direction: column;
    gap: 0;
    min-height: 40px;
    padding: 4px 0;
    line-height: 1.35;
  }

  .product-stage {
    min-height: 220px;
  }

  .product-stage.is-story {
    min-height: 300px;
  }

  .gallery-story {
    height: 300px;
  }

  .gallery-story__copy strong {
    font-size: 21px;
  }

  .gallery-story__copy p {
    margin-top: 7px;
    font-size: 13px;
  }

  .package-visual {
    height: 210px;
  }

  .proof-line span {
    font-size: 14px;
  }

  .price-summary__amount {
    display: block;
    text-align: right;
  }

  .sticky-purchase strong {
    font-size: 14px;
  }

  .sticky-purchase .primary-button {
    padding: 0 11px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
