:root {
  --ink: #17133f;
  --ink-soft: #5a5575;
  --warm-white: #fffaf6;
  --paper: #ffffff;
  --coral: #ff6258;
  --coral-dark: #db3f39;
  --plum: #7430bb;
  --cobalt: #1549c6;
  --lavender: #ddd0f6;
  --peach: #ffd7c9;
  --lime: #d8ef75;
  --line: #e4dfeb;
  --page: min(92vw, 1280px);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(23, 19, 63, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--warm-white);
  color: var(--ink);
  font-family: "Segoe UI Variable", "Aptos", "Segoe UI", sans-serif;
  line-height: 1.45;
}

body.dialog-open { overflow: hidden; }

section[id], aside[id] { scroll-margin-top: 108px; }

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 50;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.preview-bar {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 9px 16px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: center;
}
.preview-bar strong { color: var(--lime); }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 0 max(4vw, 24px);
  border-bottom: 1px solid rgba(23, 19, 63, 0.08);
  background: rgba(255, 250, 246, 0.95);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-height: 44px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.brand span { color: var(--coral); }
.brand strong { color: var(--plum); }

.site-header nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 46px); }
.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.site-header nav a:hover { color: var(--coral-dark); }

.header-status { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,98,88,.14); }
.menu-button { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  align-items: center;
  width: var(--page);
  min-height: 290px;
  margin: 0 auto;
  padding: 18px 0 20px;
}
.hero-copy { position: relative; z-index: 2; padding: 22px 36px 22px 8px; }
.kicker {
  margin: 0 0 14px;
  color: var(--cobalt);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(46px, 4.3vw, 64px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .9;
  white-space: nowrap;
}
.hero h1 span { color: var(--coral); }
.hero h1 em { color: var(--plum); font-family: inherit; font-style: normal; font-weight: 900; letter-spacing: -.05em; }
.hero h2 { margin: 8px 0 0; font-size: clamp(26px, 2.5vw, 36px); letter-spacing: -.055em; line-height: 1; }
.hero-lede { max-width: 540px; margin: 16px 0 0; color: var(--ink-soft); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.primary-action, .secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.primary-action { background: var(--ink); color: white; }
.primary-action:hover { background: var(--coral); border-color: var(--coral); }
.secondary-action:hover { background: white; }
.hero-fine { margin: 11px 0 0; color: var(--ink-soft); font-size: 11px; }

.hero-stage {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 44px;
  background: linear-gradient(135deg, #ffded2 0 44%, #8d51ce 44% 71%, #1749c6 71% 100%);
  box-shadow: var(--shadow);
}
.hero-product {
  position: absolute;
  z-index: 2;
  width: 34%;
  height: 76%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 20px rgba(23,19,63,.2));
}
.hero-product--1 { left: 2%; bottom: 3%; transform: rotate(-22deg); }
.hero-product--2 { left: 35%; bottom: -3%; height: 84%; transform: rotate(6deg); }
.hero-product--3 { right: 0; bottom: 1%; height: 75%; transform: rotate(18deg); }
.hero-ticket {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  display: grid;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 32px rgba(23,19,63,.16);
  backdrop-filter: blur(10px);
}
.hero-ticket span, .hero-ticket small { color: var(--ink-soft); font-size: 11px; }
.hero-ticket strong { color: var(--plum); font-size: 21px; }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: var(--page);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: white;
}
.proof-strip--lower { margin-bottom: 54px; }
.proof-strip div { position: relative; display: grid; padding: 15px 18px 15px 54px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip span { position: absolute; top: 16px; left: 18px; color: var(--coral); font-size: 12px; font-weight: 900; }
.proof-strip strong { font-size: 14px; }
.proof-strip small { margin-top: 4px; color: var(--ink-soft); font-size: 12px; }

.shop-section, .picks-section { width: var(--page); margin: 0 auto; }
.shop-section { padding: 36px 0 18px; }
.picks-section { padding: 20px 0 92px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 3.5vw, 52px); letter-spacing: -.055em; line-height: 1; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--ink-soft); font-size: 16px; }
.section-heading.compact { align-items: center; margin-bottom: 26px; }
.section-heading.compact h2 { font-size: clamp(34px, 3.4vw, 52px); }
.result-count { flex: 0 0 auto; color: var(--ink-soft); font-size: 13px; font-weight: 800; }

.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.filter-row button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 10px 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}
.filter-row button span { display: grid; place-items: center; min-width: 30px; height: 30px; margin-left: 12px; border-radius: 50%; background: #f3eff7; font-size: 12px; }
.filter-row button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: white; }
.filter-row button[aria-pressed="true"] span { background: var(--coral); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23,19,63,.08);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 14px 38px rgba(23,19,63,.08);
  transition: transform .24s ease, box-shadow .24s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(23,19,63,.13); }
.product-card[hidden] { display: none; }
.product-card__media { position: relative; display: grid; place-items: center; height: 230px; overflow: hidden; background: #f7f4fa; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.tone-peach .product-card__media { background: #ffe0d3; }
.tone-coral .product-card__media { background: #ffb4af; }
.tone-blue .product-card__media { background: #bcd2ff; }
.tone-ink .product-card__media { background: #ccd5ee; }
.tone-lavender .product-card__media { background: #e0d4f7; }
.tone-purple .product-card__media { background: #c9aff0; }
.status-pill { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.88); color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.eyebrow { margin: 0 0 8px; color: var(--cobalt); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { min-height: 2.4em; margin: 0; font-size: 24px; letter-spacing: -.04em; line-height: 1.1; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; min-height: 55px; margin: 14px 0; padding: 0; list-style: none; }
.tag-list li { align-self: start; padding: 6px 9px; border-radius: 999px; background: #f3eff7; color: var(--ink-soft); font-size: 10px; font-weight: 800; }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.price-row > span { font-size: 19px; font-weight: 900; }
.price-row small { color: var(--ink-soft); font-size: 9px; text-align: right; }
.money-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding: 10px 12px; border-radius: 13px; background: #eff6c8; }
.money-row span { color: #48521b; font-size: 10px; font-weight: 800; }
.money-row strong { color: #364000; font-size: 17px; }
.text-button { display: flex; justify-content: space-between; width: 100%; min-height: 44px; margin-top: 8px; padding: 0; border: 0; background: transparent; color: var(--ink); font-weight: 900; cursor: pointer; }
.text-button:hover { color: var(--coral-dark); }
.partner-button { width: 100%; min-height: 46px; margin-top: 4px; padding: 0 14px; border: 1px dashed #a9a3b6; border-radius: 999px; background: #f4f1f5; color: #746e80; font-size: 11px; font-weight: 900; }
.partner-button:disabled { cursor: not-allowed; opacity: 1; }

.quiz-card, .revenue-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-radius: var(--radius-lg);
}
.quiz-card { background: var(--coral); color: var(--ink); }
.quiz-card .kicker { color: var(--ink); }
.quiz-card h3, .revenue-card h3 { margin: 0; font-size: 34px; letter-spacing: -.055em; line-height: .98; }
.quiz-card p:not(.kicker), .revenue-card p:not(.kicker) { color: rgba(23,19,63,.78); font-size: 14px; }
.quiz-options { display: grid; gap: 8px; margin-top: 8px; }
.quiz-options button { min-height: 44px; padding: 0 15px; border: 1px solid rgba(23,19,63,.25); border-radius: 999px; background: rgba(255,255,255,.56); color: var(--ink); font-size: 12px; font-weight: 900; cursor: pointer; }
.quiz-options button:hover { background: white; }
.revenue-card { background: var(--lavender); }
.formula { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 18px; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.55); font-size: 12px; }
.formula b { color: var(--plum); text-align: right; }
.formula strong { grid-column: 1 / -1; color: var(--plum); font-size: 15px; }

.empty-state { padding: 50px; border-radius: var(--radius-lg); background: white; text-align: center; }
.empty-state button { min-height: 46px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--ink); color: white; font-weight: 900; cursor: pointer; }

.disclosure {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  width: var(--page);
  margin: 0 auto 90px;
  padding: 56px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: white;
}
.disclosure .kicker { color: var(--lime); }
.disclosure h2 { margin: 0; font-size: clamp(30px, 3.6vw, 52px); letter-spacing: -.055em; line-height: 1.02; }
.disclosure > p { align-self: end; margin: 0; color: rgba(255,255,255,.7); }

.product-dialog {
  width: min(92vw, 600px);
  max-height: 86vh;
  overflow: auto;
  padding: 38px;
  border: 0;
  border-radius: 28px;
  color: var(--ink);
  box-shadow: 0 34px 100px rgba(23,19,63,.38);
}
.product-dialog::backdrop { background: rgba(23,19,63,.62); backdrop-filter: blur(6px); }
.product-dialog h2 { margin: 0; font-size: clamp(36px, 6vw, 58px); letter-spacing: -.06em; line-height: 1; }
.product-dialog > p:not(.eyebrow):not(.source-note) { color: var(--ink-soft); font-size: 17px; }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f0ecf4; color: var(--ink); font-size: 28px; cursor: pointer; }
.spec-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0; }
.spec-list div { padding: 14px; border-radius: 14px; background: #f6f2f7; }
.spec-list dt { color: var(--ink-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.spec-list dd { margin: 5px 0 0; font-size: 13px; font-weight: 900; }
.dialog-math { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px; border-radius: 16px; background: #eff6c8; }
.dialog-math strong { color: #465000; text-align: right; }
.source-note { color: var(--ink-soft); font-size: 11px; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px max(4vw,24px); border-top: 1px solid var(--line); background: white; color: var(--ink-soft); font-size: 12px; }
.brand--footer { color: var(--ink); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-stage { min-height: 260px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .preview-bar span { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; min-height: 68px; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; min-width: 52px; height: 44px; margin-right: 8px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-size: 11px; font-weight: 900; cursor: pointer; }
  .site-header nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 12px 24px 22px; border-bottom: 1px solid var(--line); background: var(--warm-white); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; padding-top: 42px; }
  .hero-copy { padding: 0 0 32px; }
  .hero h1 { font-size: clamp(60px, 14vw, 86px); white-space: normal; }
  .hero-stage { min-height: 410px; }
  .section-heading { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .disclosure { grid-template-columns: 1fr; gap: 26px; padding: 40px; }
}

@media (max-width: 560px) {
  :root { --page: min(92vw, 430px); }
  .site-header { padding: 0 4vw; }
  .header-status { font-size: 0; }
  .header-status::after { content: "18+"; font-size: 12px; }
  .hero { min-height: 0; padding: 42px 0 30px; }
  .hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .hero-lede { font-size: 16px; }
  .hero-stage { min-height: 360px; border-radius: 30px; }
  .hero-product { width: 38%; }
  .hero-ticket { top: 14px; right: 14px; padding: 12px; }
  .hero-ticket strong { font-size: 19px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .shop-section { padding-top: 78px; }
  .picks-section { padding-bottom: 78px; }
  .filter-row { max-width: 100%; flex-wrap: nowrap; margin-right: 0; padding-right: 0; overflow-x: auto; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-row button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__media { height: 350px; }
  .product-card h3 { min-height: 0; }
  .tag-list { min-height: 0; }
  .quiz-card, .revenue-card { min-height: 380px; }
  .disclosure { margin-bottom: 50px; padding: 30px; }
  .product-dialog { padding: 32px 20px 24px; }
  .spec-list { grid-template-columns: 1fr; }
  .dialog-math { align-items: start; flex-direction: column; }
  .dialog-math strong { text-align: left; }
  footer { align-items: start; flex-direction: column; gap: 6px; }
  footer p { margin: 0; }
}

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

/* Amazon application V1 */
.application-hero {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
  width: var(--page);
  min-height: 680px;
  margin: 0 auto;
  padding: 64px 0 76px;
}

.application-hero__copy { position: relative; z-index: 2; }
.application-hero h1,
.page-intro h1,
.editorial-article h1,
.trust-page h1 {
  margin: 0;
  font-size: clamp(56px, 7vw, 106px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .86;
}
.application-hero h1 span { color: var(--coral); }
.application-hero h1 em { color: var(--plum); font-family: inherit; font-style: normal; }
.application-hero h2 { max-width: 620px; margin: 24px 0 0; font-size: clamp(27px, 3vw, 43px); letter-spacing: -.055em; line-height: 1; }
.application-hero__copy > p:not(.kicker) { max-width: 570px; margin: 20px 0 0; color: var(--ink-soft); font-size: 18px; }
.application-hero__stage { position: relative; min-width: 0; padding: 0 42px 46px 0; }
.application-hero__stage::before {
  content: "";
  position: absolute;
  inset: 28px 0 0 48px;
  border-radius: 56% 44% 40% 60% / 45% 38% 62% 55%;
  background: var(--lavender);
  transform: rotate(4deg);
}
.application-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  margin: 0;
  border-radius: 160px 32px 130px 42px;
  background: var(--plum);
  box-shadow: var(--shadow);
}
.application-hero__visual img { display: block; width: 100%; height: 540px; object-fit: cover; }
.application-hero__visual figcaption,
.article-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 250px;
  padding: 9px 12px;
  border-radius: 11px;
  background: rgba(255,255,255,.9);
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.application-hero__proof {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  width: min(72%, 350px);
  padding: 22px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  background: rgba(255,250,246,.94);
  box-shadow: 0 20px 54px rgba(23,19,63,.2);
  backdrop-filter: blur(14px);
}
.application-hero__proof strong { color: var(--plum); font-size: 29px; line-height: 1; }
.application-hero__proof span { align-self: center; color: var(--ink-soft); font-size: 12px; font-weight: 800; }

.guide-feature,
.candidate-feature,
.filter-section,
.amazon-product-grid,
.guide-grid--all,
.empty-state,
.article-next { width: var(--page); margin-right: auto; margin-left: auto; }
.guide-feature,
.candidate-feature { padding: 88px 0; }
.guide-feature { border-top: 1px solid var(--line); }
.guide-feature h2,
.candidate-feature h2,
.trust-band h2,
.filter-section h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(39px, 5vw, 70px);
  letter-spacing: -.065em;
  line-height: .94;
}
.candidate-feature > p:not(.kicker) { max-width: 720px; color: var(--ink-soft); font-size: 17px; }

.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.guide-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: 0 16px 46px rgba(23,19,63,.07);
  text-decoration: none;
  transition: transform .24s ease, box-shadow .24s ease;
}
.guide-card:nth-child(3n + 2) { background: #f1e9fb; }
.guide-card:nth-child(3n + 3) { background: #fff0e8; }
.guide-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(23,19,63,.13); }
.guide-card > span:not(.guide-card__visual) { color: var(--cobalt); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h2,
.guide-card h3 { margin: 18px 0 0; font-size: clamp(25px, 2.3vw, 36px); letter-spacing: -.055em; line-height: 1.02; }
.guide-card p { margin: 16px 0 24px; color: var(--ink-soft); }
.guide-card b { margin-top: auto; font-size: 12px; }
.guide-card b::after { content: "  →"; color: var(--coral); }
.guide-card__visual { display: block; height: 176px; margin: -30px -30px 24px; overflow: hidden; }
.guide-card__visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.guide-card:hover .guide-card__visual img { transform: scale(1.035); }
.guide-grid--all { grid-template-columns: repeat(2, minmax(0,1fr)); padding-bottom: 100px; }
.guide-grid--all .guide-card { min-height: 450px; }
.guide-grid--all .guide-card__visual { height: 240px; }
.text-link { display: inline-flex; margin-top: 28px; color: var(--plum); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.candidate-feature { background: linear-gradient(180deg, transparent 0, #f5eff9 10%, #f5eff9 90%, transparent 100%); }
.amazon-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; padding: 30px 0 88px; align-items: stretch; }
.candidate-feature .amazon-product-grid { width: 100%; padding-bottom: 0; }
.amazon-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23,19,63,.08);
  border-radius: 28px;
  background: white;
  box-shadow: 0 16px 44px rgba(23,19,63,.08);
}
.amazon-product-card[hidden] { display: none; }
.candidate-visual {
  position: relative;
  display: grid;
  height: 184px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #ffded2 0 43%, #c8b0ed 43% 72%, #1749c6 72%);
}
.candidate-visual::before,
.candidate-visual::after { content: ""; position: absolute; border-radius: 999px; background: rgba(255,255,255,.36); transform: rotate(-28deg); }
.candidate-visual::before { width: 38px; height: 150px; left: 20%; top: 28px; }
.candidate-visual::after { width: 76px; height: 76px; right: 14%; bottom: 24px; }
.candidate-visual span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 2px solid rgba(255,255,255,.76);
  border-radius: 50%;
  background: rgba(255,255,255,.24);
  color: white;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(23,19,63,.18);
  backdrop-filter: blur(8px);
}
.amazon-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.candidate-state { margin: 0; color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.amazon-product-card h3 { margin: 12px 0 7px; font-size: 23px; letter-spacing: -.045em; line-height: 1.05; }
.amazon-product-card h3 + p { min-height: 40px; margin: 0; color: var(--ink-soft); font-size: 12px; }
.candidate-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0 14px; }
.candidate-meta div { min-width: 0; padding: 10px; border-radius: 12px; background: #f5f1f7; }
.candidate-meta dt { color: var(--ink-soft); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.candidate-meta dd { margin: 4px 0 0; overflow-wrap: anywhere; font-size: 11px; font-weight: 900; }
.candidate-caveat { margin: 0; color: var(--ink-soft); font-size: 11px; }
.paid-link { margin: auto 0 8px; padding-top: 16px; color: var(--plum); font-size: 9px; font-weight: 800; }
.candidate-feature > .text-link { margin-bottom: 10px; }

.page-intro { width: var(--page); margin: 0 auto; padding: 88px 0 48px; }
.page-intro h1 { max-width: 980px; font-size: clamp(54px, 7.5vw, 110px); }
.page-intro > p:not(.kicker) { max-width: 760px; color: var(--ink-soft); font-size: 18px; }
.filter-section { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.filter-section h2 { font-size: 30px; }
.filter-section .filter-row { margin-bottom: 18px; }
.filter-section .result-count { margin: 0; }
.filter-section + .amazon-product-grid { padding-top: 36px; }

.trust-band { padding: 90px max(4vw,24px); background: var(--ink); color: white; }
.trust-band > h2,
.trust-band > div { width: var(--page); margin-right: auto; margin-left: auto; }
.trust-band h2 { color: white; }
.trust-band > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 38px; overflow: hidden; border-radius: 24px; background: rgba(255,255,255,.16); }
.trust-band article { min-height: 190px; padding: 28px; background: rgba(255,255,255,.07); }
.trust-band strong { color: var(--lime); font-size: 18px; }
.trust-band p { color: rgba(255,255,255,.68); }

.editorial-article { width: min(92vw, 1040px); margin: 0 auto; padding: 90px 0 40px; }
.editorial-article > header { width: min(100%, 860px); }
.editorial-article h1 { font-size: clamp(52px, 7vw, 94px); }
.article-dek { max-width: 760px; color: var(--ink-soft); font-size: clamp(19px,2vw,25px); }
.article-meta { color: var(--plum); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.article-visual { position: relative; height: min(62vw, 580px); margin: 48px 0 64px; overflow: hidden; border-radius: 34px 130px 34px 34px; background: var(--lavender); }
.article-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.editorial-article > section { width: min(100%, 720px); margin: 0 auto; padding: 22px 0; }
.editorial-article > section h2 { margin: 0 0 18px; font-size: clamp(30px,3.5vw,46px); letter-spacing: -.05em; line-height: 1.02; }
.editorial-article > section p { color: #403a5a; font-size: 17px; line-height: 1.72; }
.article-checklist { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.article-checklist li { position: relative; padding: 16px 18px 16px 48px; border-radius: 15px; background: #f3eff7; }
.article-checklist li::before { content: "✓"; position: absolute; top: 16px; left: 18px; color: var(--coral-dark); font-weight: 900; }
.article-note { width: min(100%,720px); margin: 34px auto; padding: 26px; border-left: 6px solid var(--coral); border-radius: 0 18px 18px 0; background: #fff0e8; }
.article-note strong { font-size: 20px; }
.article-note p { color: var(--ink-soft); }
.article-next { display: flex; justify-content: space-between; gap: 16px; padding: 30px 0 88px; }
.article-next a { min-height: 48px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 900; text-decoration: none; }

.trust-page { width: min(92vw, 860px); min-height: 60vh; margin: 0 auto; padding: 110px 0; }
.trust-page h1 { font-size: clamp(52px,7vw,88px); }
.trust-page > p:not(.kicker) { max-width: 720px; margin: 28px 0; color: var(--ink-soft); font-size: 20px; line-height: 1.65; }
footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
footer nav a { font-weight: 800; }
.amazon-statement { max-width: 240px; color: var(--ink); font-weight: 800; }
.preview-only { color: var(--coral-dark); font-weight: 900; }

@media (max-width: 1100px) {
  .application-hero { grid-template-columns: minmax(0,.9fr) minmax(440px,1.1fr); }
  .amazon-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .trust-band > div { grid-template-columns: repeat(2,1fr); }
  footer { flex-wrap: wrap; }
}

@media (max-width: 820px) {
  .application-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 52px; }
  .application-hero__stage { padding-right: 26px; }
  .application-hero__visual { min-height: 480px; }
  .application-hero__visual img { height: 480px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid--all { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .amazon-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .application-hero { gap: 38px; padding: 46px 0 62px; }
  .application-hero h1 { font-size: clamp(54px,18vw,76px); }
  .application-hero h2 { font-size: 29px; }
  .application-hero__copy > p:not(.kicker) { font-size: 16px; }
  .application-hero__stage { padding: 0 12px 92px 0; }
  .application-hero__stage::before { inset: 20px 0 72px 20px; }
  .application-hero__visual { min-height: 390px; border-radius: 100px 24px 90px 26px; }
  .application-hero__visual img { height: 390px; }
  .application-hero__visual figcaption { right: 12px; bottom: 12px; max-width: 200px; }
  .application-hero__proof { width: 86%; padding: 18px; }
  .guide-feature, .candidate-feature { padding: 68px 0; }
  .guide-grid--all { grid-template-columns: 1fr; }
  .guide-card, .guide-grid--all .guide-card { min-height: 0; }
  .guide-grid--all .guide-card__visual { height: 210px; }
  .amazon-product-grid { grid-template-columns: 1fr; padding-bottom: 68px; }
  .candidate-visual { height: 230px; }
  .page-intro { padding: 62px 0 34px; }
  .filter-section { padding: 22px; }
  .trust-band > div { grid-template-columns: 1fr; }
  .trust-band article { min-height: 0; }
  .editorial-article { padding-top: 62px; }
  .article-visual { height: 62vw; margin: 34px 0 46px; border-radius: 24px 70px 24px 24px; }
  .article-visual figcaption { right: 10px; bottom: 10px; max-width: 210px; }
  .article-next { flex-direction: column; }
  footer nav { flex-direction: column; gap: 7px; }
}

/* Owner launch desk */
.launch-intro { padding-bottom: 72px; }
.launch-intro h1 { max-width: 1120px; }
.launch-score {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr;
  gap: 10px 14px;
  max-width: 920px;
  margin-top: 36px;
  padding: 22px 26px;
  border-radius: 22px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
}
.launch-score strong { color: var(--lime); font-size: 34px; line-height: 1; }
.launch-score span { align-self: center; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; }
.owner-inputs,
.application-copy,
.gate-section,
.profit-reality,
.launch-sequence { width: var(--page); margin-right: auto; margin-left: auto; }
.owner-inputs,
.gate-section,
.launch-sequence { padding: 82px 0; }
.owner-inputs { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; border-top: 1px solid var(--line); }
.owner-inputs h2,
.application-copy h2,
.gate-section h2,
.profit-reality h2,
.launch-sequence h2 { margin: 0; font-size: clamp(36px,4.6vw,66px); letter-spacing: -.06em; line-height: .96; }
.owner-input-grid { display: grid; gap: 12px; }
.owner-input-grid article { position: relative; min-height: 150px; padding: 26px 26px 24px 88px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.owner-input-grid article.is-resolved { border-color: #b8cf50; background: #f4f8dc; }
.owner-input-grid article.is-resolved > span { color: #5f6c1f; }
.owner-input-grid article.is-resolved b { color: #5f6c1f; }
.owner-input-grid article > span { position: absolute; top: 25px; left: 25px; color: var(--coral); font-size: 19px; font-weight: 900; }
.owner-input-grid h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.owner-input-grid p { margin: 10px 0; color: var(--ink-soft); }
.owner-input-grid b { color: var(--plum); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.application-copy { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; padding: 58px; border-radius: 32px; background: var(--lavender); }
.application-copy > div > p:not(.kicker) { color: var(--ink-soft); }
.application-copy blockquote { margin: 0; padding: 30px; border-radius: 22px; background: rgba(255,255,255,.72); color: #352e53; font-size: 19px; line-height: 1.65; }
.gate-section > h2 { max-width: 760px; }
.gate-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 36px; }
.gate-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 14px 36px rgba(23,19,63,.06); }
.gate-card > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.gate-card > div span { color: var(--coral); font-size: 22px; font-weight: 900; }
.gate-card > div b { color: var(--cobalt); font-size: 9px; letter-spacing: .1em; }
.gate-card h3 { margin: 30px 0 12px; font-size: 27px; letter-spacing: -.045em; line-height: 1.04; }
.gate-card p { color: var(--ink-soft); line-height: 1.6; }
.profit-reality { display: grid; grid-template-columns: 1fr .85fr; gap: 52px; padding: 62px; border-radius: 32px; background: var(--ink); color: white; }
.profit-reality h2 { color: white; }
.profit-reality > div:first-child > p:not(.kicker) { color: rgba(255,255,255,.68); }
.profit-reality .kicker { color: var(--lime); }
.profit-formula { display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; align-content: center; padding: 26px; border-radius: 22px; background: rgba(255,255,255,.09); }
.profit-formula span { align-self: center; color: rgba(255,255,255,.7); font-size: 12px; }
.profit-formula strong { color: var(--lime); font-size: 24px; text-align: right; }
.profit-formula small { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.54); }
.launch-sequence ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 36px 0 0; padding: 0; list-style: none; counter-reset: launch-step; }
.launch-sequence li { position: relative; min-height: 118px; padding: 24px 24px 24px 70px; border-radius: 20px; background: #f3eff7; counter-increment: launch-step; }
.launch-sequence li::before { content: counter(launch-step); position: absolute; top: 22px; left: 24px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-weight: 900; }

@media (max-width: 820px) {
  .launch-score { grid-template-columns: auto 1fr; }
  .owner-inputs,
  .application-copy,
  .profit-reality { grid-template-columns: 1fr; }
  .gate-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .launch-score { padding: 18px; }
  .owner-inputs,
  .gate-section,
  .launch-sequence { padding: 60px 0; }
  .owner-inputs { gap: 28px; }
  .application-copy,
  .profit-reality { gap: 28px; padding: 28px; }
  .application-copy blockquote { padding: 22px; font-size: 16px; }
  .gate-card { min-height: 0; }
  .launch-sequence ol { grid-template-columns: 1fr; }
}
