:root {
  --beige: #edcfab;
  --beige-soft: #e8d3b6;
  --rose: #c598a3;
  --rose-soft: #e4d6da;
  --sage: #9ab196;
  --sage-soft: #d5dfd3;
  --blue: #7899aa;
  --blue-soft: #c6d2db;
  --warm-dark: #4a4a48;
  --taupe: #7f7b75;
  --warm-white: #f5f0e8;
  --warm-white-strong: #faf6f0;
  --shadow-soft: 0 18px 46px rgba(74, 74, 72, 0.08);
  --shadow-card: 0 24px 54px rgba(74, 74, 72, 0.12);
  --radius-s: 14px;
  --radius-m: 24px;
  --radius-l: 36px;
  --radius-xl: 48px;
  --page-width: 1160px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", "Segoe UI Variable", "Segoe UI", sans-serif;
  color: var(--warm-dark);
  background:
    radial-gradient(circle at top left, rgba(237, 207, 171, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(197, 152, 163, 0.16), transparent 26%),
    linear-gradient(180deg, #f8f4ee 0%, var(--warm-white) 100%);
}

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

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  max-width: calc(var(--page-width) + 48px);
  margin: 0 auto;
  padding: 18px 12px 44px;
}

.site-header,
.section-block,
.medical-feature,
.site-footer {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(127, 123, 117, 0.16);
  border-radius: 24px;
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: 188px;
}

.brand img {
  width: 100%;
  height: auto;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(154, 177, 150, 0.18);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--warm-dark);
}

.site-nav {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: none;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(250, 246, 240, 0.98);
  box-shadow: var(--shadow-card);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(74, 74, 72, 0.86);
}

.site-nav a[aria-current="page"] {
  color: var(--rose);
}

.hero {
  position: relative;
  margin-top: 18px;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--sage);
  box-shadow: var(--shadow-card);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 30rem;
  padding: 32px 24px;
}

.hero-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 246, 240, 0.78);
}

.hero h1,
.intro-top h2,
.medical-copy h2,
.stories-heading h2,
.daily-habits h2,
.latest-posts h2,
.question-box h2,
.habit h3,
.lockup-line {
  margin: 0;
  font-family: "Crimson Text", "Times New Roman", serif;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(3.25rem, 11vw, 6.3rem);
  line-height: 0.86;
  color: var(--warm-white-strong);
}

.hero-text {
  max-width: 22ch;
  margin: 12px 0 0;
  font-size: clamp(1.25rem, 4vw, 1.85rem);
  line-height: 1.08;
  color: rgba(250, 246, 240, 0.94);
  text-wrap: balance;
}

.section-block {
  padding: 32px 8px 8px;
}

.intro-top h2 {
  font-size: clamp(2.05rem, 6vw, 3.15rem);
  line-height: 0.95;
  text-wrap: balance;
}

.intro-top p,
.medical-copy p,
.habit p:last-child,
.footer-brand p {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(74, 74, 72, 0.82);
}

.intro-top p {
  max-width: 36rem;
}

.editorial-lockup {
  padding: 34px 0 16px;
  text-align: center;
}

.lockup-line {
  font-size: clamp(2.15rem, 7vw, 3.9rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.lockup-line span {
  color: var(--rose);
  font-weight: 700;
}

.editorial-lockup-tagline {
  margin: 20px 0 0;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.55;
  text-align: center;
  color: rgba(74, 74, 72, 0.78);
}

.quick-links {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding-top: 16px;
}

.quick-links a {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.stats {
  display: grid;
  gap: 14px;
  padding-top: 24px;
}

.stat {
  padding: 18px 20px;
  border-radius: 28px;
  background: rgba(250, 246, 240, 0.84);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.stat-value {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: rgba(74, 74, 72, 0.78);
}

.stat-label {
  max-width: 18ch;
  margin: 8px auto 0;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(127, 123, 117, 0.98);
}

.medical-feature {
  position: relative;
  display: grid;
  align-items: end;
  margin-top: 30px;
  min-height: 360px;
  padding: 28px 24px 24px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--blue);
  box-shadow: var(--shadow-card);
}

.medical-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(120, 153, 170, 0.94) 0%, rgba(120, 153, 170, 0.9) 28%, rgba(120, 153, 170, 0.72) 48%, rgba(120, 153, 170, 0.26) 74%, rgba(120, 153, 170, 0.08) 100%);
  pointer-events: none;
}

.medical-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 20%;
}

.medical-copy {
  position: relative;
  z-index: 1;
  max-width: 28rem;
  padding-top: 8px;
}

.medical-copy h2 {
  font-size: clamp(2.05rem, 6vw, 3.4rem);
  line-height: 0.92;
  color: rgba(250, 246, 240, 0.98);
}

.medical-copy p {
  max-width: 34ch;
  color: rgba(250, 246, 240, 0.9);
}

.pill-button {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(74, 74, 72, 0.74);
  color: var(--warm-white-strong);
  font-size: 0.88rem;
  font-weight: 600;
}

.stories-heading {
  display: block;
}

.stories-heading h2 {
  max-width: 4.7ch;
  font-size: clamp(2.6rem, 10vw, 4rem);
  line-height: 0.88;
  text-wrap: balance;
  font-weight: 600;
}

.stories-heading h2 span {
  color: var(--rose);
}

.stories-controls {
  display: none;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.stories-arrow {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid rgba(125, 122, 117, 0.26);
  border-radius: 50%;
  background: rgba(245, 240, 232, 0.92);
  color: var(--warm-dark);
  font-size: 1.28rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(74, 74, 72, 0.08);
}

.stories-arrow-next {
  border-color: rgba(74, 74, 72, 0.82);
  background: rgba(74, 74, 72, 0.82);
  color: var(--warm-white-strong);
}

.stories-arrow.is-disabled {
  opacity: 0.38;
  cursor: default;
}

.stories-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: start;
  gap: 14px;
  margin-top: 26px;
  overflow-x: auto;
  padding: 6px 4px 32px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.stories-track::-webkit-scrollbar {
  display: none;
}

.story-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  padding: 18px;
  overflow: hidden;
  border-radius: 24px;
  scroll-snap-align: start;
  box-shadow: var(--shadow-soft);
}

.story-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.story-card--portrait {
  width: 124px;
  min-height: 264px;
}

.story-card--feature {
  width: 124px;
  min-height: 264px;
}

.story-card--quote {
  width: 198px;
  min-height: 264px;
}

.story-card:nth-child(1) {
  margin-top: 20px;
}

.story-card:nth-child(2) {
  margin-top: 116px;
}

.story-card:nth-child(3) {
  margin-top: 18px;
}

.story-card:nth-child(4) {
  margin-top: 116px;
}

.story-card--panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(250, 246, 240, 0.36);
  background: transparent;
  z-index: 1;
}

.story-card--beige {
  background: linear-gradient(180deg, rgba(237, 207, 171, 0.74) 0%, rgba(237, 207, 171, 0.56) 100%);
}

.story-card--sand {
  background: linear-gradient(180deg, rgba(232, 211, 182, 0.84) 0%, rgba(237, 207, 171, 0.58) 100%);
}

.story-card--blue {
  background: linear-gradient(180deg, rgba(120, 153, 170, 0.24) 0%, rgba(120, 153, 170, 0.44) 100%);
}

.story-card--quote {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, #afc3a3 0%, var(--sage) 100%);
  color: rgba(74, 74, 72, 0.94);
  z-index: 2;
}

.story-card--quote p {
  position: relative;
  z-index: 1;
  max-width: 5.8ch;
  margin: 0 auto;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: clamp(1.9rem, 6vw, 2.45rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
}

.quote-mark {
  position: absolute;
  top: 18px;
  left: 18px;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 3.35rem;
  line-height: 1;
  color: rgba(74, 74, 72, 0.88);
}

.quote-mark--end {
  top: auto;
  right: 18px;
  bottom: 12px;
  left: auto;
  margin-top: 0;
}

.story-card--flip {
  perspective: 1200px;
  background: transparent;
  padding: 0;
}

.story-card--flip .story-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.story-card--flip:hover .story-card__inner,
.story-card--flip.is-flipped .story-card__inner,
.story-card--flip:focus-within .story-card__inner {
  transform: rotateY(180deg);
}

.story-card__face {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.story-card__face--front .story-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card--flip.story-card--panel .story-card__face--front::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(250, 246, 240, 0.36);
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

.story-card__face--back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px 12px;
  background: linear-gradient(180deg, #afc3a3 0%, var(--sage) 100%);
  color: rgba(74, 74, 72, 0.94);
}

.story-card__face--back p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 12.5ch;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.35vw, 2.05rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-wrap: balance;
  hyphens: none;
  color: rgba(74, 74, 72, 0.94);
}

.story-card--flip.story-card--quote {
  background: transparent;
  color: inherit;
}

.story-card--flip.story-card--quote::before,
.story-card--flip.story-card--panel::before {
  content: none;
}

.story-card__flip-toggle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 3;
  border-radius: inherit;
}

.story-card__flip-toggle:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .story-card--flip .story-card__inner {
    transition: none;
  }
}

.daily-habits h2,
.latest-posts h2 {
  font-size: clamp(2.25rem, 7vw, 3.45rem);
  line-height: 0.92;
}

.habit-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.habit {
  padding-right: 12px;
}

.habit-number {
  margin: 0;
  font-size: clamp(2.9rem, 8vw, 4.3rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  color: var(--blue);
}

.habit h3 {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 0.94;
  text-transform: uppercase;
}

.section-headline p {
  max-width: 38rem;
  margin: 10px 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(74, 74, 72, 0.78);
}

.post-grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.post-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(250, 246, 240, 0.88);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 5;
}

.post-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-feed-trial {
  --q4-feed-gap: 16px;
  --q4-feed-radius: 30px;
  --q4-feed-accent: var(--rose);
  margin-top: 24px;
}

.latest-posts-instagram {
  margin: 16px 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  text-align: center;
  color: rgba(127, 123, 117, 0.92);
}

.question-box {
  padding-top: 34px;
}

.question-box__content {
  padding: 38px 18px 22px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(245, 240, 232, 0.24), transparent 24%),
    linear-gradient(180deg, #d1a8b2 0%, var(--rose) 100%);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.question-box h2 {
  max-width: 22ch;
  margin-inline: auto;
  font-size: clamp(2.1rem, 7vw, 3.2rem);
  line-height: 0.92;
}

.question-box p {
  margin: 12px 0 0;
  font-size: 1.05rem;
  color: rgba(74, 74, 72, 0.84);
}

.question-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.question-form input {
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  border: 1px solid rgba(250, 246, 240, 0.54);
  border-radius: 999px;
  background: rgba(250, 246, 240, 0.95);
  color: var(--warm-dark);
}

.question-form input::placeholder {
  color: rgba(127, 123, 117, 0.86);
}

.question-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: rgba(74, 74, 72, 0.86);
  color: var(--warm-white-strong);
  cursor: pointer;
}

.question-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-status {
  min-height: 1.4em;
  margin: 12px auto 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(74, 74, 72, 0.82);
}

.form-status.is-error {
  color: #7f4f59;
}

.form-status.is-success {
  color: #5f7b62;
}

.question-box small {
  display: block;
  margin-top: 14px;
  line-height: 1.45;
  color: rgba(74, 74, 72, 0.7);
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  padding: 18px 8px 0;
  border-top: 1px solid rgba(127, 123, 117, 0.18);
}

.footer-brand img {
  width: 188px;
}

.footer-brand small {
  display: block;
  margin-top: 8px;
  color: rgba(127, 123, 117, 0.94);
}

.footer-partner {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-partner img {
  width: clamp(110px, 16vw, 156px);
  height: auto;
}

.hero--info {
  min-height: 430px;
  margin-top: 18px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.hero--info .hero-banner {
  object-position: 73% center;
}

.hero--info .hero-copy {
  max-width: 34rem;
  padding: 30px 28px 36px;
}

.hero--info .hero-kicker {
  margin: 0 0 18px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.hero--info h1 {
  font-size: clamp(2.7rem, 8.4vw, 4.15rem);
  line-height: 0.94;
  text-wrap: normal;
}

.hero--info .hero-text {
  max-width: 22ch;
  margin: 18px 0 0;
  font-size: clamp(1.18rem, 4vw, 1.6rem);
  line-height: 1.18;
  text-wrap: balance;
}

.hero--faq .hero-banner {
  object-position: 72% center;
}

.hero--faq .hero-copy {
  max-width: 37rem;
}

.hero--faq .hero-text {
  max-width: 31ch;
}

.info-tabs-section {
  padding-top: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.info-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 18px 24px 16px;
  border-bottom: 1px solid rgba(127, 123, 117, 0.18);
  scrollbar-width: none;
}

.info-tabs::-webkit-scrollbar {
  display: none;
}

.info-tab {
  position: relative;
  flex: 0 0 auto;
  min-height: 58px;
  padding: 12px 18px;
  border: 1px solid rgba(127, 123, 117, 0.22);
  border-radius: 14px;
  background: rgba(250, 246, 240, 0.64);
  color: rgba(74, 74, 72, 0.58);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(74, 74, 72, 0.06);
}

.info-tab:hover {
  border-color: rgba(197, 152, 163, 0.5);
  background: rgba(250, 246, 240, 0.88);
  color: var(--rose);
  box-shadow: 0 4px 12px rgba(74, 74, 72, 0.1);
}

.info-tab:focus-visible {
  outline: 2px solid rgba(120, 153, 170, 0.68);
  outline-offset: 2px;
}

.info-panels {
  padding: 28px 24px 0;
}

.info-panel[hidden] {
  display: none;
}

.info-panel {
  max-width: 980px;
  margin: 0 auto;
}

.panel-shell {
  padding-top: 0;
  border-top: 0;
}

.section-kicker {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
  color: rgba(197, 152, 163, 0.96);
}

.panel-title {
  margin: 0;
  font-family: "Crimson Text", "Times New Roman", serif;
  letter-spacing: -0.03em;
}

.panel-title {
  margin-top: 10px;
  font-size: clamp(2.2rem, 8vw, 3.45rem);
  line-height: 0.94;
  color: rgba(74, 74, 72, 0.96);
}

.panel-title span {
  color: var(--rose);
}

.panel-copy {
  max-width: 40rem;
}

.panel-copy p,
.info-card p,
.factor-item p,
.therapy-item p,
.callout-box p,
.tag-panel p {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.48;
  color: rgba(74, 74, 72, 0.86);
}

.panel-copy strong {
  font-weight: 700;
}

.panel-copy--spaced {
  margin-top: 12px;
}

.faq-section {
  padding-top: 36px;
}

.faq-intro {
  max-width: 780px;
  margin: 0 auto 22px;
  padding: 0 16px;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(127, 123, 117, 0.14);
  border-radius: 24px;
  background: rgba(250, 246, 240, 0.74);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 20px;
  list-style: none;
  cursor: pointer;
  font-size: clamp(1.18rem, 3.5vw, 1.55rem);
  font-weight: 700;
  line-height: 1.16;
  color: rgba(74, 74, 72, 0.94);
}

.faq-summary-text {
  display: grid;
  gap: 12px;
}

.faq-question {
  display: block;
}

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

.faq-item summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(154, 177, 150, 0.2);
  color: var(--warm-dark);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
  background: rgba(197, 152, 163, 0.24);
}

.faq-preview {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.97rem;
  font-weight: 400;
  line-height: 1.62;
  color: rgba(74, 74, 72, 0.7);
}

.faq-item[open] .faq-preview {
  display: none;
}

.faq-answer {
  padding: 0 20px 24px;
}

.faq-answer p,
.faq-answer li {
  font-size: 1rem;
  line-height: 1.62;
  color: rgba(74, 74, 72, 0.84);
}

.faq-answer p {
  margin: 12px 0 0;
}

.faq-answer ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
}

.faq-answer strong {
  color: rgba(74, 74, 72, 0.94);
}

.definition-grid,
.symptom-grid,
.metrics-strip,
.therapy-list {
  display: grid;
  gap: 12px;
}

.definition-grid,
.symptom-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.info-card {
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(237, 207, 171, 0.22);
}

.info-card h3,
.factor-item h3,
.therapy-item p,
.tag-panel h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(74, 74, 72, 0.94);
}

.info-card h3,
.factor-item h3,
.therapy-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-card p {
  margin-top: 12px;
}

.card-bullet {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border-radius: 50%;
}

.card-bullet--sage {
  background: rgba(154, 177, 150, 0.88);
}

.card-bullet--rose {
  background: rgba(219, 173, 164, 0.92);
}

.card-bullet--blue {
  background: rgba(120, 153, 170, 0.84);
}

.callout-box {
  margin-top: 16px;
  padding: 16px 18px;
  border-left: 3px solid transparent;
}

.callout-box--sage {
  background: rgba(154, 177, 150, 0.18);
  border-left-color: rgba(154, 177, 150, 0.82);
}

.callout-box--rose {
  background: rgba(197, 152, 163, 0.14);
  border-left-color: rgba(197, 152, 163, 0.8);
}

.callout-box span {
  color: rgba(197, 152, 163, 1);
  font-weight: 600;
}

.metrics-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.metric-card {
  padding: 18px 10px 16px;
  border-radius: 16px;
  text-align: center;
  color: rgba(250, 246, 240, 0.98);
}

.metric-card--sage {
  background: rgba(154, 177, 150, 0.94);
}

.metric-card--rose {
  background: rgba(197, 152, 163, 0.96);
}

.metric-value,
.metric-label {
  margin: 0;
}

.metric-value {
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 2.65rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.metric-label {
  margin-top: 8px;
  font-size: 0.82rem;
  line-height: 1.25;
}

.info-card--symptom {
  min-height: 118px;
}

.tag-panel {
  margin-top: 16px;
  padding: 18px 16px;
  border-radius: 20px;
  background: rgba(154, 177, 150, 0.18);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(154, 177, 150, 0.26);
  color: rgba(74, 74, 72, 0.82);
  font-size: 0.95rem;
  line-height: 1.2;
}

.factor-list {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

.therapy-list {
  margin-top: 24px;
}

.therapy-item {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(237, 207, 171, 0.24);
}

.therapy-item p {
  margin-top: 0;
}

.editorial-signoff--mici {
  padding-top: 28px;
  text-align: center;
}

.editorial-signoff--mici p {
  max-width: 36ch;
  margin: 0 auto;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 2.7rem);
  font-style: italic;
  font-weight: 600;
  font-variant-ligatures: no-common-ligatures;
  line-height: 1.26;
  color: rgba(95, 123, 98, 0.94);
}

.question-box--mici {
  padding-top: 18px;
}

.question-box--mici .question-box__content {
  max-width: 980px;
  margin: 0 auto;
  box-shadow: none;
}

.site-footer--shared {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 12px 8px 0;
  border-top: 0;
}

.site-footer--shared .footer-brand-row,
.site-footer--shared .footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.site-footer--shared .footer-brand-row {
  align-items: flex-start;
}

.site-footer--shared .footer-brand {
  display: grid;
  gap: 10px;
  flex: 1 1 auto;
}

.site-footer--shared .footer-brand img {
  width: clamp(168px, 22vw, 220px);
  height: auto;
}

.site-footer--shared .footer-brand p {
  max-width: 58rem;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(74, 74, 72, 0.84);
}

.site-footer--shared .footer-partner {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.site-footer--shared .footer-partner img {
  width: clamp(112px, 14vw, 146px);
  height: auto;
}

.site-footer--shared .footer-bottom {
  align-items: flex-start;
  padding-top: 12px;
  border-top: 1px solid rgba(127, 123, 117, 0.22);
}

.site-footer--shared .footer-bottom small {
  margin: 0;
  color: rgba(127, 123, 117, 0.92);
  font-size: 0.78rem;
  line-height: 1.3;
}

.site-footer--shared .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.78rem;
  color: rgba(127, 123, 117, 0.94);
}

.legal-page {
  padding-top: 18px;
}

.legal-hero {
  margin-top: 18px;
  padding: clamp(34px, 6vw, 64px) clamp(22px, 5vw, 54px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 88% 12%, rgba(197, 152, 163, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(154, 177, 150, 0.9), rgba(198, 210, 219, 0.92));
  box-shadow: var(--shadow-card);
}

.section-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(74, 74, 72, 0.72);
}

.legal-hero h1,
.legal-card h2 {
  margin: 0;
  font-family: "Crimson Text", "Times New Roman", serif;
  letter-spacing: -0.03em;
}

.legal-hero h1 {
  font-size: clamp(3.2rem, 12vw, 6.4rem);
  line-height: 0.88;
  color: var(--warm-white-strong);
}

.legal-hero p:not(.section-kicker) {
  max-width: 46rem;
  margin: 18px 0 0;
  font-size: clamp(1.08rem, 3vw, 1.35rem);
  line-height: 1.48;
  color: rgba(74, 74, 72, 0.86);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-grid {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(127, 123, 117, 0.12);
  border-radius: var(--radius-l);
  background: rgba(250, 246, 240, 0.78);
  box-shadow: var(--shadow-soft);
}

.legal-card--intro,
.legal-card--update {
  background: rgba(237, 207, 171, 0.34);
}

.legal-card h2 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1;
  color: rgba(74, 74, 72, 0.94);
}

.legal-card p,
.legal-card li {
  font-size: 1rem;
  line-height: 1.68;
  color: rgba(74, 74, 72, 0.84);
}

.legal-card p {
  margin: 14px 0 0;
}

.legal-card ul {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.legal-card a {
  color: #5f7f8f;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.cookie-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border-radius: var(--radius-m);
  border: 1px solid rgba(127, 123, 117, 0.16);
  background: rgba(245, 240, 232, 0.76);
}

.cookie-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.cookie-table th,
.cookie-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(127, 123, 117, 0.14);
  text-align: left;
  vertical-align: top;
}

.cookie-table th {
  background: rgba(154, 177, 150, 0.24);
  color: rgba(74, 74, 72, 0.88);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-table tr:last-child td {
  border-bottom: 0;
}

@media (min-width: 720px) {
  .page-shell {
    padding-inline: 18px;
  }

  .site-header {
    padding-inline: 22px;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 24px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero {
    min-height: 560px;
  }

  .hero-copy {
    padding: 52px 32px 42px;
  }

  .hero-banner {
    object-position: center center;
  }

  .quick-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

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

  .medical-feature {
    min-height: 430px;
    padding: 30px 28px 26px;
  }

  .stories-heading {
    min-height: 320px;
  }

  .stories-track {
    gap: 16px;
    padding-bottom: 34px;
  }

  .story-card--portrait {
    width: 136px;
    min-height: 278px;
  }

  .story-card--feature {
    width: 224px;
    min-height: 252px;
  }

  .story-card--quote {
    width: 210px;
    min-height: 278px;
  }

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

  .question-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    max-width: 760px;
    margin-inline: auto;
  }

  .site-footer {
    flex-direction: row;
    align-items: flex-end;
  }

  .hero--info {
    min-height: 520px;
  }

  .hero--info .hero-copy {
    max-width: 34rem;
    padding: 38px 36px 44px;
  }

  .hero--info .hero-banner {
    object-position: 77% center;
  }

  .hero--faq .hero-banner {
    object-position: 72% center;
  }

  .info-tabs {
    gap: 28px;
    padding-inline: 30px;
  }

  .info-panels {
    padding: 28px 30px 0;
  }

  .site-footer--shared .footer-brand-row,
  .site-footer--shared .footer-bottom {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .site-footer--shared .footer-brand-row {
    align-items: center;
  }

  .site-footer--shared .footer-partner {
    align-self: center;
  }

  .site-footer--shared .footer-links {
    justify-content: flex-end;
  }

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

@media (min-width: 980px) {
  .page-shell {
    padding-inline: 24px;
  }

  .section-block {
    padding-inline: 14px;
  }

  .intro-top p {
    max-width: 46rem;
  }

  .stories {
    --stories-card-w: clamp(220px, 20.8vw, 268px);
    --stories-side-h: clamp(316px, 27vw, 382px);
    --stories-main-h: var(--stories-side-h);
    --stories-quote-h: clamp(340px, 28vw, 398px);
    --stories-title-w: min(760px, calc(var(--stories-track-w) - 32px));
    --stories-title-h: clamp(94px, 8.2vw, 132px);
    --stories-left-x: 8px;
    --stories-left-y: calc(var(--stories-title-h) + 8px);
    --stories-title-x: var(--stories-left-x);
    --stories-title-y: 0px;
    --stories-center-x: calc(var(--stories-left-x) + var(--stories-card-w) + 24px);
    --stories-center-y: calc(var(--stories-left-y) + 160px);
    --stories-quote-x: calc(var(--stories-center-x) + var(--stories-card-w) + 12px);
    --stories-quote-y: clamp(28px, 2vw, 40px);
    --stories-right-x: calc(var(--stories-quote-x) + var(--stories-card-w) + 12px);
    --stories-right-y: var(--stories-center-y);
    --stories-controls-x: calc(var(--stories-left-x) + 16px);
    --stories-controls-y: calc(var(--stories-left-y) + var(--stories-side-h) - 56px);
    --stories-track-w: calc(var(--stories-right-x) + var(--stories-card-w));
    --stories-track-h: calc(var(--stories-center-y) + var(--stories-side-h));
    position: relative;
    width: calc(var(--stories-track-w) + 8px);
    max-width: 100%;
    min-height: calc(var(--stories-track-h) + 44px);
    margin-top: 22px;
    margin-inline: auto;
    padding-top: 56px;
    padding-bottom: clamp(84px, 7vw, 116px);
  }

  .stories-heading {
    position: absolute;
    left: var(--stories-title-x);
    top: var(--stories-title-y);
    z-index: 3;
    display: block;
    width: var(--stories-title-w);
    min-height: 0;
    padding-top: 0;
  }

  .stories-heading h2 {
    max-width: none;
    font-size: clamp(2.42rem, 2.7vw, 3.1rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-wrap: pretty;
  }

  .stories-heading h2 br {
    display: none;
  }

  .stories-controls {
    position: absolute;
    left: var(--stories-controls-x);
    top: var(--stories-controls-y);
    gap: 10px;
    margin-top: 0;
    z-index: 3;
  }

  .stories-arrow {
    width: 39px;
    height: 39px;
    font-size: 1.15rem;
    box-shadow: 0 8px 18px rgba(74, 74, 72, 0.06);
  }

  .stories-track {
    position: relative;
    display: block;
    width: var(--stories-track-w);
    min-height: var(--stories-track-h);
    margin-top: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .story-card {
    position: absolute;
    border-radius: 24px;
    margin-top: 0;
  }

  .story-card--portrait {
    width: var(--stories-card-w);
    min-height: 0;
    height: var(--stories-side-h);
  }

  .story-card--feature {
    width: var(--stories-card-w);
    min-height: 0;
    height: var(--stories-main-h);
  }

  .story-card--quote {
    width: var(--stories-card-w);
    min-height: 0;
    height: var(--stories-side-h);
    padding: 0 26px;
  }

  .story-card:nth-child(1) {
    left: var(--stories-left-x);
    top: var(--stories-left-y);
  }

  .story-card:nth-child(2) {
    left: var(--stories-center-x);
    top: var(--stories-center-y);
  }

  .story-card:nth-child(3) {
    left: var(--stories-quote-x);
    top: var(--stories-quote-y);
  }

  .story-card:nth-child(4) {
    left: var(--stories-right-x);
    top: var(--stories-right-y);
  }

  .story-card--panel::before {
    inset: 12px;
    border-radius: 22px;
  }

  .story-card--quote p {
    max-width: 5.6ch;
    font-size: clamp(1.72rem, 1.7vw, 1.96rem);
    line-height: 0.94;
  }

  .quote-mark {
    top: 20px;
    left: 22px;
    font-size: clamp(2.8rem, 2.45vw, 3.25rem);
  }

  .quote-mark--end {
    right: 22px;
    bottom: 16px;
  }

  .story-card:nth-child(1) .story-card__media {
    object-position: center center;
  }

  .story-card:nth-child(2) .story-card__media {
    object-position: center 48%;
  }

  .story-card:nth-child(4) .story-card__media {
    object-position: center 42%;
  }

  .question-box__content {
    padding: 48px 34px 24px;
  }

  .hero--info {
    min-height: 540px;
  }

  .hero--info .hero-copy {
    max-width: 38rem;
    padding: 52px 36px 54px;
  }

  .hero--info h1 {
    font-size: clamp(3rem, 4.1vw, 4.3rem);
    line-height: 0.94;
  }

  .hero--info .hero-text {
    max-width: 22ch;
    margin: 18px 0 0;
    font-size: clamp(1.18rem, 4vw, 1.6rem);
    line-height: 1.18;
  }

  .hero--faq .hero-copy {
    max-width: 38rem;
  }

  .hero--faq .hero-text {
    max-width: 31ch;
  }

  .info-tabs-section {
    margin-bottom: 22px;
  }

  .info-tab {
    min-height: 0;
    font-size: 0.98rem;
  }

  .info-panels {
    padding: 34px 30px 0;
  }

  .panel-copy {
    max-width: 46rem;
  }

  .definition-grid,
  .symptom-grid {
    gap: 18px;
  }

  .factor-list {
    max-width: 48rem;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
  max-width: 720px;
  width: calc(100% - 24px);
  padding: 18px 22px;
  border-radius: 36px;
  background: var(--warm-white-strong);
  box-shadow: var(--shadow-card);
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--warm-dark);
  flex: 1 1 260px;
}

.cookie-banner a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner button {
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-banner__accept {
  background: var(--sage);
  color: var(--warm-white-strong);
}

.cookie-banner__accept:hover {
  background: #8ba587;
}

.cookie-banner__decline {
  background: transparent;
  color: var(--taupe);
  border: 1px solid rgba(127, 123, 117, 0.3);
}

.cookie-banner__decline:hover {
  background: rgba(127, 123, 117, 0.08);
}
