:root {
  --color-bg: #f5f2ec;
  --color-bg-alt: #e9e3ee;
  --color-text: #302f2b;
  --color-text-muted: #66635e;
  --color-primary: #725887;
  --color-primary-dark: #594368;
  --color-border: #d6d1c9;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 5px; }
button { font: inherit; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.1; }
h2 { font-size: clamp(2.3rem, 4.1vw, 3.8rem); letter-spacing: -.045em; }
h2 em { color: var(--color-primary); font-weight: 400; }
h3 { font-size: 1.55rem; letter-spacing: -.025em; }
.container { width: min(1200px, calc(100% - 112px)); margin: 0 auto; }
.section { padding: 72px 0; }
.eyebrow,.chapter { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { margin-bottom: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 16px 30px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 500; line-height: 1.5; transition: background .2s, color .2s; }
.btn-primary { background: var(--color-primary); color: white; }
.btn-primary:hover { background: var(--color-primary-dark); }
.btn-outline { color: white; border-color: #ffffff80; background: #ffffff06; }
.btn-outline:hover { background: #ffffff20; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline: 3px solid #ab86c6; outline-offset: 5px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: white; padding: 14px; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 5; top: 24px; left: 50%; transform: translateX(-50%); width: min(720px, calc(100% - 40px)); display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 10px 18px 10px 12px; border: 1px solid #fff8; border-radius: 6px; background: #f5f2ecf5; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; }
.logo { font-family: var(--font-display); font-size: 17px; letter-spacing: -.04em; }
.site-header nav { display: flex; gap: 22px; font-size: 11px; }
.site-header nav a { text-decoration: none; padding: 10px 0; }
.motion-toggle { font-size: 10px; border: 0; border-left: 1px solid var(--color-border); padding: 12px 0 12px 16px; background: none; cursor: pointer; color: var(--color-text); min-height: 44px; }
.hero { position: relative; display: flex; align-items: center; justify-content: center; min-height: 780px; height: 100svh; max-height: 1100px; overflow: hidden; color: white; text-align: center; background: #253b2d; }
.hero-landscape,.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-landscape { object-position: 50% 50%; }
.hero-shade { background: linear-gradient(180deg, #10241870, #10201870 40%, #101f17c7); }
.hero-copy { position: relative; z-index: 2; padding: 145px 24px 120px; }
.hero .eyebrow { font-size: 10px; letter-spacing: .22em; }
.hero h1 { font-size: clamp(3.5rem, 6.7vw, 6.5rem); letter-spacing: -.055em; line-height: 1.05; }
.hero h1 em { font-weight: 400; color: #e2d3ec; }
.hero-subhead { font-size: 14px; line-height: 1.85; margin-top: 26px; color: #ffffffe0; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 30px 0 17px; }
.hero .btn-primary { color: #342a3a; background: #e7dcee; }
.hero .btn-primary:hover { background: white; }
.hero-session-details { font-size: 10px; letter-spacing: .035em; }
.hero-session-details span { padding: 0 8px; }
.hero-bottom { position: absolute; bottom: 30px; left: 40px; right: 40px; display: flex; justify-content: space-between; gap: 24px; font-size: 9px; letter-spacing: .13em; z-index: 2; }
.hero-bottom a { text-decoration: none; letter-spacing: .02em; }
.breath-lines { position: absolute; inset: 7% 4%; pointer-events: none; }
.breath-lines i { position: absolute; inset: -16% 2%; border: 1px solid #e9e4d93d; border-radius: 50%; transform: rotate(-12deg); }
.breath-lines i:nth-child(2) { inset: -13% 0; transform: rotate(8deg); }
.breath-lines i:nth-child(3) { inset: -18% 4%; transform: rotate(15deg); }
.motion-enabled .breath-lines { animation: breathe 10s ease-in-out infinite alternate; }
@keyframes breathe { from { transform: scale(.95); opacity: .5; } to { transform: scale(1.035); opacity: 1; } }
.intro { text-align: center; padding: 64px 0; }
.intro h2 { font-size: clamp(2.1rem, 3.6vw, 3.2rem); line-height: 1.2; }
.intro p:not(.eyebrow) { max-width: 540px; margin: 24px auto 0; color: var(--color-text-muted); }
.intro-signature { margin-top: 40px; display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--color-primary); font-size: 26px; }
.intro-signature span { width: 55px; height: 1px; background: var(--color-border); }
.experience { background: #e9e5dc; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 50px; }
.section-heading > p { max-width: 370px; font-size: 13px; color: var(--color-text-muted); }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.chapter { display: block; padding-bottom: 14px; border-bottom: 1px solid #c7c2b8; margin-bottom: 18px; }
.ritual-art { height: 260px; margin-bottom: 25px; display: grid; place-items: center; overflow: hidden; }
.art-arrive { background: linear-gradient(150deg,#c5c9b3,#727d66); }
.art-arrive span { width: 140px; height: 180px; border: 1px solid #efeee19c; border-radius: 100px 100px 0 0; box-shadow: 0 0 0 15px #eeeedf13,0 0 0 30px #eeeedf13,0 0 0 45px #eeeedf13; }
.art-breathe { background: radial-gradient(circle at 50% 50%,#e6dcec,#aa96b6 70%); }
.art-breathe span { width: 155px; height: 155px; border-radius: 50%; border: 1px solid #faf4ffac; box-shadow: 0 0 0 17px #f4edfc18,0 0 0 34px #f4edfc18,0 0 0 52px #f4edfc18; }
.art-rest { background: linear-gradient(#b2b6b0 0%,#dfd9ca 49%,#8e9b93 50%,#b7bbb2 100%); }
.art-rest span { width: 90px; height: 90px; border-radius: 50%; background: #e9e4d6a1; box-shadow: 0 0 70px #fbf6d1; transform: translateY(-35px); }
.experience-grid p { margin-top: 16px; font-size: 13px; color: #5c5b55; max-width: 330px; }
.session-notes { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #cbc5bb; margin-top: 48px; padding-top: 23px; font-size: 11px; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.guide-photo img { width: 100%; aspect-ratio: 4/5; height: auto; object-fit: cover; border-radius: 24px; }
.guide-photo figcaption { font-size: 10px; color: var(--color-text-muted); margin-top: 12px; }
.guide-copy h2 { font-size: clamp(2rem,3.4vw,3.2rem); }
.guide-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--color-text-muted); font-size: 14px; }
.guide-copy .guide-name { font-family: var(--font-display); font-size: 24px !important; color: var(--color-text) !important; }
.guide-copy .btn { margin-top: 28px; }
.guide-copy .disclaimer { font-size: 10px !important; line-height: 1.7; }
.pause-section { padding: 100px 24px; text-align: center; background: #ddd4e4; position: relative; overflow: hidden; }
.pause-section h2 { position: relative; font-size: clamp(3rem,6vw,5.5rem); }
.pause-section .eyebrow { position: relative; }
.pause-orbits { position: absolute; width: 550px; height: 550px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; border: 1px solid #84758b30; box-shadow: 0 0 0 30px #84758b08,0 0 0 60px #84758b08,0 0 0 90px #84758b08; }
.testimonial-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.testimonial-track { display: flex; gap: 28px; width: max-content; animation: testimonial-scroll 46s linear infinite; }
.testimonial-track:hover { animation-play-state: paused; }
.testimonial-set { display: flex; gap: 28px; flex-shrink: 0; }
.testimonial-card { width: 380px; flex-shrink: 0; padding: 32px 30px 30px; border: 1px solid var(--color-border); border-radius: 18px; background: #fffcf8; box-shadow: 0 24px 44px -32px #302f2b40; display: flex; flex-direction: column; justify-content: space-between; transition: box-shadow .25s ease; }
.testimonial-card:hover { box-shadow: 0 30px 54px -28px #302f2b4d; }
@keyframes testimonial-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.testimonial-header { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.testimonial-avatar { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); color: white; font-family: var(--font-display); font-size: 15px; letter-spacing: -.02em; object-fit: cover; }
.testimonial-quote { font-family: var(--font-display); font-size: 21px; line-height: 1.5; letter-spacing: -.025em; }
.testimonial-author { color: var(--color-primary-dark); font-size: 15px; font-weight: 500; }
.faq-section { border-top: 1px solid var(--color-border); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-layout > div > p:not(.eyebrow) { margin-top: 25px; max-width: 290px; color: var(--color-text-muted); font-size: 13px; }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-item:first-child { border-top: 1px solid var(--color-border); }
.faq-item summary { list-style: none; position: relative; cursor: pointer; padding: 22px 35px 22px 0; font-size: 13px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 4px; top: 19px; font-size: 20px; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 25px 24px 0; color: var(--color-text-muted); font-size: 13px; }
.booking { text-align: center; background: #e9e3ee; }
.booking h2 { font-size: clamp(3rem,5.5vw,5rem); margin-bottom: 24px; }
.booking > .container > p:not(.eyebrow) { font-size: 12px; }
.price-block { display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 14px; margin: 28px 0 22px; }
.price-original { text-decoration: line-through; font-size: 15px; color: var(--color-text-muted); }
.price-discounted { font-family: var(--font-display); font-size: 36px; }
.price-note { font-size: 11px; color: var(--color-text-muted); }
.price-block.is-expired .price-original { display: none; }
.booking-note { margin-top: 14px; color: var(--color-text-muted); font-size: 10px !important; }
.site-footer { background: #302e32; color: #f5f2ec; padding: 55px 0 25px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-bottom: 45px; }
.footer-top p { font-family: var(--font-display); font-size: 21px; line-height: 1.4; }
.footer-top > a:last-child { font-size: 11px; }
.footer-bottom { border-top: 1px solid #ffffff28; display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; font-size: 10px; color: #d3ccd7; }
.footer-links { display: flex; gap: 22px; }
.sticky-cta-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #f5f2ecf5; border-top: 1px solid var(--color-border); transform: translateY(110%); transition: transform .25s; }
.sticky-cta-bar.is-visible { transform: translateY(0); }
.sticky-cta-bar .btn { width: 100%; }
.thank-you { min-height: 80vh; display: grid; place-items: center; padding: 150px 24px 70px; text-align: center; }
.thank-you-card { max-width: 550px; }
.thank-you h1 { font-size: 60px; margin-bottom: 24px; }
.thank-you p { margin: 18px 0; }
.thank-you-icon { font-size: 36px; color: var(--color-primary); }
body:not(.landing-page) .site-header { display: block; }
@media(max-width: 1000px) {
 .container { width: calc(100% - 64px); }
 .guide-grid { gap: 40px; }
 .faq-layout { gap: 40px; }
 .ritual-art { height: 210px; }
}
@media(max-width: 767px) {
 .container { width: calc(100% - 40px); }
 .section { padding: 48px 0; }
 .site-header { top: 16px; width: calc(100% - 32px); padding: 8px 12px 8px 8px; gap: 8px; }
 .site-header nav { display: none; }
 .brand-mark { width: 36px; height: 36px; }
 .logo { font-size: 16px; }
 .hero { min-height: 740px; max-height: 1000px; }
 .hero-copy { padding: 130px 20px 110px; width: 100%; }
 .hero h1 { font-size: clamp(3.2rem,11vw,5rem); }
 .hero .eyebrow { font-size: 8px; letter-spacing: .13em; }
 .hero-subhead { font-size: 13px; }
 .hero-actions { flex-direction: column; align-items: center; margin-top: 25px; }
 .hero-actions .btn { width: min(290px,100%); }
 .hero-session-details { font-size: 9px; }
 .hero-session-details span { padding: 0 3px; }
 .hero-bottom { left: 20px; right: 20px; bottom: 25px; justify-content: center; }
 .hero-bottom > span { display: none; }
 .breath-lines { inset: 15% -23%; }
 .intro h2 { font-size: clamp(2.1rem,8vw,3rem); }
 .intro p:not(.eyebrow) { font-size: 14px; }
 .section-heading { display: block; margin-bottom: 35px; }
 .section-heading > p { margin-top: 22px; }
 .experience-grid,.guide-grid,.faq-layout { grid-template-columns: 1fr; gap: 36px; }
 .testimonial-card { width: 300px; }
 .ritual-art { height: 260px; }
 .experience-grid p { max-width: none; }
 .session-notes { flex-direction: column; gap: 10px; margin-top: 32px; }
 .guide-photo { max-width: 440px; margin: 0 auto; }
 .guide-copy h2 { font-size: 2.5rem; }
 .guide-copy .btn { width: 100%; }
 .pause-section { padding: 80px 20px; }
 .testimonial-quote { font-size: 22px; }
 .footer-top,.footer-bottom { flex-direction: column; align-items: flex-start; }
 .site-footer { padding-bottom: 110px; }
 .sticky-cta-bar { display: block; }
}
@media(prefers-reduced-motion:reduce) {
 html { scroll-behavior: auto; }
 *,*::before,*::after { animation: none !important; transition: none !important; }

}

/* Locally hosted session photography and decorative hero film. */
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; pointer-events: none; }
.hero-video.is-playing { opacity: 1; }
.hero-shade { background: linear-gradient(180deg, #17141e55, #17141e80 40%, #17141ebf); }
.session-image { width: 100%; height: 260px; object-fit: cover; margin-bottom: 25px; }
.media-note { font-size: 10px; color: var(--color-text-muted); margin-top: 25px; }
@media (max-width: 1000px) and (min-width: 768px) { .session-image { height: 210px; } }
@media (max-width: 767px) { .hero-video, .hero-landscape { object-position: 25% center; } }

/* Online-session preparation */
.prep-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; list-style: none; padding: 0; margin: 0; }
.prep-list li { display: flex; gap: 18px; border-top: 1px solid var(--color-border); padding-top: 25px; }
.prep-list li > span { color: var(--color-primary); font-size: 12px; }
.prep-list h3 { font-size: 1.3rem; }
.prep-list p { margin-top: 14px; color: var(--color-text-muted); font-size: 13px; }
.prep-reassurance { margin-top: 35px; color: var(--color-primary); font-size: 12px; }
.online-prep { border-bottom: 1px solid var(--color-border); }
.session-image { height: auto; aspect-ratio: 4 / 5; object-position: center; }
@media(max-width:767px) { .prep-list { grid-template-columns: 1fr; gap: 24px; } }

/* A consistent booking action at the end of every content section. */
.section-cta { margin-top: 26px; }
.experience .section-cta, .online-prep .section-cta, .reflections .section-cta { text-align: center; }
.pause-section .section-cta { position: relative; }
.pause-orbits { pointer-events: none; }
@media (max-width: 767px) { .section-cta .btn { width: 100%; max-width: 360px; } }

/* Keep background video controls available without a navigation bar. */
.hero-video-toggle { position: absolute; z-index: 3; right: 28px; bottom: 66px; min-height: 44px; padding: 10px 16px; border: 1px solid #ffffff80; border-radius: 4px; background: #17141e80; color: white; }
@media(max-width:767px) { .hero-video-toggle { right: 20px; top: 18px; bottom: auto; } }

/* Workshop information hierarchy within the existing visual language. */
.hero-facts { display: flex; justify-content: center; gap: 0; margin: 26px auto 0; max-width: 540px; }
.hero-facts > div { flex: 1; padding: 0 20px; border-right: 1px solid #ffffff40; }
.hero-facts > div:last-child { border: 0; }
.hero-facts dt { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: #eee4f4; }
.hero-facts dd { margin: 5px 0 0; font-size: 13px; }
.hero-copy { padding-top: 80px; padding-bottom: 100px; }
.takeaway-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 36px; text-align: left; }
.intro .takeaway-grid p { font-size: 13px; margin: 15px 0 0; }
.takeaway-grid h3 { font-size: 1.5rem; }
.audience { background: #e9e3ee; }
.audience-layout,.included-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; }
.audience-layout > div > p:not(.eyebrow),.included-layout > div > p:not(.eyebrow) { margin-top: 24px; color: var(--color-text-muted); max-width: 460px; font-size: 14px; }
.audience-list { list-style: none; padding: 0; margin: 0; }
.audience-list li { position: relative; border-bottom: 1px solid #d2c7da; padding: 15px 0 15px 25px; font-size: 14px; }
.audience-list li::before { content: '✓'; position: absolute; left: 0; color: var(--color-primary); }
.audience-layout .audience-safety { font-size: 12px !important; }
.included { background: #e9e5dc; }
.included-list { list-style: none; margin: 0; padding: 0; }
.included-list li { display: flex; gap: 24px; padding: 20px 0; border-bottom: 1px solid #cbc5bb; }
.included-list li:first-child { padding-top: 0; }
.included-list li > span { font-size: 12px; color: var(--color-primary); padding-top: 4px; }
.included-list h3 { font-size: 1.45rem; }
.included-list p { margin-top: 8px; font-size: 13px; color: var(--color-text-muted); }
.booking-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; text-align: left; }
.booking-summary h2 { font-size: clamp(2.3rem,3.8vw,3.5rem); }
.booking-summary > p:not(.eyebrow) { font-size: 14px; max-width: 470px; color: var(--color-text-muted); }
.booking-steps { padding-left: 20px; margin: 28px 0 0; }
.booking-steps li { padding: 0 0 18px 8px; font-size: 13px; }
.booking-steps li::marker { color: var(--color-primary); }
.booking-steps span { display: block; color: var(--color-text-muted); margin-top: 3px; }
.booking-card { padding: 32px; background: #fbf8fd; border: 1px solid #d7c9e1; border-radius: 5px; }
.booking-card .eyebrow { margin-bottom: 14px; }
.booking-card .price-block { justify-content: flex-start; margin: 22px 0; }
.booking-card .price-discounted { font-size: 48px; }
.offer-details { list-style: none; padding: 0; margin: 0 0 28px; font-size: 13px; }
.offer-details li { padding: 9px 0; border-bottom: 1px solid var(--color-border); }
.booking-card .btn { width: 100%; }
.booking-card .booking-note { text-align: center; }
@media(max-width:767px) {
 .hero-facts { max-width: 360px; margin-top: 20px; }
 .hero-facts > div { padding: 0 8px; }
 .hero-facts dd { font-size: 11px; }
 .hero-facts dt { font-size: 8px; }
 .hero-copy { padding-top: 75px; padding-bottom: 80px; }
 .hero h1 { font-size: clamp(2.8rem,10vw,4rem); }
 .hero { min-height: 800px; }
 .takeaway-grid,.audience-layout,.included-layout,.booking-layout { grid-template-columns: 1fr; gap: 30px; }
 .booking-card { padding: 25px; }
}

/* Facilitator-and-offer hero inspired by the workshop reference. */
.hero.workshop-hero { display: block; height: auto; min-height: 0; max-height: none; padding: 32px 0 36px; background: radial-gradient(ellipse at 20% 70%, #e3d8ec88, transparent 60%), #f0eaf4; color: var(--color-text); }
.workshop-tag { display: inline-block; padding: 8px 18px; border: 1px solid #d9cce2; border-radius: 100px; background: #faf7fc; color: var(--color-primary-dark); font-size: 11px; margin-bottom: 16px; }
.workshop-hero h1 { font-size: clamp(1.75rem, 2.8vw, 2.5rem); line-height: 1.2; letter-spacing: -.035em; max-width: 960px; margin: 0 auto; text-wrap: balance; }
.workshop-hero h1 em { color: var(--color-primary); }
.workshop-subhead { color: var(--color-text-muted); font-size: 14px; margin: 16px auto 24px; max-width: 700px; }
.workshop-hero-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); max-width: 900px; margin: 32px auto 0; gap: 52px; align-items: center; }
.workshop-host img { width: 100%; height: 330px; object-fit: cover; object-position: center 35%; border-radius: 160px 160px 16px 16px; margin: 0 auto; }
.workshop-host figcaption { margin-top: 18px; }
.workshop-host figcaption .host-label { font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: var(--color-primary); margin-bottom: 4px; }
.workshop-offer { padding: 30px; background: #faf7fc; border: 1px solid #ded2e6; border-radius: 18px; text-align: left; box-shadow: 0 12px 32px #59436808; }
.workshop-offer .eyebrow { color: var(--color-primary); margin-bottom: 12px; }
.workshop-offer h2 { font-size: 32px; line-height: 1.12; }
.workshop-offer-intro { font-size: 13px; line-height: 1.65; color: var(--color-text-muted); margin: 14px 0 20px; }
.workshop-host strong { display: block; font-family: var(--font-display); font-size: 28px; font-weight: 400; }
.workshop-host figcaption span { display: block; font-size: 11px; color: var(--color-text-muted); max-width: 230px; margin: 4px auto 0; }
.workshop-details { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; margin: 0; text-align: left; }
.workshop-details > div { padding: 0; }
.workshop-details dt { font-size: 10px; color: var(--color-text-muted); }
.workshop-details dd { font-size: 15px; font-weight: 500; margin: 2px 0 0; }
.workshop-price { display: flex; justify-content: space-between; align-items: center; margin: 22px 0 16px; padding-top: 16px; border-top: 1px solid #ded2e6; }
.workshop-price > div { display: flex; align-items: baseline; gap: 12px; }
.workshop-price .price-discounted { font-size: 38px; }
.workshop-price.is-expired .price-original { display: none; }
.workshop-hero .btn-primary { width: 100%; min-height: 64px; background: var(--color-primary); color: white; font-size: 18px; }
.workshop-hero .btn-primary:hover { background: var(--color-primary-dark); }
.workshop-reassurance { text-align: center; margin-top: 12px; font-size: 10px; color: var(--color-text-muted); }
.workshop-explore { display: block; text-align: center; padding: 12px 0; font-size: 11px; color: var(--color-primary-dark); }
@media(max-width:767px) {
 .hero.workshop-hero { padding: 24px 0 28px; }
 .workshop-tag { font-size: 9px; padding: 7px 12px; }
 .workshop-hero h1 { font-size: clamp(1.5rem, 5vw, 1.9rem); line-height: 1.22; }
 .workshop-subhead { font-size: 13px; margin-bottom: 24px; }
 .workshop-hero-grid { grid-template-columns: 1fr; gap: 24px; max-width: 440px; margin-top: 24px; }
 .workshop-offer { padding: 24px 20px; }
 .workshop-offer h2 { font-size: 28px; }
 .workshop-host { display: flex; align-items: center; gap: 18px; text-align: left; }
 .workshop-host img { width: 96px; height: 112px; flex-shrink: 0; border-radius: 48px 48px 10px 10px; margin: 0; }
 .workshop-host figcaption { margin: 0; }
 .workshop-host strong { font-size: 24px; }
 .workshop-details > div { padding: 0; }
 .workshop-details dd { font-size: 13px; }
}

.workshop-hero h1 { font-weight: 500; }
.workshop-hero h1 strong { color: var(--color-primary); font-weight: 600; }

/* Facilitator identity and factual session reassurance. */
@media(max-width:767px) {
 .workshop-host figcaption { flex: 1; min-width: 0; }
}

/* Community figures above the session reassurance strip. */
.hero-community-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; max-width: 1000px; margin: 32px auto 0; padding: 28px 0 0; border-top: 1px solid #d9cce2; }
.hero-community-stats li { padding: 0 16px; }
.hero-community-stats li + li { border-left: 1px solid #d9cce2; }
.hero-community-stats strong { display: block; font-family: var(--font-display); font-size: clamp(28px, 3vw, 38px); font-weight: 500; line-height: 1.2; color: var(--color-primary-dark); }
.hero-community-stats span { display: block; margin-top: 8px; font-size: 12px; line-height: 1.5; color: var(--color-text-muted); }
@media(max-width:767px) {
 .hero-community-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 0; margin-top: 24px; padding-top: 24px; }
 .hero-community-stats li { padding: 0 10px; }
 .hero-community-stats li:nth-child(3) { border-left: 0; }
}

/* Keep the complete desktop offer and community figures within laptop height. */
@media(min-width:768px) {
 .hero.workshop-hero { padding: 24px 0; }
 .workshop-tag { padding: 4px 14px; margin-bottom: 10px; }
 .workshop-hero h1 { font-size: clamp(28px, 2.6vw, 36px); line-height: 1.15; max-width: 1080px; }
 .workshop-subhead { font-size: 13px; line-height: 1.5; margin: 14px auto 0; max-width: 820px; }
 .workshop-hero-grid { grid-template-columns: 290px minmax(0, 480px); justify-content: center; gap: 48px; margin-top: 24px; }
 .workshop-host img { height: 290px; object-position: center top; border-radius: 140px 140px 14px 14px; }
 .workshop-host figcaption { margin-top: 8px; }
 .workshop-host strong { font-size: 24px; line-height: 1.2; }
 .workshop-host figcaption .host-label { margin: 0 0 3px; }
 .workshop-offer { padding: 22px 26px; }
 .workshop-offer .eyebrow { margin-bottom: 6px; font-size: 9px; }
 .workshop-offer h2 { font-size: 28px; }
 .workshop-offer h2 br { display: none; }
 .workshop-offer-intro { margin: 10px 0 14px; font-size: 13px; line-height: 1.45; }
 .workshop-details { gap: 10px 20px; }
 .workshop-details dd { font-size: 13px; line-height: 1.4; }
 .workshop-price { margin: 14px 0 12px; padding-top: 10px; }
 .workshop-price .price-discounted { font-size: 30px; line-height: 1.2; }
 .workshop-hero .btn-primary { min-height: 44px; padding: 10px 16px; font-size: 13px; }
 .workshop-reassurance { margin-top: 7px; }
 .workshop-explore { padding: 6px 0 0; }
 .hero-community-stats { margin-top: 24px; padding-top: 18px; }
 .hero-community-stats strong { font-size: 28px; }
 .hero-community-stats span { margin-top: 4px; font-size: 11px; }
}
@media(min-width:768px) and (max-width:1000px) {
 .workshop-hero-grid { grid-template-columns: 220px minmax(0, 1fr); gap: 24px; }
}

/* Benefits: lavender line icons and softly tinted cards. */
.benefits { background: #e9e3ee; text-align: center; border-top: 1px solid #ded2e6; }
.benefits-heading { max-width: 740px; margin: 0 auto 36px; }
.benefits-heading .eyebrow { color: var(--color-primary-dark); margin-bottom: 14px; }
.benefits-heading h2 { font-size: clamp(30px, 3.5vw, 46px); line-height: 1.15; }
.benefits-heading > p:last-child { max-width: 560px; margin: 18px auto 0; color: var(--color-text-muted); font-size: 14px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit-card { padding: 26px 20px; background: #faf7fc; border: 1px solid #d9cce2; border-radius: 16px; box-shadow: 0 6px 18px #59436806; }
.benefit-icon { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; margin: 0 auto 20px; border-radius: 50%; background: #eee5f3; border: 1px solid #d9cce2; color: var(--color-primary); }
.benefit-icon svg { width: 38px; height: 38px; }
.benefit-card h3 { font-size: 23px; line-height: 1.2; color: var(--color-primary-dark); margin-bottom: 12px; }
.benefit-card p { font-size: 13px; line-height: 1.7; color: var(--color-text-muted); }
.benefits-note { margin-top: 26px; font-size: 12px; color: var(--color-text-muted); }
.benefits .section-cta { margin-top: 20px; }
@media(max-width:1000px) {
 .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media(max-width:480px) {
 .benefits-grid { grid-template-columns: 1fr; gap: 14px; }
 .benefit-card { padding: 24px; }
 .benefits-heading { margin-bottom: 26px; }
}

.testimonial-rating { font-size: 13px; letter-spacing: 2px; color: #c9992e; margin: 4px 0 0; }
.testimonial-card .testimonial-quote { flex: 1; margin: 0; }
.reflections .section-cta .btn { min-height: 58px; padding: 16px 32px; font-size: 14px; }
.payment-modal { width: min(460px, calc(100% - 32px)); padding: 34px; border: 1px solid #d9cce2; border-radius: 18px; background: #faf7fc; color: var(--color-text); box-shadow: 0 24px 70px #30203d33; }
.payment-modal::backdrop { background: #30203db3; }
.payment-modal-close { position: absolute; top: 12px; right: 16px; border: 0; background: none; color: var(--color-text-muted); font-size: 28px; cursor: pointer; }
.payment-modal h2 { font-size: 30px; margin: 8px 0; }
.payment-modal-price { color: var(--color-primary); font-weight: 500; margin-bottom: 22px; }
.payment-modal form { display: grid; gap: 14px; }
.payment-modal label { display: grid; gap: 6px; color: var(--color-text-muted); font-size: 12px; }
.payment-modal input { width: 100%; padding: 13px 14px; border: 1px solid #d9cce2; border-radius: 6px; background: #fff; color: var(--color-text); font: inherit; }
.payment-modal form .btn { width: 100%; margin-top: 6px; }
.payment-status { min-height: 20px; margin: 0; color: var(--color-primary-dark); font-size: 12px; }


.video-testimonials { background: linear-gradient(135deg, #f7f2ed 0%, #eee7f2 52%, #e8deee 100%); position: relative; overflow: hidden; }
.video-testimonials::before, .video-testimonials::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(4px); }
.video-testimonials::before { width: 360px; height: 360px; left: -180px; top: 16%; background: radial-gradient(circle, #d9c4e34d 0, transparent 68%); }
.video-testimonials::after { width: 420px; height: 420px; right: -220px; bottom: -30%; background: radial-gradient(circle, #d8bda52b 0, transparent 68%); }
.video-testimonials > .container { position: relative; z-index: 1; }
.video-testimonials-heading { text-align: center; margin-bottom: 32px; }
.video-testimonials-heading .eyebrow { color: var(--color-primary-dark); margin-bottom: 14px; }
.video-testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 940px; margin: 0 auto; }
.video-testimonial-slot { aspect-ratio: 9 / 16; min-width: 0; overflow: hidden; border-radius: 18px; background: #faf7fc; border: 1px solid #d9cce2; }
.video-testimonial-slot video { display: block; width: 100%; height: 100%; aspect-ratio: 9 / 16; object-fit: cover; object-position: 62% center; background: #302f2b; }
@media(max-width:767px) {
 .video-testimonials-grid { grid-template-columns: 1fr; max-width: 340px; gap: 20px; }
}

/* A closer portrait crop keeps the reclining participant outside the frame. */
.workshop-portrait { overflow: hidden; border-radius: 140px 140px 14px 14px; }
.workshop-portrait img { border-radius: 0; transform: scale(1.15); transform-origin: center top; object-position: center top; }
@media(max-width:767px) {
 .workshop-portrait { width: 96px; height: 112px; flex-shrink: 0; border-radius: 48px 48px 10px 10px; }
}

/* Open hero composition with a fluid, full-width content area. */
.workshop-hero > .container { width: calc(100% - 80px); max-width: none; }
.hero-breath-art { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.workshop-hero > .container { position: relative; z-index: 1; }
.breath-orb { position: absolute; display: block; border-radius: 50%; filter: blur(2px); opacity: .38; }
.breath-orb-one { width: 34vw; height: 34vw; max-width: 520px; max-height: 520px; left: -12vw; top: 18%; background: radial-gradient(circle, #bda4d22e 0, #d8c6e91a 42%, transparent 70%); animation: breathFloatOne 12s ease-in-out infinite alternate; }
.breath-orb-two { width: 28vw; height: 28vw; max-width: 430px; max-height: 430px; right: -8vw; bottom: 4%; background: radial-gradient(circle, #b49aca27 0, #cbb4dd14 46%, transparent 72%); animation: breathFloatTwo 15s ease-in-out infinite alternate; }
.breath-ring { position: absolute; left: 50%; top: 48%; width: min(62vw, 900px); aspect-ratio: 1; border: 1px solid #8e6ba81c; border-radius: 50%; transform: translate(-50%, -50%) scale(.72); animation: breathExpand 12s ease-in-out infinite; }
.breath-ring-two { width: min(76vw, 1100px); opacity: .28; animation-delay: -4s; }
.breath-ring-three { width: min(92vw, 1320px); opacity: .14; animation-delay: -8s; }
.hero-breath-art::before { content: ""; position: absolute; left: -10%; width: 120%; height: 180px; top: 35%; border: 1px solid #8e6ba810; border-left: 0; border-right: 0; border-radius: 50%; transform: rotate(-5deg); }
@keyframes breathExpand { 0%, 100% { transform: translate(-50%, -50%) scale(.72); opacity: .2; } 50% { transform: translate(-50%, -50%) scale(1); opacity: .58; } }
@keyframes breathFloatOne { from { transform: translate3d(0, 0, 0) scale(.92); } to { transform: translate3d(5vw, 3vh, 0) scale(1.08); } }
@keyframes breathFloatTwo { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(-4vw, -3vh, 0) scale(.88); } }
@media (prefers-reduced-motion: reduce) { .breath-orb-one, .breath-orb-two, .breath-ring { animation: none; } }
.workshop-tag { border: 0; background: none; border-radius: 0; padding: 0; letter-spacing: .14em; text-transform: uppercase; }
.workshop-offer { background: none; border: 0; border-radius: 0; box-shadow: none; padding: 0; }
.workshop-offer h2 { margin-bottom: 24px; }
.hero-community-stats { max-width: none; }
@media(min-width:768px) {
 .workshop-hero h1 { max-width: 1280px; width: 100%; }
 .workshop-hero-grid { max-width: none; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 100px); margin: 28px 0; }
 .workshop-host { width: 100%; max-width: 360px; justify-self: center; }
 .workshop-host img { height: 280px; }
 .workshop-offer { width: 100%; max-width: 600px; justify-self: start; }
 .workshop-details { gap: 16px 24px; }
 .workshop-price { margin: 20px 0 14px; padding-top: 14px; }
 .hero-community-stats { margin-top: 20px; }
}
@media(max-width:767px) {
 .workshop-hero > .container { width: calc(100% - 40px); }
 .workshop-tag { font-size: 10px; }
 .breath-ring { width: 130vw; top: 35%; }
 .breath-ring-two { width: 160vw; }
 .breath-ring-three { width: 190vw; }
 .workshop-offer h2 { margin-bottom: 20px; }
}
