/* Soft studio: a mobile-first system of pastel surfaces and open reading layouts. */
:root{--canvas:#fffdfb;--ink:#51465f;--body:#696174;--muted:#82768e;--lavender:#eae3f6;--rose:#f8e5e8;--beige:#f3e9df;--peach:#f8eadc;--line:#e6dfeb;--accent:#b394ce;--accent-hover:#a482c1;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;padding-top:73px;background:var(--canvas);color:var(--body);font:400 14px/1.8 var(--sans);-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer;color:inherit}
img{display:block;max-width:100%}
h1,h2,h3,p{overflow-wrap:break-word}
h1,h2,h3{color:var(--ink)}
p{margin:0 0 18px}
::selection{background:var(--lavender);color:var(--ink)}
:focus-visible{outline:2px solid #9274ae;outline-offset:5px}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.icon{width:22px;height:22px;flex:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:30;background:var(--canvas);border-bottom:1px solid var(--line)}
.header-main{display:flex;align-items:center;justify-content:space-between;min-height:72px}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--lavender);border-radius:12px;color:var(--ink)}
.brand-mark .icon{width:25px;height:25px}
.brand-name{display:block;font:600 20px/1.1 var(--serif);letter-spacing:.065em;color:var(--ink)}
.brand-tagline{display:block;font-size:8px;line-height:1.5;margin-top:4px;color:var(--muted)}
.secondary-nav{display:none}
.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent}
.menu-toggle span{width:17px;height:1px;background:var(--ink)}
.drawer-backdrop{position:fixed;inset:0;z-index:39;background:#51465f40;border:0;visibility:hidden;opacity:0;transition:opacity .2s,visibility .2s}
.menu-open .drawer-backdrop{visibility:visible;opacity:1}
.mobile-menu{position:fixed;inset:0 0 0 auto;z-index:40;width:min(380px,92%);height:100dvh;overflow-y:auto;padding:26px;background:var(--canvas);display:flex;flex-direction:column;gap:4px;transform:translateX(100%);visibility:hidden;transition:transform .25s,visibility .25s}
.mobile-menu.open{transform:none;visibility:visible}
.drawer-heading{display:flex;justify-content:space-between;align-items:center;font-size:22px;font-weight:500;color:var(--ink)}
.drawer-close{width:44px;height:44px;background:var(--lavender);border:0;border-radius:50%;font-size:27px}
.drawer-label{font-size:9px;letter-spacing:.13em;margin:24px 0 8px;color:var(--muted)}
.drawer-page,.drawer-section{padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}
.drawer-page.current{font-weight:600}
.page-back{padding-block:18px 0}
.page-back a{display:inline-flex;align-items:center;gap:10px;font-size:11px}
.page-back .icon{width:16px;height:16px;transform:rotate(180deg)}
.hero{width:min(1280px,calc(100% - 24px));margin:18px auto 0;display:flex;flex-direction:column;background:#fff;border-radius:24px;padding:26px 20px 20px;gap:20px}
.hero.channeling{background:#fff}
.hero.support{background:#fff}
.hero.meditations{background:#fff}
.hero-copy{display:contents}
.eyebrow{display:block;font-size:9px;letter-spacing:.12em;font-weight:600;line-height:1.6;color:var(--muted)}
.hero .eyebrow{order:0}
.hero h1{order:1;font:500 clamp(32px,8.5vw,43px)/1.14 var(--sans);letter-spacing:-.055em;margin:0}
.hero h1 em{font-family:var(--serif);font-size:1.08em;font-weight:500;letter-spacing:-.04em}
.hero-continuation,.hero-subtitle{order:2;font-size:17px;line-height:1.55;color:var(--ink);margin:0}
.hero.homeHero .hero-continuation{margin-top:-8px}
.hero-visual{order:3;position:relative;min-width:0;height:285px;border-radius:16px;overflow:hidden;background:var(--canvas)}
.hero-visual img{height:100%;width:100%;object-fit:cover;object-position:center 30%}
.photo-demo-label{position:absolute;bottom:12px;left:12px;padding:4px 9px;background:var(--canvas);border-radius:6px;font-size:8px;letter-spacing:.06em;color:var(--muted)}
.hero-description{order:4}
.hero-description p{font-size:13px;line-height:1.8;margin:0}
.hero-actions{order:5;display:flex;flex-direction:column;gap:10px}
.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;width:fit-content;max-width:100%;align-self:flex-start;justify-self:start;padding:10px 18px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:600;line-height:1.6;text-align:center;transition:background .2s,transform .2s}
.btn-primary{background:var(--accent);color:#30203c}
.btn-secondary{background:var(--canvas);border-color:var(--line);color:var(--ink)}
.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px)}
.btn-secondary:hover{background:var(--lavender);transform:translateY(-2px)}
.btn-primary .icon,.btn-secondary .icon{width:17px;height:17px}
.fact-row{order:6;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px;padding:20px 0 3px;border-top:1px solid #ffffffb3}
.fact{display:flex;align-items:center;gap:10px;font-size:11px;line-height:1.5;color:var(--ink)}
.fact .icon{width:23px;height:23px}
.hero-paths{padding:18px 0 0}
.pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.pill{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:500;line-height:1.5;padding:14px 12px;border:1px solid var(--line);border-radius:12px;background:var(--canvas);transition:background .2s}
.pill:hover{background:var(--lavender)}
.pill .icon{width:21px;height:21px}
.hero-story{display:grid;gap:20px;padding:32px 4px 4px}
.hero-story p{margin:0;font-size:14px;line-height:1.9}
.page-main{padding-bottom:20px}
.section{padding:56px 0;scroll-margin-top:0}
.section-heading{margin-bottom:28px;max-width:790px}
.section-heading h2{font:500 clamp(27px,7.5vw,36px)/1.25 var(--sans);letter-spacing:-.04em;margin:0}
.section-heading span{display:block;margin-top:13px;font-size:11px;letter-spacing:.035em;color:var(--muted)}
.section-intro{font-size:14px;max-width:66ch;margin-bottom:30px}
.strong-intro{color:var(--ink)}
.card-grid,.benefit-grid{display:grid;gap:16px;counter-reset:items}
.soft-card{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:14px;min-width:0;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--canvas);box-shadow:0 6px 18px #51465f06}
.card-icon{width:38px;height:38px;padding:8px;background:var(--lavender);border-radius:12px;grid-row:1 / span 3;color:var(--ink)}
.soft-card:nth-child(3n+2) .card-icon{background:var(--rose)}
.soft-card:nth-child(3n) .card-icon{background:var(--beige)}
.soft-card h3{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.02em;grid-column:2;margin:0 0 8px}
.soft-card p,.soft-card small{grid-column:2;font-size:12px;line-height:1.75;margin:0}
.soft-card small{color:var(--muted);margin-top:7px}
.soft-card:not(:has(.card-icon)){counter-increment:items}
.soft-card:not(:has(.card-icon)):before{content:counter(items,decimal-leading-zero);font-size:15px;color:var(--muted);grid-row:1 / span 3}
.note-bar{display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px 14px;padding:22px;margin-top:26px;border-radius:16px;background:#fff}
.note-bar p{font-size:12px;margin:0}
.note-bar .text-arrow{grid-column:2;justify-self:start}
.text-arrow,.text-link{border:0;background:transparent;display:inline-flex;align-items:center;gap:10px;padding:0;font-size:12px;font-weight:600;color:var(--ink);text-align:left}
.text-arrow .icon{width:17px;height:17px}
.service-grid{display:grid;gap:16px;counter-reset:service}
.service-card{counter-increment:service;display:grid;grid-template-columns:minmax(0,1fr) 105px;gap:16px;align-items:center;padding:22px;border-radius:20px;background:#fff;transition:transform .25s}
.service-card:nth-child(2){background:#fff}
.service-card:nth-child(3){background:#fff}
.service-card:nth-child(4){background:#fff}
.service-card:hover{transform:translateY(-4px)}
.service-image{grid-column:2;grid-row:1;height:170px;border-radius:12px;overflow:hidden}
.service-image img{width:100%;height:100%;object-fit:cover;object-position:60% 30%;transition:transform .5s}
.service-card:hover img{transform:scale(1.035)}
.service-card>div:last-child{grid-row:1;grid-column:1;min-width:0}
.service-card>div:last-child:before{content:counter(service,decimal-leading-zero);display:block;font-size:10px;color:var(--muted);margin-bottom:18px}
.service-card h3{font-size:19px;line-height:1.25;letter-spacing:-.035em;font-weight:500;margin:0 0 13px}
.service-card p{font-size:11px;line-height:1.7;margin:0 0 17px}
.inline-link{display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:600}
.inline-link .icon{width:15px;height:15px}
.offer-card{display:grid;background:#fff;border-radius:24px;overflow:hidden}
.offer-image{height:240px}
.offer-image img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.free-offer .offer-image{height:320px;background:#f6f0f7}
.free-offer .offer-image img{object-fit:cover;object-position:center 12%}
@media(min-width:1000px){.free-offer .offer-image{height:380px}}
.hero.meditationsHero .hero-visual{height:310px;background:#fff}
.hero.meditationsHero .hero-visual img{object-fit:cover;object-position:center 3%}
@media(min-width:1000px){.hero.meditationsHero .hero-visual{height:500px}}
.hero.support .hero-visual{height:400px;background:#f6f0f7}
.hero.support .hero-visual img{object-fit:contain;object-position:center center}
.service-card:nth-child(3) .service-image{height:300px;background:#f6f0f7}
.service-card:nth-child(3) .service-image img{object-fit:contain;object-position:center center}
@media(min-width:1000px){.hero.support .hero-visual{height:520px}.service-card:nth-child(3) .service-image{height:340px}}
.hero.channeling .hero-visual{height:400px;background:#f6f0f7}
.hero.channeling .hero-visual img{object-fit:cover;object-position:center top}
.service-card:nth-child(2) .service-image{height:170px;background:#f6f0f7}
.service-card:nth-child(2) .service-image img{object-fit:cover;object-position:center 8%}
@media(min-width:600px){.service-card:nth-child(2) .service-image{height:240px}}
@media(min-width:1000px){.hero.channeling .hero-visual{height:520px}.service-card:nth-child(2) .service-image{height:260px}}

/* Keep the personal-session portrait framed around Yana and her laptop. */
.hero.support .hero-visual{height:400px}
.hero.support .hero-visual img{object-fit:cover;object-position:center 26%}
.service-card:nth-child(3) .service-image{height:170px}
.service-card:nth-child(3) .service-image img{object-fit:cover;object-position:center 32%}
/* The home meditation card uses the recording photo from the meditation page. */
.service-card:nth-child(4) .service-image{height:170px}
.service-card:nth-child(4) .service-image img{object-fit:cover;object-position:center 12%}
@media(min-width:600px){.service-card:nth-child(3) .service-image,.service-card:nth-child(4) .service-image{height:240px}}
@media(min-width:1000px){.hero.support .hero-visual{height:520px}.service-card:nth-child(3) .service-image,.service-card:nth-child(4) .service-image{height:260px}}
.channeling-session-visual{width:min(100%,440px);height:auto;aspect-ratio:3/4;justify-self:center}
.channeling-session-visual img{object-fit:cover;object-position:center top}
.hero.meditationsHero .hero-visual{height:400px}
@media(min-width:1000px){.hero.meditationsHero .hero-visual{height:520px}}
.hero.regressionHero .hero-visual{height:400px}
.hero.regressionHero .hero-visual img{object-fit:cover;object-position:center 10%}
.service-card:nth-child(1) .service-image{background:#f6f0f7}
.service-card:nth-child(1) .service-image img{object-fit:cover;object-position:center 10%}
@media(min-width:1000px){.hero.regressionHero .hero-visual{height:520px}}
.offer-copy{padding:28px 24px}
.badge{display:inline-block;background:var(--canvas);padding:5px 11px;border-radius:999px;font-size:9px;font-weight:500;letter-spacing:.06em;color:var(--ink)}
.offer-copy h2{font-size:28px;line-height:1.25;font-weight:500;letter-spacing:-.04em;margin:18px 0}
.offer-copy p{font-size:13px}
.offer-copy .note-bar{background:#ffffff80;padding:18px}
.about-section{display:grid;gap:30px}
.about-photo{position:relative;height:360px;border-radius:20px;overflow:hidden}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.about-copy h3{font:500 35px/1.2 var(--serif);margin:0 0 20px}
.about-copy p{font-size:13px}
.about-copy blockquote{font:500 italic 27px/1.4 var(--serif);color:var(--ink);margin:28px 0 0;padding:25px;border-radius:16px;background:#fff}
.empty-state{border-block:1px solid var(--line);padding:28px 0;max-width:730px;color:var(--muted);font-size:15px}
.timeline{display:grid;gap:0}
.timeline-item{display:flex;gap:18px;padding-bottom:30px;position:relative}
.timeline-item:not(:last-child):before{content:'';position:absolute;top:48px;bottom:9px;left:20px;width:1px;background:var(--line)}
.step-number{width:42px;height:42px;display:grid;place-items:center;flex:none;background:var(--lavender);border-radius:50%;font-size:13px;color:var(--ink)}
.timeline-item:nth-child(3n+2) .step-number{background:var(--rose)}
.timeline-item:nth-child(3n) .step-number{background:var(--beige)}
.timeline-item h3{font-size:17px;font-weight:500;line-height:1.5;margin:7px 0 10px;letter-spacing:-.02em}
.timeline-item p{font-size:13px;margin:0}
.split-content{display:grid;gap:25px}
.content-visual{height:300px;border-radius:18px;overflow:hidden}
.content-visual img,.complex-visual img{width:100%;height:100%;object-fit:cover}
.split-content p{font-size:13px}
.feature-note{background:#fff;padding:26px;border-radius:18px;margin-top:25px}
.feature-note h3{font-size:19px;font-weight:500;margin:0 0 12px}
.feature-note p{font-size:13px;margin:0}
.pricing-grid{display:grid;gap:18px}
.price-card{display:flex;flex-direction:column;align-items:flex-start;padding:28px;min-width:0;background:#fff;border-radius:20px}
.price-card:nth-child(2){background:#fff}
.price-card h3{font-size:25px;font-weight:500;line-height:1.25;letter-spacing:-.035em;margin:17px 0}
.price-card p{font-size:13px}
.price-card ul,.price-panel ul{padding-left:18px;font-size:12px;line-height:2;margin:4px 0 22px}
.price{font-size:clamp(27px,7vw,36px);font-weight:500;letter-spacing:-.055em;line-height:1.3;color:var(--ink);display:block;margin:18px 0}
.price-card .price{margin-top:auto;padding-top:12px}
.price-card .btn-primary{margin-top:7px}
.complex-card{display:grid;gap:25px;background:#fff;padding:28px;border-radius:20px;margin-top:22px}
.complex-card h3{font-size:26px;line-height:1.3;font-weight:500;letter-spacing:-.035em;margin:16px 0}
.complex-card p{font-size:13px}
.included{padding-block:16px;border-block:1px solid #ffffffb3;font-size:11px!important}
.included span{padding-inline:4px}
.complex-visual{height:240px;border-radius:14px;overflow:hidden}
.spotlight-card{display:grid;gap:20px;background:#fff;padding:28px;border-radius:20px;margin-top:30px}
.spotlight-card h2{font-size:26px;font-weight:500;letter-spacing:-.03em;line-height:1.25;margin:15px 0}
.spotlight-card p{font-size:13px}
.spotlight-card .price{margin-bottom:0}
.spotlight-card .btn-secondary{justify-self:start}
.accordion details{border-bottom:1px solid var(--line)}
.accordion details:first-child{border-top:1px solid var(--line)}
.accordion summary{display:flex;align-items:center;justify-content:space-between;gap:18px;list-style:none;min-height:76px;padding:20px 0;font-size:16px;line-height:1.6;font-weight:500;color:var(--ink);cursor:pointer}
.accordion summary::-webkit-details-marker{display:none}
.accordion summary span{width:30px;height:30px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--lavender);transition:transform .2s}
.accordion details[open]{background:var(--lavender);padding-inline:18px;border-radius:12px}
.accordion details[open] summary span{transform:rotate(45deg)}
.accordion p{font-size:13px;padding-bottom:15px}
.application-section{display:grid;gap:30px}
.price-panel{padding:30px;background:#fff;border-radius:20px;align-self:start}
.application-panel{min-width:0}
.application-panel h2{font-size:27px;line-height:1.3;font-weight:500;letter-spacing:-.035em;margin:0 0 28px}
.application-panel form{display:grid;gap:20px}
.application-panel label{display:grid;gap:10px;font-size:12px;color:var(--ink)}
.application-panel input,.application-panel textarea{width:100%;padding:14px 16px;font-size:16px;border:1px solid var(--line);border-radius:12px;background:var(--canvas);color:var(--ink)}
.application-panel textarea{resize:vertical;min-height:140px}
.application-panel p{font-size:12px;margin:0}
.application-panel small{font-size:10px;line-height:1.7;color:var(--muted)}
.form-state{padding:13px;background:var(--lavender);border-radius:10px}
.individual-card{padding:28px;border:1px solid var(--line);border-radius:24px}
.individual-card .badge{background:var(--lavender)}
.individual-card h2{font-size:29px;line-height:1.25;font-weight:500;letter-spacing:-.035em;margin:22px 0}
.individual-copy p{font-size:13px}
.benefit-grid{margin-top:30px}
.audio-placeholder{display:flex;gap:12px;align-items:center;padding:16px;background:var(--canvas);border-radius:14px;margin:22px 0;font-size:10px}
.audio-placeholder .icon{width:40px;height:40px;background:var(--lavender);border-radius:50%;padding:11px}
.centered-action{margin-top:26px}
.final-cta{display:grid;grid-template-columns:1fr;gap:0;border-radius:24px;overflow:hidden;background:#fff;margin-top:24px}
.cta-image{height:210px}
.cta-image img{width:100%;height:100%;object-fit:cover;object-position:66% 30%}
.cta-copy{padding:30px 26px}
.cta-copy h2{font-size:28px;line-height:1.3;font-weight:500;letter-spacing:-.035em;margin:0 0 18px}
.cta-copy p{font-size:13px}
.cta-copy .btn-primary{margin-top:8px}
.footer{background:#fff;margin-top:50px;padding:40px 0 20px}
.footer-inner{display:grid;grid-template-columns:1fr 1fr;gap:28px 22px}
.footer-brand{grid-column:1/-1}
.footer-brand .brand-mark{background:var(--canvas)}
.footer-brand p{font:500 italic 21px var(--serif);margin:20px 0 0}
.footer-links,.footer-social{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:11px}
.footer-links strong,.footer-social strong{font-size:10px;font-weight:600;margin-bottom:5px}
.footer-links .text-link{font-size:11px;font-weight:400}
.social-row{display:flex;gap:9px}
.social-row a,.social-row button{width:38px;height:38px;background:var(--canvas);border:0;border-radius:50%;display:grid;place-items:center}
.social-row .icon{width:18px;height:18px}
.footer-bottom{padding-top:22px;margin-top:28px;border-top:1px solid #ffffffb3;font-size:9px;letter-spacing:.1em}
.toast{position:fixed;left:50%;bottom:20px;z-index:100;transform:translate(-50%,12px);max-width:calc(100% - 32px);width:max-content;padding:16px 22px;background:var(--lavender);color:var(--ink);border:1px solid #c5b3d5;border-radius:14px;font-size:13px;box-shadow:0 8px 30px #51465f14;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}
.toast.visible{opacity:1;transform:translate(-50%,0)}
.section-reveal.is-visible{animation:arrive .55s ease both}
@keyframes arrive{from{opacity:.6;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(min-width:600px){
 .shell{width:min(1180px,calc(100% - 64px))}
 .hero{width:min(1280px,calc(100% - 40px));padding:38px;gap:25px}
 .hero-visual{height:400px}
 .hero-actions{flex-direction:row;flex-wrap:wrap}
 .pills{grid-template-columns:repeat(4,minmax(0,1fr))}
 .pill{flex-direction:column;justify-content:center;text-align:center;padding:16px}
 .hero-story{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px;padding-top:40px}
 .hero-story:has(p:only-child){grid-template-columns:1fr}
 .hero-story p:only-child{max-width:85ch;margin-inline:auto}
 .card-grid,.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
 .service-card{grid-template-columns:minmax(0,1fr) 38%;padding:30px}
 .service-image{height:240px}
 .service-card h3{font-size:29px}
 .service-card p{font-size:13px}
 .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .price-card{padding:34px}
 .spotlight-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px}
 .individual-card{padding:40px}
 .offer-copy{padding:36px}
 .footer-inner{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:1000px){
 .site-header{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-inline:max(32px,calc((100% - 1180px)/2))}
 .header-main.shell{width:auto;margin:0;min-height:88px}
 .brand-name{font-size:24px}
 .brand-tagline{font-size:9px}
 .secondary-nav.shell{display:flex;align-items:center;gap:24px;width:auto;margin:0;font-size:12px}
 .secondary-nav a{padding:12px 0;border-bottom:2px solid transparent}
 .secondary-nav a:hover,.secondary-nav a[aria-current]{border-color:var(--accent)}
 .menu-toggle{display:none}
 .hero{display:grid;grid-template-columns:1.2fr .8fr;gap:30px 56px;padding:48px;margin-top:30px;align-items:center;border-radius:30px}
 .hero-copy{display:block;min-width:0}
 .hero .eyebrow{margin-bottom:25px}
 .hero h1{font-size:clamp(43px,4.3vw,61px);line-height:1.12;margin:0 0 23px}
 .hero h1 em{font-size:1.3em}
 .hero-continuation,.hero-subtitle{font-size:20px;line-height:1.6;margin-bottom:22px;max-width:43ch}
 .hero.homeHero .hero-continuation{margin-top:-23px}
 .hero-description p{font-size:13px;max-width:65ch}
 .hero-actions{margin-top:28px}
 .hero-visual{order:0;height:490px;align-self:stretch;min-height:100%;border-radius:20px}
 .hero.homeHero .hero-visual{height:560px}
 .fact-row{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:26px}
 .fact{justify-content:center}
 .hero-paths{padding-top:20px}
 .pill{flex-direction:row;padding:18px;font-size:12px}
 .hero-story{padding-block:45px 5px;gap:50px}
 .section{padding:80px 0}
 .section-heading{margin-bottom:35px}
 .section-heading h2{font-size:40px;line-height:1.25}
 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
 .soft-card{padding:27px}
 .soft-card h3{font-size:18px}
 .note-bar{grid-template-columns:24px minmax(0,1fr) auto;align-items:center;padding:28px 32px;gap:24px}
 .note-bar .text-arrow{grid-column:3;grid-row:1}
 .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
 .service-card{padding:32px;gap:25px}
 .service-card h3{font-size:27px}
 .service-image{height:260px}
 .offer-card{grid-template-columns:.8fr 1.2fr;padding:30px;gap:20px;align-items:center}
 .offer-image{height:380px;border-radius:17px;overflow:hidden}
 .offer-copy{padding:28px 35px}
 .offer-copy h2{font-size:38px}
 .offer-copy .note-bar{grid-template-columns:24px minmax(0,1fr);gap:14px}
 .about-section{grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}
 .about-photo{height:520px}
 .about-copy h3{font-size:43px}
 .about-copy p{font-size:14px}
 .about-copy blockquote{font-size:29px}
 .timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 50px}
 .timeline-item:before{display:none}
 .timeline-item h3{font-size:19px}
 .split-content{grid-template-columns:.85fr 1.15fr;align-items:center;gap:50px}
 .content-visual{height:390px}
 .split-content p{font-size:14px}
 .feature-note{padding:32px;margin-top:35px}
 .feature-note p{max-width:90ch}
 .pricing-grid{gap:25px}
 .price-card{padding:40px}
 .price-card h3{font-size:30px}
 .price-card .price{font-size:38px}
 .price-card .btn-primary{width:fit-content}
 .complex-card{grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;padding:40px}
 .complex-card h3{font-size:32px}
 .complex-visual{height:360px}
 .spotlight-card{padding:36px}
 .spotlight-card h2{font-size:31px}
 .accordion summary{font-size:19px;min-height:82px}
 .application-section{grid-template-columns:.85fr 1.15fr;gap:65px}
 .price-panel{padding:40px}
 .application-panel h2{font-size:34px}
 .individual-card{padding:48px}
 .individual-card h2{font-size:38px;max-width:28ch}
 .individual-copy{max-width:90ch;columns:2;column-gap:40px}
 .individual-copy p{break-inside:avoid}
 .final-cta{grid-template-columns:.65fr 1.35fr;align-items:center}
 .cta-image{height:350px}
 .cta-copy{padding:45px}
 .cta-copy h2{font-size:36px}
 .footer{padding-top:50px}
 .footer-inner{grid-template-columns:1.4fr 1fr 1.2fr .7fr;gap:35px}
 .footer-brand{grid-column:auto}
}
@media(max-width:359px){
 .shell{width:calc(100% - 32px)}
 .hero{padding:23px 18px 18px}
 .hero h1{font-size:30px}
 .service-card{padding:20px;grid-template-columns:minmax(0,1fr);gap:20px}
 .service-card>div:last-child{grid-column:1;grid-row:2}
 .service-card h3{font-size:17px}
 .service-image{grid-column:1;grid-row:1;height:180px}
 .pill{font-size:10px;padding:12px 9px;gap:8px}
 .price-card,.complex-card,.individual-card{padding:24px 20px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Distinct card families for needs, benefits, process and the personal programme. */
#requests .soft-card{display:block;background:#fff;border:1px solid var(--line)}
#requests .soft-card:nth-child(3n+2){background:#fff}
#requests .soft-card:nth-child(3n){background:#fff}
#requests .card-icon{background:var(--canvas);margin-bottom:16px;width:42px;height:42px;padding:10px}
#requests .soft-card h3{font-size:16px;font-weight:600}
.tinted .soft-card{background:#fff;border-color:var(--line)}
.tinted .soft-card:nth-child(even){background:#fff}
.tinted .card-icon{background:var(--canvas)}
.included-grid .soft-card{display:block;padding:28px;background:#fff;border:1px solid var(--line);border-radius:22px}
.included-grid .soft-card:nth-child(3n+2){background:#fff}
.included-grid .soft-card:nth-child(3n){background:#fff}
.included-grid .soft-card:not(:has(.card-icon)):before{display:block;margin-bottom:22px;font-size:30px;font-weight:500;line-height:1;color:var(--ink);opacity:.7}
.included-grid .soft-card h3{font-size:18px;font-weight:600;line-height:1.5;margin-bottom:14px}
.included-grid .soft-card p{font-size:13px;line-height:1.8}
.benefit-grid .soft-card{background:#fff;border:1px solid var(--line)}
.benefit-grid .card-icon{background:var(--canvas)}
.timeline{gap:18px}
.timeline-item{padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--canvas)}
.timeline-item:not(:last-child):before{content:none}
@media(min-width:380px) and (max-width:599px){
 #requests .card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 #requests .soft-card{padding:18px 15px}
 #requests .soft-card h3{font-size:14px}
 #requests .soft-card p{font-size:11px}
}
@media(min-width:1000px){.included-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* White content cards throughout; pastel colour belongs to the small accents. */
.hero{border:1px solid var(--line)}
.soft-card{display:block;background:#fff}
.soft-card .card-icon{margin-bottom:16px;grid-row:auto}
.soft-card h3{margin-bottom:10px}
.soft-card:nth-child(3n+1) .card-icon{background:var(--lavender)}
.soft-card:nth-child(3n+2) .card-icon{background:var(--rose)}
.soft-card:nth-child(3n) .card-icon{background:var(--beige)}
#requests .soft-card .card-icon{background:var(--lavender)}
#requests .soft-card:nth-child(3n+2) .card-icon{background:var(--rose)}
#requests .soft-card:nth-child(3n) .card-icon{background:var(--beige)}
.included-grid .soft-card .card-icon{background:var(--lavender)}
.included-grid .soft-card:nth-child(3n+2) .card-icon{background:var(--rose)}
.included-grid .soft-card:nth-child(3n) .card-icon{background:var(--beige)}
.service-card,.offer-card,.note-bar,.feature-note,.price-card,.complex-card,.spotlight-card,.price-panel,.final-cta,.about-copy blockquote{border:1px solid var(--line)}
.hero-story p{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}
.fact-row{border-top-color:var(--line)}
.included{border-block-color:var(--line)}
.footer{border-top:1px solid var(--line)}
.footer-brand .brand-mark{background:var(--lavender)}
.footer-bottom{border-color:var(--line)}
.accordion{display:grid;gap:14px}
.accordion details,.accordion details:first-child{border:1px solid var(--line);border-radius:16px;background:#fff;padding-inline:20px}
.accordion details[open]{background:#fff;border-radius:16px;padding-inline:20px}
.price-card ul,.price-panel ul{list-style:none;padding:0;display:grid;gap:10px;width:100%}
.price-card li,.price-panel li{padding:10px 14px;border:1px solid var(--line);border-radius:10px;font-size:12px;line-height:1.6}
@media(min-width:380px) and (max-width:599px){
 .compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .compact-grid .soft-card{padding:18px 15px}
 .compact-grid .soft-card h3{font-size:14px}
}

/* Selective colour: introductions, offers and the signature method. */
.hero.homeHero,.hero.regression,.hero.regressionHero{background:linear-gradient(125deg,#f6f0fa,#fbf5f0)}
.hero.channeling,.hero.support,.hero.meditations{background:#f8f3fa}
.service-card{background:#f0eaf7}
.service-card:nth-child(2){background:#faecef}
.service-card:nth-child(3){background:#f5eee5}
.service-card:nth-child(4){background:#f2edf8}
.about-copy blockquote{background:#f5edf7;border:0;border-left:3px solid var(--accent)}
.price-card{background:#f2ecf8;border-color:#e1d4ec}
.price-card:nth-child(2){background:#faf0ed;border-color:#ecdeda}
.price-card li,.price-panel li{background:#ffffff90}
.price-panel,.spotlight-card{background:#f1eaf7}
.complex-card{background:#f6eee6}
.individual-card{background:linear-gradient(135deg,#f6eff9,#fcf6f1)}
.feature-note{position:relative;background:linear-gradient(120deg,#eae0f4,#f8e9ed);border:1px solid #d9c7e7;padding:30px;box-shadow:0 14px 40px #71538d0a}
.feature-symbol{width:46px;height:46px;color:#88649f;margin-bottom:20px}
.feature-note h3{font-size:clamp(26px,4vw,36px);line-height:1.25;margin-bottom:18px}
.feature-note p{font-size:15px;line-height:1.85;max-width:78ch}
.free-offer{background:#fff;border:1px solid #d8c5e6;box-shadow:0 12px 45px #77508a10;border-top:4px solid var(--accent)}
.free-offer .badge{background:var(--lavender);color:#674a7c}
.hero.meditationsHero .hero-description p{line-height:1.75}
.hero.meditationsHero .hero-description strong{color:var(--ink);font-weight:600}
.free-offer .audio-preview{margin:12px 0;padding:14px}
.free-offer .preview-heading{gap:10px}
.free-offer .preview-heading>.icon{width:38px;height:38px;padding:11px}
.free-offer .preview-heading strong{font-size:14px}
.free-offer .preview-heading span{font-size:10px;margin-top:2px}
.free-offer .preview-wave{height:28px;margin:8px 0 4px}
.free-offer .audio-preview audio{margin-top:9px}
.free-offer .note-bar.compact{margin-top:10px;padding:11px 13px;gap:8px 10px}
.free-offer .note-bar.compact .icon{width:18px;height:18px}
.free-offer .note-bar.compact p{font-size:10px;line-height:1.5}
@media(max-width:599px){
 .free-offer .offer-image{height:280px}
 .free-offer .offer-copy{padding:18px 18px 20px}
 .free-offer .offer-copy h2{font-size:25px;margin:10px 0}
 .free-offer .offer-copy p{font-size:12px;line-height:1.6;margin-bottom:12px}
}
@media(min-width:600px) and (max-width:999px){.free-offer .offer-image{height:300px}}
.audio-preview{margin:24px 0;padding:22px;border:1px solid #dfd1e9;border-radius:18px;background:linear-gradient(110deg,#f5effa,#fff)}
.preview-heading{display:flex;align-items:center;gap:14px}
.preview-heading>.icon{width:48px;height:48px;padding:15px;border-radius:50%;background:var(--accent);color:#fff;flex:none}
.preview-heading strong,.preview-heading span{display:block}
.preview-heading strong{font-size:16px;color:var(--ink)}
.preview-heading span{font-size:12px;margin-top:5px;color:var(--muted)}
.preview-wave{display:flex;align-items:center;justify-content:space-between;gap:3px;height:48px;margin:15px 0 8px}
.preview-wave i{height:var(--bar);width:4px;border-radius:4px;background:#bfa4d1}
.preview-pending{display:block;font-size:11px;color:var(--muted)}
.audio-preview audio{display:block;width:100%;margin-top:18px}
.reassurance-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:960px;margin-inline:auto}
.reassurance-grid .soft-card{text-align:center;border-radius:22px;border-top:3px solid #d8c6e7;padding:26px 20px}
.reassurance-grid .card-icon{margin-inline:auto}
.reassurance-grid .soft-card h3{font-size:15px;line-height:1.65}
.timeline{grid-template-columns:1fr;max-width:900px;margin-inline:auto;gap:22px}
.timeline-item{padding:24px;isolation:isolate;background:#fff}
.timeline-item:not(:last-child):before{content:'';display:block;position:absolute;left:44px;top:66px;bottom:-47px;width:1px;background:linear-gradient(#c9b1db,#e1d4eb);z-index:-1}
.timeline-item .step-number{box-shadow:0 0 0 7px #fff;position:relative}
@media(max-width:599px){
 .reassurance-grid{gap:14px}
 .reassurance-grid .soft-card{padding:22px 16px}

 .feature-note{padding:26px 23px}
 .audio-preview{padding:18px}
}
@media(max-width:379px){.reassurance-grid{grid-template-columns:1fr}}

/* Centred home actions and warm accents for contact and footer. */
.hero.homeHero .hero-actions{align-items:center;justify-content:center;width:100%}
#requests .note-bar{background:#f8e5e8;border-color:#efd5dc}
.final-cta{background:linear-gradient(125deg,#f0e7f6,#f9eee7);border-color:#e6d9ed}
.final-cta:has(.cta-image img[src*="meditation-still-life"]) .cta-image img{object-position:center center}
.footer{background:#d6c3e7;border-top-color:#c6addb;color:#514060}
.footer .brand-name,.footer .brand-tagline,.footer .text-link,.footer-links strong,.footer-social strong{color:#514060}
.footer-brand .brand-mark,.footer .social-row a,.footer .social-row button{background:#eee3f6;color:#59416c}
.footer-bottom{border-color:#bca2cf;color:#59416c}

/* Open session steps, balanced packages and a distinct personal programme. */
.contact-note{background:#f8e5e8;border-color:#efd5dc;padding:28px}
.contact-note p{font-size:14px;line-height:1.8}
.timeline{gap:0}
.timeline-item{border:0;border-radius:0;background:transparent;padding:0 0 30px;gap:22px}
.timeline-item:not(:last-child):before{left:20px;top:48px;bottom:6px;z-index:0;background:#d8c6e5}
.timeline-item>div{flex:1;min-width:0;padding-bottom:24px;border-bottom:1px solid #ece5f0}
.timeline-item:last-child>div{border-bottom:0;padding-bottom:0}
.timeline-item .step-number{box-shadow:0 0 0 6px var(--canvas);z-index:1}
[data-page="regression"] .pricing-grid{align-items:stretch}
.pricing-grid .complex-card{display:flex;grid-template-columns:none;margin:0;padding:28px;background:#f3eadf;border-color:#e7d9c9;gap:0}
.pricing-grid .complex-card>div{display:flex;flex-direction:column;align-items:flex-start;min-width:0;width:100%}
.pricing-grid .complex-card h3{font-size:25px;margin:17px 0;line-height:1.25}
.pricing-grid .complex-card .price{margin-top:auto;padding-top:12px}
.pricing-grid .complex-card .btn-secondary{margin-top:7px}
.pricing-grid .price-card:nth-child(2){background:#f7e6ed;border-color:#ead2dd}
[data-page="support"] .hero-story{gap:22px}
[data-page="support"] .hero-story p{font-size:16px;line-height:1.9;border:0;border-left:3px solid #b394ce;background:#f5eff9;padding:28px;margin:0}
[data-page="support"] .hero-story p+ p{background:#fbf5ef;border-left-color:#d9c0a7}
[data-page="support"] .hero-story strong{color:#76528e;font-weight:600}
[data-page="support"] .included-grid .soft-card{position:relative;border:1px solid #d9c9e5;border-top:3px solid #b394ce;box-shadow:0 8px 25px #67497a06;padding:28px}
[data-page="support"] .included-grid .soft-card h3{font-size:20px;color:#624575}
[data-page="support"] .included-grid .soft-card p{font-size:14px}
.audience-grid .soft-card{border-radius:12px;border:0;border-left:2px solid #d9c4e5;background:#faf8fc;padding:24px}
.audience-grid .soft-card h3{font-size:16px;line-height:1.65}
.audience-grid .card-icon{width:32px;height:32px;padding:7px}
.tinted .reasons-grid .soft-card{background:#eee5f7;border:0;border-radius:24px}
.tinted .reasons-grid .soft-card:nth-child(even){background:#f8e9ee}
.tinted .reasons-grid .soft-card:last-child{background:#f4ebdf}
.reasons-grid .soft-card h3{font-size:20px;line-height:1.45}
.reasons-grid .soft-card p{font-size:14px}
.final-cta{background:linear-gradient(125deg,#eee3f6,#f7e7ec);border-color:#decee8}
.footer{background:#d6c3e7}
@media(min-width:600px){
 [data-page="regression"] .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .pricing-grid .complex-card{padding:34px}
}
@media(min-width:1000px){
 [data-page="regression"] .pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
 [data-page="regression"] .pricing-grid>.price-card,.pricing-grid .complex-card{padding:28px}
 [data-page="regression"] .pricing-grid h3{font-size:25px}
 [data-page="regression"] .pricing-grid .price{font-size:30px}
 .reasons-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .reasons-grid .soft-card:last-child{grid-column:1/-1}
}

/* Quieter supporting content and compact offers. */
.site-header{background:#d6c3e7;border-bottom-color:#c6addb}
.site-header .brand-mark,.site-header .menu-toggle{background:#eee3f6;color:#59416c}
[data-page="regression"] .hero-story,[data-page="channeling"] .hero-story{margin-top:28px;padding:30px clamp(22px,4vw,48px);background:radial-gradient(ellipse at top right,#e7d8f1,transparent 70%),linear-gradient(110deg,#f8efeb,#eee5f6);border-radius:0;border-block:1px solid #e0d0e8}
[data-page="regression"] .hero-story p,[data-page="channeling"] .hero-story p{border:0;border-radius:0;background:transparent;padding:0;max-width:85ch;font-size:15px}
[data-page="regression"] .section:has(.reassurance-grid){padding-block:28px}
[data-page="regression"] .section:has(.reassurance-grid) .section-heading{margin-bottom:18px}
[data-page="regression"] .section:has(.reassurance-grid) h2{font-size:23px;line-height:1.4}
[data-page="regression"] .reassurance-grid{max-width:none;gap:12px}
[data-page="regression"] .reassurance-grid .soft-card{background:#e4d6ef;border:0;border-radius:14px;padding:18px;text-align:left}
[data-page="regression"] .reassurance-grid .card-icon{width:27px;height:27px;padding:5px;margin:0 0 10px;background:#f4ecfa}
[data-page="regression"] .reassurance-grid .soft-card h3{font-size:12px;line-height:1.65;margin:0;font-weight:400}
.pricing-grid{align-items:start}
[data-page="regression"] .pricing-grid{align-items:start}
.pricing-grid>.price-card,.pricing-grid .complex-card,[data-page="regression"] .pricing-grid>.price-card{padding:24px}
.pricing-grid .price-card h3,.pricing-grid .complex-card h3{font-size:23px;margin:10px 0 14px}
.pricing-grid .price-card ul{display:flex;flex-wrap:wrap;gap:7px 18px;margin:0 0 12px;padding:0}
.pricing-grid .price-card li{border:0;border-radius:0;background:transparent;padding:0;font-size:12px;color:#796387}
.pricing-grid .price-card li+li:before{content:'·';margin-right:12px}
.pricing-grid .price-card .price,.pricing-grid .complex-card .price{margin:8px 0 12px;padding:0;font-size:29px}
.pricing-grid .included{padding-block:10px;margin-block:6px 14px}
[data-page="support"] .application-panel{background:#eee3f6;border:1px solid #d3bcdf;border-radius:24px;padding:clamp(24px,4vw,40px);box-shadow:0 16px 45px #76528e12}
[data-page="support"] .application-panel input,[data-page="support"] .application-panel textarea{background:#fff;border-color:#d4c1e0}
[data-page="support"] .application-panel h2{color:#66447e}
[data-page="support"] .included-grid{grid-template-columns:1fr;gap:12px}
[data-page="support"] .included-grid .soft-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:4px 16px;padding:20px 24px;border-top:1px solid #d9c9e5;border-left:3px solid #b394ce;border-radius:14px;box-shadow:none}
[data-page="support"] .included-grid .card-icon{grid-row:1 / span 2;margin:0;width:36px;height:36px;padding:9px}
[data-page="support"] .included-grid .soft-card h3{font-size:17px;margin:0}
[data-page="support"] .included-grid .soft-card p{font-size:13px;margin:0}
.meditation-themes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.meditation-theme{min-width:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.theme-image{height:150px;overflow:hidden}
.theme-image img{width:100%;height:100%;object-fit:cover;object-position:center top}
.brand .brand-mark{width:38px;height:38px;flex:none;display:block;position:relative;overflow:visible;border-radius:0;background:transparent;color:#76528e}
.brand .brand-monogram{font:600 27px/.9 var(--serif);letter-spacing:-.15em;padding-right:.13em;color:currentColor;white-space:nowrap}
.brand .brand-mark::after{content:"";position:absolute;width:27px;height:9px;left:5px;bottom:2px;border-bottom:1px solid #b99dc9;border-radius:50%;transform:rotate(-12deg);opacity:.8}
.feature-heading{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.feature-heading .brand-mark{width:38px;height:38px;position:relative;display:grid;place-items:center;margin:0;overflow:visible;border-radius:0;background:transparent;color:#76528e}
.feature-heading .brand-monogram{font:600 27px/.9 var(--serif);letter-spacing:-.15em;padding-right:.13em;white-space:nowrap}
.feature-heading .brand-mark::after{content:"";position:absolute;width:27px;height:9px;left:5px;bottom:2px;border-bottom:1px solid #b99dc9;border-radius:50%;transform:rotate(-12deg);opacity:.8}
.feature-heading h3{margin:0;font-size:clamp(24px,4vw,34px);line-height:1.2}
.feature-note .feature-heading+.feature-symbol{display:none}
[data-page="regression"] .feature-note{margin-top:36px;padding:24px 26px 26px;background:linear-gradient(125deg,#fffaf1 0%,#fffdfb 58%,#fbf3f8 100%);border:1px solid #ded0e6;border-left:4px solid #9274aa;border-radius:18px;box-shadow:0 12px 32px #614a7712}
[data-page="regression"] .feature-kicker{display:inline-flex;align-items:center;margin:0 0 10px;padding:5px 10px;border-radius:999px;background:#efe7f4;color:#76528e;font-size:9px;font-weight:700;letter-spacing:.12em;line-height:1.4}
[data-page="regression"] .feature-heading{gap:10px;margin-bottom:10px}
[data-page="regression"] .feature-heading h3{color:#514060}
[data-page="regression"] .feature-note p{font-size:15px;line-height:1.8;color:#5c5264}
[data-page="regression"] .feature-note p strong{color:#67477f;font-weight:700}
.testimonial-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.testimonial-toolbar .section-heading{margin:0}
.testimonial-controls{display:flex;align-items:center;gap:12px;flex:none;color:var(--muted);font-size:11px}
.testimonial-controls button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid #d9c9e2;border-radius:50%;background:#fff;color:#74568a;font:400 27px/1 var(--serif);transition:background .2s,transform .2s;touch-action:manipulation;user-select:none;-webkit-tap-highlight-color:transparent}
.testimonial-controls button:hover:not(:disabled){background:#eee6f4;transform:translateY(-1px)}
.testimonial-controls button:disabled{opacity:.38;cursor:default}
.testimonial-track{display:flex;align-items:flex-start;gap:16px;width:100%;max-width:720px;margin-inline:auto;overflow-x:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-y;outline-offset:4px}
.testimonial-track::-webkit-scrollbar{display:none}
.testimonial-card{flex:0 0 100%;min-width:0;height:auto;box-sizing:border-box;padding:24px 22px 25px;background:#fffdfd;border:1px solid #e1d5e8;border-radius:19px;box-shadow:0 10px 28px #55435e0b;scroll-snap-align:start;scroll-snap-stop:always}
.testimonial-heading{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.testimonial-quote{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eee6f4;color:#806394;font:600 30px/.8 var(--serif)}
.testimonial-category{font-size:10px;font-weight:600;letter-spacing:.07em;color:#806394;text-transform:uppercase}
.testimonial-card blockquote{margin:0;color:#5e5664;font-size:14px;line-height:1.85}
.testimonial-card blockquote p{margin:0 0 13px}
.testimonial-card blockquote p:last-child{margin-bottom:0}
@media(min-width:600px){.testimonial-card{padding:30px 34px}.testimonial-card blockquote{font-size:15px}.testimonial-toolbar{margin-bottom:28px}}
@media(max-width:399px){.testimonial-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.testimonial-toolbar .section-heading{margin:0}.testimonial-controls{align-self:flex-end;margin-top:-4px}}
.footer-brand .brand-mark{background:transparent}
.meditation-theme h3{font-size:15px;line-height:1.5;font-weight:500;margin:0;padding:18px}
.section:has(.meditation-themes) .section-heading{margin-bottom:8px}
.section:has(.meditation-themes) .section-intro{margin-top:0;margin-bottom:16px}
@media(min-width:1000px){
 [data-page="regression"] .reassurance-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
 .meditation-themes{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
 .theme-image{height:210px}
 .meditation-theme h3{font-size:19px;padding:22px}
}
@media(max-width:379px){.meditation-themes{grid-template-columns:1fr}}

/* Equal home actions, tighter information cards and explicit package contents. */
.hero.homeHero .hero-actions{display:grid;grid-template-columns:minmax(0,300px);justify-content:center;justify-items:center}
.hero.homeHero .hero-actions>.btn-primary,.hero.homeHero .hero-actions>.btn-secondary{width:100%;align-self:center;justify-self:center;min-height:46px}
.contact-note,#requests .contact-note{max-width:780px;margin:20px auto 0;padding:17px 20px;gap:10px 14px}
.contact-note p,#requests .contact-note p{font-size:12px;line-height:1.7}
.about-copy blockquote{max-width:640px;padding:18px 22px;margin:22px 0 0;font-size:23px;line-height:1.45}
.needs-grid{gap:12px;align-items:stretch}
.needs-grid .soft-card,#requests .needs-grid .soft-card{padding:16px;border-radius:14px}
.needs-grid .soft-card .card-icon,#requests .needs-grid .soft-card .card-icon{width:30px;height:30px;padding:7px;margin-bottom:10px}
.needs-grid .soft-card h3,#requests .needs-grid .soft-card h3{font-size:14px;line-height:1.5;margin-bottom:0}
.needs-grid .soft-card p{font-size:12px;margin-top:7px}
.package-components{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}
.package-components strong{font-size:16px;line-height:1.4;font-weight:600;color:#654d75}
.package-components span{font-size:16px;padding:0;color:#9876ad;line-height:1}
[data-page="channeling"] .pricing-grid .price-card ul{display:grid;gap:8px;width:100%;margin:0 0 16px}
[data-page="channeling"] .pricing-grid .price-card li{font-size:13px;color:var(--body)}
[data-page="channeling"] .pricing-grid .price-card li:first-child{font-size:22px;font-weight:600;color:#76528e;padding-bottom:10px;border-bottom:1px solid #d9c5e5}
[data-page="channeling"] .pricing-grid .price-card li+li:before{content:none}
@media(min-width:600px){.needs-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}
@media(min-width:1000px){
 .contact-note,#requests .contact-note{grid-template-columns:24px minmax(0,1fr) auto}
 .needs-grid .soft-card,#requests .needs-grid .soft-card{padding:19px}
}

.recording-note{display:flex;align-items:center;gap:14px;max-width:820px;margin:0 0 20px;padding:16px 20px;border-radius:14px;background:#eee5f6;color:#5d4772}
.recording-note .icon{width:25px;height:25px;flex:none;padding:5px;border-radius:50%;background:#d9c7e8}
.recording-note p{margin:0;font-size:13px;line-height:1.65}

.home-requests .section-heading{margin-bottom:8px}

/* Personal support: compact editorial toolkit and a distinct deep-work feature. */
[data-page="support"] .support-toolkit{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 42px;max-width:1120px}
[data-page="support"] .support-toolkit .soft-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:0 16px;align-items:start;padding:22px 0;border:0;border-bottom:1px solid #e3dce8;border-radius:0;background:transparent;box-shadow:none}
[data-page="support"] .support-toolkit .card-icon{grid-row:1 / span 2;margin:0;width:36px;height:36px;padding:9px;background:#eee5f6}
[data-page="support"] .support-toolkit .soft-card h3{margin:1px 0 8px;font-size:17px;line-height:1.45;color:#624575}
[data-page="support"] .support-toolkit .soft-card p{margin:0;font-size:13px;line-height:1.75}
[data-page="support"] .support-transformation{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(24px,4vw,52px);align-items:center}
[data-page="support"] .support-transformation-lead{padding:clamp(26px,4.5vw,46px);border-radius:28px;background:linear-gradient(135deg,#eee5f6 0%,#f8e9ee 58%,#f4ebdf 100%)}
[data-page="support"] .support-transformation-lead .eyebrow{font-size:11px;color:#77548d;letter-spacing:.12em}
[data-page="support"] .support-transformation-lead h3{margin:18px 0;font:500 clamp(28px,4.2vw,43px)/1.25 var(--serif);letter-spacing:-.025em;color:#51405f}
[data-page="support"] .support-transformation-lead p{margin:0;font-size:14px;line-height:1.85;color:#62576b}
[data-page="support"] .support-transformation-points article{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:18px 0;border-bottom:1px solid #ded4e5}
[data-page="support"] .support-transformation-points article:last-child{border-bottom:0}
[data-page="support"] .support-transformation-points article>span{font:500 25px/1 var(--serif);color:#a482c1}
[data-page="support"] .support-transformation-points h4{margin:0 0 6px;font-size:15px;line-height:1.5;color:#624575}
[data-page="support"] .support-transformation-points p{margin:0;font-size:13px;line-height:1.7;color:var(--body)}
@media(max-width:699px){[data-page="support"] .support-toolkit{grid-template-columns:1fr;gap:0}[data-page="support"] .support-toolkit .soft-card{padding:19px 0}[data-page="support"] .support-transformation{grid-template-columns:1fr;gap:16px}[data-page="support"] .support-transformation-lead{padding:25px 22px;border-radius:21px}}
/* Personal support inclusions as compact, animated scan-friendly cards. */
[data-page="support"] .support-toolkit{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:none}
[data-page="support"] .support-toolkit .soft-card{display:flex;flex-direction:column;align-items:flex-start;min-height:168px;padding:18px;border:1px solid #ebe3f0;border-radius:18px;background:#fff;box-shadow:0 5px 18px #684b7908;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
[data-page="support"] .support-toolkit .soft-card:hover{transform:translateY(-4px);border-color:#cfb9df;box-shadow:0 12px 24px #684b7914}
[data-page="support"] .support-toolkit .card-icon{margin:0 0 13px;width:38px;height:38px;padding:10px;border-radius:13px;background:#eee5f6}
[data-page="support"] .support-toolkit .soft-card:nth-child(4n+2) .card-icon{background:#f8e5e8}
[data-page="support"] .support-toolkit .soft-card:nth-child(4n+3) .card-icon{background:#f4ebdf}
[data-page="support"] .support-toolkit .soft-card:nth-child(4n) .card-icon{background:#f2eaf4}
[data-page="support"] .support-toolkit .soft-card h3{margin:0 0 7px;font-size:15px;line-height:1.4;color:#624575}
[data-page="support"] .support-toolkit .soft-card p{margin:0;font-size:12px;line-height:1.6;color:#696174}
@media(max-width:999px){[data-page="support"] .support-toolkit{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
@media(max-width:379px){[data-page="support"] .support-toolkit{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){[data-page="support"] .support-toolkit .soft-card{transition:none}[data-page="support"] .support-toolkit .soft-card:hover{transform:none}}
/* Highlight the full scope of the personal support offer. */
[data-page="support"] .support-inclusion-panel{padding:clamp(24px,4.5vw,48px);border:1px solid #e5d9ed;border-radius:28px;background:linear-gradient(125deg,#f0e9f7 0%,#fbf1f1 55%,#f7efe6 100%);box-shadow:0 16px 45px #76528e0a}
[data-page="support"] .support-inclusion-copy{max-width:1000px;margin:0 auto 30px}
[data-page="support"] .support-inclusion-copy .eyebrow{font-size:11px;letter-spacing:.12em;color:#76528e}
[data-page="support"] .support-inclusion-copy h3{margin:14px 0 14px;font:500 clamp(27px,4.5vw,42px)/1.25 var(--serif);letter-spacing:-.025em;color:#51405f}
[data-page="support"] .support-inclusion-copy p{margin:0;font-size:15px;line-height:1.9;color:#5e5369}
[data-page="support"] .support-inclusion-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
[data-page="support"] .support-inclusion-tool{display:flex;align-items:center;gap:10px;min-height:54px;padding:10px 13px;border:1px solid #fff;background:#ffffffb8;border-radius:14px;color:#624575;transition:transform .2s ease,background-color .2s ease}
[data-page="support"] .support-inclusion-tool:hover{transform:translateY(-2px);background:#fff}
[data-page="support"] .support-inclusion-tool .icon{width:21px;height:21px;flex:none;color:#966eb2}
[data-page="support"] .support-inclusion-tool strong{font-size:12px;line-height:1.45;font-weight:600}
@media(max-width:699px){[data-page="support"] .support-inclusion-panel{padding:24px 18px;border-radius:22px}[data-page="support"] .support-inclusion-copy{margin-bottom:22px}[data-page="support"] .support-inclusion-copy p{font-size:14px;line-height:1.8}[data-page="support"] .support-inclusion-tools{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}[data-page="support"] .support-inclusion-tool{padding:9px 10px;min-height:58px}}
@media(max-width:359px){[data-page="support"] .support-inclusion-tools{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){[data-page="support"] .support-inclusion-tool{transition:none}[data-page="support"] .support-inclusion-tool:hover{transform:none}}
/* Make the scope of four-month support immediately visible. */
[data-page="support"] .support-inclusion-panel{background:linear-gradient(125deg,#e9def4 0%,#f7e5ed 52%,#f4e8da 100%);border-color:#d9c7e7;box-shadow:0 20px 50px #684b7914}
[data-page="support"] .support-inclusion-copy h3{max-width:22ch;font-size:clamp(32px,5vw,48px);color:#5a3f70}
[data-page="support"] .support-inclusion-copy p{font-size:16px;line-height:1.9;color:#53485e}
[data-page="support"] .support-inclusion-tools{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
[data-page="support"] .support-inclusion-tool{min-height:66px;padding:13px 15px;border-color:#ffffffd9;background:#ffffffd9;border-radius:16px;box-shadow:0 5px 15px #664c7510;animation:support-tool-intro .52s cubic-bezier(.2,.7,.25,1) both;animation-delay:calc(var(--tool-index,0)*55ms)}
[data-page="support"] .support-inclusion-tool:nth-child(3n+1){background:#fffefd}
[data-page="support"] .support-inclusion-tool:nth-child(3n+2){background:#fcf6fa}
[data-page="support"] .support-inclusion-tool:nth-child(3n){background:#faf6f0}
[data-page="support"] .support-inclusion-tool .icon{width:24px;height:24px;color:#805c9a}
[data-page="support"] .support-inclusion-tool strong{font-size:13px;color:#5b456b}
[data-page="support"] .support-inclusion-tool:hover{transform:translateY(-4px) scale(1.015);box-shadow:0 12px 24px #684b791b}
@keyframes support-tool-intro{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:699px){[data-page="support"] .support-inclusion-panel{padding:25px 18px}[data-page="support"] .support-inclusion-copy h3{max-width:18ch;font-size:34px}[data-page="support"] .support-inclusion-copy p{font-size:14px;line-height:1.8}[data-page="support"] .support-inclusion-tools{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}[data-page="support"] .support-inclusion-tool{min-height:64px;padding:11px 10px}[data-page="support"] .support-inclusion-tool strong{font-size:12px}}
@media(prefers-reduced-motion:reduce){[data-page="support"] .support-inclusion-tool{animation:none;transition:none}[data-page="support"] .support-inclusion-tool:hover{transform:none}}[data-page="support"] .support-inclusion-copy p+p{margin-top:14px}
[data-page="support"] .support-inclusion-copy strong{padding:1px 5px;border-radius:6px;background:#e9dff2;color:#65437e;font-weight:700;box-decoration-break:clone;-webkit-box-decoration-break:clone}[data-page="support"] .support-inclusion-copy strong{padding:0;border-radius:0;background:none;color:#684583;font-weight:700;text-decoration:underline;text-decoration-color:#cfb4de;text-decoration-thickness:1.5px;text-underline-offset:4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
[data-page="support"] .support-inclusion-copy strong{text-decoration:none;background:none;padding:0;border-radius:0;color:#684583;font-weight:700}

@media(min-width:1000px){body{padding-top:89px}}
