@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}


@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/instrument-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fbf7f0;
  --paper-raised: #f1e8da;
  --paper-input: #fffdf9;
  --ink: #1c1917;
  --ink-body: #4a423c;
  --ink-meta: #6e645b;
  --oxblood: #6b1f2e;
  --oxblood-pressed: #57121f;
  --brass: #7c5f25;
  --brass-raised: #6e5420;
  --brass-rule: #9a7b41;
  --confirmed: #2f6b4f;
  --waiting: #8a5a1a;
  --problem: #8c2a22;
  --line: rgba(28, 25, 23, 0.14);
  --line-soft: rgba(28, 25, 23, 0.1);
  --font-serif: "Newsreader", Georgia, "Times New Roman", serif;
  --font-sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: #e9dfd0;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
  background: #e9dfd0;
  color: var(--ink-body);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  display: none;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-sans);
}

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

button {
  color: inherit;
}

a {
  color: var(--oxblood);
  text-decoration-color: rgba(107, 31, 46, 0.4);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--oxblood-pressed);
  text-decoration-color: rgba(107, 31, 46, 0.75);
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--oxblood);
  outline-offset: 2px;
}

::selection {
  background: rgba(107, 31, 46, 0.18);
}

[hidden] {
  display: none !important;
}

.page-shell {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  background: var(--paper);
  box-shadow:
    0 0 0 1px rgba(28, 25, 23, 0.06),
    0 24px 70px -46px rgba(28, 25, 23, 0.45);
}

.landing {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--paper);
  border: 0;
  box-shadow: none;
}

.site-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  margin: 0;
  padding: 0 max(20px, calc((100vw - var(--page-width)) / 2));
  border-bottom: 1px solid var(--line-soft);
}

.site-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  justify-self: auto;
  min-height: 0;
  padding: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-shadow: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 46px;
}

.site-nav a {
  color: var(--ink-body);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.site-nav .site-library-link {
  color: var(--oxblood);
  font-weight: 500;
}

.section {
  width: min(var(--page-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.section + .section {
  border-top: 1px solid var(--line-soft);
}

.eyebrow,
.testimonial-eyebrow,
.example-label,
.hero-price-kicker,
.situation-badge {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 18px;
  color: var(--brass);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow,
.testimonial-eyebrow {
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.eyebrow::before,
.testimonial-eyebrow::before {
  width: 22px;
  height: 1px;
  background: var(--brass-rule);
  content: "";
}

.testimonial-eyebrow::before {
  width: 18px;
  height: 18px;
  background: url("assets/phosphor-star-fill.svg?v=20260727star1") center / contain no-repeat;
  filter: brightness(0.52) saturate(0.72);
}

h1,
h2,
h3,
.landing-testimonial blockquote,
.example-position p,
.question-list {
  color: var(--ink);
  font-family: var(--font-serif);
  font-weight: 400;
}

.section-heading {
  max-width: 760px;
  margin: 0 0 30px;
  text-align: left;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.section-heading > p:not(.eyebrow) {
  max-width: 62ch;
  margin: 0;
  color: var(--ink-body);
  font-size: 18px;
  line-height: 1.55;
}

.section-heading > .eyebrow,
.product-section .eyebrow {
  color: var(--brass);
  background: transparent;
  border: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(56px, 6vw, 96px);
  align-items: start;
  min-height: 0;
  padding-top: 76px;
  padding-bottom: 64px;
}

.hero-copy {
  min-width: 0;
}

.hero .eyebrow {
  margin-bottom: 20px;
}

.hero h1 {
  max-width: 14ch;
  margin: 0 0 22px;
  font-size: clamp(52px, 4.72vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 46ch;
  margin: 0;
  color: var(--ink-body);
  font-size: 18.5px;
  line-height: 1.6;
}

.hero-process {
  display: none;
}

.hero-spread {
  width: 100%;
  margin: 0;
}

.hero-spread picture,
.hero-spread img {
  display: block;
  width: 100%;
}

.hero-spread picture {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}

.hero-spread img {
  height: 100%;
  object-fit: cover;
}

.hero-spread figcaption {
  margin-top: 12px;
  color: var(--ink-meta);
  font-size: 13px;
  line-height: 1.5;
}

.hero-price-card {
  margin: 34px 0 0;
  padding: 22px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.hero-price-row {
  display: grid;
  grid-template-columns: 150px max-content;
  gap: 24px;
  align-items: baseline;
  justify-content: start;
  margin: 0;
}

.hero-price-row .hero-price-kicker {
  margin: 0;
  white-space: normal;
}

.hero-price-row .hero-price-kicker::before {
  display: none;
}

.hero-price-row > strong {
  color: var(--ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-price-card > p,
.hero-price-card > p:last-child {
  margin: 4px 0 0 174px;
  color: var(--ink-meta);
  font-size: 15px;
  line-height: 1.5;
}

.hero-price-card > p strong,
.hero-price-card > p:last-child strong {
  color: var(--ink-body);
  font-weight: 600;
}

.section-jump {
  margin-top: 26px;
}

.primary-cta,
.section-jump-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 15px 28px;
  border: 0;
  border-radius: 5px;
  background: var(--oxblood);
  color: var(--paper);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
}

.primary-cta:hover,
.section-jump-cta:hover {
  background: var(--oxblood-pressed);
  color: #fffaf2;
  transform: none;
}

.primary-cta:active,
.section-jump-cta:active {
  background: var(--oxblood-pressed);
  transform: translateY(1px);
}

.hero-cta {
  width: auto;
  min-width: 278px;
  white-space: nowrap;
}

.hero-actions {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 14px 20px;
  align-items: center;
  margin-top: 22px;
}

.hero-action-count {
  color: var(--ink-meta);
  font-size: 15px;
  line-height: 1.5;
}

.hero-reassurance {
  grid-column: 1 / -1;
  max-width: 56ch;
  margin: 0;
  color: var(--ink-meta);
  font-size: 13px;
  line-height: 1.5;
}

.hero-reading-count {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(var(--page-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 16px 18px;
  background: var(--paper-raised);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-meta);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  white-space: normal;
}

.hero-reading-count span {
  min-width: 0;
}

.hero-reading-count img {
  width: 18px;
  height: 18px;
  filter: brightness(0.56) saturate(0.72);
  opacity: 0.78;
}

.how-section {
  padding-top: 54px;
}

.how-section .section-heading {
  margin-bottom: 10px;
}

.how-list {
  max-width: 850px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.how-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
}

.how-list li:last-child {
  border-bottom: 0;
}

.how-list li > span {
  color: var(--brass);
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.45;
}

.how-list p {
  margin: 0;
  color: var(--ink-body);
  font-size: 21px;
  line-height: 1.5;
  text-align: left;
}

.how-list strong {
  color: var(--ink);
  font-weight: 600;
}

.testimonial-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.testimonial-eyebrow {
  margin-top: 8px;
}

.landing-testimonial {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 34px 38px;
  background: var(--paper-raised);
  border: 1px solid var(--line-soft);
  border-left: 3px solid rgba(124, 95, 37, 0.46);
  border-radius: 6px;
}

.landing-testimonial::after {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 84px;
  height: 84px;
  background: url("assets/phosphor-star-fill.svg?v=20260727star1") center / contain no-repeat;
  content: "";
  filter: brightness(0.48) saturate(0.65);
  opacity: 0.08;
  pointer-events: none;
}

.landing-testimonial blockquote {
  position: relative;
  z-index: 1;
  max-width: 28ch;
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
}

.landing-testimonial figcaption {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  margin-top: 22px;
  color: var(--ink-meta);
  font-size: 15px;
}

.landing-testimonial figcaption strong {
  color: var(--ink);
}

.example-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 34px 64px;
  align-items: start;
}

.example-section > .section-heading,
.example-section > .example-actions {
  grid-column: 1 / -1;
}

.example-spread {
  margin: 0;
}

.example-spread-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
}

.example-spread figcaption {
  margin-top: 10px;
  color: var(--ink-meta);
  font-size: 13px;
  line-height: 1.5;
}

.example-position {
  max-width: 34em;
  margin: 0;
  padding: 24px 0 30px;
  background: transparent;
  border-right: 0;
  border-left: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.example-label {
  margin-bottom: 14px;
}

.example-position h3 {
  margin: 0 0 12px;
  color: var(--brass-raised);
  font-size: 28px;
  line-height: 1.15;
}

.example-position > p:last-child {
  margin: 0;
  color: var(--ink-body);
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.58;
  text-align: left;
}

.clarity-summary {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px 30px;
  background: var(--paper-raised);
  border: 0;
  border-radius: 6px;
}

.clarity-summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

.clarity-summary dl > div {
  padding: 0 24px;
  border-right: 1px solid var(--line);
}

.clarity-summary dl > div:first-child {
  padding-left: 0;
}

.clarity-summary dl > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.clarity-summary dt {
  margin: 0 0 8px;
  color: var(--ink);
  font-weight: 600;
}

.clarity-summary dd {
  margin: 0;
  color: var(--ink-body);
}

.example-actions {
  margin-top: 0;
}

.card-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - var(--page-width)) / 2));
  padding-left: max(20px, calc((100vw - var(--page-width)) / 2));
}

.card-section .section-heading h2 {
  color: var(--ink);
}

.card-section > .section-heading,
.card-section > .confirmation,
.card-section > .cta-main,
.card-section > .cta-duration {
  width: min(620px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.card-ritual-note {
  margin-top: 8px !important;
  color: var(--ink-meta) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.ritual-surface {
  width: min(680px, 100%);
  margin: 24px auto 0;
  padding: 24px;
  background: var(--paper-raised);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.ritual-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-bottom: 12px;
}

.ritual-controls > span {
  color: var(--brass-raised);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.change-cards-button {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--oxblood);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
}

.tarot-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.cards-grid.is-complete .tarot-card,
.cards-grid.is-complete .tarot-card:not(.is-selected),
.cards-grid.is-complete .tarot-card.is-selected {
  display: block;
  min-height: 0;
}

.tarot-card[aria-disabled="true"],
.tarot-card:disabled {
  opacity: 1;
  cursor: default;
  filter: none;
}

.card-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  perspective: 900px;
}

.card-inner {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 4px;
  transform-style: preserve-3d;
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tarot-card.is-selected .card-inner {
  transform: rotateY(180deg);
}

.card-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: contain;
  backface-visibility: hidden;
}

.card-front {
  transform: rotateY(180deg);
}

.tarot-card.is-selected .card-frame {
  border-radius: 4px;
  box-shadow: 0 7px 16px -7px rgba(28, 25, 23, 0.5), 0 0 0 2px var(--oxblood);
}

.tarot-card:hover .card-frame {
  transform: none;
}

.card-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.selected-cards-copy {
  max-width: 32ch;
  margin: 18px auto 0;
  color: var(--ink-meta);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.selection-hint {
  max-width: 32ch;
  min-height: 20px;
  margin: 6px auto 0;
  padding: 0;
  color: var(--ink-meta);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  opacity: 1;
  transform: none;
}

.selection-hint.is-visible {
  color: var(--oxblood);
  font-weight: 600;
  opacity: 1;
  transform: none;
}

.confirmation {
  margin-top: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
}

.confirmation-title {
  margin: 0 0 4px;
  color: var(--confirmed);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
}

.confirmation-copy {
  margin: 0;
  color: var(--ink-meta);
  font-size: 13px;
}

.cta-main {
  display: flex;
  margin-top: 22px !important;
}

.cta-main.is-disabled {
  background: var(--oxblood);
  color: var(--paper);
  cursor: pointer;
  opacity: 1;
}

.cta-duration {
  margin-top: 10px !important;
  color: var(--ink-meta);
  font-size: 13px;
  text-align: center;
}

.benefit-list,
.question-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
}

.product-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.product-section .product-benefits li {
  position: relative;
  padding: 16px 0 16px 28px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-soft);
  border-radius: 0;
  box-shadow: none;
  color: var(--ink-body);
  text-align: left;
}

.product-section .product-benefits li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("assets/phosphor-check-circle.svg") center / contain no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  content: "";
  opacity: 0.65;
}

.product-section .product-benefits strong {
  color: var(--ink);
  font-weight: 600;
}

.followup-bonus-card {
  display: grid;
  grid-column: 2;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px 22px;
  background: #faf4ea;
  border: 1px solid rgba(124, 95, 37, 0.28);
  border-left: 3px solid var(--brass-rule);
  border-radius: 6px;
}

.followup-bonus-card > img {
  width: 38px;
  height: 38px;
  padding: 9px;
  background: var(--paper-input);
  border: 1px solid rgba(124, 95, 37, 0.2);
  border-radius: 50%;
  filter: brightness(0.58) saturate(0.72);
}

.followup-bonus-kicker {
  margin: 0 0 5px;
  color: var(--brass-raised);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.13em;
}

.followup-bonus-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

.followup-bonus-card h3 + p {
  margin: 8px 0 0;
  color: var(--ink-body);
  font-size: 15px;
  line-height: 1.55;
}

.payment-trust-panel {
  grid-column: 2;
  padding: 22px 24px;
  background: var(--paper-raised);
  border: 0;
  border-radius: 6px;
}

.payment-trust-panel p {
  margin: 0 0 8px;
}

.payment-trust-panel > p {
  color: var(--ink-body);
  font-size: 15px;
  line-height: 1.55;
}

.payment-trust-panel strong {
  color: var(--ink);
  font-weight: 600;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  color: var(--ink-meta);
  font-size: 13px;
}

.payment-trust-panel .payment-methods {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink-meta);
  font-size: 13px;
}

.payment-method {
  display: inline-flex;
  align-items: center;
}

.payment-method img {
  display: block;
  width: auto;
  height: 24px;
}

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

.situation-card {
  min-height: 0;
  padding: 24px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.situation-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.situation-card > p:last-child {
  margin: 0;
  color: var(--ink-body);
}

.situation-badge {
  display: block;
  margin-bottom: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.situation-card .situation-badge {
  margin: 0 0 12px;
  color: var(--brass);
}

.situation-badge::before {
  display: none;
}

.about-section > .eyebrow {
  margin-bottom: 24px;
}

.about-layout {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.lea-portrait-card {
  position: static;
  width: 130px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.lea-portrait-card::before {
  display: none;
}

.lea-portrait {
  display: block;
  width: 130px;
  height: 162px;
  border-radius: 3px;
  object-fit: cover;
  object-position: 50% 22%;
}

.lea-portrait-card figcaption {
  margin-top: 8px;
  color: var(--ink-meta);
  font-size: 13px;
  line-height: 1.4;
}

.about-content h2 {
  max-width: none;
  margin: 0;
  color: var(--ink-body);
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
}

.about-copy {
  max-width: none;
  margin-top: 28px;
}

.about-copy p {
  margin: 0 0 12px;
  color: var(--ink-body);
  font-size: 18px;
  line-height: 1.62;
  text-align: left;
}

.about-faq-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.about-faq-link img {
  width: 16px;
  height: 16px;
  opacity: 0.55;
}

.about-faq-link:hover {
  border-color: rgba(107, 31, 46, 0.42);
  color: var(--oxblood);
}

.about-trust-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.about-trust-card {
  padding: 20px 24px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.about-trust-card h3 {
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
}

.about-trust-card p {
  margin: 0;
  color: var(--ink-meta);
  font-size: 14px;
}

.question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
}

.questions-section .question-list li {
  padding: 18px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line-soft);
  border-radius: 0;
  box-shadow: none;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
}

.questions-section .question-list li::before {
  display: none;
}

.quiet-note {
  margin: 18px 0 0;
  color: var(--ink-meta);
  font-size: 14px;
}

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

.faq-section .faq-list details,
.faq-section .faq-list details[open] {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  color: var(--ink-body);
  overflow: visible;
  text-align: left;
  transition: none;
}

.faq-list summary {
  position: relative;
  min-height: 58px;
  padding: 17px 48px 17px 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary:focus-visible {
  outline: 2px solid var(--oxblood);
  outline-offset: -2px;
}

.faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: url("assets/phosphor-arrow-down.svg") center / contain no-repeat;
  content: "";
  opacity: 0.55;
  transition: transform 180ms ease;
}

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

.faq-section .faq-list details p {
  max-width: 64ch;
  margin: 0;
  padding: 0 48px 20px 0;
  color: var(--ink-body);
  font-size: 16px;
  line-height: 1.6;
}

.final-section {
  padding: 64px;
  background: var(--ink);
  border-radius: 6px;
  color: #ede2d2;
  text-align: left;
}

.final-section .eyebrow {
  color: #c9ae96;
}

.final-section .eyebrow::before {
  background: #c9ae96;
}

.final-section .section-heading h2 {
  color: #fbf7f0;
}

.final-section .section-heading > p:not(.eyebrow),
.final-cta-note {
  color: #d8ccbd;
}

.cta-final {
  display: flex;
  max-width: 420px;
}

.final-cta-note {
  margin: 14px 0 0;
  font-size: 14px;
}

.footer {
  width: min(var(--page-width), calc(100% - 40px));
  margin: 72px auto 0;
  padding: 30px 0 110px;
  background: transparent;
  border-top: 1px solid var(--line);
  color: var(--ink-meta);
  font-size: 13px;
  text-align: left;
}

.footer p {
  margin: 0 0 16px;
}

.footer .footer-disclaimer {
  max-width: 64ch;
  margin: 0 0 24px;
  padding: 18px 20px;
  background: var(--paper-raised);
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink-body);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 22px;
  margin-bottom: 18px;
}

.footer-legal-links a,
.footer-cookie-link {
  color: var(--ink-body);
  font-size: 13px;
}

.footer-cookie-link {
  min-height: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.sticky-cta {
  position: fixed;
  z-index: 30;
  right: auto;
  bottom: 0;
  left: 50%;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(430px, 100%);
  min-height: 80px;
  padding: 14px max(20px, calc((100vw - 760px) / 2)) calc(14px + env(safe-area-inset-bottom));
  background: rgba(251, 247, 240, 0.98);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 28px -24px rgba(28, 25, 23, 0.65);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 100%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.sticky-cta-note {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--ink-meta);
  line-height: 1.2;
  white-space: nowrap;
}

.sticky-cta-note strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.sticky-cta-note span {
  font-size: 13px;
}

.sticky-cta-button {
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
}

.cookie-consent {
  position: fixed;
  z-index: 50;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  justify-content: center;
}

.cookie-consent-panel {
  width: min(560px, 100%);
  padding: 22px;
  background: var(--paper-input);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 24px 60px -35px rgba(28, 25, 23, 0.65);
}

.cookie-consent h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.12;
}

.cookie-consent p {
  margin: 0;
  color: var(--ink-body);
  font-size: 14px;
}

.cookie-consent-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.cookie-consent-primary,
.cookie-consent-secondary {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-consent-primary {
  background: var(--oxblood);
  border: 1px solid var(--oxblood);
  color: var(--paper);
}

.cookie-consent-secondary {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}

@media (min-width: 0px) {
  .site-brand {
    height: 46px;
  }

  .site-nav > a:not(.site-library-link) {
    display: none;
  }

  .site-nav {
    gap: 0;
  }

  .site-nav .site-library-link {
    font-size: 14px;
  }

  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .hero-copy {
    display: contents;
  }

  .hero .eyebrow {
    order: 1;
    margin-bottom: 13px;
  }

  .hero h1 {
    order: 2;
    max-width: 9em;
    margin-bottom: 11px;
    font-size: 35px;
    line-height: 1.06;
    text-wrap: wrap;
  }

  .hero-subtitle {
    order: 3;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-spread {
    order: 4;
    margin-top: 0;
  }

  .hero-spread picture {
    aspect-ratio: 3 / 2;
  }

  .hero-spread figcaption {
    font-size: 13px;
  }

  .hero-price-card {
    order: 5;
    margin-top: 8px;
  }

  .hero-price-row {
    grid-template-columns: 1fr max-content;
    gap: 18px;
  }

  .hero-price-row > strong {
    font-size: 34px;
  }

  .hero-price-card > p,
  .hero-price-card > p:last-child {
    margin: 10px 0 0;
    font-size: 16px;
  }

  .hero-actions {
    display: block;
    order: 6;
    margin-top: 20px;
  }

  .hero-action-count {
    display: none;
  }

  .hero-cta {
    width: 100%;
    min-width: 0;
  }

  .hero-reassurance {
    display: block;
    margin: 14px auto 0;
    text-align: center;
  }

  .hero-reading-count {
    font-size: 16px;
  }

  .how-list {
    max-width: none;
  }

  .testimonial-section {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-testimonial blockquote {
    font-size: 26px;
  }

  .example-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .example-section > .section-heading,
  .example-section > .example-actions,
  .clarity-summary {
    grid-column: auto;
  }

  .clarity-summary dl {
    grid-template-columns: 1fr;
  }

  .clarity-summary dl > div {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .clarity-summary dl > div:first-child {
    padding-top: 0;
  }

  .clarity-summary dl > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .product-section {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .payment-trust-panel {
    grid-column: auto;
  }

  .followup-bonus-card {
    grid-column: auto;
  }

  .about-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 30px;
  }
}

@media (min-width: 0px) {
  .site-brand {
    height: 46px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .site-logo {
    font-size: 13px;
  }

  .site-nav .site-library-link {
    font-size: 14px;
  }

  .section {
    width: calc(100% - 40px);
    padding-top: 42px;
    padding-bottom: 42px;
  }

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

  .section-heading h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .section-heading > p:not(.eyebrow) {
    font-size: 16px;
  }

  .eyebrow,
  .testimonial-eyebrow,
  .example-label,
  .hero-price-kicker,
  .situation-badge {
    font-size: 12px;
  }

  .hero {
    width: 100%;
    padding: 24px 20px 32px;
  }

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

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-spread figcaption {
    font-size: 13px;
    line-height: 1.5;
  }

  .hero-reading-count {
    width: calc(100% - 40px);
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .how-section {
    padding-top: 42px;
  }

  .how-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }

  .how-list li > span {
    font-size: 19px;
    line-height: 1.55;
  }

  .how-list p {
    font-size: 18px;
    line-height: 1.55;
  }

  .testimonial-section {
    padding-top: 42px;
  }

  .landing-testimonial {
    padding: 28px 24px 30px;
  }

  .landing-testimonial blockquote {
    font-size: 22px;
  }

  .footer .footer-disclaimer {
    padding: 16px 18px;
  }

  .example-position h3 {
    font-size: 25px;
  }

  .example-position > p:last-child {
    font-size: 19px;
  }

  .clarity-summary {
    padding: 24px 20px;
  }

  .example-actions .primary-cta {
    width: 100%;
  }

  .card-section {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .card-section > .section-heading,
  .card-section > .confirmation,
  .card-section > .cta-main,
  .card-section > .cta-duration {
    width: calc(100% - 40px);
  }

  .ritual-surface {
    width: 100%;
    padding: 20px 20px 26px;
  }

  .cards-grid {
    gap: 12px;
  }

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

  .followup-bonus-card {
    grid-template-columns: 34px minmax(0, 1fr);
    margin-top: 12px;
    padding: 18px;
  }

  .followup-bonus-card > img {
    width: 34px;
    height: 34px;
    padding: 8px;
  }

  .followup-bonus-card h3 {
    font-size: 22px;
  }

  .payment-trust-panel {
    padding: 20px 18px;
  }

  .payment-trust-panel .payment-methods {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .payment-trust-panel .payment-methods > span:first-child {
    font-size: 11px;
    white-space: nowrap;
  }

  .payment-trust-panel .payment-method img {
    height: 18px;
  }

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

  .situation-card {
    padding: 20px 0;
  }

  .about-layout {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 15px;
  }

  .lea-portrait-card {
    width: 96px;
  }

  .lea-portrait {
    width: 96px;
    height: 120px;
  }

  .lea-portrait-card figcaption {
    font-size: 12px;
  }

  .about-content h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.55;
  }

  .about-copy {
    margin-top: 24px;
  }

  .about-copy p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.62;
  }

  .question-list {
    grid-template-columns: 1fr;
  }

  .question-list li {
    font-size: 20px;
  }

  .final-section {
    width: 100%;
    padding: 42px 20px;
    border-radius: 0;
  }

  .footer {
    width: calc(100% - 40px);
    margin-top: 42px;
  }

  .sticky-cta {
    gap: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sticky-cta-note strong {
    font-size: 18px;
  }

  .sticky-cta-button {
    font-size: 16px;
  }

  .cookie-consent-actions {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  html,
  body {
    background: var(--paper);
  }

  .page-shell {
    box-shadow: none;
  }
}

@media (max-width: 360px) {
  .hero .eyebrow {
    display: none;
  }

  .hero {
    padding: 14px 16px 32px;
  }

  .site-brand {
    height: 44px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero h1 {
    font-size: 29px;
    line-height: 1.07;
  }

  .hero-subtitle {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-spread picture {
    aspect-ratio: 16 / 9;
  }

  .hero-price-row > strong {
    font-size: 30px;
  }

  .hero-price-card > p,
  .hero-price-card > p:last-child {
    font-size: 15px;
  }

  .cards-grid {
    gap: 10px;
  }

  .ritual-surface {
    padding: 16px 16px 22px;
  }

  .sticky-cta {
    gap: 10px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .sticky-cta-button {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* ---------- HERO: SPREAD PROOF, PRICE AND EXPERIENCE ---------- */
.site-brand {
  height: 64px;
  padding-right: 20px;
  padding-left: 20px;
}

.hero.section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.hero-copy {
  display: block;
  order: 1;
  padding: 28px 20px 26px;
}

.hero-kicker-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin-bottom: 16px;
}

.hero-kicker-row .eyebrow {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  order: initial;
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
}

.hero-kicker-row .eyebrow::before {
  display: none;
}

.hero-kicker-row .eyebrow::after {
  height: 1px;
  flex: 1;
  background: var(--brass-rule);
  content: "";
}

.hero-section-index {
  color: var(--brass);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1;
}

.hero h1 {
  max-width: none;
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hero-subtitle {
  display: block;
  max-width: 34ch;
  margin: 0;
  overflow: visible;
  color: var(--ink-body);
  font-size: 17px;
  line-height: 1.52;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

.hero-spread {
  display: block;
  order: 2;
  width: 100%;
  margin: 0;
}

.hero-spread > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 0;
  object-fit: cover;
}

.hero-spread .hero-spread-meta {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 11px 20px;
  background: #2a211c;
  color: #f5eadc;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hero-spread-meta span:first-child {
  min-width: 0;
}

.hero-spread-meta span:last-child {
  flex: none;
  color: #dfbd69;
}

.hero-purchase {
  order: 3;
  padding: 0 20px 26px;
}

.hero-price-card {
  margin: 0;
  padding: 22px 0 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.hero-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin: 0;
}

.hero-price-copy {
  min-width: 0;
}

.hero-price-row .hero-price-kicker {
  display: block;
  margin: 0 0 4px;
  color: var(--brass);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-price-copy p {
  margin: 0;
  color: var(--ink-meta);
  font-size: 13px;
  line-height: 1.4;
}

.hero-price-copy p strong {
  color: var(--ink-body);
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  white-space: nowrap;
}

.hero-price-row > strong {
  align-self: center;
  color: var(--ink);
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.hero-actions {
  display: block;
  margin: 18px 0 0;
}

.hero-cta {
  width: 100%;
  min-width: 0;
  min-height: 60px;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 17px;
  white-space: normal;
}

.hero-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: none;
  margin: 15px 0 0;
  padding: 0;
  color: var(--ink-body);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.35;
  list-style: none;
  text-align: center;
}

.hero-reassurance li {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hero-reassurance img {
  width: 14px;
  height: 14px;
  flex: none;
  filter: sepia(0.7) saturate(1.35);
  opacity: 0.78;
}

.experience-proof-section {
  width: 100%;
  margin: 0;
  padding: 24px 20px 0;
  background: var(--paper-raised);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.experience-proof-summary {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.experience-proof-portrait {
  display: block;
  width: 112px;
  height: 140px;
  border-radius: 2px;
  object-fit: cover;
  object-position: 50% 22%;
}

.experience-proof-intro h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-weight: 400;
}

.experience-proof-intro h2 span,
.experience-proof-intro h2 small {
  display: block;
}

.experience-proof-intro h2 span {
  font-size: 39px;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.experience-proof-intro h2 small {
  margin-top: 8px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.experience-proof-intro > p {
  margin: 14px 0 0;
  color: var(--ink-body);
  font-size: 13.5px;
  line-height: 1.45;
}

.experience-proof-details {
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.experience-proof-details summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 0;
  color: var(--brass-raised);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.experience-proof-summary-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.experience-proof-hint {
  color: var(--ink-body);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.experience-proof-hint-open {
  display: none;
}

.experience-proof-details[open] .experience-proof-hint-closed {
  display: none;
}

.experience-proof-details[open] .experience-proof-hint-open {
  display: inline;
}

.experience-proof-details summary::-webkit-details-marker {
  display: none;
}

.experience-proof-details summary img {
  width: 18px;
  height: 18px;
  flex: none;
  filter: brightness(0.64) saturate(0.9);
  opacity: 0.92;
  transition: transform 180ms ease;
}

.experience-proof-details[open] summary img {
  transform: rotate(180deg);
}

.experience-proof-details summary:focus-visible {
  border-radius: 2px;
}

.experience-proof-copy {
  padding: 10px 0 23px;
  text-align: left;
}

.experience-proof-copy p {
  margin: 0 0 13px;
  color: var(--ink-body);
  font-size: 15px;
  line-height: 1.58;
}

.experience-proof-copy p:last-child {
  margin-bottom: 0;
}

.experience-proof-section + .how-section {
  border-top: 0;
}

/* ---------- NUMBERED PROCESS AND CLIENT PROOF ---------- */
.numbered-section-heading {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
}

.numbered-section-heading .eyebrow,
.numbered-section-heading .testimonial-eyebrow {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 14px;
  margin: 0;
  white-space: nowrap;
}

.numbered-section-heading .eyebrow::before,
.numbered-section-heading .testimonial-eyebrow::before {
  display: none;
}

.numbered-section-heading .eyebrow::after,
.numbered-section-heading .testimonial-eyebrow::after {
  height: 1px;
  flex: 1;
  background: var(--brass-rule);
  content: "";
}

.numbered-section-index {
  flex: none;
  color: var(--brass);
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1;
}

.how-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.how-section .section-heading {
  margin-bottom: 3px;
}

.how-list li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.how-list p strong {
  display: block;
  margin-bottom: 3px;
}

.how-step-content {
  min-width: 0;
}

.how-spread-proof {
  display: grid;
  grid-template-columns: minmax(0, 116px) minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin: 12px 0 0;
}

.how-spread-proof img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 2px;
  object-fit: cover;
}

.how-spread-proof figcaption {
  color: var(--ink-meta);
  font-size: 14px;
  line-height: 1.45;
}

.how-spread-proof figcaption em {
  color: var(--ink-body);
  font-weight: 600;
}

.testimonial-section {
  display: block;
  padding-top: 18px;
  border-top: 0 !important;
}

.testimonial-section::after {
  content: none;
}

.testimonial-heading {
  margin-bottom: 32px;
}

.testimonial-carousel {
  width: calc(100% - 24px);
  min-width: 0;
  margin-left: 24px;
}

.testimonial-viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.testimonial-viewport::-webkit-scrollbar {
  display: none;
}

.testimonial-track {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.landing-testimonial.testimonial-slide {
  display: grid;
  position: relative;
  flex: 0 0 calc(100% - 28px);
  grid-template-rows: 1fr auto;
  min-width: 0;
  min-height: 494px;
  overflow: hidden;
  margin: 0;
  padding: 34px 28px 30px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #f7efe4;
  border: 1px solid rgba(124, 95, 37, 0.18);
  border-left: 3px solid rgba(124, 95, 37, 0.72);
  border-radius: 0;
}

.landing-testimonial.testimonial-slide::after {
  top: 24px;
  right: 18px;
  width: 74px;
  height: 74px;
  opacity: 0.045;
}

.landing-testimonial.testimonial-slide blockquote {
  align-self: start;
  max-width: none;
  margin-top: 29px;
  font-size: 24px;
  line-height: 1.47;
}

.landing-testimonial.testimonial-slide figcaption {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  gap: 5px;
  align-items: baseline;
  margin-top: 26px;
  top: -14px;
  color: var(--ink-meta);
  font-size: 14px;
  line-height: 1.45;
}

.landing-testimonial.testimonial-slide figcaption strong {
  color: var(--ink);
  font-weight: 600;
}

.testimonial-controls {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
  width: calc(100% + 24px);
  margin-top: 22px;
  margin-left: -24px;
  padding: 0 clamp(26px, 8vw, 35px);
}

.testimonial-arrow {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 11px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(124, 95, 37, 0.72);
  border-radius: 50%;
  color: var(--brass);
  cursor: pointer;
}

.testimonial-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0.5) saturate(0.75);
}

.testimonial-arrow-previous img {
  transform: rotate(90deg);
}

.testimonial-arrow-next img {
  transform: rotate(-90deg);
}

.testimonial-arrow:hover:not(:disabled) {
  background: rgba(124, 95, 37, 0.06);
  border-color: var(--brass);
}

.testimonial-arrow:disabled {
  cursor: default;
  opacity: 0.34;
}

.testimonial-status {
  display: grid;
  gap: 5px;
  justify-items: center;
}

.testimonial-counter {
  margin: 0;
  color: var(--brass);
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.2;
}

.testimonial-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-pagination button {
  display: inline-flex;
  width: 22px;
  height: 22px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial-pagination button::after {
  width: 6px;
  height: 6px;
  background: rgba(124, 95, 37, 0.24);
  border-radius: 50%;
  content: "";
}

.testimonial-pagination button[aria-current="true"]::after {
  background: var(--brass-rule);
  transform: scale(1.35);
}

.testimonial-pagination button:hover::after {
  background: rgba(124, 95, 37, 0.58);
}

.testimonial-viewport:focus-visible {
  outline: 3px solid var(--oxblood);
  outline-offset: 4px;
}

@media (max-width: 360px) {
  .site-brand {
    height: 58px;
  }

  .hero-copy {
    padding: 23px 16px 22px;
  }

  .hero-kicker-row .eyebrow {
    display: flex;
    font-size: 9.5px;
  }

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

  .hero-subtitle {
    display: block;
    font-size: 15.5px;
    -webkit-line-clamp: initial;
  }

  .hero-spread .hero-spread-meta {
    min-height: 44px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 8.7px;
  }

  .hero-purchase {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-price-row {
    gap: 10px;
  }

  .hero-price-copy p {
    font-size: 12px;
  }

  .hero-price-row > strong {
    font-size: 35px;
  }

  .hero-reassurance {
    gap: 6px;
    font-size: 10px;
  }

  .hero-reassurance li {
    gap: 4px;
  }

  .experience-proof-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .experience-proof-summary {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
  }

  .experience-proof-portrait {
    width: 96px;
    height: 128px;
  }

  .experience-proof-intro h2 span {
    font-size: 34px;
  }

  .experience-proof-intro h2 small {
    font-size: 14px;
  }

  .experience-proof-intro > p {
    margin-top: 11px;
    font-size: 12.5px;
  }

  .how-spread-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .how-spread-proof figcaption {
    font-size: 13px;
  }

  .testimonial-carousel {
    width: calc(100% - 16px);
    margin-left: 16px;
  }

  .landing-testimonial.testimonial-slide {
    flex-basis: calc(100% - 20px);
    min-height: 560px;
    padding: 28px 20px 26px;
  }

  .landing-testimonial.testimonial-slide blockquote {
    margin-top: 18px;
    font-size: 21px;
    line-height: 1.45;
  }

  .landing-testimonial.testimonial-slide figcaption {
    top: -8px;
  }

  .testimonial-controls {
    width: calc(100% + 16px);
    margin-left: -16px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

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

  .card-inner,
  .sticky-cta,
  .experience-proof-details summary img,
  .testimonial-viewport {
    transition: none;
  }

  .testimonial-viewport {
    scroll-behavior: auto;
  }
}

/* --------------------------------------------------------------------------
   Face-first mobile conversion landing · 2026-08-10
   This is intentionally a single-column 390px product, including on desktop.
   -------------------------------------------------------------------------- */

body.face-first-mobile {
  --face-paper: #fbf7f0;
  --face-paper-raised: #efe4d4;
  --face-ink: #201a17;
  --face-body: #51463f;
  --face-muted: #786a60;
  --face-wine: #6f1d31;
  --face-wine-dark: #541323;
  --face-brass: #9a793a;
  --face-dark: #241b19;
  --face-rule: rgba(32, 26, 23, 0.16);
  background: #e6dccd;
}

body.face-first-mobile .page-shell {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--face-paper);
  box-shadow: 0 18px 60px rgba(32, 26, 23, 0.16);
}

body.face-first-mobile .landing {
  width: 100%;
  background: var(--face-paper);
}

body.face-first-mobile .manual-availability {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px 7px;
  background: var(--face-wine);
  color: #fffaf4;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.135em;
  text-align: center;
  text-transform: uppercase;
}

body.face-first-mobile .site-brand {
  width: 100%;
  height: 64px;
  padding: 0 16px;
  background: var(--face-paper);
  border-bottom: 1px solid var(--face-rule);
}

body.face-first-mobile .site-logo {
  gap: 4px;
  color: var(--face-ink);
  font-size: 19px;
  line-height: 0.9;
  letter-spacing: 0.2em;
}

body.face-first-mobile .site-logo small {
  color: var(--face-muted);
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
}

body.face-first-mobile .site-nav {
  gap: 0;
}

body.face-first-mobile .site-nav a,
body.face-first-mobile .site-nav .site-library-link {
  color: var(--face-wine);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

body.face-first-mobile .section {
  width: 100%;
  margin: 0;
  padding: 48px 16px;
  background: var(--face-paper);
  border-top: 1px solid var(--face-rule);
}

body.face-first-mobile .section-heading {
  max-width: none;
  margin: 0 0 28px;
}

body.face-first-mobile .section-heading h2,
body.face-first-mobile .testimonial-heading h2,
body.face-first-mobile .experience-proof-intro h2 {
  margin: 0;
  color: var(--face-ink);
  font-family: var(--font-serif);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

body.face-first-mobile .section-heading > p:not(.eyebrow),
body.face-first-mobile .testimonial-heading > p:not(.testimonial-eyebrow) {
  max-width: none;
  margin: 14px 0 0;
  color: var(--face-body);
  font-size: 15px;
  line-height: 1.55;
}

body.face-first-mobile .eyebrow,
body.face-first-mobile .testimonial-eyebrow {
  display: block;
  margin: 0 0 13px;
  color: var(--face-brass);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.135em;
}

body.face-first-mobile .eyebrow::before,
body.face-first-mobile .eyebrow::after,
body.face-first-mobile .testimonial-eyebrow::before,
body.face-first-mobile .testimonial-eyebrow::after {
  display: none;
  content: none;
}

body.face-first-mobile .numbered-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

body.face-first-mobile .numbered-section-heading .eyebrow,
body.face-first-mobile .numbered-section-heading .testimonial-eyebrow {
  display: block;
  margin: 0;
  white-space: normal;
}

body.face-first-mobile .numbered-section-index {
  color: var(--face-brass);
  font-family: var(--font-serif);
  font-size: 15px;
}

body.face-first-mobile .primary-cta,
body.face-first-mobile .section-jump-cta {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  background: var(--face-wine);
  border: 1px solid var(--face-wine);
  border-radius: 2px;
  box-shadow: 0 9px 20px -13px rgba(84, 19, 35, 0.75);
  color: #fffaf4;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

body.face-first-mobile .primary-cta:hover,
body.face-first-mobile .section-jump-cta:hover,
body.face-first-mobile .primary-cta:active,
body.face-first-mobile .section-jump-cta:active {
  background: var(--face-wine-dark);
  border-color: var(--face-wine-dark);
  color: #fffaf4;
}

body.face-first-mobile .hero.section {
  display: block;
  padding: 42px 16px 46px;
  border-top: 0;
}

body.face-first-mobile .hero-copy {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.face-first-mobile .hero .eyebrow {
  margin-bottom: 15px;
}

body.face-first-mobile .hero h1 {
  max-width: none;
  margin: 0;
  color: var(--face-ink);
  font-family: var(--font-serif);
  font-size: 43px;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.face-first-mobile .hero-subtitle {
  max-width: none;
  margin: 20px 0 0;
  color: var(--face-body);
  font-size: 15px;
  line-height: 1.55;
}

body.face-first-mobile .hero-process {
  margin: 13px 0 0;
  color: var(--face-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.face-first-mobile .hero-process strong {
  color: var(--face-wine);
  font-weight: 700;
}

body.face-first-mobile .hero-spread {
  width: 100%;
  margin: 28px 0 0;
}

body.face-first-mobile .video-slot {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 24px;
  background: #eee3d4;
  border: 1px dashed rgba(111, 29, 49, 0.55);
  border-radius: 12px;
  color: var(--face-wine);
  text-align: center;
}

body.face-first-mobile .video-slot span,
body.face-first-mobile .video-slot small {
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

body.face-first-mobile .video-slot strong {
  color: var(--face-ink);
  font-family: var(--font-serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

body.face-first-mobile .video-slot small {
  max-width: 25ch;
  color: var(--face-muted);
  font-size: 8px;
}

body.face-first-mobile .video-slot-primary {
  min-height: 438px;
  aspect-ratio: 9 / 12;
}

body.face-first-mobile .hero-spread .hero-spread-meta {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 12px 0;
  background: transparent;
  color: var(--face-muted);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

body.face-first-mobile .hero-spread-meta span:last-child::before {
  content: "· ";
}

body.face-first-mobile .hero-purchase {
  margin-top: 22px;
}

body.face-first-mobile .hero-personal-proof {
  display: grid;
  gap: 5px;
  padding: 15px 16px;
  background: #fffaf4;
  border: 1px solid rgba(154, 121, 58, 0.28);
  border-radius: 10px;
  text-align: center;
}

body.face-first-mobile .hero-personal-proof strong {
  color: var(--face-ink);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

body.face-first-mobile .hero-personal-proof span {
  color: var(--face-body);
  font-size: 12px;
  line-height: 1.45;
}

body.face-first-mobile .hero-price-card {
  display: block;
  margin: 12px 0 0;
  padding: 17px 16px;
  background: var(--face-paper-raised);
  border: 1px solid rgba(154, 121, 58, 0.36);
  border-radius: 12px;
  box-shadow: none;
}

body.face-first-mobile .hero-price-row {
  display: grid;
  gap: 4px;
}

body.face-first-mobile .hero-price-row .hero-price-kicker {
  display: block;
  margin: 0;
  color: var(--face-brass);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.11em;
}

body.face-first-mobile .hero-price-row p {
  margin: 1px 0 0;
  color: var(--face-muted);
  font-size: 10px;
  line-height: 1.4;
}

body.face-first-mobile .hero-price-row p strong {
  color: var(--face-body);
}

body.face-first-mobile .hero-price-row > strong {
  flex: none;
  color: var(--face-ink);
  font-family: var(--font-serif);
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}

body.face-first-mobile .hero-inclusions {
  display: grid;
  gap: 7px;
  margin: 15px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid var(--face-rule);
  color: var(--face-body);
  font-size: 11px;
  line-height: 1.45;
  list-style: none;
}

body.face-first-mobile .hero-inclusions li {
  position: relative;
  padding-left: 15px;
}

body.face-first-mobile .hero-inclusions li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--face-brass);
  border-radius: 50%;
  content: "";
}

body.face-first-mobile .hero-actions {
  display: block;
  margin-top: 12px;
}

body.face-first-mobile .hero-cta {
  min-height: 60px;
}

body.face-first-mobile .hero-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 13px 0 0;
  padding: 0;
  color: var(--face-muted);
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.3;
  list-style: none;
}

body.face-first-mobile .hero-reassurance li {
  display: flex;
  min-height: 48px;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  padding: 8px 5px;
  background: #fffaf4;
  border: 1px solid rgba(154, 121, 58, 0.24);
  border-radius: 8px;
  text-align: center;
}

body.face-first-mobile .hero-reassurance img {
  display: none;
}

body.face-first-mobile .experience-proof-section {
  width: 100%;
  margin: 0;
  padding: 48px 16px 0;
  background: var(--face-paper-raised);
  border-top: 1px solid var(--face-rule);
  border-bottom: 1px solid var(--face-rule);
}

body.face-first-mobile .experience-proof-summary {
  display: block;
}

body.face-first-mobile .experience-proof-intro .eyebrow {
  margin-bottom: 13px;
}

body.face-first-mobile .experience-proof-intro > p {
  margin: 15px 0 0;
  color: var(--face-body);
  font-size: 15px;
  line-height: 1.55;
}

body.face-first-mobile .video-slot-process {
  min-height: 402px;
  margin-top: 24px;
  background: #e8dbc8;
}

body.face-first-mobile .experience-proof-details {
  margin: 24px 0 0;
  border-top: 1px solid var(--face-rule);
}

body.face-first-mobile .experience-proof-details summary {
  min-height: 62px;
  padding: 14px 0;
  color: var(--face-wine);
}

body.face-first-mobile .experience-proof-hint {
  color: var(--face-muted);
}

body.face-first-mobile .experience-proof-copy p {
  color: var(--face-body);
  font-size: 14px;
  line-height: 1.55;
}

body.face-first-mobile .how-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

body.face-first-mobile .how-list {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.face-first-mobile .how-list > li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  padding: 20px 0;
  border-bottom: 1px solid var(--face-rule);
}

body.face-first-mobile .how-list > li:first-child {
  border-top: 1px solid var(--face-rule);
}

body.face-first-mobile .how-list > li > span {
  color: var(--face-brass);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.25;
}

body.face-first-mobile .how-list p {
  margin: 0;
  color: var(--face-body);
  font-size: 14px;
  line-height: 1.5;
}

body.face-first-mobile .how-list p strong {
  display: block;
  margin-bottom: 5px;
  color: var(--face-ink);
  font-size: 15px;
}

body.face-first-mobile .how-spread-proof {
  display: block;
  margin-top: 14px;
}

body.face-first-mobile .how-spread-proof img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

body.face-first-mobile .how-spread-proof figcaption {
  margin-top: 8px;
  color: var(--face-muted);
  font-size: 11px;
}

body.face-first-mobile .manual-capacity-card {
  margin-top: 24px;
  padding: 22px 20px;
  background: var(--face-dark);
  border-left: 3px solid var(--face-brass);
  color: #f9efe4;
}

body.face-first-mobile .manual-capacity-card p {
  margin: 0;
  color: #d8b86c;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.14em;
}

body.face-first-mobile .manual-capacity-card h3 {
  margin: 10px 0 8px;
  color: #fffaf4;
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

body.face-first-mobile .manual-capacity-card span {
  color: rgba(255, 250, 244, 0.68);
  font-size: 11px;
  line-height: 1.5;
}

body.face-first-mobile .process-cta {
  margin-top: 14px;
}

body.face-first-mobile .testimonial-section {
  padding: 48px 16px;
  background: var(--face-dark);
  border-top: 0;
  color: #fffaf4;
}

body.face-first-mobile .testimonial-heading {
  display: block;
  margin: 0 0 25px;
}

body.face-first-mobile .testimonial-heading h2 {
  margin-top: 13px;
  color: #fffaf4;
}

body.face-first-mobile .testimonial-heading > p:not(.testimonial-eyebrow) {
  color: rgba(255, 250, 244, 0.7);
}

body.face-first-mobile .testimonial-video-grid {
  display: grid;
  gap: 10px;
}

body.face-first-mobile .testimonial-section .video-slot {
  background: #302522;
  border-color: rgba(216, 184, 108, 0.62);
  color: #d8b86c;
}

body.face-first-mobile .testimonial-section .video-slot strong {
  color: #fffaf4;
}

body.face-first-mobile .testimonial-section .video-slot small {
  color: rgba(255, 250, 244, 0.54);
}

body.face-first-mobile .testimonial-video-card {
  display: block;
  margin: 0;
  padding: 0;
  border-style: solid;
}

body.face-first-mobile .testimonial-video {
  display: block;
  width: 100%;
  height: 100%;
  background: #150d15;
  object-fit: cover;
  object-position: center;
}

body.face-first-mobile .testimonial-video:focus-visible {
  outline: 2px solid #d8b86c;
  outline-offset: -4px;
}

body.face-first-mobile .testimonial-video-primary {
  min-height: 420px;
}

body.face-first-mobile .testimonial-video-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.face-first-mobile .testimonial-video-pair[hidden] {
  display: none;
}

body.face-first-mobile .testimonial-video-secondary {
  min-height: 252px;
  padding: 14px 8px;
}

body.face-first-mobile .testimonial-video-secondary strong {
  font-size: 19px;
}

body.face-first-mobile .testimonial-video-note {
  margin: 11px 0 25px;
  color: rgba(255, 250, 244, 0.46);
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

body.face-first-mobile .testimonial-carousel {
  width: 100%;
  margin: 0;
}

body.face-first-mobile .testimonial-track {
  gap: 10px;
}

body.face-first-mobile .landing-testimonial.testimonial-slide {
  flex-basis: calc(100% - 18px);
  min-height: 310px;
  padding: 25px 22px 22px;
  background: #fffaf4;
  border: 0;
  border-left: 3px solid var(--face-brass);
  color: var(--face-ink);
}

body.face-first-mobile .landing-testimonial.testimonial-slide blockquote {
  margin: 0;
  color: var(--face-ink);
  font-size: 20px;
  line-height: 1.42;
}

body.face-first-mobile .landing-testimonial.testimonial-slide figcaption {
  top: 0;
  margin-top: 20px;
  color: var(--face-muted);
  font-size: 12px;
}

body.face-first-mobile .testimonial-controls {
  width: 100%;
  margin: 17px 0 0;
  padding: 0;
}

body.face-first-mobile .testimonial-arrow {
  border-color: rgba(216, 184, 108, 0.62);
}

body.face-first-mobile .testimonial-arrow img {
  filter: brightness(1.6) saturate(0.6);
}

body.face-first-mobile .testimonial-counter {
  color: #d8b86c;
}

body.face-first-mobile .card-section {
  padding: 48px 16px;
  background: var(--face-paper);
}

body.face-first-mobile .card-section > .section-heading,
body.face-first-mobile .card-section > .confirmation,
body.face-first-mobile .card-section > .cta-main,
body.face-first-mobile .card-section > .cta-duration {
  width: 100%;
}

body.face-first-mobile .card-section .section-heading h2 {
  color: var(--face-ink);
}

body.face-first-mobile .card-ritual-note {
  padding: 12px 13px;
  background: var(--face-paper-raised);
  border-left: 2px solid var(--face-brass);
  color: var(--face-muted) !important;
  font-size: 11px !important;
}

body.face-first-mobile .ritual-surface {
  width: 100%;
  margin-top: 21px;
  padding: 17px 14px;
  background: var(--face-paper-raised);
  border: 1px solid rgba(154, 121, 58, 0.2);
}

body.face-first-mobile .ritual-controls {
  min-height: 24px;
  margin-bottom: 12px;
}

body.face-first-mobile .cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

body.face-first-mobile .tarot-card,
body.face-first-mobile .tarot-card .card-inner,
body.face-first-mobile .tarot-card .card-image {
  border-radius: 2px;
}

body.face-first-mobile .selected-cards-copy,
body.face-first-mobile .selection-hint,
body.face-first-mobile .cta-duration {
  color: var(--face-muted);
  font-size: 11px;
}

body.face-first-mobile .confirmation-title {
  color: var(--confirmed);
}

body.face-first-mobile .product-section {
  display: block;
  padding: 48px 16px;
}

body.face-first-mobile .exact-spread-preview {
  margin: 0 0 24px;
  padding: 12px;
  background: var(--face-paper-raised);
  border: 1px solid rgba(154, 121, 58, 0.28);
}

body.face-first-mobile .exact-spread-preview > p {
  margin: 0 0 10px;
  color: var(--face-brass);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.13em;
}

body.face-first-mobile .exact-spread-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

body.face-first-mobile .exact-spread-preview figcaption {
  margin-top: 10px;
  color: var(--face-muted);
  font-size: 10px;
  line-height: 1.45;
}

body.face-first-mobile .product-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

body.face-first-mobile .product-section .product-benefits li {
  padding: 15px 0 15px 25px;
  border-bottom: 1px solid var(--face-rule);
  color: var(--face-body);
  font-size: 13px;
  line-height: 1.5;
}

body.face-first-mobile .product-section .product-benefits li::before {
  top: 18px;
  width: 14px;
  height: 14px;
}

body.face-first-mobile .followup-bonus-card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding: 18px 16px;
  background: #fffaf4;
  border-color: rgba(154, 121, 58, 0.3);
  border-left-color: var(--face-brass);
}

body.face-first-mobile .followup-bonus-card > img {
  width: 32px;
  height: 32px;
  padding: 8px;
}

body.face-first-mobile .followup-bonus-card h3 {
  font-size: 23px;
}

body.face-first-mobile .followup-bonus-card h3 + p {
  font-size: 13px;
}

body.face-first-mobile .payment-trust-panel {
  margin-top: 12px;
  padding: 18px 16px;
  background: var(--face-paper-raised);
}

body.face-first-mobile .payment-trust-panel p {
  color: var(--face-body);
  font-size: 11px;
}

body.face-first-mobile .payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

body.face-first-mobile .refund-promise-section {
  padding: 48px 16px;
  background: var(--face-paper-raised);
}

body.face-first-mobile .refund-guarantee-card {
  padding: 24px 20px;
  background: #fffaf4;
  border: 1px solid rgba(154, 121, 58, 0.32);
  border-top: 4px solid var(--face-wine);
}

body.face-first-mobile .refund-guarantee-card > strong {
  color: var(--face-wine);
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 0.9;
}

body.face-first-mobile .refund-guarantee-card h3 {
  margin: 12px 0 9px;
  color: var(--face-ink);
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

body.face-first-mobile .refund-guarantee-card p {
  margin: 0;
  color: var(--face-body);
  font-size: 13px;
  line-height: 1.55;
}

body.face-first-mobile .refund-steps {
  display: grid;
  gap: 0;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

body.face-first-mobile .refund-steps li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--face-rule);
}

body.face-first-mobile .refund-steps span {
  color: var(--face-brass);
  font-family: var(--font-serif);
}

body.face-first-mobile .refund-steps p {
  margin: 0;
  color: var(--face-body);
  font-size: 13px;
}

body.face-first-mobile .refund-payment-strip {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 16px;
  background: var(--face-dark);
  color: #fffaf4;
}

body.face-first-mobile .refund-payment-strip strong {
  color: #d8b86c;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

body.face-first-mobile .refund-payment-strip > span {
  color: rgba(255, 250, 244, 0.72);
  font-size: 11px;
}

body.face-first-mobile .refund-cta {
  margin-top: 12px;
}

body.face-first-mobile .pain-section,
body.face-first-mobile .questions-section,
body.face-first-mobile .fit-filter-section,
body.face-first-mobile .faq-section,
body.face-first-mobile .final-section {
  padding: 48px 16px;
}

body.face-first-mobile .situation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.face-first-mobile .situation-card {
  min-height: 0;
  padding: 19px 17px;
  background: #fffaf4;
  border: 1px solid var(--face-rule);
  border-left: 3px solid var(--face-brass);
  border-radius: 0;
  box-shadow: none;
}

body.face-first-mobile .situation-card h3 {
  margin: 7px 0;
  color: var(--face-ink);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.08;
}

body.face-first-mobile .situation-card > p:not(.situation-badge) {
  margin: 0;
  color: var(--face-body);
  font-size: 12px;
}

body.face-first-mobile .situation-badge {
  margin: 0;
  color: var(--face-brass);
  font-size: 9px;
}

body.face-first-mobile .question-list {
  display: grid;
  gap: 9px;
}

body.face-first-mobile .question-list li {
  margin: 0;
  padding: 16px;
  background: var(--face-paper-raised);
  border-left: 2px solid var(--face-brass);
  color: var(--face-ink);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.35;
}

body.face-first-mobile .quiet-note {
  color: var(--face-muted);
  font-size: 11px;
}

body.face-first-mobile .fit-filter-section {
  background: var(--face-paper-raised);
}

body.face-first-mobile .fit-card {
  padding: 20px 18px;
  background: #fffaf4;
  border: 1px solid var(--face-rule);
}

body.face-first-mobile .fit-card + .fit-card {
  margin-top: 10px;
}

body.face-first-mobile .fit-card > p:first-child {
  margin: 0;
  color: var(--face-brass);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

body.face-first-mobile .fit-card h3 {
  margin: 8px 0 13px;
  color: var(--face-ink);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

body.face-first-mobile .fit-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--face-body);
  font-size: 12px;
  line-height: 1.5;
}

body.face-first-mobile .fit-card-negative {
  background: transparent;
}

body.face-first-mobile .faq-list {
  border-top: 1px solid var(--face-rule);
}

body.face-first-mobile .faq-list details {
  border-bottom: 1px solid var(--face-rule);
}

body.face-first-mobile .faq-list summary {
  min-height: 58px;
  padding: 16px 30px 16px 0;
  color: var(--face-ink);
  font-size: 14px;
  line-height: 1.4;
}

body.face-first-mobile .faq-list details p {
  padding: 0 0 18px;
  color: var(--face-body);
  font-size: 13px;
  line-height: 1.55;
}

body.face-first-mobile .final-section {
  background: var(--face-dark);
  border-top: 0;
  text-align: left;
}

body.face-first-mobile .final-section .section-heading {
  margin-bottom: 24px;
}

body.face-first-mobile .final-section .section-heading h2 {
  color: #fffaf4;
}

body.face-first-mobile .final-section .section-heading > p:not(.eyebrow) {
  color: rgba(255, 250, 244, 0.7);
}

body.face-first-mobile .final-section .cta-final {
  margin: 0;
  background: #fffaf4;
  border-color: #fffaf4;
  color: var(--face-wine);
}

body.face-first-mobile .final-cta-note {
  margin: 12px 0 0;
  color: rgba(255, 250, 244, 0.58);
  font-size: 11px;
  text-align: center;
}

body.face-first-mobile .footer {
  width: 100%;
  padding: 34px 16px 100px;
  background: #171211;
  color: rgba(255, 250, 244, 0.54);
  border: 0;
  font-size: 10px;
  line-height: 1.55;
}

body.face-first-mobile .footer a,
body.face-first-mobile .footer-cookie-link {
  color: rgba(255, 250, 244, 0.78);
}

body.face-first-mobile .sticky-cta {
  right: 50%;
  bottom: 0;
  left: auto;
  width: min(390px, 100%);
  max-width: 390px;
  padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  transform: translate(50%, calc(100% + 18px));
  background: rgba(251, 247, 240, 0.97);
  border-top: 1px solid var(--face-rule);
  box-shadow: 0 -10px 24px rgba(32, 26, 23, 0.12);
  backdrop-filter: blur(12px);
}

body.face-first-mobile .sticky-cta.is-visible {
  transform: translate(50%, 0);
}

body.face-first-mobile .sticky-cta-note {
  color: var(--face-muted);
}

body.face-first-mobile .sticky-cta-note strong {
  color: var(--face-ink);
}

body.face-first-mobile .sticky-cta-button {
  min-height: 50px;
  font-size: 14px;
}

body.face-first-mobile .cookie-consent-panel {
  width: min(358px, calc(100vw - 32px));
  background: var(--face-paper);
}

@media (max-width: 350px) {
  body.face-first-mobile .section,
  body.face-first-mobile .hero.section,
  body.face-first-mobile .pain-section,
  body.face-first-mobile .questions-section,
  body.face-first-mobile .fit-filter-section,
  body.face-first-mobile .faq-section,
  body.face-first-mobile .final-section,
  body.face-first-mobile .product-section,
  body.face-first-mobile .refund-promise-section,
  body.face-first-mobile .testimonial-section,
  body.face-first-mobile .card-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.face-first-mobile .site-brand,
  body.face-first-mobile .experience-proof-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.face-first-mobile .hero h1 {
    font-size: 39px;
  }

  body.face-first-mobile .hero-reassurance {
    gap: 4px;
    font-size: 8.5px;
  }

  body.face-first-mobile .testimonial-video-secondary strong {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.face-first-mobile .sticky-cta,
  body.face-first-mobile .card-inner,
  body.face-first-mobile .testimonial-viewport {
    scroll-behavior: auto;
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Leya Dark Plum · mobile funnel implementation · 2026-08-12
   The existing face-first markup and behavioral hooks stay intact.
   -------------------------------------------------------------------------- */

html:has(body.dark-plum-mobile) {
  background: #0d070d;
  scrollbar-width: none;
}

html:has(body.dark-plum-mobile)::-webkit-scrollbar {
  width: 0;
}

body.face-first-mobile.dark-plum-mobile {
  --face-paper: var(--plum-bg);
  --face-paper-raised: var(--plum-surface);
  --face-ink: var(--ivory-primary);
  --face-body: var(--ivory-secondary);
  --face-muted: var(--text-muted);
  --face-wine: var(--berry-cta);
  --face-wine-dark: var(--berry-cta-active);
  --face-brass: var(--antique-gold);
  --face-dark: var(--plum-section-alt);
  --face-rule: var(--line-light);
  background: #0d070d;
  color: var(--ivory-secondary);
}

body.face-first-mobile.dark-plum-mobile .page-shell {
  max-width: 430px;
  background: var(--plum-bg);
  box-shadow: none;
}

body.face-first-mobile.dark-plum-mobile .landing {
  position: relative;
  background: var(--plum-bg);
}

body.face-first-mobile.dark-plum-mobile .landing::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 420px;
  background: radial-gradient(
    120% 70% at 50% 0%,
    rgba(116, 52, 95, 0.42),
    rgba(21, 13, 21, 0) 72%
  );
  content: "";
  pointer-events: none;
}

body.face-first-mobile.dark-plum-mobile .landing > * {
  position: relative;
  z-index: 1;
}

body.face-first-mobile.dark-plum-mobile .manual-availability {
  min-height: 34px;
  padding: 9px 20px;
  border-bottom: 1px solid var(--line-gold);
  background: var(--plum-surface);
  color: var(--antique-gold);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

body.face-first-mobile.dark-plum-mobile .site-brand {
  height: auto;
  min-height: 72px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line-light);
  background: transparent;
}

body.face-first-mobile.dark-plum-mobile .site-logo {
  gap: 2px;
  min-height: 44px;
  color: var(--ivory-primary);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3em;
}

body.face-first-mobile.dark-plum-mobile .site-logo small {
  color: var(--antique-gold-soft);
  font-family: var(--font-ui);
  font-size: 8.5px;
  letter-spacing: 0.28em;
}

body.face-first-mobile.dark-plum-mobile .site-nav a,
body.face-first-mobile.dark-plum-mobile .site-nav .site-library-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 2px;
  border-bottom: 1px solid var(--line-gold);
  color: var(--ivory-secondary);
  font-size: 14px;
  font-weight: 500;
}

body.face-first-mobile.dark-plum-mobile .section {
  padding: 30px 20px;
  border-top: 1px solid var(--line-light);
  background: var(--plum-bg);
}

body.face-first-mobile.dark-plum-mobile .section-heading {
  margin-bottom: 22px;
}

body.face-first-mobile.dark-plum-mobile .section-heading h2,
body.face-first-mobile.dark-plum-mobile .testimonial-heading h2,
body.face-first-mobile.dark-plum-mobile .experience-proof-intro h2 {
  color: var(--ivory-primary);
  font-family: var(--font-display);
  font-size: 33px;
  line-height: 1.12;
  letter-spacing: -0.012em;
}

body.face-first-mobile.dark-plum-mobile .section-heading > p:not(.eyebrow),
body.face-first-mobile.dark-plum-mobile .testimonial-heading > p:not(.testimonial-eyebrow) {
  margin-top: 12px;
  color: var(--ivory-secondary);
  font-size: 16px;
  line-height: 1.6;
}

body.face-first-mobile.dark-plum-mobile .eyebrow,
body.face-first-mobile.dark-plum-mobile .testimonial-eyebrow {
  margin-bottom: 10px;
  color: var(--antique-gold);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

body.face-first-mobile.dark-plum-mobile .primary-cta,
body.face-first-mobile.dark-plum-mobile .section-jump-cta {
  min-height: 56px;
  padding: 16px 20px;
  border: 0;
  border-radius: 6px;
  background: var(--berry-cta);
  box-shadow: var(--shadow-cta);
  color: var(--ivory-primary);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  transition: background 160ms ease, transform 120ms ease;
}

body.face-first-mobile.dark-plum-mobile .primary-cta:hover,
body.face-first-mobile.dark-plum-mobile .section-jump-cta:hover {
  border-color: transparent;
  background: var(--berry-cta-hover);
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .primary-cta:active,
body.face-first-mobile.dark-plum-mobile .section-jump-cta:active {
  border-color: transparent;
  background: var(--berry-cta-active);
  color: var(--ivory-primary);
  transform: scale(0.99);
}

body.face-first-mobile.dark-plum-mobile .hero.section {
  padding: 26px 20px 32px;
  border-top: 0;
  background: transparent;
}

body.face-first-mobile.dark-plum-mobile .hero .eyebrow {
  margin-bottom: 12px;
  white-space: normal;
}

body.face-first-mobile.dark-plum-mobile .hero-kicker-row {
  margin-bottom: 6px;
}

body.face-first-mobile.dark-plum-mobile .hero h1 {
  color: var(--ivory-primary);
  font-family: var(--font-display);
  font-size: 43px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.018em;
  text-wrap: pretty;
}

body.face-first-mobile.dark-plum-mobile .hero-subtitle {
  margin-top: 16px;
  color: var(--ivory-secondary);
  font-size: 16.5px;
  line-height: 1.6;
}

body.face-first-mobile.dark-plum-mobile .hero-process {
  display: block;
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.55;
}

body.face-first-mobile.dark-plum-mobile .hero-process strong {
  color: var(--ivory-primary);
  font-weight: 600;
}

body.face-first-mobile.dark-plum-mobile .hero-spread {
  margin-top: 22px;
}

body.face-first-mobile.dark-plum-mobile .video-slot {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  border: 1px solid var(--line-light);
  border-radius: 4px;
  background-color: var(--plum-surface);
  background-image: repeating-linear-gradient(
    45deg,
    rgba(247, 238, 232, 0.045) 0 1px,
    transparent 1px 9px
  );
  color: var(--antique-gold);
}

body.face-first-mobile.dark-plum-mobile .video-slot-primary,
body.face-first-mobile.dark-plum-mobile .video-slot-process {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

body.face-first-mobile.dark-plum-mobile .welcome-video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line-light);
  border-radius: 4px;
  background: var(--plum-surface);
  object-fit: cover;
  object-position: 50% 36%;
}

body.face-first-mobile.dark-plum-mobile .welcome-video:focus-visible {
  outline: 2px solid var(--antique-gold);
  outline-offset: 3px;
}

@media (max-width: 430px) {
  body.face-first-mobile.dark-plum-mobile .welcome-video {
    aspect-ratio: 9 / 16;
    object-fit: contain;
    object-position: center;
  }
}

body.face-first-mobile.dark-plum-mobile .video-slot > span {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  background: rgba(21, 13, 21, 0.55);
  color: transparent;
  font-size: 0;
}

body.face-first-mobile.dark-plum-mobile .video-slot > span::after {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--antique-gold);
  content: "";
}

body.face-first-mobile.dark-plum-mobile .video-slot > strong {
  display: block;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 0;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

body.face-first-mobile.dark-plum-mobile .video-slot-primary > strong::after {
  font-size: 13px;
  content: "Poster frame · 0:38";
}

body.face-first-mobile.dark-plum-mobile .video-slot-process > strong::after {
  font-size: 13px;
  letter-spacing: 0;
  content: "Empty · awaiting footage";
}

body.face-first-mobile.dark-plum-mobile .video-slot > small {
  display: none;
}

body.face-first-mobile.dark-plum-mobile .hero-spread .hero-spread-meta {
  min-height: 0;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
}

body.face-first-mobile.dark-plum-mobile .hero-spread-meta span:last-child {
  color: var(--antique-gold);
}

body.face-first-mobile.dark-plum-mobile .hero-spread-meta span:last-child::before {
  content: none;
}

body.face-first-mobile.dark-plum-mobile .hero-cta-duration {
  display: none;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase {
  margin-top: 22px;
}

body.face-first-mobile.dark-plum-mobile .hero-personal-proof {
  gap: 6px;
  padding: 14px 16px;
  border: 0;
  border-left: 2px solid var(--antique-gold);
  border-radius: 0;
  background: var(--plum-surface);
  text-align: left;
}

body.face-first-mobile.dark-plum-mobile .hero-personal-proof strong {
  color: var(--antique-gold);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

body.face-first-mobile.dark-plum-mobile .hero-personal-proof span {
  color: var(--ivory-secondary);
  font-size: 14px;
  line-height: 1.5;
}

body.face-first-mobile.dark-plum-mobile .hero-price-card {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid var(--line-gold);
  border-radius: 4px;
  background: var(--plum-surface-raised);
}

.hero-release-preview {
  display: none;
}

@media (max-width: 430px) {
  body.face-first-mobile.dark-plum-mobile .hero-release-preview {
    display: grid;
    min-height: 144px;
    gap: 7px;
    margin: -20px -20px 18px;
    padding: 15px 20px 16px;
    border-bottom: 1px solid var(--line-light);
    border-radius: 3px 3px 0 0;
    background: rgba(205, 160, 76, 0.055);
    box-shadow: inset 0 0 0 rgba(205, 160, 76, 0);
    transition: background-color 220ms ease, box-shadow 220ms ease;
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-preview.is-low {
    background: rgba(205, 160, 76, 0.095);
    box-shadow: inset 0 0 24px rgba(205, 160, 76, 0.09);
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-label,
  body.face-first-mobile.dark-plum-mobile .hero-release-status,
  body.face-first-mobile.dark-plum-mobile .hero-release-note {
    margin: 0;
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-label {
    color: var(--antique-gold);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.19em;
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-status {
    display: flex;
    min-height: 42px;
    align-items: center;
    color: var(--ivory-primary);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-status strong,
  body.face-first-mobile.dark-plum-mobile .hero-release-status [data-first-price] {
    color: var(--antique-gold);
    font-weight: 600;
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-gauge {
    display: grid;
    min-height: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    align-items: center;
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-gauge [data-release-segment] {
    display: block;
    width: 100%;
    height: 10px;
    border: 1px solid rgba(200, 164, 95, 0.18);
    border-radius: 999px;
    background-color: rgba(200, 164, 95, 0.1);
    box-shadow: none;
    opacity: 0.72;
    transform: scaleY(0.78);
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease, transform 220ms ease;
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-gauge [data-release-segment].is-open {
    border-color: rgba(223, 188, 104, 0.9);
    background-color: #dfbc68;
    box-shadow: 0 0 12px rgba(223, 188, 104, 0.48), 0 6px 14px rgba(174, 53, 112, 0.18);
    opacity: 1;
    transform: scaleY(1);
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-note {
    color: var(--text-muted);
    font-size: 12.5px;
    line-height: 1.45;
  }
}

@media (max-width: 350px) {
  body.face-first-mobile.dark-plum-mobile .hero-release-preview {
    padding-right: 18px;
    padding-left: 18px;
  }

  body.face-first-mobile.dark-plum-mobile .hero-release-status {
    font-size: 16px;
  }

  body.face-first-mobile.dark-plum-mobile .hero-price-row {
    grid-template-columns: minmax(76px, 1fr) auto;
  }

  body.face-first-mobile.dark-plum-mobile .hero-price-row > strong {
    font-size: 40px;
  }

  body.face-first-mobile.dark-plum-mobile .hero-price-row p {
    grid-column: 1 / -1;
    margin-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.face-first-mobile.dark-plum-mobile .hero-release-preview,
  body.face-first-mobile.dark-plum-mobile .hero-release-gauge [data-release-segment] {
    transition: none;
  }
}

body.face-first-mobile.dark-plum-mobile .hero-price-row {
  gap: 6px;
}

body.face-first-mobile.dark-plum-mobile .hero-price-row .hero-price-kicker {
  color: var(--antique-gold);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

body.face-first-mobile.dark-plum-mobile .hero-price-row > strong {
  color: var(--ivory-primary);
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 400;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .hero-price-row p {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.face-first-mobile.dark-plum-mobile .hero-price-row p strong {
  color: var(--ivory-secondary);
  font-weight: 600;
}

body.face-first-mobile.dark-plum-mobile .hero-inclusions {
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top-color: var(--line-light);
  color: var(--ivory-secondary);
  font-size: 14.5px;
  line-height: 1.45;
}

body.face-first-mobile.dark-plum-mobile .hero-inclusions li {
  min-height: 20px;
  padding-left: 27px;
}

body.face-first-mobile.dark-plum-mobile .hero-inclusions li::before {
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 0;
  background: transparent url("assets/phosphor-check-circle-gold.svg") center / contain no-repeat;
}

body.face-first-mobile.dark-plum-mobile .hero-actions {
  margin-top: 16px;
}

body.face-first-mobile.dark-plum-mobile .hero-cta {
  min-height: 56px;
}

body.face-first-mobile.dark-plum-mobile .hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 14px;
  color: var(--ivory-secondary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

body.face-first-mobile.dark-plum-mobile .hero-reassurance li {
  min-height: 0;
  flex: 0 1 auto;
  flex-direction: row;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
}

body.face-first-mobile.dark-plum-mobile .hero-reassurance img {
  display: block;
  width: 15px;
  height: 15px;
}

@media (max-width: 430px) {
  body.face-first-mobile.dark-plum-mobile .hero-spread .hero-spread-meta {
    font-size: 11px;
    line-height: 1.3;
  }

  body.face-first-mobile.dark-plum-mobile .hero-cta-duration {
    display: block;
    margin: 10px 0 0;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
  }
}

body.face-first-mobile.dark-plum-mobile .experience-proof-section {
  padding: 30px 20px 0;
  border-color: var(--line-light);
  background: var(--plum-section-alt);
}

body.face-first-mobile.dark-plum-mobile .experience-proof-summary {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-portrait {
  display: block;
  width: 112px;
  height: 140px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-media);
  object-fit: cover;
  object-position: 50% 22%;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-intro h2 span {
  color: var(--ivory-primary);
  font-size: 42px;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-intro h2 span b {
  display: block;
  margin-bottom: 5px;
  color: var(--antique-gold);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-intro h2 small {
  margin-top: 9px;
  color: var(--ivory-secondary);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-intro > p {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-details {
  margin-top: 18px;
  border-top-color: var(--line-light);
}

body.face-first-mobile.dark-plum-mobile .experience-proof-details summary {
  min-height: 58px;
  padding: 14px 0;
  color: var(--antique-gold);
}

body.face-first-mobile.dark-plum-mobile .experience-proof-hint {
  color: var(--text-muted);
}

body.face-first-mobile.dark-plum-mobile .experience-proof-copy p {
  color: var(--ivory-secondary);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 350px) {
  body.face-first-mobile.dark-plum-mobile .experience-proof-summary {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
  }

  body.face-first-mobile.dark-plum-mobile .experience-proof-portrait {
    width: 96px;
    height: 128px;
  }

  body.face-first-mobile.dark-plum-mobile .experience-proof-intro h2 span {
    font-size: 36px;
  }

  body.face-first-mobile.dark-plum-mobile .experience-proof-intro h2 small {
    font-size: 12.5px;
  }

  body.face-first-mobile.dark-plum-mobile .experience-proof-intro > p {
    font-size: 12.5px;
  }
}

body.face-first-mobile.dark-plum-mobile .how-section,
body.face-first-mobile.dark-plum-mobile .testimonial-section,
body.face-first-mobile.dark-plum-mobile .card-section,
body.face-first-mobile.dark-plum-mobile .product-section,
body.face-first-mobile.dark-plum-mobile .refund-promise-section,
body.face-first-mobile.dark-plum-mobile .pain-section,
body.face-first-mobile.dark-plum-mobile .questions-section,
body.face-first-mobile.dark-plum-mobile .fit-filter-section,
body.face-first-mobile.dark-plum-mobile .faq-section,
body.face-first-mobile.dark-plum-mobile .final-section {
  padding: 30px 20px;
}

body.face-first-mobile.dark-plum-mobile .how-section,
body.face-first-mobile.dark-plum-mobile .card-section,
body.face-first-mobile.dark-plum-mobile .refund-promise-section,
body.face-first-mobile.dark-plum-mobile .questions-section,
body.face-first-mobile.dark-plum-mobile .faq-section {
  background: var(--plum-bg);
}

body.face-first-mobile.dark-plum-mobile .testimonial-section,
body.face-first-mobile.dark-plum-mobile .product-section,
body.face-first-mobile.dark-plum-mobile .pain-section,
body.face-first-mobile.dark-plum-mobile .fit-filter-section {
  background: var(--plum-section-alt);
}

body.face-first-mobile.dark-plum-mobile .how-list {
  margin-top: 20px;
}

body.face-first-mobile.dark-plum-mobile .how-list > li {
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  padding: 13px 0;
  border-color: var(--line-light);
}

body.face-first-mobile.dark-plum-mobile .how-list > li > span {
  color: var(--antique-gold);
  font-family: var(--font-display);
  font-size: 17px;
}

body.face-first-mobile.dark-plum-mobile .how-list p {
  color: var(--ivory-secondary);
  font-size: 14px;
  line-height: 1.55;
}

body.face-first-mobile.dark-plum-mobile .how-list p strong {
  color: var(--ivory-primary);
  font-size: 15px;
}

body.face-first-mobile.dark-plum-mobile .how-spread-proof img,
body.face-first-mobile.dark-plum-mobile .exact-spread-preview img {
  border: 1px solid var(--line-gold);
  filter: saturate(0.92) brightness(0.93);
}

body.face-first-mobile.dark-plum-mobile .how-spread-proof figcaption,
body.face-first-mobile.dark-plum-mobile .exact-spread-preview figcaption {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

body.face-first-mobile.dark-plum-mobile .manual-capacity-card {
  margin-top: 20px;
  padding: 18px 16px;
  border: 1px solid var(--line-light);
  border-left: 2px solid var(--antique-gold);
  border-radius: 4px;
  background: var(--plum-surface);
}

body.face-first-mobile.dark-plum-mobile .manual-capacity-card p {
  color: var(--antique-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

body.face-first-mobile.dark-plum-mobile .manual-capacity-card h3 {
  margin: 8px 0;
  color: var(--ivory-primary);
  font-size: 22px;
  line-height: 1.22;
}

body.face-first-mobile.dark-plum-mobile .manual-capacity-card span {
  color: var(--text-muted);
  font-size: 13px;
}

body.face-first-mobile.dark-plum-mobile .process-cta {
  margin-top: 16px;
}

body.face-first-mobile.dark-plum-mobile .testimonial-section {
  border-top: 1px solid var(--line-light);
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .testimonial-heading {
  margin-bottom: 20px;
}

body.face-first-mobile.dark-plum-mobile .testimonial-heading h2 {
  margin-top: 10px;
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .testimonial-heading > p:not(.testimonial-eyebrow) {
  color: var(--text-muted);
  font-size: 14px;
}

body.face-first-mobile.dark-plum-mobile .testimonial-video-grid {
  grid-template-columns: 1.08fr 1fr;
  gap: 8px;
}

body.face-first-mobile.dark-plum-mobile .testimonial-video-grid.has-customer-videos {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.face-first-mobile.dark-plum-mobile .testimonial-section .video-slot {
  aspect-ratio: 9 / 16;
  border-color: var(--line-light);
  background-color: var(--plum-surface);
}

body.face-first-mobile.dark-plum-mobile .testimonial-video-primary,
body.face-first-mobile.dark-plum-mobile .testimonial-video-secondary {
  min-height: 0;
}

body.face-first-mobile.dark-plum-mobile .testimonial-video {
  background: var(--plum-deep);
}

body.face-first-mobile.dark-plum-mobile .testimonial-video:focus-visible {
  outline-color: var(--antique-gold);
}

body.face-first-mobile.dark-plum-mobile .testimonial-video-pair {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.face-first-mobile.dark-plum-mobile .testimonial-video-secondary > span {
  width: 46px;
  height: 46px;
}

body.face-first-mobile.dark-plum-mobile .testimonial-video-note {
  margin: 10px 0 20px;
  color: var(--plum-accent);
  font-size: 11px;
  text-align: left;
}

body.face-first-mobile.dark-plum-mobile .testimonial-text-intro {
  margin: 30px 0 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
}

body.face-first-mobile.dark-plum-mobile .testimonial-text-eyebrow {
  margin: 0;
  color: var(--antique-gold);
  font-family: var(--font-ui);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

body.face-first-mobile.dark-plum-mobile .testimonial-text-intro h3 {
  margin: 8px 0;
  color: var(--ivory-primary);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.18;
}

body.face-first-mobile.dark-plum-mobile .testimonial-text-intro > p:last-child {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.face-first-mobile.dark-plum-mobile .landing-testimonial.testimonial-slide {
  min-height: 0;
  padding: 22px 20px;
  border: 1px solid var(--line-light);
  border-left: 2px solid var(--antique-gold);
  border-radius: 4px;
  background: var(--plum-surface);
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .landing-testimonial.testimonial-slide blockquote {
  color: var(--ivory-secondary);
  font-size: 17px;
  line-height: 1.65;
}

body.face-first-mobile.dark-plum-mobile .landing-testimonial.testimonial-slide figcaption {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 12px;
}

body.face-first-mobile.dark-plum-mobile .landing-testimonial.testimonial-slide figcaption strong {
  color: var(--antique-gold);
  font-weight: 600;
}

body.face-first-mobile.dark-plum-mobile .landing-testimonial.testimonial-slide figcaption span {
  color: var(--ivory-secondary);
}

body.face-first-mobile.dark-plum-mobile .testimonial-arrow {
  width: 44px;
  height: 44px;
  border-color: var(--line-gold);
  color: var(--antique-gold);
}

body.face-first-mobile.dark-plum-mobile .testimonial-arrow img {
  filter: none;
}

body.face-first-mobile.dark-plum-mobile .testimonial-counter {
  color: var(--antique-gold);
}

body.face-first-mobile.dark-plum-mobile .testimonial-pagination button {
  width: 44px;
  height: 44px;
}

body.face-first-mobile.dark-plum-mobile .testimonial-controls {
  grid-template-columns: minmax(0, 1fr) clamp(64px, 20vw, 80px) minmax(0, 1fr);
  row-gap: 8px;
  column-gap: 0;
  width: 100%;
  margin-left: 0;
  padding: 0;
}

body.face-first-mobile.dark-plum-mobile .testimonial-status {
  grid-column: 1 / -1;
  grid-row: 1;
}

body.face-first-mobile.dark-plum-mobile .testimonial-arrow-previous {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
}

body.face-first-mobile.dark-plum-mobile .testimonial-arrow-next {
  grid-column: 3;
  grid-row: 2;
  justify-self: start;
}

body.face-first-mobile.dark-plum-mobile .card-ritual-note,
body.face-first-mobile.dark-plum-mobile .ritual-surface,
body.face-first-mobile.dark-plum-mobile .exact-spread-preview,
body.face-first-mobile.dark-plum-mobile .payment-trust-panel,
body.face-first-mobile.dark-plum-mobile .situation-card,
body.face-first-mobile.dark-plum-mobile .fit-card {
  border: 1px solid var(--line-light);
  border-radius: 4px;
  background: var(--plum-surface);
}

body.face-first-mobile.dark-plum-mobile .card-ritual-note {
  border-left: 2px solid var(--antique-gold);
  color: var(--text-muted) !important;
}

body.face-first-mobile.dark-plum-mobile .ritual-surface {
  padding: 16px 14px;
  border-color: var(--line-gold);
}

body.face-first-mobile.dark-plum-mobile .selected-cards-copy,
body.face-first-mobile.dark-plum-mobile .selection-hint,
body.face-first-mobile.dark-plum-mobile .cta-duration {
  color: var(--text-muted);
}

body.face-first-mobile.dark-plum-mobile .confirmation {
  border-left-color: var(--success);
  background: var(--plum-surface);
}

body.face-first-mobile.dark-plum-mobile .confirmation-title {
  color: var(--success);
}

body.face-first-mobile.dark-plum-mobile .exact-spread-preview {
  padding: 0;
  border: 0;
  background: transparent;
}

body.face-first-mobile.dark-plum-mobile .exact-spread-preview > p,
body.face-first-mobile.dark-plum-mobile .followup-bonus-kicker,
body.face-first-mobile.dark-plum-mobile .situation-badge,
body.face-first-mobile.dark-plum-mobile .fit-card > p:first-child {
  color: var(--antique-gold);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

body.face-first-mobile.dark-plum-mobile .product-section .product-benefits li {
  border-color: var(--line-light);
  color: var(--ivory-secondary);
  font-size: 15px;
  line-height: 1.55;
}

body.face-first-mobile.dark-plum-mobile .product-section .product-benefits li::before {
  width: 6px;
  height: 6px;
  background: var(--antique-gold);
  transform: rotate(45deg);
}

body.face-first-mobile.dark-plum-mobile .followup-bonus-card {
  grid-template-columns: 22px minmax(0, 1fr);
  padding: 18px 16px;
  border: 1px solid var(--line-gold);
  border-radius: 4px;
  background: var(--plum-surface-raised);
}

body.face-first-mobile.dark-plum-mobile .followup-bonus-card > img {
  width: 18px;
  height: 18px;
  padding: 0;
}

body.face-first-mobile.dark-plum-mobile .followup-bonus-card h3 {
  color: var(--ivory-primary);
  font-size: 22px;
}

body.face-first-mobile.dark-plum-mobile .followup-bonus-card h3 + p,
body.face-first-mobile.dark-plum-mobile .payment-trust-panel p {
  color: var(--ivory-secondary);
  font-size: 14px;
}

body.face-first-mobile.dark-plum-mobile .payment-trust-panel {
  padding: 18px 16px;
  background: var(--plum-surface);
}

body.face-first-mobile.dark-plum-mobile .refund-promise-section {
  background: var(--plum-bg);
}

body.face-first-mobile.dark-plum-mobile .refund-guarantee-card {
  padding: 20px 18px;
  border: 1px solid var(--line-gold);
  border-top-width: 1px;
  border-radius: 4px;
  background: var(--plum-surface);
}

body.face-first-mobile.dark-plum-mobile .refund-guarantee-card > strong {
  color: var(--antique-gold);
  font-size: 44px;
}

body.face-first-mobile.dark-plum-mobile .refund-guarantee-card h3 {
  color: var(--ivory-primary);
  font-size: 24px;
}

body.face-first-mobile.dark-plum-mobile .refund-guarantee-card p,
body.face-first-mobile.dark-plum-mobile .refund-steps p {
  color: var(--ivory-secondary);
  font-size: 14px;
  line-height: 1.6;
}

body.face-first-mobile.dark-plum-mobile .refund-steps li {
  border-color: var(--line-light);
}

body.face-first-mobile.dark-plum-mobile .refund-steps span {
  color: var(--antique-gold);
}

body.face-first-mobile.dark-plum-mobile .refund-payment-strip {
  border-radius: 4px;
  background: var(--plum-panel);
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .refund-payment-strip strong {
  color: var(--antique-gold);
}

body.face-first-mobile.dark-plum-mobile .refund-payment-strip > span {
  color: var(--ivory-secondary);
}

@media (max-width: 430px) {
  body.face-first-mobile.dark-plum-mobile .refund-guarantee-card {
    padding: 26px 18px;
    text-align: left;
  }

  body.face-first-mobile.dark-plum-mobile .refund-guarantee-card > strong {
    display: block;
    font-size: 44px;
    line-height: 0.95;
  }

  body.face-first-mobile.dark-plum-mobile .refund-guarantee-card h3 {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
  }

  body.face-first-mobile.dark-plum-mobile .refund-guarantee-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  body.face-first-mobile.dark-plum-mobile .refund-card-payment-methods {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px 58px;
    gap: 6px;
    align-items: center;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid var(--line-light);
  }

  body.face-first-mobile.dark-plum-mobile .refund-card-security {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    color: var(--ivory-secondary);
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
  }

  body.face-first-mobile.dark-plum-mobile .refund-card-security > img {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  body.face-first-mobile.dark-plum-mobile .refund-card-method {
    display: inline-flex;
    width: 58px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 4px;
    background: #fff;
  }

  body.face-first-mobile.dark-plum-mobile .refund-card-method > img {
    display: block;
    width: auto;
    max-width: 48px;
    height: 18px;
  }
}

body.face-first-mobile.dark-plum-mobile .situation-card {
  padding: 18px 16px;
  border-left-color: var(--line-light);
}

body.face-first-mobile.dark-plum-mobile .situation-card h3,
body.face-first-mobile.dark-plum-mobile .fit-card h3 {
  color: var(--ivory-primary);
  font-size: 22px;
  line-height: 1.26;
}

body.face-first-mobile.dark-plum-mobile .situation-card > p:not(.situation-badge),
body.face-first-mobile.dark-plum-mobile .fit-card ul {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.face-first-mobile.dark-plum-mobile .question-list li {
  border-left-color: var(--plum-accent);
  border-radius: 0;
  background: var(--plum-surface);
  color: var(--ivory-secondary);
  font-size: 16px;
  line-height: 1.5;
}

body.face-first-mobile.dark-plum-mobile .quiet-note {
  color: var(--text-muted);
  font-size: 13px;
}

body.face-first-mobile.dark-plum-mobile .fit-card {
  padding: 18px 16px;
}

body.face-first-mobile.dark-plum-mobile .fit-card + .fit-card {
  margin-top: 10px;
}

body.face-first-mobile.dark-plum-mobile .fit-card-negative {
  background: transparent;
}

body.face-first-mobile.dark-plum-mobile .faq-list,
body.face-first-mobile.dark-plum-mobile .faq-list details {
  border-color: var(--line-light);
}

body.face-first-mobile.dark-plum-mobile .faq-list summary {
  color: var(--ivory-primary);
  font-size: 15px;
}

body.face-first-mobile.dark-plum-mobile .faq-list details p {
  color: var(--ivory-secondary);
  font-size: 14px;
  line-height: 1.6;
}

body.face-first-mobile.dark-plum-mobile .final-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line-light);
  background:
    radial-gradient(120% 85% at 50% 100%, rgba(116, 52, 95, 0.36), transparent 72%),
    var(--plum-section-alt);
}

body.face-first-mobile.dark-plum-mobile .final-section .section-heading h2,
body.face-first-mobile.dark-plum-mobile .final-section .section-heading > p:not(.eyebrow) {
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .final-section .cta-final {
  border-color: transparent;
  background: var(--berry-cta);
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .final-cta-note {
  color: var(--text-muted);
}

body.face-first-mobile.dark-plum-mobile .footer {
  max-width: 430px;
  padding: 24px 20px 100px;
  border-top: 1px solid var(--line-light);
  background: var(--plum-footer);
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.6;
}

body.face-first-mobile.dark-plum-mobile .footer a,
body.face-first-mobile.dark-plum-mobile .footer-cookie-link {
  min-height: 44px;
  color: var(--ivory-secondary);
  text-decoration-color: var(--line-gold);
}

body.face-first-mobile.dark-plum-mobile .sticky-cta {
  width: min(430px, 100%);
  max-width: 430px;
  padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  border-top: 1px solid var(--line-gold);
  background: rgba(24, 15, 24, 0.96);
  box-shadow: 0 -8px 30px var(--shadow-plum);
}

body.face-first-mobile.dark-plum-mobile .sticky-cta-note {
  color: var(--text-muted);
}

body.face-first-mobile.dark-plum-mobile .sticky-cta-note strong {
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .sticky-cta-button {
  min-height: 50px;
  font-size: 15px;
}

body.face-first-mobile.dark-plum-mobile .cookie-consent-panel {
  background: var(--plum-surface);
}

/* Summer Sale — server-configured promotional price block. */
body.face-first-mobile.dark-plum-mobile .hero-price-card[data-summer-sale-root] {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) {
  width: 100%;
  margin: 22px 0 0;
  padding: 0 0 8px;
  overflow: hidden;
  border: 1px solid rgba(200, 164, 95, 0.22);
  border-radius: 18px;
  background: #130e19;
  box-shadow: 0 24px 60px rgba(8, 5, 11, 0.28);
}

body.face-first-mobile.dark-plum-mobile .hero-price-card[data-summer-sale-root][data-sale-state="loading"] {
  min-height: 180px;
}

body.face-first-mobile.dark-plum-mobile .hero-price-card[data-summer-sale-root][data-sale-state="loading"]::before {
  display: block;
  width: 46%;
  height: 10px;
  margin: 28px auto 18px;
  border-radius: 999px;
  background: rgba(200, 164, 95, 0.18);
  content: "";
}

body.face-first-mobile.dark-plum-mobile .hero-price-card[data-summer-sale-root][data-sale-state="loading"]::after {
  display: block;
  width: 68%;
  height: 54px;
  margin: 0 auto;
  border-radius: 4px;
  background: rgba(247, 238, 232, 0.08);
  content: "";
}

body.face-first-mobile.dark-plum-mobile .hero-regular-offer {
  padding: 20px;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-offer {
  text-align: center;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-header {
  padding: 20px 20px 10px;
  border-bottom: 0;
  background: transparent;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-sunburst {
  display: block;
  width: 94px;
  height: 49px;
  margin: 0 auto -2px;
  object-fit: cover;
  object-position: 50% 69%;
  filter:
    hue-rotate(287deg)
    saturate(0.78)
    brightness(1.08)
    drop-shadow(0 0 7px rgba(200, 90, 136, 0.34));
}

body.face-first-mobile.dark-plum-mobile .summer-sale-title {
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #d56f9b;
  font-family: var(--font-display);
  font-size: clamp(25px, 7.25vw, 31px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-shadow:
    0 0 18px rgba(200, 90, 136, 0.22),
    0 1px 0 rgba(245, 210, 177, 0.12);
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-title::before,
body.face-first-mobile.dark-plum-mobile .summer-sale-title::after {
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
}

body.face-first-mobile.dark-plum-mobile .summer-sale-slots {
  margin: 14px 5px 0;
  padding: 7px 10px 6px;
  border: 1px solid rgba(223, 188, 104, 0.3);
  border-radius: 10px;
  background: rgba(223, 188, 104, 0.055);
  box-shadow:
    0 7px 18px rgba(7, 4, 9, 0.2),
    inset 0 0 16px rgba(223, 188, 104, 0.025);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-slot-bars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  padding: 0;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-slot-bars span {
  height: 8px;
  border: 1px solid rgba(200, 164, 95, 0.16);
  border-radius: 999px;
  background: rgba(170, 146, 161, 0.16);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-slot-bars span.is-open {
  border-color: rgba(223, 188, 104, 0.9);
  background: #dfbc68;
  box-shadow: 0 0 11px rgba(223, 188, 104, 0.38);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-slots p {
  margin: 6px 0 0;
  color: #dfbc68;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.105em;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-slots p strong {
  color: #f2d382;
  font-size: 1.14em;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(223, 188, 104, 0.38);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-header h2 {
  margin: 13px -4px 0;
  color: var(--ivory-primary);
  font-family: var(--font-ui);
  font-size: clamp(12px, 3.35vw, 14px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.055em;
  transform: translateY(8px);
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-header h2 em,
body.face-first-mobile.dark-plum-mobile .summer-sale-value em {
  color: var(--berry-cta-hover);
  font-style: normal;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 23px minmax(0, 1fr) 23px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 9px 8px 10px;
  border-bottom: 1px solid var(--line-gold);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value > div {
  display: flex;
  min-width: 0;
  min-height: 94px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value > div > span {
  color: #dfbc68;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value strong {
  display: block;
  margin-top: 4px;
  color: var(--ivory-primary);
  font-family: var(--font-display);
  font-size: clamp(18px, 4.65vw, 20px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value strong span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value strong em {
  font-family: var(--font-display);
  font-size: 0.62em;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value > b {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  justify-self: center;
  color: #dfbc68;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid rgba(223, 188, 104, 0.65);
  border-radius: 50%;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value-plus {
  transform: translateX(-8px);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value-plus > span {
  display: block;
  line-height: 1;
  transform: translateY(1px);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value .summer-sale-total-value strong {
  margin-top: 0;
  color: #dfbc68;
  font-size: clamp(27px, 6.8vw, 29px);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-value .summer-sale-total-value span {
  margin-top: 2px;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-price {
  display: grid;
  gap: 4px;
  padding: 18px 18px 10px;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-price > span {
  color: #dfbc68;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.19em;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-price > strong {
  margin-top: 9px;
  color: var(--ivory-primary);
  font-family: var(--font-display);
  font-size: clamp(57px, 18vw, 76px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-price-ornament {
  display: grid;
  grid-template-columns: 1fr 12px 1fr;
  gap: 6px;
  align-items: center;
  width: 104px;
  margin: 10px auto 0;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-price-ornament::before,
body.face-first-mobile.dark-plum-mobile .summer-sale-price-ornament::after {
  height: 1px;
  background: rgba(223, 188, 104, 0.75);
  content: "";
}

body.face-first-mobile.dark-plum-mobile .summer-sale-price-ornament img {
  width: 8px;
  height: 8px;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-savings {
  position: relative;
  display: grid;
  min-height: 96px;
  place-items: center;
  margin: 7px 17px 11px;
  padding: 18px 34px;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-savings-frame {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transform: scaleY(1.08);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-savings-star {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
}

body.face-first-mobile.dark-plum-mobile .summer-sale-savings-star-left {
  left: 24px;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-savings-star-right {
  right: 24px;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-savings-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  place-items: center;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-savings-copy strong {
  color: var(--ivory-primary);
  font-family: var(--font-display);
  font-size: clamp(20px, 5.4vw, 23px);
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-savings-copy > span {
  color: #dfbc68;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-inclusions {
  margin: 0;
  padding: 0 18px;
  list-style: none;
  text-align: left;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-inclusions li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--line-gold);
  color: var(--ivory-secondary);
  font-size: 12.5px;
  line-height: 1.38;
}

body.face-first-mobile.dark-plum-mobile .summer-sale-inclusions img {
  width: 27px;
  height: 27px;
}

body.face-first-mobile.dark-plum-mobile [data-sale-state="active"] + .hero-actions .hero-cta {
  min-height: 60px;
  font-size: 15.5px;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-actions {
  margin: 0;
  padding: 14px 14px 0;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-cta {
  border-radius: 8px;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-cta-duration {
  display: none;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
  color: #dfbc68;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-reassurance li {
  min-height: 50px;
  flex-direction: column;
  gap: 5px;
  padding: 5px 5px 0;
  border-left: 0;
  box-shadow: inset 1px 0 rgba(200, 164, 95, 0.36);
  text-align: center;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-reassurance li > * {
  margin-right: auto;
  margin-left: auto;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-reassurance li:first-child {
  border-left: 0;
  box-shadow: none;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-reassurance img {
  width: 22px;
  height: 22px;
}

@media (max-width: 350px) {
  body.face-first-mobile.dark-plum-mobile .summer-sale-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-value {
    grid-template-columns: minmax(0, 0.98fr) 21px minmax(0, 1.12fr) 21px minmax(0, 1.06fr);
    padding-right: 5px;
    padding-left: 5px;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-value > div {
    padding: 0;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-value > div > span {
    font-size: 7.5px;
    letter-spacing: 0.08em;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-value strong {
    font-size: 17px;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-value .summer-sale-total-value strong {
    font-size: 25px;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-value > b {
    width: 20px;
    height: 20px;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-value-plus {
    transform: translateX(-5px);
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-title {
    font-size: 24px;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-header h2 {
    font-size: 11.5px;
  }

  body.face-first-mobile.dark-plum-mobile .summer-sale-slots p {
    font-size: 8px;
    letter-spacing: 0.075em;
  }

  body.face-first-mobile.dark-plum-mobile [data-sale-state="active"] + .hero-actions .hero-cta {
    font-size: 13.5px;
  }

  body.face-first-mobile.dark-plum-mobile .section,
  body.face-first-mobile.dark-plum-mobile .hero.section,
  body.face-first-mobile.dark-plum-mobile .experience-proof-section,
  body.face-first-mobile.dark-plum-mobile .how-section,
  body.face-first-mobile.dark-plum-mobile .testimonial-section,
  body.face-first-mobile.dark-plum-mobile .card-section,
  body.face-first-mobile.dark-plum-mobile .product-section,
  body.face-first-mobile.dark-plum-mobile .refund-promise-section,
  body.face-first-mobile.dark-plum-mobile .pain-section,
  body.face-first-mobile.dark-plum-mobile .questions-section,
  body.face-first-mobile.dark-plum-mobile .fit-filter-section,
  body.face-first-mobile.dark-plum-mobile .faq-section,
  body.face-first-mobile.dark-plum-mobile .final-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  body.face-first-mobile.dark-plum-mobile .site-brand {
    padding-right: 20px;
    padding-left: 20px;
  }

  body.face-first-mobile.dark-plum-mobile .hero h1 {
    font-size: 43px;
  }

  body.face-first-mobile.dark-plum-mobile .hero-reassurance {
    gap: 8px 10px;
    font-size: 12px;
  }
}

/* Approved compact Summer Offer card. Scoped overrides intentionally follow the
   earlier campaign treatment so the inactive fallback remains unchanged. */
body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) {
  width: min(430px, calc(100% + 8px));
  margin: 22px -4px 0;
  padding: 26px 22px 22px;
  overflow: visible;
  border: 1px solid rgba(217, 174, 98, 0.22);
  border-radius: 20px;
  background: linear-gradient(180deg, #1a1224 0%, #150e1e 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
}

body.face-first-mobile.dark-plum-mobile .hero-price-card[data-summer-sale-root] {
  overflow: visible;
}

body.face-first-mobile.dark-plum-mobile .leya-offer,
body.face-first-mobile.dark-plum-mobile .leya-offer *,
body.face-first-mobile.dark-plum-mobile .leya-offer *::before,
body.face-first-mobile.dark-plum-mobile .leya-offer *::after {
  box-sizing: border-box;
}

body.face-first-mobile.dark-plum-mobile .leya-offer {
  color: #f5efe6;
  font-family: var(--font-ui);
}

body.face-first-mobile.dark-plum-mobile .leya-offer__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__banner {
  margin: 0 0 18px;
  padding: 9px 12px 10px;
  border: 1px solid rgba(226, 186, 113, 0.6);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(122, 38, 80, 0.55) 0%, rgba(78, 24, 55, 0.45) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 226, 180, 0.2), 0 6px 20px rgba(120, 40, 80, 0.22);
  text-align: center;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__banner-label {
  margin: 0;
  color: #e7c287;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__banner-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin: 3px 0 0;
  color: #f9f2e6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__banner-strong {
  color: #f2ce8a;
  font-weight: 600;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__title {
  margin: 0 0 20px;
  color: #f5efe6;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.24;
  text-align: center;
  text-wrap: balance;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__title-accent {
  color: #e4c68a;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__compare {
  margin: 0 0 14px;
  padding: 14px 15px 15px;
  border: 1px solid rgba(217, 174, 98, 0.22);
  border-radius: 14px;
  background: rgba(217, 174, 98, 0.035);
}

body.face-first-mobile.dark-plum-mobile .leya-offer__grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: 13px;
  row-gap: 9px;
  align-items: baseline;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__col-head {
  font-size: 11px;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__col-head--muted {
  color: rgba(245, 239, 230, 0.55);
}

body.face-first-mobile.dark-plum-mobile .leya-offer__col-head--gold {
  color: #d9ae62;
  font-weight: 500;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__row-label {
  color: rgba(245, 239, 230, 0.9);
  font-size: clamp(13.5px, 3.72vw, 14.5px);
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__was {
  color: rgba(245, 239, 230, 0.5);
  font-size: 14.5px;
  text-align: right;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__was s {
  text-decoration-color: rgba(217, 174, 98, 0.75);
}

body.face-first-mobile.dark-plum-mobile .leya-offer__now {
  color: #f7f2e8;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__free {
  color: #f07bb0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__rule {
  height: 1px;
  margin: 14px 0 13px;
  border: 0;
  background: rgba(217, 174, 98, 0.2);
}

body.face-first-mobile.dark-plum-mobile .leya-offer__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__total-labels {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__total-value,
body.face-first-mobile.dark-plum-mobile .leya-offer__total-pay {
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__total-value {
  color: rgba(245, 239, 230, 0.62);
  letter-spacing: 0.09em;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__total-pay {
  color: #d9ae62;
  font-weight: 500;
  letter-spacing: 0.1em;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__price {
  color: #f7f2e8;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__save {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  margin: 0 0 20px;
  padding: 11px 16px;
  border: 1px solid rgba(226, 186, 113, 0.75);
  border-radius: 12px;
  background: linear-gradient(165deg, #6b1e45 0%, #55163a 55%, #3e1130 100%);
  box-shadow: 0 0 0 1px rgba(226, 186, 113, 0.12), inset 0 1px 0 rgba(255, 226, 180, 0.28), 0 8px 26px rgba(140, 30, 82, 0.32);
  text-align: center;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__save-amount {
  color: #fde7ba;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__save-pct {
  color: rgba(255, 246, 235, 0.95);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__benefits {
  display: grid;
  gap: 14px;
  margin: 0 0 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(217, 174, 98, 0.16);
  border-bottom: 1px solid rgba(217, 174, 98, 0.16);
  list-style: none;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__mark {
  display: flex;
  width: 16px;
  height: 16px;
  flex: none;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  border: 1px solid rgba(217, 174, 98, 0.6);
  border-radius: 50%;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__mark img {
  width: 8px;
  height: 8px;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__benefit-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__benefit-text {
  color: rgba(245, 239, 230, 0.88);
  font-size: 15px;
  line-height: 1.4;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__benefit-sub {
  color: rgba(245, 239, 230, 0.6);
  font-size: 12.5px;
  line-height: 1.35;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-actions {
  margin: 0;
  padding: 0;
}

body.face-first-mobile.dark-plum-mobile [data-sale-state="active"] + .hero-actions .hero-cta {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #c42a6c 0%, #a81b54 100%);
  box-shadow: 0 10px 26px rgba(168, 27, 84, 0.35);
  color: #fff6f9;
  font-family: var(--font-ui);
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 140ms ease, transform 80ms ease;
}

body.face-first-mobile.dark-plum-mobile [data-sale-state="active"] + .hero-actions .hero-cta:hover {
  background: linear-gradient(180deg, #d0326f 0%, #b72060 100%);
  color: #fff6f9;
}

body.face-first-mobile.dark-plum-mobile [data-sale-state="active"] + .hero-actions .hero-cta:active {
  transform: translateY(1px);
}

body.face-first-mobile.dark-plum-mobile [data-sale-state="active"] + .hero-actions .hero-cta:focus-visible {
  outline: 2px solid #f2ce8a;
  outline-offset: 3px;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-cta-duration,
body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .hero-reassurance {
  display: none;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__trust {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: nowrap;
  margin: 16px 0 0;
  color: rgba(245, 239, 230, 0.64);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) .leya-offer__trust {
  display: flex;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__trust > span {
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .leya-offer__dot {
  width: 2px;
  height: 2px;
  flex: none;
  border-radius: 50%;
  background: rgba(217, 174, 98, 0.55);
}

@media (max-width: 350px) {
  body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) {
    padding: 23px 18px 20px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__banner-line {
    gap: 4px;
    font-size: 12.5px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__title {
    font-size: 24px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__compare {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__grid {
    column-gap: 9px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__row-label,
  body.face-first-mobile.dark-plum-mobile .leya-offer__was {
    font-size: 13.5px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__price {
    font-size: 38px;
  }

  body.face-first-mobile.dark-plum-mobile [data-sale-state="active"] + .hero-actions .hero-cta {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14.5px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__trust {
    gap: 4px;
    font-size: 9px;
  }
}

@media (min-width: 600px) {
  body.face-first-mobile.dark-plum-mobile .hero-purchase:has(.hero-price-card[data-sale-state="active"]) {
    width: min(430px, 100%);
    margin-right: auto;
    margin-left: auto;
    padding: 30px 26px 24px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__title {
    font-size: 29px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__price {
    font-size: 46px;
  }

  body.face-first-mobile.dark-plum-mobile .leya-offer__trust {
    gap: 8px;
    font-size: 11.5px;
    letter-spacing: 0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.face-first-mobile.dark-plum-mobile [data-sale-state="active"] + .hero-actions .hero-cta {
    transition: none;
  }
}
