:root {
  --bg: #fbf7f1;
  --surface: #fffaf5;
  --surface-strong: #ffffff;
  --ink: #181118;
  --muted: #645d69;
  --line: rgba(61, 38, 79, 0.1);
  --lavender: #ded2f2;
  --lavender-strong: #b9a0ea;
  --lavender-deep: #7e66b8;
  --peach: #f8e0cc;
  --pink: #f7cddf;
  --cream: #f7ead0;
  --shadow: 0 22px 60px rgba(57, 34, 67, 0.12);
  --shadow-soft: 0 16px 40px rgba(57, 34, 67, 0.08);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(214, 198, 245, 0.7), transparent 32%),
    radial-gradient(circle at bottom right, rgba(251, 221, 198, 0.75), transparent 28%),
    var(--bg);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

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

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

button,
summary {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(12, 11, 13, 0.93);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 82px;
}

.brand {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}

.site-header .brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
}

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

.site-nav a,
.footer-links a {
  position: relative;
  color: #f8f2ff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-amazon-icon {
  gap: 0.8rem;
}

.button-amazon-icon img {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.button-dark {
  background: #111;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.button-dark.button-amazon-icon img {
  filter: brightness(0) invert(1);
}

.button-cream {
  background: var(--cream);
  color: #171314;
  box-shadow: 0 14px 30px rgba(35, 21, 38, 0.18);
}

.header-cta {
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero-section {
  position: relative;
  min-height: 800px;
  height: 800px;
  padding: 0 0 2rem;
  overflow: hidden;
  isolation: isolate;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: linear-gradient(90deg, #f8f3fb 0%, #f2eaf9 58%, #f9f1eb 100%);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
}

.hero-photo-layer {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-photo-layer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  max-width: none;
}

.hero-heart {
  position: absolute;
  right: 3.8%;
  top: 26%;
  z-index: 1;
  width: clamp(48px, 5.5vw, 84px);
  opacity: 0.96;
  filter: drop-shadow(0 8px 16px rgba(126, 102, 184, 0.14));
  animation: heartPulse 3.2s ease-in-out infinite;
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 82px;
  z-index: -1;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf7f1' d='M0,46 C61,41 120,56 176,54 C231,52 276,34 336,37 C399,40 446,61 507,60 C568,59 615,39 677,35 C742,31 796,49 855,56 C917,63 966,58 1025,46 C1088,33 1139,28 1202,35 C1264,42 1311,58 1365,55 C1398,53 1421,47 1440,44 L1440,110 L0,110 Z'/%3E%3C/svg%3E")
      center bottom / 100% 100% no-repeat;
  pointer-events: none;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 247, 241, 0.88) 0%, rgba(245, 239, 252, 0.7) 24%, rgba(245, 239, 252, 0.22) 41%, rgba(255, 255, 255, 0.03) 58%, rgba(255, 255, 255, 0) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-copy {
  max-width: 35rem;
  padding: 1.25rem 0 2rem;
}

.eyebrow {
  margin: 100px 0 1rem;
  color: #4f4658;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow.centered {
  text-align: center;
}

.hero-copy h1,
.feature-copy h2,
.ingredients-intro h2,
.comparison-copy h2,
.mission-copy h2,
.faq-section h2,
.footer-copy h2 {
  margin: 0;
  font-family: "Lora", serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  max-width: none;
  font-size: clamp(3.8rem, 4.7vw, 4.4rem);
  line-height: 0.9;
}

.headline-line {
  display: block;
}

.headline-line:first-child {
  white-space: nowrap;
}

.headline-accent {
  font-style: italic;
  color: var(--lavender-deep);
}

.hero-lead {
  max-width: 27rem;
  margin: 1.8rem 0 0;
  color: #40394a;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  line-height: 1.45;
  white-space: nowrap;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 2.25rem 0 1.85rem;
  max-width: 34rem;
}

.hero-highlights article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.55rem;
  min-height: 132px;
  padding: 0 1rem;
  text-align: left;
}

.hero-highlights article + article {
  border-left: 1px solid rgba(79, 58, 100, 0.12);
}

.hero-highlights strong,
.proof-grid h3,
.trust-grid h3,
.comparison-list li {
  font-weight: 800;
}

.hero-highlights strong {
  color: #2e2734;
  font-size: 0.98rem;
  line-height: 1.35;
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
}

.icon-wrap svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: rgba(55, 44, 65, 0.72);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.mini-proof {
  display: flex;
  align-items: center;
  width: 286px;
  max-width: 100%;
}

.mini-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.floating-badge {
  position: absolute;
  animation: drift 6s ease-in-out infinite;
}

.floating-badge-left {
  left: 50%;
  bottom: 7%;
  transform: translateX(-12%);
  z-index: 2;
}

.floating-card {
  position: absolute;
  right: max(1rem, calc((100vw - var(--container)) / 2 + 1rem));
  bottom: 5%;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(252, 242, 224, 0.88);
  box-shadow: var(--shadow-soft);
  z-index: 2;
}

.floating-card p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.seal-badge {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #dcccf6, #cbb7ef);
  color: #2f2340;
  text-align: center;
  box-shadow: 0 18px 30px rgba(81, 60, 108, 0.18);
}

.seal-badge::before,
.seal-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.seal-badge::before {
  inset: 8%;
  border: 2px solid rgba(255, 255, 255, 0.92);
}

.seal-badge::after {
  clip-path: polygon(
    50% 0%,
    60% 6%,
    71% 2%,
    79% 11%,
    91% 9%,
    94% 21%,
    100% 30%,
    96% 42%,
    100% 54%,
    92% 63%,
    94% 76%,
    83% 82%,
    79% 94%,
    66% 95%,
    58% 100%,
    46% 96%,
    34% 100%,
    24% 91%,
    12% 92%,
    7% 80%,
    0% 70%,
    4% 58%,
    0% 46%,
    8% 36%,
    6% 22%,
    17% 16%,
    21% 5%,
    34% 4%,
    42% 0%
  );
  background: linear-gradient(180deg, rgba(236, 223, 255, 0.92), rgba(195, 170, 237, 0.85));
  z-index: -1;
}

.seal-badge span {
  width: 72%;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seal-badge-mini {
  width: 56px;
}

.seal-badge-mini span {
  font-size: 0.38rem;
}

.seal-badge-hero {
  width: clamp(108px, 15vw, 148px);
}

.seal-badge-footer {
  width: 116px;
}

.feature-section,
.ingredients-section,
.comparison-section,
.mission-section,
.faq-section {
  padding: 1.5rem 0 0;
}

.feature-section {
  position: relative;
  z-index: 2;
  background: var(--bg);
  margin-top: -1px;
}

.feature-grid,
.ingredients-showcase,
.comparison-grid {
  display: grid;
  gap: 1.5rem;
}

.feature-grid {
  position: relative;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 2rem 2.5rem;
  padding: 2rem 0 2.6rem;
}

.feature-composite-image {
  display: block;
  width: min(100%, 560px);
  margin-inline: auto;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(219, 206, 245, 0.7);
  color: #4a3b62;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pill-tag img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.feature-copy h2,
.ingredients-intro h2,
.comparison-copy h2,
.mission-copy h2,
.faq-section h2,
.footer-copy h2 {
  font-size: clamp(2.6rem, 4.8vw, 4.1rem);
}

.feature-copy h2 {
  max-width: none;
  line-height: 0.98;
}

.mission-copy h2 {
  font-size: clamp(2.6rem, 3.85vw, 52.6px);
}

.faq-section h2 {
  font-size: clamp(2.6rem, 3.1vw, 41.6px);
}

.feature-heading-line {
  display: block;
}

.feature-hearts {
  display: inline-block;
  margin-left: 0.3rem;
  color: #c6b1ef;
  font-size: 0.72em;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.feature-copy p,
.ingredients-intro p,
.comparison-copy p,
.mission-copy p,
.faq-item p,
.footer-copy .eyebrow,
.proof-grid p,
.trust-grid p,
.footer-bottom p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.feature-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 1.9rem 0 2rem;
}

.feature-benefits article {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  min-height: 132px;
  padding: 0 1rem;
  text-align: center;
}

.feature-benefits article + article {
  border-left: 1px solid rgba(85, 60, 107, 0.12);
}

.feature-benefit-icon {
  color: rgba(62, 49, 75, 0.7);
  font-size: 1.95rem;
  line-height: 1;
}

.feature-benefits strong {
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
}

.feature-benefits span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.feature-badge {
  position: absolute;
  right: -1.3rem;
  bottom: 1rem;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 148px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #f9cadc, #f6b4ca);
  box-shadow: 0 18px 30px rgba(103, 62, 85, 0.14);
  transform: rotate(12deg);
}

.feature-badge::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.feature-badge span {
  position: relative;
  display: block;
  color: #2f2437;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-link {
  color: var(--lavender-deep);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.proof-strip {
  padding: 1.5rem 0 0;
}

.section-heading {
  margin-bottom: 1.35rem;
}

.section-heading h2 {
  text-align: center;
}

.proof-grid,
.trust-grid {
  display: grid;
  gap: 1rem;
}

.proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 1.35rem 1.1rem;
  border: 1px solid rgba(227, 212, 190, 0.95);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(255, 250, 245, 0.98));
  box-shadow:
    0 10px 30px rgba(151, 118, 74, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.proof-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.95rem;
  min-height: 270px;
  padding: 2rem 2rem 1.7rem;
  text-align: center;
  background: transparent;
}

.proof-grid article + article {
  border-left: 1px solid rgba(87, 61, 109, 0.1);
}

.proof-icon {
  display: grid;
  place-items: center;
  min-height: 74px;
  color: #9f87de;
  font-size: 3.2rem;
  line-height: 1;
}

.proof-grid h3,
.trust-grid h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.12;
}

.proof-grid p,
.trust-grid p {
  margin: 0;
  max-width: 12ch;
  font-size: 0.98rem;
  line-height: 1.6;
}

.ingredients-section {
  padding-top: 2rem;
}

.ingredients-showcase {
  display: grid;
  gap: 1.6rem;
}

.ingredients-showcase h2 {
  margin: 30px 0 0;
  font-family: "Lora", serif;
  font-weight: 600;
  text-align: center;
  font-size: clamp(2.6rem, 3.9vw, 46px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.ingredient-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.6rem;
  align-items: start;
}

.ingredient-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.85rem;
  text-align: center;
}

.ingredient-image-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(253, 249, 243, 0.98));
  box-shadow:
    0 10px 28px rgba(175, 139, 91, 0.08),
    inset 0 0 0 1px rgba(246, 236, 222, 0.9);
  overflow: hidden;
}

.ingredient-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ingredient-card-aloe .ingredient-image-frame {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(253, 252, 249, 1));
  box-shadow:
    0 10px 28px rgba(175, 139, 91, 0.06),
    inset 0 0 0 1px rgba(246, 240, 232, 0.95);
}

.ingredient-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.15;
}

.ingredient-card p {
  margin: 0;
  max-width: 12ch;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.trust-card {
  margin-top: 60px;
  padding: 1.25rem 1.5rem;
  border-radius: 28px;
  background: linear-gradient(120deg, rgba(239, 232, 252, 0.92), rgba(247, 242, 253, 0.92));
  border: 1px solid rgba(126, 102, 184, 0.38);
  box-shadow: none;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.trust-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 84px;
  padding: 0 1.25rem;
  text-align: center;
}

.trust-grid article + article {
  border-left: 1px solid rgba(112, 92, 148, 0.12);
}

.trust-icon {
  color: #9e88df;
  font-size: 2.1rem;
  line-height: 1;
}

.trust-grid h3 {
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.comparison-section {
  position: relative;
  overflow: hidden;
}

.comparison-grid {
  grid-template-columns: minmax(320px, 0.8fr) minmax(560px, 1.2fr);
  align-items: start;
  gap: 2.25rem 2.4rem;
  padding: 1.1rem 0 0.75rem;
}

.comparison-list {
  display: grid;
  gap: 1.3rem;
  padding: 0;
  margin: 2.35rem 0 0;
  list-style: none;
}

.comparison-list li {
  position: relative;
  padding-left: 2.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

.comparison-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.08rem;
  color: var(--lavender-deep);
  font-size: 1.85rem;
  line-height: 1;
}

.comparison-copy h2 {
  font-size: clamp(2.8rem, 4.1vw, 46px);
  line-height: 0.92;
}

.comparison-copy > p {
  max-width: 21ch;
  margin-top: 1.65rem;
  font-size: 1.12rem;
  line-height: 1.55;
}

.comparison-table-wrap {
  min-height: auto;
}

.comparison-chart-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.comparison-table {
  position: relative;
  z-index: 2;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(101, 80, 120, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(300px, 1.3fr) minmax(132px, 0.68fr) minmax(132px, 0.68fr);
}

.comparison-row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 0.9rem 1.35rem;
  border-top: 1px solid rgba(101, 80, 120, 0.07);
  font-size: 0.96rem;
  font-weight: 700;
  text-align: center;
}

.comparison-row > div:first-child {
  justify-content: flex-start;
  text-align: left;
}

.comparison-header > div {
  min-height: 98px;
  border-top: 0;
  font-size: clamp(1.15rem, 2vw, 26px);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.comparison-header > div:nth-child(2),
.comparison-row > div:nth-child(2) {
  background: #0f0f10;
  color: #fff;
}

.comparison-header > div:nth-child(2) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comparison-row > div:nth-child(2),
.comparison-row > div:nth-child(3) {
  font-size: 2.25rem;
  line-height: 1;
}

.mission-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.9fr) minmax(220px, 0.38fr);
  align-items: center;
  column-gap: calc(1.5rem + 50px);
  row-gap: 1.5rem;
  padding: 2.5rem 0;
}

.mission-image {
  overflow: hidden;
  border-radius: 26px;
  height: 500px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow-soft);
}

.mission-image img,
.mission-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-stamp {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 0.75rem;
}

.mission-stamp-orbit {
  width: min(100%, 220px);
  aspect-ratio: 1;
  animation: missionStampSpin 14s linear infinite;
}

.mission-stamp-orbit svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mission-stamp-orbit text {
  fill: #494347;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.mission-stamp-text-top textPath,
.mission-stamp-text-bottom textPath {
  text-anchor: middle;
}

.mission-stamp-center {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
}

.mission-stamp-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mission-section {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  padding: 2.4rem 0;
  background:
    radial-gradient(circle at top right, rgba(246, 215, 182, 0.26), transparent 28%),
    linear-gradient(180deg, #efe4d6 0%, #eadccf 100%);
}

.mission-section::before,
.mission-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 72px;
  z-index: 1;
  pointer-events: none;
}

.mission-section::before {
  top: -1px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf7f1' d='M0,56 C52,50 104,37 155,39 C220,42 276,60 337,58 C392,56 439,37 495,31 C551,25 607,30 662,39 C719,48 767,58 821,57 C885,55 944,36 1006,31 C1065,26 1119,34 1173,43 C1232,53 1280,59 1330,56 C1375,53 1412,46 1440,48 L1440,0 L0,0 Z'/%3E%3C/svg%3E")
      center top / 100% 100% no-repeat;
}

.mission-section::after {
  bottom: -1px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf7f1' d='M0,34 C48,42 99,56 154,54 C214,52 270,35 326,36 C384,37 430,53 486,55 C548,57 607,45 666,39 C724,33 775,36 830,44 C890,53 942,61 999,59 C1059,57 1114,42 1171,39 C1234,36 1288,49 1340,51 C1380,52 1414,47 1440,43 L1440,90 L0,90 Z'/%3E%3C/svg%3E")
      center bottom / 100% 100% no-repeat;
}

.mission-section .container {
  position: relative;
  z-index: 2;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.faq-item {
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  position: relative;
  padding-right: 2rem;
  list-style: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #57416f;
  font-size: 1.45rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 1rem 0 0;
  max-width: 42ch;
}

.site-footer {
  position: relative;
  margin-top: 2rem;
  padding-top: 5rem;
  background:
    linear-gradient(180deg, rgba(9, 8, 10, 0.96), rgba(9, 8, 10, 1)),
    #09080a;
  color: #fff;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 64px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf7f1' d='M0,18 C43,13 87,24 131,22 C189,19 240,10 296,12 C345,14 388,25 437,26 C496,28 549,18 607,16 C663,14 713,20 767,24 C823,28 874,27 928,20 C988,13 1040,10 1096,14 C1156,18 1208,29 1263,28 C1324,27 1380,15 1440,18 L1440,0 L0,0 Z'/%3E%3C/svg%3E")
      center top / 100% 100% no-repeat;
}

.footer-cta {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 240px;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2.4rem;
}

.footer-badge {
  display: flex;
  justify-content: flex-start;
}

.footer-badge-image {
  width: 148px;
}

.footer-copy h2,
.footer-rating p,
.footer-copy p,
.footer-rating strong,
.footer-rating span,
.footer-bottom p {
  color: #f6f0f9;
}

.footer-copy {
  text-align: center;
}

.footer-copy h2 {
  margin: 0;
  font-family: "Lora", serif;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.footer-copy p {
  margin: 0.2rem 0 1.5rem;
  font-size: clamp(1.6rem, 2.4vw, 2.05rem);
  font-weight: 200;
  line-height: 1.18;
}

.footer-copy .button {
  min-width: 320px;
}

.footer-rating {
  display: grid;
  justify-items: end;
  gap: 0.35rem;
  text-align: right;
}

.footer-rating p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
}

.footer-rating img {
  width: 170px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-rating strong {
  color: #f6c84f;
  font-size: 1.45rem;
  letter-spacing: 0.18em;
}

.footer-rating span {
  max-width: 15ch;
  font-size: 0.96rem;
  line-height: 1.35;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding: 1.8rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand-block {
  display: grid;
  gap: 0.15rem;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 0;
}

.footer-bottom p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem 1.35rem;
}

.footer-links a {
  color: #e9dff4;
  font-size: 0.8rem;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0px) rotate(-4deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}

@keyframes heartPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.06);
  }
}

@keyframes missionStampSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

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

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

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

  .comparison-row {
    grid-template-columns: minmax(200px, 1.05fr) minmax(110px, 0.58fr) minmax(110px, 0.58fr);
  }

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

  .mission-stamp {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(18, 17, 20, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-header.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-grid,
  .feature-grid,
  .comparison-grid,
  .mission-card,
  .footer-cta {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: min(42rem, 100%);
    padding-bottom: 7rem;
  }

  .hero-copy .eyebrow {
    margin-top: 70px;
  }

  .hero-backdrop {
    background: linear-gradient(90deg, #f8f3fb 0%, #f2eaf9 58%, #f9f1eb 100%);
  }

  .hero-photo-layer img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 73% top;
  }

  .hero-heart {
    right: 5.5%;
    top: 19%;
    width: 64px;
  }

  .floating-badge-left {
    left: auto;
    right: 30%;
    bottom: 5%;
    transform: none;
  }

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

  .ingredient-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .comparison-table-wrap {
    min-height: auto;
  }

  .comparison-table {
    margin-right: 3rem;
  }

  .comparison-floral {
    right: -1.25rem;
    width: 150px;
  }

  .proof-grid article:nth-child(2n + 1) {
    border-left: 0;
  }

  .proof-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(87, 61, 109, 0.1);
  }

  .feature-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0;
  }

  .feature-benefits article:nth-child(3),
  .feature-benefits article:nth-child(4) {
    border-top: 1px solid rgba(85, 60, 107, 0.12);
    padding-top: 1rem;
  }

  .feature-badge {
    right: 1rem;
    bottom: -1rem;
  }

  .footer-copy {
    text-align: left;
  }

  .footer-copy .button {
    min-width: 0;
  }

  .footer-rating {
    text-align: left;
    justify-items: start;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .footer-socials {
    margin-top: 0.25rem;
  }
}

@media (max-width: 720px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    font-size: 1.7rem;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    padding-top: 1.5rem;
  }

  .hero-section::after {
    height: 58px;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf7f1' d='M0,37 C54,34 102,44 155,46 C215,49 270,41 324,34 C382,27 436,26 490,33 C548,40 600,50 656,52 C714,54 766,47 821,39 C876,31 927,30 981,37 C1036,44 1088,53 1142,54 C1204,55 1265,46 1325,39 C1370,34 1408,33 1440,36 L1440,90 L0,90 Z'/%3E%3C/svg%3E")
        center bottom / 100% 100% no-repeat;
  }

  .hero-backdrop {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .hero-backdrop {
    background: linear-gradient(90deg, #f8f3fb 0%, #f2eaf9 58%, #f9f1eb 100%);
  }

  .hero-photo-layer img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% top;
  }

  .hero-heart {
    display: none;
  }

  .hero-highlights,
  .proof-grid,
  .trust-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article {
    justify-content: flex-start;
    padding: 1rem 1.15rem;
    text-align: left;
  }

  .trust-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(112, 92, 148, 0.12);
  }

  .ingredients-showcase h2 {
    font-size: 2.4rem;
  }

  .ingredient-cards {
    grid-template-columns: 1fr;
  }

  .comparison-copy > p {
    max-width: none;
  }

  .comparison-table {
    margin-right: 0;
  }

  .comparison-row {
    grid-template-columns: minmax(0, 1.2fr) 88px 88px;
  }

  .comparison-row > div {
    min-height: 68px;
    padding: 0.85rem 0.9rem;
    font-size: 0.88rem;
  }

  .comparison-row > div:nth-child(2),
  .comparison-row > div:nth-child(3) {
    font-size: 1.55rem;
  }

  .comparison-floral {
    display: none;
  }

  .site-footer {
    padding-top: 4.25rem;
  }

  .site-footer::before {
    height: 48px;
  }

  .footer-badge {
    justify-content: center;
  }

  .footer-copy,
  .footer-rating,
  .footer-brand-block {
    text-align: center;
    justify-items: center;
  }

  .footer-copy p {
    font-size: 1.45rem;
  }

  .footer-cta,
  .footer-bottom {
    justify-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-links,
  .footer-socials {
    justify-content: center;
  }

  .ingredient-image-frame {
    max-width: 320px;
    margin-inline: auto;
  }

  .proof-grid {
    padding: 1rem;
  }

  .proof-grid article {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .proof-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(87, 61, 109, 0.1);
  }

  .proof-grid h3 {
    font-size: 1.6rem;
  }

  .proof-grid p {
    max-width: 18ch;
  }

  .hero-highlights {
    gap: 0.75rem;
  }

  .hero-highlights article {
    min-height: auto;
    padding: 0.75rem 0;
  }

  .hero-highlights article + article {
    border-left: 0;
    border-top: 1px solid rgba(79, 58, 100, 0.12);
  }

  .feature-grid,
  .ingredients-showcase,
  .trust-card,
  .mission-card {
    padding: 1.35rem 0;
  }

  .feature-benefits {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .feature-benefits article {
    min-height: auto;
    padding: 0.3rem 0;
  }

  .feature-benefits article + article,
  .feature-benefits article:nth-child(3),
  .feature-benefits article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(85, 60, 107, 0.12);
    padding-top: 0.9rem;
  }

  .hero-copy {
    max-width: 100%;
    padding: 1.2rem 0 22rem;
  }

  .floating-badge-left {
    right: 1rem;
    bottom: 11rem;
  }

  .floating-card {
    right: 1rem;
    bottom: 4.5rem;
  }

  .feature-badge {
    display: none;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
