@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Great+Vibes&display=swap");

:root {
  --white: #ffffff;
  --ink: #16121f;
  --muted: #5f586a;
  --soft: #f7f4fb;
  --lavender: #f3f0ff;
  --purple: #6b4eff;
  --deep-purple: #4b2e83;
  --pink: #e75480;
  --tagline-soft: #ba7c9c;
  --shine-gold: #caa452;
  --blush: #f8d7e6;
  --gold: #b98545;
  --sage: #6f8d54;
  --line: #e6e0ef;
  --shadow: 0 22px 60px rgba(75, 46, 131, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

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

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

sup {
  font-size: 0.55em;
  line-height: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding: 0.8rem 5vw;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(230, 224, 239, 0.72);
  backdrop-filter: blur(18px);
}

.home-header {
  position: fixed;
  right: 0;
  left: 0;
  border-bottom-color: transparent;
  background:
    linear-gradient(120deg, rgba(243, 240, 255, 0.78), rgba(255, 255, 255, 0.92) 46%, rgba(248, 215, 230, 0.42)),
    rgba(255, 255, 255, 0.86);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  color: var(--deep-purple);
  font-weight: 700;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.brand-name {
  display: block;
  white-space: nowrap;
}

.brand-tagline {
  display: block;
  color: var(--tagline-soft);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-tagline[data-shining="true"] {
  background: linear-gradient(100deg, var(--tagline-soft) 0 38%, var(--shine-gold) 48%, #f1d891 52%, var(--tagline-soft) 64% 100%);
  background-clip: text;
  background-position: var(--shine-x, 50%) 0;
  background-size: 240% 100%;
  color: transparent;
  -webkit-background-clip: text;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.nav-link:hover {
  color: var(--deep-purple);
  background: var(--lavender);
}

.nav-action {
  color: var(--deep-purple);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(75, 46, 131, 0.08);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.12rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

button.button {
  font: inherit;
  cursor: pointer;
}

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

.button-primary {
  color: var(--white);
  background: var(--purple);
  box-shadow: 0 14px 28px rgba(107, 78, 255, 0.22);
}

.button-primary:hover {
  background: var(--deep-purple);
}

.button-secondary {
  color: var(--deep-purple);
  background: var(--white);
  border-color: var(--line);
}

.button-secondary:hover {
  border-color: rgba(75, 46, 131, 0.35);
  background: var(--lavender);
}

.text-action {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: var(--deep-purple);
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration-line: underline;
  text-decoration-color: rgba(75, 46, 131, 0.28);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
  transition: color 160ms ease, text-decoration-color 160ms ease, transform 160ms ease;
}

.text-action:hover {
  color: var(--purple);
  text-decoration-color: currentColor;
  transform: translateY(-1px);
}

.text-action:focus-visible {
  outline: 3px solid rgba(107, 78, 255, 0.16);
  outline-offset: 4px;
  border-radius: 6px;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  color: var(--deep-purple);
  font-weight: 750;
  line-height: 1.35;
  text-decoration-line: underline;
  text-decoration-color: rgba(202, 164, 82, 0.48);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-color 160ms ease, transform 160ms ease;
}

.instagram-link::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.instagram-link:hover {
  color: var(--pink);
  text-decoration-color: currentColor;
  transform: translateY(-1px);
}

.instagram-link:focus-visible {
  outline: 3px solid rgba(107, 78, 255, 0.16);
  outline-offset: 4px;
  border-radius: 6px;
}

.button-share {
  width: 46px;
  min-width: 46px;
  padding: 0;
  border-radius: 999px;
  color: var(--deep-purple);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(75, 46, 131, 0.16);
  box-shadow: 0 10px 24px rgba(75, 46, 131, 0.08);
  font-size: 0;
  overflow: hidden;
}

button.button-share {
  font-size: 0;
  line-height: 0;
}

.button-share::before {
  content: "";
  width: 19px;
  height: 19px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='M8.59 13.51 15.42 17.49'/%3E%3Cpath d='M15.41 6.51 8.59 10.49'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='M8.59 13.51 15.42 17.49'/%3E%3Cpath d='M15.41 6.51 8.59 10.49'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button-share:hover {
  color: var(--purple);
  border-color: rgba(75, 46, 131, 0.26);
  background: var(--white);
  box-shadow: 0 14px 28px rgba(75, 46, 131, 0.12);
}

.button-share:focus-visible {
  outline: 3px solid rgba(107, 78, 255, 0.16);
  outline-offset: 3px;
}

.button-instagram {
  width: 46px;
  min-width: 46px;
  padding: 0;
  border-radius: 999px;
  color: var(--deep-purple);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(75, 46, 131, 0.16);
  box-shadow: 0 10px 24px rgba(75, 46, 131, 0.08);
  font-size: 0;
  overflow: hidden;
}

.button-instagram::before {
  content: "";
  width: 19px;
  height: 19px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button-instagram:hover {
  color: var(--pink);
  border-color: rgba(75, 46, 131, 0.26);
  background: var(--white);
  box-shadow: 0 14px 28px rgba(75, 46, 131, 0.12);
}

.button-instagram:focus-visible {
  outline: 3px solid rgba(107, 78, 255, 0.16);
  outline-offset: 3px;
}

.nav-share-button {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  box-shadow: 0 10px 24px rgba(75, 46, 131, 0.08);
}

.nav-instagram-button {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  box-shadow: 0 10px 24px rgba(75, 46, 131, 0.08);
}

.nav-share-button::before {
  width: 17px;
  height: 17px;
}

.nav-instagram-button::before {
  width: 17px;
  height: 17px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.72rem;
  margin-top: 1.45rem;
}

.button[aria-disabled="true"] {
  opacity: 0.48;
  cursor: not-allowed;
  box-shadow: none;
}

.button[aria-disabled="true"]:hover {
  transform: none;
}

.terms-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 0.58rem;
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.terms-check input {
  width: 18px;
  height: 18px;
  margin: 0.08rem 0 0;
  accent-color: var(--purple);
}

.terms-check a {
  color: var(--deep-purple);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.terms-check-detail {
  max-width: 520px;
  margin-top: 0.95rem;
}

.terms-check-center {
  justify-content: center;
  width: fit-content;
  max-width: 540px;
  margin: 1.3rem auto 1rem;
  text-align: left;
}

.home-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.home-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 7.5rem 1.25rem 3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.56)),
    url("assets/lavender-embossed-bg.png") center / cover no-repeat,
    var(--white);
}

.home-main::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(ellipse at 50% 45%, rgba(202, 164, 82, 0.16) 0 7%, rgba(202, 164, 82, 0) 22%),
    radial-gradient(ellipse at 50% 45%, rgba(75, 46, 131, 0.1) 0 18%, rgba(75, 46, 131, 0) 46%),
    radial-gradient(ellipse at 50% 45%, rgba(248, 215, 230, 0.16), rgba(255, 255, 255, 0) 56%);
  pointer-events: none;
}

.home-question {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  padding: 4.5rem 1rem 4rem;
  text-align: center;
}

.home-question::before {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 0;
  width: min(760px, 94vw);
  height: min(390px, 58vw);
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(255, 255, 255, 0.98) 0 34%, rgba(255, 255, 255, 0.88) 43%, rgba(243, 240, 255, 0.48) 58%, rgba(248, 215, 230, 0.16) 69%, rgba(255, 255, 255, 0) 74%);
  box-shadow:
    inset 0 0 54px rgba(75, 46, 131, 0.08),
    0 0 80px rgba(202, 164, 82, 0.11);
  pointer-events: none;
  transform: translate(-50%, -52%);
}

.home-question::after {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 0;
  width: min(710px, 91vw);
  height: min(360px, 54vw);
  content: "";
  border: 1px solid rgba(202, 164, 82, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.64),
    0 0 36px rgba(107, 78, 255, 0.12),
    inset 0 0 28px rgba(231, 84, 128, 0.1);
  opacity: 0.78;
  pointer-events: none;
  transform: translate(-50%, -53%) rotate(-3deg);
  animation: portal-breathe 8s ease-in-out infinite;
}

.home-question > * {
  position: relative;
  z-index: 1;
}

.eyebrow,
.product-status {
  margin: 0 0 0.8rem;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-question h1,
.page-hero h1,
.detail-copy h1 {
  margin: 0;
  color: var(--deep-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-question h1 {
  font-size: 6.1rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  text-shadow: 0 8px 34px rgba(75, 46, 131, 0.13);
}

.home-product-button {
  min-width: 10.25rem;
  margin-top: 2.35rem;
  padding-inline: 2rem;
  border-color: rgba(75, 46, 131, 0.04);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    var(--deep-purple);
  box-shadow:
    0 18px 38px rgba(75, 46, 131, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.44) inset;
}

.home-product-button:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    #3f256f;
}

@keyframes portal-breathe {
  0%,
  100% {
    opacity: 0.62;
    transform: translate(-50%, -53%) rotate(-3deg) scale(0.985);
  }

  50% {
    opacity: 0.9;
    transform: translate(-50%, -53%) rotate(-1deg) scale(1.015);
  }
}

.section-inner {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.section-inner.narrow {
  width: min(840px, calc(100% - 2.5rem));
}

.home-reader-quote-section {
  padding: 5rem 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 251, 0.82)),
    var(--soft);
}

.home-reader-quote-card {
  position: relative;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 2.2rem 5.25rem 2.2rem 2.2rem;
  border: 1px solid rgba(202, 164, 82, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 251, 0.88)),
    var(--white);
  box-shadow: 0 22px 54px rgba(75, 46, 131, 0.08);
}

.home-reader-quote-card blockquote {
  margin: 0.55rem 0 0;
  color: var(--deep-purple);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-reader-quote-attribution {
  margin: 1.05rem 0 0;
  color: #3554a7;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.home-reader-share {
  position: absolute;
  top: 1.55rem;
  right: 1.55rem;
}

.page-hero {
  padding: 8rem 0 3.8rem;
  text-align: center;
  background: linear-gradient(180deg, var(--white) 0%, var(--soft) 100%);
}

.page-hero h1 {
  font-size: 4rem;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 1.2rem auto 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.product-grid-section {
  padding: 4.5rem 0 2.6rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(22, 18, 31, 0.06);
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--lavender);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-media-fit img {
  object-fit: contain;
}

.product-media-contain {
  isolation: isolate;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.72) 0%, rgba(243, 240, 255, 0.68) 36%, rgba(248, 215, 230, 0.86) 100%),
    linear-gradient(180deg, #ffffff 0%, #f3f0ff 46%, #f8d7e6 100%);
}

.product-media-contain::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.45) 43%, transparent 54%),
    repeating-linear-gradient(90deg, rgba(75, 46, 131, 0.045) 0 1px, transparent 1px 18px);
  opacity: 0.72;
}

.product-media-contain img {
  width: 91%;
  height: 91%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(75, 46, 131, 0.18));
}

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.product-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.12;
}

.product-card p:not(.product-status) {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.product-card .button-row {
  margin-top: auto;
  padding-top: 1.35rem;
}

.member-voices-section {
  padding: 4.2rem 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 251, 0.84)),
    var(--soft);
}

.member-voices-header {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.member-voices-header h2 {
  margin: 0;
  color: var(--deep-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.15rem;
  font-weight: 500;
  line-height: 1.08;
}

.member-voices-header p:not(.eyebrow) {
  max-width: 620px;
  margin: 0.9rem auto 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.member-voices-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.85fr);
  gap: 1rem;
  align-items: stretch;
}

.member-voice-feature,
.member-voice-card {
  position: relative;
  border: 1px solid rgba(230, 224, 239, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(22, 18, 31, 0.06);
}

.member-voice-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  padding: 2rem;
}

.member-voice-feature::before {
  position: absolute;
  top: 1.05rem;
  right: 1.35rem;
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 38%),
    linear-gradient(145deg, rgba(248, 215, 230, 0.9), rgba(243, 240, 255, 0.94));
  box-shadow: inset 0 0 0 1px rgba(75, 46, 131, 0.1);
  opacity: 0.72;
}

.member-voice-feature > * {
  position: relative;
  z-index: 1;
}

.member-voice-feature p,
.member-voice-card p {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.62;
}

.member-voice-feature p {
  max-width: 710px;
  font-size: 1.18rem;
}

.member-voice-feature p + p {
  margin-top: 1rem;
}

.member-voice-feature footer,
.member-voice-card footer {
  margin-top: 1.3rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.member-voice-feature footer {
  display: grid;
  gap: 0.15rem;
}

.member-voice-feature strong {
  color: var(--deep-purple);
  font-size: 0.95rem;
}

.member-voice-grid {
  display: grid;
  gap: 1rem;
}

.member-voice-card {
  padding: 1.25rem;
}

.member-voice-card p {
  color: var(--muted);
  font-size: 1rem;
}

.member-voice-card footer {
  color: var(--deep-purple);
  font-weight: 750;
}

.member-voices-note {
  max-width: 520px;
  margin: 1.1rem auto 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.founder-note-section {
  padding: 4.7rem 0;
  text-align: center;
}

.founder-note-copy {
  max-width: 980px;
  margin: 0 auto;
  text-wrap: balance;
}

.founder-note-copy h2 {
  margin: 0;
  color: var(--deep-purple);
  font-family: "Great Vibes", "Cormorant Garamond", Georgia, serif;
  font-size: 2.95rem;
  font-weight: 400;
  line-height: 1.12;
}

.founder-note-copy p {
  max-width: 670px;
  margin: 0.95rem auto 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.founder-note-copy .charity-line {
  margin-top: 0.45rem;
  color: var(--tagline-soft);
  font-weight: 650;
}

.story-invitation {
  max-width: 720px;
  margin: 3.25rem auto 0;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(230, 224, 239, 0.8);
}

.story-invitation h2 {
  margin: 0;
  color: var(--deep-purple);
  font-family: "Great Vibes", "Cormorant Garamond", Georgia, serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.12;
}

.story-invitation p {
  max-width: 620px;
  margin: 0.85rem auto 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.story-invitation a {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--deep-purple);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(231, 84, 128, 0.58);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.story-invitation a:hover {
  color: var(--pink);
}

.detail-hero {
  padding: 5.6rem 0 4.4rem;
  background: var(--white);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  align-items: center;
  gap: 3rem;
}

.detail-copy h1 {
  font-size: 3.55rem;
}

.lead {
  margin: 1rem 0 0;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.5;
}

.detail-copy p:not(.eyebrow):not(.lead) {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.back-link {
  display: inline-flex;
  margin-bottom: 1.4rem;
  color: var(--deep-purple);
  font-size: 0.94rem;
  font-weight: 750;
}

.back-link:hover {
  color: var(--pink);
}

.detail-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--lavender);
  box-shadow: var(--shadow);
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-media-contain {
  display: grid;
  place-items: center;
  min-height: 460px;
  background: linear-gradient(180deg, var(--soft), var(--blush));
}

.detail-media-contain img {
  width: 88%;
  height: auto;
  object-fit: contain;
}

.section-band {
  padding: 5rem 0;
  background: var(--lavender);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.split-section h2,
.included-section h2,
.callout-section h2,
.waitlist-inner h2 {
  margin: 0;
  color: var(--deep-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.65rem;
  font-weight: 500;
  line-height: 1.12;
}

.copy-stack p,
.callout-section p,
.waitlist-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.copy-stack {
  display: grid;
  gap: 1rem;
}

.included-section,
.callout-section {
  padding: 5.25rem 0;
}

.included-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.included-grid div {
  min-height: 180px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.included-grid p {
  margin: 0;
  color: var(--muted);
}

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

.included-grid h3 {
  margin: 0 0 0.55rem;
  color: var(--ink);
  font-size: 1.15rem;
}

.callout-section {
  text-align: center;
}

.callout-section p {
  max-width: 720px;
  margin: 1rem auto 1.5rem;
}

.waitlist-section {
  padding: 5rem 0;
  background: var(--soft);
}

.waitlist-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 3rem;
  align-items: center;
}

.waitlist-inner p:not(.eyebrow) {
  margin-top: 1rem;
}

.waitlist-inner .waitlist-assurance {
  margin-top: 0.7rem;
  color: var(--deep-purple);
  font-size: 0.92rem;
  font-weight: 650;
}

.waitlist-form {
  display: grid;
  gap: 0.65rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(75, 46, 131, 0.09);
}

.waitlist-form label {
  color: var(--deep-purple);
  font-size: 0.82rem;
  font-weight: 750;
}

.waitlist-form input {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.waitlist-form input:focus {
  border-color: var(--purple);
  outline: 3px solid rgba(107, 78, 255, 0.16);
}

.waitlist-form button[type="submit"] {
  font-weight: 750;
}

.mailerlite-embed-shell {
  min-height: 0;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(75, 46, 131, 0.09);
}

.mailerlite-embed-shell .ml-embedded {
  min-height: 0;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer,
.mailerlite-embed-shell .ml-form-embedContainer {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-embedWrapper,
.mailerlite-embed-shell .ml-form-embedWrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-embedBody,
.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-successBody,
.mailerlite-embed-shell .ml-form-embedBody,
.mailerlite-embed-shell .ml-form-successBody {
  padding: 0 !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-embedBody .ml-form-embedContent,
.mailerlite-embed-shell .ml-form-embedBody .ml-form-embedContent {
  display: none !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-embedBody form,
.mailerlite-embed-shell .ml-form-embedBody form,
.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-formContent,
.mailerlite-embed-shell .ml-form-formContent {
  display: grid !important;
  gap: 0.65rem !important;
  width: 100% !important;
  margin: 0 !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-fieldRow,
.mailerlite-embed-shell .ml-form-fieldRow {
  width: 100% !important;
  margin: 0 !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-field-group,
.mailerlite-embed-shell .ml-field-group {
  display: block !important;
}

.mailerlite-embed-shell .ml-field-name::before,
.mailerlite-embed-shell .ml-field-email::before {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--deep-purple);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.6;
}

.mailerlite-embed-shell .ml-field-name::before {
  content: "Name";
}

.mailerlite-embed-shell .ml-field-email::before {
  content: "Email";
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-fieldRow input,
.mailerlite-embed-shell .ml-form-fieldRow input {
  min-height: 46px !important;
  padding: 0.75rem 0.85rem !important;
  border-color: var(--line) !important;
  border-radius: 8px !important;
  color: var(--ink) !important;
  background: var(--white) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-fieldRow input::placeholder,
.mailerlite-embed-shell .ml-form-fieldRow input::placeholder {
  color: rgb(117, 117, 117) !important;
  opacity: 1 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-fieldRow input:focus,
.mailerlite-embed-shell .ml-form-fieldRow input:focus {
  border-color: var(--purple) !important;
  outline: 3px solid rgba(107, 78, 255, 0.16) !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-embedSubmit,
.mailerlite-embed-shell .ml-form-embedSubmit {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-bottom: calc(1.4rem + 0.65rem) !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-embedSubmit button,
.mailerlite-embed-shell .ml-form-embedSubmit button {
  min-height: 46px !important;
  padding: 0.78rem 1.12rem !important;
  border-radius: 8px !important;
  color: var(--white) !important;
  background: var(--purple) !important;
  box-shadow: 0 14px 28px rgba(107, 78, 255, 0.22) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-embedSubmit button:hover,
.mailerlite-embed-shell .ml-form-embedSubmit button:hover {
  background: var(--deep-purple) !important;
  transform: translateY(-1px) !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-successContent,
.mailerlite-embed-shell .ml-form-successContent {
  margin: 0 !important;
  text-align: left !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-successContent h4,
.mailerlite-embed-shell .ml-form-successContent h4 {
  display: none !important;
}

.mailerlite-embed-shell #mlb2-41755277.ml-form-embedContainer .ml-form-successContent p,
.mailerlite-embed-shell .ml-form-successContent p {
  margin: 0 !important;
  color: var(--deep-purple) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1.6 !important;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--deep-purple);
  font-size: 0.9rem;
  font-weight: 650;
}

.policy-page {
  background: linear-gradient(180deg, var(--white), rgba(247, 244, 251, 0.72));
}

.policy-hero {
  padding: 6.2rem 0 2.4rem;
  text-align: center;
}

.policy-hero h1 {
  max-width: 780px;
  margin: 0 auto;
  color: var(--deep-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.04;
}

.policy-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.policy-document {
  width: min(920px, calc(100% - 2.5rem));
  margin: 0 auto 5rem;
  padding: 2.3rem;
  border: 1px solid rgba(230, 224, 239, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(22, 18, 31, 0.06);
}

.policy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.policy-summary div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.policy-summary strong,
.policy-section h2 {
  color: var(--deep-purple);
}

.policy-summary p,
.policy-section p,
.policy-section li {
  color: var(--muted);
}

.policy-summary p {
  margin: 0.25rem 0 0;
  font-size: 0.94rem;
}

.policy-section {
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
}

.policy-section h2 {
  margin: 0 0 0.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.policy-section p,
.policy-section ul {
  margin: 0.55rem 0 0;
}

.policy-section ul {
  padding-left: 1.2rem;
}

.policy-note {
  margin-top: 1.3rem;
  padding: 1rem;
  border-left: 3px solid var(--pink);
  background: var(--soft);
  color: var(--muted);
}

.site-footer {
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--white), rgba(247, 244, 251, 0.45));
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

.footer-identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  width: 100%;
  min-width: 0;
}

.footer-brand img {
  width: 42px;
  height: 42px;
}

.footer-details {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.18rem;
  text-align: right;
}

.footer-email {
  color: var(--deep-purple);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(231, 84, 128, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-email:hover {
  color: var(--pink);
}

.footer-site {
  color: var(--deep-purple);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-site:hover {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-instagram {
  font-size: 0.86rem;
}

.footer-protection {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-protection {
  padding: 0;
  border: 0;
  font-weight: 500;
  white-space: nowrap;
}

.waitlist-submit-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  max-width: min(380px, calc(100vw - 2rem));
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--deep-purple);
  background: var(--white);
  box-shadow: var(--shadow);
}

.sales-page {
  background: var(--white);
}

.sample-section,
.offer-section,
.email-fallback-section,
.service-section {
  scroll-margin-top: 84px;
}

.sales-page .eyebrow {
  color: #7d6a8f;
}

.sales-hero .eyebrow-soft-line {
  display: inline-block;
  margin-top: 0.08rem;
  font-style: italic;
  font-weight: 720;
  letter-spacing: 0.02em;
  text-transform: none;
}

.sales-header {
  background: rgba(255, 255, 255, 0.9);
}

.sales-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh - 76px);
  background: #f9f5fb;
}

.sales-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 34%, rgba(255, 255, 255, 0.18) 66%),
    linear-gradient(180deg, rgba(247, 244, 251, 0.18), rgba(255, 255, 255, 0.1)),
    url("assets/cindy-four-women-product-card.png") center right / cover no-repeat;
}

.sales-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 9rem;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
}

.sales-hero-inner {
  display: grid;
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: 5rem 0 6rem;
}

.sales-hero-copy {
  width: min(620px, 100%);
}

.sales-hero h1,
.sales-section-heading h2,
.sales-product-copy h2,
.sales-reader-section h2,
.offer-copy h2,
.email-fallback-layout h2 {
  margin: 0;
  color: var(--deep-purple);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.sales-hero h1 {
  font-size: 5.25rem;
  font-feature-settings: "liga" 0, "clig" 0;
  font-variant-ligatures: none;
}

.sales-lead {
  max-width: 560px;
  margin: 1.15rem 0 0;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.55;
}

.sales-soft-proof {
  max-width: 560px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.sales-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.sales-actions .button-share {
  flex: 0 0 46px;
}

.sales-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.sales-trust-row span {
  min-height: 34px;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(230, 224, 239, 0.96);
  border-radius: 8px;
  color: var(--deep-purple);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 750;
}

.sales-strip {
  min-height: 28px;
  padding: 0;
  background: var(--deep-purple);
}

.sales-strip-inner {
  min-height: 28px;
}

.sales-belief-section,
.sales-reader-section {
  padding: 5.25rem 0;
}

.sales-section-heading {
  max-width: 760px;
}

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

.sales-section-heading h2,
.sales-product-copy h2,
.sales-reader-section h2,
.offer-copy h2,
.email-fallback-layout h2 {
  font-size: 3.15rem;
}

.sales-section-heading p:not(.eyebrow) {
  max-width: 640px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.belief-grid article {
  min-height: 260px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(22, 18, 31, 0.05);
}

.belief-grid h3,
.inside-list strong {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
}

.belief-grid p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.sales-product-band {
  padding: 5rem 0;
  background:
    linear-gradient(180deg, rgba(247, 244, 251, 0.78), rgba(255, 255, 255, 0.94)),
    var(--soft);
}

.sales-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.82fr);
  gap: 3rem;
  align-items: center;
}

.sales-product-art {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.sales-product-art img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.sales-product-copy p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.inside-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.inside-list div {
  min-height: 132px;
  padding: 1rem;
  border: 1px solid rgba(230, 224, 239, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.inside-list span {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.sales-reader-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.reader-copy {
  display: grid;
  gap: 1rem;
}

.reader-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.sales-page-v2 .sales-story-bridge {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
  padding: 5rem 0 4rem;
}

.sales-page-v2 .sales-story-bridge .reader-copy,
.sales-page-v2 .outcomes-layout-v2 .reader-copy {
  max-width: 680px;
}

.sales-page-v2 .reader-outcomes-section-v2 {
  padding: 4.4rem 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 251, 0.78)),
    var(--soft);
}

.sales-page-v2 .outcomes-layout-v2 {
  align-items: center;
}

.sales-page-v2 .sample-section {
  padding-top: 4.7rem;
}

.sales-page-v2 .sales-product-band-final {
  border-top: 1px solid rgba(230, 224, 239, 0.9);
}

.sales-page-v2 .read-transition-note {
  width: min(760px, calc(100% - 2.5rem));
  margin-top: 2.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(202, 164, 82, 0.25);
  text-align: center;
}

.sales-page-v2 .read-transition-note p {
  margin: 0;
  color: var(--deep-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.62;
}

@media (min-width: 981px) {
  .sales-page-v2 .sales-story-bridge .reader-copy,
  .sales-page-v2 .outcomes-layout-v2 .reader-copy {
    margin-top: 2rem;
  }

  .sales-page-v2 .outcomes-layout-v2 {
    align-items: start;
  }
}

.reader-outcomes-section {
  padding: 5.25rem 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 251, 0.86)),
    var(--soft);
}

.outcomes-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.outcomes-layout h2,
.quote-layout blockquote,
.service-layout h2 {
  margin: 0;
  color: var(--deep-purple);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.outcomes-layout h2,
.service-layout h2 {
  font-size: 3.15rem;
}

.outcomes-layout p:not(.eyebrow),
.service-layout p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.outcome-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.outcome-list div {
  min-height: 154px;
  padding: 1.05rem;
  border: 1px solid rgba(230, 224, 239, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(22, 18, 31, 0.045);
}

.outcome-list strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
}

.outcome-list span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.48;
}

.reader-quote-section {
  padding: 4.7rem 0;
  background: var(--white);
}

.quote-layout {
  width: min(920px, calc(100% - 2.5rem));
  padding: 2rem;
  border: 1px solid rgba(202, 164, 82, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 251, 0.86)),
    var(--white);
  box-shadow: 0 18px 46px rgba(22, 18, 31, 0.06);
}

.quote-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.quote-topline .eyebrow {
  margin: 0;
}

.quote-layout blockquote {
  max-width: 800px;
  margin: 0.4rem 0 0;
  color: var(--ink);
  font-size: 2.25rem;
  line-height: 1.18;
}

.quote-layout footer {
  margin-top: 1rem;
  color: var(--deep-purple);
  font-size: 0.92rem;
  font-weight: 750;
}

.sample-section {
  padding: 5.25rem 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 240, 255, 0.82) 52%, rgba(247, 244, 251, 0.92)),
    url("assets/lavender-embossed-bg.png") center / cover no-repeat,
    var(--lavender);
}

.sample-book-intro {
  width: min(820px, 100%);
  margin: 1.75rem auto 0;
  padding: 1.25rem 1.5rem 1.35rem;
  border: 1px solid rgba(202, 164, 82, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 251, 0.78)),
    var(--white);
  box-shadow: 0 18px 42px rgba(75, 46, 131, 0.08);
  text-align: center;
}

.sample-book-intro h3 {
  margin: 0;
  color: var(--deep-purple);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.05;
}

.sample-book-intro p {
  max-width: 690px;
  margin: 0.7rem auto 0;
  color: #6b6277;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.62;
}

.sample-chapters {
  display: grid;
  gap: 1rem;
  width: min(940px, 100%);
  margin: 2.2rem auto 0;
}

.sample-chapter {
  overflow: hidden;
  border: 1px solid rgba(75, 46, 131, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 48px rgba(75, 46, 131, 0.13);
}

.sample-chapter summary {
  display: grid;
  grid-template-columns: minmax(130px, 0.32fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-height: 68px;
  padding: 1rem 1.15rem;
  color: var(--deep-purple);
  background:
    linear-gradient(90deg, rgba(247, 244, 251, 0.96), rgba(255, 255, 255, 0.94) 38%, rgba(243, 240, 255, 0.82)),
    var(--white);
  cursor: pointer;
  list-style: none;
}

.sample-chapter summary::-webkit-details-marker {
  display: none;
}

.sample-chapter summary span {
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-chapter summary strong {
  color: var(--deep-purple);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.chapter-text {
  max-height: 620px;
  overflow: auto;
  padding: 0.45rem 1.15rem 1.55rem;
  border-top: 1px solid rgba(75, 46, 131, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    var(--white);
}

.chapter-text p {
  max-width: 690px;
  margin: 0.85rem auto 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.72;
}

.chapter-text p:first-child {
  margin-top: 0.95rem;
}

.offer-section {
  padding: 5.25rem 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 251, 0.88)),
    var(--white);
}

.offer-layout,
.email-fallback-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.58fr);
  gap: 3rem;
  align-items: center;
}

.offer-copy p:not(.eyebrow),
.email-fallback-layout p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.offer-includes {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.offer-includes span {
  position: relative;
  padding-left: 1.2rem;
  color: var(--muted);
}

.offer-includes span::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  content: "";
  background: var(--sage);
}

.offer-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.price-line span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-line strong {
  color: var(--deep-purple);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 4rem;
  line-height: 0.9;
}

.price-line del {
  margin-right: 0.45rem;
  color: rgba(109, 95, 126, 0.68);
  font-size: 0.52em;
  font-weight: 600;
  text-decoration-color: rgba(231, 84, 128, 0.78);
  text-decoration-thickness: 2px;
}

.discount-code-note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.discount-code-note strong {
  color: var(--deep-purple);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.offer-button {
  width: 100%;
  margin-top: 1.1rem;
}

.offer-value-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.offer-value-box span {
  min-height: 36px;
  padding: 0.5rem 0.62rem;
  border: 1px solid rgba(230, 224, 239, 0.95);
  border-radius: 8px;
  color: var(--deep-purple);
  background: rgba(247, 244, 251, 0.82);
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.25;
}

.secure-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.service-section {
  padding: 4.8rem 0;
  background: var(--white);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(330px, 0.72fr);
  gap: 3rem;
  align-items: center;
}

.service-card {
  padding: 1.35rem;
  border: 1px solid rgba(230, 224, 239, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 251, 0.88)),
    var(--white);
  box-shadow: 0 16px 38px rgba(75, 46, 131, 0.08);
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.service-card a {
  color: var(--deep-purple);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(202, 164, 82, 0.62);
  text-underline-offset: 4px;
}

.service-card .with-love {
  margin-top: 0.95rem;
  color: var(--deep-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
}

.share-text-button {
  gap: 0.55rem;
  width: fit-content;
  margin-top: 1.35rem;
  color: var(--deep-purple);
  border-color: rgba(75, 46, 131, 0.18);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(75, 46, 131, 0.08);
}

.share-text-button::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='M8.59 13.51 15.42 17.49'/%3E%3Cpath d='M15.41 6.51 8.59 10.49'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='M8.59 13.51 15.42 17.49'/%3E%3Cpath d='M15.41 6.51 8.59 10.49'/%3E%3C/svg%3E") center / contain no-repeat;
}

.share-text-button:hover {
  color: var(--purple);
  border-color: rgba(75, 46, 131, 0.28);
  background: var(--white);
}

.email-fallback-section {
  padding: 5rem 0;
  background: var(--soft);
}

.sales-social-note {
  margin-top: 0.85rem;
}

.sales-social-note .instagram-link {
  font-size: 0.95rem;
}

.sales-lead-form {
  margin: 0;
}

.sales-footer .footer-protection {
  max-width: 780px;
}

@media (max-width: 980px) {
  .home-question h1 {
    font-size: 4rem;
  }

  .page-hero h1,
  .detail-copy h1 {
    font-size: 3.3rem;
  }

  .product-grid,
  .detail-layout,
  .split-section,
  .waitlist-inner,
  .member-voices-layout,
  .sales-page-v2 .sales-story-bridge,
  .belief-grid,
  .sales-product-layout,
  .sales-reader-section,
  .outcomes-layout,
  .service-layout,
  .offer-layout,
  .email-fallback-layout {
    grid-template-columns: 1fr;
  }

  .product-grid {
    max-width: 680px;
    margin: 0 auto;
  }

  .founder-note-copy h2 {
    font-size: 2.55rem;
  }

  .story-invitation h2 {
    font-size: 2.45rem;
  }

  .member-voice-feature {
    min-height: auto;
  }

  .detail-media {
    order: -1;
  }

  .sales-hero {
    min-height: auto;
  }

  .sales-hero-bg {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.36) 100%),
      url("assets/cindy-four-women-product-card.png") center right / cover no-repeat;
  }

  .sales-hero-inner {
    min-height: 720px;
  }

}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 0.7rem 0.82rem;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand {
    gap: 0.5rem;
  }

  .brand-name {
    font-size: 0.9rem;
  }

  .brand-tagline {
    font-size: 0.56rem;
    letter-spacing: 0.06em;
  }

  .sales-page-v2 .nav-share-button,
  .sales-page-v2 .nav-instagram-button {
    display: none;
  }

  .nav-link {
    min-height: 40px;
    padding: 0.58rem 0.68rem;
    font-size: 0.86rem;
  }

  .home-main {
    padding-top: 6rem;
    background-position: center;
  }

  .home-question {
    padding: 3.2rem 0.3rem;
  }

  .home-question::before {
    width: min(620px, 112vw);
    height: 22rem;
  }

  .home-question::after {
    width: min(560px, 106vw);
    height: 18rem;
  }

  .home-question h1 {
    max-width: 21rem;
    margin-inline: auto;
    font-size: 2.95rem;
  }

  .home-product-button {
    min-width: 9rem;
    margin-top: 1.8rem;
    padding-inline: 1.65rem;
  }

  .home-reader-quote-section {
    padding: 3.8rem 0;
  }

  .home-reader-quote-card {
    padding: 1.35rem 1.2rem 4.25rem;
  }

  .home-reader-quote-card blockquote {
    font-size: 1.9rem;
    line-height: 1.16;
  }

  .home-reader-share {
    top: auto;
    right: auto;
    bottom: 1.25rem;
    left: 1.2rem;
  }

  .page-hero {
    padding-top: 6.5rem;
  }

  .page-hero h1,
  .detail-copy h1 {
    max-width: 21rem;
    font-size: 2.18rem;
  }

  .page-hero h1 {
    margin-inline: auto;
  }

  .lead {
    font-size: 1.08rem;
  }

  .eyebrow,
  .product-status {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .split-section h2,
  .included-section h2,
  .callout-section h2,
  .waitlist-inner h2,
  .member-voices-header h2 {
    font-size: 2.05rem;
  }

  .policy-hero {
    padding-top: 6.5rem;
  }

  .policy-hero h1 {
    max-width: 21rem;
    font-size: 2.35rem;
  }

  .policy-document {
    width: min(100% - 1.25rem, 920px);
    padding: 1.15rem;
  }

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

  .detail-hero {
    padding: 6.5rem 0 3.5rem;
  }

  .section-inner {
    width: min(100% - 1.25rem, 1180px);
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-inner {
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
  }

  .footer-identity {
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
  }

  .footer-details {
    align-items: center;
    text-align: center;
  }

  .footer-email {
    font-size: 0.84rem;
  }

  .footer-protection {
    font-size: 0.8rem;
    text-align: center;
    white-space: normal;
  }

  .button-row .button,
  .waitlist-form .button {
    width: 100%;
  }

  .button-row .text-action {
    align-self: flex-start;
  }

  .button-row .button-share {
    width: 46px;
    align-self: flex-start;
  }

  .product-card-body {
    padding: 1.1rem;
  }

  .product-card h2 {
    font-size: 1.5rem;
  }

  .product-grid-section {
    padding: 3.5rem 0 2.2rem;
  }

  .member-voices-section {
    padding: 3.2rem 0;
  }

  .member-voices-header {
    margin-bottom: 1.65rem;
    text-align: left;
  }

  .member-voices-header p:not(.eyebrow) {
    margin-left: 0;
  }

  .member-voice-feature {
    padding: 1.25rem;
  }

  .member-voice-feature::before {
    display: none;
  }

  .member-voice-feature p {
    font-size: 1.02rem;
  }

  .member-voice-card p {
    font-size: 0.96rem;
  }

  .founder-note-section {
    padding: 3.4rem 0;
  }

  .founder-note-copy h2 {
    font-size: 2.05rem;
  }

  .founder-note-copy p {
    font-size: 0.96rem;
  }

  .story-invitation {
    margin-top: 2.55rem;
    padding-top: 1.45rem;
  }

  .story-invitation h2 {
    font-size: 2.05rem;
  }

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

  .sales-header .site-nav {
    gap: 0.35rem;
  }

  .sales-header .nav-link {
    padding: 0.55rem 0.58rem;
    font-size: 0.78rem;
  }

  .sales-hero-bg {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 0.28) 100%),
      url("assets/cindy-four-women-product-card.png") center bottom / cover no-repeat;
  }

  .sales-hero-inner {
    align-items: start;
    min-height: 760px;
    padding: 3.6rem 0 17rem;
  }

  .sales-hero h1 {
    font-size: 3rem;
  }

  .sales-lead {
    font-size: 1.04rem;
  }

  .sales-actions {
    flex-direction: column;
  }

  .sales-actions .button {
    width: 100%;
  }

  .sales-actions .button-share {
    width: 46px;
    min-width: 46px;
    align-self: flex-start;
  }

  .sales-trust-row span {
    width: 100%;
  }

  .sales-section-heading h2,
  .sales-product-copy h2,
  .sales-reader-section h2,
  .outcomes-layout h2,
  .service-layout h2,
  .offer-copy h2,
  .email-fallback-layout h2 {
    font-size: 2.15rem;
  }

  .sales-belief-section,
  .sales-page-v2 .sales-story-bridge,
  .sales-reader-section,
  .reader-outcomes-section,
  .reader-quote-section,
  .sample-section,
  .offer-section,
  .service-section,
  .email-fallback-section {
    padding: 3.7rem 0;
  }

  .sales-product-band {
    padding: 3.7rem 0;
  }

  .sales-product-art img {
    min-height: 260px;
  }

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

  .outcome-list,
  .offer-value-box {
    grid-template-columns: 1fr;
  }

  .sample-book-intro {
    margin-top: 1.35rem;
    padding: 1.1rem 1rem 1.2rem;
  }

  .sample-book-intro h3 {
    font-size: 1.75rem;
  }

  .sample-book-intro p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .belief-grid article,
  .inside-list div,
  .outcome-list div {
    min-height: auto;
  }

  .quote-layout {
    width: min(100% - 1.25rem, 920px);
    padding: 1.25rem;
  }

  .quote-layout blockquote {
    font-size: 1.55rem;
    line-height: 1.24;
  }

  .sample-chapter summary {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .chapter-text {
    max-height: 540px;
  }

  .chapter-text p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .price-line {
    align-items: start;
    flex-direction: column;
  }

  .price-line strong {
    font-size: 3.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-question::after {
    animation: none;
  }

  .home-product-button {
    transition: none;
  }
}
