@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;font-size:20px;line-height:1.8;color:#fbf5ed;background:#1b3a5f;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Cinzel,serif;font-weight:700;line-height:1.3;margin-bottom:1.5rem;background:linear-gradient(90deg,#b8860b,#d4a574,#e8c9a0,#d4a574,#b8860b,#d4a574);background-size:300% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gold-flow 12s linear infinite;filter:drop-shadow(0 0 20px rgba(212,165,116,.6));letter-spacing:.05em}@keyframes gold-flow{0%{background-position:0% center}to{background-position:300% center}}h1{font-size:3rem}@media (max-width: 767px){h1{font-size:2.25rem}}h2{font-size:2.25rem}@media (max-width: 767px){h2{font-size:1.875rem}}h3{font-size:1.5rem}@media (max-width: 767px){h3{font-size:1.25rem}}p{margin-bottom:1rem}a{color:#d4a574;text-decoration:none;transition:color .2s ease}a:hover,a:focus{color:#d4a574}a:focus-visible{outline:2px solid #D4A574;outline-offset:4px;border-radius:2px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible{outline:2px solid #D4A574;outline-offset:4px;border-radius:2px}.skip-link{position:absolute;top:-100px;left:0;background:#d4a574;color:#1b3a5f;padding:12px 24px;border-radius:.25rem;text-decoration:none;z-index:1070;font-weight:600;opacity:0;pointer-events:none}.skip-link:focus{top:20px;left:20px;opacity:1;pointer-events:auto}.sacred-symbol{width:100px;height:100px;margin:2rem auto 0;color:#d4a574}.sacred-symbol svg{width:100%;height:100%}.header{position:fixed;top:0;left:0;right:0;background:#1b3a5f;z-index:1030;border-bottom:1px solid rgba(212,165,116,.5);box-shadow:0 4px 12px #0000004d}.nav__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.nav__brand{font-family:Cinzel,serif;font-size:1.25rem;font-weight:700;color:#d4a574;z-index:1051;position:relative}.nav__menu{list-style:none}.nav__menu a{font-weight:400;padding:.75rem 1rem;border-radius:.25rem;transition:all .2s ease;color:#fbf5ed;text-decoration:none;display:block}.nav__menu a:hover,.nav__menu a:focus{background:#d4a57433;color:#d4a574}.nav__menu--desktop{display:flex;gap:2rem}@media (max-width: 767px){.nav__menu--desktop{display:none}}.nav__menu--mobile{display:flex;flex-direction:column;gap:4rem;padding:0;margin:0}.nav__menu--mobile li{text-align:center}.nav__menu--mobile a{font-size:1.5rem;padding:1rem 1.5rem;min-height:56px;display:flex;align-items:center;justify-content:center}.nav__toggle{display:none;flex-direction:column;gap:6px;background:transparent;border:none;padding:.75rem;cursor:pointer;z-index:1051;position:relative}@media (max-width: 767px){.nav__toggle{display:flex}}.nav__toggle:focus{outline:2px solid #D4A574;outline-offset:4px}.nav__toggle-icon{width:28px;height:2px;background:#d4a574;border-radius:2px;transition:all .2s ease}.nav__toggle:hover .nav__toggle-icon{background:#fbf5ed}body.nav-open .nav__toggle{opacity:0;pointer-events:none}.nav__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1b3a5f;z-index:1050;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem;opacity:0;visibility:hidden;transform:translate(100%);transition:all .3s ease}@media (min-width: 992px){.nav__overlay{display:none}}.nav__overlay.is-open{opacity:1;visibility:visible;transform:translate(0)}.nav__close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#d4a574;padding:.75rem;cursor:pointer;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.nav__close:hover{color:#fbf5ed}.nav__close:focus{outline:2px solid #D4A574;outline-offset:4px}.nav__close svg{width:32px;height:32px}body.nav-open{overflow:hidden}main{padding-top:64px}.hero{padding:4rem 0;text-align:center;position:relative;overflow:hidden}@media (max-width: 767px){.hero{padding:3rem 0}}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;height:1000px;background-image:url(/assets/sacred-geometry-bg-cXIHs2qJ.png);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.12;z-index:0}.hero__container{max-width:700px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}@media (min-width: 768px){.hero__container{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:center;text-align:left;max-width:1100px}}.hero__portrait{width:240px;height:240px;border-radius:50%;overflow:hidden;margin:0 auto .75rem;border:2px solid #D4A574}@media (min-width: 768px){.hero__portrait{grid-column:2;grid-row:1/6;margin:0;width:280px;height:280px}}.hero__portrait img{width:100%;height:100%;object-fit:cover}.hero__title{font-size:60px;margin-bottom:.5rem}@media (min-width: 768px){.hero__title{grid-column:1;text-align:left;margin-bottom:.5rem}}@media (max-width: 767px){.hero__title{font-size:40px}}.hero__subtitle{font-size:24px;color:#e8c9a0;margin-bottom:.75rem;font-weight:500}@media (min-width: 768px){.hero__subtitle{grid-column:1;text-align:left;margin-bottom:.75rem}}.hero__description{font-size:20px;color:#fbf5ed;line-height:1.8;margin-bottom:1rem;font-weight:300}@media (min-width: 768px){.hero__description{grid-column:1;text-align:left;margin-bottom:1rem}}.hero__values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto}.value-card{background:#ffffff0d;border:1px solid rgba(212,165,116,.2);border-radius:1rem;box-shadow:0 4px 12px #2c24201a;padding:1.5rem;transition:all .2s ease;text-align:center}@media (max-width: 767px){.value-card{padding:1.5rem}}.value-card:hover{box-shadow:0 8px 24px #2c24201f;border-color:#d4a57480;transform:translateY(-2px)}.value-card h3{color:#d4a574;font-weight:300;margin-bottom:.75rem}.value-card p{color:#fbf5edcc;margin-bottom:0}.cta-button{display:inline-block;padding:16px 48px;min-height:44px;background:#d9c4a8;border-radius:8px;color:#1b3a5f;text-decoration:none;font-weight:600;font-size:18px;transition:all .3s ease;margin-top:2rem;text-transform:uppercase;letter-spacing:.1em}.cta-button:hover{background:#d4a574;transform:translateY(-2px);box-shadow:0 10px 30px #d4a5744d}.hero .cta-button{margin-top:0}@media (min-width: 768px){.hero .cta-button{grid-column:1;margin-left:0;margin-right:auto;margin-top:0}}.intro{padding:4rem 0;position:relative;background:linear-gradient(135deg,#d4a5740d,#d4a57405),#1b3a5f}@media (max-width: 767px){.intro{padding:3rem 0}}.intro:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2a1a4d,#1b3a5f);clip-path:ellipse(100% 100% at 50% 0%);z-index:0}.intro__container{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center;padding:0 1.5rem}.intro__title{font-size:40px;margin-bottom:2rem}@media (max-width: 767px){.intro__title{font-size:30px}}.intro__text{font-size:1.125rem;line-height:1.8;color:#fbf5ed;margin-bottom:1.5rem;font-weight:300}.intro__text:last-child{margin-bottom:0}.testimonials-hero{padding:4rem 0;background:linear-gradient(135deg,#d4a5740d,#d4a57405),#1b3a5f;position:relative;overflow:hidden}@media (max-width: 767px){.testimonials-hero{padding:2rem 0}}.testimonials-hero:before{content:"";position:absolute;top:50%;left:50%;width:500px;height:500px;background:radial-gradient(circle,rgba(212,165,116,.1) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.testimonials-hero__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;max-width:900px;text-align:center;position:relative;z-index:1}.testimonials-hero__title{font-size:40px;margin-bottom:2rem}@media (max-width: 767px){.testimonials-hero__title{font-size:30px}}.testimonials-hero__slider{position:relative;min-height:280px;margin-bottom:3rem;overflow:visible}.testimonials-hero__controls{display:flex;justify-content:center;align-items:center;gap:2rem}.testimonials-hero__controls button{background:transparent;color:#d4a574;border:none;min-width:44px;min-height:44px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:.5rem;opacity:.6}.testimonials-hero__controls button svg{width:32px;height:32px;color:#d4a574}.testimonials-hero__controls button:hover{opacity:1;transform:scale(1.1)}.testimonials-hero__controls button:focus{outline:2px solid #D4A574;outline-offset:4px;opacity:1}@media (max-width: 767px){.testimonials-hero__controls button svg{width:28px;height:28px}}.testimonials-hero__dots{display:flex;gap:.75rem}.testimonial-hero-card{background:#ffffff0d;border:2px solid rgba(212,165,116,.5);border-radius:1rem;box-shadow:0 8px 24px #2c24201f;padding:2rem;text-align:center;transition:all .2s ease;position:absolute;top:0;left:0;right:0;opacity:0;pointer-events:none;transform:translate(100%)}.testimonial-hero-card.active{opacity:1;pointer-events:auto;position:relative;transform:translate(0)}.testimonial-hero-card.prev{transform:translate(-100%)}.testimonial-hero-card.next{transform:translate(100%)}.testimonial-hero-card blockquote{font-size:1.25rem;line-height:1.6;color:#fbf5ed;margin-bottom:2rem;font-style:italic;font-weight:300}@media (max-width: 767px){.testimonial-hero-card blockquote{font-size:1.125rem}}.testimonial-hero-card blockquote:before{content:'"';font-size:3em;color:#d4a574;opacity:.4;line-height:0;display:block;margin-bottom:1rem}.testimonial-hero-card cite{font-size:14px;color:#d4a574;font-style:normal;font-weight:500;display:block}.testimonials-hero__dot{background:transparent;border:none;cursor:pointer;transition:all .2s ease;padding:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.testimonials-hero__dot svg{width:20px;height:20px;color:#d4a574;transition:all .2s ease}.testimonials-hero__dot svg .lotus-center{opacity:0;transition:opacity .2s ease}.testimonials-hero__dot.active{transform:scale(1.2)}.testimonials-hero__dot.active svg .lotus-center{opacity:1}.testimonials-hero__dot:hover{transform:scale(1.15)}.testimonials-hero__dot:hover svg{color:#e0be9b}.testimonials-hero__dot:hover svg .lotus-center{opacity:.6}.testimonials-hero__dot:focus{outline:2px solid #D4A574;outline-offset:2px;border-radius:50%}.services{padding:4rem 0}@media (max-width: 767px){.services{padding:3rem 0}}.services__container{max-width:700px;margin:0 auto;padding:0 1.5rem}.services__title{text-align:center;font-size:40px;margin-bottom:4rem}@media (max-width: 767px){.services__title{font-size:30px}}.services__description{max-width:800px;margin:0 auto 4rem;text-align:center}.services__description p{color:#fbf5ed;line-height:1.6;margin-bottom:1rem;font-size:1.125rem}.services__pricing{max-width:900px;margin:0 auto 4rem;text-align:left;padding:2rem;background:#d4a5740d;border-radius:1rem;border-left:4px solid #D4A574}.services__pricing h3{color:#d4a574;font-weight:300;text-align:center;margin-bottom:1.5rem}.services__pricing p{color:#fbf5ed;line-height:1.6;margin-bottom:1rem}.services__intro,.services__value,.services__accessibility{font-size:1rem}.services__payment-plans{text-align:center;margin-top:2rem;font-size:1.125rem;color:#d4a574}.services__grid{display:flex;flex-direction:column;gap:2rem}.service-card{padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(212,165,116,.5);text-align:center}@media (max-width: 767px){.service-card{padding:1.5rem}}.service-card h3{font-size:28px;margin-bottom:.75rem}@media (max-width: 767px){.service-card h3{font-size:24px}}.service-card__price{font-family:Cinzel,serif;font-size:48px;font-weight:700;background:linear-gradient(90deg,#b8860b,#d4a574,#e8c9a0,#d4a574,#b8860b);background-size:300% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gold-flow 6s linear infinite;margin:1rem 0}.service-card__description{color:#fbf5edcc;margin-bottom:1.5rem}.service-card__packages{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(212,165,116,.2)}.service-card__packages p{margin-bottom:.75rem;color:#fbf5ed;font-size:.875rem}.service-card__packages p:last-child{margin-bottom:0}.service-card__packages p strong{color:#d4a574}.service-card__packages .save{color:#fbf5ed;font-size:.75rem}a.service-card{background:#ffffff0d;border:1px solid rgba(212,165,116,.2);border-radius:1rem;box-shadow:0 4px 12px #2c24201a;padding:1.5rem;transition:all .2s ease;text-align:center;border-top:3px solid #D4A574;display:block;text-decoration:none}@media (max-width: 767px){a.service-card{padding:1.5rem}}a.service-card:hover{box-shadow:0 8px 24px #2c24201f;border-color:#d4a57480;transform:translateY(-2px)}a.service-card h3{color:#d4a574;font-weight:300;margin-bottom:.75rem}a.service-card__duration{font-size:.875rem;color:#fbf5ed;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}a.service-card__description{color:#fbf5edcc;margin-bottom:1.5rem}a.service-card__price{font-size:1.25rem;font-weight:600;color:#d4a574;margin-bottom:.75rem}a.service-card__note{font-size:.875rem;color:#fbf5ed;font-style:italic;margin-bottom:0}a.service-card:hover{border-top-color:#b8860b}a.service-card:hover h3{color:#b8860b}.about{padding:4rem 0}@media (max-width: 767px){.about{padding:3rem 0}}.about__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;max-width:1000px}.about__title{text-align:center;color:#d4a574;font-weight:200;margin-bottom:4rem;font-size:2.25rem}.roots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:6rem}@media (max-width: 767px){.roots-grid{grid-template-columns:1fr;gap:1.5rem}}.root-card{background:#ffffff0d;border-left:3px solid #D4A574;border-radius:.5rem;padding:2rem;transition:all .2s ease;position:relative;overflow:hidden}.root-card:before{content:"";position:absolute;top:50%;right:1rem;width:auto;height:90%;aspect-ratio:1;opacity:.23;background-repeat:no-repeat;background-position:center;background-size:contain;transform:translateY(-50%);pointer-events:none}.root-card:hover{border-left-color:#e8c9a0;transform:translate(4px);background:#ffffff14}.root-card:hover:before{opacity:.33}.root-card--family:before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='40' r='20' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Ccircle cx='65' cy='40' r='20' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='57.3' r='20' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='45.7' r='2' fill='%23D4A574' opacity='0.6'/%3E%3C/svg%3E")}.root-card--gardens:before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='77' r='3' fill='%23D4A574'/%3E%3Ccircle cx='50' cy='72' r='5' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='64' r='8' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='51' r='13' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='30' r='21' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Cline x1='50' y1='77' x2='50' y2='20' stroke='%23D4A574' stroke-width='1' opacity='0.3'/%3E%3C/svg%3E")}.root-card--music:before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 15,50 C 20,35 25,35 30,50 C 35,65 40,65 45,50 C 50,35 55,35 60,50 C 65,65 70,65 75,50 C 80,35 85,35 90,50' fill='none' stroke='%23D4A574' stroke-width='2' stroke-linecap='round' opacity='0.8'/%3E%3Cpath d='M 15,50 C 18,38 22,38 25,50 C 28,62 32,62 35,50 C 38,38 42,38 45,50 C 48,62 52,62 55,50 C 58,38 62,38 65,50 C 68,62 72,62 75,50 C 78,38 82,38 85,50' fill='none' stroke='%23D4A574' stroke-width='1.5' stroke-linecap='round' opacity='0.5'/%3E%3Ccircle cx='50' cy='50' r='6' fill='none' stroke='%23D4A574' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='3' fill='%23D4A574' opacity='0.4'/%3E%3C/svg%3E")}.root-card--place:before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='32' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='50' r='20' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='50' r='12' fill='none' stroke='%23D4A574' stroke-width='1.8'/%3E%3Cline x1='50' y1='18' x2='50' y2='82' stroke='%23D4A574' stroke-width='1.2'/%3E%3Cline x1='18' y1='50' x2='82' y2='50' stroke='%23D4A574' stroke-width='1.2'/%3E%3Cline x1='27.4' y1='27.4' x2='72.6' y2='72.6' stroke='%23D4A574' stroke-width='1' opacity='0.6'/%3E%3Cline x1='72.6' y1='27.4' x2='27.4' y2='72.6' stroke='%23D4A574' stroke-width='1' opacity='0.6'/%3E%3Ccircle cx='50' cy='50' r='3' fill='%23D4A574' opacity='0.5'/%3E%3C/svg%3E")}.root-card__title{font-size:1.25rem;font-weight:600;color:#d4a574;margin-bottom:.75rem;font-family:Cinzel,serif}.root-card__description{color:#fbf5edcc;line-height:1.6;font-size:1rem;margin:0}.holding-space{background:linear-gradient(135deg,#d4a57414,#d4a5740a);border:1px solid rgba(212,165,116,.5);border-radius:1rem;padding:3rem;text-align:center}.holding-space__title{font-size:1.5rem;color:#d4a574;margin-bottom:1.5rem;font-weight:600}.holding-space__content{max-width:800px;margin:0 auto}.holding-space__content p{color:#fbf5ed;line-height:1.6;margin-bottom:1rem;font-size:1.125rem}.holding-space__content p:last-child{margin-bottom:0}.sessions{padding:4rem 0}@media (max-width: 767px){.sessions{padding:3rem 0}}.sessions__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sessions__title{text-align:center;color:#d4a574;font-weight:200;margin-bottom:4rem}.sessions__description{max-width:900px;margin:0 auto 4rem}.sessions__description h3{color:#d4a574;font-weight:300;margin-bottom:1rem;margin-top:2rem;font-size:1.25rem}.sessions__description p{color:#fbf5ed;margin-bottom:1rem;line-height:1.6}.sessions__description ul,.sessions__description ol{padding-left:3rem;margin-bottom:1rem}.sessions__description ul li,.sessions__description ol li{margin-bottom:.75rem;color:#fbf5ed;line-height:1.6}.sessions__table-wrapper{overflow-x:auto;margin-bottom:4rem}.sessions__table{width:100%;border-collapse:collapse;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #2c24201a}.sessions__table th,.sessions__table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid rgba(212,165,116,.2)}.sessions__table th{background:#d4a5741a;color:#d4a574;font-weight:600}.sessions__table tr:hover{background:#d4a5740d}.sessions__how-it-works{background:#d4a57414;padding:2rem;border-radius:1rem;margin-bottom:2rem}.sessions__how-it-works h3{color:#d4a574;font-weight:300;margin-bottom:1rem}.sessions__how-it-works ol,.sessions__how-it-works ul{padding-left:1.5rem}.sessions__how-it-works ol li,.sessions__how-it-works ul li{margin-bottom:.75rem;color:#fbf5ed}.sessions__how-it-works ol li:last-child,.sessions__how-it-works ul li:last-child{margin-bottom:0}.sessions__how-it-works ol li strong,.sessions__how-it-works ul li strong{color:#d4a574}.sessions__sticky-cta{text-align:center;position:sticky;bottom:1.5rem;z-index:1020}.booking{padding:4rem 0;position:relative}@media (max-width: 767px){.booking{padding:3rem 0}}.booking:before{content:"";position:absolute;top:50%;left:50%;width:300px;height:300px;background:radial-gradient(circle,rgba(212,165,116,.08) 0%,transparent 70%);transform:translate(-50%,-50%)}.booking__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center;position:relative;z-index:1}.booking__title{color:#d4a574;font-weight:200;margin-bottom:1.5rem}.booking__intro{margin-bottom:0}.booking__widget{max-width:800px;margin:0 auto;background:transparent;border:none;border-radius:0;box-shadow:none;overflow:hidden;padding:0}.booking__widget #my-cal-inline-remote{display:block;margin:0;padding:0;background:transparent;min-height:600px;--cal-brand: #D4A574;--cal-bg: #1B3A5F;--cal-text: #F5EDE0;--cal-bg-emphasis: rgba(212, 165, 116, .08);--cal-bg-muted: rgba(212, 165, 116, .08);--cal-bg-subtle: rgba(212, 165, 116, .06);--cal-border: rgba(212, 165, 116, .3);--cal-border-subtle: rgba(212, 165, 116, .2);--cal-border-emphasis: rgba(212, 165, 116, .5);--spacingUnit: 4px;--cal-spacing: 0px;--cal-spacing-sm: 4px}.booking__widget #my-cal-inline-remote iframe{display:block;margin:-40px -2px!important;padding:0!important}.booking__placeholder{padding:4rem;text-align:center;color:#fbf5ed}.booking__placeholder p{margin-bottom:1rem}.booking__placeholder ul{text-align:left;max-width:400px;margin:0 auto}.booking__placeholder ul li{margin-bottom:.75rem;color:#fbf5edcc}.testimonials{padding:4rem 0}.testimonials__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.testimonials__title{color:#d4a574;font-weight:200;margin-bottom:4rem}.testimonials__slider{position:relative;max-width:800px;margin:0 auto 2rem;overflow:hidden;border-radius:1rem}.testimonials__controls{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.testimonials__controls button{background:linear-gradient(135deg,#d4a574,orange);color:#fbf5ed;border:none;width:40px;height:40px;border-radius:50%;font-size:1.125rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2c24201a}.testimonials__controls button:hover{transform:translateY(-2px) scale(1.1);box-shadow:0 0 30px #ffd70040}.testimonials__controls button:focus{outline:2px solid #D4A574;outline-offset:2px}.testimonials__link{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;min-height:44px;border:none;border-radius:.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#d4a574,orange);color:#1b3a5f;font-weight:600;background:transparent;color:#d4a574;border:2px solid #D4A574}.testimonials__link:focus{outline:2px solid #D4A574;outline-offset:2px}.testimonials__link:hover{transform:translateY(-2px);box-shadow:0 0 30px #ffd70040}.testimonials__link:active{transform:translateY(0)}.testimonials__link:hover{background:#d4a574;color:#fbf5ed}.testimonial-card{background:#ffffff0d;border:1px solid rgba(212,165,116,.2);border-radius:1rem;box-shadow:0 4px 12px #2c24201a;padding:1.5rem;transition:all .2s ease;text-align:center;border-left:3px solid #D4A574}@media (max-width: 767px){.testimonial-card{padding:1.5rem}}.testimonial-card:hover{box-shadow:0 8px 24px #2c24201f;border-color:#d4a57480;transform:translateY(-2px)}.testimonial-card blockquote{font-size:1.125rem;line-height:1.6;color:#fbf5ed;margin-bottom:1.5rem;font-style:italic}.testimonial-card blockquote:before,.testimonial-card blockquote:after{content:'"';font-size:1.5em;color:#d4a574;opacity:.5}.testimonial-card cite{font-size:14px;color:#d4a574;font-style:normal;font-weight:500}.footer{background:#1b3a5f;color:#fbf5edcc;padding:3rem 0;border-top:1px solid rgba(212,165,116,.2)}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 767px){.footer__content{grid-template-columns:1fr;text-align:center}}.footer__brand h3{color:#d4a574;font-weight:300;margin-bottom:.75rem}.footer__brand p{color:#fbf5edcc;margin-bottom:0}.footer__nav ul{list-style:none;display:flex;gap:1.5rem}@media (max-width: 767px){.footer__nav ul{justify-content:center}}.footer__nav a{color:#fbf5edcc}.footer__nav a:hover{color:#d4a574}.footer__bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(212,165,116,.2);color:#fbf5ed}@media (prefers-reduced-motion: no-preference){.fade-in{opacity:0;transition:opacity .3s ease}.fade-in.visible{opacity:1}}.testimonials-page,.gratitude-page,.legal-page{padding:4rem 0;background:#1b3a5f}.testimonials-page__container,.gratitude-page__container,.legal-page__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;max-width:900px}.testimonials-page__header,.gratitude-page__header,.legal-page__header{text-align:center;margin-bottom:4rem}.testimonials-page__header h1,.gratitude-page__header h1,.legal-page__header h1{color:#d4a574;font-weight:200;margin-bottom:1rem;font-size:2.5rem}.testimonials-page__header p,.gratitude-page__header p,.legal-page__header p{color:#fbf5edcc;font-size:1.125rem;margin-bottom:0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.testimonial-card .testimonial-meta{font-size:.875rem;color:#d4a574;font-weight:500;margin-top:1rem}.testimonials-cta{text-align:center;background:#ffffff0d;border:1px solid rgba(212,165,116,.2);border-radius:1rem;box-shadow:0 4px 12px #2c24201a;padding:1.5rem;transition:all .2s ease;padding:4rem}@media (max-width: 767px){.testimonials-cta{padding:1.5rem}}.testimonials-cta:hover{box-shadow:0 8px 24px #2c24201f;border-color:#d4a57480;transform:translateY(-2px)}.testimonials-cta h2{color:#d4a574;font-weight:200;margin-bottom:1rem}.testimonials-cta p{color:#fbf5edcc;margin-bottom:2rem}.gratitude-content .gratitude-story{margin-bottom:4rem}.gratitude-content .gratitude-story p{font-size:1.125rem;line-height:1.6;color:#fbf5ed;margin-bottom:1.5rem}.mentors-section{margin-bottom:4rem}.mentors-section h2{color:#d4a574;font-weight:200;text-align:center;margin-bottom:2rem}.mentors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.mentor-card{background:#ffffff0d;border:1px solid rgba(212,165,116,.2);border-radius:1rem;box-shadow:0 4px 12px #2c24201a;padding:1.5rem;transition:all .2s ease;border-left:3px solid #D4A574}@media (max-width: 767px){.mentor-card{padding:1.5rem}}.mentor-card:hover{box-shadow:0 8px 24px #2c24201f;border-color:#d4a57480;transform:translateY(-2px)}.mentor-card h3{color:#d4a574;font-weight:300;margin-bottom:1rem}.mentor-card p{color:#fbf5edcc;margin-bottom:0}.mentor-card a{color:#d4a574;text-decoration:underline}.mentor-card a:hover{color:#d4a574}.gratitude-philosophy{background:#ffffff0d;border:1px solid rgba(212,165,116,.2);border-radius:1rem;box-shadow:0 4px 12px #2c24201a;padding:1.5rem;transition:all .2s ease}@media (max-width: 767px){.gratitude-philosophy{padding:1.5rem}}.gratitude-philosophy:hover{box-shadow:0 8px 24px #2c24201f;border-color:#d4a57480;transform:translateY(-2px)}.gratitude-philosophy h2{color:#d4a574;font-weight:200;margin-bottom:1rem}.gratitude-philosophy p{color:#fbf5edcc;line-height:1.6;margin-bottom:1.5rem}.gratitude-philosophy p:last-child{margin-bottom:0}.gratitude-cta{text-align:center}.gratitude-cta h2{color:#d4a574;font-weight:200;margin-bottom:1rem}.gratitude-cta p{color:#fbf5ed;margin-bottom:2rem}.additional-influences{margin-top:4rem}.additional-influences h2{font-family:var(--font-heading);font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#d4a574;font-weight:200}.additional-influences .influences-intro{text-align:center;margin-bottom:3rem;font-size:1.125rem;color:#fbf5edcc}.additional-influences .influences-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.additional-influences .influence-category{background:#d4a5740d;padding:2rem;border-radius:8px;border:1px solid rgba(212,165,116,.2)}.additional-influences .influence-category h3{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:1rem;color:#d4a574;font-weight:300}.additional-influences .influence-category ul{list-style:none;padding:0}.additional-influences .influence-category ul li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.additional-influences .influence-category ul li:before{content:"✧";position:absolute;left:0;color:#d4a574}.additional-influences .influence-category ul li strong{color:#fbf5ed}.additional-influences .influences-note{text-align:center;font-style:italic;color:#fbf5edcc;margin-top:2rem}.legal-content section{margin-bottom:4rem}.legal-content section h2{color:#d4a574;font-weight:300;margin-bottom:1.5rem;font-size:1.75rem}.legal-content section h3{color:#d4a574;font-weight:400;margin-bottom:1rem;margin-top:1.5rem;font-size:1.25rem}.legal-content section p{color:#fbf5ed;line-height:1.6;margin-bottom:1rem}.legal-content section ul{margin-bottom:1rem;padding-left:1.5rem}.legal-content section ul li{color:#fbf5ed;margin-bottom:.75rem}.legal-content section ul li:last-child{margin-bottom:0}.legal-content section strong{color:#d4a574}.glow-text{text-shadow:0 0 20px rgba(212,165,116,.3)}@media print{.header,.booking,.testimonials__controls,.sessions__sticky-cta{display:none}body{background:#fff;color:#fbf5ed}.hero{padding:1.5rem 0}}
