@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700&display=swap");

:root {
  color-scheme: light;
  --ink: oklch(14.8% 0.018 250);
  --ink-2: oklch(21% 0.02 250);
  --surface: oklch(100% 0 0);
  --surface-soft: oklch(97.4% 0.006 240);
  --surface-strong: oklch(91.6% 0.014 235);
  --surface-tint: oklch(94.5% 0.023 187);
  --muted: oklch(42% 0.02 248);
  --muted-strong: oklch(30% 0.022 248);
  --line: oklch(85% 0.017 235);
  --line-dark: oklch(96% 0.006 240 / 0.2);
  --signal: oklch(61% 0.22 27);
  --signal-dark: oklch(52% 0.19 27);
  --green: oklch(63% 0.15 162);
  --blue: oklch(56% 0.21 257);
  --violet: oklch(57% 0.2 306);
  --yellow: oklch(80% 0.16 86);
  --shadow: 0 8px 18px oklch(14.8% 0.018 250 / 0.12);
  --heavy-shadow: 0 28px 70px oklch(8% 0.02 250 / 0.34);
  --max: 1240px;
  --font-display: "Archivo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Archivo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-quote: "Source Serif 4", Georgia, serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 38%, var(--surface) 100%);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.cart-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.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;
  top: 14px;
  left: 14px;
  z-index: 40;
  transform: translateY(-180%);
  background: var(--ink);
  color: var(--surface);
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

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

.promo-bar {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 20px;
  background: var(--ink);
  color: var(--surface);
  text-align: center;
}

.promo-bar span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.promo-bar strong {
  font-weight: 800;
}

.promo-bar a {
  font-weight: 800;
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: oklch(100% 0 0 / 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content minmax(260px, 1fr) max-content max-content;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: block;
  flex: 0 0 44px;
  border-radius: 10px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-family: var(--font-display);
  font-weight: 800;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.header-search {
  display: grid;
  grid-template-columns: 1fr max-content;
  min-height: 44px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.header-search input {
  width: 100%;
  border: 0;
  padding: 0 14px;
  color: var(--ink);
  background: transparent;
}

.header-search input::placeholder {
  color: #59615d;
}

.header-search button {
  border: 0;
  padding: 0 16px;
  background: var(--ink);
  color: var(--surface);
  font-weight: 800;
}

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a,
.site-footer nav a {
  color: var(--muted-strong);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.site-footer nav a:hover {
  color: var(--ink);
}

.cart-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 800;
}

.cart-button strong {
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--signal);
  color: var(--surface);
  font-size: 12px;
}

.hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(620px, 78svh, 760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.78fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
  padding: clamp(54px, 8vw, 98px) max(20px, calc((100vw - var(--max)) / 2)) clamp(44px, 7vw, 86px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, oklch(61% 0.22 27 / 0.26), transparent 32%),
    linear-gradient(135deg, var(--ink) 0%, oklch(20% 0.025 250) 52%, oklch(10% 0.018 250) 100%);
  color: var(--surface);
}

.hero::before {
  content: "Clean Close";
  position: absolute;
  left: max(18px, calc((100vw - var(--max)) / 2));
  bottom: -0.18em;
  z-index: -1;
  color: oklch(100% 0 0 / 0.045);
  font-family: var(--font-display);
  font-size: clamp(104px, 20vw, 300px);
  font-weight: 800;
  line-height: 0.8;
  white-space: nowrap;
}

.launch-label,
.section-kicker,
.offer-tag,
.product-label,
.recommendation-card span,
.funnel-steps span,
.cart-head span {
  margin: 0;
  color: var(--signal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1,
.section h2,
.final-cta h2 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--surface);
  font-size: clamp(46px, 6.6vw, 92px);
}

.hero-lead {
  max-width: 630px;
  margin: 24px 0 0;
  color: oklch(95% 0.006 240 / 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  background: var(--signal);
  color: var(--surface);
}

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

.button-secondary {
  border-color: oklch(100% 0 0 / 0.34);
  background: oklch(100% 0 0 / 0.08);
  color: var(--surface);
}

.button-quiet {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

.button-wide {
  width: 100%;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid oklch(100% 0 0 / 0.22);
  border-radius: 999px;
  color: oklch(95% 0.006 240 / 0.88);
  font-size: 14px;
  font-weight: 700;
}

.hero-product {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  animation: product-rise 700ms cubic-bezier(0.22, 1, 0.36, 1) 90ms both;
}

.bundle-stage {
  position: absolute;
  inset: 0;
}

.bundle-stage img {
  position: absolute;
  display: block;
  width: min(260px, 48%);
  border: 1px solid oklch(100% 0 0 / 0.36);
  border-radius: 8px;
  box-shadow: var(--heavy-shadow);
  transform-origin: center bottom;
}

.bundle-master {
  right: 17%;
  top: 6%;
  z-index: 5;
  width: min(305px, 56%) !important;
  transform: rotate(2deg);
}

.part-one {
  left: 0;
  top: 19%;
  z-index: 2;
  transform: rotate(-9deg);
}

.part-two {
  right: 0;
  top: 30%;
  z-index: 3;
  transform: rotate(8deg);
}

.part-three {
  left: 12%;
  bottom: 3%;
  z-index: 4;
  transform: rotate(5deg);
}

.part-four {
  right: 9%;
  bottom: 0;
  z-index: 1;
  transform: rotate(-7deg);
}

.hero-deal-card {
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 8;
  width: min(238px, 58vw);
  padding: 18px;
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-deal-card span {
  color: var(--signal);
  font-size: 12px;
  font-weight: 800;
}

.hero-deal-card strong {
  display: block;
  margin-top: 5px;
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 1;
}

.hero-deal-card p {
  margin: 8px 0 0;
  color: var(--muted-strong);
  font-size: 14px;
}

.hero-deal-card button {
  width: 100%;
  min-height: 40px;
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  color: var(--surface);
  font-weight: 800;
}

.trust-row {
  width: min(var(--max), calc(100% - 40px));
  margin: clamp(18px, 3vw, 34px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--surface);
}

.trust-row div {
  min-height: 96px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.offer-band {
  width: min(var(--max), calc(100% - 40px));
  margin: clamp(54px, 8vw, 92px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  padding-bottom: clamp(34px, 5vw, 54px);
  border-bottom: 1px solid var(--line);
}

.offer-band-copy span {
  color: var(--signal);
  font-weight: 800;
}

.offer-band-copy h2 {
  max-width: 680px;
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.offer-band-copy p {
  max-width: 620px;
  color: var(--muted-strong);
  font-size: 18px;
}

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

.offer-stack article {
  min-height: 170px;
  padding: 18px;
  background: var(--surface);
}

.offer-stack article.is-featured {
  background: var(--ink);
  color: var(--surface);
}

.offer-stack strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 0.92;
  letter-spacing: -0.025em;
}

.offer-stack span {
  display: block;
  margin-top: 12px;
  font-weight: 800;
}

.offer-stack p {
  margin: 8px 0 0;
  color: var(--muted-strong);
  font-size: 14px;
}

.offer-stack .is-featured p {
  color: oklch(94% 0.006 240 / 0.78);
}

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

.trust-row strong,
.trust-row span {
  display: block;
}

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

.trust-row span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 116px) 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.section-copy {
  max-width: 720px;
}

.section-copy.centered {
  margin: 0 auto;
  text-align: center;
}

.section h2,
.final-cta h2 {
  margin: 12px 0 0;
  font-size: clamp(34px, 5vw, 64px);
}

.section-copy p:not(.section-kicker),
.final-cta p,
.builder-copy {
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.55;
}

.finder-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.82fr);
  gap: 14px;
}

.finder-options {
  display: grid;
  gap: 10px;
}

.finder-option,
.filter-button,
.text-button,
.icon-button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 800;
}

.finder-option {
  min-height: 72px;
  padding: 16px;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.finder-option:hover {
  transform: translateX(2px);
  border-color: var(--ink);
}

.finder-option span {
  display: block;
  margin-bottom: 3px;
  color: var(--signal);
  font-size: 13px;
}

.finder-option.is-active,
.filter-button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}

.finder-option.is-active span {
  color: var(--yellow);
}

.recommendation-card {
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(180deg, var(--surface) 0%, var(--surface-tint) 100%);
}

.recommendation-card h3,
.funnel-steps h3,
.product-card h3,
.bundle-builder h3,
.method-timeline h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.recommendation-card p {
  color: var(--muted-strong);
}

.text-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  text-decoration: none;
}

.recommendation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.text-button.is-strong {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--surface);
}

.shop-section {
  width: 100%;
  max-width: none;
  padding: clamp(74px, 9vw, 120px) max(20px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--surface);
}

.shop-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.shop-head h2 {
  max-width: 760px;
  color: var(--surface);
}

.shop-subcopy {
  max-width: 680px;
  margin: 12px 0 0;
  color: oklch(94% 0.006 240 / 0.78);
  font-size: 18px;
}

.shop-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 40px;
  padding: 0 12px;
  scroll-margin-top: 132px;
  scroll-margin-bottom: 104px;
}

.shop-section .filter-button {
  border-color: oklch(100% 0 0 / 0.22);
  background: oklch(100% 0 0 / 0.08);
  color: var(--surface);
}

.shop-section .filter-button.is-active {
  border-color: var(--surface);
  background: var(--surface);
  color: var(--ink);
}

.product-count {
  margin: 18px 0 0;
  color: oklch(94% 0.006 240 / 0.72);
  font-weight: 700;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.bundle-builder {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background:
    linear-gradient(180deg, var(--surface) 0%, var(--surface-tint) 100%);
  color: var(--ink);
}

.price-lockup {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 20px 0;
}

.price-now {
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.price-was {
  color: var(--muted);
  text-decoration: line-through;
}

.bundle-math {
  display: grid;
  gap: 3px;
  margin: -6px 0 18px;
  padding: 12px;
  border: 1px solid oklch(85% 0.017 235);
  border-radius: 8px;
  background: var(--surface);
}

.bundle-math strong {
  color: var(--signal);
  font-size: 16px;
}

.bundle-math span {
  color: var(--muted-strong);
  font-size: 14px;
}

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

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted-strong);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 999px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  transition: transform 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: oklch(100% 0 0 / 0.5);
}

.product-card.is-hidden {
  display: none;
}

.product-card.is-highlighted {
  border-color: var(--signal);
  box-shadow: 0 0 0 3px rgba(240, 66, 47, 0.3);
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 270px;
  padding: 24px 18px;
  background:
    linear-gradient(180deg, var(--surface-tint), var(--surface));
}

.product-media img {
  width: min(188px, 78%);
  aspect-ratio: 6 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(16, 18, 20, 0.16);
}

.product-card[data-product-id="complete-set"] .product-media img {
  width: min(238px, 88%);
  aspect-ratio: 16 / 10;
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: 12px;
  font-weight: 800;
}

.product-body {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.product-label {
  color: var(--muted);
}

.product-card p {
  margin: 0;
  color: var(--muted-strong);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.product-price strong {
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1;
}

.product-price span {
  color: var(--muted);
  text-decoration: line-through;
}

.product-value {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--surface-soft);
}

.product-value strong {
  color: var(--signal);
  font-size: 14px;
}

.product-value span {
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 700;
}

.rating {
  color: #9b6900;
  font-size: 14px;
  font-weight: 800;
}

.product-actions {
  display: grid;
  gap: 8px;
}

.value-section {
  padding-bottom: clamp(42px, 6vw, 76px);
}

.method-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
}

.method-timeline article {
  min-height: 280px;
  padding: 26px;
  background: var(--surface);
}

.method-timeline span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: 12px;
  font-weight: 800;
}

.method-timeline p {
  color: var(--muted-strong);
}

.depth-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  display: grid;
  gap: clamp(28px, 5vw, 52px);
  padding: clamp(70px, 9vw, 116px) max(20px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, oklch(61% 0.22 27 / 0.2), transparent 34%),
    linear-gradient(180deg, oklch(14.8% 0.018 250) 0%, oklch(9% 0.018 250) 100%);
  color: var(--surface);
}

.depth-section::before {
  content: "SOCRATES  ARISTOTLE  KANT";
  position: absolute;
  top: 8px;
  right: max(20px, calc((100vw - var(--max)) / 2));
  z-index: -1;
  color: oklch(100% 0 0 / 0.045);
  font-family: var(--font-display);
  font-size: clamp(54px, 10vw, 148px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.depth-copy {
  max-width: 940px;
}

.depth-copy h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.depth-copy p:not(.section-kicker) {
  max-width: 760px;
  color: oklch(94% 0.006 240 / 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.depth-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 26px;
  align-items: start;
}

.depth-arc {
  display: grid;
  gap: 1px;
  border: 1px solid oklch(100% 0 0 / 0.16);
  background: oklch(100% 0 0 / 0.16);
}

.depth-arc article {
  min-height: 170px;
  padding: 24px;
  background: oklch(20% 0.02 250);
}

.depth-arc span,
.thinker-panel figcaption span {
  color: var(--signal);
  font-size: 13px;
  font-weight: 800;
}

.depth-arc h3 {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: clamp(23px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: -0.015em;
  text-wrap: balance;
  color: var(--surface);
}

.depth-arc p {
  margin: 12px 0 0;
  color: oklch(94% 0.006 240 / 0.74);
}

.thinker-panel {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  align-self: start;
  border: 1px solid oklch(100% 0 0 / 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: oklch(100% 0 0 / 0.16);
}

.thinker-panel figure {
  min-width: 0;
  margin: 0;
  background: oklch(20% 0.02 250);
}

.thinker-panel figure:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.thinker-panel figure:not(:first-child) {
  grid-column: span 2;
}

.thinker-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
}

.thinker-panel figure:not(:first-child) img {
  aspect-ratio: 16 / 9;
}

.thinker-panel figcaption {
  display: grid;
  gap: 2px;
  padding: 12px;
  color: var(--surface);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.12;
}

.thinker-panel figcaption span {
  color: var(--yellow);
  font-size: 12px;
}

.scorecard-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 7vw, 86px);
  align-items: center;
  padding: clamp(48px, 7vw, 90px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 15%, oklch(56% 0.21 257 / 0.24), transparent 34%),
    linear-gradient(120deg, oklch(56% 0.21 257 / 0.13), transparent 48%),
    var(--ink);
  color: var(--surface);
}

.scorecard-section h2 {
  color: var(--surface);
}

.scorecard-section p:not(.section-kicker) {
  color: oklch(94% 0.006 240 / 0.78);
}

.lead-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
}

.lead-form label {
  font-weight: 800;
}

.lead-form-row {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 8px;
}

.lead-form input,
.lead-form select {
  min-height: 50px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--surface);
  color: var(--ink);
}

.lead-form input::placeholder {
  color: #59615d;
}

.form-note,
.form-success {
  margin: 0;
  color: var(--muted-strong);
  font-size: 13px;
}

.compare-table {
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.compare-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.4fr 0.65fr;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

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

.compare-head {
  background: var(--surface-strong);
  font-weight: 800;
}

.compare-row.is-featured {
  background: oklch(61% 0.22 27 / 0.1);
  font-weight: 800;
}

.review-section {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

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

.review-grid article,
.funnel-steps article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.review-grid p {
  margin: 16px 0;
  color: var(--ink);
  font-family: var(--font-quote);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.38;
}

.review-grid span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.stars {
  color: #b67400;
  letter-spacing: 0.06em;
}

.funnel-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.funnel-steps article {
  min-height: 236px;
  border: 0;
}

.funnel-steps article.is-primary {
  border-color: var(--signal);
  background: var(--ink);
  color: var(--surface);
}

.funnel-steps article.is-primary span {
  color: var(--yellow);
}

.funnel-steps article.is-primary p {
  color: oklch(94% 0.006 240 / 0.78);
}

.funnel-steps p {
  color: var(--muted-strong);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted-strong);
}

.final-cta {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto clamp(74px, 9vw, 120px);
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 24px;
  align-items: center;
  padding: clamp(30px, 5vw, 52px);
  border-radius: 8px;
  background: var(--signal);
  color: var(--surface);
}

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

.final-cta p {
  max-width: 650px;
  color: oklch(98% 0.004 240 / 0.88);
}

.final-cta .button-primary {
  background: var(--surface);
  color: var(--ink);
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.cart-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  background: oklch(14.8% 0.018 250 / 0.54);
}

.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: var(--surface);
  color: var(--ink);
  transform: translateX(100%);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

.cart-head h2 {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
}

.icon-button {
  align-self: start;
  min-height: 38px;
  padding: 0 12px;
}

.cart-items {
  display: grid;
  gap: 12px;
  padding: 18px 0;
  overflow: auto;
}

.cart-item {
  display: grid;
  grid-template-columns: 64px 1fr max-content;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cart-item img {
  width: 64px;
  aspect-ratio: 6 / 9;
  object-fit: cover;
  border-radius: 6px;
}

.cart-item strong,
.cart-item span {
  display: block;
}

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

.remove-button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted-strong);
}

.cart-empty {
  padding: 22px 0;
  color: var(--muted-strong);
}

.cart-empty strong {
  color: var(--ink);
}

.cart-summary {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.cart-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.cart-summary strong {
  font-family: var(--font-display);
  font-size: 28px;
}

.cart-summary p {
  color: var(--muted-strong);
  font-size: 14px;
}

.cart-upgrade {
  display: grid !important;
  gap: 8px;
  justify-content: initial !important;
  margin: 14px 0;
  padding: 12px;
  border: 1px solid oklch(61% 0.22 27 / 0.35);
  border-radius: 8px;
  background: oklch(61% 0.22 27 / 0.08);
  color: var(--ink);
}

.cart-upgrade[hidden] {
  display: none !important;
}

.cart-upgrade strong,
.cart-upgrade span {
  display: block;
}

.cart-upgrade span {
  color: var(--muted-strong);
  font-size: 14px;
}

.cart-upgrade button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  color: var(--surface);
  font-weight: 800;
}

.mobile-buybar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 35;
  display: none;
  grid-template-columns: 1fr max-content max-content;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-buybar.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-buybar span,
.mobile-buybar strong {
  line-height: 1.1;
}

.mobile-buybar span {
  font-weight: 800;
}

.mobile-buybar small {
  display: block;
  color: var(--signal);
  font-size: 12px;
}

.mobile-buybar strong {
  font-family: var(--font-display);
  font-size: 24px;
}

.mobile-buybar button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: var(--signal);
  color: var(--surface);
  font-weight: 800;
  pointer-events: auto;
}

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 0 96px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 480px;
  color: var(--muted-strong);
}

@keyframes product-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: 1fr max-content;
    padding: 14px 0;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

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

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero::before {
    left: 18px;
    bottom: -0.12em;
  }

  .hero-product {
    min-height: 520px;
    width: min(680px, 100%);
  }

  .trust-row,
  .method-timeline,
  .funnel-steps,
  .offer-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-band {
    grid-template-columns: 1fr;
  }

  .trust-row div:nth-child(2) {
    border-right: 0;
  }

  .trust-row div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .shop-layout,
  .split-section,
  .depth-layout,
  .scorecard-section,
  .review-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

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

  .bundle-builder {
    position: static;
  }

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

@media (max-width: 740px) {
  body {
    padding-bottom: 78px;
  }

  .promo-bar {
    flex-direction: column;
    gap: 2px;
  }

  .header-inner,
  .trust-row,
  .section,
  .offer-band,
  .final-cta,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    grid-template-columns: 1fr max-content;
    gap: 12px;
  }

  .brand small,
  .nav-links {
    display: none;
  }

  .header-search {
    min-width: 0;
  }

  .header-search button span {
    font-size: 13px;
  }

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

  .hero::before {
    left: 12px;
    bottom: -0.08em;
    font-size: clamp(74px, 24vw, 126px);
  }

  .hero h1 {
    font-size: clamp(38px, 11.2vw, 56px);
    line-height: 0.97;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 24px;
  }

  .hero-actions .button-secondary {
    display: none;
  }

  .hero-proof {
    display: none;
  }

  .hero-product {
    min-height: 235px;
    margin-top: 4px;
  }

  .bundle-stage img {
    width: min(132px, 38%);
  }

  .bundle-master {
    width: min(168px, 48%) !important;
  }

  .part-one {
    top: 12%;
  }

  .part-two {
    top: 20%;
  }

  .part-three {
    bottom: 9%;
  }

  .part-four {
    bottom: 5%;
  }

  .hero-deal-card {
    right: 8px;
    bottom: 2px;
    width: 150px;
    padding: 12px;
  }

  .hero-deal-card strong {
    font-size: 36px;
  }

  .hero-deal-card p {
    display: none;
  }

  .hero-deal-card button {
    min-height: 36px;
  }

  .trust-row,
  .method-timeline,
  .funnel-steps,
  .offer-stack {
    grid-template-columns: 1fr;
  }

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

  .trust-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .section {
    padding: 62px 0;
  }

  .offer-band {
    margin-top: 56px;
    padding-bottom: 46px;
  }

  .shop-section {
    padding: 62px 14px;
  }

  .shop-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .finder-panel,
  .lead-form-row {
    grid-template-columns: 1fr;
  }

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

  .product-media {
    min-height: 240px;
  }

  .scorecard-section {
    padding: 30px 20px;
  }

  .compare-table {
    border: 0;
    background: transparent;
  }

  .compare-row {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 10px;
    border: 1px solid var(--line);
    background: var(--surface);
  }

  .compare-head {
    display: none;
  }

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

  .site-footer {
    flex-direction: column;
    padding-bottom: 110px;
  }

  .site-footer nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-buybar {
    display: grid;
  }
}

@media (max-width: 420px) {
  .header-search {
    grid-template-columns: 1fr;
  }

  .header-search button {
    min-height: 38px;
  }

  .cart-button span {
    display: none;
  }

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

  .hero-deal-card {
    width: 144px;
  }
}
