:root {
  color-scheme: light;
  --ink: #151513;
  --ink-soft: rgba(21, 21, 19, 0.7);
  --paper: #f2f3ed;
  --white: #ffffff;
  --sand: #e0d4be;
  --sage: #bcc399;
  --green: #778e69;
  --green-dark: #536649;
  --green-deep: #293526;
  --line: rgba(21, 21, 19, 0.14);
  --shadow: 0 20px 60px rgba(41, 53, 38, 0.12);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shell: min(100% - 32px, 1180px);
  --header-height: 64px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* v6 — approved editorial comparison block */
#solutions .page-shell {
  width: min(100%, 1180px);
}

#solutions .solutions-screen-reference {
  display: none;
}

@media (max-width: 759px) {
  #solutions {
    padding: 0;
    background: #f4efe7;
  }

  #solutions > .page-shell {
    display: none;
  }

  #solutions .solutions-screen-reference {
    display: block;
    width: 100%;
    height: auto;
  }
}

#solutions .pain-intro {
  min-height: clamp(470px, 128vw, 560px);
  background: #eee7dd;
}

#solutions .pain-intro::after {
  background:
    linear-gradient(90deg, rgba(244, 239, 232, 0.98) 0%, rgba(244, 239, 232, 0.9) 40%, rgba(244, 239, 232, 0.12) 72%),
    linear-gradient(0deg, rgba(244, 239, 232, 0.5) 0%, transparent 32%);
}

#solutions .pain-intro__copy {
  width: min(72%, 350px);
  padding-top: clamp(50px, 15vw, 72px);
  gap: 22px;
}

#solutions .pain-intro .section-title {
  max-width: 8.4ch;
  font-size: clamp(39px, 11.4vw, 54px);
  letter-spacing: -0.064em;
  line-height: 0.89;
}

#solutions .pain-intro .section-title .title-accent {
  color: #697552;
}

#solutions .pain-intro .section-text {
  max-width: 20ch;
  font-size: clamp(13px, 3.7vw, 15px);
  line-height: 1.35;
}

#solutions .pain-intro__visual img {
  object-position: 67% 46%;
}

#solutions .comparison-board {
  margin-top: -66px;
  border-radius: 25px 25px 0 0;
  box-shadow: 0 16px 42px rgba(49, 55, 40, 0.15);
}

#solutions .comparison-board__reference {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -66px;
}

@media (max-width: 759px) {
  #solutions .comparison-board {
    display: none;
  }
}

#solutions .comparison-board__legend {
  min-height: 56px;
  padding: 9px 12px;
  grid-template-columns: 1fr 38px 1fr;
  background: rgba(248, 245, 239, 0.98);
}

#solutions .comparison-board__legend > span:not(.comparison-board__arrow) {
  min-height: 27px;
  font-size: 10px;
}

#solutions .comparison-board__arrow {
  width: 34px;
  height: 34px;
  box-shadow: 0 5px 14px rgba(32, 34, 27, 0.08);
  font-size: 18px;
}

#solutions .comparison-cell {
  min-height: 230px;
  grid-template-rows: 91px 139px;
  background: #f7f1e8;
}

#solutions .comparison-cell--solution {
  background: #f1ede5;
}

#solutions .comparison-cell__copy {
  min-height: 0;
  padding: 13px 11px 6px;
  gap: 5px;
}

#solutions .comparison-cell__title {
  font-size: clamp(11.5px, 3.25vw, 14px);
  letter-spacing: -0.035em;
  line-height: 1.03;
}

#solutions .comparison-cell__text {
  max-width: 22ch;
  font-size: clamp(9.6px, 2.65vw, 11.5px);
  line-height: 1.22;
}

#solutions .comparison-cell img,
#solutions .comparison-cell--solution img {
  width: 100%;
  height: 139px;
  padding: 0;
  background: #f4efe7;
  object-fit: cover;
  object-position: center;
}

#solutions .comparison-row[data-case="1"] .comparison-cell--problem img {
  object-position: 52% 58%;
}

#solutions .comparison-row[data-case="1"] .comparison-cell--solution img {
  object-position: 50% 68%;
}

#solutions .comparison-row[data-case="2"] .comparison-cell--problem img,
#solutions .comparison-row[data-case="2"] .comparison-cell--solution img {
  object-position: 50% 43%;
}

#solutions .comparison-row[data-case="3"] .comparison-cell--problem img {
  object-position: 52% 47%;
}

#solutions .comparison-row[data-case="3"] .comparison-cell--solution img {
  padding: 0;
  background: #fff;
  object-fit: cover;
  object-position: 50% 88%;
}

#solutions .comparison-row[data-case="4"] .comparison-cell img {
  object-position: 50% 50%;
}

html body .testing {
  padding-top: 0;
}

html body .testing::before {
  top: 46px;
}

#solutions .comparison-cell__time {
  bottom: 12px;
  left: 9px;
  width: 55px;
  height: 55px;
  font-size: 16px;
}

#solutions .comparison-board__footer {
  display: grid;
  min-height: 62px;
  padding: 10px 16px 13px;
  place-items: center;
  gap: 7px;
  border-top: 1px solid rgba(21, 21, 19, 0.08);
  background: #f8f4ed;
  color: #777164;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

#solutions .comparison-board__dots {
  display: flex;
  gap: 9px;
}

#solutions .comparison-board__dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8d3ca;
}

#solutions .comparison-board__dots i:first-child {
  background: #6c7754;
}

@media (min-width: 760px) {
  #solutions .comparison-board__reference {
    display: none;
  }

  #solutions .pain-intro {
    min-height: 680px;
  }

  #solutions .pain-intro__copy {
    width: min(52%, 620px);
    padding-top: 110px;
  }

  #solutions .pain-intro .section-title {
    max-width: 9ch;
    font-size: clamp(58px, 6vw, 88px);
  }

  #solutions .comparison-board {
    max-width: 980px;
    margin: -84px auto 0;
    border-radius: 30px 30px 0 0;
  }

  #solutions .comparison-cell {
    min-height: 330px;
    grid-template-rows: 126px 204px;
  }

  #solutions .comparison-cell__copy {
    padding: 24px 26px 10px;
  }

  #solutions .comparison-cell__title {
    font-size: 20px;
  }

  #solutions .comparison-cell__text {
    font-size: 14px;
  }

  #solutions .comparison-cell img,
  #solutions .comparison-cell--solution img {
    height: 204px;
  }
}

/* v7 — approved assortment editorial screen */
#assortment {
  padding: 0 0 54px;
  overflow: hidden;
  background: #f3eee6;
}

#assortment .page-shell {
  width: 100%;
}

#assortment .assortment__intro {
  position: relative;
  min-height: clamp(520px, 143vw, 610px);
  padding: 58px 18px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(207, 161, 153, 0.2), transparent 23%),
    linear-gradient(160deg, #f6f1ea 0%, #eee7dc 100%);
}

#assortment .assortment__intro::before {
  position: absolute;
  z-index: 0;
  top: 68px;
  right: -52px;
  width: 235px;
  height: 80px;
  border-radius: 70% 30% 65% 35%;
  background: linear-gradient(135deg, rgba(232, 157, 169, 0.84), rgba(255, 221, 226, 0.78));
  filter: blur(1px);
  content: "";
  transform: rotate(25deg);
}

#assortment .assortment__intro::after {
  position: absolute;
  z-index: 0;
  top: 196px;
  right: 13px;
  width: 150px;
  height: 92px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 52% 48% 63% 37%;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.62), 0 18px 32px rgba(94, 80, 67, 0.06);
  content: "";
  transform: rotate(-14deg);
}

#assortment .assortment__copy {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(67%, 290px);
  gap: 22px;
}

#assortment .section-title {
  max-width: 7.8ch;
  font-family: var(--font-display);
  font-size: clamp(45px, 12.8vw, 61px);
  font-weight: 400;
  letter-spacing: -0.066em;
  line-height: 0.88;
}

#assortment .section-title .title-accent {
  color: #6c7655;
}

#assortment .section-text {
  max-width: 20ch;
  color: #5f5c53;
  font-size: clamp(14px, 3.7vw, 16px);
  line-height: 1.34;
}

#assortment .assortment__visual {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  width: min(85vw, 430px);
  margin: 0;
}

#assortment .assortment__visual::before,
#assortment .assortment__visual::after {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.9), 0 5px 15px rgba(83, 74, 64, 0.08);
  content: "";
}

#assortment .assortment__visual::before {
  top: 14%;
  left: 18%;
  width: 22px;
  height: 22px;
}

#assortment .assortment__visual::after {
  top: 5%;
  left: 29%;
  width: 10px;
  height: 10px;
}

#assortment .assortment__visual img {
  width: 100%;
  height: auto;
  max-height: 355px;
  object-fit: contain;
  object-position: right bottom;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 20px rgba(45, 49, 36, 0.12));
}

#assortment .category-grid {
  display: grid;
  width: calc(100% - 24px);
  margin: -1px auto 0;
  padding: 12px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

#assortment .category-card {
  min-height: 224px;
  border: 1px solid rgba(54, 51, 45, 0.07);
  border-radius: 18px;
  background: linear-gradient(155deg, #eee7dd, #e7ddd0);
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  box-shadow: 0 9px 24px rgba(55, 48, 40, 0.05);
}

#assortment .category-card::after {
  right: auto;
  bottom: 10px;
  left: 10px;
  width: 33px;
  height: 33px;
  border: 0;
  background: #707a56;
  color: #fff;
  content: "→";
  font-size: 17px;
}

#assortment .category-card img {
  position: absolute;
  inset: 42px 0 0;
  width: 100%;
  height: 182px;
  min-height: 0;
  padding: 4px;
  align-self: end;
  background: transparent;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
}

#assortment .category-card__title {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 12px;
  padding: 0;
  color: #171714;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

#assortment .assortment__facts {
  display: grid;
  width: calc(100% - 28px);
  margin: 4px auto 0;
  padding-top: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  border-top: 1px solid rgba(44, 43, 38, 0.1);
}

#assortment .assortment-fact {
  display: grid;
  min-width: 0;
  place-items: start center;
  gap: 8px;
  color: #4f5048;
  text-align: center;
}

#assortment .assortment-fact__icon {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(83, 102, 73, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  color: #59694d;
  place-items: center;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
}

#assortment .assortment-fact__text {
  font-size: clamp(8px, 2.35vw, 10.5px);
  font-weight: 750;
  line-height: 1.15;
}

@media (min-width: 760px) {
  #assortment {
    padding-bottom: 86px;
  }

  #assortment .page-shell {
    width: var(--shell);
  }

  #assortment .assortment__intro {
    min-height: 640px;
    margin-inline: calc((100vw - 100%) / -2);
    padding: 105px max(28px, calc((100vw - var(--shell)) / 2));
  }

  #assortment .assortment__copy {
    width: min(48%, 560px);
  }

  #assortment .section-title {
    max-width: 8.4ch;
    font-size: clamp(70px, 7vw, 104px);
  }

  #assortment .section-text {
    max-width: 31ch;
    font-size: 18px;
  }

  #assortment .assortment__visual {
    right: max(20px, calc((100vw - var(--shell)) / 2));
    width: min(58vw, 700px);
  }

  #assortment .assortment__visual img {
    max-height: 560px;
  }

  #assortment .category-grid {
    width: 100%;
    padding: 28px 0 18px;
    gap: 14px;
  }

  #assortment .category-card {
    min-height: 330px;
    border-radius: 24px;
    grid-template-rows: 1fr;
  }

  #assortment .category-card img {
    inset: 58px 0 0;
    height: 268px;
  }

  #assortment .category-card__title {
    top: 20px;
    left: 20px;
    font-size: 24px;
  }

  #assortment .category-card::after {
    bottom: 17px;
    left: 17px;
    width: 42px;
    height: 42px;
  }

  #assortment .assortment__facts {
    width: 100%;
    margin-top: 12px;
    padding-top: 26px;
    gap: 20px;
  }

  #assortment .assortment-fact__text {
    font-size: 13px;
  }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-loading main,
body.is-loading .site-footer {
  opacity: 1;
}

body:not(.is-loading) main,
body:not(.is-loading) .site-footer {
  opacity: 1;
  transition: opacity 240ms ease;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

a {
  color: inherit;
}

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

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

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

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(21, 21, 19, 0.08);
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  width: var(--shell);
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  display: inline-flex;
  color: var(--ink);
  text-decoration: none;
}

.site-logo {
  width: 86px;
  height: auto;
}

.menu-toggle {
  display: inline-flex;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.menu-toggle > span:not(.sr-only) {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 220ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.site-nav {
  position: fixed;
  inset: var(--header-height) 0 auto;
  padding: 10px 16px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 18px 40px rgba(21, 21, 19, 0.08);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    opacity 180ms ease,
    transform 220ms var(--ease),
    visibility 0s linear 220ms;
}

.site-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.site-nav ul,
.footer-links,
.footer-socials {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  background:
    radial-gradient(circle at 15% 5%, rgba(188, 195, 153, 0.48), transparent 34%),
    var(--paper);
}

.hero__inner {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  padding-block: 18px 20px;
  align-content: start;
  gap: 12px;
}

.hero__copy {
  display: grid;
  gap: 8px;
}

.hero__tagline {
  margin: -2px 0 2px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.eyebrow {
  margin: 0;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
.section-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

h1 {
  max-width: 13ch;
  font-size: clamp(34px, 10vw, 54px);
  line-height: 0.98;
}

.hero__text,
.section-text {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.45;
}

.hero__visual {
  position: relative;
  height: clamp(184px, 27svh, 240px);
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #e9e9e6;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

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

.benefit {
  display: grid;
  min-width: 0;
  gap: 7px;
  align-content: start;
}

.benefit__icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(21, 21, 19, 0.2);
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.benefit__title {
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.button:not(:disabled):active {
  transform: scale(0.98);
}

.button--wide {
  width: 100%;
}

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

.button--primary:not(:disabled):hover {
  background: var(--sage);
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.76;
}

.section {
  position: relative;
  padding-block: clamp(72px, 16vw, 120px);
  background: var(--white);
}

.section--paper {
  background: var(--paper);
}

.section--sage {
  background: var(--sage);
}

.section--sand {
  background: var(--sand);
}

.section-title {
  max-width: 15ch;
  font-size: clamp(34px, 9vw, 64px);
  line-height: 1.02;
}

.section-title--compact {
  font-size: clamp(32px, 8.2vw, 56px);
}

.swipe-wrap {
  width: 100%;
  margin-top: 30px;
  overflow: visible;
}

.swipe-track {
  display: flex;
  width: calc(100% + 16px);
  padding: 0 16px 8px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}

.swipe-track::-webkit-scrollbar {
  display: none;
}

.swipe-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.pain-track {
  gap: 12px;
}

.pain-slide {
  display: grid;
  width: min(86vw, 380px);
  flex: 0 0 min(86vw, 380px);
  gap: 10px;
  scroll-snap-align: start;
}

.pain-card {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #e9e9e6;
}

.pain-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pain-card--solution img {
  object-position: center 70%;
}

.pain-card__label {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(242, 243, 237, 0.92);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.pain-card--solution .pain-card__label {
  top: auto;
  bottom: 12px;
  background: var(--green-deep);
  color: var(--white);
}

.pain-slide__arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 17px);
  left: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  place-items: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 20px rgba(21, 21, 19, 0.16);
  font-size: 18px;
  font-weight: 900;
}

.pain-slide {
  position: relative;
}

.swipe-dots {
  display: flex;
  min-height: 44px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.swipe-dot {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.swipe-dot::before {
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border: 1px solid var(--ink);
  border-radius: 50%;
  content: "";
  transition:
    width 180ms ease,
    background-color 180ms ease;
}

.swipe-dot[aria-current="true"]::before {
  width: 22px;
  border-radius: 999px;
  background: var(--ink);
}

.testing {
  background: var(--white);
}

.testing__grid {
  display: grid;
  gap: 26px;
}

.testing__copy {
  display: grid;
  gap: 18px;
}

.testing__visual {
  height: min(112vw, 480px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.testing__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

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

.metric {
  display: flex;
  min-height: 64px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  align-items: center;
  gap: 10px;
}

.metric__icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--paper);
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.metric__title {
  font-size: 13px;
  font-weight: 800;
}

.testing__note {
  margin: 0;
  padding: 17px 20px;
  border-radius: var(--radius-sm);
  background: var(--green);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.reviews__placeholder {
  display: grid;
  min-height: 220px;
  margin-top: 30px;
  padding: 32px;
  border: 1px dashed rgba(21, 21, 19, 0.42);
  border-radius: var(--radius-lg);
  background: rgba(242, 243, 237, 0.42);
  place-items: center;
  font-size: clamp(18px, 5vw, 28px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
}

.review-track {
  margin-top: 30px;
  align-items: stretch;
  gap: 12px;
}

.review-card {
  position: relative;
  display: flex;
  width: min(86vw, 380px);
  min-height: 390px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-radius: var(--radius-md);
  background: var(--paper);
  flex: 0 0 min(86vw, 380px);
  flex-direction: column;
  scroll-snap-align: start;
  box-shadow: 0 14px 34px rgba(41, 53, 38, 0.08);
}

.review-card::after {
  position: absolute;
  right: 16px;
  bottom: -48px;
  color: rgba(119, 142, 105, 0.1);
  content: "“";
  font-family: Georgia, serif;
  font-size: 170px;
  line-height: 1;
  pointer-events: none;
}

.review-card__header,
.review-card__identity,
.review-card__meta {
  display: flex;
  align-items: center;
}

.review-card__header {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 10px;
}

.review-card__identity {
  min-width: 0;
  gap: 10px;
}

.review-card__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green-deep);
  color: var(--white);
  place-items: center;
  font-size: 17px;
  font-weight: 900;
}

.review-card__person {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.review-card__author {
  overflow: hidden;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-card__date {
  color: var(--ink-soft);
  font-size: 13px;
}

.review-card__rating {
  flex: 0 0 auto;
  color: var(--green-dark);
  font-size: 16px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.review-card__meta {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 8px;
}

.review-card__verified,
.review-card__source {
  display: inline-flex;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}

.review-card__verified {
  background: var(--green);
}

.review-card__source {
  border: 1px solid var(--line);
  color: var(--ink-soft);
}

.review-card__media {
  position: relative;
  z-index: 1;
  height: 112px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-radius: 16px;
  background: var(--white);
}

.review-card__media img {
  width: 145%;
  max-width: none;
  height: auto;
  transform: translate(-2%, var(--review-media-y));
}

.review-card__product {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.35;
}

.review-card__text {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.48;
}

.review-card__text.is-collapsible:not(.is-expanded) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.review-card__more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  cursor: pointer;
  align-items: center;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 850;
}

.category-grid {
  display: grid;
  margin-top: 30px;
  gap: 12px;
}

.category-card {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 142px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--paper);
  cursor: pointer;
  grid-template-columns: 40% 60%;
  text-align: left;
}

.category-card::after {
  position: absolute;
  right: 18px;
  bottom: 17px;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "↗";
  place-items: center;
  font-size: 16px;
}

.category-card img {
  width: 100%;
  height: 100%;
  min-height: 142px;
  padding: 8px;
  background: var(--white);
  object-fit: contain;
}

.category-card__title {
  display: flex;
  padding: 18px 18px 58px;
  align-items: flex-start;
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.offer__inner {
  display: grid;
  gap: 28px;
}

.offer__copy {
  display: grid;
  gap: 14px;
}

.offer__products {
  display: grid;
  grid-template-columns: 1fr 38px 1fr;
  align-items: center;
}

.offer-product {
  position: relative;
  margin: 0;
}

.offer-product img {
  width: 100%;
  height: 220px;
  border-radius: var(--radius-md);
  background: var(--paper);
  object-fit: contain;
}

.offer-product figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.offer-product__gift {
  position: absolute;
  z-index: 2;
  top: -8px;
  right: -5px;
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--green-deep);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.offer__plus {
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}

.offer__shades {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.offer__shade {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(21, 21, 19, 0.28);
  border-radius: 50%;
  background: var(--paper);
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.support {
  overflow: hidden;
  background: var(--green-deep);
  color: var(--white);
}

.support .section-title {
  max-width: 11ch;
}

.support .section-text {
  color: rgba(255, 255, 255, 0.75);
}

.support__grid,
.support__copy {
  display: grid;
  gap: 22px;
}

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

.support__steps li {
  position: relative;
  min-height: 48px;
  padding: 13px 14px 13px 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 750;
}

.support__steps li::before {
  position: absolute;
  top: 11px;
  left: 12px;
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--ink);
  content: "✓";
  place-items: center;
  font-weight: 900;
}

.support-phone {
  width: min(82vw, 340px);
  min-height: 440px;
  margin: 12px auto -120px;
  padding: 16px 14px 24px;
  border: 8px solid #0d0d0c;
  border-radius: 42px;
  background: #e9ede5;
  color: var(--ink);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
  transform: rotate(3deg);
}

.support-phone__top {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(21, 21, 19, 0.1);
  font-weight: 800;
}

.support-phone__avatar {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green);
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.support-phone__chat {
  display: flex;
  min-height: 280px;
  padding-block: 22px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.chat-bubble {
  max-width: 78%;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--white);
  font-size: 14px;
  line-height: 1.35;
}

.chat-bubble--out {
  align-self: flex-end;
  background: var(--sage);
}

.support-phone__input {
  display: flex;
  min-height: 42px;
  padding: 8px 8px 8px 13px;
  border-radius: 999px;
  background: var(--white);
  color: rgba(21, 21, 19, 0.45);
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.support-phone__input span {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  place-items: center;
}

.lessons__intro {
  max-width: 560px;
  margin-top: 16px;
}

.lesson-track {
  gap: 12px;
}

.lesson-card {
  display: block;
  width: min(82vw, 340px);
  flex: 0 0 min(82vw, 340px);
  color: var(--ink);
  scroll-snap-align: start;
  text-decoration: none;
}

.lesson-card__visual {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--white);
}

.lesson-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lesson-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(21, 21, 19, 0.7);
  color: var(--white);
  place-items: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.lesson-card h3 {
  margin: 13px 0 0;
  font-size: 18px;
  line-height: 1.2;
}

.lesson-card span:last-child {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 850;
}

.lessons__all {
  margin-top: 26px;
}

.faq__inner {
  display: grid;
  gap: 30px;
}

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

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

.faq-item summary {
  position: relative;
  display: flex;
  min-height: 68px;
  padding: 18px 48px 18px 0;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  place-items: center;
  transform: translateY(-50%);
  transition: transform 220ms var(--ease);
  font-size: 22px;
  font-weight: 400;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__answer {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 260ms var(--ease),
    opacity 200ms ease;
}

.faq-item[open] .faq-item__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-item__answer > div {
  min-height: 0;
}

.faq-item__answer p {
  max-width: 62ch;
  padding: 0 42px 22px 0;
  margin: 0;
  color: var(--ink-soft);
}

.final-cta {
  overflow: hidden;
  background: var(--white);
}

.final-cta__grid,
.final-cta__copy {
  display: grid;
  gap: 20px;
}

.final-cta__visual {
  height: 350px;
  margin: 4px 0 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.final-cta__visual img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  object-position: center;
}

.site-footer {
  padding-block: 54px calc(30px + env(safe-area-inset-bottom));
  background: var(--ink);
  color: var(--white);
}

.site-footer__grid {
  display: grid;
  gap: 34px;
}

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

.wordmark--footer .site-logo {
  width: 146px;
  filter: invert(1);
}

.site-footer__email {
  margin: 24px 0 0;
}

.site-footer__email a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
}

.footer-links,
.footer-socials {
  display: grid;
  gap: 4px;
}

.footer-links a,
.footer-socials a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.site-footer__label {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__bottom {
  display: grid;
  padding-top: 34px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  gap: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.site-footer__bottom p {
  margin: 0;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-legal a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
}

.category-dialog {
  width: min(100% - 24px, 520px);
  max-height: min(90svh, 760px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 28px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.category-dialog::backdrop {
  background: rgba(21, 21, 19, 0.72);
  backdrop-filter: blur(6px);
}

.category-dialog__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(242, 243, 237, 0.9);
  cursor: pointer;
  font-size: 28px;
}

.category-dialog > img {
  width: 100%;
  height: 300px;
  background: var(--white);
  object-fit: contain;
}

.category-dialog__body {
  display: grid;
  padding: 24px;
  gap: 14px;
}

.category-dialog__body h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.category-dialog__body p {
  margin: 0;
}

.category-dialog__note {
  color: var(--ink-soft);
  font-size: 14px;
}

.noscript {
  position: fixed;
  z-index: 9999;
  inset: 16px;
  display: grid;
  padding: 24px;
  border-radius: 24px;
  background: var(--ink);
  color: var(--white);
  place-items: center;
  text-align: center;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms var(--ease),
    transform 620ms var(--ease);
}

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

@media (max-width: 767px) and (max-height: 650px) {
  .hero__inner {
    padding-block: 10px 12px;
    gap: 7px;
  }

  .hero__copy {
    gap: 5px;
  }

  h1 {
    max-width: none;
    font-size: 28px;
  }

  .hero__text {
    font-size: 15px;
    line-height: 1.3;
  }

  .hero__visual {
    height: 122px;
  }

  .benefit {
    gap: 4px;
  }

  .benefit__icon {
    width: 28px;
    height: 28px;
  }

  .benefit__title {
    font-size: 12px;
  }

  .hero .button {
    min-height: 48px;
    padding-block: 10px;
  }
}

@media (min-width: 640px) {
  :root {
    --shell: min(100% - 56px, 1180px);
  }

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

  .offer-product img {
    height: 300px;
  }

  .site-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  :root {
    --header-height: 76px;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
  }

  .site-nav ul {
    display: flex;
    gap: 24px;
  }

  .site-nav a {
    min-height: 44px;
    border: 0;
    font-size: 14px;
  }

  .wordmark {
    align-items: center;
  }

  .site-logo {
    width: 112px;
  }

  .hero__inner {
    min-height: calc(100svh - var(--header-height));
    padding-block: clamp(40px, 6vh, 72px);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: 1fr auto auto;
    align-items: center;
    gap: 24px 48px;
  }

  .hero__copy {
    align-self: end;
  }

  h1 {
    font-size: clamp(48px, 6vw, 84px);
  }

  .hero__text {
    max-width: 48ch;
    font-size: 19px;
  }

  .hero__visual {
    height: min(72vh, 700px);
    min-height: 480px;
    grid-column: 2;
    grid-row: 1 / 4;
  }

  .hero__visual img {
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
  }

  .hero__benefits {
    align-self: end;
    gap: 16px;
  }

  .benefit {
    grid-template-columns: 38px 1fr;
    align-items: center;
  }

  .benefit__icon {
    width: 38px;
    height: 38px;
  }

  .benefit__title {
    font-size: 13px;
  }

  .hero .button {
    width: max-content;
    min-width: 330px;
    align-self: start;
  }

  .pain-slide {
    width: min(46vw, 480px);
    flex-basis: min(46vw, 480px);
  }

  .pain-card {
    height: 270px;
  }

  .testing__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 48px;
  }

  .testing__visual {
    height: 640px;
    grid-column: 2;
    grid-row: 1;
  }

  .testing__note {
    grid-column: 2;
  }

  .reviews__placeholder {
    min-height: 300px;
  }

  .review-card {
    width: min(46vw, 420px);
    flex-basis: min(46vw, 420px);
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .category-card {
    min-height: 340px;
    grid-template-columns: 1fr;
    grid-template-rows: 260px 1fr;
  }

  .category-card img {
    min-height: 260px;
  }

  .category-card__title {
    padding-bottom: 18px;
  }

  .offer__inner {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 48px;
  }

  .offer__products {
    grid-column: 2;
    grid-row: 1 / 4;
  }

  .offer-product img {
    height: 430px;
  }

  .offer .button {
    width: max-content;
    min-width: 280px;
  }

  .support__grid {
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
  }

  .support-phone {
    min-height: 520px;
    margin: 0 auto -160px;
  }

  .support-phone__chat {
    min-height: 350px;
  }

  .lesson-card {
    width: min(38vw, 390px);
    flex-basis: min(38vw, 390px);
  }

  .lesson-card__visual {
    height: 260px;
  }

  .lessons__all {
    width: max-content;
    min-width: 250px;
  }

  .faq__inner {
    grid-template-columns: 0.75fr 1.25fr;
    gap: 64px;
  }

  .final-cta__grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 48px;
  }

  .final-cta__visual {
    height: 560px;
  }

  .final-cta .button {
    width: max-content;
    min-width: 260px;
  }
}

/* Local v5: testing section follows the approved mobile reference. */
body .testing {
  position: relative;
  padding: 30px 0 34px;
  overflow: hidden;
  background: #f4efe7;
}

body .testing::before {
  position: absolute;
  z-index: 0;
  top: 76px;
  right: -94px;
  width: 150px;
  height: 220px;
  border-radius: 58% 42% 66% 34% / 35% 58% 42% 65%;
  background: #6d744a;
  box-shadow:
    -22px 82px 0 -74px #6d744a,
    -52px 132px 0 -80px #6d744a,
    -74px 168px 0 -78px #6d744a;
  content: "";
  filter: drop-shadow(0 14px 14px rgba(63, 69, 42, 0.2));
  opacity: 0.98;
  transform: rotate(-22deg);
}

body .testing__grid {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 28px), 1080px);
  gap: 13px;
}

body .testing__copy {
  display: grid;
  gap: 8px;
  padding: 0 7px 6px;
}

body .testing .section-title {
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 8.2vw, 34px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

body .testing-title__line {
  display: block;
}

body .testing .title-accent {
  color: #747952;
}

body .testing-title__line > .title-accent {
  display: inline;
}

body .testing .section-text {
  max-width: 33ch;
  margin: 0;
  color: #151513;
  font-size: 12px;
  line-height: 1.34;
}

body .testing__copy::after {
  width: 64px;
  height: 12px;
  margin-top: 2px;
  background:
    radial-gradient(circle at 5px 6px, #78805c 0 3px, transparent 3.5px),
    linear-gradient(#b9b6aa, #b9b6aa) 18px 5px / 46px 1px no-repeat;
  content: "";
}

body .testing__visual {
  position: relative;
  height: auto;
  margin: 0;
  overflow: visible;
  border-radius: 13px;
}

body .testing__collage {
  display: grid;
  aspect-ratio: 1.51;
  padding: 1px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-radius: 13px;
  background: #fff;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2px;
}

body .testing__collage img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

body .testing__collage-cell {
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

body .testing__collage-cell img {
  transform: scale(1.2);
}

body .testing__collage-cell:nth-child(2) img,
body .testing__collage-cell:nth-child(3) img {
  transform: scale(1.28);
}

body .testing__collage-cell:nth-child(5) img {
  object-position: center bottom;
  transform: scale(2);
}

body .testing__proof {
  position: absolute;
  z-index: 3;
  bottom: -19px;
  left: 50%;
  display: grid;
  width: min(58%, 230px);
  min-height: 58px;
  padding: 8px 15px 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: #6d744a;
  color: #fff;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  transform: translateX(-50%);
  box-shadow: 0 10px 24px rgba(41, 53, 38, 0.24);
  text-align: left;
}

body .testing__proof::before {
  display: grid;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: #f6f2e9;
  color: #65704e;
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 20px;
  grid-row: 1 / 3;
  place-items: center;
}

body .testing__proof strong {
  align-self: end;
  font-family: var(--font-display);
  font-size: clamp(16px, 4.4vw, 19px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
  white-space: nowrap;
}

body .testing__proof span {
  align-self: start;
  font-size: 9px;
  line-height: 1.1;
}

body .testing__regions {
  position: relative;
  display: grid;
  min-height: 106px;
  padding: 10px 12px 8px 57%;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  background: #f9f6f0;
}

body .testing__regions::before {
  position: absolute;
  top: 12px;
  bottom: 10px;
  left: 9px;
  width: 53%;
  height: auto;
  border-radius: 0;
  background: url("../images/moonroos/site-v5/world-map.svg") center / contain no-repeat;
  content: "";
  opacity: 0.94;
  transform: none;
}

body .testing__regions > div {
  position: relative;
  z-index: 1;
}

body .testing__regions h3,
body .testing-showcase h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 5.5vw, 24px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

body .testing__regions p,
body .testing-showcase p {
  margin: 6px 0 0;
  font-size: 9px;
  line-height: 1.25;
}

body .testing__regions small {
  display: block;
  margin-top: 5px;
  color: #151513;
  font-size: 7.5px;
  line-height: 1.28;
}

body .testing .metric-grid {
  position: relative;
  z-index: 2;
  display: grid;
  padding: 7px 6px 8px;
  margin-top: -13px;
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-top-color: rgba(21, 21, 19, 0.06);
  border-radius: 0 0 13px 13px;
  background: #f9f6f0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

body .testing .metric {
  position: relative;
  min-height: 43px;
  padding: 2px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  flex-direction: row;
  justify-content: center;
  gap: 7px;
  text-align: left;
}

body .testing .metric:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -5px;
  color: #7a8060;
  content: "→";
  font-size: 17px;
  transform: translateY(-50%);
}

body .testing .metric__icon {
  display: grid;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(21, 21, 19, 0.16);
  border-radius: 50%;
  background: transparent;
  color: #596246;
  flex: 0 0 27px;
  font-size: 9px;
  place-items: center;
}

body .testing .metric__title {
  max-width: 10ch;
  font-size: 6.7px;
  font-weight: 750;
  letter-spacing: 0.01em;
  line-height: 1.18;
  text-transform: uppercase;
}

body .testing__note {
  display: none;
}

body .testing-showcase {
  position: relative;
  display: grid;
  min-height: 178px;
  margin-top: 1px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-radius: 13px;
  background: #e9e3d8;
  grid-template-columns: 52% 48%;
}

body .testing-showcase::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #eee8de 0 44%, rgba(238, 232, 222, 0.22) 65%, transparent 100%);
  content: "";
  pointer-events: none;
}

body .testing-showcase__copy {
  position: relative;
  z-index: 2;
  padding: 20px 0 17px 18px;
}

body .testing-showcase h3 {
  font-size: clamp(25px, 7vw, 29px);
}

body .testing-showcase p {
  max-width: 21ch;
  margin-top: 13px;
  font-size: 9px;
  line-height: 1.32;
}

body .testing-showcase img {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 66%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 52% 70%;
  mix-blend-mode: multiply;
  transform: scale(1.42);
}

@media (max-width: 359px) {
  body .testing .section-title {
    font-size: 29px;
  }

  body .testing__proof {
    width: 72%;
  }

  body .testing__regions {
    padding-left: 55%;
  }

  body .testing .metric {
    padding-inline: 5px;
    gap: 4px;
  }

  body .testing .metric__icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }
}

@media (min-width: 768px) {
  body .testing {
    padding: 64px 0 74px;
  }

  body .testing::before {
    top: 80px;
    right: -92px;
    width: 260px;
    height: 430px;
  }

  body .testing__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: 22px 28px;
  }

  body .testing__copy {
    padding: 0 0 20px;
    grid-column: 1 / -1;
  }

  body .testing .section-title {
    max-width: 13ch;
    font-size: clamp(58px, 6.2vw, 82px);
  }

  body .testing .section-text {
    max-width: 46ch;
    font-size: 17px;
  }

  body .testing__visual {
    grid-column: 1;
    grid-row: 2;
  }

  body .testing__proof {
    width: min(62%, 320px);
    min-height: 68px;
  }

  body .testing__regions {
    min-height: 0;
    padding: 34px 26px 22px 54%;
    margin-top: 0;
    grid-column: 2;
    grid-row: 2;
  }

  body .testing__regions h3 {
    font-size: clamp(34px, 3.4vw, 48px);
  }

  body .testing__regions p {
    font-size: 14px;
  }

  body .testing__regions small {
    font-size: 11px;
  }

  body .testing .metric-grid {
    padding: 15px 18px;
    margin-top: 0;
    border-radius: 14px;
    grid-column: 1 / -1;
  }

  body .testing .metric {
    min-height: 68px;
  }

  body .testing .metric__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 11px;
  }

  body .testing .metric__title {
    max-width: none;
    font-size: 11px;
  }

  body .testing-showcase {
    min-height: 360px;
    grid-column: 1 / -1;
    grid-template-columns: 40% 60%;
  }

  body .testing-showcase__copy {
    padding: 50px 0 42px 48px;
  }

  body .testing-showcase h3 {
    max-width: 9ch;
    font-size: 56px;
  }

  body .testing-showcase p {
    max-width: 30ch;
    font-size: 15px;
  }

  body .testing-showcase img {
    width: 67%;
  }
}

@media (min-width: 1100px) {
  .swipe-track {
    width: 100%;
    padding-right: 0;
  }

  .pain-slide {
    width: calc((100% - 24px) / 3);
    flex-basis: calc((100% - 24px) / 3);
  }

  .lesson-card {
    width: calc((100% - 24px) / 3);
    flex-basis: calc((100% - 24px) / 3);
  }

  .review-card {
    width: calc((100% - 24px) / 3);
    flex-basis: calc((100% - 24px) / 3);
  }

  .review-dots {
    display: none;
  }
}

/* 2026-07-31 creative direction: premium editorial mobile-first screens */

:root {
  --font-display: Georgia, "Times New Roman", "DejaVu Serif", serif;
  --warm-paper: #f3eee6;
  --warm-white: #fbf8f2;
  --problem: #a64d4d;
}

.title-accent {
  display: block;
  color: var(--green-dark);
}

.site-header {
  background: color-mix(in srgb, var(--warm-paper) 94%, transparent);
}

.site-logo {
  width: 104px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 15%, rgba(119, 142, 105, 0.22), transparent 26%),
    radial-gradient(circle at 4% 88%, rgba(224, 212, 190, 0.72), transparent 30%),
    var(--warm-paper);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(83, 102, 73, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 24%;
  right: -150px;
  width: 320px;
  height: 520px;
  transform: rotate(-24deg);
}

.hero::after {
  right: 20px;
  bottom: 18%;
  width: 18px;
  height: 18px;
  background: var(--green);
  box-shadow:
    -22px 46px 0 -6px rgba(119, 142, 105, 0.75),
    6px 78px 0 -4px rgba(119, 142, 105, 0.54);
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - var(--header-height));
  padding-block: 18px 24px;
  grid-template-areas:
    "copy"
    "visual"
    "action";
  gap: 15px;
}

.hero__copy {
  grid-area: copy;
  gap: 9px;
}

.hero__copy .eyebrow {
  display: none;
}

.hero__tagline {
  max-width: 28ch;
  margin: 0;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  max-width: none;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: clamp(42px, 12.4vw, 62px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.84;
  text-wrap: balance;
}

.hero__title-lead,
.hero__title-accent,
.hero__title-tail {
  display: block;
}

.hero__title-accent {
  color: var(--green-dark);
  font-size: 1.34em;
  line-height: 0.9;
}

.hero__title-tail {
  max-width: 8ch;
}

.hero__text {
  max-width: 29ch;
  margin-top: 5px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.3;
}

.hero__detail {
  max-width: 32ch;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(21, 21, 19, 0.18);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.35;
}

.hero__visual {
  grid-area: visual;
  height: clamp(220px, 35svh, 330px);
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-radius: 32px;
  background: #d8d8d6;
  box-shadow: 0 22px 55px rgba(41, 53, 38, 0.13);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
}

.hero__benefits {
  z-index: 3;
  display: block;
  grid-area: visual;
  margin: 0 0 12px 12px;
  place-self: end start;
}

.hero__benefits .benefit {
  display: grid;
  width: 92px;
  height: 92px;
  padding: 13px;
  border: 1px solid rgba(83, 102, 73, 0.48);
  border-radius: 50%;
  background: rgba(243, 238, 230, 0.9);
  align-content: center;
  gap: 0;
  text-align: center;
  backdrop-filter: blur(8px);
}

.hero__benefits .benefit__icon {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: 0.85;
}

.hero__benefits .benefit__title {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.05;
}

.hero__action {
  display: grid;
  grid-area: action;
  gap: 8px;
}

.hero__action .button {
  position: relative;
  min-height: 64px;
  padding: 13px 56px 13px 18px;
  border-color: rgba(255, 255, 255, 0.52);
  border-radius: 17px;
  background: var(--green-dark);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(41, 53, 38, 0.22);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero__action .button::before {
  margin-right: 2px;
  content: "◇";
  font-family: inherit;
  font-size: 24px;
}

.hero__action .button::after {
  position: absolute;
  right: 18px;
  content: "→";
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.hero__offer-note {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  padding: 8px 14px;
  margin: 0 auto;
  border: 1px solid rgba(83, 102, 73, 0.2);
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

#solutions {
  padding-top: 0;
  background: var(--warm-paper);
}

.pain-intro {
  position: relative;
  min-height: 490px;
  margin-inline: calc((100vw - 100%) / -2);
  overflow: hidden;
  background: #e9e2d8;
}

.pain-intro::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(243, 238, 230, 0.98) 0%, rgba(243, 238, 230, 0.84) 44%, rgba(243, 238, 230, 0.08) 80%);
  content: "";
}

.pain-intro__copy {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(75%, 350px);
  padding: 52px 0 42px max(16px, calc((100vw - var(--shell)) / 2));
  gap: 22px;
}

.pain-intro .section-title {
  max-width: 9ch;
  font-family: var(--font-display);
  font-size: clamp(40px, 11vw, 64px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.93;
}

.pain-intro .section-text {
  max-width: 24ch;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.pain-intro__visual {
  position: absolute;
  inset: 0;
  margin: 0;
}

.pain-intro__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.comparison-board {
  position: relative;
  z-index: 4;
  margin-top: -58px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-radius: 28px;
  background: var(--warm-white);
  box-shadow: 0 24px 60px rgba(41, 53, 38, 0.12);
}

.comparison-board__legend {
  display: grid;
  min-height: 54px;
  padding: 8px 14px;
  grid-template-columns: 1fr 36px 1fr;
  align-items: center;
  gap: 5px;
}

.comparison-board__legend > span:not(.comparison-board__arrow) {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-board__problem {
  background: var(--problem);
}

.comparison-board__solution {
  background: var(--green-dark);
}

.comparison-board__arrow {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  place-items: center;
  font-size: 20px;
}

.pain-track {
  display: grid;
  gap: 0;
}

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

.comparison-row + .comparison-row {
  border-top: 1px solid rgba(21, 21, 19, 0.1);
}

.comparison-cell {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 260px;
  overflow: hidden;
  grid-template-rows: auto 1fr;
  background: #f8f4ed;
}

.comparison-cell--solution {
  border-left: 1px solid rgba(21, 21, 19, 0.1);
  background: #f0ede5;
}

.comparison-cell__copy {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 112px;
  padding: 15px 12px 8px;
  align-content: start;
  gap: 6px;
}

.comparison-cell__title {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.06;
}

.comparison-cell__text {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11.5px;
  line-height: 1.28;
}

.comparison-cell img {
  width: 100%;
  height: 150px;
  align-self: end;
  object-fit: cover;
  object-position: center;
}

.comparison-cell--solution img {
  padding: 5px;
  background: var(--white);
  object-fit: contain;
}

.comparison-cell__time {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  left: 10px;
  display: grid;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(166, 77, 77, 0.26);
  border-radius: 50%;
  background: rgba(243, 238, 230, 0.94);
  color: var(--problem);
  place-items: center;
  transform: rotate(-7deg);
  box-shadow: 0 8px 20px rgba(21, 21, 19, 0.1);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.testing {
  background: var(--warm-white);
}

.testing__grid {
  gap: 22px;
}

.testing__copy {
  gap: 14px;
}

.testing .section-title {
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(42px, 11vw, 66px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.testing .section-text {
  max-width: 34ch;
  color: var(--ink);
  font-size: 15px;
}

.testing__visual {
  position: relative;
  height: auto;
  overflow: visible;
  border-radius: 24px;
}

.testing__visual > img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: contain;
}

.testing__proof {
  position: absolute;
  bottom: -24px;
  left: 50%;
  display: grid;
  width: min(82%, 330px);
  min-height: 76px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: var(--green-dark);
  color: var(--white);
  place-content: center;
  transform: translateX(-50%);
  box-shadow: 0 12px 30px rgba(41, 53, 38, 0.24);
  text-align: center;
}

.testing__proof strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.testing__proof span {
  font-size: 12px;
}

.testing__regions {
  position: relative;
  display: grid;
  min-height: 210px;
  padding: 36px 22px 24px 40%;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 19, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 32%, rgba(119, 142, 105, 0.72) 0 4px, transparent 5px),
    radial-gradient(circle at 22% 48%, rgba(119, 142, 105, 0.64) 0 4px, transparent 5px),
    radial-gradient(circle at 31% 38%, rgba(119, 142, 105, 0.68) 0 4px, transparent 5px),
    radial-gradient(circle at 28% 62%, rgba(119, 142, 105, 0.55) 0 4px, transparent 5px),
    linear-gradient(135deg, #ebe8df, #f8f5ef);
}

.testing__regions::before {
  position: absolute;
  top: 32px;
  left: 20px;
  width: 34%;
  height: 130px;
  border-radius: 48% 52% 56% 44%;
  background: rgba(119, 142, 105, 0.1);
  content: "";
  transform: rotate(-12deg);
}

.testing__regions-mark {
  display: none;
}

.testing__regions h3,
.testing-showcase h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.testing__regions p,
.testing-showcase p {
  margin: 10px 0 0;
  font-size: 14px;
}

.testing__regions small {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.35;
}

.testing .metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.testing .metric {
  min-height: 96px;
  padding: 10px 7px;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  text-align: center;
}

.testing .metric__icon {
  background: var(--green);
  color: var(--white);
}

.testing .metric__title {
  font-size: 10px;
  line-height: 1.15;
}

.testing__note {
  padding: 13px 16px;
  border-radius: 999px;
  background: transparent;
  color: var(--green-dark);
  font-size: 12px;
}

.testing-showcase {
  display: grid;
  min-height: 270px;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(120deg, #eee7dd 0 45%, #d9d5cd 100%);
  grid-template-columns: 0.9fr 1.1fr;
}

.testing-showcase__copy {
  position: relative;
  z-index: 2;
  padding: 26px 0 26px 24px;
}

.testing-showcase img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  object-position: 61% center;
}

.reviews {
  background: #eeeee8;
}

.reviews .section-title {
  max-width: 13ch;
  font-family: var(--font-display);
  font-size: clamp(40px, 10vw, 62px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.reviews__intro {
  max-width: 42ch;
  margin-top: 16px;
  color: var(--ink);
  font-size: 14px;
}

.review-track {
  margin-top: 24px;
  gap: 12px;
}

.review-card {
  display: grid;
  width: min(92vw, 520px);
  min-height: 320px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  flex: 0 0 min(92vw, 520px);
  grid-template-columns: minmax(118px, 40%) minmax(0, 1fr);
  grid-template-areas:
    "media header"
    "media meta"
    "media product"
    "media text"
    "media more";
  grid-template-rows: auto auto auto 1fr auto;
  column-gap: 14px;
  box-shadow: 0 12px 30px rgba(41, 53, 38, 0.09);
}

.review-card::after {
  display: none;
}

.review-card__header {
  grid-area: header;
  padding-top: 8px;
}

.review-card__avatar {
  display: none;
}

.review-card__author {
  font-size: 18px;
}

.review-card__date {
  font-size: 12px;
}

.review-card__rating {
  font-size: 13px;
}

.review-card__meta {
  grid-area: meta;
  margin-top: 6px;
  gap: 5px;
}

.review-card__verified,
.review-card__source {
  min-height: 26px;
  padding: 4px 7px;
  font-size: 10px;
}

.review-card__verified {
  background: rgba(188, 195, 153, 0.52);
}

.review-card__media {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: 0;
  border: 0;
  border-radius: 17px;
  grid-area: media;
}

.review-card__media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
}

.review-card__product {
  margin-top: 8px;
  grid-area: product;
  font-size: 11px;
}

.review-card__text {
  margin-top: 12px;
  grid-area: text;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

.review-card__text::before {
  margin-right: 5px;
  color: var(--green-dark);
  content: "“";
  font-size: 26px;
  line-height: 0;
}

.review-card__more {
  grid-area: more;
  font-size: 12px;
}

.review-card--no-media {
  grid-template-columns: 1fr;
  grid-template-areas:
    "header"
    "meta"
    "product"
    "text"
    "more";
}

.button:not(:disabled):hover,
.button[href]:hover {
  transform: translateY(-2px);
}

@media (max-width: 359px) {
  .hero h1 {
    font-size: 39px;
  }

  .hero__visual {
    height: 205px;
  }

  .comparison-cell__copy {
    min-height: 118px;
    padding-inline: 9px;
  }

  .comparison-cell__title {
    font-size: 12px;
  }

  .comparison-cell__text {
    font-size: 10.5px;
  }

  .review-card {
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 10px;
  }
}

@media (max-width: 767px) and (max-height: 700px) {
  .hero__inner {
    min-height: auto;
    padding-block: 12px 18px;
    gap: 10px;
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .hero__detail {
    display: none;
  }

  .hero__visual {
    height: 190px;
  }

  .hero__action .button {
    min-height: 56px;
    font-size: 17px;
  }

  .hero__offer-note {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-logo {
    width: 126px;
  }

  .hero__inner {
    padding-block: clamp(34px, 5vh, 64px);
    grid-template-areas:
      "copy visual"
      "action visual";
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 28px 64px;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(58px, 6.5vw, 90px);
  }

  .hero__title-accent {
    font-size: 1.12em;
  }

  .hero__text {
    max-width: 33ch;
    font-size: 18px;
  }

  .hero__detail {
    max-width: 38ch;
    font-size: 15px;
  }

  .hero__visual {
    height: min(74vh, 720px);
    min-height: 540px;
    grid-area: visual;
  }

  .hero__visual img {
    object-position: center 66%;
  }

  .hero__benefits {
    grid-area: visual;
    margin: 0 0 24px 24px;
  }

  .hero__benefits .benefit {
    width: 118px;
    height: 118px;
  }

  .hero__benefits .benefit__icon {
    font-size: 44px;
  }

  .hero__benefits .benefit__title {
    font-size: 12px;
  }

  .hero__action .button {
    width: min(100%, 430px);
    min-height: 72px;
    font-size: 23px;
  }

  .hero__offer-note {
    margin-left: 0;
  }

  .pain-intro {
    min-height: 680px;
  }

  .pain-intro__copy {
    width: min(52%, 620px);
    padding-top: 110px;
    padding-left: max(28px, calc((100vw - var(--shell)) / 2));
  }

  .pain-intro .section-title {
    max-width: 10ch;
    font-size: clamp(58px, 6vw, 88px);
  }

  .pain-intro .section-text {
    font-size: 18px;
  }

  .pain-intro__visual img {
    object-position: 72% center;
  }

  .comparison-board {
    max-width: 980px;
    margin: -84px auto 0;
  }

  .comparison-cell {
    min-height: 330px;
  }

  .comparison-cell__copy {
    min-height: 126px;
    padding: 24px 26px 10px;
  }

  .comparison-cell__title {
    font-size: 20px;
  }

  .comparison-cell__text {
    max-width: 32ch;
    font-size: 14px;
  }

  .comparison-cell img {
    height: 220px;
  }

  .comparison-cell__time {
    width: 74px;
    height: 74px;
    left: 24px;
    font-size: 22px;
  }

  .testing__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    align-items: start;
    gap: 40px 44px;
  }

  .testing__copy {
    grid-column: 1 / -1;
  }

  .testing .section-title {
    max-width: 14ch;
    font-size: clamp(58px, 6vw, 84px);
  }

  .testing__visual {
    grid-column: 1;
    grid-row: auto;
  }

  .testing__regions {
    min-height: 100%;
    padding-top: 58px;
    grid-column: 2;
  }

  .testing .metric-grid,
  .testing__note,
  .testing-showcase {
    grid-column: 1 / -1;
  }

  .testing .metric {
    min-height: 112px;
  }

  .testing .metric__title {
    font-size: 13px;
  }

  .testing-showcase {
    min-height: 390px;
  }

  .testing-showcase__copy {
    padding: 54px;
  }

  .testing-showcase h3 {
    max-width: 8ch;
    font-size: 54px;
  }

  .testing-showcase p {
    max-width: 32ch;
    font-size: 16px;
  }

  .testing-showcase img {
    min-height: 390px;
  }

  .reviews .section-title {
    max-width: 16ch;
    font-size: clamp(58px, 5.7vw, 82px);
  }

  .review-card {
    width: min(68vw, 620px);
    min-height: 380px;
    flex-basis: min(68vw, 620px);
    grid-template-columns: minmax(210px, 42%) minmax(0, 1fr);
  }

  .review-card__media {
    min-height: 360px;
  }

  .review-card__text {
    font-size: 18px;
  }
}

@media (min-width: 1100px) {
  .review-track {
    width: calc(100% + ((100vw - var(--shell)) / 2));
    padding-right: max(24px, calc((100vw - var(--shell)) / 2));
  }

  .review-card {
    width: 590px;
    flex-basis: 590px;
  }

  .review-dots {
    display: flex;
  }
}

@media (hover: hover) and (pointer: fine) {
  .category-card {
    transition:
      transform 220ms var(--ease),
      box-shadow 220ms ease;
  }

  .category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
  }

  .site-nav a:hover,
  .footer-links a:hover,
  .footer-socials a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.legal-page {
  background: var(--paper);
}

.legal-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(18px);
}

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

.legal-back {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.legal-main {
  padding-block: clamp(52px, 10vw, 96px);
}

.legal-article {
  max-width: 820px;
}

.legal-article h1 {
  max-width: 15ch;
  margin-bottom: 16px;
  font-size: clamp(38px, 8vw, 72px);
}

.legal-meta {
  margin: 0 0 42px;
  color: var(--ink-soft);
}

.legal-article section {
  padding-top: 34px;
  border-top: 1px solid var(--line);
  margin-top: 34px;
}

.legal-article h2 {
  margin: 0 0 16px;
  font-size: clamp(23px, 4vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.legal-article h3 {
  margin: 28px 0 12px;
  font-size: 18px;
}

.legal-article p,
.legal-article li {
  max-width: 72ch;
  color: rgba(21, 21, 19, 0.82);
}

.legal-article ul {
  padding-left: 20px;
}

.legal-article a {
  text-underline-offset: 3px;
}

.legal-notice {
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  background: var(--sage);
  font-weight: 750;
}

/* Local hero v4 — editorial first screen approved for local review only. */
.site-header {
  border-bottom-color: rgba(83, 102, 73, 0.08);
  background: rgba(243, 235, 225, 0.9);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f2eae0;
}

.hero::before,
.hero::after {
  display: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: calc(100svh - var(--header-height));
  padding: 12px 16px 14px;
  grid-template-areas: "copy";
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.hero__copy {
  z-index: 2;
  display: grid;
  width: min(100%, 360px);
  align-self: start;
  gap: 7px;
}

.hero__tagline {
  max-width: 25ch;
  margin: 0 0 9px;
  color: rgba(41, 53, 38, 0.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  width: min(100%, 355px);
  max-width: none;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 13.8vw, 61px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.82;
  text-wrap: nowrap;
}

.hero__title-lead,
.hero__title-accent,
.hero__title-tail {
  display: block;
}

.hero__title-accent {
  color: #6c754b;
  font-size: 1.22em;
  line-height: 0.9;
}

.hero__title-tail {
  max-width: 7.6ch;
  line-height: 0.9;
  white-space: normal;
}

.hero__text {
  max-width: 25ch;
  margin-top: 11px;
  color: rgba(21, 21, 19, 0.87);
  font-size: 13px;
  line-height: 1.32;
}

.hero__detail {
  max-width: 27ch;
  padding-top: 10px;
  margin-top: 11px;
  border-top: 1px solid rgba(83, 102, 73, 0.22);
  color: rgba(21, 21, 19, 0.78);
  font-size: 11px;
  line-height: 1.35;
}

.hero__visual {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f2eae0;
  box-shadow: none;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.hero__benefits {
  position: absolute;
  z-index: 3;
  right: 43%;
  bottom: 119px;
  display: block;
  margin: 0;
  transform: translateX(50%);
}

.hero__benefits .benefit {
  display: grid;
  width: 94px;
  height: 94px;
  padding: 11px;
  border: 1px solid rgba(83, 102, 73, 0.58);
  border-radius: 50%;
  background: rgba(243, 235, 225, 0.86);
  align-content: center;
  gap: 2px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(41, 53, 38, 0.08);
  backdrop-filter: blur(8px);
}

.hero__benefits .benefit__icon {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  color: #667047;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: 0.8;
}

.hero__benefits .benefit__title {
  font-size: 9px;
  font-weight: 750;
  line-height: 1.08;
}

.hero__action {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 13px;
  left: 16px;
  display: grid;
  gap: 7px;
}

.hero__action .button {
  width: 100%;
  min-height: 68px;
  padding: 12px 48px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 15px;
  background: #66724d;
  color: #fff;
  box-shadow: 0 12px 28px rgba(41, 53, 38, 0.24);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.03;
  text-transform: uppercase;
}

.hero__action .button::before {
  width: 23px;
  height: 25px;
  margin-right: 2px;
  background:
    linear-gradient(#fff, #fff) 50% 0 / 2px 100% no-repeat,
    linear-gradient(#fff, #fff) 0 8px / 100% 2px no-repeat;
  border: 2px solid #fff;
  border-radius: 2px;
  content: "";
  flex: 0 0 auto;
}

.hero__action .button::after {
  position: absolute;
  right: 17px;
  content: "→";
  font-family: Arial, sans-serif;
  font-size: 29px;
  font-weight: 300;
}

.hero__offer-note {
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 5px 12px;
  margin: 0 auto;
  border: 1px solid rgba(83, 102, 73, 0.22);
  border-radius: 999px;
  background: rgba(243, 235, 225, 0.76);
  color: rgba(83, 102, 73, 0.92);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

@media (max-width: 359px) {
  .hero__inner {
    padding-inline: 13px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero__tagline {
    margin-bottom: 5px;
  }

  .hero__text {
    margin-top: 8px;
    font-size: 12px;
  }

  .hero__detail {
    max-width: 25ch;
    margin-top: 6px;
    font-size: 10px;
  }

  .hero__benefits {
    right: 41%;
    bottom: 115px;
  }

  .hero__benefits .benefit {
    width: 84px;
    height: 84px;
  }

  .hero__action {
    right: 13px;
    left: 13px;
  }

  .hero__action .button {
    min-height: 62px;
    font-size: 16px;
  }
}

@media (max-width: 767px) and (max-height: 700px) {
  .hero__inner {
    min-height: 700px;
    padding-block: 9px 13px;
  }

  .hero h1 {
    font-size: clamp(41px, 12.2vw, 50px);
  }

  .hero__detail,
  .hero__offer-note {
    display: block;
  }

  .hero__visual {
    height: 100%;
  }

  .hero__action .button {
    min-height: 62px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .hero__inner {
    width: var(--shell);
    max-width: 1180px;
    min-height: calc(100svh - var(--header-height));
    padding: clamp(36px, 5vh, 64px) 0;
    grid-template-areas:
      "copy visual"
      "action visual";
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 30px 54px;
  }

  .hero__copy {
    width: 100%;
    align-self: center;
  }

  .hero__tagline {
    font-size: 12px;
  }

  .hero h1 {
    width: auto;
    max-width: 8.5ch;
    font-size: clamp(62px, 6.1vw, 88px);
    line-height: 0.84;
  }

  .hero__title-accent {
    font-size: 1.1em;
  }

  .hero__text {
    max-width: 32ch;
    font-size: 17px;
  }

  .hero__detail {
    max-width: 35ch;
    font-size: 14px;
  }

  .hero__visual {
    position: relative;
    z-index: 0;
    inset: auto;
    width: 100%;
    height: min(78vh, 780px);
    min-height: 590px;
    grid-area: visual;
  }

  .hero__visual img {
    object-position: center bottom;
  }

  .hero__benefits {
    right: clamp(24px, 4vw, 58px);
    bottom: 38px;
    grid-area: visual;
    transform: none;
  }

  .hero__benefits .benefit {
    width: 112px;
    height: 112px;
  }

  .hero__action {
    position: static;
    width: min(100%, 460px);
    grid-area: action;
  }

  .hero__action .button {
    min-height: 72px;
    font-size: 21px;
  }

  .hero__offer-note {
    margin-left: 0;
  }
}
