@font-face{font-family:Inter;src:url(/fonts/inter-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--purple:#4c00ff;--green:#39ac39;--blue:#0080ff;--gray:#9ba1a5;--footer-bg:#050505;--card-bg:#131415;--font-inter:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--font-satoshi:"Satoshi","Inter",system-ui,sans-serif;--ease:cubic-bezier(0.44,0,0.56,1)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{background:#fff;color:#000;font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}img{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;cursor:pointer}.sr-only,button{border:0;padding:0}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}:focus-visible{outline:2px solid #fff;outline-offset:3px}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:10;height:111px;padding:20px}.nav,.nav__inner{display:flex;align-items:center}.nav__inner{width:100%;justify-content:space-between}.pill{display:flex;align-items:center;justify-content:center;height:67px;border-radius:855px;transition:background-color .3s var(--ease),color .3s var(--ease)}.nav__logo{width:166px;background:linear-gradient(80deg,rgba(64,64,64,.4),rgba(95,95,95,.4))}.glass{position:relative;isolation:isolate;overflow:hidden;backdrop-filter:blur(5px) saturate(150%);box-shadow:inset 0 1px 0 rgba(255,255,255,.35),inset 0 -1px 0 rgba(0,0,0,.18),inset 0 0 0 1px rgba(255,255,255,.1),0 6px 20px rgba(0,0,0,.12)}.glass:before{background:linear-gradient(115deg,rgba(255,255,255,.26),rgba(255,255,255,.06) 32%,rgba(255,255,255,0) 52%,rgba(255,255,255,.05) 78%,rgba(255,255,255,.16)),radial-gradient(120% 90% at 20% 0,rgba(255,255,255,.18) 0,rgba(255,255,255,0) 60%)}.glass:after,.glass:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;pointer-events:none}.glass:after{background:#fff;opacity:0;transition:opacity .3s var(--ease)}.nav__logo img{width:132px;height:44px;-o-object-fit:contain;object-fit:contain}.nav__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.btn{padding:0 32px;color:#fff;font-family:var(--font-inter);font-size:24.05px;font-weight:500;line-height:1;letter-spacing:-1.026px;white-space:nowrap}.btn--purple{background-color:var(--purple)}.btn--green{padding:0 25px;background-color:var(--green)}.btn:hover{background-color:#fff;color:#000}.nav__menu{width:101px;gap:10px;background:linear-gradient(80deg,rgba(97,97,97,.5),rgba(95,95,95,.4))}.nav__menu span{width:9px;height:9px;border-radius:50px;background:#fff;transition:transform .35s var(--ease),opacity .25s var(--ease),background-color .3s var(--ease)}.nav__menu:focus-visible:after,.nav__menu:hover:after,.nav__menu[aria-expanded=true]:after{opacity:1}.nav__menu:focus-visible span,.nav__menu:hover span,.nav__menu[aria-expanded=true] span{background:#000}.nav__menu:focus-visible span:first-child,.nav__menu:hover span:first-child,.nav__menu[aria-expanded=true] span:first-child{opacity:0;transform:translateX(19px) scale(.4)}.nav__menu:focus-visible span:nth-child(3),.nav__menu:hover span:nth-child(3),.nav__menu[aria-expanded=true] span:nth-child(3){opacity:0;transform:translateX(-19px) scale(.4)}.mobile-cta{display:none}.menu{position:fixed;inset:0;z-index:9;padding:16px;background:rgba(0,0,0,.35);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .4s var(--ease),visibility 0s linear .4s}.menu.is-open{opacity:1;visibility:visible;transition:opacity .4s var(--ease),visibility 0s}.menu__panel{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:111px 24px 46px;overflow:hidden;border-radius:36px;background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.03) 35%,rgba(255,255,255,0) 60%,rgba(255,255,255,.07)),rgba(18,18,18,.62);backdrop-filter:blur(28px) saturate(150%);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1),0 30px 80px rgba(0,0,0,.35);transform:scale(.97);transition:transform .5s cubic-bezier(.22,1,.36,1)}.menu.is-open .menu__panel{transform:none}.menu__links{list-style:none;margin:0;padding:0;flex-direction:column;gap:16px}.menu__links,.menu__links a{display:flex;align-items:center}.menu__links a{justify-content:center;height:90px;color:#fff;font-family:var(--font-satoshi);font-size:80px;font-weight:700;line-height:96px;letter-spacing:-5.6px;transform:translateY(20px);opacity:0;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .5s var(--ease),color .25s var(--ease)}.menu.is-open .menu__links a{transform:none;opacity:1}.menu.is-open .menu__links li:nth-child(2) a{transition-delay:.04s}.menu.is-open .menu__links li:nth-child(3) a{transition-delay:.08s}.menu.is-open .menu__links li:nth-child(4) a{transition-delay:.12s}.menu.is-open .menu__links li:nth-child(5) a{transition-delay:.16s}.menu__label{transition:transform .45s cubic-bezier(.22,1,.36,1)}.menu__arrow{display:flex;width:0;opacity:0;overflow:hidden;transform:translateX(-12px);transition:width .45s cubic-bezier(.22,1,.36,1),margin .45s cubic-bezier(.22,1,.36,1),opacity .3s var(--ease),transform .45s cubic-bezier(.22,1,.36,1)}.menu__arrow svg{flex:none;width:58px;height:58px}.menu__links a:focus-visible .menu__arrow,.menu__links a:hover .menu__arrow{width:58px;margin-left:22px;opacity:1;transform:none}.menu__socials{display:flex;gap:10px;margin-top:29px}.social-tile{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff}.social-tile svg{width:24px;height:24px}.social-tile--ig{background:linear-gradient(180deg,#ff00ea,#ff6200)}.social-tile--fb{background:linear-gradient(180deg,#002bff,#4757ff)}.social-tile--yt{background:linear-gradient(180deg,#ff0000,#ff1f1f)}.credit{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#fff;border-radius:10px;color:#000;font-family:var(--font-inter);font-weight:500;white-space:nowrap;transition:transform .3s var(--ease)}.credit:hover{transform:scale(1.03)}.credit--menu{width:232px;height:60px;font-size:20px;line-height:24px;letter-spacing:-1.4px}.credit--menu img{width:60px;height:45px;-o-object-fit:contain;object-fit:contain}.panel{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center}.panel__img{position:absolute;inset:0}.panel__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.panel__overlay{position:relative;width:100%;height:110%;flex:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.hero .panel__overlay{justify-content:center;gap:30px;background:linear-gradient(180deg,rgba(255,255,255,.2),rgb(42,42,42) 88%)}.hero__title{font-size:100px;font-weight:700;line-height:90px;letter-spacing:-1.41px}.hero__sub,.hero__title{color:#fff;font-family:var(--font-inter);text-align:center}.hero__sub{font-size:30px;font-weight:500;line-height:60px;letter-spacing:-1.71px;white-space:nowrap}.chapter--leistungen .panel__overlay{background:linear-gradient(180deg,rgb(41,41,41) 14%,rgba(51,51,51,0) 82%)}.chapter--about .panel__overlay{height:120%;background:linear-gradient(180deg,rgba(46,34,31,.8),rgba(171,171,171,0) 57%)}.chapter--preise .panel__overlay{background:linear-gradient(180deg,rgba(255,255,255,0) 48%,rgba(127,114,96,.8) 95%)}.chapter--termin .panel__overlay{background:linear-gradient(180deg,rgba(255,255,255,0) 53%,rgb(110,101,84) 95%)}.chapter--kontakt .panel__overlay{height:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 72%,rgb(7,7,7) 95%)}.chapter__sticky{position:sticky;top:100px;z-index:1}.chapter__link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:12px 0;overflow:hidden}.chapter__title{color:#fff;font-family:var(--font-inter);font-size:80px;font-weight:700;line-height:70px;letter-spacing:-1.41px;white-space:nowrap}.chapter__line{position:relative;width:100%;height:7px;margin-bottom:-6px;overflow:hidden}.chapter__line:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:right center;transition:transform .5s cubic-bezier(.22,1,.36,1)}.chapter__link:focus-visible .chapter__line:after,.chapter__link:hover .chapter__line:after{transform:scaleX(1);transform-origin:left center}.credit--footer{width:216px;height:50px;font-size:20px;line-height:30px;letter-spacing:-1.4px}.credit--footer img{width:56px;height:42px;-o-object-fit:contain;object-fit:contain}@media (max-width:1199.98px){.hero__title{font-size:80px;line-height:80px}.chapter__title{font-size:64px}.credit--footer{width:165px;height:42px;font-size:16px;line-height:16px;letter-spacing:-1.12px}.credit--footer img{width:45px;height:34px}}@media (max-width:809.98px){.nav{padding:10px 20px}.nav__logo img{width:102px;height:33px}.nav__actions .btn{display:none}.mobile-cta{position:fixed;left:0;right:0;bottom:20px;z-index:9;display:flex;justify-content:center;gap:15px}.mobile-cta .btn{width:134px;height:53px;padding:0;font-size:18px}.menu__links{gap:8px}.menu__links a{height:70px;font-size:56px;line-height:70px;letter-spacing:-3.9px}.menu{padding:10px}.menu__panel{padding:90px 16px;border-radius:28px}.menu__arrow svg{width:38px;height:38px}.menu__links a:focus-visible .menu__arrow,.menu__links a:hover .menu__arrow{width:38px;margin-left:12px}.nav__logo{width:126px}.hero__title{font-size:60px;line-height:60px}.chapter--about .panel__overlay,.panel__overlay{height:100%}.chapter .panel__overlay{justify-content:center}.chapter__sticky{top:calc(50vh - 48.5px)}.chapter__title{font-size:51px}.credit--footer{width:165px;height:42px;font-size:16px;line-height:16px;letter-spacing:-1.12px}.credit--footer img{width:45px;height:34px}}@media (prefers-reduced-motion:reduce){.menu,.menu__arrow,.menu__links a,.menu__panel{transition:none}}.home{--base:#050505;--base-0:rgba(5,5,5,0)}.home,.home .panel{background:var(--base)}.panel__media{overflow:hidden;background:var(--base,#050505)}.panel__media img,.panel__media video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--focus,50% 50%);object-position:var(--focus,50% 50%)}.panel__media video{opacity:0;transition:opacity .9s var(--ease)}.panel__media video.is-ready{opacity:1}.panel__shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,var(--base) 0,rgba(5,5,5,.94) 6%,rgba(5,5,5,.7) 14%,rgba(5,5,5,.36) 24%,rgba(5,5,5,.1) 34%,var(--base-0) 42%,var(--base-0) 56%,rgba(5,5,5,.12) 64%,rgba(5,5,5,.4) 76%,rgba(5,5,5,.74) 88%,rgba(5,5,5,.95) 96%,var(--base) 100%)}.home .chapter .panel__overlay,.home .hero .panel__overlay,.home .panel__overlay{background:none}.home .hero .panel__shade{background:radial-gradient(60% 45% at 50% 50%,rgba(5,5,5,.42) 0,rgba(5,5,5,0) 100%),linear-gradient(180deg,rgba(5,5,5,.55) 0,rgba(5,5,5,.12) 20%,var(--base-0) 40%,var(--base-0) 58%,rgba(5,5,5,.3) 72%,rgba(5,5,5,.7) 86%,var(--base) 100%)}.home .hero .panel__overlay{height:100%;gap:22px;padding:0 24px}.home .hero__title{font-size:clamp(64px,10.4vw,168px);font-weight:800;line-height:.88;letter-spacing:-.045em;text-shadow:0 10px 60px rgba(0,0,0,.35)}.home .hero__sub,.home .hero__title{text-transform:uppercase;text-wrap:balance}.home .hero__sub{color:rgba(255,255,255,.88);font-size:clamp(12px,1.25vw,18px);font-weight:500;line-height:1.5;letter-spacing:.28em;white-space:normal}@media (max-width:809.98px){.panel__media img,.panel__media video{-o-object-position:var(--focus-m,var(--focus,50% 50%));object-position:var(--focus-m,var(--focus,50% 50%))}.home .hero__title{font-size:64px;line-height:.9}.home .hero__sub{max-width:300px;font-size:12px;letter-spacing:.22em}.panel__shade{background:linear-gradient(180deg,var(--base) 0,rgba(5,5,5,.7) 8%,rgba(5,5,5,.25) 20%,var(--base-0) 30%,var(--base-0) 66%,rgba(5,5,5,.35) 78%,rgba(5,5,5,.8) 92%,var(--base) 100%)}.chapter .panel__shade:after{content:"";position:absolute;inset:0;background:radial-gradient(80% 30% at 50% 50%,rgba(5,5,5,.35),rgba(5,5,5,0))}}.home .chapter .panel__overlay,.home .panel__overlay{height:100%}.home .chapter__sticky{z-index:auto}@supports (animation-timeline:view()){.home .chapter{view-timeline:--chapter block}.home .chapter__link{animation:chapter-title linear both;animation-timeline:--chapter;animation-range:entry 45% exit 70%}@keyframes chapter-title{0%{opacity:0;filter:blur(8px)}22%{opacity:1;filter:blur(0)}72%{opacity:1;filter:blur(0)}to{opacity:0;filter:blur(8px)}}}.nav__logo img{transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .3s var(--ease)}.nav__logo .nav__logo-studio{position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%,40%)}.nav__logo:focus-visible:after,.nav__logo:hover:after{opacity:1}.nav__logo:focus-visible .nav__logo-heaven,.nav__logo:hover .nav__logo-heaven{opacity:0;transform:translateY(-40%)}.nav__logo:focus-visible .nav__logo-studio,.nav__logo:hover .nav__logo-studio{opacity:1;transform:translate(-50%,-50%)}.glass{box-shadow:inset 0 1px 0 rgba(255,255,255,.32),inset 0 -1px 0 rgba(0,0,0,.14),inset 0 0 0 1px rgba(255,255,255,.1),0 4px 16px -6px rgba(0,0,0,.22)}@media (hover:none){.nav__logo:not(:focus-visible):hover:after,.nav__menu:not([aria-expanded=true]):not(:focus-visible):hover:after{opacity:0}.nav__menu:not([aria-expanded=true]):not(:focus-visible):hover span{background:#fff;opacity:1;transform:none}.nav__logo:not(:focus-visible):hover .nav__logo-heaven{opacity:1;transform:none}.nav__logo:not(:focus-visible):hover .nav__logo-studio{opacity:0;transform:translate(-50%,40%)}.btn:hover{color:#fff}.btn--purple:hover{background-color:var(--purple)}.btn--green:hover{background-color:var(--green)}}@property --credit-angle{syntax:"<angle>";initial-value:120deg;inherits:false}.credit,.credit--footer,.credit--menu{position:relative;isolation:isolate;width:auto;height:52px;padding:0 20px 0 22px;gap:14px;border-radius:100px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.03) 46%,rgba(0,0,0,.18)),linear-gradient(135deg,#2a2a2e,#121214 55%,#1d1d21);backdrop-filter:blur(14px) saturate(160%);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(0,0,0,.5),0 1px 1px rgba(0,0,0,.4),0 14px 34px -14px rgba(0,0,0,.7);color:#fff;letter-spacing:0;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s var(--ease),--credit-angle 1.2s cubic-bezier(.22,1,.36,1)}.credit:before{inset:0;z-index:-1;padding:1px;border-radius:inherit;background:conic-gradient(from var(--credit-angle),rgba(255,255,255,.08),rgba(255,255,255,.75) 12%,rgba(160,160,170,.25) 26%,rgba(255,255,255,.06) 45%,rgba(255,255,255,.55) 62%,rgba(120,120,130,.2) 78%,rgba(255,255,255,.08));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box exclude,linear-gradient(#000 0 0)}.credit:after,.credit:before{content:"";position:absolute;pointer-events:none}.credit:after{top:-40%;bottom:-40%;left:-60%;width:45%;z-index:1;background:linear-gradient(100deg,rgba(255,255,255,0),rgba(255,255,255,.22) 50%,rgba(255,255,255,0));transform:skewX(-18deg) translateX(0)}.credit__label{color:rgba(255,255,255,.62);font-family:var(--font-inter);font-size:11px;font-weight:500;line-height:1;letter-spacing:.16em;text-transform:uppercase}.credit__divider{width:1px;height:20px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.35),rgba(255,255,255,0))}.credit img,.credit--footer img,.credit--menu img{width:auto;height:22px;-o-object-fit:contain;object-fit:contain;filter:invert(1) drop-shadow(0 1px 6px rgba(255,255,255,.18))}.credit--menu{height:56px;margin-top:22px}.credit--menu img{height:24px}@media (hover:hover){.credit:hover{--credit-angle:480deg;transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(0,0,0,.5),0 1px 1px rgba(0,0,0,.4),0 20px 40px -14px rgba(0,0,0,.8),0 0 0 4px rgba(255,255,255,.04)}.credit:hover:after{transform:skewX(-18deg) translateX(420%);transition:transform 1s cubic-bezier(.22,1,.36,1)}}@media (max-width:1199.98px){.credit--footer{width:auto;height:46px;padding:0 18px 0 20px;gap:12px}.credit--footer img{width:auto;height:20px}}@media (prefers-reduced-motion:reduce){.credit,.credit:after{transition:none}}@keyframes credit-orbit{to{--credit-angle:480deg}}.credit{overflow:hidden;padding-right:11px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),radial-gradient(120% 140% at 0 0,rgba(140,110,255,.28) 0,rgba(140,110,255,0) 55%),linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.03) 48%,rgba(0,0,0,.22)),linear-gradient(135deg,#2c2c33,#111114 55%,#1c1c22);animation:credit-orbit 7s linear infinite}.credit:before{padding:1.2px;background:conic-gradient(from var(--credit-angle),rgba(255,255,255,.06),rgba(255,255,255,.9) 10%,rgba(170,150,255,.55) 18%,rgba(255,255,255,.06) 34%,rgba(255,255,255,.06) 55%,rgba(255,255,255,.7) 66%,rgba(140,140,150,.2) 80%,rgba(255,255,255,.06))}.credit:after{border-radius:inherit;overflow:hidden}.credit__label{color:rgba(255,255,255,.7)}.credit__arrow{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-left:2px;border-radius:50%;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.05));box-shadow:inset 0 1px 0 rgba(255,255,255,.35),inset 0 0 0 1px rgba(255,255,255,.1);transition:background-color .4s var(--ease),transform .5s cubic-bezier(.22,1,.36,1)}.credit__arrow svg{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s var(--ease),transform .5s cubic-bezier(.22,1,.36,1)}@media (hover:hover){.credit:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(0,0,0,.5),0 20px 40px -14px rgba(0,0,0,.8),0 0 34px -4px rgba(130,100,255,.45)}.credit:hover .credit__arrow{background:#fff;transform:rotate(45deg)}.credit:hover .credit__arrow svg{stroke:#111}}.credit--menu .credit__arrow{width:34px;height:34px}@media (max-width:1199.98px){.credit--footer{padding-right:10px}.credit--footer .credit__arrow{width:26px;height:26px}}@media (prefers-reduced-motion:reduce){.credit{animation:none}}.cc{position:fixed;left:0;bottom:0;z-index:12;padding:20px;pointer-events:none;opacity:0;transform:translateY(24px) scale(.98);transform-origin:bottom left;transition:opacity .5s var(--ease),transform .6s cubic-bezier(.22,1,.36,1)}.cc.is-visible{opacity:1;transform:none}.cc__card{position:relative;isolation:isolate;pointer-events:auto;width:430px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow:auto;padding:24px;border-radius:30px;background:radial-gradient(90% 70% at 0 0,rgba(130,100,255,.24) 0,rgba(130,100,255,0) 60%),linear-gradient(160deg,rgba(34,34,40,.94),rgba(14,14,16,.96));backdrop-filter:blur(24px) saturate(160%);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),inset 0 0 0 1px rgba(255,255,255,.07),0 40px 80px -30px rgba(0,0,0,.6);color:#fff;font-family:var(--font-inter);outline:none;scrollbar-width:thin}.cc__card--settings{width:480px}.cc__head{gap:14px}.cc__head,.cc__icon{display:flex;align-items:center}.cc__icon{flex:none;justify-content:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.04));box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.08)}.cc__icon svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cc__title{font-size:20px;font-weight:600;letter-spacing:-.5px}.cc__kicker{margin-top:2px;color:rgba(255,255,255,.55);font-size:13px}.cc__text{margin-top:16px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.55}.cc__cats{display:flex;flex-direction:column;gap:10px;margin-top:18px}.cc__cat{padding:14px 16px 10px;border-radius:18px;background:rgba(255,255,255,.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);transition:background-color .3s var(--ease)}.cc__cat.is-on{background:rgba(255,255,255,.08)}.cc__cat-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cc__cat-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600}.cc__tag{padding:3px 8px;border-radius:100px;background:rgba(143,226,122,.14);color:#a6ec93;font-size:11px;font-weight:600}.cc__cat-desc{margin-top:4px;color:rgba(255,255,255,.6);font-size:13px;line-height:1.5}.cc__switch{position:relative;flex:none;width:46px;height:28px;margin-top:2px;cursor:pointer}.cc__switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:inherit}.cc__switch span{position:absolute;inset:0;border-radius:100px;background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);transition:background-color .3s var(--ease);pointer-events:none}.cc__switch span:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.35);transition:transform .35s cubic-bezier(.22,1,.36,1)}.cc__switch input:checked+span{background:var(--purple)}.cc__switch input:checked+span:after{transform:translateX(18px)}.cc__switch input:focus-visible+span{outline:2px solid #fff;outline-offset:2px}.cc__switch.is-locked{cursor:not-allowed;opacity:.6}.cc__more{display:inline-flex;align-items:center;gap:4px;margin-top:8px;color:rgba(255,255,255,.55);font-size:12px;font-weight:500}.cc__more svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .3s var(--ease)}.cc__more[aria-expanded=true] svg{transform:rotate(180deg)}.cc__more:hover{color:#fff}.cc__services{display:flex;flex-direction:column;gap:8px;margin:10px 0 4px}.cc__service{padding:10px 12px;border-radius:12px;background:rgba(0,0,0,.25)}.cc__service dt{font-size:13px;font-weight:600}.cc__service dd{display:flex;flex-direction:column;gap:2px;margin:4px 0 0;color:rgba(255,255,255,.6);font-size:12px;line-height:1.45}.cc__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.cc__btn{height:48px;padding:0 16px;border-radius:100px;background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);color:#fff;font-size:14px;font-weight:600;transition:background-color .3s var(--ease),color .3s var(--ease),transform .4s cubic-bezier(.22,1,.36,1)}.cc__btn--primary{background:#fff;box-shadow:none;color:#111}.cc__link{grid-column:1/-1;justify-self:center;padding:4px 8px;color:rgba(255,255,255,.6);font-size:13px;font-weight:500;text-decoration:underline;text-underline-offset:3px}.cc__link:hover{color:#fff}@media (hover:hover){.cc__btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.16)}.cc__btn--primary:hover{background:#e9e9ee}}.cc__btn:focus-visible,.cc__link:focus-visible,.cc__more:focus-visible{outline:2px solid #fff;outline-offset:2px}.cc__legal{display:flex;justify-content:center;gap:8px;margin-top:12px;color:rgba(255,255,255,.4);font-size:12px}.cc__legal a:hover{color:#fff}@media (max-width:809.98px){.cc{right:0;padding:8px;transform-origin:bottom center}.cc__card,.cc__card--settings{width:100%;max-width:none;max-height:calc(100vh - 16px);padding:20px 18px 16px;border-radius:26px}.cc__title{font-size:18px}}@media (prefers-reduced-motion:reduce){.cc{transition:opacity .2s linear;transform:none}}@font-face{font-family:Inter;src:url(/fonts/inter-300.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Kumbh Sans;src:url(/fonts/kumbh-sans-var.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--font-kumbh:"Kumbh Sans","Inter",system-ui,sans-serif;--ink:#333;--muted:#666;--soft:#fafafa}h3{margin:0}.only-mobile,.only-tablet,.txt-small{display:none!important}.nav__start{display:flex;align-items:center;gap:10px}.nav--sub .nav__logo,.nav--sub .nav__menu,.subnav{backdrop-filter:blur(5px)}.subnav{display:flex;align-items:center;justify-content:center;gap:25px;height:67px;padding:0 22px;border-radius:100px;background:rgba(64,64,64,.4)}.subnav a{position:relative;color:#fff;font-family:var(--font-inter);font-size:20px;font-weight:700;line-height:24px;letter-spacing:-.8px;transition:color .25s var(--ease)}.subnav a:before{content:"";position:absolute;z-index:-1;left:-10px;right:-10px;top:-12px;bottom:-12px;border-radius:100px;background:#fff;opacity:0;transform:scale(.85);transition:opacity .25s var(--ease),transform .25s var(--ease)}.subnav a.is-active{color:var(--purple)}.subnav a.is-active:before{opacity:1;transform:none}.subnav a:not(.is-active):hover{color:rgba(255,255,255,.7)}.subnav--mobile{display:none}.footer a[aria-current=page]{color:var(--purple)}.footer__home{font-weight:700}.sh{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;text-align:center}.sh--left{align-items:flex-start;text-align:left}.sh__eyebrow{color:var(--ink);font-size:14px;line-height:16.8px}.sh__eyebrow,.sh__title{font-family:var(--font-inter)}.sh__title{width:100%;color:#000;font-size:62px;font-weight:500;line-height:62px;letter-spacing:-4.34px}.sh__text{max-width:835px;color:var(--muted);font-family:var(--font-inter);font-size:18px;line-height:21.6px}.sh--left .sh__text{max-width:none}.stars{display:flex;gap:4px;color:var(--ink)}.stars svg{width:12px;height:12px}.circle-link{display:inline-flex;align-items:center;gap:8px;height:24px;font-family:var(--font-kumbh);font-size:14px;line-height:16.8px}.circle-link--dark{color:var(--ink)}.circle-link--light{color:#fff}.circle-link__icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin:-5px 0 -5px -13px;border:1px solid;border-radius:18px;transform:scale(.72);transition:background-color .3s var(--ease),color .3s var(--ease)}.circle-link__icon svg{width:17px;height:17px;transition:transform .3s var(--ease)}.circle-link:hover .circle-link__icon svg{transform:translateX(2px)}.dark-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 32px;border-radius:24px;background:var(--ink);color:#fff;font-family:var(--font-kumbh);font-size:16px;font-weight:500;line-height:19.2px;white-space:nowrap;transition:background-color .3s var(--ease)}.dark-btn:hover{background:#000}.dark-btn__icon{width:10px;height:10px;margin-left:-22px;opacity:0;transform:translate(14px,4px);transition:transform .3s var(--ease),opacity .3s var(--ease)}.dark-btn:hover .dark-btn__icon{opacity:1;transform:translate(20px)}.s-hero{position:relative;height:100vh;overflow:visible}.s-hero__img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.s-hero__blur{position:absolute;inset:0;backdrop-filter:blur(20px);animation:hero-unblur 1.2s cubic-bezier(.22,1,.36,1) .1s forwards}@keyframes hero-unblur{to{backdrop-filter:blur(0)}}.s-hero__overlay{position:relative;height:110%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(42,42,42,.4) 88%);color:#fff;text-align:center}.s-hero__title{font-size:100px;font-weight:700;line-height:90px;letter-spacing:-3.21px}.s-hero__sub,.s-hero__title{font-family:var(--font-inter)}.s-hero__sub{font-size:80px;font-weight:500;line-height:60px;letter-spacing:-1.71px}.service--specials .s-hero__sub{font-size:60px}.s-intro{position:relative;background:#fff;padding:100px 10% 0}.s-intro__inner{display:flex;flex-direction:column;gap:45px}.s-intro p{white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;color:#000;font-family:var(--font-inter);font-size:40px;line-height:45px;letter-spacing:-1px}.s-price{width:85%;margin:0 auto;padding:100px 0;display:flex;flex-direction:column;align-items:center;gap:40px}.s-price__heading{color:#000;font-family:var(--font-inter);font-size:80px;font-weight:600;line-height:96px;letter-spacing:-3.2px;text-align:center}.s-group__head{width:1020px;max-width:100%;min-height:190px;justify-content:center;padding:15px 0;display:flex;flex-direction:column;align-items:center;gap:10px}.s-group__label{color:#000;font-family:var(--font-inter);font-size:45px;line-height:54px;letter-spacing:-1.8px;text-align:center}.s-price__stack{width:100%;max-width:1180px;align-items:stretch;gap:32px}.s-price__stack,.xp{display:flex;flex-direction:column}.xp{background:var(--soft);padding:72px 0 60px;align-items:center;gap:48px;overflow:hidden}.xp__grid,.xp__head{width:100%;padding:0 24px}.xp__grid{max-width:1528px;margin:0 auto;display:grid;grid-template-columns:339fr 690fr 339fr;gap:12px}.xp__col{display:flex;flex-direction:column;gap:12px}.xp__row{grid-column:1/-1;display:flex;justify-content:center;gap:40px;margin:0 -24px}.xp-card{position:relative;overflow:hidden;border-radius:24px;background:#fff}.xp-card__bg{position:absolute;top:var(--img-t,0);left:var(--img-l,0);width:var(--img-w,100%);height:var(--img-h,100%);max-width:none;-o-object-fit:cover;object-fit:cover}.xp-philo{--img-t:-8px;--img-h:557px}.xp-carlos{--img-t:0px;--img-h:100%}.xp-carlos .xp-card__bg{-o-object-position:60% 0;object-position:60% 0}.xp-wide:first-child{--img-l:-3px;--img-t:21px;--img-w:723px;--img-h:723px}.xp-wide:last-child{--img-l:-5px;--img-t:-58px;--img-w:723px;--img-h:921px}.xp-eyebrow{color:#fff;font-family:var(--font-inter);font-size:14px;line-height:16.8px}.xp-eyebrow--dark{color:var(--ink)}.xp-h3{color:#fff;font-family:var(--font-inter);font-size:24px;font-weight:500;line-height:33.6px}.xp-h3--dark{color:var(--ink)}.xp-philo{height:437px;padding:12px}.xp-philo__glass{position:relative;height:100%;padding:24px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center;backdrop-filter:blur(20px)}.xp-philo__text{color:#fff;font-family:var(--font-inter);font-size:18px;line-height:21.6px}.xp-community{height:351px;padding:24px;align-items:flex-start}.xp-community,.xp-community__body{display:flex;flex-direction:column;gap:24px}.xp-community__text{color:var(--muted);font-family:var(--font-inter);font-size:16px;font-weight:300;line-height:22.4px}.avatars{display:flex}.avatars__item{display:flex;width:48px;height:48px;padding:2px;border-radius:24px;background:#fff}.avatars__item+.avatars__item{margin-left:-14px}.avatars__item img{width:44px;height:44px;border-radius:22px;-o-object-fit:cover;object-fit:cover}.xp-photo{padding:12px;justify-content:flex-end}.xp-glass,.xp-photo{display:flex;flex-direction:column}.xp-glass{position:relative;padding:24px;border-radius:12px;align-items:flex-start;gap:48px;background:linear-gradient(203deg,rgba(255,255,255,.1),rgba(99,99,99,.55));backdrop-filter:blur(20px)}.xp-glass__head{display:flex;flex-direction:column;gap:24px}.xp-glass__title{font-size:36px;font-weight:500;line-height:36px}.xp-glass__text,.xp-glass__title{color:#fff;font-family:var(--font-inter)}.xp-glass__text{font-size:16px;font-weight:300;line-height:22.4px}.xp-glass__text strong{font-weight:400}.xp-carlos{height:800px}.xp-wide{flex:0 0 700px;height:500px}.xp-wide .xp-glass{gap:20px}.xp-results{height:514px;padding:12px;display:flex;flex-direction:column;gap:6px}.xp-results__head{height:64px;padding:12px;border-radius:18px}.xp-results__list{gap:12px}.xp-results__list,.xp-stat{flex:1;display:flex;flex-direction:column}.xp-stat{padding:24px;border-radius:12px;background:var(--soft);justify-content:center;gap:10px}.xp-stat__value{color:var(--ink);font-family:var(--font-inter);font-size:25px;font-weight:700;line-height:30px}.xp-stat__label{color:var(--ink);font-family:var(--font-kumbh);font-size:14px;line-height:16.8px}.xp-promise{height:274px;padding:24px 24px 48px;gap:48px}.xp-promise,.xp-promise__body{display:flex;flex-direction:column;align-items:center}.xp-promise__body{position:relative;gap:24px;text-align:center}.xp-promise__text{color:var(--ink);font-family:var(--font-inter);font-size:18px;line-height:21.6px}.xp-promise .dark-btn{position:relative;background:#fff;color:var(--ink)}.xp-promise .dark-btn:hover{background:#f0ede8}.xp-promise{isolation:isolate;background:#0b0908}.xp-promise .xp-card__bg{z-index:-2;-o-object-position:42% 62%;object-position:42% 62%}.xp-promise:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(8,6,5,.82),rgba(8,6,5,.45) 55%,rgba(8,6,5,.7))}.xp-promise .xp-eyebrow--dark{color:rgba(255,255,255,.72)}.xp-promise .xp-promise__text{color:#fff}.park{background:var(--soft);padding:72px 24px 60px}.park__row{max-width:1480px;margin:0 auto;display:flex;align-items:center;gap:10px}.park__img{flex:1 1 0;min-width:0;height:516px;border-radius:20px;-o-object-fit:cover;object-fit:cover}.park__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:24px}.park__pad{padding:0 24px}.park__list{list-style:none;margin:0;display:flex;flex-direction:column;gap:24px}.park__item{display:flex;align-items:center;gap:20px}.park__icon{flex:none;width:48px;height:48px;color:#000}.park__icon svg{width:100%;height:100%}.park__text{flex:1;display:flex;flex-direction:column;gap:10px}.park__title{color:#000;font-size:24px;font-weight:500;line-height:28.8px}.park__desc,.park__title{font-family:var(--font-inter)}.park__desc{color:var(--muted);font-size:18px;line-height:21.6px}.faq{background:#fff;padding:72px 24px 60px;gap:48px}.faq,.faq__list{display:flex;flex-direction:column;align-items:center}.faq__list{width:100%;padding:20px;gap:10px}.faq__item{width:700px;max-width:100%;padding:14px 14px 16px 18px;border-radius:8px;background:#f5f5f5}.faq__item:not(.is-open){height:70px}.faq__q{width:100%;display:flex;align-items:center;gap:20px;text-align:left}.faq__q-text{flex:1;color:#000;font-family:var(--font-inter);font-size:18px;font-weight:500;line-height:21.6px;letter-spacing:-.18px}.faq__toggle{position:relative;flex:none;width:28px;height:28px;border-radius:100px;background:#272b2d}.faq__toggle span{position:absolute;left:8px;top:13px;width:12px;height:2px;background:#fff;transition:transform .35s var(--ease)}.faq__toggle span:last-child{transform:rotate(90deg)}.faq__item.is-open .faq__toggle span:last-child{transform:rotate(0deg)}.faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s var(--ease)}.faq__item.is-open .faq__a{grid-template-rows:1fr}.faq__a-inner{overflow:hidden;min-height:11px;display:flex;flex-direction:column;gap:10px;padding-top:10px}.faq__divider{display:block;height:1px;flex:none;background:linear-gradient(90deg,rgba(161,161,161,.7),rgba(34,36,38,0));opacity:0;transition:opacity .3s var(--ease)}.faq__item.is-open .faq__divider{opacity:1}.faq__a p{padding-right:44px;color:#292929;font-family:var(--font-inter);font-size:14px;line-height:21px;letter-spacing:-.14px}@media (max-width:1199.98px){.only-desktop{display:none!important}.only-tablet{display:flex!important}.nav--sub .nav__actions .btn{display:none}.s-intro{padding:100px 100px 0}.s-price{width:850px;max-width:calc(100% - 150px);padding:50px 0}.service--specials .s-hero__sub{font-size:40px}.service--specials .s-price{padding:50px 0}.s-group__head{padding:31px 0 30px}.s-group__head .s-price__heading{font-size:64px;line-height:76.8px;letter-spacing:-2.56px}.s-group__label{font-size:35px;line-height:42px;letter-spacing:-1.4px}.sh__text{max-width:571px}.xp__grid{display:flex;flex-wrap:wrap}.xp__col{display:contents}.xp-philo{order:1;flex:0 0 calc((100% - 12px) * 0.4873);height:306px;--img-h:426px}.xp-philo__text{max-width:200px}.xp-community{order:2;flex:1 1 0;height:306px}.xp-carlos{order:3;flex:0 0 100%;height:840px;--img-t:0px;--img-h:100%}.xp-carlos .xp-glass{align-items:flex-end}.xp-carlos .xp-glass__head{align-self:stretch}.xp-carlos .xp-glass__text{max-width:570px}.xp__row{order:4;flex:0 0 100%;margin:0;gap:12px}.xp-wide,.xp-wide:first-child,.xp-wide:last-child{flex:1 1 0;min-width:0;height:500px;--img-l:0px;--img-t:0px;--img-w:100%;--img-h:100%}.xp-results{order:5;flex:0 0 calc((100% - 12px) * 0.6074);height:250px}.xp-promise{order:6;flex:1 1 0;height:250px}.xp-promise__text{max-width:320px}.xp-results__list{flex-direction:row}.xp-promise{padding:24px 24px 48px}.park__img{height:352px}.faq__item{width:480px}}@media (max-width:809.98px){.only-tablet{display:none!important}.only-mobile{display:flex!important}.nav--sub{height:auto;padding:26px 20px 0;flex-direction:column;align-items:stretch;gap:10px}.nav--services{padding-top:9px}.nav--sub .pill{height:50px}.nav--sub .nav__logo{width:128px}.nav--sub .nav__logo img{width:102px;height:33px}.nav--sub .nav__menu{width:75px;border-radius:100px}.nav--services .nav__inner{padding-bottom:8px}.subnav--desktop{display:none}.subnav--mobile{display:flex;height:63px;margin:0 -8px;padding:0}.subnav a{font-size:16px;line-height:19.2px;letter-spacing:-.64px}.subnav a:before{top:-10px;bottom:-11px}.s-hero__title{font-size:60px;line-height:60px;letter-spacing:-1.41px;padding:0 10px}.s-hero__sub{font-size:51px;font-weight:700;line-height:70px;letter-spacing:-1.41px}.service--sport .s-hero__title{font-size:50px}.service--sport .s-hero__sub{font-size:40px}.service--specials .s-hero__sub{font-size:20px}.s-intro{padding:50px 0 0}.s-intro__inner{width:90%;margin:0 auto;gap:35px}.s-intro p{line-height:35px}.s-price{width:auto;max-width:none;margin:0 28px;padding:50px 0;gap:30px}.s-price__heading{font-size:51px;line-height:61.2px;letter-spacing:-2.04px}.s-group__label{font-size:25px;line-height:30px;letter-spacing:-1px}.service--specials .s-intro p{font-size:35px}.txt-desktop{display:none!important}.txt-small{display:block!important}.s-group__label--desktop{display:none}.s-group__head{padding:0;min-height:0}.s-group__head:has(.s-group__label:not(.s-group__label--desktop)){min-height:275px;justify-content:center}.s-group__head .s-price__heading{font-size:51px;line-height:61.2px;letter-spacing:-2.04px}.sh{gap:24px}.sh__title{font-size:40px;line-height:40px;letter-spacing:-2.8px}.sh__text{max-width:none}.xp .sh__text{max-width:196px}.xp__grid{display:flex;flex-direction:column;padding:0 16px}.xp-philo{height:278px;--img-h:398px}.xp-philo__text{max-width:200px}.xp-community{height:351px}.xp-carlos{height:820px;justify-content:flex-end;--img-t:0px;--img-h:100%}.xp-carlos .xp-card__bg{-o-object-position:74% 0;object-position:74% 0}.xp__row{flex-direction:column;gap:10px}.xp-wide,.xp-wide:first-child,.xp-wide:last-child{flex:none;height:600px}.xp-wide:first-child{--img-l:-3px;--img-t:40px;--img-w:366px;--img-h:739px}.xp-wide:last-child{--img-l:-5px;--img-t:1px;--img-w:379px;--img-h:711px}.xp-carlos,.xp-community,.xp-philo,.xp-promise,.xp-results{flex:none}.xp-results{height:480px}.xp-results__list{flex-direction:column}.xp-promise{height:274px}.xp-carlos .xp-glass{align-items:flex-start}.park__row{flex-direction:column}.park__img{height:244px}.park__content,.park__img{flex:none;width:100%}.park__desc{max-width:211px}.faq{padding:72px 0 60px}.faq .sh{padding:0 24px}.faq__item{width:100%}}.pcard{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:8px;padding:10px;border-radius:30px;background:#fff;border:1px solid rgba(17,17,17,.07);box-shadow:0 1px 2px rgba(0,0,0,.04),0 30px 60px -30px rgba(20,20,40,.18);text-align:left;transition:box-shadow .4s var(--ease),transform .4s var(--ease)}.pcard:hover{transform:translateY(-2px);box-shadow:0 1px 2px rgba(0,0,0,.04),0 40px 80px -30px rgba(20,20,40,.24)}.pcard__media{position:relative;min-height:460px;overflow:hidden;border-radius:22px;background:#f2f2f2}.pcard__img,.pcard__slider,.pcard__track,.pcard__track img,.pcard__track li{width:100%;height:100%}.pcard__img,.pcard__track img{display:block;-o-object-fit:cover;object-fit:cover;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.pcard:hover .pcard__img,.pcard:hover .pcard__track li[aria-hidden=false] img{transform:scale(1.03)}.pcard__img,.pcard__slider{position:absolute;inset:0}.pcard__track{list-style:none;margin:0;padding:0;display:flex;transition:transform .7s cubic-bezier(.22,1,.36,1)}.pcard__track li{flex:0 0 100%;overflow:hidden}.pcard__controls{position:absolute;left:16px;right:16px;bottom:16px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.pcard__arrows,.pcard__dots{pointer-events:auto;display:flex;align-items:center;border-radius:100px;background:rgba(20,20,20,.28);backdrop-filter:blur(12px) saturate(150%);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 0 0 1px rgba(255,255,255,.12)}.pcard__dots{gap:6px;padding:10px 12px}.pcard__dots button{width:6px;height:6px;border-radius:6px;background:rgba(255,255,255,.5);transition:width .35s var(--ease),background-color .35s var(--ease)}.pcard__dots button.is-active{width:20px;background:#fff}.pcard__arrows{gap:2px;padding:4px}.pcard__arrows button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:36px;color:#fff;transition:background-color .25s var(--ease),opacity .25s var(--ease)}.pcard__arrows button:hover:not(:disabled){background:rgba(255,255,255,.2)}.pcard__arrows button:disabled{opacity:.35;cursor:default}.pcard__arrows svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pcard__body{gap:24px;padding:36px 36px 28px 40px}.pcard__body,.pcard__head{display:flex;flex-direction:column}.pcard__head{align-items:flex-start;gap:14px}.pcard__chip{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 14px 0 11px;border-radius:100px;background:rgba(76,0,255,.07);color:var(--purple);font-family:var(--font-inter);font-size:14px;font-weight:600;letter-spacing:-.1px}.pcard__chip svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pcard__title{margin:4px 0 0;color:#0d0d0d;font-size:44px;font-weight:600;line-height:1.05;letter-spacing:-1.8px}.pcard__desc,.pcard__title{font-family:var(--font-inter)}.pcard__desc{max-width:460px;color:#555;font-size:18px;line-height:1.55;letter-spacing:-.2px}.pcard__scope{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:16px;background:#f7f7f8;color:#2b2b2b;font-family:var(--font-inter);font-size:15px;line-height:1.5}.pcard__addon svg,.pcard__scope svg{flex:none;width:20px;height:20px;padding:3px;margin-top:1px;border-radius:20px;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.pcard__scope svg{background:var(--purple);stroke:#fff}.pcard__addon{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:4px 12px;margin-top:-12px;padding:0 18px;color:#666;font-family:var(--font-inter);font-size:14px;line-height:1.4}.pcard__addon svg{margin-top:0;background:#ececec;stroke:#333}.pcard__addon strong{margin-left:auto;color:#111;font-weight:600;white-space:nowrap}.pcard__footer{margin-top:auto;padding-top:24px;border-top:1px solid #eee;display:flex;align-items:center;justify-content:space-between;gap:16px}.pcard__amount{color:#0d0d0d;font-size:52px;font-weight:600;line-height:1;letter-spacing:-2.2px}.pcard__amount,.pcard__cta{font-family:var(--font-inter)}.pcard__cta{display:inline-flex;align-items:center;gap:10px;height:56px;padding:0 22px 0 28px;border-radius:100px;background:var(--purple);color:#fff;font-size:18px;font-weight:500;letter-spacing:-.4px;white-space:nowrap;box-shadow:0 10px 24px -10px rgba(76,0,255,.6);transition:background-color .3s var(--ease),transform .3s var(--ease)}.pcard__cta svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s var(--ease)}.pcard__cta:hover{background:#3a00c4}.pcard__cta:hover svg{transform:translateX(3px)}@media (max-width:1199.98px){.s-price__stack{gap:24px}.pcard{grid-template-columns:1fr;border-radius:26px}.pcard__media{min-height:0;aspect-ratio:16/10;border-radius:18px}.pcard__body{padding:28px 22px 22px}.pcard__title{font-size:38px}}@media (max-width:809.98px){.pcard{padding:8px;border-radius:24px}.pcard__media{aspect-ratio:4/3.4}.pcard__body{gap:20px;padding:22px 12px 12px}.pcard__title{font-size:30px;letter-spacing:-1.1px}.pcard__desc{font-size:16px}.pcard__scope{font-size:14px;padding:14px}.pcard__addon{margin-top:-8px;padding:0 4px;grid-template-columns:20px 1fr;align-items:start}.pcard__addon strong{grid-column:2;margin-left:0}.pcard__footer{flex-direction:column;align-items:stretch;padding-top:18px}.pcard__amount{font-size:42px}.pcard__cta{justify-content:center;height:54px}.pcard__controls{left:10px;right:10px;bottom:10px}}@media (prefers-reduced-motion:reduce){.pcard,.pcard__img,.pcard__track,.pcard__track img{transition:none}}.tm{background:var(--soft);padding:120px 0 104px;overflow:hidden}.tm__inner{max-width:1528px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:56px}.tm__head,.tm__inner{width:100%;padding:0 24px}.tm-feature{width:100%;max-width:1180px;margin:0;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:8px;padding:10px;border-radius:30px;background:#fff;border:1px solid rgba(17,17,17,.07);box-shadow:0 1px 2px rgba(0,0,0,.04),0 30px 60px -30px rgba(20,20,40,.18)}.tm-feature__photo{position:relative;min-height:500px;overflow:hidden;border-radius:22px;background:#eee}.tm-feature__photo img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 35%;object-position:50% 35%}.tm-feature__body{display:flex;flex-direction:column;align-items:flex-start;padding:48px 56px 40px}.tm-feature__top{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px}.tm-feature__top .stars{gap:3px;color:var(--purple)}.tm-feature__top .stars svg{width:16px;height:16px}.tm-feature__label{color:var(--muted);font-family:var(--font-inter);font-size:14px;line-height:1.4}.tm-feature__mark{width:46px;height:38px;margin:40px 0 20px}.tm-feature__mark path{fill:rgba(76,0,255,.18)}.tm-feature__quote{margin:0;color:#0d0d0d;font-family:var(--font-inter);font-size:34px;font-weight:500;line-height:1.3;letter-spacing:-1.1px;text-wrap:pretty}.tm-feature__author{margin-top:auto;padding-top:36px;display:flex;align-items:center;gap:14px;width:100%;border-top:1px solid #eee;color:#111;font-family:var(--font-inter);font-size:17px;font-weight:600;letter-spacing:-.2px}.tm-feature__author img{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 0 3px #fff,0 0 0 4px rgba(0,0,0,.06)}.ticker,.tm-feature__author{margin-top:40px}.ticker{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.ticker__track{list-style:none;margin:0;padding:12px 0 28px;display:flex;align-items:stretch;gap:20px;width:-moz-max-content;width:max-content;animation:tm-marquee 55s linear infinite}.ticker:hover .ticker__track{animation-play-state:paused}@keyframes tm-marquee{to{transform:translateX(calc(-50% - 10px))}}.review{width:380px;display:flex;flex-direction:column;gap:18px;padding:28px 28px 24px;border-radius:24px;background:#fff;border:1px solid rgba(17,17,17,.07);box-shadow:0 1px 2px rgba(0,0,0,.03),0 18px 40px -28px rgba(20,20,40,.2)}.review .stars{gap:3px;color:var(--purple)}.review .stars svg{width:14px;height:14px}.review__text{flex:1;color:#2b2b2b;font-family:var(--font-inter);font-size:17px;line-height:1.55;letter-spacing:-.2px}.review__author{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid #f0f0f0;color:#111;font-family:var(--font-inter);font-size:15px;font-weight:600}.review__author img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media (max-width:1199.98px){.tm{padding:100px 0 88px}.tm-feature{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.tm-feature__photo{min-height:440px}.tm-feature__body{padding:36px 32px 30px}.tm-feature__quote{font-size:26px;letter-spacing:-.7px}.tm-feature__mark{margin:28px 0 14px}}@media (max-width:809.98px){.tm{padding:72px 0 64px}.tm__inner{gap:40px;padding:0 16px}.tm-feature{grid-template-columns:1fr;padding:8px;border-radius:24px}.tm-feature__photo{min-height:0;aspect-ratio:4/3.6;border-radius:18px}.tm-feature__body{padding:24px 14px 16px}.tm-feature__mark{width:34px;height:28px;margin:22px 0 12px}.tm-feature__quote{font-size:22px;line-height:1.35;letter-spacing:-.5px}.tm-feature__author{margin-top:28px;padding-top:20px;font-size:16px}.ticker{margin-top:24px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.ticker__track{gap:14px;animation-duration:45s}@keyframes tm-marquee{to{transform:translateX(calc(-50% - 7px))}}.review{width:290px;padding:22px 20px 18px;border-radius:20px}.review__text{font-size:15px}}@media (prefers-reduced-motion:reduce){.ticker__track{animation:none}.ticker{overflow-x:auto}}.tm__head{display:flex;flex-direction:column;align-items:center;gap:32px}.gstars{display:inline-flex;gap:2px}.gstars__star{position:relative;display:block;width:16px;height:16px;color:#e3e3e6}.gstars__star svg{display:block;width:100%;height:100%}.gstars__fill{position:absolute;inset:0 auto 0 0;overflow:hidden;color:#fbbc04}.gstars__fill svg{width:16px;height:16px}.gbadge{display:inline-flex;align-items:center;gap:14px;padding:8px 10px 8px 8px;border-radius:100px;background:#fff;border:1px solid rgba(17,17,17,.07);box-shadow:0 1px 2px rgba(0,0,0,.04),0 18px 40px -22px rgba(20,20,40,.28);color:#111;font-family:var(--font-inter);text-align:left;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.gbadge:hover{transform:translateY(-2px);box-shadow:0 1px 2px rgba(0,0,0,.04),0 26px 50px -22px rgba(20,20,40,.34)}.gbadge__logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#f6f6f7;box-shadow:inset 0 0 0 1px rgba(17,17,17,.05)}.gbadge__logo svg{width:24px;height:24px}.gbadge__score{font-size:32px;font-weight:600;line-height:1;letter-spacing:-1.2px}.gbadge__meta{display:flex;flex-direction:column;gap:4px;padding-right:6px}.gbadge__title{font-size:16px;font-weight:600;letter-spacing:-.2px}.gbadge__count{color:#6b6b6b;font-size:13px;font-weight:500;white-space:nowrap}.gbadge__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#111;color:#fff;transition:background-color .3s var(--ease)}.gbadge__arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s var(--ease)}.gbadge:hover .gbadge__arrow{background:var(--purple)}.gbadge:hover .gbadge__arrow svg{transform:translate(2px,-2px)}.review__top{display:flex;align-items:center;justify-content:space-between}.review__stars .gstars__fill svg,.review__stars .gstars__star{width:14px;height:14px}.review__g{width:20px;height:20px}.review__text{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.review__initial{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ece8ff,#f6f4ff);color:var(--purple);font-size:16px;font-weight:600}.review__who{display:flex;flex-direction:column;gap:2px;min-width:0}.review__who span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review__who small{color:#8a8a8a;font-size:12.5px;font-weight:500}@media (max-width:809.98px){.tm__head{gap:24px}.gbadge{gap:10px;padding:6px 8px 6px 6px}.gbadge__logo{width:42px;height:42px}.gbadge__score{font-size:26px}.gbadge__arrow{width:36px;height:36px}}.subnav.glass{background:linear-gradient(80deg,rgba(64,64,64,.4),rgba(95,95,95,.4))}.subnav a{z-index:0}.subnav a:before{box-shadow:0 2px 10px -4px rgba(0,0,0,.25);transition:opacity .3s var(--ease),transform .35s cubic-bezier(.22,1,.36,1)}@media (hover:hover){.subnav a:not(.is-active):hover{color:#fff}.subnav a:not(.is-active):hover:before{opacity:.16;transform:none;box-shadow:none}}@media (max-width:809.98px){.subnav--mobile{align-self:center;width:-moz-max-content;width:max-content;max-width:100%;margin:0;padding:0 18px}.xp{gap:40px}.xp__head{padding:0 28px}.xp .sh__text{max-width:340px;font-size:17px;line-height:1.5;text-wrap:balance}.xp__row{margin:0}.xp-wide,.xp-wide:first-child,.xp-wide:last-child{width:100%;--img-l:0px;--img-t:0px;--img-w:100%;--img-h:100%}.xp-wide:first-child .xp-card__bg{-o-object-position:50% 30%;object-position:50% 30%}.xp-wide:last-child .xp-card__bg{-o-object-position:50% 20%;object-position:50% 20%}}.s-hero__img{-o-object-position:var(--focus,50% 50%);object-position:var(--focus,50% 50%)}@media (max-width:809.98px){.s-hero__img{-o-object-position:var(--focus-m,var(--focus,50% 50%));object-position:var(--focus-m,var(--focus,50% 50%))}}.pcard__scope--perk{margin-top:-12px}.pcard__extras{display:flex;flex-direction:column;gap:10px;padding:16px 18px;border-radius:16px;background:#f7f7f8;border:1px solid #efeff1}.pcard__extras .pcard__addon{margin:0;padding:0}.pcard__extras-label{color:#8a8a8f;font-family:var(--font-inter);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.pcard__extras .pcard__addon svg{background:#fff;box-shadow:inset 0 0 0 1px #e6e6ea}.pcard__addon--sauna svg{background:rgba(76,0,255,.08)!important;box-shadow:none!important;stroke:var(--purple)}.sg{position:relative;background:#050505;color:#fff;padding:130px 24px 140px;overflow:hidden}.sg:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 50% at 80% 0,rgba(76,0,255,.18) 0,rgba(76,0,255,0) 70%);pointer-events:none}.sg__inner{position:relative;max-width:1480px;margin:0 auto}.sg__head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-template-rows:auto auto;-moz-column-gap:60px;column-gap:60px;align-items:end;margin-bottom:56px}.sg__eyebrow{grid-column:1/-1;margin-bottom:18px;color:rgba(255,255,255,.55);font-size:13px;font-weight:500;letter-spacing:.22em;text-transform:uppercase}.sg__eyebrow,.sg__title{font-family:var(--font-inter)}.sg__title{font-size:clamp(44px,5.6vw,88px);font-weight:600;line-height:.95;letter-spacing:-.045em}.sg__text{max-width:440px;justify-self:end;color:rgba(255,255,255,.66);font-family:var(--font-inter);font-size:19px;line-height:1.5}.sg__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-template-rows:330px 330px;gap:14px}.sg__item{position:relative;margin:0;overflow:hidden;border-radius:26px;background:#111}.sg__item:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(5,5,5,0) 60%,rgba(5,5,5,.35));pointer-events:none}.sg__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.02);transition:transform 1.4s cubic-bezier(.22,1,.36,1)}@media (hover:hover){.sg__item:hover img{transform:scale(1.07)}}.sg__item--1{grid-row:1/3}.sg__item--4{grid-column:2/4}@media (max-width:1199.98px){.sg{padding:100px 24px 110px}.sg__head{grid-template-columns:1fr;row-gap:20px}.sg__text{justify-self:start}.sg__grid{grid-template-rows:260px 260px}}@media (max-width:809.98px){.pcard__extras{padding:14px}.pcard__addon{grid-template-columns:20px 1fr}.pcard__addon strong{grid-column:2;margin-left:0}.sg{padding:80px 0 90px}.sg__head{padding:0 20px;margin-bottom:36px}.sg__title{font-size:44px}.sg__text{font-size:17px}.sg__grid{display:flex;gap:12px;padding:0 20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0 20px;scrollbar-width:none;overscroll-behavior-x:contain}.sg__grid::-webkit-scrollbar{display:none}.sg__item{flex:0 0 82%;aspect-ratio:4/5;border-radius:22px;scroll-snap-align:start}}.s-hero__overlay{background:linear-gradient(180deg,rgba(5,5,5,.42),rgba(5,5,5,.12) 38%,rgba(5,5,5,.18) 62%,rgba(5,5,5,.6))}.s-hero__title{text-shadow:0 8px 40px rgba(0,0,0,.35)}.sg{margin:0 16px;border-radius:44px}@media (max-width:809.98px){.sg{margin:0 8px;border-radius:30px}.s-intro{padding:64px 0 8px}.s-intro__inner{width:auto;margin:0 24px;gap:16px}.s-intro p,.service--specials .s-intro p{color:#55555a;font-size:17px;line-height:1.6;letter-spacing:-.1px;white-space:normal;hyphens:manual;text-wrap:pretty}.s-intro p:first-child{margin-bottom:10px;color:#0d0d0d;font-size:25px;font-weight:500;line-height:1.18;letter-spacing:-.9px;text-wrap:balance;hyphens:manual}.service--specials .s-intro p:first-child{margin-bottom:0;color:#3a3a3e;font-size:18px;font-weight:400;line-height:1.6;letter-spacing:-.1px;text-wrap:pretty}.s-intro .txt-desktop{display:block!important}.s-intro .txt-small{display:none!important}}.circle-link__icon{margin-left:-2px}.xp-wide,.xp-wide:first-child,.xp-wide:last-child{--img-l:0px;--img-t:0px;--img-w:100%;--img-h:100%}.xp-wide:first-child .xp-card__bg{-o-object-position:50% 35%;object-position:50% 35%}.xp-wide:last-child .xp-card__bg{-o-object-position:50% 20%;object-position:50% 20%}.sx__wrap{display:flex;justify-content:center;padding:20px 16px 120px;background:#fff}.pcat .sx{margin-top:28px}.sx{position:relative;isolation:isolate;width:100%;max-width:1180px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:56px;padding:40px 64px 40px 40px;overflow:hidden;border-radius:44px;background:radial-gradient(55% 70% at 18% 60%,rgba(255,40,70,.34) 0,rgba(255,40,70,0) 70%),radial-gradient(50% 60% at 100% 0,rgba(120,40,255,.3) 0,rgba(120,40,255,0) 70%),linear-gradient(150deg,#1a0d14,#0d0709 55%,#060405);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 0 0 1px rgba(255,255,255,.05),0 50px 100px -50px rgba(60,10,25,.7);color:#fff;font-family:var(--font-inter)}.sx:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.14;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none}.sx__visual{position:relative;height:560px}.sx__photo{position:absolute;overflow:hidden;border-radius:30px;box-shadow:0 40px 80px -40px rgba(0,0,0,.85),inset 0 0 0 1px rgba(255,255,255,.1)}.sx__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1.6s cubic-bezier(.22,1,.36,1)}.sx__photo--main{top:0;left:0;bottom:0;width:74%}.sx__photo--main img{-o-object-position:50% 45%;object-position:50% 45%}.sx__photo--main:after{content:"";position:absolute;inset:0;background:radial-gradient(60% 50% at 50% 55%,rgba(255,30,60,.18),rgba(255,30,60,0) 70%);mix-blend-mode:screen;animation:sx-glow 5s ease-in-out infinite}.sx__photo--side{right:0;bottom:40px;width:40%;height:58%;border-radius:24px;box-shadow:0 30px 60px -20px rgba(0,0,0,.8),0 0 0 6px rgba(13,7,9,.9),inset 0 0 0 1px rgba(255,255,255,.12)}@media (hover:hover){.sx:hover .sx__photo img{transform:scale(1.05)}}.sx__heat{position:absolute;top:24px;right:6%;display:inline-flex;align-items:center;gap:8px;padding:10px 16px 10px 12px;border-radius:100px;background:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 0 0 1px rgba(255,255,255,.1),0 16px 30px -12px rgba(0,0,0,.6);backdrop-filter:blur(14px) saturate(160%);font-size:14px;font-weight:600}.sx__heat svg{width:20px;height:20px;fill:none;stroke:#ff8a7a;stroke-width:1.8;stroke-linecap:round;animation:sx-rise 2.4s ease-in-out infinite}@keyframes sx-glow{0%,to{opacity:.6}50%{opacity:1}}@keyframes sx-rise{0%,to{transform:translateY(1px);opacity:.8}50%{transform:translateY(-2px);opacity:1}}.sx__content{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.sx__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 16px 8px 12px;border-radius:100px;background:rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 0 0 1px rgba(255,255,255,.08);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.sx__dot{width:8px;height:8px;border-radius:50%;background:#ff5a6e;box-shadow:0 0 0 4px rgba(255,90,110,.2),0 0 14px rgba(255,90,110,.9)}.sx__title{display:flex;flex-direction:column;font-size:clamp(46px,4.8vw,72px);font-weight:600;line-height:.96;letter-spacing:-.05em}.sx__title span{color:rgba(255,255,255,.42)}.sx__text{max-width:440px;color:rgba(255,255,255,.72);font-size:18px;line-height:1.55}.sx__facts{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.sx__facts li{display:flex;flex-direction:column;gap:4px;min-width:124px;padding:14px 18px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 0 0 1px rgba(255,255,255,.06)}.sx__facts li:first-child{background:#fff;color:#1a0d14;box-shadow:0 16px 36px -16px rgba(255,60,90,.6)}.sx__facts li:first-child span{color:rgba(26,13,20,.6)}.sx__facts strong{font-size:22px;font-weight:600;letter-spacing:-.5px}.sx__facts span{color:rgba(255,255,255,.6);font-size:13px}@media (prefers-reduced-motion:reduce){.sx__heat svg,.sx__photo--main:after{animation:none}}@media (max-width:1199.98px){.sx{grid-template-columns:1fr;gap:40px;padding:28px 28px 44px}.sx__visual{height:520px}}@media (max-width:809.98px){.sx__wrap{padding:0 12px 72px}.sx{gap:28px;padding:12px 18px 26px;border-radius:30px}.sx__visual{height:440px;margin:0 -6px}.sx__photo--main{width:78%;border-radius:22px}.sx__photo--side{width:42%;height:52%;bottom:24px;border-radius:18px}.sx__heat{top:14px;right:2%;font-size:12px;padding:8px 12px 8px 10px}.sx__title{font-size:42px}.sx__text{font-size:16px}.sx__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:8px}.sx__facts li{min-width:0;padding:12px;border-radius:14px}.sx__facts strong{font-size:16px}.sx__facts span{font-size:11px;line-height:1.3}}