:root {
  --ink: #2b332d;
  --brown: #593828;
  --soft-brown: #76513b;
  --cream: #f7f0e7;
  --paper: #fffaf2;
  --gold: #c99039;
  --gold-deep: #9f6f2a;
  --blue: #25446c;
  --sage: #6e856b;
  --shadow: 0 24px 70px rgba(58, 39, 24, .18);
  --soft-shadow: 0 12px 32px rgba(58, 39, 24, .12);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
.btn,
.cta-main-button,
.product-buy-button,
.ebook-carousel-button {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  font-weight: 800;
}

.language-toggle {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12rem;
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  main {
    overflow-x: hidden;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(20, 24, 18, .62), rgba(20, 24, 18, .16), rgba(20, 24, 18, 0));
  color: #fffaf0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 13px;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff5b6 0 23%, #e3a94b 24% 56%, rgba(255, 255, 255, .18) 57%);
  box-shadow: 0 0 22px rgba(237, 194, 93, .85);
}

.main-nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  opacity: .92;
}

.language-toggle {
  min-width: 48px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 96px clamp(20px, 4.6vw, 88px) 80px;
  color: #fffdf4;
  isolation: isolate;
}

.hero-bg,
.hero-layer,
.section-bg {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -2;
  background: #253322;
}

.hero-layer {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.4s ease, transform 7s ease;
}

.hero-layer.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 12, 7, .72) 0%, rgba(8, 12, 7, .42) 38%, rgba(8, 12, 7, .08) 72%),
    linear-gradient(180deg, rgba(8, 12, 7, .18) 0%, rgba(8, 12, 7, .08) 68%, rgba(8, 12, 7, .28) 100%);
}

.hero-copy {
  max-width: 720px;
  padding-top: 32px;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  color: #d4a149;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: .98;
  margin: 0;
  color: inherit;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(56px, 9vw, 124px);
}

h2 {
  font-size: clamp(38px, 5.2vw, 78px);
}

h3 {
  font-size: clamp(30px, 3vw, 44px);
}

.hero-copy p:not(.eyebrow),
.section-copy p:not(.eyebrow),
.quiz-intro-copy p:not(.eyebrow),
.path-card p,
.cta-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(17px, 1.45vw, 23px);
  margin: 24px 0 0;
}

.hero-actions,
.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  white-space: nowrap;
}

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

.btn-primary {
  color: #fffaf0;
  background: linear-gradient(180deg, #d7a24a, #b8792d);
  box-shadow: 0 12px 28px rgba(154, 93, 25, .3), inset 0 1px 0 rgba(255, 255, 255, .36);
}

.btn-ghost,
.btn-light {
  color: #28312b;
  background: rgba(255, 255, 255, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 10px 24px rgba(34, 27, 19, .12);
}

.btn-book {
  color: #fffaf0;
  width: 100%;
  margin-top: auto;
  background: rgba(54, 42, 31, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
}

.scroll-hint {
  position: absolute;
  right: clamp(24px, 5vw, 64px);
  bottom: 28px;
  width: 46px;
  height: 46px;
  opacity: .72;
}

.scroll-hint::before,
.scroll-hint::after {
  content: "";
  position: absolute;
  inset: 10px;
  background: #efe3b8;
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 66% 36%, 100% 50%, 66% 64%, 50% 100%, 34% 64%, 0 50%, 34% 36%);
}

.scroll-hint::after {
  filter: blur(8px);
}

.image-section,
.quiz-intro,
.social-proof,
.ebooks,
.cta-section {
  position: relative;
  min-height: 100svh;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 88px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.section-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.image-section::after,
.quiz-intro::after,
.social-proof::after,
.ebooks::after,
.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.problem-section::after {
  background: linear-gradient(90deg, rgba(255, 250, 244, .03), rgba(255, 250, 244, .08) 42%, rgba(255, 250, 244, .75) 58%, rgba(255, 250, 244, .96));
}

.why-section::after {
  background: linear-gradient(180deg, rgba(255, 250, 244, .08), rgba(38, 27, 18, .16));
}

.quiz-intro::after {
  background: linear-gradient(90deg, rgba(255, 250, 244, .10), rgba(255, 250, 244, .18) 40%, rgba(255, 250, 244, .72) 58%, rgba(255, 250, 244, .94));
}

.section-copy,
.quiz-intro-copy,
.cta-copy {
  max-width: 660px;
  color: var(--brown);
}

.section-copy-center {
  justify-self: center;
  text-align: center;
  max-width: 880px;
}

.section-copy-dark {
  color: var(--brown);
  text-shadow: 0 1px 16px rgba(255, 255, 255, .72);
}

.problem-copy {
  justify-self: end;
  width: min(620px, 48vw);
  padding-right: clamp(20px, 4vw, 64px);
}

.problem-heading {
  justify-self: end;
  width: min(620px, 48vw);
  padding-right: clamp(20px, 4vw, 64px);
  color: var(--brown);
  font-size: clamp(46px, 5.2vw, 86px);
  line-height: 1.05;
}

.problem-copy p {
  font-size: clamp(18px, 1.5vw, 27px) !important;
  line-height: 1.58;
  margin-top: clamp(18px, 2.2vw, 34px) !important;
  white-space: pre-line;
}

.why-section {
  align-items: start;
  grid-template-rows: auto 1fr;
}

.why-section .section-copy {
  align-self: start;
  margin-top: clamp(10px, 2vw, 26px);
  max-width: 940px;
}

.why-section .section-copy h2 {
  font-size: clamp(42px, 5vw, 78px);
}

.why-section .section-copy p {
  margin: 14px auto 0 !important;
  max-width: 760px;
}

.why-benefits {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  width: min(1320px, 100%);
  margin: 0 auto clamp(26px, 4.6vw, 70px);
}

.why-benefits article {
  min-height: clamp(210px, 24vw, 330px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(22px, 2.2vw, 34px);
  border-radius: 18px;
  background: rgba(255, 250, 244, .38);
  color: var(--brown);
  text-align: center;
  text-shadow: 0 1px 10px rgba(255, 255, 255, .55);
}

.why-benefits h3 {
  font-size: clamp(24px, 2.1vw, 39px);
  line-height: 1.05;
}

.why-benefits p {
  margin: 16px 0 0;
  font-size: clamp(15px, 1.2vw, 22px);
  line-height: 1.45;
}

.quiz-intro {
  align-items: start;
  grid-template-rows: auto 1fr;
}

.quiz-intro-copy {
  justify-self: center;
  text-align: center;
  max-width: 1040px;
  margin-top: clamp(8px, 2.2vw, 30px);
}

.quiz-intro-copy h2 {
  font-size: clamp(52px, 5.5vw, 90px);
}

.quiz-intro-copy p {
  margin: 18px auto 0 !important;
}

.path-card {
  align-self: center;
  justify-self: end;
  width: min(650px, 44vw);
  margin-right: clamp(8px, 6vw, 96px);
  color: var(--brown);
}

.path-card h3 {
  font-size: clamp(34px, 3.6vw, 62px);
}

.path-card p {
  font-size: clamp(18px, 1.55vw, 27px);
  line-height: 1.55;
}

.path-character {
  color: var(--gold-deep);
}

.path-card .btn {
  margin-top: 26px;
  min-width: 360px;
}

.quiz-panel {
  position: relative;
  min-height: 100svh;
  padding: clamp(80px, 8vw, 128px) clamp(18px, 4vw, 60px);
  display: grid;
  place-items: center;
  background: url("assets-v2/quiz-bg.png") center / cover no-repeat;
}

.quiz-shell {
  width: min(980px, 100%);
}

.quiz-progress {
  height: 9px;
  width: min(760px, 76vw);
  margin: 0 auto 72px;
  border-radius: 999px;
  background: rgba(104, 84, 64, .12);
  overflow: hidden;
}

.quiz-progress span {
  display: block;
  height: 100%;
  width: 10%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c98d37, #e7bd70);
  transition: width .28s ease;
}

.quiz-card {
  min-height: 470px;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 28px;
  background: rgba(255, 250, 244, .78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(13px);
}

.quiz-card h2 {
  font-size: clamp(32px, 4vw, 56px);
  color: var(--brown);
}

.quiz-options {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.quiz-option {
  width: 100%;
  min-height: 66px;
  padding: 16px 22px 16px 58px;
  border: 1px solid rgba(185, 145, 89, .26);
  border-radius: 18px;
  color: #5a3e2e;
  text-align: left;
  background: rgba(255, 255, 255, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .64), 0 10px 22px rgba(85, 58, 36, .08);
  cursor: pointer;
  position: relative;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.quiz-option::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("assets-v2/star-gold.png") center / contain no-repeat;
  filter: drop-shadow(0 0 9px rgba(216, 157, 67, .42));
}

.quiz-option:hover,
.quiz-option.is-selected {
  transform: translateY(-1px);
  border-color: rgba(197, 139, 53, .8);
  background: linear-gradient(90deg, rgba(226, 174, 94, .33), rgba(255, 255, 255, .55));
}

.quiz-actions {
  justify-content: space-between;
  margin-top: 22px;
}

.quiz-actions .btn {
  min-width: 150px;
}

.btn[disabled] {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.lead-form {
  display: grid;
  gap: 16px;
  max-width: 690px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
  color: #5a3e2e;
}

.lead-form input[type="text"],
.lead-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(154, 112, 61, .26);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  padding: 0 16px;
  color: var(--ink);
}

.consent {
  grid-template-columns: 20px 1fr;
  align-items: start;
  font-weight: 500;
}

.result-panel {
  color: var(--brown);
}

.result-panel h2 {
  font-size: clamp(34px, 5vw, 64px);
}

.result-grid {
  display: grid;
  grid-template-columns: minmax(160px, 260px) 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
}

.result-grid img {
  width: 100%;
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.is-hidden {
  display: none !important;
}

.characters {
  padding: clamp(80px, 9vw, 132px) clamp(18px, 5vw, 88px);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, .88), rgba(247, 240, 231, .96)),
    radial-gradient(circle at 20% 15%, rgba(228, 182, 94, .34), transparent 34%),
    radial-gradient(circle at 82% 42%, rgba(107, 132, 111, .22), transparent 32%);
}

.section-heading {
  max-width: 1040px;
  margin: 0 auto clamp(34px, 5vw, 64px);
  text-align: center;
  color: var(--ink);
}

.section-heading-light {
  color: #fffaf0;
  text-shadow: 0 2px 20px rgba(36, 26, 16, .34);
}

.section-heading p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.character-tile {
  margin: 0;
  aspect-ratio: 2 / 3;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  background: rgba(255, 250, 244, .6);
}

.character-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.character-tile:hover img {
  transform: scale(1.025);
  filter: saturate(1.05) brightness(1.02);
}

.social-proof {
  align-items: center;
  grid-template-rows: auto 1fr;
}

.social-proof::after {
  background: linear-gradient(180deg, rgba(255, 250, 244, .70), rgba(255, 250, 244, .72));
}

.social-proof .section-heading {
  align-self: start;
  max-width: 1060px;
  margin-top: clamp(24px, 5vw, 92px);
}

.social-proof .section-heading h2 {
  font-size: clamp(42px, 4.5vw, 76px);
}

.social-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.3vw, 18px);
  align-self: end;
  width: min(1400px, 100%);
  margin: 0 auto clamp(28px, 4vw, 60px);
}

.social-stat-grid article {
  min-height: clamp(220px, 23vw, 330px);
  padding: clamp(18px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 250, 244, .62);
  box-shadow: var(--soft-shadow);
  color: var(--brown);
  text-align: center;
}

.social-stat-grid span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: var(--gold-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 700;
  line-height: 1;
}

.social-stat-grid h3 {
  margin-top: 14px;
  font-size: clamp(24px, 2.2vw, 40px);
  line-height: 1.08;
}

.social-stat-grid p {
  margin: 14px 0 0;
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.45;
}

.ebooks {
  align-items: end;
}

.ebooks::after {
  background: linear-gradient(180deg, rgba(44, 31, 21, .18), rgba(44, 31, 21, .50));
}

.ebook-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.3vw, 18px);
}

.ebook-card {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(18px, 1.8vw, 26px);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 16px;
  color: #fffaf0;
  box-shadow: var(--shadow);
  backdrop-filter: blur(9px);
}

.ebook-card h3 {
  font-size: clamp(24px, 2.3vw, 36px);
}

.ebook-card p {
  margin: 0;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.42;
}

.ebook-blue {
  background: linear-gradient(160deg, rgba(37, 68, 108, .95), rgba(37, 68, 108, .62));
}

.ebook-sage {
  background: linear-gradient(160deg, rgba(92, 120, 89, .95), rgba(92, 120, 89, .62));
}

.ebook-gold {
  background: linear-gradient(160deg, rgba(181, 117, 38, .95), rgba(181, 117, 38, .62));
}

.ebook-rose {
  background: linear-gradient(160deg, rgba(180, 94, 80, .95), rgba(180, 94, 80, .62));
}

.ebook-mauve {
  background: linear-gradient(160deg, rgba(112, 92, 139, .95), rgba(112, 92, 139, .62));
}

.cta-section {
  place-items: start center;
  text-align: center;
  min-height: 82svh;
  grid-template-rows: 1fr auto;
}

.cta-section::after {
  background: rgba(255, 250, 244, .25);
}

.cta-copy {
  max-width: 780px;
  margin-top: clamp(26px, 6vw, 92px);
}

.cta-copy .btn {
  margin-top: 28px;
}

.cta-copy h2 {
  font-size: clamp(48px, 5.4vw, 88px);
}

.cta-points {
  width: min(1220px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 5vw, 140px);
  margin: 0 auto clamp(42px, 6vw, 90px);
  color: var(--brown);
}

.cta-points article {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.cta-points span {
  color: var(--gold-deep);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1;
}

.cta-points p {
  margin: 0;
  max-width: 300px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 40px);
  line-height: 1.12;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 88px);
  background: #2c221a;
  color: #fff5df;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.product-page {
  background: #fff8ee;
}

.product-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  padding: 108px clamp(22px, 6vw, 100px) 70px;
  color: var(--brown);
  background:
    radial-gradient(circle at 80% 25%, rgba(214, 160, 72, .24), transparent 30%),
    linear-gradient(180deg, #fffaf1, #f3e7d7);
}

.product-hero h1 {
  color: var(--brown);
  font-size: clamp(52px, 8vw, 112px);
}

.product-hero p {
  font-size: clamp(18px, 1.5vw, 22px);
  max-width: 650px;
}

.product-cover {
  border-radius: 28px;
  min-height: 520px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 44px;
  color: #fffaf0;
  box-shadow: var(--shadow);
}

.product-cover h2 {
  font-size: clamp(46px, 6vw, 78px);
}

.price-note {
  margin-top: 24px;
  font-weight: 900;
  color: var(--gold-deep);
}

.product-detail {
  padding: clamp(70px, 8vw, 116px) clamp(22px, 6vw, 100px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.detail-item {
  min-height: 190px;
  padding: 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .64);
  box-shadow: var(--soft-shadow);
}

.detail-item h3 {
  font-size: 32px;
  color: var(--brown);
}

.legal-page {
  background:
    radial-gradient(circle at 18% 10%, rgba(215, 162, 74, .18), transparent 34%),
    linear-gradient(180deg, #fffaf2, #f1e6d6);
  color: var(--ink);
}

.legal-header {
  background: rgba(44, 34, 26, .96);
  box-shadow: 0 12px 32px rgba(34, 27, 19, .12);
}

.legal-hero {
  padding: 132px clamp(22px, 7vw, 120px) 58px;
  color: var(--brown);
}

.legal-hero h1 {
  max-width: 980px;
  font-size: clamp(54px, 8vw, 114px);
}

.legal-hero p:not(.eyebrow) {
  max-width: 820px;
  font-size: clamp(18px, 1.5vw, 24px);
}

.legal-list {
  display: grid;
  gap: 22px;
  padding: 0 clamp(22px, 7vw, 120px) 90px;
}

.legal-card {
  padding: clamp(26px, 3vw, 42px);
  border-radius: 18px;
  background: rgba(255, 250, 242, .78);
  box-shadow: var(--soft-shadow);
}

.legal-card h2 {
  font-size: clamp(34px, 4vw, 62px);
  color: var(--brown);
}

.legal-card p,
.legal-card li {
  max-width: 980px;
  font-size: 18px;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  h1 {
    font-size: clamp(48px, 14vw, 78px);
  }

  .hero {
    align-items: end;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(8, 12, 7, .16), rgba(8, 12, 7, .30) 42%, rgba(8, 12, 7, .72)),
      linear-gradient(90deg, rgba(8, 12, 7, .48), rgba(8, 12, 7, .08));
  }

  .image-section,
  .quiz-intro,
  .social-proof,
  .ebooks,
  .cta-section {
    min-height: 86svh;
    align-items: end;
  }

  .problem-section::after {
    background: linear-gradient(180deg, rgba(255, 250, 244, .12), rgba(255, 250, 244, .96) 50%);
  }

  .quiz-intro::after {
    background: linear-gradient(180deg, rgba(255, 250, 244, .60), rgba(255, 250, 244, .12) 42%, rgba(255, 250, 244, .94) 68%);
  }

  .section-copy,
  .quiz-intro-copy,
  .cta-copy {
    max-width: 100%;
  }

  .problem-copy {
    width: min(620px, 100%);
    justify-self: start;
    align-self: start;
    padding: 76px 0 0;
  }

  .problem-copy h2 {
    font-size: clamp(34px, 9vw, 58px);
  }

  .problem-copy p {
    font-size: clamp(15px, 4vw, 20px) !important;
    margin-top: 13px !important;
  }

  .why-section {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .why-section .section-copy {
    margin-top: 0;
  }

  .why-benefits,
  .social-stat-grid,
  .cta-points {
    grid-template-columns: 1fr 1fr;
  }

  .why-benefits {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .why-benefits article {
    min-height: 230px;
    background: rgba(255, 250, 244, .70);
  }

  .quiz-intro {
    min-height: auto;
    gap: 260px;
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .quiz-intro-copy {
    margin-top: 0;
  }

  .path-card {
    justify-self: start;
    width: min(640px, 100%);
    margin-right: 0;
  }

  .path-card .btn {
    min-width: 0;
  }

  .quiz-panel {
    background-image: url("assets-v2/quiz-bg-mobile.png");
  }

  .quiz-progress {
    margin-bottom: 34px;
  }

  .character-grid,
  .social-stat-grid,
  .ebook-grid,
  .product-detail {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 62px;
    padding: 12px 16px;
  }

  .brand span:last-child {
    max-width: 140px;
  }

  .hero,
  .image-section,
  .quiz-intro,
  .social-proof,
  .ebooks,
  .cta-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-actions,
  .quiz-actions,
  .result-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .quiz-card {
    border-radius: 20px;
    padding: 22px;
  }

  .quiz-option {
    padding-left: 50px;
  }

  .result-grid,
  .character-grid,
  .why-benefits,
  .social-stat-grid,
  .cta-points,
  .ebook-grid,
  .product-detail {
    grid-template-columns: 1fr;
  }

  .why-section .section-copy h2,
  .quiz-intro-copy h2,
  .social-proof .section-heading h2,
  .cta-copy h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .social-proof {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 54px;
  }

  .social-proof .section-heading {
    margin-top: 0;
  }

  .social-stat-grid {
    margin-bottom: 0;
  }

  .social-stat-grid article {
    min-height: 210px;
  }

  .cta-section {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 42px;
  }

  .cta-copy {
    margin-top: 0;
  }

  .cta-points {
    margin-top: 38px;
    margin-bottom: 0;
    gap: 24px;
  }

  .site-footer {
    flex-direction: column;
  }

  .product-cover {
    min-height: 420px;
  }
}

/* Landing refinement pass - 2026-05-24 */
.hero {
  min-height: 100svh;
}

.hero-copy {
  width: min(760px, 52vw);
}

.hero-project {
  font-size: clamp(15px, 1.15vw, 22px);
  letter-spacing: .12em;
  color: #e0a944;
}

.hero-copy h1 {
  font-size: clamp(72px, 7.2vw, 142px);
  line-height: .9;
  max-width: 760px;
}

.problem-section {
  justify-content: end;
  padding-right: clamp(52px, 9vw, 170px);
}

.problem-copy {
  width: min(720px, 42vw);
  margin-left: auto;
}

.problem-copy h2 {
  max-width: 640px;
}

.problem-copy p,
.why-benefits p,
.social-stat-grid p,
.ebook-card p,
.cta-points p,
.about-copy p,
.testimonial-copy p,
.legal-card p,
.legal-card li {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.18vw, 24px);
  line-height: 1.48;
}

[data-i18n="problem.copy2"],
[data-i18n="problem.copy5"] {
  white-space: pre-line;
}

.why-section {
  min-height: 100svh;
  padding: clamp(74px, 8vh, 120px) clamp(44px, 5vw, 92px) clamp(64px, 8vh, 112px);
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
}

.why-section::after {
  background:
    linear-gradient(180deg, rgba(255, 247, 236, .48), rgba(255, 247, 236, .08) 48%, rgba(36, 22, 13, .32)),
    linear-gradient(90deg, rgba(40, 24, 14, .10), rgba(255, 247, 236, .02));
}

.why-heading {
  position: relative;
  z-index: 2;
  width: min(980px, 78vw);
  margin: 0 auto;
  text-align: center;
  color: #573929;
  text-shadow: 0 2px 22px rgba(255, 245, 226, .78);
}

.why-heading .eyebrow {
  color: #bb7d1d;
  font-size: 15px;
  margin-bottom: 6px;
}

.why-heading h2 {
  font-size: clamp(54px, 5.2vw, 98px);
  line-height: .96;
}

.why-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px auto 0;
}

.why-benefits {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: clamp(22px, 2vw, 34px);
  width: min(1320px, 92vw);
  margin: clamp(60px, 8vh, 110px) auto 0;
}

.why-benefits article {
  min-height: clamp(270px, 30vw, 430px);
  border-radius: 26px;
  padding: clamp(92px, 11vw, 150px) clamp(20px, 2vw, 34px) clamp(26px, 3vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  background: rgba(255, 247, 231, .54);
  border: 1px solid rgba(255, 255, 255, .46);
  box-shadow: 0 22px 56px rgba(62, 38, 22, .22), inset 0 0 42px rgba(255, 255, 255, .25);
  backdrop-filter: blur(2px);
}

.why-benefits h3 {
  font-size: clamp(30px, 2.25vw, 48px);
  line-height: 1;
  color: #4d3124;
}

.characters {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 229, 164, .42), transparent 34%),
    linear-gradient(180deg, #fff9f0 0%, #f7ead9 48%, #efe1cf 100%);
}

.section-kicker {
  font-size: clamp(24px, 2.1vw, 42px);
  letter-spacing: .08em;
  color: #c4872f;
  text-transform: uppercase;
}

.characters .section-heading h2,
.testimonial-heading h2,
.about-copy h2 {
  font-size: clamp(52px, 5vw, 92px);
  line-height: .95;
}

.character-board {
  width: min(1420px, 92vw);
  margin: 42px auto 0;
  padding: clamp(20px, 2.5vw, 38px);
  border-radius: 28px;
  background: rgba(249, 232, 211, .72);
  border: 1px solid rgba(164, 109, 52, .16);
  box-shadow: inset 0 1px 32px rgba(255, 255, 255, .42), 0 24px 80px rgba(95, 57, 28, .14);
}

.character-tile {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.character-tile img,
.testimonial-scene,
.ebook-card {
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.character-tile:hover img,
.character-tile:focus-within img {
  transform: translateY(-10px) scale(1.045);
  filter: drop-shadow(0 24px 28px rgba(95, 57, 28, .22));
}

.testimonial-section {
  padding: clamp(72px, 8vh, 118px) clamp(24px, 5vw, 86px);
  background: #f8f2e8;
}

.testimonial-heading {
  width: min(980px, 92vw);
  margin: 0 auto 46px;
  text-align: center;
}

.testimonial-scenes {
  display: grid;
  gap: clamp(28px, 4vw, 58px);
}

.testimonial-scene {
  position: relative;
  width: min(1540px, 96vw);
  min-height: clamp(440px, 54vw, 820px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 22px 80px rgba(41, 30, 20, .18);
}

.testimonial-scene:hover {
  transform: translateY(-5px);
}

.testimonial-scene img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-copy {
  position: relative;
  z-index: 2;
  width: min(540px, 42vw);
  margin: clamp(60px, 8vw, 110px) 0 0 clamp(58px, 8vw, 140px);
  padding: clamp(28px, 3vw, 48px);
  border: 1px solid rgba(54, 37, 27, .32);
  background: rgba(255, 247, 236, .36);
  backdrop-filter: blur(2px);
  color: #231912;
}

.testimonial-copy.is-light {
  color: #fff;
  background: rgba(22, 18, 14, .18);
  border-color: rgba(255, 255, 255, .35);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .36);
}

.testimonial-copy h3 {
  font-size: clamp(34px, 3.2vw, 58px);
  line-height: 1;
  text-transform: uppercase;
}

.ebooks {
  min-height: 100svh;
  padding: clamp(78px, 8vh, 120px) clamp(40px, 5vw, 80px) clamp(70px, 8vh, 110px);
  display: grid;
  align-items: end;
}

.ebooks::after {
  background:
    linear-gradient(180deg, rgba(38, 22, 16, .10), rgba(38, 22, 16, .18) 48%, rgba(38, 22, 16, .44)),
    radial-gradient(circle at 50% 34%, rgba(255, 240, 205, .26), transparent 34%);
}

.ebook-heading {
  position: relative;
  z-index: 2;
  width: min(880px, 72vw);
  margin: 0 auto clamp(300px, 29vw, 470px);
  text-align: center;
  color: #fffaf2;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .48);
}

.ebook-heading h2 {
  font-size: clamp(52px, 4.8vw, 92px);
  line-height: .95;
}

.ebook-heading p:not(.eyebrow) {
  width: min(760px, 100%);
  margin: 18px auto 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(21px, 1.5vw, 30px);
}

.ebook-grid {
  position: relative;
  z-index: 3;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: clamp(16px, 1.6vw, 28px);
  width: min(1680px, 94vw);
  margin: 0 auto;
}

.ebook-card {
  min-height: 210px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .48);
  box-shadow: 0 18px 58px rgba(35, 23, 18, .26), inset 0 1px 22px rgba(255, 255, 255, .16);
  backdrop-filter: blur(8px);
}

.ebook-card:hover {
  transform: translateY(-12px) scale(1.035);
  box-shadow: 0 30px 72px rgba(35, 23, 18, .36), inset 0 1px 22px rgba(255, 255, 255, .22);
}

.ebook-card h3 {
  font-size: clamp(28px, 2vw, 42px);
  line-height: 1;
}

.btn-book {
  margin-top: auto;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(420px, 1.15fr);
  gap: clamp(40px, 5vw, 90px);
  align-items: center;
  padding: clamp(72px, 9vh, 130px) clamp(42px, 7vw, 140px);
  background: #fbf7ef;
}

.about-logo {
  display: grid;
  place-items: center;
}

.about-logo img {
  width: min(560px, 100%);
  border-radius: 28px;
  filter: drop-shadow(0 24px 36px rgba(67, 43, 24, .16));
}

.about-copy {
  max-width: 900px;
}

.about-copy p {
  color: #3f2a22;
  margin-top: 18px;
}

.about-strong {
  font-weight: 700;
  padding-top: 16px;
}

.quiz-page .quiz-panel {
  min-height: 100svh;
  display: grid;
  align-items: center;
  justify-items: start;
  padding: clamp(86px, 11vh, 140px) clamp(34px, 8vw, 150px);
  background-position: center right;
}

.quiz-shell {
  width: min(820px, 54vw);
  margin-left: clamp(12px, 4vw, 80px);
}

.quiz-card {
  background: rgba(255, 249, 241, .86);
  backdrop-filter: blur(6px);
}

.quiz-card h2,
.lead-form h2,
.result-copy h2 {
  font-size: clamp(38px, 3.4vw, 64px);
  line-height: 1;
}

.quiz-option::before {
  content: "✦";
  color: #d39a36;
  background: none;
  box-shadow: none;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.quiz-option {
  min-height: 58px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(17px, 1vw, 21px);
}

.quiz-result-scene {
  display: grid;
  grid-template-columns: minmax(190px, .78fr) minmax(300px, 1.22fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(18px, 3vw, 38px);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, .92), rgba(255, 250, 243, .74)),
    url("assets-v2/path-point-bg.png") center / cover no-repeat;
}

.result-character-card {
  text-align: center;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 245, 230, .72);
  box-shadow: inset 0 1px 20px rgba(255, 255, 255, .42);
}

.result-character-card img {
  width: min(220px, 100%);
  margin: 0 auto 10px;
}

.result-character-card h3,
.result-copy h3 {
  font-size: clamp(28px, 2vw, 42px);
}

.result-copy ul {
  margin: 10px 0 0 20px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
}

.cta-section {
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  padding: clamp(86px, 12vh, 150px) clamp(34px, 6vw, 96px) clamp(72px, 10vh, 126px);
}

.cta-copy {
  width: min(900px, 82vw);
  margin: 0 auto;
  text-align: center;
  transform: translateY(-12%);
}

.cta-copy h2 {
  font-size: clamp(54px, 4.8vw, 96px);
  line-height: .98;
  color: #553627;
}

.cta-main-button {
  min-width: 270px;
  min-height: 72px;
  padding: 20px 42px;
  background-image: url("assets-v2/button-gold.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
}

.cta-points {
  width: min(1180px, 82vw);
  margin: 0 auto;
  gap: clamp(28px, 7vw, 140px);
}

.cta-points article {
  background: transparent;
  box-shadow: none;
  border: 0;
  min-height: 92px;
  padding-top: 78px;
  display: flex;
  align-items: start;
  justify-content: center;
}

.cta-points p {
  color: #5c3c2e;
  text-align: center;
  font-weight: 700;
}

.legal-page {
  background: #fbf7ef;
}

.legal-hero {
  min-height: auto;
  padding: clamp(90px, 12vh, 150px) clamp(28px, 8vw, 140px) clamp(36px, 6vh, 72px);
  text-align: center;
}

.legal-logo {
  width: min(360px, 62vw);
  display: block;
  margin: 0 auto 16px;
}

.legal-hero h1 {
  font-size: clamp(48px, 6vw, 108px);
  line-height: .96;
}

.legal-hero p:not(.eyebrow) {
  width: min(820px, 92vw);
  margin: 20px auto 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.2vw, 24px);
}

.legal-list {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding-bottom: clamp(60px, 8vh, 120px);
  display: grid;
  gap: 22px;
}

.legal-card {
  border-radius: 18px;
  background: rgba(255, 251, 245, .88);
  border: 1px solid rgba(118, 80, 42, .14);
  padding: clamp(26px, 4vw, 48px);
  box-shadow: 0 18px 54px rgba(73, 48, 26, .08);
}

.legal-card h2 {
  font-size: clamp(34px, 3vw, 56px);
}

@media (max-width: 980px) {
  .hero-copy,
  .problem-copy,
  .quiz-shell,
  .ebook-heading {
    width: min(100%, 720px);
  }

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

  .about-section,
  .quiz-result-scene {
    grid-template-columns: 1fr;
  }

  .testimonial-copy {
    width: min(620px, 76vw);
  }
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: clamp(48px, 14vw, 76px);
  }

  .problem-section {
    padding-right: 18px;
  }

  .why-benefits,
  .ebook-grid {
    grid-template-columns: 1fr;
  }

  .why-benefits article {
    min-height: 230px;
    padding-top: 72px;
  }

  .quiz-page .quiz-panel {
    justify-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .quiz-shell {
    margin-left: 0;
    width: 100%;
  }

  .testimonial-scene {
    min-height: 520px;
  }

  .testimonial-copy {
    width: calc(100% - 36px);
    margin: 280px 18px 0;
  }
}


/* Refinement pass: layout, testimonials, product pages and quiz result separation */
body[data-lang="es"] .lang-block[data-lang="en"],
body[data-lang="en"] .lang-block[data-lang="es"] {
  display: none !important;
}

.hero-copy {
  width: min(720px, 48vw);
}

.hero-copy h1 {
  font-size: clamp(64px, 6.5vw, 120px);
  line-height: .94;
}

.problem-section {
  padding-right: clamp(34px, 6vw, 118px);
}

.problem-copy {
  width: min(820px, 50vw);
  padding-right: 0;
}

.problem-copy h2 {
  max-width: 780px;
  font-size: clamp(42px, 4.8vw, 76px);
}

.problem-copy p {
  max-width: 760px;
  font-size: clamp(18px, 1.32vw, 25px) !important;
  line-height: 1.46;
  margin-top: clamp(14px, 1.8vw, 24px) !important;
}

.why-section {
  grid-template-rows: auto auto;
  align-content: center;
  row-gap: clamp(34px, 5vw, 74px);
}

.why-heading {
  width: min(1100px, 88vw);
}

.why-benefits {
  align-self: center;
  margin-top: 0;
}

.why-benefits article {
  min-height: clamp(250px, 22vw, 350px);
  padding: clamp(38px, 5vw, 72px) clamp(20px, 2vw, 34px) clamp(26px, 3vw, 42px);
  justify-content: end;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 12px 0 28px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.testimonial-track {
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  width: max-content;
  animation: sendero-testimonials 38s linear infinite;
}

.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  position: relative;
  flex: 0 0 min(620px, 82vw);
  aspect-ratio: 1.42 / 1;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(55, 35, 20, .18);
  background: #efe3d1;
}

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

.testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 20, 13, .03), rgba(29, 20, 13, .58));
}

.testimonial-card div {
  position: absolute;
  left: clamp(18px, 3vw, 38px);
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 2;
  color: #fffaf0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .42);
}

.testimonial-card h3 {
  font-size: clamp(28px, 3vw, 46px);
}

.testimonial-card p {
  max-width: 520px;
  margin: 10px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.42;
}

@keyframes sendero-testimonials {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 17px)); }
}

.cta-section {
  min-height: 96svh;
  grid-template-rows: auto 1fr;
  align-content: center;
  gap: clamp(72px, 10vh, 140px);
}

.cta-copy {
  transform: none;
  margin-top: clamp(50px, 8vh, 106px);
}

.cta-copy h2 {
  max-width: 880px;
  margin-inline: auto;
  font-size: clamp(48px, 4.6vw, 82px);
}

.cta-copy p:not(.eyebrow) {
  margin-top: 12px;
}

.cta-main-button {
  margin-top: 18px !important;
  min-height: 58px;
  padding: 16px 38px;
}

.cta-points {
  align-self: end;
}

.product-hero-rich {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 26%, rgba(255, 224, 158, .36), transparent 30%),
    linear-gradient(135deg, #fff9ef, #efe0cf);
}

.product-hero-rich::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets-v2/ebooks-bg.png") center / cover no-repeat;
  opacity: .18;
}

.product-hero-copy,
.product-visual {
  position: relative;
  z-index: 1;
}

.product-hero h2 {
  margin-top: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.25;
}

.product-hero p,
.product-section p,
.product-section li,
.product-buy-section p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(17px, 1.12vw, 22px);
  line-height: 1.6;
}

.product-visual .product-cover {
  min-height: min(680px, 72vh);
  border-radius: 30px;
  overflow: hidden;
}

.product-cover img {
  width: min(300px, 72%);
  margin: 0 auto 24px;
  filter: drop-shadow(0 24px 28px rgba(32, 20, 13, .25));
}

.product-section {
  padding: clamp(60px, 8vw, 110px) clamp(22px, 6vw, 110px);
  background: #fff8ee;
}

.product-section:nth-of-type(even) {
  background: #f5eadb;
}

.product-section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  color: #4d3124;
}

.product-section h2,
.product-buy-section h2,
.about-story h2 {
  color: #4d3124;
  font-size: clamp(38px, 4vw, 72px);
}

.product-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  padding: 0;
  list-style: none;
}

.product-section li,
.product-card-grid article,
.product-faq,
.product-character-grid article {
  padding: 20px;
  border: 1px solid rgba(125, 83, 48, .12);
  border-radius: 18px;
  background: rgba(255, 252, 246, .76);
  box-shadow: 0 14px 42px rgba(72, 45, 23, .08);
}

.product-card-grid,
.product-faq-grid,
.product-character-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.product-card-grid h3,
.product-faq h3,
.product-character-grid h3 {
  color: #593828;
  font-size: clamp(26px, 2.2vw, 38px);
}

.product-character-grid img {
  height: 190px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.product-buy-section {
  position: relative;
  padding: clamp(72px, 9vw, 130px) clamp(22px, 6vw, 110px);
  color: #fffaf0;
  background: linear-gradient(135deg, rgba(68, 43, 29, .96), rgba(152, 101, 45, .9));
  text-align: center;
}

.product-buy-section > div {
  width: min(900px, 100%);
  margin: 0 auto;
}

.product-buy-section h2,
.product-buy-section p {
  color: #fffaf0;
}

.product-price {
  font-weight: 800;
  color: #ffe1a4 !important;
}

.buy-note {
  margin-top: 14px;
}

.about-page {
  background: #fbf7ef;
}

.about-hero {
  min-height: 92svh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 110px clamp(22px, 6vw, 110px) 70px;
  background:
    radial-gradient(circle at 50% 28%, rgba(223, 168, 82, .24), transparent 28%),
    linear-gradient(180deg, #fff9f0, #efe2d1);
}

.about-hero img {
  width: min(320px, 64vw);
  margin-bottom: 24px;
  filter: drop-shadow(0 24px 36px rgba(67, 43, 24, .14));
}

.about-hero h1 {
  max-width: 1000px;
  color: #4d3124;
  font-size: clamp(48px, 6vw, 104px);
}

.about-hero p,
.about-story p {
  max-width: 900px;
  margin-inline: auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.25vw, 24px);
}

.about-story {
  padding: clamp(64px, 8vw, 120px) clamp(22px, 6vw, 110px);
  text-align: center;
}

.about-story .btn {
  margin-top: 26px;
}

.quiz-page .quiz-panel {
  min-height: 100svh;
  grid-template-columns: minmax(320px, 760px) 1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.quiz-question-heading {
  color: #5a3928;
  margin-bottom: 28px;
}

.quiz-question-heading h1 {
  font-size: clamp(44px, 4.8vw, 78px);
}

.quiz-question-heading p:not(.section-kicker) {
  max-width: 660px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.2vw, 24px);
}

.quiz-result-hero {
  display: grid;
  grid-template-columns: minmax(180px, 360px) 1fr;
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  margin-bottom: 28px;
  padding: clamp(22px, 3vw, 42px);
  border-radius: 26px;
  background: rgba(255, 249, 241, .86);
  box-shadow: var(--soft-shadow);
}

.quiz-result-hero img {
  border-radius: 22px;
}

.quiz-result-hero h2 {
  color: #553627;
  font-size: clamp(38px, 4.2vw, 70px);
}

@media (max-width: 980px) {
  .hero-copy,
  .problem-copy {
    width: min(100%, 720px);
  }

  .problem-copy {
    background: rgba(255, 250, 244, .76);
    padding: 24px;
    border-radius: 20px;
  }

  .product-hero-rich,
  .quiz-page .quiz-panel {
    grid-template-columns: 1fr;
  }

  .product-card-grid,
  .product-faq-grid,
  .product-character-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-section ul,
  .product-card-grid,
  .product-faq-grid,
  .product-character-grid,
  .quiz-result-hero {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    flex-basis: 86vw;
    aspect-ratio: 1 / 1.18;
  }

  .cta-section {
    gap: 36px;
  }
}


/* Visual refinement pass: quiz result, legal heading and ebook mockups */
.quiz-page.quiz-result-view .quiz-panel {
  display: block;
  min-height: 100svh;
  padding: clamp(96px, 10vh, 132px) clamp(22px, 6vw, 110px) clamp(64px, 8vh, 110px);
}

.quiz-page.quiz-result-view .quiz-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.quiz-page.quiz-result-view .quiz-question-heading,
.quiz-page.quiz-result-view .quiz-progress,
.quiz-page.quiz-result-view .quiz-actions {
  display: none;
}

.quiz-page.quiz-result-view .quiz-card {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.quiz-page.quiz-result-view .result-panel {
  width: 100%;
}

.quiz-page.quiz-result-view .quiz-result-scene {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 42px);
  padding: clamp(28px, 4vw, 58px);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, .94), rgba(255, 250, 243, .82)),
    url("assets-v2/path-point-bg.png") center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(68, 43, 24, .18);
}

.result-header {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  color: #553627;
}

.result-header h2 {
  font-size: clamp(48px, 5vw, 88px);
  line-height: .95;
}

.result-header p:not(.section-kicker) {
  max-width: 760px;
  margin: 16px auto 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.3vw, 24px);
}

.result-recommendation {
  display: grid;
  grid-template-columns: minmax(230px, 330px) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: stretch;
}

.quiz-page.quiz-result-view .result-character-card,
.quiz-page.quiz-result-view .result-copy {
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(128, 86, 47, .16);
  border-radius: 24px;
  background: rgba(255, 253, 248, .78);
  box-shadow: inset 0 1px 26px rgba(255, 255, 255, .5);
}

.quiz-page.quiz-result-view .result-character-card {
  display: grid;
  align-content: center;
}

.quiz-page.quiz-result-view .result-character-card img {
  width: min(220px, 82%);
  margin: 0 auto 18px;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 24px 28px rgba(89, 56, 40, .18));
}

.quiz-page.quiz-result-view .result-character-card h3 {
  font-size: clamp(34px, 3vw, 54px);
  color: #553627;
}

.quiz-page.quiz-result-view .result-copy h3 {
  font-size: clamp(30px, 2.8vw, 48px);
  color: #553627;
}

.quiz-page.quiz-result-view .result-copy p,
.quiz-page.quiz-result-view .result-copy li,
.quiz-page.quiz-result-view .result-character-card p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(17px, 1.18vw, 22px);
  line-height: 1.55;
}

.quiz-page.quiz-result-view .result-copy ul {
  columns: 2;
  column-gap: 34px;
  margin-top: 10px;
}

.quiz-page.quiz-result-view .result-actions {
  margin-top: 28px;
}

.legal-page .legal-hero {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: clamp(116px, 14vh, 170px) 0 clamp(48px, 7vh, 88px);
  text-align: left;
}

.legal-page .legal-logo {
  width: 100%;
  max-width: 320px;
  margin: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, .42);
  box-shadow: 0 22px 62px rgba(74, 48, 27, .12);
}

.legal-page .legal-hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.2vw, 92px);
  line-height: .95;
}

.legal-page .legal-hero p:not(.eyebrow) {
  margin: 18px 0 0;
  max-width: 780px;
}

.legal-page .legal-list {
  width: min(1000px, 92vw);
}

.ebook-mockup-grid {
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  align-items: stretch;
}

.ebook-mockup {
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 250, 240, .78);
  color: #fffaf0;
}

.ebook-mockup::before {
  content: "";
  position: absolute;
}

.ebook-mockup-art {
  min-height: 205px;
  display: grid;
  place-items: center;
  padding: 18px 18px 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 231, 173, .46), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .04));
}

.ebook-mockup-art img {
  width: min(170px, 78%);
  filter: drop-shadow(0 20px 24px rgba(34, 24, 18, .28));
  transition: transform .35s ease, filter .35s ease;
}

.ebook-mockup:hover .ebook-mockup-art img {
  transform: translateY(-8px) scale(1.04);
  filter: drop-shadow(0 28px 28px rgba(34, 24, 18, .34));
}

.ebook-mockup-copy {
  display: flex;
  flex-direction: column;
  min-height: 225px;
  padding: 20px;
}

.ebook-mockup-copy .eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 232, 183, .9);
  font-size: 11px;
  letter-spacing: .16em;
}

.ebook-mockup .btn-book {
  margin-top: auto;
}

@media (max-width: 1180px) {
  .ebook-mockup-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .result-recommendation,
  .legal-page .legal-hero {
    grid-template-columns: 1fr;
  }

  .legal-page .legal-hero {
    text-align: center;
  }

  .legal-page .legal-logo {
    margin: 0 auto;
  }

  .legal-page .legal-hero p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .quiz-page.quiz-result-view .quiz-result-scene {
    padding: 22px;
  }

  .quiz-page.quiz-result-view .result-copy ul {
    columns: 1;
  }

  .ebook-mockup-grid {
    grid-template-columns: 1fr;
  }
}


/* Polish pass: legal hero grouping and quiz result title hierarchy */
.legal-page .legal-hero {
  grid-template-columns: minmax(220px, 320px) minmax(0, 760px);
  justify-content: center;
}

.legal-hero-copy {
  align-self: center;
}

.legal-page .legal-hero h1 {
  margin-top: 8px;
  max-width: 740px;
  font-size: clamp(48px, 4.8vw, 84px);
}

.quiz-page.quiz-result-view .result-header h2 {
  font-size: clamp(58px, 5.6vw, 104px);
}

.quiz-page.quiz-result-view .result-header p:not(.section-kicker) {
  max-width: 860px;
}

@media (max-width: 980px) {
  .legal-hero-copy {
    text-align: center;
  }
}


/* Ebook mockup carousel pass */
body:not([data-lang]) .lang-block[data-lang="en"] {
  display: none !important;
}

.ebooks {
  min-height: auto;
  padding: clamp(86px, 8vw, 132px) 0 clamp(88px, 8vw, 140px);
  align-items: center;
  background: #fff2eb;
}

.ebooks .section-bg {
  object-position: center;
}

.ebooks::after {
  background:
    linear-gradient(180deg, rgba(255, 246, 238, .82), rgba(255, 246, 238, .42) 22%, rgba(255, 238, 226, .66) 100%),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, .72), transparent 34%);
}

.ebook-heading {
  width: min(980px, 88vw);
  margin: 0 auto clamp(30px, 4vw, 58px);
  color: #593828;
  text-shadow: none;
}

.ebook-heading h2 {
  font-size: clamp(46px, 5vw, 86px);
}

.ebook-heading p:not(.eyebrow) {
  color: #6a4937;
  font-size: clamp(18px, 1.3vw, 24px);
}

.ebook-carousel {
  position: relative;
  z-index: 3;
  width: min(1500px, 94vw);
  margin: 0 auto;
  padding: 0 clamp(44px, 4vw, 76px);
}

.ebook-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 340px);
  gap: clamp(18px, 2vw, 32px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 20px 8px 34px;
  scrollbar-color: rgba(199, 136, 48, .62) rgba(255, 255, 255, .38);
  scrollbar-width: thin;
}

.ebook-track::-webkit-scrollbar {
  height: 10px;
}

.ebook-track::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
}

.ebook-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, #d59941, #f0c36c);
}

.ebook-mockup {
  scroll-snap-align: center;
  min-height: 0;
  padding: 14px 14px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .74);
  background: rgba(255, 250, 243, .78);
  color: #533424;
  box-shadow: 0 22px 60px rgba(93, 60, 36, .18), inset 0 1px 26px rgba(255, 255, 255, .48);
  backdrop-filter: blur(10px);
}

.ebook-mockup:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 78px rgba(93, 60, 36, .25), inset 0 1px 28px rgba(255, 255, 255, .56);
}

.ebook-mockup::before {
  display: none;
}

.ebook-mockup-art {
  min-height: 0;
  padding: 0;
  border-radius: 24px;
  background: transparent;
}

.ebook-mockup-art img {
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
  border-radius: 22px;
  filter: drop-shadow(0 24px 28px rgba(58, 37, 24, .24));
}

.ebook-mockup:hover .ebook-mockup-art img {
  transform: translateY(-7px) scale(1.025);
  filter: drop-shadow(0 30px 34px rgba(58, 37, 24, .3));
}

.ebook-mockup-copy {
  min-height: 232px;
  padding: 18px 8px 0;
  text-align: center;
  color: #533424;
}

.ebook-mockup-copy .eyebrow {
  margin-bottom: 8px;
  color: #c38228;
  font-size: 11px;
  letter-spacing: .16em;
}

.ebook-card h3,
.ebook-card p {
  color: inherit;
}

.ebook-card h3 {
  font-size: clamp(28px, 2.2vw, 40px);
}

.ebook-card p {
  font-size: 16px;
}

.ebook-mockup .btn-book {
  margin: auto auto 0;
}

.ebook-carousel-button {
  position: absolute;
  top: 42%;
  z-index: 4;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(118, 75, 39, .82);
  color: #fff8ec;
  font-size: 42px;
  line-height: 1;
  box-shadow: 0 18px 42px rgba(77, 47, 26, .22);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.ebook-carousel-button:hover {
  transform: translateY(-2px);
  background: rgba(198, 132, 43, .92);
}

.ebook-carousel-prev {
  left: 0;
}

.ebook-carousel-next {
  right: 0;
}

.product-hero-rich::before {
  background-image: url("assets-v2/ebooks-section-bg.png");
  opacity: .22;
}

.product-visual .product-mockup-cover {
  min-height: auto;
  padding: 0;
  overflow: visible;
  background: transparent !important;
  box-shadow: none;
  border-radius: 0;
}

.product-mockup-cover .product-mockup-image {
  width: min(520px, 88vw);
  max-height: min(760px, 78vh);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 30px;
  filter: drop-shadow(0 34px 48px rgba(58, 36, 22, .28));
}

@media (max-width: 980px) {
  .ebook-carousel {
    width: min(100%, 96vw);
    padding: 0 18px;
  }

  .ebook-track {
    grid-auto-columns: minmax(250px, 76vw);
  }

  .ebook-carousel-button {
    display: none;
  }

  .product-mockup-cover .product-mockup-image {
    width: min(430px, 86vw);
  }
}

@media (max-width: 640px) {
  .ebooks {
    padding-top: 76px;
  }

  .ebook-heading {
    width: min(92vw, 620px);
  }

  .ebook-track {
    grid-auto-columns: minmax(236px, 82vw);
  }

  .ebook-mockup-copy {
    min-height: 220px;
  }
}


/* Background-aligned section pass */
.why-section {
  min-height: 100svh;
  padding: clamp(72px, 7.5vh, 104px) clamp(42px, 5vw, 92px) clamp(42px, 5.5vh, 78px);
  grid-template-rows: max-content 1fr;
  align-items: start;
}

.why-section .section-bg {
  object-position: center top;
}

.why-section::after {
  background:
    linear-gradient(180deg, rgba(255, 247, 236, .62), rgba(255, 247, 236, .16) 31%, rgba(36, 22, 13, .20) 100%),
    radial-gradient(circle at 50% 10%, rgba(255, 246, 221, .55), transparent 30%);
}

.why-heading {
  width: min(940px, 82vw);
  margin: 0 auto;
  color: #543526;
  text-shadow: 0 2px 20px rgba(255, 246, 224, .88);
}

.why-heading .eyebrow {
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: .18em;
}

.why-heading h2 {
  max-width: 930px;
  margin: 0 auto;
  font-size: clamp(42px, 4.45vw, 76px);
  line-height: .98;
}

.why-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: clamp(12px, 1.5vh, 18px) auto 0;
  font-size: clamp(17px, 1.18vw, 23px);
  line-height: 1.35;
}

.why-benefits {
  align-self: end;
  width: min(1390px, 92vw);
  margin: clamp(76px, 11vh, 136px) auto 0;
  gap: clamp(24px, 2.2vw, 42px);
}

.why-benefits article {
  min-height: clamp(295px, 28vw, 410px);
  padding: clamp(82px, 8vw, 124px) clamp(22px, 2vw, 34px) clamp(30px, 3.2vw, 48px);
  justify-content: end;
  border-radius: 26px;
  background: rgba(255, 248, 235, .48);
  border-color: rgba(255, 255, 255, .58);
  box-shadow: 0 20px 52px rgba(62, 38, 22, .16), inset 0 0 46px rgba(255, 255, 255, .28);
}

.why-benefits h3 {
  margin: 0 auto 14px;
  max-width: 270px;
  font-size: clamp(28px, 2.05vw, 40px);
  line-height: 1.08;
}

.why-benefits p {
  max-width: 270px;
  margin: 0 auto;
  font-size: clamp(16px, 1.06vw, 20px);
  line-height: 1.42;
}

.cta-section {
  min-height: 100svh;
  padding: clamp(104px, 12vh, 132px) clamp(30px, 5vw, 86px) clamp(42px, 6vh, 76px);
  grid-template-rows: max-content 1fr;
  align-content: start;
  gap: 0;
}

.cta-section .section-bg {
  object-position: center top;
}

.cta-section::after {
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .18), transparent 26%),
    linear-gradient(180deg, rgba(255, 247, 237, .08), rgba(255, 247, 237, .10));
}

.cta-copy {
  width: min(980px, 88vw);
  margin: 0 auto;
  transform: none;
  text-align: center;
}

.cta-copy h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #553627;
  font-size: clamp(44px, 4.05vw, 70px);
  line-height: .98;
  text-shadow: 0 2px 16px rgba(255, 250, 238, .72);
}

.cta-copy p:not(.eyebrow) {
  margin: clamp(62px, 7.2vh, 84px) auto 0 !important;
  max-width: 620px;
  color: #4f3427;
  font-size: clamp(18px, 1.22vw, 24px);
  line-height: 1.25;
}

.cta-main-button {
  margin-top: clamp(76px, 8.6vh, 104px) !important;
  min-width: 252px;
  min-height: 58px;
  padding: 16px 36px;
}

.cta-points {
  align-self: end;
  width: min(1180px, 84vw);
  margin: 0 auto clamp(18px, 3.2vh, 38px);
}

.cta-points article {
  min-height: clamp(108px, 13vh, 142px);
  padding-top: clamp(82px, 10vh, 116px);
}

.cta-points p {
  max-width: 260px;
  font-size: clamp(18px, 1.24vw, 24px);
  line-height: 1.2;
}

@media (max-width: 1180px) {
  .why-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 56px;
  }

  .why-benefits article {
    min-height: 270px;
    padding-top: 64px;
  }
}

@media (max-width: 760px) {
  .why-section,
  .cta-section {
    min-height: auto;
  }

  .why-benefits {
    grid-template-columns: 1fr;
    width: min(520px, 92vw);
  }

  .cta-copy p:not(.eyebrow),
  .cta-main-button {
    margin-top: 28px !important;
  }

  .cta-points {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .cta-points article {
    min-height: 92px;
    padding-top: 18px;
  }
}


/* Fine section placement pass */
.why-heading h2 {
  font-size: clamp(40px, 4.15vw, 70px);
  line-height: .96;
}

.why-heading p:not(.eyebrow) {
  margin-top: 10px;
}

.why-benefits {
  margin-top: clamp(28px, 4.5vh, 52px);
}

.why-benefits article {
  min-height: clamp(265px, 23vw, 350px);
  padding: clamp(64px, 6.6vw, 96px) clamp(20px, 1.8vw, 30px) clamp(28px, 3vw, 44px);
}

.why-benefits h3 {
  font-size: clamp(27px, 1.92vw, 37px);
}

.why-benefits p {
  font-size: clamp(15px, 1vw, 19px);
}

.cta-copy h2 {
  font-size: clamp(42px, 3.85vw, 66px);
}

.cta-copy p:not(.eyebrow) {
  margin-top: clamp(76px, 8.7vh, 96px) !important;
}

.cta-main-button {
  margin-top: clamp(108px, 12vh, 132px) !important;
}

@media (max-width: 760px) {
  .why-benefits {
    margin-top: 34px;
  }

  .cta-copy p:not(.eyebrow),
  .cta-main-button {
    margin-top: 28px !important;
  }
}


/* Final override: product guide cards, hero and CTA alignment */
.hero-copy {
  width: min(860px, 58vw);
}

.hero-copy h1 {
  max-width: 860px;
  font-size: clamp(58px, 6.15vw, 118px);
  line-height: .92;
}

.product-guides-section .product-section-inner {
  max-width: 1320px;
}

.product-guides-intro {
  max-width: 930px;
  margin: 18px auto 42px;
  color: #684536;
  font-family: "Playfair Display", serif;
  font-size: clamp(19px, 1.35vw, 25px);
  line-height: 1.45;
  text-align: center;
}

.product-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 38px);
  align-items: stretch;
}

.product-guide-grid-two {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
}

.product-guide-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  justify-items: center;
  min-height: 520px;
  padding: 22px 22px 30px;
  border: 1px solid rgba(218, 191, 155, .62);
  border-radius: 26px;
  background: rgba(255, 250, 243, .72);
  box-shadow: 0 24px 62px rgba(89, 56, 40, .13), inset 0 1px 26px rgba(255, 255, 255, .35);
  text-align: center;
}

.product-guide-card .character-tile {
  width: min(240px, 76%);
  margin: 0 auto 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-guide-card .character-tile img {
  width: 100%;
  border-radius: 18px;
  filter: drop-shadow(0 18px 24px rgba(70, 42, 26, .18));
}

.product-guide-card span {
  color: #c1842e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.product-guide-card h3 {
  margin: 8px 0 12px;
  color: #583727;
  font-size: clamp(32px, 2.5vw, 46px);
}

.product-guide-card p {
  max-width: 330px;
  margin: 0 auto;
  color: #6a4736;
  font-family: "Playfair Display", serif;
  font-size: clamp(17px, 1.12vw, 21px);
  line-height: 1.42;
}

.cta-copy {
  top: 16.5%;
  width: min(1180px, 78vw);
}

.cta-copy h2 {
  max-width: 980px;
  font-size: clamp(58px, 4.25vw, 82px);
  line-height: .96;
}

.cta-copy p:not(.eyebrow) {
  margin-top: clamp(18px, 2vh, 28px) !important;
  font-family: "Playfair Display", serif;
  font-size: clamp(23px, 1.55vw, 31px);
  line-height: 1.22;
}

.cta-main-button {
  display: flex;
  margin: clamp(64px, 7.8vh, 84px) auto 0 !important;
  width: min(760px, 42vw);
  min-width: 0;
}

.cta-points {
  top: 83.5%;
}

.cta-points p {
  min-height: 58px;
  display: grid;
  place-items: start center;
}

@media (max-width: 980px) {
  .hero-copy {
    width: min(760px, 78vw);
  }

  .hero-copy h1 {
    font-size: clamp(52px, 10vw, 92px);
  }

  .product-guide-grid,
  .product-guide-grid-two {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-guide-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .cta-copy {
    top: 11%;
    width: min(90vw, 560px);
  }

  .cta-copy h2 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .cta-copy p:not(.eyebrow) {
    font-size: clamp(20px, 5.6vw, 27px);
  }

  .cta-main-button {
    width: min(360px, 84vw);
    margin-top: 32px !important;
  }
}

/* Final alignment pass: 2026-05-25 */
.hero-copy {
  width: min(980px, 64vw);
}

.hero-copy h1 {
  max-width: 960px;
  font-size: clamp(54px, 5.55vw, 96px);
  line-height: .93;
}

.about-hero img {
  width: min(720px, 94vw);
  margin: -28px auto 34px;
  clip-path: inset(8% 18% 13% 18%);
  mix-blend-mode: multiply;
  filter: drop-shadow(0 28px 42px rgba(67, 43, 24, .15));
}

.cta-copy {
  top: calc(16.5% - 38px);
}

.cta-copy h2 {
  max-width: 1080px;
}

.cta-main-button {
  margin-top: clamp(58px, 7vh, 76px) !important;
}

.cta-points {
  top: calc(83.5% - 38px);
}

.cta-points article:first-child {
  transform: translateX(-38px);
}

.cta-points article:last-child {
  transform: translateX(38px);
}

@media (max-width: 980px) {
  .hero-copy {
    width: min(800px, 82vw);
  }

  .hero-copy h1 {
    font-size: clamp(46px, 8.8vw, 76px);
  }

  .cta-copy {
    top: calc(11% - 20px);
  }

  .cta-points {
    top: auto;
    bottom: 78px;
  }

  .cta-points article:first-child,
  .cta-points article:last-child {
    transform: none;
  }
}


/* Designed background hotspot pass */
.why-section .section-bg,
.cta-section .section-bg {
  object-fit: fill;
}

.why-benefits {
  margin-top: clamp(38px, 5.2vh, 62px);
}

.why-benefits article {
  background: rgba(255, 248, 235, .34);
  box-shadow: inset 0 0 34px rgba(255, 255, 255, .20);
}

.cta-copy p:not(.eyebrow) {
  margin-top: clamp(96px, 10.8vh, 122px) !important;
}

.cta-main-button {
  margin-top: clamp(34px, 4.8vh, 54px) !important;
}


/* CTA text and button separation pass */
.cta-copy p:not(.eyebrow) {
  margin-top: clamp(62px, 7.2vh, 82px) !important;
}

.cta-main-button {
  margin-top: clamp(92px, 11vh, 112px) !important;
}

@media (max-width: 760px) {
  .cta-copy p:not(.eyebrow),
  .cta-main-button {
    margin-top: 28px !important;
  }
}


/* CTA final placement pass */
.cta-copy p:not(.eyebrow) {
  margin-top: clamp(40px, 5vh, 60px) !important;
}

.cta-main-button {
  margin-top: clamp(142px, 16vh, 170px) !important;
}

@media (max-width: 760px) {
  .cta-copy p:not(.eyebrow),
  .cta-main-button {
    margin-top: 28px !important;
  }
}


/* CTA button on capsule pass */
.cta-main-button {
  margin-top: clamp(84px, 10vh, 104px) !important;
}

@media (max-width: 760px) {
  .cta-main-button {
    margin-top: 28px !important;
  }
}


/* Full-art landing sections */
.full-art-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
  background: #fff5ec;
}

.full-art-section img {
  display: block;
  width: 100%;
  height: auto;
}

/* Character narrative focus */
.characters {
  position: relative;
}

.characters .section-heading,
.characters .character-board {
  transition: filter .35s ease, opacity .35s ease, transform .35s ease;
}

.characters.is-character-focused .section-heading,
.characters.is-character-focused .character-board {
  filter: blur(2px);
  opacity: .72;
}

.characters .character-tile {
  position: relative;
  cursor: pointer;
  outline: 0;
}

.characters .character-tile:focus-visible {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.characters .character-tile:focus-visible img {
  outline: 3px solid rgba(197, 139, 53, .72);
  outline-offset: 4px;
}

.characters .character-tile > div {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 12px;
  border-radius: 14px;
  color: #fffaf0;
  background: linear-gradient(180deg, rgba(38, 26, 18, .08), rgba(38, 26, 18, .78));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none;
}

.characters .character-tile:hover > div,
.characters .character-tile:focus-visible > div,
.characters .character-tile.is-active > div {
  opacity: 1;
  transform: translateY(0);
}

.characters .character-tile h3 {
  font-size: 28px;
  line-height: 1;
}

.characters .character-tile p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.character-focus {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(220px, .86fr) minmax(280px, 1.14fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  width: min(1120px, calc(100% - 44px));
  max-height: min(82svh, 760px);
  overflow-y: auto;
  padding: clamp(20px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 28px;
  background: rgba(255, 249, 239, .86);
  box-shadow: 0 32px 100px rgba(72, 44, 24, .28);
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%);
}

.character-focus[hidden] {
  display: none;
}

.character-focus-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(116, 77, 42, .22);
  border-radius: 999px;
  color: #684630;
  background: rgba(255, 255, 255, .68);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.character-focus-art {
  justify-self: center;
}

.character-focus-art img {
  width: min(360px, 100%);
  border-radius: 24px;
  filter: drop-shadow(0 28px 34px rgba(81, 49, 26, .28));
  transform: scale(1.06);
}

.character-focus-copy {
  padding-right: 34px;
  color: #3d3028;
}

.character-focus-copy .section-kicker {
  margin: 0 0 10px;
  font-size: clamp(16px, 1.4vw, 24px);
}

.character-focus-copy h3 {
  color: #553625;
  font-size: clamp(48px, 5vw, 86px);
}

.character-focus-copy p:not(.section-kicker) {
  margin: 16px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1.5;
}

.social-proof-art {
  background: #fbf4ec;
}

.why-art {
  background: #ead6bd;
}

.narrative-proof,
.why-html-section {
  position: relative;
  min-height: 100svh;
  padding: clamp(76px, 9vw, 128px) clamp(20px, 5vw, 88px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.narrative-proof::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: none;
}

.why-html-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 247, 236, .14), rgba(255, 247, 236, .04)),
    linear-gradient(90deg, rgba(255, 247, 236, .12), rgba(255, 247, 236, .02) 56%, rgba(84, 52, 30, .06));
}

.narrative-proof-copy {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  color: #4d3124;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 2px 18px rgba(255, 249, 239, .54);
}

.narrative-proof-copy h2,
.why-html-section h2 {
  max-width: 980px;
  font-size: clamp(42px, 5.4vw, 88px);
  margin-left: auto;
  margin-right: auto;
}

.social-title-line {
  display: block;
}

.narrative-proof-copy > p:not(.section-kicker),
.why-html-section .section-heading > p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.55;
}

.proof-grid,
.why-html-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(34px, 5vw, 70px);
  margin-left: auto;
  margin-right: auto;
  width: min(1260px, 100%);
}

.why-html-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: min(1560px, 96vw);
}

.proof-grid article,
.why-html-grid article {
  min-height: 300px;
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(161, 106, 48, .24);
  border-radius: 18px;
  background: rgba(255, 250, 242, .92);
  box-shadow: 0 18px 46px rgba(75, 48, 27, .16);
  backdrop-filter: none;
}

.proof-grid span {
  color: #b87424;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.proof-grid h3,
.why-html-grid h3 {
  margin-top: 18px;
  color: #4d3124;
  font-size: clamp(28px, 2.15vw, 40px);
  line-height: 1.02;
}

.proof-grid p,
.why-html-grid p {
  margin: 14px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(16px, 1.1vw, 21px);
  line-height: 1.48;
}

.why-html-section {
  background: #ead6bd;
  align-items: start;
  padding-top: clamp(82px, 7vw, 112px);
}

.narrative-proof .section-bg,
.why-html-section .section-bg {
  object-position: center center;
}

.why-html-section .section-bg {
  filter: none;
  transform: none;
}

.why-html-section .section-heading {
  position: relative;
  z-index: 2;
  color: #4d3124;
  text-shadow: 0 2px 22px rgba(255, 245, 226, .78);
}

.why-html-section .section-kicker {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(117, 73, 30, .20);
  border-radius: 999px;
  color: #7b4717;
  background: rgba(255, 249, 239, .78);
  box-shadow: 0 10px 28px rgba(62, 37, 20, .14);
  text-shadow: none;
}

.why-html-grid {
  margin-top: clamp(28px, 4vh, 48px);
}

.product-status-note {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: #fff8e8;
  background: rgba(42, 31, 24, .28);
  font-size: 14px;
  font-weight: 800;
}


/* Softer ebook info cards */
.ebook-mockup {
  background: rgba(255, 250, 243, .46);
  border-color: rgba(255, 255, 255, .58);
  box-shadow: 0 22px 54px rgba(93, 60, 36, .15), inset 0 1px 24px rgba(255, 255, 255, .26);
  backdrop-filter: blur(7px);
}

.ebook-mockup:hover {
  background: rgba(255, 250, 243, .56);
}

.ebook-mockup-copy {
  border-radius: 20px;
  background: rgba(255, 250, 243, .22);
}


/* CTA final editable overlay */
.cta-section {
  position: relative;
  min-height: 100svh;
  padding: 0;
  display: block;
  overflow: hidden;
  background: #fbefe5;
}

.cta-section .section-bg {
  object-fit: fill;
  object-position: center;
}

.cta-section::after {
  background: none;
}

.cta-copy {
  position: absolute;
  top: 21.6%;
  left: 50%;
  z-index: 3;
  width: min(1000px, 70vw);
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
}

.cta-copy h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #553627;
  font-size: clamp(34px, 2.7vw, 48px);
  line-height: .95;
  text-shadow: 0 2px 18px rgba(255, 250, 238, .76);
}

.cta-copy p:not(.eyebrow) {
  margin-top: clamp(4px, .7vh, 8px) !important;
  max-width: 620px;
  color: #4f3427;
  font-size: clamp(16px, 1.15vw, 21px);
  line-height: 1.2;
}

.cta-main-button {
  margin-top: clamp(28px, 3.2vh, 40px) !important;
  min-width: min(760px, 48vw);
  min-height: clamp(104px, 10.8vh, 128px);
  padding: 26px 70px;
  border: 0 !important;
  outline: 0;
  color: #fff9e9;
  background: linear-gradient(180deg, #e1ad4d 0%, #c1842e 50%, #9d5f20 100%);
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(77, 42, 14, .32);
  box-shadow: 0 22px 42px rgba(143, 82, 18, .38), inset 0 3px 10px rgba(255, 224, 123, .38);
}

.cta-points {
  position: absolute;
  top: 80.5%;
  left: 50%;
  z-index: 3;
  width: min(1180px, 82vw);
  margin: 0;
  transform: translateX(-50%);
}

.cta-points article {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cta-points p {
  max-width: 270px;
  margin: 0 auto;
  color: #5a3525;
  text-shadow: 0 2px 14px rgba(255, 247, 230, .74);
}

@media (max-width: 760px) {
  .full-art-section {
    overflow-x: auto;
  }

  .full-art-section img {
    width: auto;
    min-width: 860px;
    max-width: none;
    height: auto;
  }

  .character-focus {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    width: min(100%, 92vw);
    max-height: none;
    overflow-y: visible;
    margin: 28px auto 0;
    transform: none;
  }

  .characters.is-character-focused .section-heading,
  .characters.is-character-focused .character-board {
    filter: blur(1px);
  }

  .character-focus-art img {
    width: min(280px, 74vw);
  }

  .character-focus-copy {
    padding-right: 0;
    text-align: center;
  }

  .narrative-proof,
  .why-html-section {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .narrative-proof::after {
    background: none;
  }

  .why-html-section::after {
    background:
      linear-gradient(180deg, rgba(255, 249, 239, .18), rgba(255, 249, 239, .08)),
      linear-gradient(90deg, rgba(73, 42, 22, .08), rgba(73, 42, 22, .04));
  }

  .proof-grid,
  .why-html-grid {
    grid-template-columns: 1fr;
    width: min(100%, 92vw);
  }

  .proof-grid article,
  .why-html-grid article {
    min-height: auto;
  }

  .cta-section {
    min-height: 720px;
  }

  .cta-section .section-bg {
    object-fit: cover;
  }

  .cta-copy {
    top: 16%;
    width: min(88vw, 520px);
  }

  .cta-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .cta-main-button {
    min-width: min(340px, 82vw);
    min-height: 74px;
    padding: 20px 30px;
    font-size: clamp(22px, 6vw, 28px);
  }

  .cta-points {
    top: auto;
    bottom: 42px;
    grid-template-columns: 1fr;
    gap: 16px;
    width: min(88vw, 420px);
  }
}


/* Final override: product guide cards, hero and CTA alignment */
.hero-copy {
  width: min(860px, 58vw);
}

.hero-copy h1 {
  max-width: 860px;
  font-size: clamp(58px, 6.15vw, 118px);
  line-height: .92;
}

.product-guides-section .product-section-inner {
  max-width: 1320px;
}

.product-guides-intro {
  max-width: 930px;
  margin: 18px auto 42px;
  color: #684536;
  font-family: "Playfair Display", serif;
  font-size: clamp(19px, 1.35vw, 25px);
  line-height: 1.45;
  text-align: center;
}

.product-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 38px);
  align-items: stretch;
}

.product-guide-grid-two {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
}

.product-guide-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  justify-items: center;
  min-height: 520px;
  padding: 22px 22px 30px;
  border: 1px solid rgba(218, 191, 155, .62);
  border-radius: 26px;
  background: rgba(255, 250, 243, .72);
  box-shadow: 0 24px 62px rgba(89, 56, 40, .13), inset 0 1px 26px rgba(255, 255, 255, .35);
  text-align: center;
}

.product-guide-card .character-tile {
  width: min(240px, 76%);
  margin: 0 auto 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-guide-card .character-tile img {
  width: 100%;
  border-radius: 18px;
  filter: drop-shadow(0 18px 24px rgba(70, 42, 26, .18));
}

.product-guide-card span {
  color: #c1842e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.product-guide-card h3 {
  margin: 8px 0 12px;
  color: #583727;
  font-size: clamp(32px, 2.5vw, 46px);
}

.product-guide-card p {
  max-width: 330px;
  margin: 0 auto;
  color: #6a4736;
  font-family: "Playfair Display", serif;
  font-size: clamp(17px, 1.12vw, 21px);
  line-height: 1.42;
}

.cta-copy {
  top: 16.5%;
  width: min(1180px, 78vw);
}

.cta-copy h2 {
  max-width: 980px;
  font-size: clamp(58px, 4.25vw, 82px);
  line-height: .96;
}

.cta-copy p:not(.eyebrow) {
  margin-top: clamp(18px, 2vh, 28px) !important;
  font-family: "Playfair Display", serif;
  font-size: clamp(23px, 1.55vw, 31px);
  line-height: 1.22;
}

.cta-main-button {
  display: flex;
  margin: clamp(64px, 7.8vh, 84px) auto 0 !important;
  width: min(760px, 42vw);
  min-width: 0;
}

.cta-points {
  top: 83.5%;
}

.cta-points p {
  min-height: 58px;
  display: grid;
  place-items: start center;
}

@media (max-width: 980px) {
  .hero-copy {
    width: min(760px, 78vw);
  }

  .hero-copy h1 {
    font-size: clamp(52px, 10vw, 92px);
  }

  .product-guide-grid,
  .product-guide-grid-two {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-guide-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .cta-copy {
    top: 11%;
    width: min(90vw, 560px);
  }

  .cta-copy h2 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .cta-copy p:not(.eyebrow) {
    font-size: clamp(20px, 5.6vw, 27px);
  }

  .cta-main-button {
    width: min(360px, 84vw);
    margin-top: 32px !important;
  }
}
/* Final precise adjustment: quiz, hero line control and CTA lift */
@media (min-width: 981px) {
  .hero-title-line {
    display: block;
  }

  .hero-copy {
    width: min(980px, 64vw);
  }

  .hero-copy h1 {
    max-width: 980px;
    font-size: clamp(54px, 5.25vw, 96px);
    line-height: .93;
  }

  .quiz-page .quiz-shell {
    transform: translateX(-56.7px);
  }

  .cta-copy {
    top: calc(16.5% - 75.8px);
  }

  .cta-points {
    top: calc(83.5% - 75.8px);
  }
}

@media (max-width: 980px) {
  .hero-title-line {
    display: inline;
  }

  .quiz-page .quiz-shell {
    transform: none;
  }
}

/* Mobile polish pass inspired by the portfolio layout discipline */
@media (max-width: 1180px) {
  .why-html-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(920px, 92vw);
  }

  .why-html-grid article {
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    min-height: 58px;
    padding: 10px 14px;
    gap: 10px;
    background: linear-gradient(180deg, rgba(45, 34, 25, .72), rgba(45, 34, 25, .18), rgba(45, 34, 25, 0));
  }

  .brand {
    flex: 0 0 auto;
    max-width: 142px;
    font-size: 11px;
    line-height: 1.1;
  }

  .main-nav {
    flex: 1 1 auto;
    gap: 12px;
    overflow-x: auto;
    padding: 6px 2px;
    font-size: 12px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .language-toggle {
    flex: 0 0 38px;
    min-width: 38px;
    height: 34px;
    font-size: 15px;
  }

  .hero,
  .problem,
  .narrative-proof,
  .why-html-section,
  .characters,
  .testimonial-section,
  .ebooks,
  .cta-section,
  .product-section,
  .product-buy-section,
  .about-hero,
  .legal-page .legal-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: 100svh;
    align-items: end;
    padding-top: 84px;
    padding-bottom: 78px;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(16, 18, 13, .28), rgba(16, 18, 13, .52)),
      linear-gradient(90deg, rgba(16, 18, 13, .48), rgba(16, 18, 13, .16));
  }

  .hero-copy,
  .section-heading,
  .ebook-heading,
  .product-hero-copy,
  .product-section-inner,
  .legal-hero-copy {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-copy h1,
  .section-heading h2,
  .narrative-proof-copy h2,
  .why-html-section h2,
  .ebook-heading h2,
  .product-section h2,
  .product-buy-section h2,
  .about-hero h1,
  .legal-page .legal-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 56px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .hero-copy p:not(.eyebrow),
  .section-heading p:not(.eyebrow),
  .narrative-proof-copy > p:not(.section-kicker),
  .why-html-section .section-heading > p,
  .ebook-heading p:not(.eyebrow),
  .product-section p,
  .product-section li,
  .product-buy-section p,
  .legal-page .legal-hero p:not(.eyebrow) {
    max-width: 100%;
    font-size: clamp(17px, 5vw, 21px);
    line-height: 1.55;
  }

  .hero-actions,
  .quiz-actions,
  .result-actions {
    align-items: stretch;
    width: 100%;
  }

  .btn,
  .btn-book,
  .product-buy-button,
  .cta-main-button,
  .quiz-actions .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
    font-size: clamp(18px, 5.2vw, 23px);
    line-height: 1.18;
  }

  .narrative-proof {
    min-height: 100svh;
    justify-items: center;
    padding-top: 84px;
    padding-bottom: 46px;
  }

  .narrative-proof-copy {
    width: min(100%, 560px);
  }

  .proof-grid {
    grid-template-columns: 1fr;
    width: min(100%, 430px);
    gap: 14px;
    margin-top: 34px;
  }

  .proof-grid article {
    min-height: auto;
    padding: 22px 20px;
  }

  .proof-grid h3 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .why-html-section {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 48px;
  }

  .why-html-section .section-kicker {
    color: #6a3410;
    background: rgba(255, 250, 241, .92);
  }

  .why-html-grid {
    grid-template-columns: 1fr;
    width: min(100%, 430px);
    gap: 14px;
  }

  .why-html-grid article {
    min-height: auto;
    padding: 22px 20px;
  }

  .why-html-grid h3 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .characters {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 56px;
  }

  .character-board {
    overflow: visible;
  }

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

  .characters .character-tile > div {
    left: 7px;
    right: 7px;
    bottom: 7px;
    padding: 9px;
  }

  .characters .character-tile h3 {
    font-size: 22px;
  }

  .characters .character-tile p {
    font-size: 11px;
  }

  .character-focus {
    width: min(100%, 430px);
    padding: 20px 18px 24px;
    border-radius: 20px;
  }

  .character-focus-copy h3 {
    font-size: clamp(42px, 15vw, 60px);
  }

  .character-focus-copy p:not(.section-kicker) {
    font-size: clamp(16px, 4.8vw, 19px);
    line-height: 1.5;
  }

  .testimonial-marquee {
    margin-left: -18px;
    margin-right: -18px;
  }

  .testimonial-card {
    width: min(82vw, 320px);
  }

  .ebook-track {
    padding-left: 2px;
    padding-right: 22px;
  }

  .ebook-mockup,
  .ebook-card,
  .product-guide-card,
  .product-card-grid article,
  .product-faq,
  .product-character-grid article {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-hero-rich,
  .product-detail,
  .product-guide-grid,
  .product-guide-grid-two,
  .product-character-grid,
  .ebook-grid {
    grid-template-columns: 1fr !important;
  }

  .product-visual .product-cover,
  .product-visual .product-mockup-cover {
    max-width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }

  .quiz-page .quiz-panel {
    min-height: 100svh;
    padding: 76px 16px 44px;
  }

  .quiz-shell,
  .quiz-card,
  .result-panel {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .quiz-card {
    padding: 22px 18px;
  }

  .quiz-option {
    min-height: 58px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.35;
  }

  .cta-section {
    min-height: 760px;
  }

  .cta-copy {
    top: 10%;
  }

  .cta-points {
    bottom: 28px;
  }
}

@media (max-width: 420px) {
  .brand {
    max-width: 118px;
  }

  .main-nav {
    gap: 10px;
    font-size: 11px;
  }

  .hero-copy h1,
  .section-heading h2,
  .narrative-proof-copy h2,
  .why-html-section h2 {
    font-size: clamp(34px, 11.2vw, 48px);
  }

  .character-grid {
    gap: 10px;
  }

  .sendero-chatbot__panel {
    inset: auto 8px 70px 8px;
  }
}

/* Mobile background and density refinement pass */
@media (max-width: 760px) {
  .hero-layer:nth-child(1) {
    background-image: url("assets-v2/mobile-hero-1.png") !important;
  }

  .hero-layer:nth-child(2) {
    background-image: url("assets-v2/mobile-hero-2.png") !important;
  }

  .hero-layer:nth-child(3) {
    background-image: url("assets-v2/mobile-hero-3.png") !important;
  }

  .hero-layer:nth-child(4) {
    background-image: url("assets-v2/mobile-hero-4.png") !important;
  }

  .hero-layer:nth-child(5),
  .hero-layer:nth-child(6) {
    background-image: url("assets-v2/mobile-hero-5.png") !important;
  }

  .problem-section .section-bg {
    content: url("assets-v2/mobile-section-2-problem.png");
    object-position: center center;
  }

  .narrative-proof .section-bg {
    content: url("assets-v2/mobile-section-3-proof.png");
    object-position: center center;
  }

  .why-html-section .section-bg {
    content: url("assets-v2/mobile-section-4-why.png");
    object-position: center center;
  }

  .characters {
    background:
      linear-gradient(180deg, rgba(255, 248, 236, .82), rgba(255, 248, 236, .72)),
      url("assets-v2/mobile-section-5-characters.png") center / cover no-repeat;
  }

  .ebooks .section-bg {
    content: url("assets-v2/mobile-section-6-ebooks.png");
    object-position: center center;
  }

  .cta-section .section-bg {
    content: url("assets-v2/mobile-section-7-cta-updated.png");
    object-position: center center;
  }

  .problem-section {
    min-height: 100svh;
    justify-content: end;
    padding-top: 88px;
    padding-bottom: 58px;
  }

  .problem-section::after {
    background: linear-gradient(180deg, rgba(255, 248, 238, .20), rgba(255, 248, 238, .82) 54%, rgba(255, 248, 238, .94));
  }

  .problem-copy {
    justify-self: center;
    width: min(100%, 440px);
    padding: 26px 22px;
    border-radius: 24px;
    background: rgba(255, 250, 243, .72);
    box-shadow: 0 24px 70px rgba(70, 44, 25, .14);
    text-align: left;
  }

  .problem-copy h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .problem-copy p {
    font-size: clamp(18px, 4.8vw, 21px) !important;
  }

  .narrative-proof {
    min-height: 100svh;
    padding-top: 82px;
    padding-bottom: 50px;
  }

  .narrative-proof::after {
    background: linear-gradient(180deg, rgba(255, 248, 238, .18), rgba(255, 248, 238, .58) 42%, rgba(255, 248, 238, .28));
  }

  .narrative-proof-copy {
    padding-top: 0;
    text-align: center;
  }

  .proof-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(245px, 78vw);
    width: calc(100vw - 18px);
    max-width: none;
    margin-left: -9px;
    padding: 0 18px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .proof-grid article {
    scroll-snap-align: center;
  }

  .why-html-section {
    min-height: 100svh;
    padding-top: 76px;
    padding-bottom: 50px;
  }

  .why-html-section::after {
    background: linear-gradient(180deg, rgba(35, 24, 14, .10), rgba(255, 247, 236, .10) 34%, rgba(35, 24, 14, .14));
  }

  .why-html-section .section-heading {
    padding: 0 6px;
    text-shadow: 0 2px 18px rgba(255, 250, 235, .86);
  }

  .why-html-section .section-kicker {
    color: #65350f;
    background: rgba(255, 250, 241, .94);
    box-shadow: 0 12px 30px rgba(52, 30, 16, .16);
  }

  .why-html-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 82vw);
    width: calc(100vw - 18px);
    max-width: none;
    margin-left: -9px;
    padding: 0 18px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .why-html-grid article {
    min-height: 250px;
    scroll-snap-align: center;
    background: rgba(255, 250, 243, .90);
  }

  .characters {
    min-height: 100svh;
    padding-top: 76px;
    padding-bottom: 54px;
  }

  .character-board {
    width: calc(100vw - 18px);
    max-width: none;
    margin-left: -9px;
    margin-right: -9px;
    padding: 18px 18px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .character-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(142px, 43vw);
    gap: 12px;
    width: max-content;
  }

  .character-tile {
    scroll-snap-align: center;
  }

  .characters .character-tile img {
    min-height: 220px;
    object-fit: cover;
  }

  .character-focus {
    margin-top: 24px;
    max-height: none;
    grid-template-columns: 1fr;
  }

  .characters.is-character-focused .section-heading,
  .characters.is-character-focused .character-board {
    filter: none;
    opacity: .52;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .testimonial-heading p:not(.section-kicker) {
    font-size: clamp(17px, 4.7vw, 20px);
  }

  .testimonial-marquee {
    width: calc(100vw - 18px);
    margin-left: -9px;
    margin-right: -9px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .testimonial-track {
    animation: none;
    gap: 14px;
    padding: 0 18px 12px;
  }

  .testimonial-card {
    width: min(78vw, 292px);
    scroll-snap-align: center;
  }

  .ebooks {
    min-height: 100svh;
    align-items: center;
    padding-top: 76px;
    padding-bottom: 60px;
  }

  .ebooks::after {
    background: linear-gradient(180deg, rgba(45, 30, 20, .20), rgba(45, 30, 20, .38));
  }

  .ebook-heading {
    color: #fffaf0;
    text-shadow: 0 2px 18px rgba(40, 24, 14, .44);
  }

  .ebook-carousel {
    width: calc(100vw - 18px);
    padding: 0;
  }

  .ebook-track {
    grid-auto-columns: minmax(255px, 82vw);
    padding: 0 18px 16px;
    gap: 16px;
  }

  .ebook-mockup {
    max-width: none;
    min-height: 0;
    background: rgba(255, 250, 243, .74);
  }

  .ebook-mockup-art img {
    max-width: 245px;
  }

  .ebook-mockup-copy {
    min-height: 190px;
  }

  .quiz-page .quiz-panel {
    background-image:
      linear-gradient(180deg, rgba(255, 246, 232, .18), rgba(255, 246, 232, .30)),
      url("assets-v2/quiz-bg-mobile.png");
    background-position: center top;
  }

  .quiz-card {
    background: rgba(255, 250, 244, .84);
    backdrop-filter: blur(7px);
  }

  .quiz-card h2 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .quiz-actions {
    padding-bottom: 84px;
  }

  .legal-page .legal-hero {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 24px;
    padding-top: 94px;
    text-align: center;
  }

  .legal-page .legal-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .legal-page .legal-hero p:not(.eyebrow) {
    width: min(100%, 430px);
    margin-left: auto;
    margin-right: auto;
  }

  .legal-hero-art {
    width: min(72vw, 260px);
    margin: 0 auto;
  }

  .cta-section {
    min-height: 100svh;
  }

  .product-card-grid,
  .product-faq-grid {
    display: grid;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 82vw);
    width: calc(100vw - 18px);
    max-width: none;
    margin-left: -9px;
    margin-right: -9px;
    padding: 0 18px 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .product-card-grid article,
  .product-faq {
    width: auto;
    max-width: none;
    min-height: 240px;
    scroll-snap-align: center;
  }
}

/* Final polish: avoid capture gutters and keep mobile carousels inside the viewport. */
.testimonial-marquee {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 760px) {
  .proof-grid,
  .why-html-grid,
  .character-board,
  .testimonial-marquee,
  .ebook-carousel,
  .product-card-grid,
  .product-faq-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Mobile scale reset inspired by the portfolio: centered, tighter, and less theatrical. */
.legal-card summary {
  position: relative;
  padding-right: 54px;
  cursor: pointer;
  list-style: none;
}

.legal-card summary::-webkit-details-marker {
  display: none;
}

.legal-card summary::after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 26px;
  color: #b87424;
  font-family: Inter, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.legal-card[open] summary::after {
  content: "-";
}

.legal-summary-title {
  display: block;
  margin-top: 8px;
  color: var(--brown);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.3vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
  }

  .hero-copy {
    width: min(100%, 430px);
    margin: 0 auto;
    text-align: center;
  }

  .problem-section,
  .narrative-proof,
  .why-html-section,
  .characters,
  .testimonial-section,
  .ebooks,
  .cta-section {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .problem-section {
    min-height: 92svh;
    justify-content: center;
  }

  .problem-section::after {
    background: linear-gradient(180deg, rgba(255, 248, 238, .12), rgba(255, 248, 238, .36) 46%, rgba(255, 248, 238, .64));
  }

  .problem-copy {
    width: min(100%, 360px);
    padding: 24px 22px;
    background: rgba(255, 250, 243, .58);
    text-align: left;
  }

  .problem-heading,
  .narrative-proof-copy h2,
  .why-html-section h2,
  .characters .section-heading h2,
  .testimonial-heading h2,
  .ebook-heading h2,
  .cta-copy h2 {
    font-size: clamp(32px, 9.2vw, 42px) !important;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .problem-copy p,
  .narrative-proof-copy > p:not(.section-kicker),
  .why-html-section .section-heading > p,
  .characters .section-heading p:not(.section-kicker),
  .testimonial-heading p:not(.section-kicker),
  .ebook-heading p:not(.section-kicker),
  .cta-copy p:not(.eyebrow) {
    width: min(100%, 350px);
    margin-left: auto;
    margin-right: auto;
    font-size: 16px !important;
    line-height: 1.65;
    text-align: center;
  }

  .section-kicker,
  .eyebrow {
    font-size: 12px !important;
    letter-spacing: .18em;
  }

  .hero-actions .btn {
    min-height: 56px;
    padding: 13px 22px;
    font-size: 21px;
  }

  .narrative-proof,
  .why-html-section,
  .ebooks {
    display: grid;
    align-content: center;
    gap: 24px;
  }

  .narrative-proof::after {
    background: linear-gradient(180deg, rgba(255, 248, 238, .16), rgba(255, 248, 238, .26));
  }

  .why-html-section::after,
  .ebooks::after {
    background: linear-gradient(180deg, rgba(35, 24, 14, .10), rgba(35, 24, 14, .16));
  }

  .characters {
    background:
      linear-gradient(180deg, rgba(255, 248, 236, .38), rgba(255, 248, 236, .34)),
      url("assets-v2/mobile-section-5-characters.png") center / cover no-repeat;
  }

  .proof-grid,
  .why-html-grid,
  .character-board,
  .ebook-carousel,
  .product-card-grid,
  .product-faq-grid {
    width: min(100%, 390px);
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .proof-grid,
  .why-html-grid {
    grid-auto-columns: minmax(230px, 72vw);
    gap: 12px;
  }

  .proof-grid article,
  .why-html-grid article {
    min-height: 176px;
    padding: 20px 18px;
    background: rgba(255, 250, 243, .76);
  }

  .proof-grid span {
    font-size: 28px;
  }

  .proof-grid h3,
  .why-html-grid h3 {
    margin-top: 10px;
    font-size: 28px !important;
    line-height: 1.06;
  }

  .proof-grid p,
  .why-html-grid p {
    font-size: 15px;
    line-height: 1.45;
  }

  .character-board {
    padding: 14px 0 16px;
  }

  .character-grid {
    grid-auto-columns: minmax(132px, 42vw);
    gap: 12px;
  }

  .characters .character-tile img {
    min-height: 188px;
    border-radius: 16px;
  }

  .character-focus {
    width: min(100%, 390px);
    margin: 18px auto 0;
    padding: 20px 18px;
  }

  .character-focus-copy h3 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .character-focus-copy p {
    font-size: 16px;
    line-height: 1.58;
  }

  .testimonial-marquee {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .testimonial-track {
    width: max-content;
    animation: testimonialDrift 38s linear infinite;
    gap: 16px;
    padding: 0 0 10px;
  }

  .testimonial-card {
    width: min(70vw, 260px);
  }

  .ebook-carousel {
    display: grid;
    place-items: center;
  }

  .ebook-track {
    grid-auto-columns: minmax(245px, 76vw);
    gap: 14px;
    padding: 0 0 14px;
  }

  .ebook-mockup {
    background: rgba(255, 250, 243, .68);
    padding: 18px;
  }

  .ebook-mockup-art img {
    max-width: 190px;
  }

  .ebook-mockup-copy h3 {
    font-size: 30px;
  }

  .ebook-mockup-copy p {
    font-size: 15px;
  }

  .quiz-page .quiz-panel {
    min-height: 100svh;
    padding: 76px 18px 118px;
    align-content: start;
    background-image:
      linear-gradient(180deg, rgba(255, 246, 232, .05), rgba(255, 246, 232, .18)),
      url("assets-v2/quiz-bg-mobile.png");
    background-size: cover;
    background-position: center bottom;
  }

  .quiz-shell {
    width: min(100%, 390px);
    margin: 0 auto;
  }

  .quiz-question-heading {
    margin-bottom: 22px;
    text-align: left;
  }

  .quiz-question-heading h1 {
    font-size: clamp(40px, 10.5vw, 52px);
    line-height: 1.05;
  }

  .quiz-question-heading p {
    font-size: 18px;
    line-height: 1.55;
  }

  .quiz-progress {
    margin: 20px auto 28px;
    width: min(100%, 340px);
  }

  .quiz-card {
    min-height: 0;
    padding: 22px 18px;
    border-radius: 22px;
    background: rgba(255, 250, 244, .80);
    backdrop-filter: blur(3px);
  }

  .quiz-card h2 {
    font-size: clamp(30px, 8vw, 38px) !important;
    line-height: 1.1;
  }

  .quiz-options {
    gap: 10px;
    margin-top: 20px;
  }

  .quiz-option {
    min-height: 50px;
    padding: 12px 14px;
    font-size: 15.5px;
    line-height: 1.28;
  }

  .quiz-option::before {
    display: none;
  }

  .quiz-actions {
    gap: 12px;
    padding-bottom: 0;
  }

  .quiz-actions .btn {
    min-height: 52px;
    padding: 12px 18px;
    font-size: 20px;
  }

  .legal-page .legal-hero {
    padding-top: 86px;
    padding-bottom: 24px;
    gap: 18px;
  }

  .legal-page .legal-logo {
    width: min(62vw, 220px);
  }

  .legal-page .legal-hero h1 {
    font-size: clamp(34px, 9vw, 44px);
    line-height: 1.08;
  }

  .legal-page .legal-hero p:not(.eyebrow) {
    font-size: 15.5px;
    line-height: 1.55;
  }

  .legal-page .legal-list {
    width: min(100%, 390px);
    gap: 12px;
  }

  .legal-card {
    padding: 0;
    border-radius: 16px;
  }

  .legal-card summary {
    position: relative;
    padding: 18px 54px 18px 18px;
  }

  .legal-card summary::after {
    top: 22px;
    right: 20px;
  }

  .legal-summary-title {
    font-size: 25px;
  }

  .legal-card-content {
    padding: 0 18px 20px;
  }

  .legal-card p,
  .legal-card li {
    font-size: 15px;
    line-height: 1.58;
  }

  .cta-section {
    min-height: 92svh;
    align-content: start;
  }

  .cta-copy {
    width: min(100%, 390px);
    top: 8%;
  }

  .cta-main-button {
    width: min(100%, 340px);
    min-height: 58px;
    padding: 14px 24px;
    font-size: 22px;
  }
}

/* Final mobile authority: fixes scale, visible backgrounds, navigation, quiz and carousels. */
@media (max-width: 760px) {
  .site-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px 12px;
    align-items: center;
    padding: 10px 14px 8px;
    background: linear-gradient(180deg, rgba(24, 20, 16, .56), rgba(24, 20, 16, .14), transparent);
  }

  .brand {
    grid-column: 1 / 2;
  }

  .language-toggle {
    grid-column: 3 / 4;
  }

  .main-nav {
    grid-column: 1 / 4;
    display: flex !important;
    gap: 8px;
    width: 100%;
    padding: 2px 0 0;
    overflow-x: auto;
    scrollbar-width: none;
    font-size: 10px;
    white-space: nowrap;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid rgba(255, 250, 240, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(8px);
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(20, 18, 14, .46), rgba(20, 18, 14, .34), rgba(20, 18, 14, .16));
  }

  .hero-copy {
    padding-top: 70px;
  }

  .hero-title-line,
  .social-title-line {
    display: block !important;
  }

  .hero-actions {
    width: min(100%, 312px);
    margin: 26px auto 0;
    gap: 12px;
  }

  .hero-actions .btn {
    min-height: 50px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 19px;
  }

  .problem-section {
    min-height: 92svh;
    justify-content: start;
    padding: 104px 14px 46px;
  }

  .problem-section::after {
    background: none;
  }

  .problem-copy {
    justify-self: end;
    width: min(58vw, 270px);
    margin: 0 2px 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: right;
  }

  .problem-copy h2 {
    font-size: clamp(25px, 7.5vw, 34px) !important;
    line-height: 1.08;
  }

  .problem-copy p {
    width: 100%;
    font-size: 13.5px !important;
    line-height: 1.5;
    text-align: right;
  }

  .narrative-proof {
    min-height: 92svh;
    padding-top: 72px;
    padding-bottom: 46px;
  }

  .narrative-proof::after {
    background: linear-gradient(180deg, rgba(255, 248, 238, .06), rgba(255, 248, 238, .16));
  }

  .narrative-proof-copy h2 {
    max-width: 360px;
    font-size: clamp(30px, 8.1vw, 38px) !important;
    line-height: 1.1;
  }

  .narrative-proof-copy > p:not(.section-kicker) {
    max-width: 330px;
    font-size: 14px !important;
  }

  .proof-grid,
  .why-html-grid {
    width: 100%;
    max-width: none;
    padding: 0 18px 12px;
    grid-auto-columns: minmax(220px, calc(100vw - 92px));
    gap: 12px;
    scroll-padding-inline: 18px;
  }

  .proof-grid article,
  .why-html-grid article {
    min-height: 160px;
    padding: 18px 16px;
    background: rgba(255, 250, 243, .62);
  }

  .proof-grid h3,
  .why-html-grid h3 {
    font-size: 25px !important;
  }

  .proof-grid p,
  .why-html-grid p {
    font-size: 13.5px;
  }

  .why-html-section {
    min-height: 94svh;
    padding-top: 76px;
    padding-bottom: 52px;
  }

  .why-html-section::after {
    background: linear-gradient(180deg, rgba(26, 18, 12, .14), rgba(26, 18, 12, .08));
  }

  .why-html-section .section-heading {
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 14px 12px 8px;
    border-radius: 20px;
    background: rgba(255, 250, 243, .24);
    text-shadow: 0 2px 12px rgba(255, 250, 235, .72);
  }

  .why-html-section h2 {
    font-size: clamp(28px, 7.6vw, 36px) !important;
    line-height: 1.08;
  }

  .why-html-section .section-heading > p {
    font-size: 13.5px !important;
  }

  .characters {
    padding-top: 56px;
    background:
      linear-gradient(180deg, rgba(255, 248, 236, .12), rgba(255, 248, 236, .10)),
      url("assets-v2/mobile-section-5-characters.png") center / cover no-repeat;
  }

  .characters .section-heading {
    transform: translateY(-38px);
  }

  .characters .section-heading h2 {
    font-size: clamp(28px, 7.8vw, 36px) !important;
  }

  .characters .section-heading p:not(.section-kicker) {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 14px !important;
    line-height: 1.55;
  }

  .character-board {
    margin-top: -18px;
  }

  .character-grid {
    grid-auto-columns: minmax(126px, 38vw);
  }

  .characters .character-tile img {
    min-height: 176px;
  }

  .character-focus {
    width: min(100%, 350px);
    padding: 18px 16px 20px;
    gap: 12px;
  }

  .character-focus-close {
    top: 8px;
    right: 8px;
    z-index: 6;
    width: 36px;
    height: 36px;
    background: rgba(90, 57, 38, .88);
    color: #fffaf0;
  }

  .character-focus-art img {
    width: min(230px, 64vw);
  }

  .character-focus-copy .section-kicker,
  .character-focus-copy p:not(.section-kicker) {
    font-family: "Playfair Display", Georgia, serif;
  }

  .character-focus-copy h3 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .character-focus-copy p:not(.section-kicker) {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .testimonial-track {
    animation: testimonialDrift 16s linear infinite !important;
  }

  .ebooks {
    min-height: 94svh;
    padding-top: 72px;
    padding-bottom: 52px;
  }

  .ebooks::after {
    background: linear-gradient(180deg, rgba(45, 30, 20, .08), rgba(45, 30, 20, .12));
  }

  .ebook-heading {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .ebook-heading h2 {
    font-size: clamp(30px, 8vw, 38px) !important;
  }

  .ebook-heading p:not(.section-kicker) {
    font-size: 14px !important;
  }

  .ebook-carousel {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .ebook-track {
    grid-auto-columns: minmax(218px, 68vw);
    gap: 12px;
    padding: 0 20px 12px;
    overflow-x: auto;
    scroll-padding-inline: 20px;
  }

  .ebook-mockup {
    padding: 14px;
    background: rgba(255, 250, 243, .58);
  }

  .ebook-mockup-art img {
    max-width: 150px;
  }

  .ebook-mockup-copy {
    min-height: 0;
  }

  .ebook-mockup-copy h3 {
    font-size: 25px;
  }

  .ebook-mockup-copy p {
    font-size: 13px;
  }

  .ebook-mockup .btn-book {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 16px;
  }

  .cta-section {
    min-height: 92svh;
  }

  .cta-copy {
    top: 10.5%;
    width: min(100%, 350px);
  }

  .cta-copy h2 {
    font-size: clamp(31px, 8vw, 39px) !important;
  }

  .cta-copy p:not(.eyebrow) {
    font-size: 15px !important;
  }

  .cta-main-button {
    width: min(100%, 270px);
    min-height: 48px;
    margin-top: 26px !important;
    padding: 10px 18px;
    font-size: 18px;
  }

  .quiz-page .quiz-panel {
    padding: 74px 18px 42vh;
    align-content: start;
    background-image: url("assets-v2/quiz-bg-mobile.png");
    background-position: center bottom;
  }

  .quiz-question-heading {
    margin-bottom: 14px;
  }

  .quiz-question-heading h1 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .quiz-question-heading p {
    font-size: 14.5px;
    line-height: 1.45;
  }

  .quiz-progress {
    margin: 14px auto 16px;
  }

  .quiz-card {
    padding: 17px 15px;
    border-radius: 18px;
    background: rgba(255, 250, 244, .72);
    backdrop-filter: none;
  }

  .quiz-card h2 {
    font-size: clamp(24px, 6.4vw, 31px) !important;
  }

  .quiz-options {
    gap: 8px;
    margin-top: 15px;
  }

  .quiz-option {
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 14px;
    font-size: 13.5px;
    line-height: 1.2;
  }

  .quiz-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  .quiz-actions .btn {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 16px;
  }
}

.characters .section-heading p:not(.section-kicker),
.characters .character-tile p,
.character-focus-copy p:not(.section-kicker) {
  font-family: "Playfair Display", Georgia, serif;
}

.quiz-page.quiz-result-view .result-recommendation {
  grid-template-columns: 1fr;
  max-width: 860px;
  margin: 0 auto;
}

.quiz-page.quiz-result-view .result-copy {
  text-align: center;
}

.quiz-page.quiz-result-view .result-copy h2 {
  font-size: clamp(46px, 4.6vw, 82px);
  line-height: .95;
  color: #553627;
}

.quiz-page.quiz-result-view .result-copy h3 {
  margin-top: 10px;
}

.quiz-page.quiz-result-view .result-copy p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.quiz-page.quiz-result-view .result-actions {
  justify-content: center;
}

/* Mobile correction pass: keep content centered, compact and draggable after real-device review. */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    justify-items: center;
  }

  .main-nav {
    justify-self: center;
    justify-content: center;
    width: auto;
    max-width: calc(100vw - 28px);
    margin-inline: auto;
    padding-inline: 0;
  }

  .problem-section {
    min-height: 100svh;
    padding: 92px 20px 44px;
    align-content: start;
    background-position: center center;
  }

  .problem-copy {
    justify-self: end;
    width: min(46vw, 218px);
    margin-top: 0;
    margin-right: 0;
    transform: translateY(-10px);
  }

  .problem-copy h2 {
    font-size: clamp(22px, 6.4vw, 30px) !important;
  }

  .problem-copy p {
    font-size: 12px !important;
    line-height: 1.42;
  }

  .narrative-proof {
    min-height: auto;
    padding: 78px 18px 54px;
    overflow: hidden;
  }

  .narrative-proof::after {
    background: rgba(255, 248, 238, .05);
  }

  .narrative-proof-copy {
    width: min(100%, 350px);
    margin-inline: auto;
    transform: none;
  }

  .narrative-proof-copy h2 {
    max-width: 330px;
    margin-inline: auto;
    font-size: clamp(25px, 7vw, 33px) !important;
    line-height: 1.12;
  }

  .narrative-proof-copy > p:not(.section-kicker) {
    max-width: 310px;
    font-size: 12.8px !important;
    line-height: 1.5;
  }

  .proof-grid {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 330px);
    max-width: 330px;
    margin: 24px auto 0;
    padding: 0;
    gap: 10px;
    overflow: visible;
    transform: none;
  }

  .proof-grid article {
    width: 100%;
    min-height: auto;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 250, 243, .58);
  }

  .proof-grid h3 {
    font-size: 22px !important;
  }

  .proof-grid p {
    font-size: 12.5px !important;
    line-height: 1.42;
  }

  .why-html-section {
    padding: 72px 16px 48px;
    overflow: hidden;
  }

  .why-html-section::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .20), rgba(0, 0, 0, .10));
  }

  .why-html-section .section-heading {
    width: min(100%, 350px);
    background: rgba(255, 250, 243, .68);
    box-shadow: 0 12px 34px rgba(49, 31, 18, .14);
    text-shadow: none;
  }

  .why-html-section h2 {
    font-size: clamp(26px, 7vw, 34px) !important;
  }

  .why-html-section .section-heading > p {
    font-size: 12.8px !important;
    color: #4d3327;
  }

  .why-html-grid {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-template-columns: 1fr 1fr !important;
    width: min(100%, 350px);
    margin: 24px auto 0;
    padding: 0;
    gap: 10px;
    overflow: visible;
  }

  .why-html-grid article {
    min-height: 128px;
    padding: 14px 12px;
    border-radius: 16px;
    background: rgba(255, 250, 243, .72);
  }

  .why-html-grid h3 {
    font-size: 20px !important;
    line-height: 1.08;
  }

  .why-html-grid p {
    font-size: 11.8px !important;
    line-height: 1.38;
  }

  .ebooks {
    overflow: hidden;
  }

  .ebook-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    overflow: visible;
    transform: translateX(-50%);
  }

  .ebook-track {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: unset !important;
    gap: 12px;
    width: 100%;
    max-width: 100vw;
    padding: 0 18px 14px;
    overflow-x: scroll !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100vw - 248px) / 2);
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior-inline: contain;
  }

  .ebook-track .ebook-card {
    flex: 0 0 248px;
    width: 248px;
    max-width: 248px;
    scroll-snap-align: center;
  }

  .ebook-mockup-art img {
    max-width: 132px;
  }

  .ebook-mockup-copy h3 {
    font-size: 22px;
  }

  .ebook-mockup-copy p {
    font-size: 12.2px;
  }

  .ebook-carousel-button {
    display: grid;
    place-items: center;
    top: 58%;
    width: 34px;
    height: 34px;
    z-index: 4;
    opacity: .86;
  }

  .ebook-carousel-prev {
    left: 8px;
  }

  .ebook-carousel-next {
    right: 8px;
  }

  .cta-copy {
    top: 8.5%;
    width: min(100%, 330px);
  }

  .cta-main-button {
    width: min(100%, 232px);
    min-height: 47px;
    padding: 9px 16px;
    font-size: 20px;
  }

  .cta-points {
    top: 51.5%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 52px;
    width: min(100%, 330px);
  }

  .cta-points p {
    max-width: 300px;
    font-size: clamp(24px, 6.6vw, 32px);
    line-height: 1.05;
  }

  .quiz-page.quiz-result-view .quiz-panel {
    padding: 82px 16px 30vh;
    background-image: url("assets-v2/quiz-bg-mobile.png");
    background-position: center bottom;
  }

  .quiz-page.quiz-result-view .quiz-result-scene {
    width: min(100%, 342px);
    margin: 0 auto;
    padding: 18px 14px;
    gap: 14px;
    border-radius: 20px;
    background: rgba(255, 250, 244, .78);
    box-shadow: 0 18px 42px rgba(68, 43, 24, .13);
  }

  .quiz-page.quiz-result-view .result-header h2 {
    font-size: clamp(28px, 7.2vw, 35px) !important;
    line-height: 1.02;
  }

  .quiz-page.quiz-result-view .result-header p:not(.section-kicker) {
    margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.35;
  }

  .quiz-page.quiz-result-view .result-recommendation {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quiz-page.quiz-result-view .result-character-card,
  .quiz-page.quiz-result-view .result-copy {
    padding: 14px 13px;
    border-radius: 17px;
    background: rgba(255, 253, 248, .82);
  }

  .quiz-page.quiz-result-view .result-character-card img {
    width: min(172px, 58vw);
    margin-bottom: 8px;
  }

  .quiz-page.quiz-result-view .result-character-card h3 {
    font-size: 26px;
  }

  .quiz-page.quiz-result-view .result-character-card p,
  .quiz-page.quiz-result-view .result-copy p,
  .quiz-page.quiz-result-view .result-copy li {
    font-size: 13px;
    line-height: 1.38;
  }

  .quiz-page.quiz-result-view .result-copy h3 {
    font-size: 23px;
  }

  .quiz-page.quiz-result-view .result-copy ul {
    columns: 1;
    padding-left: 18px;
  }

  .quiz-page.quiz-result-view .result-actions {
    margin-top: 14px;
  }

  .quiz-page.quiz-result-view .result-actions .btn {
    min-height: 39px;
    padding: 8px 12px;
    font-size: 15.5px;
  }
}

/* Final product/mobile polish: compact ebook pages, clean quiz result and CTA alignment. */
@media (max-width: 760px) {
  .problem-copy {
    position: absolute;
    top: 118px;
    right: 18px;
    z-index: 2;
    width: min(39vw, 172px);
    margin: 0;
    transform: none;
    text-align: right;
  }

  .problem-copy h2 {
    font-size: clamp(19px, 5.5vw, 25px) !important;
    line-height: 1.05;
  }

  .problem-copy p {
    font-size: 10.8px !important;
    line-height: 1.34;
    text-align: right;
  }

  .quiz-page.quiz-result-view .quiz-result-scene {
    width: min(100%, 330px);
    padding: 16px 14px;
  }

  .quiz-page.quiz-result-view .result-copy {
    padding: 15px 13px;
  }

  .quiz-page.quiz-result-view .result-copy h2 {
    font-size: clamp(29px, 7.6vw, 36px) !important;
  }

  .quiz-page.quiz-result-view .result-copy h3 {
    font-size: 21px !important;
    line-height: 1.1;
  }

  .product-section {
    padding: 54px 18px;
  }

  .product-section-inner {
    width: min(100%, 360px);
  }

  .product-section h2,
  .product-buy-section h2 {
    font-size: clamp(30px, 8vw, 38px) !important;
    line-height: 1.04;
  }

  .product-section p,
  .product-section li,
  .product-buy-section p {
    font-size: 13.5px !important;
    line-height: 1.45;
  }

  .product-section ul {
    display: grid;
    gap: 9px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
  }

  .product-section li {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 253, 248, .78);
    box-shadow: 0 8px 22px rgba(78, 48, 29, .07);
  }

  .product-card-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    padding: 0 18px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    transform: translateX(-50%);
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
  }

  .product-card-grid article {
    flex: 0 0 238px;
    min-height: 178px;
    padding: 18px 15px;
    scroll-snap-align: center;
  }

  .product-card-grid h3 {
    font-size: 21px !important;
    line-height: 1.12;
  }

  .product-card-grid p {
    font-size: 13px !important;
  }

  .product-guides-section .product-section-inner {
    width: 100%;
  }

  .product-guide-grid,
  .product-guide-grid-two,
  .product-character-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    padding: 0 18px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    transform: translateX(-50%);
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
  }

  .product-guide-card,
  .product-character-grid article {
    flex: 0 0 62vw;
    max-width: 246px;
    min-width: 218px;
    padding: 14px 12px;
    scroll-snap-align: center;
  }

  .product-guide-card .character-tile img,
  .product-character-grid img {
    width: min(150px, 82%);
    min-height: 0;
  }

  .product-guide-card h3,
  .product-character-grid h3 {
    font-size: 24px !important;
  }

  .product-guide-card p,
  .product-character-grid p,
  .product-guides-intro {
    font-size: 12.8px !important;
    line-height: 1.42;
  }

  .product-buy-section .section-kicker {
    font-size: 12px;
  }

  .product-faq-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 360px);
    max-width: 360px;
    margin: 24px auto 0;
    padding: 0;
    gap: 10px;
    overflow: visible;
  }

  .product-faq {
    position: relative;
    min-height: 0;
    padding: 16px 48px 16px 16px;
    text-align: left;
    cursor: pointer;
  }

  .product-faq::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 18px;
    color: #b87824;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 800;
  }

  .product-faq.is-open::after {
    content: "-";
  }

  .product-faq h3 {
    font-size: 20px !important;
    line-height: 1.12;
  }

  .product-faq p {
    display: none;
    margin-top: 10px;
    font-size: 13px !important;
    line-height: 1.4;
  }

  .product-faq.is-open p {
    display: block;
  }

  .cta-points {
    top: 50.5%;
    left: 31%;
    width: 62vw;
    transform: none;
    gap: 52px;
    justify-items: start;
  }

  .cta-points p {
    max-width: 230px;
    margin: 0;
    text-align: left;
    font-size: clamp(21px, 5.6vw, 27px);
    line-height: 1.05;
  }
}

/* Final real-device fixes: product accordions, section 2 spacing and softer CTA points. */
@media (max-width: 760px) {
  .problem-copy {
    top: 62px;
    right: 18px;
    width: min(50vw, 238px);
  }

  .problem-copy h2 {
    font-size: clamp(25px, 7.2vw, 36px) !important;
    line-height: 1.03;
  }

  .problem-copy p {
    font-size: 12.4px !important;
    line-height: 1.38;
  }

  .product-card-grid,
  .product-guide-grid,
  .product-guide-grid-two,
  .product-character-grid {
    touch-action: auto !important;
    overscroll-behavior-inline: auto;
  }

  .product-card-grid {
    scroll-padding-inline: calc((100vw - 238px) / 2);
  }

  .product-guide-card,
  .product-character-grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .product-guide-card .character-tile,
  .product-character-grid .character-tile {
    width: 100%;
    display: grid;
    place-items: center;
  }

  .product-guide-card .character-tile img,
  .product-character-grid img {
    display: block;
    margin: 0 auto 10px;
    object-fit: contain;
  }

  .product-faq-grid {
    gap: 0;
    border-top: 1px solid rgba(112, 76, 45, .18);
    border-bottom: 1px solid rgba(112, 76, 45, .18);
  }

  .product-faq {
    border: 0;
    border-bottom: 1px solid rgba(112, 76, 45, .18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .product-faq:last-child {
    border-bottom: 0;
  }

  .product-faq h3 {
    padding-right: 6px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px !important;
    font-weight: 600;
  }

  .product-faq p {
    color: #5f4538;
  }

  .cta-points p {
    font-weight: 500;
    font-size: clamp(19px, 5vw, 24px);
  }
}

/* Last mobile nudges requested after device review. */
@media (max-width: 760px) {
  .problem-copy {
    top: 138px;
    right: 18px;
    width: min(52vw, 250px);
    transform: none;
    text-align: right;
  }

  .problem-heading {
    position: absolute;
    top: 56px;
    left: 50%;
    z-index: 3;
    width: min(82vw, 380px);
    padding-right: 0;
    transform: translateX(-50%);
    font-size: clamp(29px, 8.1vw, 40px) !important;
    line-height: 1.03;
    text-align: center;
  }

  .problem-copy p {
    width: min(52vw, 250px);
    margin-left: auto;
    font-size: 12.4px !important;
    line-height: 1.38;
    text-align: right;
  }

  .product-faq-grid {
    display: block !important;
    width: min(100%, 360px);
    max-width: 360px;
    margin: 22px auto 0;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(112, 76, 45, .18);
    border-radius: 16px;
    background: rgba(255, 253, 248, .58);
  }

  .product-faq {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 48px 15px 16px;
    border: 0;
    border-bottom: 1px solid rgba(112, 76, 45, .18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .product-faq:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .product-faq:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .product-faq::after {
    top: 13px;
    right: 17px;
  }

  .product-faq h3 {
    margin: 0;
    font-size: 18px !important;
    line-height: 1.16;
  }

  .product-faq p {
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid rgba(112, 76, 45, .10);
  }

  .cta-main-button {
    margin-top: 39px !important;
  }

  .cta-points article:nth-child(1) {
    transform: translateY(19px);
  }

  .cta-points article:nth-child(3) {
    transform: translateY(11px);
  }

  .cta-points p {
    font-weight: 400;
  }
}
