.preloader{z-index:9999;background:var(--plum-950);background-image:radial-gradient(circle,#a96fbf17 0%,#0000 65%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.preloader__monolith{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:min(80vw,360px);display:flex}.preloader__brand-title{font-family:var(--font-display);color:#fff;letter-spacing:.28em;text-transform:uppercase;font-size:clamp(1.8rem,6vw,2.6rem);font-weight:300;line-height:1.1}.preloader__sub-label{font-family:var(--font-body);color:#fff9;letter-spacing:.36em;text-transform:uppercase;margin-top:.2rem;font-size:.68rem;font-weight:400}@media (width<=640px){.preloader__monolith{gap:.5rem;width:min(85vw,300px)}}.nav{z-index:900;transition:all .5s var(--ease);background:0 0;padding:1.1rem 0;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;padding:.6rem 0;box-shadow:0 4px 12px #00000014}.nav__inner{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.nav__brand img{width:auto;height:60px;transition:height .5s var(--ease);border-radius:10px}.nav--scrolled .nav__brand img{height:44px}.nav__links{align-items:center;gap:2.2rem;display:flex}.nav__links>a{letter-spacing:.18em;text-transform:uppercase;color:var(--plum-800);padding:.4rem 0;font-size:.82rem;font-weight:500;position:relative}.nav__links>a span{position:relative}.nav__links>a span:after{content:"";background:var(--orchid);width:0;height:1.5px;transition:width .4s var(--ease);position:absolute;bottom:-4px;left:0}.nav__links>a:hover span:after{width:100%}.nav__cta-mobile{display:none}.nav__cta{background:linear-gradient(120deg, var(--plum-800), var(--plum-600));color:#fff;letter-spacing:.06em;transition:transform .4s var(--ease);border-radius:100px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-size:.82rem;font-weight:500;text-decoration:none;display:inline-flex;box-shadow:0 14px 34px -16px #421560d9}.nav__cta:hover{transform:translateY(-3px)}.nav__pulse{background:#7cffb2;border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulseDot;box-shadow:0 0 #7cffb2b3}@keyframes pulseDot{0%{box-shadow:0 0 #7cffb299}70%{box-shadow:0 0 0 9px #7cffb200}to{box-shadow:0 0 #7cffb200}}.nav__burger{z-index:1001;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav__burger span{background:var(--plum-800);border-radius:1px;width:24px;height:2px;transition:all .3s}.nav__burger.is-open span{background:#faf8f5}.nav__burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav__burger.is-open span:nth-child(2){opacity:0}.nav__burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.sidebar-desktop{display:none!important}@media (width<=980px){.nav{left:0!important;right:0!important}main,footer{margin-left:0!important}.nav__cta{display:none}.nav__burger{display:flex}.nav__links,.sidebar-close-btn{display:none}}.sidebar-backdrop{z-index:999;-webkit-backdrop-filter:blur(8px);background:#0f0814a6;position:fixed;inset:0}.sidebar-drawer{z-index:1000;background:linear-gradient(165deg,#1c1221 0%,#291735 50%,#150c19 100%);border-left:1px solid #ffffff14;flex-direction:column;width:300px;max-width:85vw;padding:1.5rem 1.25rem;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-10px 0 35px #00000073}.sidebar-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:1.25rem;padding-right:2.5rem;display:flex}.sidebar-brand-box{align-items:center;gap:.8rem;display:flex}.sidebar-avatar{background:#ffffff14;border:1px solid #d4b9964d;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.sidebar-avatar img{object-fit:cover;width:100%;height:100%}.sidebar-brand-text{flex-direction:column;display:flex}.sidebar-title{font-family:var(--font-display);color:#faf8f5;letter-spacing:.02em;font-size:1rem;font-weight:600}.sidebar-subtitle{color:#d4b996;letter-spacing:.05em;opacity:.85;font-size:.72rem}.sidebar-close-btn{color:#fffc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.sidebar-close-btn:hover{color:#fff;background:#ffffff26;transform:scale(1.05)}.sidebar-nav{flex-direction:column;flex:1;gap:.45rem;margin-top:1.25rem;display:flex}.sidebar-link{color:#faf8f5b8;border-radius:14px;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.sidebar-link-content{align-items:center;gap:.9rem;display:flex}.sidebar-icon{color:#faf8f58c;transition:color .25s,transform .25s}.sidebar-link:hover{color:#faf8f5;background:#ffffff0f;transform:translate(-2px)}.sidebar-link:hover .sidebar-icon{color:#d4b996;transform:scale(1.1)}.sidebar-link.active{color:#fff;background:linear-gradient(135deg,#d4b99638 0%,#d4b99614 100%);border:1px solid #d4b99659;font-weight:600;box-shadow:0 4px 16px #0003}.sidebar-link.active .sidebar-icon{color:#e6ca9f}.sidebar-pill-dot{background:#d4b996;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #d4b996}.sidebar-footer-card{background:linear-gradient(145deg,#ffffff0f 0%,#ffffff05 100%);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:.7rem;margin-top:1.5rem;padding:1.1rem;display:flex}.sidebar-card-badge{text-transform:uppercase;letter-spacing:.08em;color:#d4b996;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;display:inline-flex}.sidebar-status-dot{background:#7cffb2;border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulseDot;box-shadow:0 0 8px #7cffb2b3}.sidebar-location{color:#ffffffa6;margin:0;font-size:.8rem}.sidebar-cta-button{background:linear-gradient(120deg, var(--plum-800,#421560), var(--plum-600,#662691));color:#fff;border:1px solid #d4b99666;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.2rem;padding:.7rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 8px 20px #42156066}.sidebar-cta-button:hover{border-color:#d4b996b3;transform:translateY(-2px);box-shadow:0 10px 24px #42156099}@media (width>=981px){.sidebar-wrapper,.nav__links{display:none!important}.sidebar-desktop{z-index:950;background:linear-gradient(#1c0c2d 0%,#150824 100%);border-right:1px solid #ffffff14;flex-direction:column;width:240px;padding:1.25rem .8rem;transition:width .3s cubic-bezier(.16,1,.3,1),padding .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 25px #00000059;display:flex!important;overflow:visible!important}.sidebar-desktop.is-collapsed{width:64px;padding:1.25rem .4rem}.sidebar-desktop.is-collapsed .sidebar-header{border-bottom:1px solid #ffffff14;justify-content:center;padding-bottom:.8rem;padding-right:0}.sidebar-desktop.is-collapsed .sidebar-nav{align-items:center;gap:.65rem;margin-top:.9rem}.sidebar-desktop.is-collapsed .sidebar-link{border:1px solid #0000;border-radius:12px;justify-content:center;width:42px;height:42px;padding:0;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative}.sidebar-desktop.is-collapsed .sidebar-link-content{justify-content:center;align-items:center;gap:0;display:flex}.sidebar-desktop.is-collapsed .sidebar-link.active{background:linear-gradient(135deg,#ffffff29 0%,#ffffff0f 100%);border-color:#fff3;box-shadow:0 4px 14px #00000059}.sidebar-desktop.is-collapsed .sidebar-link.active .sidebar-icon{color:#fff}.sidebar-desktop.is-collapsed .sidebar-link:not(.active):hover{background:#ffffff14}.sidebar-desktop.is-collapsed .sidebar-link:not(.active):hover .sidebar-icon{color:#fff}.sidebar-collapse-toggle{color:#ffffffd9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.sidebar-collapse-toggle:hover{color:#fff;background:#ffffff2e;border-color:#ffffff40;transform:scale(1.05)}.sidebar-tooltip-bubble{color:#faf8f5;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;z-index:1050;background:#230e38;border:1px solid #ffffff29;border-radius:8px;padding:.4rem .85rem;font-size:.78rem;font-weight:500;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1),visibility .2s;position:absolute;top:50%;left:calc(100% + 14px);transform:translateY(-50%)translate(-6px);box-shadow:0 8px 24px #00000073}.sidebar-tooltip-bubble:before{content:"";border:5px solid #0000;border-right-color:#230e38;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.sidebar-desktop.is-collapsed .sidebar-link:hover .sidebar-tooltip-bubble{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}.nav{left:var(--sidebar-width,64px);transition:left .3s cubic-bezier(.16,1,.3,1)}main,footer{margin-left:var(--sidebar-width,64px);transition:margin-left .3s cubic-bezier(.16,1,.3,1)}}.scroll-to-top{width:46px;height:46px;color:var(--plum-800);cursor:pointer;z-index:2000;opacity:0;visibility:hidden;transition:opacity .4s var(--ease), transform .4s var(--ease), visibility .4s, background .4s, color .4s, border-color .4s, box-shadow .4s;background:#fff;border:1px solid #60347d26;border-radius:50%;outline:none;place-items:center;display:grid;position:fixed;bottom:24px;right:24px;transform:translateY(15px)scale(.9);box-shadow:0 12px 28px -12px #2a0d3f80}.scroll-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.scroll-to-top:hover{background:var(--plum-800);color:#fff;border-color:var(--plum-800);transform:translateY(-4px)scale(1.05);box-shadow:0 16px 36px -12px #2a0d3fb3}@media (width<=980px){.scroll-to-top{width:44px;height:44px;bottom:78px;right:18px;box-shadow:0 4px 12px #2a0d3f66}.scroll-to-top:hover{transform:translateY(-2px)scale(1.03)}}.hiring-badge{z-index:2000;background:linear-gradient(135deg, var(--plum-800), var(--plum-600));color:#fff;letter-spacing:.03em;cursor:pointer;opacity:0;visibility:hidden;will-change:transform, opacity;backface-visibility:hidden;border-radius:100px;align-items:center;gap:.55rem;padding:.6rem 1.1rem .6rem .85rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .5s cubic-bezier(.16,1,.3,1),visibility .5s,transform .5s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:inline-flex;position:fixed;bottom:24px;left:24px;transform:translateY(20px)scale(.9);box-shadow:0 12px 32px -8px #2a0d3f99,inset 0 0 0 1px #ffffff14}.hiring-badge--visible{opacity:1;visibility:visible;transform:translate(0,0)scale(1)}.hiring-badge:hover{background:linear-gradient(135deg, var(--plum-700), var(--orchid));transform:translateY(-3px)scale(1.03);box-shadow:0 16px 40px -8px #2a0d3fbf,inset 0 0 0 1px #ffffff1f}.hiring-badge__dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px;position:relative}.hiring-badge__pulse{pointer-events:none;will-change:transform, opacity;backface-visibility:hidden;background:#4ade8059;border-radius:50%;width:18px;height:18px;animation:2.5s ease-in-out infinite hiringPulse;position:absolute;top:50%;left:14px;transform:translate(-50%,-50%)scale(1)}@keyframes hiringPulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}.hiring-badge__text{white-space:nowrap;line-height:1}.hiring-badge__close{cursor:pointer;color:#ffffffb3;backface-visibility:hidden;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-left:.2rem;padding:0;transition:background .25s,color .25s,transform .25s;display:flex}.hiring-badge__close:hover{color:#fff;background:#ffffff4d;transform:rotate(90deg)}.hiring-badge__close svg{width:12px;height:12px}@media (width<=980px){.hiring-badge{padding:.5rem .95rem .5rem .75rem;font-size:.78rem;bottom:16px;left:16px}}@media (width<=480px){.hiring-badge{bottom:12px;left:12px}}@media (prefers-reduced-motion:reduce){.hiring-badge{transition:none}.hiring-badge__pulse{animation:none}}.hero{background:radial-gradient(80% 60% at 80% 10%, var(--blush) 0%, transparent 60%), radial-gradient(70% 70% at 10% 90%, var(--sand) 0%, transparent 55%), var(--cream);align-items:center;min-height:100vh;padding:8rem 0 14rem;display:flex;position:relative;overflow:hidden}.hero__noise{pointer-events:none;opacity:.6;background-image:radial-gradient(#60347d0d 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.hero__blob{filter:blur(60px);opacity:.5;border-radius:50%;animation:18s ease-in-out infinite float;position:absolute}.hero__blob--1{background:var(--rose);width:400px;height:1000px;top:-90px;right:-90px}.hero__blob--2{background:var(--mauve);width:380px;height:380px;animation-delay:-6s;bottom:-120px;left:-100px}.hero__blob--3{background:var(--orchid);opacity:.25;width:260px;height:260px;animation-delay:-3s;top:40%;left:45%}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-30px)scale(1.08)}}.since{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.42em;background-color:var(--plum-700);color:#fff;border:#4b3a52;border-radius:10px;align-items:center;gap:1rem;margin-bottom:1.8rem;padding:10px;font-size:.9rem;font-weight:500;display:inline-flex}.hero .eyebrow:before{display:none}.hero__grid{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;display:grid;position:relative}.hero__title{color:var(--plum-900);margin:1.4rem 0 1.6rem;font-size:clamp(2.8rem,7vw,5.6rem)}.hero__line{display:block;overflow:hidden}.hero__line>span{display:inline-block}.hero__accent{background:linear-gradient(110deg, var(--plum-600), var(--orchid));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:500}.hero__desc{color:#4b3a52;max-width:30rem;font-size:1.12rem}.hero__desc strong{font-weight:600}.hero__actions{flex-wrap:wrap;gap:1rem;margin:1rem 0 .5rem;display:flex}.book{max-width:220px;transition:transform .3s var(--ease), box-shadow .3s var(--ease);justify-content:center;align-items:center;gap:.5rem;font-weight:600;display:inline-flex;border-radius:10px!important;width:fit-content!important;padding:.65rem 1.6rem!important;font-size:.88rem!important}.book:hover{transform:translateY(-2px)}.hero__meta{flex-wrap:wrap;gap:.75rem;width:100%;margin:1.2rem 0 .4rem;display:flex}.hero__meta-item{background:var(--plum-700);color:#fff;box-sizing:border-box;border-radius:10px;align-items:center;gap:.65rem;padding:.6rem 1.1rem;display:inline-flex}.hero__meta-item svg{color:#fff;flex-shrink:0;width:22px;height:22px}.hero__meta-item div{text-align:left;flex-direction:column;line-height:1.2;display:flex}.hero__meta-item strong{color:#fff;font-size:.88rem;font-weight:600}.hero__meta-item span{color:#ffffffd9;font-size:.76rem}.hero__socials{flex-wrap:wrap;justify-content:center;gap:1rem;padding-top:1.4rem;display:flex}.hero__social-link{width:40px;height:40px;color:var(--plum-700);transition:background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);background:#60347d14;border-radius:50%;justify-content:center;align-items:center;display:flex}.hero__social-link svg{width:28px;height:28px}.hero__social-link:hover{background:var(--plum-700);color:#fff;transform:translateY(-3px)}.hero__visual{flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.hero__halo{aspect-ratio:1;filter:blur(10px);background:radial-gradient(circle,#c79ec080,#0000 65%);border-radius:50%;width:78%;position:absolute}.hero__logo{filter:drop-shadow(0 40px 60px #2a0d3f40);width:100%;max-width:550px;position:relative}.hero__chip{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.06em;color:var(--plum-700);box-shadow:var(--shadow-soft);background:#ffffffd9;border:1px solid #c79ec080;border-radius:100px;padding:.55rem 1.1rem;font-size:.78rem;position:absolute}.hero__chip--a{top:16%;left:-4%}.hero__chip--b{bottom:18%;right:-2%}.hero__scroll{z-index:4;letter-spacing:.3em;text-transform:uppercase;color:var(--plum-600);flex-direction:column;align-items:center;gap:.6rem;font-size:.7rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:var(--plum-500);width:1px;height:46px;position:relative;overflow:hidden}.hero__scroll-line:after{content:"";background:var(--orchid);width:100%;height:40%;animation:2s ease-in-out infinite scrollDown;position:absolute;top:0;left:0}@keyframes scrollDown{0%{transform:translateY(-100%)}to{transform:translateY(250%)}}.hero__therapists{z-index:2;padding:0;position:absolute;bottom:2.5rem;left:0;right:0;overflow:hidden;transform:translate(0,0)}.hero__therapist-img{object-fit:cover;object-position:top;width:130px;height:170px;transition:transform .4s var(--ease), box-shadow .4s var(--ease);border:2px solid #fff9;border-radius:14px;flex-shrink:0;transform:scaleX(-1);box-shadow:0 6px 20px #2a0d3f1f}.hero__therapist-img:hover{transform:scaleX(-1)scale(1.08)translateY(-3px);box-shadow:0 12px 32px #2a0d3f38}@media (width>=921px){.hero__therapists-track{justify-content:center;gap:1rem;display:flex}}@media (width<=920px){.hero__grid{text-align:center;grid-template-columns:1fr;gap:1rem}.hero__copy{flex-direction:column;align-items:center;display:flex}.hero__visual{order:-1;max-width:360px;margin:0 auto}.hero__meta,.hero__socials{justify-content:center}.hero__scroll{display:none}.hero__therapist-img{width:110px;height:140px}.hero{padding-bottom:11rem}.hero__therapists{bottom:1.5rem}.hero__therapists:before,.hero__therapists:after{content:"";z-index:3;pointer-events:none;width:10%;position:absolute;top:0;bottom:0}.hero__therapists:before{background:linear-gradient(90deg,#faf5f2,#0000);left:0}.hero__therapists:after{background:linear-gradient(270deg,#faf5f2,#0000);right:0}.hero__therapists-track{will-change:transform;gap:1rem;width:max-content;display:flex}}@media (width<=576px){.hero__actions{flex-flow:wrap;justify-content:center;gap:.6rem;width:100%;margin:1.8rem 0;display:flex}.hero__actions .btn{letter-spacing:.02em;white-space:nowrap;border-radius:100px;flex:calc(50% - .6rem);justify-content:center;padding:.8rem .5rem;font-size:.85rem}.hero__actions .btn-primary{background:var(--plum-700);color:#fff;box-shadow:0 10px 25px #54206f4d}.hero__actions .btn-ghost{border:1px solid var(--mauve);color:var(--plum-700);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.hero__actions .btn-hiring{border:1px solid var(--gold);color:var(--plum-900);background:#c9a96a1a;flex:100%}.hero__meta{flex-flow:wrap;justify-content:center;gap:.6rem;width:100%;margin:.8rem 0 .4rem;display:flex}.hero__meta-item{text-align:center;background:var(--plum-700);color:#fff;box-sizing:border-box;border-radius:10px;flex:calc(50% - .6rem);justify-content:center;align-items:center;gap:.5rem;min-width:135px;padding:.6rem .8rem;display:inline-flex}.hero__meta-item svg{color:#fff;flex-shrink:0}.hero__meta-item div{text-align:center;flex-direction:column;align-items:center;line-height:1.2;display:flex}.hero__meta-item strong{color:#fff;font-size:clamp(.78rem,2.3vw,.88rem);font-weight:600}.hero__meta-item span{color:#ffffffd9;font-size:clamp(.7rem,2vw,.76rem)}.hero__actions{justify-content:center;margin:.5rem 0;display:flex}.book{justify-content:center;align-items:center;min-width:160px;max-width:220px;font-weight:600;border-radius:10px!important;width:auto!important;padding:.65rem 1.6rem!important;font-size:.88rem!important;display:inline-flex!important}}.footer{background:var(--plum-950);color:#ffffffb3;padding:4.5rem 0 2rem}.footer__inner{border-bottom:1px solid #ffffff1a;grid-template-columns:1.6fr 1fr 1.2fr 1.4fr;gap:2.5rem;display:grid}.footer__wordmark{align-items:center;gap:.8rem;margin-bottom:1.2rem;display:inline-flex}.footer__wordmark img{width:56px;height:auto}.footer__wordmark span{flex-direction:column;line-height:1;display:flex}.footer__wordmark strong{font-family:var(--font-display);color:#fff;letter-spacing:.02em;font-size:1.5rem;font-weight:600}.footer__wordmark small{letter-spacing:.42em;text-transform:uppercase;color:var(--mauve);margin-top:4px;font-size:.7rem}.footer__brand p{max-width:22rem;margin-bottom:1.4rem;font-size:.92rem}.footer__socials{gap:.7rem;display:flex}.footer__socials a{color:#fff;width:42px;height:42px;transition:all .4s var(--ease);background:#ffffff14;border-radius:12px;place-items:center;display:grid}.footer__socials a:hover{background:var(--orchid);color:var(--plum-950);transform:translateY(-3px)}.footer__col h4{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--mauve);margin-bottom:1.2rem;font-size:.78rem;font-weight:600}.footer__col a,.footer__col span{color:#ffffffb8;margin-bottom:.7rem;font-size:.92rem;display:block}.footer__col a{transition:color .3s}.footer__col a:hover{color:#fff}.footer__badge{background:linear-gradient(120deg, var(--orchid), var(--mauve));border-radius:100px;margin-top:.3rem;padding:.35rem .8rem;color:var(--plum-950)!important;font-size:.78rem!important;display:inline-block!important}.footer__areas{color:#fff9;font-size:.9rem;line-height:1.9}.footer__bar{color:#ffffff80;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding-top:1.8rem;font-size:.82rem;display:flex}@media (width<=880px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=520px){.footer__inner{grid-template-columns:1fr}.footer__bar{flex-direction:column}}:root{--plum-950:#1c0a2b;--plum-900:#2a0d3f;--plum-800:#421560;--plum-700:#54206f;--plum-600:#60347d;--plum-500:#7a4a96;--orchid:#a96fbf;--mauve:#c79ec0;--rose:#9e4b7e;--blush:#f3e6ee;--cream:#faf5f2;--sand:#f4ece6;--ink:#2b1a32;--gold:#c9a96a;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Jost", system-ui, sans-serif;--ease:cubic-bezier(.16, 1, .3, 1);--shadow-soft:0 24px 60px -24px #2a0d3f73;--shadow-card:0 30px 70px -30px #2a0d3f8c}*{box-sizing:border-box;touch-action:manipulation;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.05}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}::selection{background:var(--orchid);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--blush)}::-webkit-scrollbar-thumb{background:var(--plum-600);border-radius:20px}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.42em;color:var(--plum-600);align-items:center;gap:.8rem;font-size:.72rem;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--orchid);width:34px;height:1px;display:inline-block}.section{padding:clamp(5rem,10vw,9rem) 0;position:relative}.container{width:min(1240px,90vw);margin:0 auto}.btn{letter-spacing:.04em;transition:transform .5s var(--ease), box-shadow .5s var(--ease), background .4s;will-change:transform;border-radius:100px;align-items:center;gap:.7rem;padding:1rem 2.1rem;font-size:.95rem;font-weight:500;display:inline-flex}.btn-primary{background:linear-gradient(120deg, var(--plum-800), var(--plum-600));color:#fff;box-shadow:0 16px 40px -16px #421560cc}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 24px 50px -16px #421560e6}.btn-ghost{color:var(--plum-800);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff6;border:1px solid #60347d59}.btn-ghost:hover{background:var(--plum-800);color:#fff;transform:translateY(-4px)}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
