/* Generated from the private 5REPS preview. */
body.five-reps-landing { margin: 0 !important; }


:root {
  --ink: #1f2926;
  --muted: #64706c;
  --ivory: #f4f0e7;
  --paper: #fdfbf6;
  --sage: #67877d;
  --sage-deep: #183f37;
  --sage-dark: #102d28;
  --sage-pale: #e5eee9;
  --rose: #a76f78;
  --rose-deep: #734851;
  --rose-pale: #f2e3e1;
  --gold: #c39a62;
  --line: rgba(31, 41, 38, .14);
  --shadow: 0 28px 80px rgba(21, 45, 39, .13);
}

/* Never expose internal production notes in the customer-facing LP. */
.evidence-note {
  display: none !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-size: 17px; line-height: 1.85; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: 600; letter-spacing: .025em; line-height: 1.42; }
h2 { font-size: clamp(2.4rem, 4.5vw, 4.25rem); }
h3 { line-height: 1.55; }

.scroll-progress { position: fixed; z-index: 200; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.preview-bar { position: relative; z-index: 120; background: #101815; color: rgba(255,255,255,.78); text-align: center; padding: 6px 16px; font-size: 12px; letter-spacing: .1em; }

.site-header { position: sticky; z-index: 100; top: 0; height: 88px; padding: 0 max(28px, calc((100vw - 1320px)/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(253,251,246,.76); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: height .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { height: 74px; border-color: var(--line); box-shadow: 0 10px 40px rgba(25,42,37,.06); }
.logo { display: inline-flex; align-items: center; gap: 13px; line-height: 1; }
.logo-mark { width: 62px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; }
.logo-mark img { width: 100%; height: 100%; object-fit: contain; }
.logo-type strong { display: block; font: 600 19px/1 Georgia, serif; letter-spacing: .2em; }
.logo-type small { display: block; margin-top: 8px; color: var(--muted); font-size: 7px; letter-spacing: .18em; }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
nav > a:not(.nav-cta) { position: relative; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--sage-deep); transition: right .25s ease; }
nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { min-height: 46px; padding: 11px 21px; display: inline-flex; align-items: center; gap: 22px; background: var(--sage-deep); color: #fff; }
.arrow { display: inline-block; font-size: 20px; line-height: 1; transition: transform .25s ease; }
a:hover .arrow { transform: translateX(5px); }

.hero { position: relative; min-height: 790px; max-width: 1440px; margin: 0 auto; padding: 72px max(28px, calc((100% - 1260px)/2)) 92px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; background: radial-gradient(circle at 15% 20%, #fff 0, transparent 34%), var(--ivory); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -270px; bottom: -260px; border: 1px solid rgba(24,63,55,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(24,63,55,.025), 0 0 0 180px rgba(24,63,55,.018); }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { margin-bottom: 20px; color: var(--sage-deep); font: 700 13px/1.4 Arial, sans-serif; letter-spacing: .18em; }
.eyebrow.light { color: #c2d5ce; }
.eyebrow.rose { color: var(--rose-deep); }
.hero h1 { margin: 0 0 28px; font-size: clamp(2.85rem, 3.55vw, 3.9rem); line-height: 1.28; letter-spacing: .01em; }
.hero h1 em { display: block; color: var(--sage-deep); font-size: .78em; font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 2px; right: -6px; bottom: 2px; height: 8px; background: rgba(195,154,98,.3); z-index: -1; }
.hero-lead { max-width: 590px; color: #4f5d58; font-size: 17px; line-height: 2.05; }
.hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 600px; margin-top: 35px; }
.button { min-height: 61px; padding: 15px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 14px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--sage-deep); color: #fff; box-shadow: 0 16px 35px rgba(24,63,55,.18); }
.button-primary:hover { box-shadow: 0 22px 45px rgba(24,63,55,.26); }
.button-ghost { border: 1px solid rgba(24,63,55,.3); background: rgba(255,255,255,.35); }
.hero-choice { min-height: 78px; padding: 14px 18px 14px 20px; justify-content: space-between; text-align: left; color: #fff; border: 1px solid transparent; box-shadow: 0 16px 35px rgba(24,63,55,.16); }
.hero-choice span { display: grid; gap: 5px; }
.hero-choice small { font-size: 13px; font-weight: 700; letter-spacing: .06em; opacity: .86; }
.hero-choice-adult { background: var(--sage-deep); }
.hero-choice-adult:hover { background: #12362f; box-shadow: 0 22px 45px rgba(24,63,55,.25); }
.hero-choice-postpartum { background: var(--rose-deep); box-shadow: 0 16px 35px rgba(115,72,81,.18); }
.hero-choice-postpartum:hover { background: #653d46; box-shadow: 0 22px 45px rgba(115,72,81,.27); }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 35px; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-assurance span { display: flex; gap: 7px; align-items: center; }
.check { color: var(--sage-deep); font-size: 15px; }
.hero-visual { position: relative; min-height: 610px; }
.hero-frame { position: absolute; inset: 10px 0 20px 45px; overflow: hidden; box-shadow: var(--shadow); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,45,40,.22)); pointer-events: none; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.045); will-change: transform; }
.floating-card { position: absolute; z-index: 3; background: rgba(253,251,246,.92); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 15px 45px rgba(26,49,43,.13); backdrop-filter: blur(16px); }
.floating-experience { left: -10px; bottom: 66px; padding: 22px 28px; display: flex; align-items: center; gap: 18px; }
.floating-experience strong { color: var(--sage-deep); font: 500 43px/1 Georgia, serif; }
.floating-experience strong small { display: block; margin-top: 4px; font: 700 7px Arial,sans-serif; letter-spacing: .2em; }
.floating-experience > span { padding-left: 17px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.65; }
.floating-location { right: -12px; top: 80px; padding: 17px 22px; display: flex; align-items: center; gap: 11px; }
.floating-location p { margin: 0; font-weight: 700; font-size: 13px; }
.floating-location small { display: block; color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 0 rgba(103,135,125,.45); animation: pulse 2.4s infinite; }
.hero-future-line { position: absolute; z-index: 4; right: -14px; bottom: 12px; width: 255px; height: 120px; pointer-events: none; filter: drop-shadow(0 12px 24px rgba(24,63,55,.12)); }
.hero-future-line::before { content: ""; position: absolute; left: 0; right: 0; bottom: 24px; height: 92px; border-top: 1px solid rgba(24,63,55,.42); border-radius: 50% 50% 0 0; transform: rotate(-8deg); }
.hero-future-line span { position: absolute; left: 8px; right: 18px; bottom: 22px; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),rgba(195,154,98,.12)); transform: rotate(-8deg) scaleX(.76); transform-origin: left; animation: futureLineGrow 4.8s ease-in-out infinite; }
.hero-future-line i { position: absolute; left: 16px; bottom: 31px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(195,154,98,.15); animation: futureDotTravel 4.8s cubic-bezier(.45,0,.2,1) infinite; }
.scroll-cue { position: absolute; left: 48%; bottom: 22px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.scroll-cue span { width: 38px; height: 1px; background: var(--sage); transform-origin: left; animation: cue 2s ease-in-out infinite; }

.future-story { --future-progress: 1; min-height: 780px; padding: 120px max(30px,calc((100vw - 1260px)/2)); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; color: #fff; background: var(--sage-dark); overflow: hidden; }
.motion-ready .future-story { --future-progress: 0; }
.future-media { position: relative; min-height: 570px; overflow: hidden; background: linear-gradient(145deg,#28594f,#0c2521); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 42px 100px rgba(0,0,0,.25); isolation: isolate; }
.future-media::before { content: ""; position: absolute; z-index: -1; inset: -20%; background: radial-gradient(circle at 20% 24%,rgba(195,154,98,.27),transparent 24%), radial-gradient(circle at 72% 68%,rgba(103,135,125,.42),transparent 32%); transform: scale(calc(.88 + var(--future-progress) * .24)) rotate(calc(-8deg + var(--future-progress) * 8deg)); transition: transform .08s linear; }
.future-media video, .future-media > img, .future-media > iframe { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.future-media-placeholder { position: absolute; inset: 0; }
.future-media-placeholder::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; right: -27%; top: -30%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018); transform: translate3d(calc((1 - var(--future-progress)) * 35px),calc((1 - var(--future-progress)) * -25px),0); }
.future-media-placeholder > p { position: absolute; left: 36px; top: 34px; margin: 0; color: rgba(255,255,255,.68); font: 700 12px/1.3 Arial,sans-serif; letter-spacing: .18em; }
.future-word-cloud span { position: absolute; color: rgba(255,255,255,.92); font-family: "Yu Mincho",serif; letter-spacing: .06em; white-space: nowrap; opacity: 0; transform: translateY(24px); transition: opacity .35s linear, transform .6s cubic-bezier(.2,.7,.2,1); }
.future-word-cloud span:nth-child(1) { left: 8%; top: 25%; font-size: clamp(2.1rem,3.8vw,3.7rem); opacity: clamp(0,calc((var(--future-progress) - .04) * 7),1); transform: translateY(calc((1 - clamp(0,calc((var(--future-progress) - .04) * 7),1)) * 24px)); }
.future-word-cloud span:nth-child(2) { right: 7%; top: 43%; font-size: clamp(1.35rem,2.25vw,2.15rem); opacity: clamp(0,calc((var(--future-progress) - .25) * 7),1); transform: translateY(calc((1 - clamp(0,calc((var(--future-progress) - .25) * 7),1)) * 24px)); }
.future-word-cloud span:nth-child(3) { left: 10%; bottom: 25%; font-size: clamp(1.1rem,1.7vw,1.65rem); opacity: clamp(0,calc((var(--future-progress) - .45) * 7),1); transform: translateY(calc((1 - clamp(0,calc((var(--future-progress) - .45) * 7),1)) * 24px)); }
.future-word-cloud span:nth-child(4) { right: 9%; bottom: 13%; color: var(--gold); font-size: clamp(1rem,1.45vw,1.35rem); opacity: clamp(0,calc((var(--future-progress) - .63) * 8),1); transform: translateY(calc((1 - clamp(0,calc((var(--future-progress) - .63) * 8),1)) * 24px)); }
.future-route-line { position: absolute; left: 8%; right: 8%; bottom: 9%; height: 1px; background: rgba(255,255,255,.12); transform: rotate(-4deg); }
.future-route-line span { position: absolute; inset: 0; background: linear-gradient(90deg,var(--gold),rgba(195,154,98,.12)); transform: scaleX(var(--future-progress)); transform-origin: left; }
.future-route-line i { position: absolute; left: calc(var(--future-progress) * 100%); top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(195,154,98,.12); transform: translateX(-50%); }
.future-media-caption { position: absolute; left: 36px; right: 36px; bottom: 32px; z-index: 2; padding-top: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.future-media-caption span { color: rgba(255,255,255,.68); font: 700 12px/1.4 Arial,sans-serif; letter-spacing: .14em; }
.future-media-caption strong { max-width: 290px; text-align: right; font-family: "Yu Mincho",serif; font-size: 16px; font-weight: 600; }
.future-copy { max-width: 650px; }
.future-copy h2 { margin-bottom: 28px; font-size: clamp(2.55rem,4.4vw,4.25rem); }
.future-copy > p:last-of-type { color: #c8d6d1; }
.future-link { margin-top: 38px; padding-bottom: 5px; display: inline-flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 13px; font-weight: 800; }

.section { max-width: 1260px; margin: 0 auto; padding: 130px 30px; }
.section-intro { max-width: 790px; margin-bottom: 65px; }
.routes .section-intro { max-width: 1000px; }
.routes .section-intro h2 { font-size: clamp(2.35rem,3.65vw,3.5rem); }
.section-intro > p:last-child { color: var(--muted); max-width: 700px; }
.section-intro.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-intro.center > p:last-child { margin-left: auto; margin-right: auto; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.swipe-hint { display: none; }
.route-card { position: relative; min-height: 620px; padding: 54px; overflow: hidden; transition: box-shadow .3s ease; }
.route-card::after, .plan-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at var(--glow-x,50%) var(--glow-y,50%), rgba(255,255,255,.28), transparent 32%); pointer-events: none; opacity: 0; transition: opacity .25s; }
.route-card:hover::after, .plan-card:hover::after { opacity: 1; }
.route-card:hover { box-shadow: 0 30px 80px rgba(24,63,55,.16); }
.route-adult { background: var(--sage-pale); }
.route-postpartum { background: var(--rose-pale); }
.route-index { position: absolute; top: 42px; right: 44px; color: rgba(31,41,38,.25); font: 400 42px Georgia,serif; }
.route-content { position: relative; z-index: 3; width: 66%; }
.route-label { margin-bottom: 22px; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.route-card h3 { margin: 0 0 23px; font-family: "Yu Mincho",serif; font-size: clamp(1.9rem,2.65vw,2.5rem); white-space: nowrap; }
.route-content > p:not(.route-label) { color: #55625e; font-size: 14px; }
.route-link { display: inline-flex; align-items: center; gap: 25px; margin-top: 20px; padding-bottom: 4px; border-bottom: 1px solid; font-weight: 800; font-size: 13px; }
.route-card img { position: absolute; z-index: 1; width: 48%; height: 60%; right: -4%; bottom: -2%; object-fit: cover; mix-blend-mode: multiply; transition: transform .5s ease; }
.route-card:hover img { transform: scale(1.035) translateY(-5px); }

.audience { position: relative; padding: 130px max(30px,calc((100vw - 1200px)/2)); overflow: hidden; }
.adult-section { background: var(--sage-deep); color: #fff; }
.adult-section::after { content: "40  50  60  70"; position: absolute; right: -24px; top: 70px; color: rgba(255,255,255,.035); font: 500 clamp(5rem,11vw,10rem)/1 Georgia,serif; letter-spacing: .06em; white-space: nowrap; }
.audience-title { position: relative; z-index: 2; max-width: 850px; margin-bottom: 75px; }
.audience-title > p:last-child { max-width: 700px; color: #cedbd7; }
.audience-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 30px; }
.needs-panel { padding: 48px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.16); }
.panel-kicker { color: #c5d8d2; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.needs-panel ul { list-style: none; padding: 0; margin: 22px 0 0; }
.needs-panel li { padding: 22px 0; display: grid; grid-template-columns: 50px 1fr; gap: 8px; border-top: 1px solid rgba(255,255,255,.14); }
.needs-panel li > span { color: var(--gold); font: 400 17px Georgia,serif; }
.needs-panel strong { font-size: 17px; }
.needs-panel p { margin: 5px 0 0; color: #c8d5d1; font-size: 13px; }
.method-stack { display: grid; gap: 12px; }
.method-stack article { padding: 31px 35px; background: #f7f4ec; color: var(--ink); transition: transform .25s ease; }
.method-stack article:hover { transform: translateX(8px); }
.method-stack span { color: var(--sage); font-size: 12px; letter-spacing: .14em; font-weight: 800; }
.method-stack h3 { margin: 9px 0 7px; font-size: 18px; }
.method-stack p { margin: 0; color: var(--muted); font-size: 13px; }
.medical-note { position: relative; z-index: 2; margin: 50px 0 0; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.16); color: #c8d7d2; font-size: 13px; }

.postpartum-section { background: #fbf4f1; }
.postpartum-glow { position: absolute; width: 720px; height: 720px; right: -250px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(167,111,120,.16), transparent 66%); }
.postpartum-section .audience-title > p:last-child { color: var(--muted); }
.postpartum-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.postpartum-grid article { min-height: 310px; padding: 38px; background: rgba(255,255,255,.77); border: 1px solid #ead5d2; box-shadow: 0 20px 60px rgba(115,72,81,.06); transition: transform .3s ease; }
.postpartum-grid article:hover { transform: translateY(-8px); }
.postpartum-grid article > span { color: var(--rose); font: 400 26px Georgia,serif; }
.postpartum-grid h3 { margin: 48px 0 14px; font-size: 20px; }
.postpartum-grid p { color: var(--muted); font-size: 14px; }
.postpartum-safety { margin-top: 24px; padding: 28px 34px; display: grid; grid-template-columns: 170px 1fr; gap: 30px; background: var(--rose-deep); color: #fff; }
.postpartum-safety p { margin: 0; color: #f0dfe1; font-size: 13px; }

.section-intro.split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.value-grid article { position: relative; min-height: 360px; padding: 42px; background: var(--paper); overflow: hidden; transition: background .3s ease, color .3s ease; }
.value-grid article:hover { background: var(--sage-deep); color: #fff; }
.value-grid article > b { position: absolute; right: 28px; top: 21px; color: rgba(31,41,38,.18); font: 400 31px Georgia,serif; }
.value-grid article:hover > b { color: rgba(255,255,255,.16); }
.value-icon { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage-deep); font-size: 29px; transition: transform .5s ease, color .3s, border-color .3s; }
.value-grid article:hover .value-icon { transform: rotate(12deg) scale(1.08); color: #fff; border-color: rgba(255,255,255,.5); }
.value-grid h3 { margin: 62px 0 12px; }
.value-grid p { color: var(--muted); font-size: 14px; }
.value-grid article:hover p { color: #c8d7d2; }

.trainer { max-width: 1260px; margin: 20px auto 0; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 680px; background: var(--ivory); }
.trainer-art { position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg,#274f47,#102d28); }
.trainer-art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 35%, rgba(195,154,98,.25), transparent 34%); }
.trainer-monogram { position: relative; z-index: 3; width: 250px; height: 250px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.trainer-monogram span { font: 400 125px/1 Georgia,serif; }
.trainer-monogram i { position: absolute; bottom: 36px; font-style: normal; font-size: 12px; letter-spacing: .24em; }
.trainer-ring { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; animation: spin 25s linear infinite; }
.ring-one { width: 400px; height: 400px; }.ring-two { width: 560px; height: 560px; animation-direction: reverse; }
.trainer-ring::after { content: ""; position: absolute; width: 8px; height: 8px; top: 50%; left: -4px; background: var(--gold); border-radius: 50%; }
.trainer-art > p { position: absolute; z-index: 3; bottom: 38px; left: 40px; margin: 0; color: #c7d8d2; font-size: 12px; letter-spacing: .14em; }
.trainer-copy { padding: 75px 70px; }
.trainer-lead { color: var(--muted); max-width: 650px; }
.trust-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 36px 0; background: var(--line); border: 1px solid var(--line); }
.trust-stats > div { padding: 25px 16px; background: var(--paper); }
.trust-stats strong { display: block; color: var(--sage-deep); font: 500 32px Georgia,serif; }
.trust-stats strong small { font: 12px sans-serif; }.trust-stats strong span { font-size: 12px; margin: 0 3px; }
.trust-stats > div > span { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; }
.credentials { padding: 0; list-style: none; }
.credentials li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.credentials li::before { content: "—"; margin-right: 13px; color: var(--sage); }
.credential-label { margin: 26px 0 4px; color: var(--sage-deep); font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.credentials-secondary { margin-top: 0; }
.credential-more { margin-top: 12px; border: 0; }
.credential-more summary { padding: 13px 42px 13px 0; color: var(--sage-deep); font-size: 13px; }
.credential-more summary::after { right: 5px; top: 7px; }
.credential-more .credentials { margin: 0; }
.evidence-note { color: var(--muted); font-size: 13px; }
.family-consultation { margin-top: 28px; padding: 24px 28px; display: grid; grid-template-columns: 230px 1fr; gap: 24px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.42); }
.family-consultation p { margin: 0; color: var(--muted); font-size: 13px; }

.price { max-width: 1180px; }
.trial-card { padding: 31px 38px; display: grid; grid-template-columns: 1.15fr .55fr .8fr 1.45fr; align-items: center; gap: 30px; background: var(--sage-deep); color: #fff; box-shadow: 0 22px 60px rgba(24,63,55,.14); }
.trial-heading span { display: block; color: #c4d7d1; font-size: 12px; letter-spacing: .12em; }
.trial-heading strong { display: block; margin-top: 6px; font-size: 18px; }
.trial-time { display: flex; align-items: baseline; gap: 5px; }
.trial-time strong, .trial-price strong { font: 400 42px Georgia,serif; }.trial-time span, .trial-price span { font-size: 12px; }
.trial-price { padding-left: 27px; border-left: 1px solid rgba(255,255,255,.2); }.trial-price small { display: block; color: #d3e2dd; font-size: 12px; }
.trial-card > p { margin: 0; color: #d3e0dc; font-size: 13px; }
.trial-flow { margin-top: 14px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); background: #fff; }
.trial-flow article { position: relative; min-height: 205px; padding: 27px 25px; border-right: 1px solid var(--line); }
.trial-flow article:last-child { border-right: 0; }
.trial-flow b { display: block; margin-bottom: 30px; color: var(--gold); font: 400 15px/1 Georgia,serif; }
.trial-flow strong { display: block; padding-right: 50px; font-family: "Yu Mincho",serif; font-size: 17px; }
.trial-flow span { position: absolute; top: 29px; right: 24px; color: var(--sage); font-size: 12px; font-weight: 800; }
.trial-flow p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.trial-followup { margin-top: 14px; padding: 22px 28px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 24px; border: 1px solid rgba(195,154,98,.38); background: #fffaf1; }
.trial-followup > span { color: #815c2e; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.trial-followup p { margin: 0; color: var(--muted); font-size: 13px; }
.trial-followup strong { color: var(--ink); }
.price-summary { margin: 20px 0 -4px; color: var(--muted); font-size: 13px; text-align: center; }
.plan-grid { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.plan-card { position: relative; padding: 42px; border: 1px solid var(--line); transition: box-shadow .3s; overflow: hidden; }
.plan-card:hover { box-shadow: var(--shadow); }
.adult-plan { background: #f1f6f3; }.postpartum-plan { background: #fcf2f1; }
.plan-top { display: flex; justify-content: space-between; color: var(--sage-deep); font-size: 12px; letter-spacing: .12em; font-weight: 800; }
.postpartum-plan .plan-top { color: var(--rose-deep); }
.plan-top b { font: 400 30px Georgia,serif; opacity: .28; }
.plan-card h3 { margin: 35px 0 8px; font-size: 24px; }
.plan-card > p { min-height: 58px; color: var(--muted); font-size: 13px; }
.plan-row { padding: 18px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }
.plan-row span { color: var(--muted); font-size: 13px; }.plan-row span b { color: var(--ink); font-size: 17px; }.plan-row span small { display:block;margin-top:3px;color:var(--muted);font-size:12px; }
.plan-row strong { font: 400 25px Georgia,serif; }.plan-row strong small { font: 12px sans-serif; }
.plan-row.single { margin-top: 34px; }
.price-notes { margin-top: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.price-notes > div { padding: 26px 30px; display: grid; grid-template-columns: 90px 1fr; gap: 18px; background: var(--ivory); }
.price-notes p { margin: 0; color: var(--muted); font-size: 13px; }

.process { padding: 120px max(30px,calc((100vw - 1200px)/2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; background: var(--sage-dark); color: #fff; }
.process-heading { position: sticky; top: 130px; align-self: start; }
.process-heading p:last-child { color: #bfd0ca; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { min-height: 145px; padding: 30px 0; display: grid; grid-template-columns: 90px 1fr; border-top: 1px solid rgba(255,255,255,.17); }
.steps li > span { color: var(--gold); font: 400 28px Georgia,serif; }
.steps h3 { margin: 0 0 8px; font-size: 20px; }.steps p { margin: 0; color: #bfd0ca; font-size: 13px; }

.practical { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.practical-card { min-height: 310px; padding: 43px; border: 1px solid var(--line); }
.practical-card > span { color: var(--sage); font-size: 12px; letter-spacing: .14em; font-weight: 800; }
.practical-card h2 { margin: 30px 0 22px; font-size: 2.2rem; }
.practical-card strong { font-size: 17px; }.practical-card p { margin-top: 13px; color: var(--muted); font-size: 13px; }

.faq { padding-top: 90px; }
.faq-list { max-width: 940px; margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 27px 55px 27px 8px; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display:none; }
summary::after { content: "+"; position: absolute; right: 10px; top: 22px; color: var(--sage); font: 300 27px Arial,sans-serif; transition: transform .25s; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 760px; padding: 0 50px 27px 8px; color: var(--muted); }

.contact { position: relative; min-height: 680px; padding: 120px 30px; display: grid; place-items: center; text-align: center; color: #fff; background: linear-gradient(140deg,#224e45,#102d28); overflow: hidden; }
.contact > div:last-of-type { position: relative; z-index: 2; max-width: 780px; }
.contact h2 { font-size: clamp(2.8rem,6vw,5.2rem); }
.contact > div > p:not(.eyebrow):not(.contact-hours) { color: #c6d6d1; }
.contact-flow { position: absolute; width: min(900px,86vw); height: 430px; opacity: .72; }
.contact-flow::before { content: ""; position: absolute; left: 5%; right: 5%; bottom: 58px; height: 260px; border-top: 1px solid rgba(255,255,255,.13); border-radius: 50% 50% 0 0; transform: rotate(-5deg); box-shadow: 0 -58px 0 -57px rgba(255,255,255,.08),0 -116px 0 -115px rgba(255,255,255,.055); }
.contact-flow::after { content: ""; position: absolute; width: 430px; height: 430px; right: 4%; top: 0; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.contact-flow span { position: absolute; left: 4%; right: 4%; bottom: 79px; height: 1px; background: linear-gradient(90deg,transparent,rgba(195,154,98,.55),transparent); transform: rotate(-5deg); animation: contactLine 7s ease-in-out infinite; transform-origin: left; }
.contact-flow i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: rgba(195,154,98,.78); }
.contact-flow i:nth-of-type(1){left:16%;bottom:96px}.contact-flow i:nth-of-type(2){left:48%;bottom:175px}.contact-flow i:nth-of-type(3){right:13%;top:102px}.contact-flow i:nth-of-type(4){right:5%;bottom:94px}
.contact-flow b { position: absolute; left: 7%; bottom: 77px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(195,154,98,.14); animation: contactDot 7s cubic-bezier(.45,0,.2,1) infinite; }
.line-button { max-width: 480px; min-height: 76px; padding: 15px 26px; margin: 40px auto 17px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; background: #fff; color: var(--sage-deep); text-align: left; }
.line-button > span { font-weight: 900; font-size: 16px; }.line-button small { color: #52625d; font-size: 12px; }
.contact-hours { color: #c3d5cf; font-size: 13px; }
.mobile-cta { display: none; }

footer { max-width: 1320px; min-height: 260px; margin: auto; padding: 60px 30px; display: grid; grid-template-columns: 1.05fr 1fr 1.15fr 1.1fr auto; align-items: center; gap: 36px; color: var(--muted); font-size: 13px; }
.logo-footer .logo-mark { width: 58px; height: 46px; }.logo-footer .logo-type strong { color: var(--ink); }
.footer-story strong { color: var(--ink); font-family: "Yu Mincho",serif; font-size: 15px; }.footer-story p { margin: 7px 0 0; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { width: fit-content; color: #52625d; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.footer-links a:hover { color: var(--sage-deep); border-color: currentColor; }
.footer-company p { margin: 3px 0; }.copyright { align-self: end; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms), transform .85s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 70% { box-shadow: 0 0 0 11px rgba(103,135,125,0); } 100% { box-shadow: 0 0 0 0 rgba(103,135,125,0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes flowTravel { to { offset-distance: 100%; } }
@keyframes cue { 0%,100%{transform:scaleX(.25);opacity:.35}50%{transform:scaleX(1);opacity:1} }
@keyframes futureLineGrow { 0%,100% { transform:rotate(-8deg) scaleX(.18);opacity:.32 } 55% { transform:rotate(-8deg) scaleX(1);opacity:1 } }
@keyframes futureDotTravel { 0%,10% { transform:translate3d(0,0,0);opacity:.25 } 55%,75% { transform:translate3d(205px,-55px,0);opacity:1 } 100% { transform:translate3d(225px,-64px,0);opacity:0 } }
@keyframes contactLine { 0%,100% { transform:rotate(-5deg) scaleX(.16);opacity:.2 } 58% { transform:rotate(-5deg) scaleX(1);opacity:1 } }
@keyframes contactDot { 0%,10% { transform:translate3d(0,0,0);opacity:.25 } 60%,78% { transform:translate3d(min(730px,74vw),-132px,0);opacity:1 } 100% { transform:translate3d(min(780px,79vw),-144px,0);opacity:0 } }

@media (max-width: 1050px) {
  nav > a:not(.nav-cta):not([href="#price"]) { display: none; }
  nav { gap: 16px; }
  nav > a[href="#price"] { padding: 8px 2px; font-size: 13px; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 600px; }
  .hero-frame { left: 0; }
  .future-story { grid-template-columns: 1fr; gap: 60px; }
  .future-media { min-height: 600px; }
  .trial-flow { grid-template-columns: repeat(2,1fr); }
  .trial-flow article:nth-child(2) { border-right:0; }
  .trial-flow article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .price-notes { grid-template-columns: 1fr; }
  .audience-layout, .trainer, .process { grid-template-columns: 1fr; }
  .trainer-art { min-height: 530px; }
  .process-heading { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; line-height: 1.78; }
  h2 { font-size: clamp(2.15rem,10vw,3rem); }
  .preview-bar { padding: 5px 12px; font-size: 12px; letter-spacing: .06em; }
  .site-header { height: 68px; padding: 0 16px; }
  .site-header.is-scrolled { height: 62px; }
  .logo { gap: 9px; }.logo-mark { width: 46px; height: 38px; }.logo-type strong { font-size: 15px; letter-spacing: .15em; }.logo-type small { display: none; }
  .nav-cta { min-height: 40px; padding: 9px 14px; font-size: 12px; }.nav-cta .arrow { display:none; }
  .hero { min-height: auto; padding: 48px 18px 68px; gap: 30px; }
  .hero::before { width:340px;height:340px;left:-230px;bottom:-170px; }
  .hero .eyebrow { margin-bottom:14px;font-size:13px;line-height:1.65;letter-spacing:.08em;font-weight:800; }
  .hero h1 { margin-bottom:20px; font-size: clamp(2.75rem,12.5vw,3.7rem); line-height:1.2; }
  .hero-lead { font-size:15px; line-height:1.88; }
  .hero-actions { margin-top:26px; grid-template-columns:1fr; }.button { min-height:56px; justify-content: space-between; }.button-ghost { justify-content: center; }.hero-choice { min-height:72px; }
  .hero-assurance { margin-top:23px; display: grid; gap: 7px; font-size:13px; }
  .hero-choice small { font-size:13px; }
  .hero-visual { min-height: 430px; }.hero-frame { inset: 0; border-radius: 0 52px 0 0; }.hero-frame img { transform:scale(1.02); }.floating-experience { left: -5px; bottom: -8px; padding:16px 18px; }.floating-experience strong { font-size:33px; }.floating-experience > span { font-size:13px; }.floating-location { display:none; }.hero-future-line { display:none; }.scroll-cue { display:none; }
  .future-story { min-height:auto; padding: 82px 20px 88px; gap: 50px; }
  .future-media { min-height: min(128vw,510px); }.future-media-placeholder > p { left:22px;top:22px; }.future-media-caption { left:22px;right:22px;bottom:23px;display:grid; }.future-media-caption strong { text-align:left;font-size:14px; }.future-word-cloud span:nth-child(1) { left:8%;top:24%; }.future-word-cloud span:nth-child(2) { right:7%;top:44%; }.future-word-cloud span:nth-child(3) { left:10%;bottom:29%; }.future-word-cloud span:nth-child(4) { right:8%;bottom:17%; }
  .future-copy h2 { font-size:clamp(2.25rem,10vw,3.15rem); }
  .section { padding: 82px 20px; }
  .section-intro { margin-bottom:42px; }.section-intro > p:last-child { font-size:14px; }
  .swipe-hint { display:none; }
  .route-grid { display:grid; grid-template-columns:1fr; gap:14px; margin:0; padding:0; overflow:visible; perspective:none; }
  .postpartum-grid, .value-grid, .plan-grid, .price-notes, .practical { grid-template-columns: 1fr; }
  .route-card { min-height: 440px; padding: 32px 26px; transform:none; }.route-content { width: 78%; }.route-card img { width: 72%; height: 51%; right:-9%; }.route-card:hover { box-shadow:none; }
  .audience { padding: 82px 20px; }.adult-section::after { display:none; }.audience-title { margin-bottom: 42px; }
  .needs-panel { padding: 30px 24px; }.method-stack article { padding: 28px 25px; }
  .postpartum-grid article { min-height: 240px; padding:30px 26px; }.postpartum-grid h3 { margin-top:30px; }.postpartum-safety { grid-template-columns: 1fr; gap: 7px; }.family-consultation { grid-template-columns:1fr; gap:8px; padding:22px 24px; }
  .section-intro.split { grid-template-columns: 1fr; gap: 12px; }.value-grid article { min-height: 270px; padding:34px 28px; }.value-grid h3 { margin-top: 32px; }
  .trainer { margin: 0; }.trainer-art { min-height: 340px; }.trainer-monogram { width:190px;height:190px; }.trainer-monogram span { font-size:96px; }.trainer-monogram i { bottom:25px; }.ring-one { width:290px;height:290px; }.ring-two { width:410px;height:410px; }.trainer-copy { padding: 48px 22px; }.trust-stats { grid-template-columns: 1fr; }.trust-stats > div { display:flex; align-items:center; justify-content:space-between; }.evidence-note { font-size:13px; }
  .trial-card { grid-template-columns: 1fr 1fr; padding: 28px 24px; }.trial-heading { grid-column:1/-1; }.trial-card > p { grid-column:1/-1; }.trial-price { padding-left: 15px; }
  .trial-flow { grid-template-columns:1fr; }.trial-flow article { min-height:0;border-right:0;border-bottom:1px solid var(--line); }.trial-flow article:last-child { border-bottom:0; }
  .trial-followup { grid-template-columns:1fr; gap:7px; padding:22px 24px; }
  .plan-card { padding: 32px 24px; }.price-notes > div { grid-template-columns:1fr; gap:7px; }
  .process { padding: 82px 20px; gap:40px; }.steps li { min-height:125px;grid-template-columns:52px 1fr; }
  .practical-card { min-height:280px; padding:34px 27px; }
  .contact { min-height:580px; padding:82px 20px; }.contact h2 { font-size:clamp(2.35rem,11vw,3.6rem); }.contact-flow { width:540px;height:290px; transform:scale(.78); }.line-button { grid-template-columns:1fr auto; }.line-button small { display:none; }
  .mobile-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom:max(12px,env(safe-area-inset-bottom)); min-height: 56px; padding: 12px 20px; display: flex; justify-content: space-between; align-items:center; color:#fff; background:var(--sage-deep); box-shadow:0 15px 35px rgba(16,45,40,.3); font-weight:800; }
  footer { padding:52px 20px 104px; grid-template-columns:1fr; gap:25px; }.copyright { align-self:auto; }
}

@media (max-width: 420px) {
  .logo-type small { display:none; }
  .hero h1 { font-size: clamp(2.25rem,10vw,2.5rem); }
  .hero h1 em { font-size: .72em; }
  .route-card { min-height:430px; }.route-content { width: 100%; }.route-card img { opacity:.68; }
  .future-media { min-height:470px; }
  .trial-card { grid-template-columns:1fr; }.trial-heading,.trial-card>p { grid-column:auto; }.trial-price { border-left:0; padding-left:0; }
  .plan-row { gap:10px; }.plan-row strong { font-size:21px; }
}

@media (hover: none) {
  .route-card::after, .plan-card::after { display:none; }
  .route-card:hover img, .postpartum-grid article:hover, .value-grid article:hover, .method-stack article:hover, .button:hover { transform:none; }
  .value-grid article:hover { background:var(--paper);color:var(--ink); }.value-grid article:hover p { color:var(--muted); }.value-grid article:hover .value-icon { color:var(--sage-deep);border-color:var(--sage); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .motion-ready [data-reveal] { opacity:1; transform:none; }
}
