:root{--purple: #441068;--lavender: #d0a8f8;--lavender-soft: #f6efff;--yellow: #ffda66;--aubergine: #24142e;--aubergine-soft: #4f365f;--white: #ffffff;--line: rgba(68, 16, 104, .14);--shadow: 0 18px 55px rgba(36, 20, 46, .14);--radius: 8px;--max-width: 1256px;color-scheme:light;font-family:Inter,Avenir Next,Aptos,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--aubergine);background:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:radial-gradient(circle at 2rem 38rem,rgba(208,168,248,.18),transparent 30rem),linear-gradient(180deg,#fff 0% 45%,#fbf7ff)}body,button,input,textarea,select{font:inherit}img{display:block;max-width:100%}.ai-photo{position:relative}.ai-photo__label{position:absolute;right:.75rem;bottom:.75rem;z-index:3;padding:.38rem .58rem;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#24142ec7;color:var(--white);font-size:.72rem;font-weight:850;letter-spacing:.045em;line-height:1;text-transform:uppercase;white-space:nowrap;box-shadow:0 4px 14px #24142e38;backdrop-filter:blur(6px)}a{color:inherit}section,article{scroll-margin-top:94px}h1,h2,h3,p{margin-top:0}h1{margin-bottom:1.45rem;color:var(--aubergine);font-size:clamp(3.15rem,5.28vw,4.75rem);line-height:1.08;letter-spacing:0}h1 span{display:block;color:var(--aubergine)}h1 em{display:block;color:var(--lavender);font-style:normal}h2{margin-bottom:.85rem;color:var(--aubergine);font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.04;letter-spacing:0}h3{margin-bottom:.65rem;color:var(--aubergine);font-size:1.45rem;line-height:1.15}p{color:var(--aubergine-soft);line-height:1.68}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:80px;padding:.8rem max(1.25rem,calc((100vw - var(--max-width)) / 2));background:#fffffff0;border-bottom:1px solid var(--line);backdrop-filter:blur(18px);box-shadow:0 12px 30px #24142e0f}.brand{display:inline-flex;align-items:center;flex:0 0 auto;text-decoration:none}.brand img{display:block;width:min(190px,46vw);max-width:100%;height:auto}.brand--footer img{width:min(180px,64vw);height:auto}.site-header__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(.75rem,1.7vw,1.35rem);font-size:.9rem;font-weight:780}.site-header__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.6rem}.site-header__account{color:var(--purple)}.site-header__nav a,.mobile-menu__nav a,.site-footer a{text-decoration:none}.site-header__nav a:hover,.mobile-menu__nav a:hover,.site-footer a:hover{text-decoration:underline;text-underline-offset:.25em}.mobile-menu{display:none;border:0;border-radius:0;background:transparent}.mobile-menu__toggle{display:grid;place-items:center;width:44px;aspect-ratio:1;padding:0;border:1px solid rgba(68,16,104,.14);border-radius:999px;background:var(--yellow);color:var(--aubergine);cursor:pointer;list-style:none;box-shadow:0 10px 24px #ffda6647}.mobile-menu__toggle::marker{display:none;content:""}.mobile-menu__toggle::-webkit-details-marker{display:none}.mobile-menu__bars{display:grid;gap:4px;width:20px}.mobile-menu__bars span{display:block;height:2px;border-radius:999px;background:currentColor}.mobile-menu__panel{position:absolute;top:calc(100% + .75rem);right:0;width:min(330px,calc(100vw - 2rem));padding:.75rem;border:1px solid rgba(208,168,248,.5);border-radius:var(--radius);background:#fffffffa;box-shadow:0 22px 60px #24142e2e}.mobile-menu__nav{display:grid;gap:.35rem}.mobile-menu__nav a:not(.button){padding:.8rem .9rem;border-radius:10px;color:var(--aubergine);font-weight:850}.mobile-menu__nav a:not(.button):hover{background:var(--lavender-soft);text-decoration:none}.mobile-menu__cta{margin-top:.35rem;width:100%}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.86rem 1.35rem;border:1px solid var(--yellow);border-radius:var(--radius);background:var(--yellow);color:var(--aubergine);text-decoration:none;font-weight:850;line-height:1.1;cursor:pointer;box-shadow:0 12px 28px #ffda6647;transition:transform .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px);box-shadow:0 16px 32px #ffda6657}.button:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid rgba(255,218,102,.75);outline-offset:3px}.button--small{min-height:42px;padding:.72rem 1.08rem;font-size:.9rem}.button--ghost,.button--quiet{border-color:#4410682e;background:var(--white);box-shadow:none}.button--quiet:hover,.button--ghost:hover{box-shadow:0 10px 24px #44106814}.hero{position:relative;display:grid;grid-template-columns:minmax(610px,.86fr) minmax(0,1.14fr);align-items:stretch;gap:0;width:min(100%,1440px);min-height:760px;margin:0 auto;padding:0 max(1.25rem,calc((100vw - var(--max-width)) / 2));overflow:hidden}.hero__copy{position:relative;z-index:2;align-self:center;max-width:620px;padding-block:clamp(3.2rem,7vw,6.6rem)}.hero__copy p{max-width:34rem;font-size:clamp(1.08rem,1.4vw,1.25rem)}.hero__actions,.booking-card__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.hero__image-wrap{position:relative;align-self:stretch;min-height:760px;width:calc(100% + 8rem);margin-left:-8rem;overflow:hidden;border-radius:0;box-shadow:none}.hero__image-wrap:before{position:absolute;inset:-8% auto -8% -28%;z-index:1;width:52%;border-radius:50%;background:var(--white);content:"";pointer-events:none}.hero__image-wrap img{width:100%;height:100%;min-height:0;object-fit:cover}.section{padding:clamp(4.5rem,8vw,7rem) max(1.25rem,calc((100vw - var(--max-width)) / 2))}.section--lavender{background:linear-gradient(180deg,var(--lavender-soft),#fff)}.section__intro{max-width:760px;margin:0 auto 2.8rem;text-align:center}.pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.5rem;max-width:var(--max-width);margin:0 auto}.pillar-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffe6;box-shadow:0 12px 34px #24142e14}.pillar-card__media{position:relative}.pillar-card__icon{position:absolute;top:1rem;left:1rem;z-index:2;display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,var(--lavender),#b87df0);color:var(--white);box-shadow:0 12px 26px #44106838}.pillar-card__icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.pillar-card__media>img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.pillar-card__body{display:flex;flex:1;flex-direction:column;padding:1.3rem}.pillar-card__details{margin-top:auto;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}.pillar-card__details summary{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.4rem 0 0;color:var(--purple);font-weight:850;list-style:none}.pillar-card__details summary::-webkit-details-marker{display:none}.pillar-card__details summary:after{width:.46rem;height:.46rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;content:"";transform:rotate(45deg) translateY(-2px)}.pillar-card__details[open] summary:after{transform:rotate(225deg) translateY(-1px)}.pillar-card__details ul{display:grid;gap:.55rem;margin:.65rem 0 0;padding:1rem 1rem 1rem 2rem;border:1px solid rgba(208,168,248,.62);border-radius:var(--radius);background:var(--lavender-soft);color:var(--aubergine-soft);line-height:1.55}.offers{background:radial-gradient(circle at 90% 20%,rgba(208,168,248,.28),transparent 22rem),var(--white)}.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.4rem;max-width:var(--max-width);margin:0 auto}.offer-card{display:flex;flex-direction:column;align-items:flex-start;height:100%;min-height:100%;padding:clamp(1.5rem,4vw,2.3rem);border:1px solid rgba(208,168,248,.62);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#faf5ff);box-shadow:0 18px 44px #44106817}.offer-card--featured{background:linear-gradient(135deg,#fff,#f4e8ff 74%);border-color:#44106842;box-shadow:0 22px 54px #44106824}.offer-card .button{margin-top:auto}.offer-card__price{margin-bottom:1rem;color:var(--purple);font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1}.offer-card__note{width:100%;margin:-.35rem 0 1.25rem;padding-top:.9rem;border-top:1px solid rgba(68,16,104,.12);color:var(--purple);font-size:.9rem;font-weight:780;line-height:1.45}.eyebrow{margin-bottom:.6rem;color:var(--purple);font-size:.86rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.check-list{display:grid;gap:.65rem;margin:1.2rem 0 1.6rem;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.7rem;color:var(--aubergine-soft);line-height:1.5}.check-list li:before{position:absolute;top:.18rem;left:0;width:1rem;height:1rem;border-radius:50%;background:var(--lavender);content:""}.check-list li:after{position:absolute;top:.41rem;left:.34rem;width:.34rem;height:.18rem;border-bottom:2px solid var(--white);border-left:2px solid var(--white);content:"";transform:rotate(-45deg)}.booking{max-width:var(--max-width);margin:0 auto;padding-bottom:clamp(2rem,4vw,3.2rem)}.booking__intro{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:end;gap:clamp(1.5rem,5vw,4rem);margin-bottom:clamp(1.5rem,4vw,2.5rem)}.booking__copy{max-width:620px}.booking__side .check-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:0}.booking__note{margin-top:1.25rem;padding:1rem 1.1rem;border:1px solid rgba(208,168,248,.62);border-radius:var(--radius);background:var(--lavender-soft);color:var(--purple);font-weight:800;line-height:1.45}.booking-card,.booking-embed--empty{display:grid;place-items:center;min-height:390px;padding:clamp(1.4rem,4vw,3rem);text-align:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.booking-card h3,.booking-embed--empty h3{font-size:clamp(1.55rem,2vw,2rem)}.booking-card small{display:block;margin-top:1rem;color:var(--aubergine-soft)}.booking-embed{display:grid;gap:1rem;width:100%;text-align:left}.booking-embed--empty{background:linear-gradient(145deg,#fff,var(--lavender-soft))}.booking-widgets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.2rem;width:100%}.booking-widgets--schedule-only{grid-template-columns:1fr}.booking-widget{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(208,168,248,.62);border-radius:var(--radius);background:var(--white);box-shadow:0 16px 38px #44106814}.booking-widget--wide{grid-column:1 / -1}.booking-widget--schedule{border-color:#d0a8f8b8;background:radial-gradient(circle at 10% 0%,rgba(255,218,102,.16),transparent 30rem),linear-gradient(135deg,#fff,#fbf7ff)}.booking-widget__header{padding:1.2rem 1.25rem .75rem;border-bottom:1px solid rgba(208,168,248,.4);background:linear-gradient(135deg,#fff,var(--lavender-soft))}.booking-widget__header p:last-child{margin-bottom:0;font-size:.95rem;line-height:1.45}.booking-widget__frame{min-height:920px;padding:.75rem;background:var(--white)}.booking-widget--wide .booking-widget__frame{min-height:700px}.booking-embed__fallback{justify-self:start}.booking-widget__source{position:absolute;top:0;left:-12000px;width:1120px;height:980px;overflow:hidden;opacity:0;pointer-events:none}.booking-widget__frame--source{width:1120px;min-height:940px}.schedule-disclosure{position:relative}.schedule-disclosure__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.9rem,2.5vw,1.35rem);padding:clamp(1rem,3vw,1.6rem);cursor:pointer;list-style:none}.schedule-disclosure__summary::-webkit-details-marker{display:none}.schedule-disclosure__summary:focus-visible{outline:3px solid rgba(255,218,102,.9);outline-offset:-6px}.schedule-disclosure__icon{display:grid;place-items:center;width:clamp(3.25rem,7vw,4.5rem);aspect-ratio:1;border-radius:18px;background:var(--yellow);color:var(--aubergine);box-shadow:0 14px 28px #4410681f}.schedule-disclosure__icon svg,.schedule-disclosure__chevron svg{width:1.7rem;height:1.7rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6}.schedule-disclosure__icon rect{fill:none}.schedule-disclosure__copy{display:grid;gap:.18rem;min-width:0}.schedule-disclosure__copy .eyebrow{margin:0}.schedule-disclosure__title{color:var(--aubergine);font-size:clamp(1.35rem,2.5vw,2rem);font-weight:950;line-height:1.05}.schedule-disclosure__description{color:var(--aubergine-soft);font-weight:750}.schedule-disclosure__chevron{display:grid;place-items:center;width:2.75rem;aspect-ratio:1;border:1px solid rgba(68,16,104,.12);border-radius:999px;background:var(--white);color:var(--purple);transition:transform .18s ease,background .18s ease}.schedule-disclosure[open] .schedule-disclosure__chevron{transform:rotate(180deg);background:var(--lavender-soft)}.schedule-disclosure:not([open])>.schedule-mirror{display:none}.schedule-disclosure>.schedule-mirror{border-top:1px solid rgba(208,168,248,.44);background:#ffffffb8}.schedule-mirror{padding:clamp(1rem,3vw,1.5rem)}.schedule-mirror__loading,.schedule-mirror__empty,.schedule-mirror__notice{padding:1.2rem;border:1px solid rgba(208,168,248,.45);border-radius:var(--radius);background:var(--lavender-soft)}.schedule-mirror__loading{display:flex;align-items:center;gap:.9rem}.schedule-mirror__loading p{margin:0}.schedule-mirror__loading p+p{margin-top:.15rem}.schedule-mirror__spinner{flex:0 0 auto;width:2.3rem;aspect-ratio:1;border:3px solid rgba(68,16,104,.12);border-top-color:var(--purple);border-radius:999px;animation:schedule-spin .8s linear infinite}@keyframes schedule-spin{to{transform:rotate(360deg)}}.schedule-mirror__notice--error{border-color:#44106833;background:#fff8e6;color:var(--aubergine)}.schedule-mirror__notice p{margin:0 0 .85rem}.schedule-mirror__notice p:last-child{margin-bottom:0}.schedule-mirror__toolbar{display:flex;align-items:end;justify-content:space-between;gap:.9rem;margin-bottom:1rem}.schedule-mirror__toolbar h3{margin:0;font-size:clamp(1.45rem,2vw,2rem)}.schedule-mirror__toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem}.schedule-mirror__account{border-color:#44106829}.schedule-mirror__week-nav{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:.35rem}.schedule-mirror__toolbar-actions .button,.schedule-mirror__week-nav .button{min-height:36px;padding:.48rem .68rem;font-size:.82rem;white-space:nowrap}.schedule-mirror__week-nav .button{display:inline-flex;align-items:center;gap:.32rem}.schedule-view-toggle{display:inline-flex;padding:.22rem;border:1px solid rgba(68,16,104,.14);border-radius:999px;background:var(--white)}.schedule-view-toggle button{min-height:36px;padding:.48rem .8rem;border:0;border-radius:999px;background:transparent;color:var(--aubergine-soft);font:inherit;font-size:.86rem;font-weight:850;cursor:pointer}.schedule-view-toggle button[aria-pressed=true]{background:var(--yellow);color:var(--aubergine);box-shadow:0 8px 18px #ffda6638}.schedule-mirror__filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-bottom:1rem}.schedule-mirror__filters label{display:grid;gap:.35rem;color:var(--aubergine);font-weight:800}.schedule-mirror__filters span{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.schedule-mirror__filters select{min-width:0;width:100%;padding:.8rem .9rem;border:1px solid rgba(68,16,104,.16);border-radius:10px;background:var(--white);color:var(--aubergine);font:inherit}.schedule-mirror__list{display:grid;gap:.8rem}.schedule-calendar{max-width:100%;border:1px solid rgba(208,168,248,.5);border-radius:var(--radius);background:var(--white);box-shadow:0 12px 32px #4410680f;overflow:hidden}.schedule-calendar__scroller{max-width:100%;overflow-x:auto}.schedule-calendar__inner{display:grid;grid-template-columns:70px minmax(1160px,1fr);grid-template-rows:auto var(--calendar-height);min-width:1240px;background:var(--white);overflow:hidden}.schedule-calendar__corner{display:grid;place-items:center;padding:.8rem .65rem;border-right:1px solid rgba(208,168,248,.45);border-bottom:1px solid rgba(208,168,248,.45);background:var(--lavender-soft);color:var(--purple);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.schedule-calendar__days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid rgba(208,168,248,.45);background:linear-gradient(135deg,#fff,#fbf7ff)}.schedule-calendar__day{padding:.8rem .7rem;border-left:1px solid rgba(208,168,248,.36);color:var(--aubergine);font-size:.9rem;font-weight:900;text-align:center}.schedule-calendar__times{position:relative;height:var(--calendar-height);border-right:1px solid rgba(208,168,248,.45);background:var(--lavender-soft);overflow:hidden}.schedule-calendar__time{position:absolute;right:.7rem;transform:translateY(-.6em);color:#24142e8f;font-size:.74rem;font-weight:850;line-height:1}.schedule-calendar__time--first{transform:none}.schedule-calendar__time--last{transform:translateY(-100%)}.schedule-calendar__columns{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));height:var(--calendar-height);overflow:hidden;background:repeating-linear-gradient(to bottom,rgba(208,168,248,.28) 0,rgba(208,168,248,.28) 1px,transparent 1px,transparent var(--calendar-hour-height))}.schedule-calendar__column{position:relative;min-width:0;height:100%;overflow:hidden;border-left:1px solid rgba(208,168,248,.28)}.schedule-calendar__event{position:absolute;right:.28rem;left:.28rem;display:grid;align-content:start;gap:.08rem;min-width:0;padding:.38rem .44rem;overflow:hidden;border:1px solid rgba(68,16,104,.16);border-radius:8px;background:linear-gradient(135deg,var(--yellow),#ffe890);color:var(--aubergine);text-align:left;font:inherit;cursor:pointer;box-shadow:0 8px 18px #4410681c}.schedule-calendar__event--blocked{background:linear-gradient(135deg,#f5ecff,#fff);color:#24142eb8;opacity:.82}.schedule-calendar__event-time{font-size:.68rem;font-weight:950;line-height:1}.schedule-calendar__event-title{display:-webkit-box;min-width:0;overflow:hidden;font-size:.76rem;font-weight:950;line-height:1.07;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.schedule-calendar__event-detail{min-width:0;color:#24142ead;font-size:.66rem;font-weight:850;line-height:1.08;margin-top:.04rem;overflow-wrap:anywhere}.schedule-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;border:1px solid rgba(208,168,248,.52);border-radius:var(--radius);background:linear-gradient(135deg,#fff,#fbf7ff);box-shadow:0 10px 26px #44106812}.schedule-card--blocked{opacity:.78}.schedule-card__content{display:grid;align-content:start;gap:.16rem;min-width:0;--schedule-card-text-indent: 0}.schedule-card__content>*{justify-self:start;margin-inline:0;padding-inline-start:var(--schedule-card-text-indent);text-align:left}.schedule-card h4{margin:0;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.18}.schedule-card p{margin:0}.schedule-card__time{color:var(--purple);font-weight:900;line-height:1.2}.schedule-card__meta{color:#24142e9e;font-size:.94rem;font-weight:560;line-height:1.35}.schedule-card__actions{display:grid;align-self:center;justify-items:end;gap:.55rem}.schedule-card__badge{padding:.35rem .55rem;border-radius:999px;background:#d0a8f838;color:var(--purple);font-size:.78rem;font-weight:900}.schedule-mirror__meta{max-width:820px;margin:1rem 0 0;color:var(--aubergine-soft);font-size:.9rem}.schedule-dialog{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1rem;background:#24142e73}.schedule-dialog__panel{width:min(100%,520px);padding:clamp(1.2rem,4vw,2rem);border-radius:var(--radius);background:var(--white);box-shadow:0 24px 80px #24142e47}.schedule-dialog__panel h3{margin-bottom:.8rem}.schedule-dialog__details{display:grid;gap:.2rem;margin:0 0 1rem;padding:.85rem 1rem;border:1px solid rgba(208,168,248,.48);border-radius:12px;background:var(--lavender-soft)}.schedule-dialog__details p,.schedule-dialog__intro{margin:0}.schedule-dialog__details p{color:var(--aubergine);font-weight:900}.schedule-dialog__details span,.schedule-dialog__intro{color:var(--aubergine-soft)}.schedule-dialog__hint{margin:-.2rem 0 0;color:var(--aubergine-soft);font-size:.9rem}.schedule-dialog__form{display:grid;gap:.85rem}.schedule-dialog__form label{display:grid;gap:.35rem;color:var(--aubergine);font-weight:850}.schedule-dialog__form label span{font-size:.86rem;text-transform:uppercase;letter-spacing:.04em}.schedule-dialog__form input{width:100%;padding:.85rem .95rem;border:1px solid rgba(68,16,104,.18);border-radius:10px;background:var(--white);color:var(--aubergine);font:inherit}.schedule-dialog__form input:focus{border-color:var(--purple);outline:3px solid rgba(208,168,248,.42)}.schedule-dialog__form input[readonly]{background:#f6f0ffcc;color:var(--aubergine-soft)}.schedule-dialog__error,.schedule-dialog__success{margin:0;padding:.85rem 1rem;border-radius:12px;font-weight:760}.schedule-dialog__error{border:1px solid rgba(68,16,104,.2);background:#fff8e6;color:var(--aubergine)}.schedule-dialog__success{border:1px solid rgba(69,164,104,.24);background:#f1fff5;color:var(--aubergine)}.schedule-dialog__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.schedule-dialog__choice-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.community{padding:clamp(1.4rem,3vw,2.4rem) 0 0;background:var(--white)}.about-band{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(1.2rem,4vw,3rem);max-width:var(--max-width);margin:0 auto clamp(2.5rem,5vw,4rem);padding:clamp(1.4rem,4vw,2.2rem);border:1px solid rgba(208,168,248,.6);border-radius:var(--radius);background:linear-gradient(135deg,#fff,#f7efff);box-shadow:0 16px 38px #44106814}.about-band__logo{display:grid;place-items:center;width:clamp(108px,12vw,150px);height:clamp(108px,12vw,150px);border-radius:50%;background:var(--white);box-shadow:inset 0 0 0 12px #d0a8f838}.about-band__logo img{width:clamp(88px,12vw,140px);border-radius:50%}.tag-list{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.1rem 0 0;padding:0;list-style:none}.tag-list li{padding:.55rem .75rem;border:1px solid rgba(68,16,104,.16);border-radius:999px;background:#ffffffc7;color:var(--purple);font-size:.9rem;font-weight:800}.community__gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;max-width:min(1380px,calc(100vw - 2rem));margin:0 auto}.community__gallery .ai-photo{height:clamp(260px,28vw,440px);overflow:hidden;border-radius:var(--radius)}.community__gallery img{width:100%;height:100%;object-fit:cover}.faq{display:grid;grid-template-columns:.42fr .58fr;gap:clamp(2rem,5vw,5rem);max-width:none}.faq__intro,.faq__items{width:min(100%,560px)}.faq__intro{justify-self:end}.faq__items{display:grid;gap:.8rem}details{border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}summary{cursor:pointer;padding:1.15rem 1.25rem;font-weight:800}details p{margin:0;padding:0 1.25rem 1.25rem}.contact{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:clamp(2rem,6vw,5rem);max-width:var(--max-width);margin:0 auto}.contact__copy{max-width:540px}.contact__details{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.25rem 1.5rem;padding:clamp(1.4rem,4vw,2.2rem);border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.contact__details img{grid-row:span 2;width:clamp(72px,10vw,110px);border-radius:50%}.contact__studios{display:grid;gap:1.15rem}.contact__studios h3,.contact__direct h3{margin-bottom:.35rem;font-size:1.2rem}.contact__direct{grid-column:2;display:grid;gap:.4rem}.contact__direct a{width:fit-content;color:var(--purple);font-weight:800;text-decoration:none}.contact__direct a:hover{text-decoration:underline;text-underline-offset:.25em}address{display:grid;gap:.25rem;color:var(--aubergine-soft);font-style:normal;line-height:1.55}.contact__details p{margin-bottom:.35rem}.site-footer{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:clamp(1.5rem,5vw,4rem);padding:clamp(3rem,6vw,5rem) max(1.25rem,calc((100vw - var(--max-width)) / 2));background:linear-gradient(135deg,var(--aubergine),var(--purple));color:var(--white)}.site-footer h2{margin-bottom:.85rem;color:var(--white);font-size:1rem}.site-footer p,.site-footer a{display:block;color:#ffffffc7}.site-footer a{margin:.35rem 0}.footer-note{margin-top:1rem}.footer-note span{display:block}.site-footer__brand{min-width:0}.site-footer__social-title{margin:1.35rem 0 .7rem;color:var(--white);font-weight:850}.social-links{display:flex;gap:.9rem;align-items:center}.site-footer .social-link{display:grid;place-items:center;width:58px;height:58px;margin:0;border:2px solid var(--lavender);border-radius:50%;background:var(--white);color:var(--purple);text-decoration:none;box-shadow:0 8px 18px #00000029;transition:transform .16s ease,border-color .16s ease}.site-footer .social-link:hover{transform:translateY(-2px);border-color:var(--yellow);text-decoration:none}.site-footer .social-link svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.site-footer .social-link--facebook svg{fill:currentColor;stroke:none}.consent-panel{position:fixed;right:1rem;bottom:1rem;z-index:40;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem;width:min(720px,calc(100vw - 2rem));padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius);background:#fffffff5;box-shadow:var(--shadow);backdrop-filter:blur(16px)}.consent-panel h2{margin-bottom:.4rem;font-size:1.35rem}.consent-panel p{margin-bottom:0;font-size:.95rem}.consent-panel__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem}.legal-page{min-height:100vh;padding:0 1.25rem clamp(3rem,7vw,5rem);background:linear-gradient(180deg,var(--lavender-soft),#fff)}.legal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:calc(100% + 2.5rem);min-height:96px;margin:0 -1.25rem clamp(2rem,6vw,4rem);padding:1.1rem max(1.25rem,calc((100vw - 880px)/2));border-bottom:1px solid var(--line);background:var(--white)}.legal-page__back{display:inline-flex;width:auto;margin:0;color:var(--aubergine);font-weight:800;text-decoration:none}.legal-card{max-width:880px;margin:0 auto;padding:clamp(1.5rem,5vw,3.5rem);border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.legal-card h1{margin-bottom:1rem;font-size:clamp(2.4rem,5vw,4.5rem)}.legal-card h2{margin-top:2rem;font-size:1.35rem}.legal-warning{padding:1rem;border-left:5px solid var(--yellow);border-radius:var(--radius);background:#fff8df}.legal-meta{margin-bottom:2rem;color:var(--purple);font-weight:800}.legal-card ul{color:var(--aubergine-soft);line-height:1.65}.legal-links{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--line)}.legal-links a{color:var(--purple);font-weight:800;text-decoration:none}.legal-links a:hover{text-decoration:underline;text-underline-offset:.25em}@media(max-width:1040px){.site-header__nav{gap:.85rem;font-size:.82rem}.hero,.booking,.contact,.faq{grid-template-columns:1fr}.hero{min-height:0}.hero__image-wrap,.hero__image-wrap img{min-height:420px}.hero__image-wrap{width:100%;margin-left:0;border-radius:var(--radius)}.hero__image-wrap:before{display:none}.pillar-grid,.offer-grid,.site-footer,.booking__intro,.booking-widgets,.booking__side .check-list{grid-template-columns:1fr}.booking-widget--wide{grid-column:auto}.schedule-mirror__toolbar,.schedule-card{grid-template-columns:1fr}.schedule-mirror__toolbar{display:grid;align-items:start}.schedule-mirror__toolbar-actions{justify-content:flex-start}.schedule-disclosure__summary{align-items:start}.schedule-card__actions{justify-items:start}.faq__intro,.faq__items{justify-self:stretch;width:min(100%,var(--max-width));margin:0 auto}.community__gallery,.consent-panel{grid-template-columns:1fr}.consent-panel__actions{justify-content:flex-start}}@media(max-width:900px){.site-header{align-items:center;min-height:66px;padding:.7rem 1rem}.brand{min-width:0}.site-header__nav,.site-header__actions{display:none}.brand img{width:min(150px,48vw)}.mobile-menu{position:relative;z-index:2;display:block;flex:0 0 auto}}@media(max-width:780px){.brand--footer img{width:min(180px,64vw)}.hero{padding-top:1rem}h1{font-size:clamp(3rem,14vw,4rem)}.hero__actions,.booking-card__actions,.consent-panel__actions{flex-direction:column;align-items:stretch}.hero__image-wrap{clip-path:none;border-radius:var(--radius)}.hero__image-wrap,.hero__image-wrap img{min-height:320px}.section,.hero,.contact{padding-inline:1rem}.about-band,.contact__details{grid-template-columns:1fr}.contact__details img{grid-row:auto}.contact__direct{grid-column:auto}.booking-card{min-height:320px}.booking-widget__frame,.booking-widget--wide .booking-widget__frame{min-height:1040px}.booking-widget--wide .booking-widget__frame{min-height:620px}.schedule-disclosure__summary{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.schedule-disclosure__chevron{grid-column:auto;justify-self:end;width:2.5rem}.schedule-mirror{padding:1rem}.schedule-mirror__filters{grid-template-columns:1fr}.schedule-dialog__actions{display:grid;grid-template-columns:1fr;width:100%}.schedule-calendar__inner{min-width:1160px}.community__gallery{grid-template-columns:1fr}.legal-header{min-height:80px}.legal-header .brand img{height:34px}.legal-header .button{min-height:42px;padding-inline:.9rem;font-size:.86rem}}@media(max-width:640px){.schedule-mirror__toolbar-actions{display:grid;grid-template-columns:1fr;width:100%}.schedule-mirror__week-nav,.schedule-view-toggle{display:grid;grid-template-columns:1fr 1fr;width:100%}.schedule-mirror__account{justify-content:center;width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
