:root {
  --rose: #c94f7c;
  --rose-text: #b83f70;
  --rose-dark: #852c50;
  --rose-light: #ed9ab7;
  --rose-pale: #fbeaf0;
  --ink: #1c1319;
  --ink-mid: #5d4953;
  --ink-soft: #75616b;
  --paper: #fffafd;
  --cream: #fdf5f8;
  --gold: #c8a44d;
  --gold-soft: #eddda7;
  --line: rgba(177, 112, 144, .22);
  --shadow: 0 24px 72px rgba(83, 34, 58, .11);
  --shadow-soft: 0 12px 36px rgba(83, 34, 58, .07);
  --max: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 82% 48% at 50% -6%, rgba(201, 79, 124, .11), transparent 68%),
    radial-gradient(ellipse 58% 44% at 100% 100%, rgba(200, 164, 77, .08), transparent 66%),
    radial-gradient(ellipse 60% 48% at 0 90%, rgba(201, 79, 124, .05), transparent 70%);
}

a { color: inherit; }
button { font: inherit; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; }
p { color: var(--ink-mid); line-height: 1.72; }
.shell { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 12px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.eyebrow { color: var(--rose-text); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.button {
  min-height: 50px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 15px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--rose-dark); outline-offset: 3px; }
.primary { color: #fff; background: linear-gradient(135deg, var(--rose), var(--rose-light)); box-shadow: 0 12px 30px rgba(201, 79, 124, .22); }
.secondary { color: var(--ink-mid); background: #fff; border: 1px solid var(--line); }
.gold { color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--gold-soft)); box-shadow: 0 12px 30px rgba(200, 164, 77, .18); }
.text-link { color: var(--rose-dark); font-weight: 700; text-underline-offset: 4px; }

.site-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(177, 112, 144, .15); background: rgba(255, 250, 253, .92); backdrop-filter: blur(14px); }
.nav-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brandmark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(201, 79, 124, .26); border-radius: 50%; background: var(--rose-pale); }
.brandmark svg { width: 19px; stroke: var(--rose); fill: none; stroke-width: 1.8; }
.brand-name { color: var(--rose-dark); font-family: "Cormorant Garamond", serif; font-size: 26px; font-weight: 600; }
.brand-logo { display: block; width: 168px; height: auto; object-fit: contain; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { min-height: 44px; display: flex; align-items: center; color: var(--ink-mid); text-decoration: none; font-size: 12px; font-weight: 600; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--rose-dark); }
.nav-cta { min-height: 42px; padding: 10px 14px; }
.menu-button { display: none; padding: 8px; border: 0; background: transparent; color: var(--ink); font-size: 25px; }
.mobile-menu { position: fixed; inset: 66px 11px auto; z-index: 60; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.mobile-menu a { min-height: 44px; display: flex; align-items: center; padding: 12px; text-decoration: none; font-weight: 600; }
.mobile-menu .button { width: 100%; margin-top: 8px; }

.breadcrumb { padding: 24px 0 0; color: var(--ink-soft); font-size: 11px; }
.breadcrumb a { color: var(--rose-dark); text-underline-offset: 3px; }
.hero { padding: 42px 0 34px; }
.hero-card { position: relative; overflow: hidden; padding: 58px; border: 1px solid var(--line); border-radius: 36px; background: rgba(255, 251, 253, .96); box-shadow: var(--shadow); }
.hero-card::after { content: ""; position: absolute; right: -130px; bottom: -180px; width: 360px; height: 360px; border: 72px solid rgba(201, 79, 124, .07); border-radius: 50%; pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 790px; }
.hero h1 { margin: 12px 0 18px; font-size: clamp(54px, 7.5vw, 88px); line-height: .9; font-weight: 600; letter-spacing: -.045em; }
.hero h1 em { color: var(--rose); font-weight: 500; }
.hero-lead { max-width: 720px; font-size: 17px; }
.hero-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 25px; }
.hero-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 29px; }
.hero-note { padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .82); color: var(--ink-mid); font-size: 10px; line-height: 1.5; }
.hero-note strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 11px; }

.section { padding: 76px 0; scroll-margin-top: 90px; }
.section.compact { padding: 40px 0 68px; }
.section-heading { max-width: 790px; margin: 0 auto 34px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2 { margin-top: 9px; font-size: clamp(42px, 6vw, 64px); line-height: .95; font-weight: 600; letter-spacing: -.032em; }
.section-heading p { margin-top: 14px; font-size: 14px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.topic-card { min-height: 286px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 251, 253, .94); box-shadow: var(--shadow-soft); text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.topic-card:hover { transform: translateY(-4px); border-color: rgba(201, 79, 124, .42); }
.topic-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, var(--rose-pale), rgba(200, 164, 77, .13)); color: var(--rose-dark); font-size: 20px; }
.topic-card h3 { margin-top: 20px; font-size: 31px; line-height: 1; }
.topic-card p { margin-top: 10px; font-size: 12px; }
.topic-card span { margin-top: auto; padding-top: 20px; color: var(--rose-dark); font-size: 11px; font-weight: 700; }

.path-card { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: center; padding: 42px; border: 1px solid rgba(200, 164, 77, .26); border-radius: 31px; background: linear-gradient(135deg, rgba(200, 164, 77, .11), var(--rose-pale)); box-shadow: var(--shadow-soft); }
.path-card h2 { margin-top: 8px; font-size: 54px; line-height: .94; }
.path-card p { margin-top: 14px; font-size: 14px; }
.path-options { display: grid; gap: 10px; }
.path-option { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 68px; padding: 16px 18px; border: 1px solid rgba(177, 112, 144, .18); border-radius: 16px; background: rgba(255, 255, 255, .8); text-decoration: none; }
.path-option strong { font-size: 12px; }
.path-option span { color: var(--rose-dark); font-size: 11px; font-weight: 700; }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trust-card { padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.trust-card b { display: block; color: var(--rose-dark); font-family: "Cormorant Garamond", serif; font-size: 27px; }
.trust-card p { margin-top: 7px; font-size: 11px; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 38px; align-items: start; }
.article { min-width: 0; }
.article h2 { margin-top: 54px; padding-top: 8px; font-size: 43px; line-height: 1; scroll-margin-top: 92px; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 28px; font-size: 28px; line-height: 1.05; }
.article p { margin-top: 13px; font-size: 14px; }
.article ul, .article ol { margin-top: 14px; padding-left: 22px; color: var(--ink-mid); }
.article li { margin: 9px 0; padding-left: 4px; line-height: 1.62; font-size: 13px; }
.answer-box { padding: 28px; border: 1px solid rgba(201, 79, 124, .24); border-radius: 24px; background: linear-gradient(145deg, #fff, var(--rose-pale)); box-shadow: var(--shadow-soft); }
.answer-box h2 { margin: 7px 0 0; padding: 0; font-size: 38px; }
.answer-box p { margin-top: 12px; }
.callout { margin-top: 25px; padding: 20px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: rgba(200, 164, 77, .09); }
.callout strong { display: block; margin-bottom: 5px; }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.check-item { position: relative; padding: 15px 15px 15px 43px; border: 1px solid var(--line); border-radius: 15px; background: #fff; color: var(--ink-mid); font-size: 12px; line-height: 1.55; }
.check-item::before { content: "✓"; position: absolute; left: 15px; top: 15px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--rose-pale); color: var(--rose-dark); font-weight: 800; }
.comparison { width: 100%; margin-top: 18px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; font-size: 12px; }
.comparison th, .comparison td { padding: 15px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); line-height: 1.55; }
.comparison th { color: var(--rose-dark); background: var(--rose-pale); }
.comparison tr:last-child td { border-bottom: 0; }
.sidebar { position: sticky; top: 98px; display: grid; gap: 14px; }
.side-card { padding: 20px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow-soft); }
.side-card h2 { font-size: 26px; }
.side-card p { margin-top: 8px; font-size: 11px; }
.side-card nav { display: grid; gap: 5px; margin-top: 12px; }
.side-card nav a { min-height: 44px; display: flex; align-items: center; padding: 8px 0; color: var(--ink-mid); text-decoration: none; font-size: 11px; font-weight: 600; }
.side-card nav a:hover { color: var(--rose-dark); }
.side-card .button { width: 100%; margin-top: 14px; }
.sources { margin-top: 18px; display: grid; gap: 10px; }
.source-link { padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fff; text-decoration: none; }
.source-link strong { display: block; color: var(--rose-dark); font-size: 12px; }
.source-link span { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.5; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
details { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
summary { cursor: pointer; color: var(--ink); font-size: 12px; font-weight: 700; }
details p { margin-top: 12px; font-size: 11px; }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-card { min-height: 150px; padding: 21px; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-decoration: none; box-shadow: var(--shadow-soft); }
.related-card h3 { font-size: 25px; }
.related-card p { margin-top: 8px; font-size: 11px; }

.final-cta { padding: 60px 0 80px; }
.cta-card { padding: 54px; border: 1px solid rgba(201, 79, 124, .24); border-radius: 33px; background: linear-gradient(135deg, var(--rose-pale), rgba(200, 164, 77, .10)); text-align: center; box-shadow: var(--shadow); }
.cta-card h2 { margin-top: 8px; font-size: 60px; line-height: .92; }
.cta-card p { max-width: 690px; margin: 15px auto 0; font-size: 14px; }
.cta-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 24px; }

.site-footer { padding: 34px 0 42px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; margin-bottom: 18px; }
.footer-brand { color: var(--rose-dark); font-family: "Cormorant Garamond", serif; font-size: 26px; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }
.legal { padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .68); }
.build { margin-top: 12px; text-align: center; }

@media (max-width: 980px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 740px) {
  .brand-logo { width: 138px; }
  .shell { width: min(100% - 22px, var(--max)); }
  .nav-inner { min-height: 66px; }
  .nav-links { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 18px; }
  .hero-card { padding: 29px 22px; border-radius: 25px; }
  .hero-card::after { right: -20px; font-size: 220px; }
  .hero h1 { font-size: 51px; }
  .hero-lead { font-size: 14px; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-notes, .topic-grid, .trust-grid, .path-card, .checklist, .faq-grid, .related-grid, .sidebar { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .section-heading h2 { font-size: 46px; }
  .path-card { padding: 28px; }
  .path-card h2, .cta-card h2 { font-size: 45px; }
  .article h2 { font-size: 38px; }
  .comparison { display: block; overflow-x: auto; }
  .cta-card { padding: 36px 21px; }
  .footer-top { flex-direction: column; }
  .footer-links a { min-height: 44px; display: flex; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
