:root {
  --ink: #25182e;
  --muted: #6f6572;
  --purple: #7138b0;
  --paper: #faf7f1;
  --soft: #eee4f4;
  --line: rgba(37, 24, 46, .14);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
body::before { content: ''; position: fixed; z-index: 100; inset: 0; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: 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; }
.skip-link { position: fixed; z-index: 50; top: 8px; left: 8px; padding: 8px 12px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; scroll-margin-top: 90px; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 96px; width: min(1220px, calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.small-logo { width: 68px; height: 68px; display: grid; place-items: center; }
.small-logo img { width: 100%; max-height: 100%; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 800; }
nav a:hover { color: var(--purple); }
.scroll-progress { position: fixed; z-index: 20; top: 0; left: 0; width: 0; height: 2px; background: var(--purple); transform-origin: left; }

.hero { min-height: 100vh; height: 940px; padding: 130px 24px 55px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, #fff 0, #f7f0fa 52%, #eee1f4 100%); }
.hero::before { content: ''; position: absolute; width: min(88vw, 1040px); aspect-ratio: 1; border: 1px solid rgba(113,56,176,.1); border-radius: 50%; animation: hero-ring-light 6s ease-in-out infinite; }
.hero-lotus { position: absolute; z-index: 0; top: 105px; left: 50%; width: min(96vw, 1320px); transform: translateX(-50%) translateY(var(--lotus-shift, 0)); opacity: var(--lotus-opacity, 1); color: var(--purple); pointer-events: none; will-change: transform, opacity; }
.hero-lotus svg { width: 100%; overflow: visible; }
.lotus-outline { fill: rgba(113,56,176,.015); stroke: rgba(113,56,176,.16); stroke-width: 1; }
.lotus-outline path { animation: lotus-line-light 6s ease-in-out infinite; }
.lotus-outline path:nth-child(2) { animation-delay: .14s; }
.lotus-outline path:nth-child(3) { animation-delay: .28s; }
.lotus-outline path:nth-child(4) { animation-delay: .42s; }
.lotus-outline path:nth-child(5) { animation-delay: .56s; }
.lotus-words { fill: currentColor; font-family: var(--sans); font-weight: 800; letter-spacing: .12em; opacity: .22; animation: lotus-word-light 6s .42s ease-in-out infinite; }
.word-xl { font-size: 39px; letter-spacing: .07em; }
.word-lg { font-size: 28px; }
.word-md { font-size: 21px; }
.word-sm { font-size: 13px; }
.word-xs { font-size: 10px; }
.hero-logo-frame { position: relative; z-index: 1; width: min(84vw, 1030px); display: grid; place-items: center; overflow: hidden; animation: hero-reveal 1.35s cubic-bezier(.22,.75,.24,1) both; }
.hero-logo { width: 100%; max-height: calc(100vh - 150px); object-fit: contain; opacity: var(--hero-opacity, 1); transform: translateY(var(--hero-shift, 0)) scale(var(--hero-scale, 1)); will-change: opacity, transform; filter: drop-shadow(0 25px 40px rgba(74, 37, 102, .12)); }
@keyframes hero-reveal { from { clip-path: inset(100% 0 0); filter: blur(12px); transform: scale(.96); } to { clip-path: inset(0); filter: blur(0); transform: scale(1); } }
@keyframes lotus-line-light {
  0%, 18%, 82%, 100% { stroke: rgba(113,56,176,.16); filter: drop-shadow(0 0 0 rgba(213,164,66,0)); }
  34% { stroke: rgba(113,56,176,.07); filter: drop-shadow(0 0 0 rgba(213,164,66,0)); }
  48% { stroke: rgba(218,171,73,.82); filter: drop-shadow(0 0 5px rgba(218,171,73,.48)); }
  63% { stroke: rgba(218,171,73,.35); filter: drop-shadow(0 0 2px rgba(218,171,73,.2)); }
}
@keyframes lotus-word-light {
  0%, 18%, 82%, 100% { fill: #7138b0; opacity: .22; }
  35% { fill: #7138b0; opacity: .1; }
  51% { fill: #bf8424; opacity: .26; }
  66% { fill: #c8983c; opacity: .16; }
}
@keyframes hero-ring-light {
  0%, 22%, 82%, 100% { border-color: rgba(113,56,176,.1); box-shadow: 0 0 0 rgba(218,171,73,0); }
  40% { border-color: rgba(113,56,176,.04); }
  55% { border-color: rgba(218,171,73,.38); box-shadow: 0 0 24px rgba(218,171,73,.08); }
  68% { border-color: rgba(218,171,73,.16); box-shadow: 0 0 8px rgba(218,171,73,.03); }
}

.label { margin: 0 0 24px; color: var(--purple); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 800; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 6vw, 80px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
h2 em { color: var(--purple); font-weight: 400; }
.lead { max-width: 680px; margin: 30px 0 0; font-family: var(--serif); font-size: clamp(18px, 2vw, 23px); color: #4e4352; }
.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: .36fr 1fr; gap: 70px; }

.services { background: var(--paper); }
.section-head { display: grid; grid-template-columns: .36fr 1fr; gap: 70px; padding-bottom: 60px; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 60px minmax(230px, .7fr) 1fr; gap: 30px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-list article::after { content: ''; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--purple); transform: scaleX(0); transform-origin: left; transition: transform .7s cubic-bezier(.22,.75,.24,1); }
.service-list article { position: relative; }
.service-list article.is-visible::after { transform: scaleX(1); }
.service-list article > span { color: var(--purple); font-family: var(--serif); font-size: 12px; }
.service-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(23px, 2.5vw, 33px); font-weight: 400; line-height: 1.15; }
.service-list p { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; }
.disclaimer { max-width: 780px; margin: 30px 0 0; color: #837984; font-size: 10px; }

.postpartum { background: var(--soft); }
.postpartum-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 90px; }
.postpartum-mark { display: grid; place-items: center; min-height: 640px; overflow: hidden; }
.postpartum-mark img { width: min(100%, 520px); max-height: 670px; object-fit: contain; mix-blend-mode: multiply; filter: brightness(1.055) contrast(1.01) drop-shadow(0 20px 30px rgba(68,29,96,.1)); }
.process { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); counter-reset: steps; }
.process li { position: relative; padding: 18px 0 18px 48px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; counter-increment: steps; }
.process li::before { content: '0' counter(steps); position: absolute; left: 0; color: var(--purple); font-family: var(--serif); }
.process span { display: block; margin-bottom: 2px; color: var(--ink); font-family: var(--serif); font-size: 20px; }

.release { text-align: center; background: white; }
.release-inner { display: flex; flex-direction: column; align-items: center; }
.release h2 { font-size: clamp(43px, 5vw, 68px); }
.release p:not(.label) { margin: 20px 0 30px; color: var(--muted); }
.download-link { display: inline-flex; gap: 30px; align-items: center; padding: 14px 0; color: var(--purple); border-bottom: 1px solid currentColor; text-decoration: none; font-size: 13px; font-weight: 800; }
.download-link span { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.download-link[aria-disabled='true'] { cursor: not-allowed; opacity: .65; }

footer { min-height: 190px; padding: 64px max(24px, calc((100% - 1220px) / 2)) 28px; position: relative; display: grid; grid-template-columns: 85px 1fr auto; gap: 28px; align-items: center; background: var(--paper); border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; overflow: hidden; }
footer img { width: 85px; height: 85px; object-fit: contain; }
footer p { margin: 0; }
footer a { text-decoration: none; }
.footer-wave { position: absolute; top: 0; left: 0; width: 100%; height: 54px; fill: none; stroke: rgba(113,56,176,.28); stroke-width: 1; }
.footer-wave path { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform 1s cubic-bezier(.22,.75,.24,1); }
.footer-wave.is-visible path { opacity: 1; transform: none; }
.footer-wave.is-visible path:nth-child(2) { transition-delay: .1s; }
.footer-wave.is-visible path:nth-child(3) { transition-delay: .2s; }

.motion-ready [data-reveal], .motion-ready .service-list article { opacity: 0; transform: translateY(34px); }
.motion-ready [data-image-reveal] { clip-path: inset(100% 0 0); filter: blur(8px); }
.motion-ready [data-reveal], .motion-ready .service-list article, .motion-ready [data-image-reveal] { transition: opacity .8s ease, transform .9s cubic-bezier(.22,.75,.24,1), clip-path 1.1s cubic-bezier(.22,.75,.24,1), filter .9s ease; }
.motion-ready .is-visible,
.motion-ready .service-list article.is-visible { opacity: 1; transform: none; clip-path: inset(0); filter: blur(0); }

@media (max-width: 800px) {
  .section { padding: 85px 0; }
  .site-header { height: auto; min-height: 88px; align-items: center; }
  .small-logo { width: 55px; height: 55px; flex: 0 0 auto; }
  nav { justify-content: flex-end; gap: 8px 16px; flex-wrap: wrap; }
  nav a { font-size: 8px; }
  .hero { height: 820px; padding-inline: 14px; }
  .hero-lotus { top: 145px; width: 125vw; opacity: .75; }
  .hero-logo-frame { width: min(94vw, 720px); }
  .intro-grid, .section-head, .postpartum-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-head { padding-bottom: 42px; }
  .service-list article { grid-template-columns: 35px 1fr; gap: 12px; }
  .service-list p { grid-column: 2; }
  .postpartum-mark { min-height: 500px; width: min(100%, 520px); margin-inline: auto; }
}

@media (max-width: 500px) {
  .wrap { width: calc(100% - 30px); }
  .site-header { width: calc(100% - 28px); }
  .small-logo { width: 48px; height: 48px; }
  nav { max-width: 275px; }
  .hero { min-height: 720px; height: 100svh; padding-top: 105px; }
  .hero-lotus { top: 180px; width: 155vw; opacity: .55; }
  .hero-logo-frame { width: 100%; }
  .hero-logo { max-height: calc(100svh - 145px); }
  .postpartum-mark { min-height: 400px; }
  footer { grid-template-columns: 65px 1fr; }
  footer img { width: 65px; height: 65px; }
  footer a { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-logo { transform: none !important; opacity: 1 !important; }
  .hero-logo-frame { animation: none; }
  .hero::before, .lotus-outline path, .lotus-words { animation: none; }
  [data-reveal], [data-image-reveal], .service-list article, .footer-wave path { opacity: 1 !important; transform: none !important; clip-path: none !important; filter: none !important; transition: none !important; }
}
