:root {
  --ink: #15332a;
  --ink-soft: #526a62;
  --green-950: #0c382c;
  --green-900: #124737;
  --green-800: #195c46;
  --green-700: #257055;
  --green-600: #318569;
  --mint-100: #e6f5ee;
  --mint-50: #f3faf7;
  --coral: #ed684a;
  --coral-dark: #d95337;
  --gold: #f4b83f;
  --white: #ffffff;
  --line: #dbe8e2;
  --line-strong: #c5d8cf;
  --surface: #f8fbfa;
  --shadow-sm: 0 10px 30px rgba(18, 71, 55, 0.08);
  --shadow-md: 0 24px 70px rgba(18, 71, 55, 0.13);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
}

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

a {
  color: inherit;
}

button,
a {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green-950);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

:focus-visible {
  outline: 3px solid rgba(237, 104, 74, 0.45);
  outline-offset: 3px;
}

.disclosure-bar {
  color: #dff4eb;
  background: var(--green-950);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.disclosure-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.disclosure-dot {
  width: 4px;
  height: 4px;
  background: #81c8a9;
  border-radius: 50%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(219, 232, 226, 0.88);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.brand-note {
  margin-top: 6px;
  color: var(--green-700);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktop-nav a {
  color: #3d584f;
  font-size: 0.91rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.desktop-nav a:hover {
  color: var(--green-700);
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button span[aria-hidden="true"] {
  font-size: 1.15em;
  transition: transform 160ms ease;
}

.button:hover span[aria-hidden="true"] {
  transform: translateX(3px);
}

.button-primary {
  color: var(--white);
  background: var(--coral);
  border-color: var(--coral);
  box-shadow: 0 12px 28px rgba(237, 104, 74, 0.25);
}

.button-primary:hover {
  background: var(--coral-dark);
  border-color: var(--coral-dark);
  box-shadow: 0 16px 32px rgba(217, 83, 55, 0.29);
}

.button-small {
  min-height: 44px;
  padding: 11px 20px;
  font-size: 0.88rem;
}

.button-large {
  min-height: 58px;
  padding: 16px 29px;
  font-size: 1.04rem;
}

.button-outline {
  color: var(--green-800);
  background: var(--white);
  border-color: var(--green-700);
}

.button-outline:hover {
  color: var(--white);
  background: var(--green-800);
  border-color: var(--green-800);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 68px;
  background:
    radial-gradient(circle at 9% 10%, rgba(115, 202, 166, 0.13), transparent 29%),
    radial-gradient(circle at 89% 78%, rgba(237, 104, 74, 0.07), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -210px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(49, 133, 105, 0.12);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
}

.product-gallery {
  position: relative;
  min-width: 0;
}

.gallery-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--green-800);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(197, 216, 207, 0.8);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-badge span {
  width: 7px;
  height: 7px;
  background: #47a178;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(71, 161, 120, 0.13);
}

.gallery-stage {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 58px 42px 34px;
  background: linear-gradient(145deg, #eff9f4 0%, #ffffff 64%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.gallery-glow {
  position: absolute;
  width: 73%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(144, 219, 186, 0.28) 0%, rgba(144, 219, 186, 0) 68%);
  border-radius: 50%;
}

#main-product-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 530px;
  max-height: 452px;
  object-fit: contain;
  filter: drop-shadow(0 26px 22px rgba(19, 66, 50, 0.16));
  transition: opacity 160ms ease, transform 200ms ease;
}

#main-product-image.is-changing {
  opacity: 0;
  transform: scale(0.985);
}

.gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumb {
  min-width: 0;
  height: 82px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 7px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.gallery-thumb:hover {
  transform: translateY(-2px);
  border-color: #8cbba7;
}

.gallery-thumb.is-active {
  border-color: var(--green-700);
  box-shadow: 0 0 0 2px rgba(49, 133, 105, 0.12);
}

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

.gallery-caption {
  margin: 12px 4px 0;
  color: #71847d;
  font-size: 0.78rem;
  text-align: center;
}

.hero-copy h1,
.section h2,
.final-cta h2,
.legal-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.046em;
  line-height: 1.03;
}

.hero-copy h1 {
  font-size: clamp(3.35rem, 6.2vw, 5.35rem);
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-headline {
  max-width: 570px;
  margin: 17px 0 10px;
  color: var(--green-900);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 780;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.hero-subheadline {
  max-width: 570px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.68;
}

.hero-benefits {
  display: grid;
  gap: 11px;
  margin: 24px 0 27px;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #294b40;
  font-size: 0.98rem;
  font-weight: 690;
}

.check-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
  color: var(--green-800);
  background: var(--mint-100);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.text-link {
  color: var(--green-800);
  font-size: 0.92rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.trust-row > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #60756d;
  font-size: 0.74rem;
  line-height: 1.35;
}

.trust-row svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: none;
  stroke: var(--green-700);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-row strong {
  display: block;
  color: var(--ink);
  font-size: 0.78rem;
}

.offer-note {
  margin: 18px 0 0;
  color: #73867f;
  font-size: 0.72rem;
  line-height: 1.5;
}

.proof-strip {
  border-block: 1px solid var(--line);
  background: var(--green-950);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #b9d8cb;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-grid > div:last-child {
  border-right: 0;
}

.proof-grid strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.1;
}

.proof-grid span {
  margin-top: 7px;
  font-size: 0.78rem;
  font-weight: 650;
}

.section {
  padding: 102px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 46px;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.detail-copy h2,
.formula-heading h2,
.routine-copy h2,
.guarantee-copy h2 {
  font-size: clamp(2.35rem, 4.4vw, 3.8rem);
}

.section-heading > p:last-child,
.formula-heading > p,
.detail-copy .lead,
.routine-copy > p,
.guarantee-copy > p {
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.72;
}

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

.benefit-card {
  min-height: 240px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  border-color: #a9cbbb;
  box-shadow: var(--shadow-sm);
}

.icon-wrap {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: var(--green-700);
  background: var(--mint-100);
  border-radius: 14px;
}

.icon-wrap svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card h3,
.strain-card h3,
.trust-detail-grid h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 1.03rem;
  letter-spacing: -0.01em;
}

.benefit-card p,
.strain-card p,
.trust-detail-grid p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.65;
}

.section-action {
  margin-top: 38px;
}

.section-tint {
  background: var(--mint-50);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.93fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.image-panel {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 48px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.image-panel img {
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(18, 71, 55, 0.13));
}

.quality-caption {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 14px 7px 0;
  color: #6c8179;
  font-size: 0.76rem;
}

.quality-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: #4caa7f;
  border-radius: 50%;
}

.detail-copy .lead {
  margin: 22px 0 0;
}

.spec-list {
  margin: 30px 0;
  border-top: 1px solid var(--line-strong);
}

.spec-list > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.9fr) 1.3fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-strong);
}

.spec-list dt {
  color: #698078;
  font-size: 0.84rem;
  font-weight: 650;
}

.spec-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.91rem;
  font-weight: 800;
}

.formula-block {
  margin-top: 96px;
  padding-top: 76px;
  border-top: 1px solid var(--line-strong);
}

.formula-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 34px;
}

.formula-heading h2 {
  max-width: 680px;
}

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

.strain-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.strain-card img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  object-position: center;
}

.strain-card > div {
  padding: 22px 24px 25px;
}

.supporting-ingredients {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 20px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 0.86rem;
}

.supporting-ingredients strong {
  margin-right: 4px;
  color: var(--green-900);
}

.supporting-ingredients span {
  padding: 7px 11px;
  color: var(--green-800);
  background: var(--mint-100);
  border-radius: 999px;
  font-weight: 750;
}

.fda-note {
  margin: 20px 0 0;
  color: #72867e;
  font-size: 0.76rem;
  line-height: 1.6;
}

.routine-section {
  overflow: hidden;
}

.routine-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(52px, 8vw, 105px);
}

.routine-copy > p {
  margin: 22px 0 0;
}

.routine-steps {
  display: grid;
  gap: 20px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.routine-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
}

.routine-steps li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green-700);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.routine-steps strong {
  display: block;
  color: var(--green-900);
  font-size: 0.98rem;
}

.routine-steps p {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 0.87rem;
}

.routine-image {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eff7f1;
  border-radius: var(--radius-lg);
}

.routine-image::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 22px;
}

.routine-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.packages-section {
  position: relative;
  overflow: hidden;
  background: var(--green-950);
}

.packages-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(115, 202, 166, 0.16), transparent 28%),
    radial-gradient(circle at 88% 90%, rgba(237, 104, 74, 0.12), transparent 30%);
  pointer-events: none;
}

.packages-section > .container {
  position: relative;
  z-index: 1;
}

.light-heading .eyebrow {
  color: #8ed3b4;
}

.light-heading h2 {
  color: var(--white);
}

.light-heading > p:last-child {
  color: #bcd6cb;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 28px 28px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.14);
}

.package-featured {
  border: 3px solid var(--gold);
  transform: translateY(-12px);
}

.package-ribbon {
  position: absolute;
  top: -17px;
  left: 50%;
  padding: 8px 18px;
  color: #3b2a00;
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.package-label {
  min-height: 20px;
  color: var(--green-700);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}

.package-card h3 {
  margin: 7px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
}

.supply {
  margin: 5px 0 0;
  color: #6a7e76;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.package-image {
  height: 236px;
  display: grid;
  place-items: center;
  margin: 6px 0 2px;
}

.package-image img {
  max-width: 100%;
  max-height: 214px;
  object-fit: contain;
  filter: drop-shadow(0 16px 15px rgba(18, 71, 55, 0.15));
}

.package-image-two img {
  max-height: 220px;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.price-amount {
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.65rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.price > span:last-child {
  color: #6a7e76;
  font-size: 0.75rem;
  font-weight: 700;
}

.price-total {
  min-height: 40px;
  margin: 8px 0 17px;
  color: #61766e;
  font-size: 0.77rem;
  line-height: 1.35;
  text-align: center;
}

.package-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 23px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 22px;
  color: #4e665e;
  font-size: 0.81rem;
  line-height: 1.45;
}

.package-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--green-700);
  font-weight: 900;
}

.button-package {
  width: 100%;
  margin-top: auto;
  color: var(--white);
  background: var(--green-800);
}

.button-package:hover {
  background: var(--green-950);
}

.button-featured {
  color: var(--green-950);
  background: var(--gold);
  box-shadow: 0 12px 26px rgba(244, 184, 63, 0.22);
}

.button-featured:hover {
  background: #edae2c;
}

.package-disclaimer {
  max-width: 960px;
  margin: 30px auto 0;
  color: #aac9bc;
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}

.trust-section {
  background: var(--white);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
}

.guarantee-image {
  display: grid;
  place-items: center;
  padding: 36px;
  background: var(--mint-50);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.guarantee-image img {
  filter: drop-shadow(0 18px 20px rgba(18, 71, 55, 0.14));
}

.trust-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 30px;
  margin: 31px 0 34px;
}

.trust-detail-grid article {
  padding-top: 17px;
  border-top: 2px solid var(--mint-100);
}

.trust-detail-grid a {
  color: var(--green-700);
  font-weight: 800;
}

.quality-markers {
  margin-top: 82px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.quality-markers img {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.quality-markers p {
  margin: 17px 0 0;
  color: #71857d;
  font-size: 0.74rem;
  text-align: center;
}

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

.faq-container {
  max-width: 880px;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line-strong);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 4px;
  color: var(--green-900);
  font-size: 1.02rem;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary span {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  display: grid;
  place-items: center;
  color: var(--green-800);
  background: var(--mint-100);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 500;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 48px 23px 4px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.75;
}

.final-cta {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 42%, rgba(132, 216, 180, 0.24), transparent 24%),
    linear-gradient(125deg, var(--green-950), var(--green-800));
}

.final-cta-grid {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: 55px;
}

.final-cta .eyebrow {
  color: #8ed3b4;
}

.final-cta h2 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4.8vw, 4.15rem);
}

.final-cta p:not(.eyebrow) {
  max-width: 650px;
  margin: 20px 0 28px;
  color: #c4ddd3;
  font-size: 1rem;
}

.button-light {
  color: var(--green-950);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.button-light:hover {
  background: #f3faf7;
}

.final-cta img {
  align-self: end;
  max-height: 405px;
  object-fit: contain;
  filter: drop-shadow(0 30px 25px rgba(0, 0, 0, 0.22));
  transform: translateY(18px);
}

.site-footer {
  color: #b6cdc4;
  background: #092a21;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 1fr);
  gap: 60px;
  padding-top: 62px;
  padding-bottom: 42px;
}

.footer-brand {
  color: var(--white);
}

.footer-brand .brand-note {
  color: #7fbda2;
}

.footer-grid > div > p {
  max-width: 450px;
  margin: 20px 0 0;
  font-size: 0.85rem;
}

.footer-grid nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 12px 30px;
}

.footer-grid nav a {
  color: #d6e6df;
  font-size: 0.83rem;
  font-weight: 650;
  text-decoration: none;
}

.footer-grid nav a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-disclosure {
  padding-block: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-disclosure p {
  margin: 0 0 11px;
  color: #91aaa0;
  font-size: 0.72rem;
  line-height: 1.62;
}

.footer-disclosure p:last-child {
  margin-bottom: 0;
}

.footer-disclosure strong {
  color: #cfe1da;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-block: 24px;
  color: #79958a;
  font-size: 0.7rem;
}

.mobile-sticky {
  display: none;
}

/* Legal pages */
.legal-page {
  background: var(--surface);
}

.legal-header {
  background: var(--white);
}

.legal-main {
  min-height: 65vh;
}

.legal-hero {
  padding: 72px 0 48px;
  color: var(--white);
  background: linear-gradient(125deg, var(--green-950), var(--green-800));
}

.legal-hero .eyebrow {
  color: #8ed3b4;
}

.legal-hero h1 {
  max-width: 820px;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
}

.legal-hero p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: #c5ddd4;
}

.legal-content {
  max-width: 900px;
  padding-top: 64px;
  padding-bottom: 82px;
}

.legal-card {
  padding: clamp(27px, 5vw, 56px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.legal-card h2 {
  margin: 38px 0 10px;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  letter-spacing: -0.025em;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.78;
}

.legal-card ul,
.legal-card ol {
  padding-left: 22px;
}

.legal-card a:not(.button) {
  color: var(--green-700);
  font-weight: 750;
  text-underline-offset: 3px;
}

.legal-callout {
  margin: 28px 0;
  padding: 22px 24px;
  color: var(--green-900);
  background: var(--mint-50);
  border-left: 4px solid var(--green-600);
  border-radius: 0 12px 12px 0;
}

.legal-meta {
  margin: 0 0 24px;
  color: #74877f;
  font-size: 0.8rem;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-800);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .desktop-nav {
    gap: 20px;
  }

  .hero-grid {
    gap: 42px;
  }

  .gallery-stage {
    min-height: 465px;
  }

  #main-product-image {
    max-height: 400px;
  }

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

  .trust-row > div {
    align-items: center;
  }

  .package-card {
    padding-inline: 20px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 68px;
  }

  .desktop-nav {
    display: none;
  }

  .header-offer {
    margin-left: auto;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-grid,
  .detail-grid,
  .routine-grid,
  .guarantee-grid,
  .final-cta-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    max-width: 720px;
  }

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

  .hero-copy {
    max-width: 650px;
    margin-inline: auto;
  }

  .trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .detail-visual {
    max-width: 680px;
    margin-inline: auto;
  }

  .formula-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .strain-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
  }

  .strain-card img {
    height: 100%;
    aspect-ratio: 1;
  }

  .routine-image {
    order: -1;
    min-height: 440px;
  }

  .routine-image img {
    min-height: 440px;
  }

  .package-grid {
    max-width: 620px;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-inline: auto;
  }

  .package-featured {
    order: -1;
    transform: none;
  }

  .package-image {
    height: 260px;
  }

  .package-image img {
    max-height: 245px;
  }

  .guarantee-image {
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .final-cta-grid {
    padding-top: 76px;
    text-align: center;
  }

  .final-cta-grid > div {
    position: relative;
    z-index: 1;
  }

  .final-cta p:not(.eyebrow) {
    margin-inline: auto;
  }

  .final-cta img {
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 78px;
  }

  body:not(.legal-page) {
    padding-bottom: 76px;
  }

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

  .disclosure-inner {
    min-height: 29px;
    font-size: 0.66rem;
  }

  .disclosure-inner span:first-child,
  .disclosure-dot {
    display: none;
  }

  .header-inner {
    min-height: 60px;
  }

  .brand-name {
    font-size: 1.45rem;
  }

  .brand-note {
    margin-top: 4px;
    font-size: 0.52rem;
  }

  .header-offer {
    display: none;
  }

  .hero {
    padding: 20px 0 48px;
  }

  .hero-grid {
    gap: 27px;
  }

  .gallery-badge {
    top: 10px;
    left: 10px;
    padding: 6px 9px;
    font-size: 0.6rem;
  }

  .gallery-stage {
    min-height: 0;
    height: min(69vw, 275px);
    padding: 34px 22px 12px;
    border-radius: 22px;
  }

  #main-product-image {
    width: 100%;
    max-height: 240px;
  }

  .gallery-thumbnails {
    gap: 7px;
    margin-top: 9px;
  }

  .gallery-thumb {
    height: 57px;
    padding: 5px;
    border-radius: 10px;
  }

  .gallery-caption {
    display: none;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.65rem;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .hero-headline {
    margin-top: 10px;
    font-size: 1.31rem;
  }

  .hero-subheadline {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
    margin: 18px 0 21px;
  }

  .hero-benefits li {
    align-items: flex-start;
    gap: 8px;
    font-size: 0.79rem;
    line-height: 1.35;
  }

  .check-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    margin-top: 1px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    text-align: center;
  }

  .trust-row {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 21px;
    padding-top: 19px;
  }

  .trust-row > div {
    font-size: 0.72rem;
  }

  .trust-row strong {
    display: inline;
  }

  .offer-note {
    font-size: 0.68rem;
  }

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

  .proof-grid > div {
    min-height: 92px;
    padding: 15px 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .proof-grid > div:nth-child(n+3) {
    border-bottom: 0;
  }

  .proof-grid strong {
    font-size: 1.48rem;
  }

  .proof-grid span {
    font-size: 0.7rem;
  }

  .section {
    padding: 72px 0;
  }

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

  .section-heading h2,
  .detail-copy h2,
  .formula-heading h2,
  .routine-copy h2,
  .guarantee-copy h2 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .section-heading > p:last-child,
  .formula-heading > p,
  .detail-copy .lead,
  .routine-copy > p,
  .guarantee-copy > p {
    font-size: 0.94rem;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .benefit-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 0 15px;
    padding: 21px;
  }

  .icon-wrap {
    grid-row: 1 / span 2;
    width: 45px;
    height: 45px;
    margin: 0;
  }

  .benefit-card p {
    margin-top: 5px;
    font-size: 0.84rem;
  }

  .section-action .button {
    width: 100%;
  }

  .image-panel {
    min-height: 320px;
    padding: 30px 18px;
    border-radius: 22px;
  }

  .image-panel img {
    max-height: 290px;
  }

  .quality-caption {
    line-height: 1.4;
  }

  .detail-copy .button {
    width: 100%;
  }

  .spec-list > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .formula-block {
    margin-top: 64px;
    padding-top: 55px;
  }

  .strain-card {
    grid-template-columns: 104px 1fr;
  }

  .strain-card > div {
    padding: 16px;
  }

  .strain-card h3 {
    font-size: 0.91rem;
  }

  .strain-card p {
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .supporting-ingredients {
    padding: 18px;
  }

  .supporting-ingredients strong {
    width: 100%;
  }

  .routine-image,
  .routine-image img {
    min-height: 290px;
  }

  .routine-image {
    border-radius: 22px;
  }

  .routine-image::before {
    inset: 17px;
  }

  .routine-steps li {
    grid-template-columns: 39px 1fr;
    gap: 13px;
  }

  .routine-steps li > span {
    width: 39px;
    height: 39px;
  }

  .package-card {
    padding: 29px 21px 22px;
    border-radius: 20px;
  }

  .package-image {
    height: 220px;
  }

  .package-image img {
    max-height: 210px;
  }

  .guarantee-grid {
    gap: 43px;
  }

  .guarantee-image {
    max-width: 280px;
    padding: 28px;
  }

  .trust-detail-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .guarantee-copy .button {
    width: 100%;
  }

  .quality-markers {
    margin-top: 57px;
    padding-top: 32px;
  }

  .faq-list summary {
    padding: 20px 2px;
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .faq-list details p {
    margin-right: 8px;
    font-size: 0.87rem;
  }

  .final-cta-grid {
    min-height: 0;
    gap: 25px;
    padding-top: 65px;
  }

  .final-cta h2 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .final-cta .button {
    width: 100%;
  }

  .final-cta img {
    max-width: 310px;
    max-height: 285px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 48px;
  }

  .footer-grid nav {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }

  .mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line-strong);
    box-shadow: 0 -8px 25px rgba(12, 56, 44, 0.1);
    backdrop-filter: blur(12px);
  }

  .mobile-sticky > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  .mobile-sticky strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
  }

  .mobile-sticky span {
    color: #6c8179;
    font-size: 0.65rem;
  }

  .mobile-sticky .button {
    min-height: 46px;
    flex: 0 0 auto;
    padding: 11px 17px;
    font-size: 0.8rem;
  }

  .legal-hero {
    padding: 54px 0 39px;
  }

  .legal-hero h1 {
    font-size: 2.7rem;
  }

  .legal-content {
    padding-top: 38px;
    padding-bottom: 58px;
  }

  .legal-card {
    padding: 25px 20px;
  }

  .legal-card h2 {
    font-size: 1.42rem;
  }

  .legal-card p,
  .legal-card li {
    font-size: 0.9rem;
  }

  .legal-actions .button {
    width: 100%;
  }
}

@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;
  }
}

/* Conversion-focused refinements */
.brand-name em {
  color: var(--coral-dark);
  font-family: inherit;
  font-size: 0.62em;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.02em;
  vertical-align: 0.12em;
}

.offer-snapshot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin: 2px 0 22px;
}

.offer-snapshot > div {
  padding: 14px 16px;
  background: linear-gradient(145deg, #f3faf7 0%, #ffffff 100%);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
}

.offer-snapshot span {
  display: block;
  color: #687e76;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.offer-snapshot strong {
  display: block;
  margin-top: 2px;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.1;
}

.offer-snapshot small {
  color: #6c8179;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.65rem;
  font-weight: 750;
}

.hero-actions .button-primary {
  min-width: 255px;
}

.package-featured .button-featured {
  min-height: 55px;
  font-size: 1rem;
}

@media (max-width: 680px) {
  .offer-snapshot {
    gap: 8px;
    margin: -2px 0 17px;
  }

  .offer-snapshot > div {
    padding: 11px 12px;
  }

  .offer-snapshot span {
    font-size: 0.62rem;
  }

  .offer-snapshot strong {
    font-size: 1.35rem;
  }

  .offer-snapshot small {
    font-size: 0.58rem;
  }
}
