@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Paytone+One&display=swap";.section-heading{display:grid;justify-items:start;gap:10px;min-width:0}.section-heading__kicker{margin:0;color:var(--grey-400);font:var(--fw-semibold) 13px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.section-heading__title{max-width:880px;margin:0;color:var(--grey-600);font-family:var(--font-heading);font-size:clamp(44px,5vw,68px);font-weight:var(--fw-medium);letter-spacing:-.055em;line-height:.98;text-wrap:balance}.section-heading__description{max-width:62ch;margin:8px 0 0;color:var(--grey-400);font:var(--fw-regular) var(--text-md)/1.4 var(--font-body)}.section-heading--md .section-heading__title{font-size:clamp(36px,4vw,52px)}.section-heading--sm .section-heading__title{font-size:clamp(28px,3vw,36px);letter-spacing:-.045em;line-height:1}.section-heading--center{justify-items:center;text-align:center}.section-heading--end{justify-items:end;text-align:right}@media (max-width: 640px){.section-heading__title{font-size:36px}.section-heading--md .section-heading__title{font-size:34px}.section-heading--sm .section-heading__title{font-size:28px}}.faq{display:grid;grid-template-columns:minmax(220px,.36fr) minmax(0,1fr);gap:clamp(28px,4vw,56px)}.faq__head{align-self:start}.faq__list{display:grid;gap:12px;align-content:start}.faq__item{min-width:0;background:var(--grey-50);border:1px solid var(--grey-100);border-radius:18px;padding:0 clamp(18px,2vw,28px);transition:border-color var(--motion-duration-base) var(--motion-ease-standard),background-color var(--motion-duration-base) var(--motion-ease-standard)}.faq__item:hover{border-color:var(--grey-200)}.faq__item.is-open{background:var(--grey-white);border-color:var(--grey-200)}.faq__trigger{min-height:68px;width:100%;border:0;background:transparent;padding:0;display:grid;grid-template-columns:24px 1fr;align-items:center;column-gap:var(--space-400);text-align:left;cursor:pointer}.faq__icon{width:24px;height:24px;position:relative}.faq__icon:before,.faq__icon:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background:var(--grey-600);transform:translate(-50%,-50%);transition:transform .22s ease}.faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq__question{color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}.faq__answer-wrap{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows var(--motion-duration-base) var(--motion-ease-standard)}.faq__answer{min-height:0;margin:6px 0 22px 40px;overflow:hidden;color:var(--grey-500);font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body);max-width:66ch;opacity:0;transform:translateY(-2px);transition:opacity .22s ease,transform .22s ease}.faq__item.is-open .faq__icon:after{transform:translate(-50%,-50%) rotate(0)}.faq__item.is-open .faq__answer-wrap{grid-template-rows:1fr}.faq__item.is-open .faq__answer{opacity:1;transform:translateY(0)}@media (max-width: 860px){.faq{grid-template-columns:1fr}}@media (max-width: 520px){.faq{gap:22px}.faq__item{padding-inline:16px}.faq__trigger{min-height:64px;grid-template-columns:20px 1fr;column-gap:10px}.faq__icon{width:20px;height:20px}.faq__answer{margin:4px 0 20px 30px}}@media (prefers-reduced-motion: reduce){.faq__item,.faq__icon:after,.faq__answer-wrap,.faq__answer{transition-duration:.01ms!important}}.ui-pill{box-sizing:border-box;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:4px;vertical-align:middle;white-space:nowrap}.ui-pill--md{height:var(--pill-md-h);padding:0 var(--pill-md-w);font:var(--fw-medium) 13px/1 var(--font-body)}.ui-pill--sm{height:var(--pill-sm-h);padding:0 var(--pill-sm-w);font:var(--fw-semibold) 12px/1 var(--font-body)}.ui-pill--lg{height:var(--pill-lg-h);padding:0 var(--pill-lg-w);font:var(--fw-medium) 14px/1 var(--font-body)}.ui-pill--light{border-color:var(--grey-100);background:var(--grey-100);color:var(--grey-600)}.ui-pill--outline{border-color:var(--grey-600);background:var(--grey-100);color:var(--grey-700)}.ui-pill--soft{border-color:var(--grey-50);background:var(--grey-50);color:var(--grey-600)}.ui-pill--dark{background:var(--grey-600);color:var(--grey-white)}.ui-pill--glass{border-color:#20211e1a;background:#ffffffc7;color:var(--grey-600);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.ui-pill--accent{border-color:var(--rad-600);background:var(--rad-600);color:var(--grey-white)}.ui-pill__icon{width:16px;height:16px;flex:0 0 auto;object-fit:contain}.ui-pill--sm .ui-pill__icon{width:15px;height:15px}.media-placeholder{position:relative;width:100%;height:100%;min-height:120px;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,#dce3e1,#aebdbb 52%,#778b8b);color:var(--grey-white)}.media-placeholder--tone-1{background:linear-gradient(145deg,#ddd9cc,#b8ad91 52%,#817765)}.media-placeholder--tone-2{background:linear-gradient(145deg,#d9dce4,#aeb6c5,#747f92)}.media-placeholder--tone-3{background:linear-gradient(145deg,#e5ddd7,#c0a79b,#8e7066)}.media-placeholder:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#10141405 35%,#10141457)}.media-placeholder__sun{position:absolute;right:12%;top:13%;width:clamp(52px,9vw,120px);aspect-ratio:1;border-radius:50%;background:#ffffff57;box-shadow:0 0 0 18px #ffffff0f}.media-placeholder__ridge{position:absolute;z-index:-1;left:-8%;width:116%;clip-path:polygon(0 66%,12% 50%,21% 59%,36% 28%,47% 57%,59% 38%,70% 58%,84% 25%,100% 55%,100% 100%,0 100%)}.media-placeholder__ridge--back{bottom:12%;height:72%;background:#fff3;transform:translate(5%)}.media-placeholder__ridge--front{bottom:-4%;height:68%;background:#1b232338;transform:scaleX(-1)}.media-placeholder__brand,.media-placeholder__copy{position:absolute;z-index:2;left:clamp(14px,3vw,28px)}.media-placeholder__brand{top:clamp(14px,3vw,26px);font-size:10px;font-weight:var(--fw-bold);letter-spacing:.14em}.media-placeholder__copy{right:clamp(14px,3vw,28px);bottom:clamp(14px,3vw,26px);display:grid;gap:5px}.media-placeholder__copy strong{overflow:hidden;font:var(--fw-medium) clamp(18px,2.3vw,30px)/1.04 var(--font-heading);letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap}.media-placeholder__copy small{color:#ffffffb8;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.media-placeholder--compact .media-placeholder__brand,.media-placeholder--compact .media-placeholder__copy small{display:none}.media-placeholder--compact .media-placeholder__copy{left:8px;right:8px;bottom:8px}.media-placeholder--compact .media-placeholder__copy strong{font-size:10px}.listing-card{min-width:0;overflow:hidden;padding:7px;display:flex;flex-direction:column;border:1px solid var(--grey-150);border-radius:28px;background:var(--grey-white);color:var(--grey-600);text-decoration:none;transition:transform var(--motion-duration-slow) var(--motion-ease-standard),box-shadow var(--motion-duration-slow) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard)}.listing-card:hover{border-color:var(--grey-200);box-shadow:var(--shadow-card);transform:translateY(-4px)}.listing-card:focus-visible{outline:2px solid var(--grey-600);outline-offset:3px}.listing-card__media{position:relative;aspect-ratio:4/3;min-height:240px;overflow:hidden;border-radius:22px;background:var(--grey-100);clip-path:inset(0 round 22px);isolation:isolate}.listing-card__media:after{content:"";position:absolute;inset:auto 0 0;height:44%;background:linear-gradient(transparent,#0003);pointer-events:none}.listing-card__media>img,.listing-card__media>.media-placeholder{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s var(--motion-ease-standard)}.listing-card--instructor .listing-card__media{min-height:0;aspect-ratio:6/5}.listing-card--instructor .listing-card__media>img{object-position:50% 0}.listing-card:hover .listing-card__media>img,.listing-card:hover .listing-card__media>.media-placeholder{transform:scale(1.035)}.listing-card__media-top,.listing-card__media-bottom{position:absolute;z-index:2;right:10px;left:10px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:6px;pointer-events:none}.listing-card__media-top{top:10px}.listing-card__media-bottom{bottom:10px}.listing-card__pill{max-width:100%;overflow:hidden;background:#ffffffdb;text-overflow:ellipsis}.listing-card__body{flex:1;min-width:0;padding:17px 12px 12px;display:flex;flex-direction:column}.listing-card__title{margin:0;color:var(--grey-600);font:var(--fw-semibold) 22px/1.1 var(--font-heading);letter-spacing:-.035em}.listing-card__title-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.listing-card__verified{flex:0 0 auto;padding:6px 8px;border-radius:999px;background:var(--blue-50);color:var(--grey-500);font:var(--fw-semibold) 10px/1 var(--font-body);letter-spacing:.035em;text-transform:uppercase}.listing-card__description{min-height:2.8em;margin:9px 0 0;overflow:hidden;color:var(--grey-400);font:var(--fw-regular) 14px/1.4 var(--font-body);-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box}.listing-card__footer{min-height:41px;margin-top:auto;padding-top:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;border-top:1px solid var(--grey-100)}.listing-card__rating,.listing-card__price,.listing-card__action{display:inline-flex;align-items:baseline}.listing-card__rating{gap:5px;white-space:nowrap}.listing-card__rating b{color:var(--grey-600);font-size:14px}.listing-card__rating strong{font:var(--fw-semibold) 14px/1 var(--font-body)}.listing-card__rating small,.listing-card__price small{color:var(--grey-400);font:var(--fw-regular) 11px/1.2 var(--font-body)}.listing-card__price{justify-content:flex-end;flex-wrap:wrap;gap:4px;text-align:right}.listing-card__price strong{font:var(--fw-bold) 17px/1 var(--font-body);white-space:nowrap}.listing-card__action{width:100%;justify-content:space-between;gap:12px;color:var(--grey-500);font:var(--fw-semibold) 12px/1 var(--font-body)}.listing-card--instructor .listing-card__action{width:auto;margin-left:auto}.listing-card__action i{font-style:normal}.listing-card--featured{min-height:clamp(500px,50vw,680px);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:9px}.listing-card--featured .listing-card__media{height:100%;min-height:460px;aspect-ratio:auto}.listing-card--featured .listing-card__body{padding:clamp(28px,4vw,54px)}.listing-card--featured .listing-card__title{margin-top:54px;font-size:clamp(38px,4vw,62px);font-weight:var(--fw-medium);line-height:.98;letter-spacing:-.06em}.listing-card--featured .listing-card__description{min-height:0;margin-top:20px;display:block;font-size:15px;line-height:1.5}.listing-card--featured .listing-card__footer{margin-top:30px}@media (max-width: 980px){.listing-card--featured{grid-template-columns:1fr}.listing-card--featured .listing-card__body{min-height:360px}}@media (max-width: 720px){.listing-card__media{min-height:0}.listing-card--featured{min-height:0;display:flex;gap:0}.listing-card--featured .listing-card__media{height:300px;min-height:300px}.listing-card--featured .listing-card__body{min-height:0;padding:28px 12px 20px}.listing-card--featured .listing-card__title{margin-top:34px}}@media (prefers-reduced-motion: reduce){.listing-card,.listing-card__media>img,.listing-card__media>.media-placeholder{transition-duration:.01ms!important}}.site-nav-host{width:min(var(--content-inner),100% - 80px);margin:14px auto 0;position:relative;z-index:72}.site-nav-host--hero{width:min(var(--content-inner),100%);margin:0 auto}.site-nav-host .site-nav{width:100%;height:64px;margin:0;padding:12px 14px;overflow:visible;border:1px solid rgba(32,33,30,.08);border-radius:18px;background:#ffffffe6;box-shadow:0 8px 32px #1819160d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background-color var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}body.menu-open .site-nav-host{z-index:102}body.menu-open .site-nav-host .site-nav{border-color:transparent;background:#fffffff5;box-shadow:none}.site-nav-host .site-nav__bar{height:38px;padding-left:8px}.site-nav-host .site-nav__brand,.site-nav-menu .site-nav__brand{width:auto;min-width:150px;font-family:var(--font-heading);font-size:22px;font-weight:var(--fw-bold);letter-spacing:-.045em;line-height:1}.site-nav-host .site-nav__left{gap:clamp(24px,3vw,52px)}.site-nav-host .site-nav__links{gap:clamp(20px,3vw,50px)}.site-nav-host .site-nav__link,.site-nav-host .site-nav__trigger,.site-nav-host .site-nav__offer{font-size:14px;font-weight:var(--fw-medium);line-height:1}.site-nav-host .site-nav__offer{height:38px;padding:0 16px;border-radius:12px;background:var(--grey-700)}.site-nav__actions{margin-left:auto;display:flex;align-items:center;gap:8px}.site-language{display:inline-flex;align-items:center}.site-language--mobile{display:none}.site-language__label{width:1px;height:1px;padding:0;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-language__trigger{height:38px;padding:0 9px 0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--grey-150);border-radius:12px;background:#ffffff94;color:var(--grey-500);cursor:pointer;transition:border-color var(--motion-duration-fast) var(--motion-ease-standard),background-color var(--motion-duration-fast) var(--motion-ease-standard)}.site-language__trigger:hover,.site-language__trigger[aria-expanded=true]{border-color:var(--grey-250, var(--grey-200));background:var(--grey-white)}.site-language__code{font:var(--fw-semibold) 11px/1 var(--font-body);letter-spacing:.06em}.site-language__flag{font-family:system-ui,sans-serif;font-size:17px;line-height:1;filter:saturate(.9)}.site-language__caret{margin-top:-2px;color:var(--grey-300);font-size:12px;transition:transform var(--motion-duration-fast) var(--motion-ease-standard)}.site-language__trigger[aria-expanded=true] .site-language__caret{transform:rotate(180deg)}.site-language-menu{width:220px;padding:8px;position:fixed;z-index:120;border:1px solid rgba(32,33,30,.09);border-radius:16px;background:#fffffffa;box-shadow:0 18px 50px #18191621}.site-language-menu>p{margin:0;padding:9px 11px 8px;color:var(--grey-300);font-size:10px;font-weight:var(--fw-semibold);letter-spacing:.09em;text-transform:uppercase}.site-language-menu__option{width:100%;min-height:46px;padding:0 10px 0 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;border-radius:11px;background:transparent;color:var(--grey-500);cursor:pointer;transition:background-color var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard)}.site-language-menu__option:hover,.site-language-menu__option.is-active{background:var(--grey-100);color:var(--grey-700)}.site-language-menu__name{font-size:13px;font-weight:var(--fw-medium)}.site-language-menu__meta{display:flex;align-items:center;gap:8px}.site-language-menu__meta small{color:var(--grey-300);font-size:10px;font-weight:var(--fw-semibold);letter-spacing:.06em}.site-language-menu__option.is-active:before{width:5px;height:5px;margin-right:-7px;border-radius:50%;background:#6da76f;content:""}.site-nav__burger{display:none}.site-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none}.site-nav-overlay .site-nav-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#1618152e;opacity:1;cursor:default;pointer-events:auto;z-index:0}.site-nav-menu.site-nav__panel{position:fixed;left:var(--menu-left, 40px);top:var(--menu-top, 86px);width:var(--menu-width, calc(100% - 80px) );right:auto;max-height:min(706px,100dvh - var(--menu-top, 14px) - 16px);margin:0;padding:78px 14px 14px;display:block;overflow-y:auto;border:0;border-radius:18px;background:var(--grey-white);box-shadow:0 24px 70px #18191617;pointer-events:auto;transform:none;transform-origin:top center;overscroll-behavior:contain;z-index:1}.site-nav-menu__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.32fr);gap:8px}.site-nav-menu .site-nav__categories{width:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none;gap:6px}.site-nav-menu .site-nav__category{min-height:84px;height:100%;padding:14px;display:flex;align-items:flex-start;gap:10px;border:0;border-radius:14px;background:#f3f3efa3;box-shadow:none;transition:background-color var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-fast) var(--motion-ease-standard)}.site-nav-menu .site-nav__category:hover{background:var(--grey-white);box-shadow:0 8px 22px #20211e0b;transform:translateY(-1px)}.site-nav-menu .site-nav__category-copy,.site-nav-menu .site-nav__promo-title{width:auto}.site-nav__category-arrow{width:20px;height:20px;margin-left:auto;display:grid;place-items:center;flex:0 0 auto;background:transparent;color:var(--grey-300);font-size:13px;transition:color var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-fast) var(--motion-ease-standard)}.site-nav-menu .site-nav__category:hover .site-nav__category-arrow{color:var(--grey-600);transform:translate(2px,-2px)}.site-nav-menu .site-nav__promo{min-height:181px;border-radius:14px;background:#eeeee9c7}.site-nav-menu .site-nav__promo-title{color:var(--grey-650, var(--grey-600))}.site-nav-menu .site-nav__promo-btn{border:0;background:#ffffffd1;color:var(--grey-600);text-decoration:none}.site-nav-menu .site-nav__promo-btn:hover{background:var(--grey-white);box-shadow:0 7px 18px #20211e0b}.site-nav-menu .site-nav__promo-arrow{width:auto;height:auto;transform:none}.site-nav-menu__mobile-head,.site-nav-menu__primary,.site-nav-menu__offer{display:none}.site-nav__trigger:focus-visible,.site-nav__link:focus-visible,.site-nav__offer:focus-visible,.site-nav__category:focus-visible,.site-nav__promo-btn:focus-visible,.site-nav-menu__close:focus-visible,.site-nav-menu__primary a:focus-visible,.site-nav-menu__offer:focus-visible{position:relative;z-index:1}.site-language__trigger:focus-visible,.site-language-menu__option:focus-visible,.site-language__mobile-option:focus-visible{outline:2px solid var(--grey-700);outline-offset:2px}body.menu-open{overflow:hidden;padding-right:var(--menu-scrollbar-compensation, 0)}@media (max-width: 1100px){.site-nav-host .site-nav__left,.site-nav-host .site-nav__links{gap:18px}.site-nav-host .site-nav__left{flex:1 1 auto}.site-nav-host .site-nav__brand{min-width:128px}.site-nav__actions{gap:6px}.site-nav-menu__content{grid-template-columns:1fr}.site-nav-menu .site-nav__categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.site-nav-host,.site-nav-host--hero,.destination-nav-host,.catalog-nav-host,.profile-nav-host{width:calc(100% - 24px);margin:12px auto 0}.site-nav-host--hero{margin-top:0}.site-nav-host .site-nav,.home-page .site-nav,.home-page .site-nav.is-open{height:60px;padding:10px 10px 10px 14px;border-radius:17px}.site-nav-host .site-nav__bar{height:38px;padding-left:0}.site-nav-host .site-nav__left{width:100%;justify-content:space-between;gap:10px}.site-nav-host .site-nav__actions{display:none}.site-nav-host .site-nav__brand{min-width:0;font-size:20px}.site-nav-host .site-nav__links{margin-left:auto;gap:0}.site-nav-host .site-nav__link,.site-nav-host .site-nav__offer,.site-nav__trigger-text,.site-nav__chevron-wrap{display:none}.site-nav-host .site-nav__trigger{width:42px;height:38px;padding:0;display:grid;place-items:center;border-radius:12px;background:var(--grey-700)}.site-nav__burger{width:18px;height:12px;display:flex;flex-direction:column;justify-content:space-between}.site-nav__burger i{width:18px;height:1.5px;display:block;border-radius:999px;background:var(--grey-white)}.site-nav-overlay.is-mobile{background:transparent;pointer-events:auto}.site-nav-overlay.is-mobile .site-nav-backdrop{display:none}.site-nav-overlay.is-mobile .site-nav-menu.site-nav__panel{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-height:none;padding:12px 12px max(20px,env(safe-area-inset-bottom));display:flex;flex-direction:column;border:0;border-radius:0;background:var(--grey-50);box-shadow:none}.site-nav-menu__mobile-head{min-height:60px;padding:10px 10px 10px 14px;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;border:0;border-radius:17px;background:var(--grey-white)}.site-nav-menu .site-nav__brand{min-width:0;font-size:20px}.site-nav-menu__close{width:42px;height:38px;padding:0;position:relative;border:0;border-radius:12px;background:var(--grey-700);cursor:pointer}.site-nav-menu__close i{width:18px;height:1.5px;position:absolute;left:12px;top:18px;border-radius:999px;background:var(--grey-white)}.site-nav-menu__close i:first-child{transform:rotate(45deg)}.site-nav-menu__close i:last-child{transform:rotate(-45deg)}.site-nav-menu__primary{padding:18px 4px 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;flex:0 0 auto}.site-nav-menu__primary a{min-height:44px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;border-radius:13px;color:var(--grey-600);font:var(--fw-medium) 12px/1.1 var(--font-body);text-decoration:none;background:#ffffff9e}.site-nav-menu__primary a span{color:var(--grey-300)}.site-language--mobile{min-height:48px;margin:0 4px 14px;padding:0 12px 0 14px;display:flex;justify-content:space-between;border-radius:13px;background:#ffffff9e}.site-language--mobile .site-language__label{width:auto;height:auto;position:static;overflow:visible;clip:auto;color:var(--grey-400);font-size:12px;font-weight:var(--fw-medium);white-space:normal}.site-language__mobile-options{display:flex;align-items:center;gap:5px}.site-language__mobile-option{min-width:58px;height:36px;padding:0 8px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:10px;background:#ffffffc2;color:var(--grey-400);font:var(--fw-semibold) 10px/1 var(--font-body);letter-spacing:.05em}.site-language__mobile-option.is-active{border-color:var(--grey-150);background:var(--grey-white);color:var(--grey-700)}.site-nav-menu__content{display:block;flex:1 1 auto}.site-nav-menu .site-nav__categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.site-nav-menu .site-nav__category{min-height:88px;padding:13px;align-items:flex-start;border:0;border-radius:15px;background:#ffffffa8}.site-nav-menu .site-nav__category-icon{width:20px;height:20px}.site-nav-menu .site-nav__category-copy{min-width:0;gap:5px}.site-nav-menu .site-nav__category-title{font-size:14px}.site-nav-menu .site-nav__category-desc{overflow:hidden;display:-webkit-box;font-size:11px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.site-nav__category-arrow{margin-left:auto}.site-nav-menu .site-nav__promo{display:none}.site-nav-menu__offer{min-height:52px;margin-top:12px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;border-radius:15px;background:var(--grey-700);color:var(--grey-white);font:var(--fw-semibold) 14px/1 var(--font-body);text-decoration:none}}@media (max-width: 420px){.site-nav-menu__primary{grid-template-columns:1fr;padding-block:14px}.site-nav-menu__primary a{min-height:40px}.site-nav-menu .site-nav__category{min-height:78px;padding:11px}.site-nav-menu .site-nav__category-desc{display:none}}@media (prefers-reduced-motion: reduce){.site-nav,.site-nav__chevron,.site-nav__category,.site-nav__promo-btn,.site-nav-menu__close i,.site-language__caret,.site-language-menu__option,.site-language__mobile-option{transition-duration:.01ms!important}}.ui-container{width:100%;max-width:var(--content-width);margin-inline:auto;padding-inline:var(--layout-margin)}@media (max-width: 860px){.ui-container{padding-inline:16px}}.site-footer{width:100vw;max-width:none;margin:0 0 0 calc(50% - 50vw);padding:clamp(54px,7vw,96px) 0 24px;border-radius:0;background:var(--grey-700);color:var(--grey-white)}.site-footer__container{width:min(var(--content-width),100%)}.site-footer__top{padding-bottom:clamp(46px,7vw,88px);display:grid;grid-template-columns:minmax(260px,1fr) minmax(280px,.55fr);gap:40px;align-items:start;border-bottom:1px solid rgba(255,255,255,.16)}.site-footer .site-footer__brand{color:var(--grey-white);font:var(--fw-bold) clamp(46px,6vw,86px)/.9 var(--font-heading);letter-spacing:-.075em;text-decoration:none}.site-footer__brand span{color:var(--grey-400)}.site-footer__top>p{max-width:460px;margin:2px 0 0;color:var(--grey-300);font-size:clamp(15px,1.4vw,18px);line-height:1.55}.site-footer__main{padding:clamp(42px,6vw,74px) 0;display:grid;grid-template-columns:.8fr .8fr 1fr 1.25fr;gap:clamp(30px,5vw,76px)}.site-footer__column{align-content:start;display:grid;gap:13px}.site-footer__column h4,.site-footer__column p,.site-footer__column a{margin:0}.site-footer__column h4{margin-bottom:10px;color:var(--grey-400);font:var(--fw-bold) 10px/1.2 var(--font-body);letter-spacing:.13em;text-transform:uppercase}.site-footer__column a,.site-footer__column p{color:var(--grey-200);font:var(--fw-regular) 14px/1.35 var(--font-body);text-decoration:none;transition:color var(--motion-duration-fast) var(--motion-ease-standard)}.site-footer__column a:hover{color:var(--grey-white)}.site-footer__cta{min-height:175px;padding:22px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#ffffff09}.site-footer__cta p{margin:0;color:var(--grey-400);font-size:12px}.site-footer__cta a{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:20px;color:var(--grey-white);font:var(--fw-medium) clamp(22px,2.3vw,30px)/1.05 var(--font-heading);letter-spacing:-.04em;text-decoration:none}.site-footer__cta a span{font-size:20px}.site-footer__bottom{padding-top:22px;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;border-top:1px solid rgba(255,255,255,.16)}.site-footer__bottom p,.site-footer__bottom a,.site-footer__bottom span{margin:0;color:var(--grey-400);font-size:11px;text-decoration:none}.site-footer__bottom>div{display:flex;gap:22px}.site-footer__bottom>p:last-child{text-align:right}@media (max-width: 900px){.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__cta{min-height:150px}}@media (max-width: 640px){.site-footer{padding-top:48px}.site-footer__top,.site-footer__main,.site-footer__bottom{grid-template-columns:1fr}.site-footer__top{padding-bottom:44px}.site-footer__main{gap:36px}.site-footer__column a{min-height:36px;display:flex;align-items:center}.site-footer__bottom>div{flex-wrap:wrap}.site-footer__bottom>p:last-child{text-align:left}}@media (prefers-reduced-motion: reduce){.site-footer__column a{transition-duration:.01ms!important}}.home-hero-search{width:min(700px,100% - 32px);margin:34px auto 0;position:relative;z-index:5}.home-hero-search__label{margin:0 0 9px;display:block;color:var(--grey-500);font:var(--fw-semibold) 11px/1 var(--font-body);letter-spacing:.1em;text-transform:uppercase}.home-hero-search__field{min-height:72px;padding:0 16px 0 24px;display:flex;align-items:center;gap:12px;border:1px solid rgba(32,33,30,.14);border-radius:24px;background:#fffffff5;box-shadow:0 18px 42px #1d1f1b1c;transition:border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.home-hero-search__field:focus-within{border-color:var(--grey-600);box-shadow:0 20px 48px #1d1f1b29;transform:translateY(-1px)}.home-hero-search__field svg{width:23px;height:23px;flex:0 0 auto;fill:none;stroke:var(--grey-600);stroke-linecap:round;stroke-width:1.8}.home-hero-search__field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--grey-700);font:var(--fw-medium) 17px/1.2 var(--font-body)}.home-hero-search__field input::placeholder{color:var(--grey-400)}.home-hero-search__field button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--grey-100);color:var(--grey-500);cursor:pointer;font:var(--fw-medium) 24px/1 var(--font-body)}.home-hero-search__field kbd{padding:7px 9px;border:1px solid var(--grey-200);border-radius:9px;color:var(--grey-400);font:var(--fw-medium) 11px/1 var(--font-body);white-space:nowrap}.home-hero-search__quick{margin-top:10px;display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.home-hero-search__quick .ui-pill{cursor:pointer;transition:background var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard)}.home-hero-search__quick .ui-pill:hover,.home-hero-search__quick .ui-pill:focus-visible{border-color:var(--grey-600);background:var(--grey-600);color:var(--grey-white);outline:none}.home-search-results{position:fixed;z-index:100;max-height:min(470px,100vh - 24px);overflow-y:auto;padding:10px;border:1px solid var(--grey-200);border-radius:18px;background:#fffffffa;box-shadow:0 20px 55px #1d1f1b2e;animation:home-search-reveal var(--motion-duration-base) var(--motion-ease-standard) both}.home-search-results>p{margin:5px 8px 8px;color:var(--grey-400);font:var(--fw-semibold) 10px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.home-search-results a{min-height:58px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px;color:var(--grey-600);text-decoration:none;transition:background var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard)}.home-search-results a:hover,.home-search-results a.is-active,.home-search-results a:focus-visible{outline:none;background:var(--grey-700);color:var(--grey-white)}.home-search-results a>span{min-width:0;display:grid;gap:4px}.home-search-results strong,.home-search-results small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-search-results strong{font:var(--fw-semibold) 14px/1.15 var(--font-body)}.home-search-results small{color:var(--grey-400);font:12px/1.2 var(--font-body)}.home-search-results a.is-active small,.home-search-results a:hover small,.home-search-results a:focus-visible small{color:var(--grey-300)}.home-search-results em{flex:0 0 auto;color:var(--grey-400);font:var(--fw-semibold) 10px/1 var(--font-body);font-style:normal;letter-spacing:.06em;text-transform:uppercase}.home-search-results a.is-active em,.home-search-results a:hover em,.home-search-results a:focus-visible em{color:var(--grey-white)}.home-search-results__empty{min-height:116px;padding:24px;display:grid;place-items:center;gap:8px;text-align:center}.home-search-results__empty strong{font:var(--fw-semibold) 16px/1.1 var(--font-heading)}.home-search-results__empty span{color:var(--grey-400);font-size:12px}@keyframes home-search-reveal{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 680px){.home-hero-search{width:min(100% - 24px,480px);margin-top:24px}.home-hero-search__field{min-height:64px;padding-left:20px;border-radius:21px}.home-hero-search__field input{font-size:14px}.home-hero-search__field kbd{display:none}.home-search-results{max-height:min(390px,100vh - 16px)}}@media (prefers-reduced-motion: reduce){.home-hero-search__field,.home-hero-search__quick .ui-pill,.home-search-results,.home-search-results a{animation:none;transition-duration:1ms}}.home-page-body,.home-page{background:var(--grey-50)}.home-page{width:100%;margin-inline:auto}.home-page .outline-btn{text-decoration:none}.home-page .hero-wrap{position:relative;padding:14px 0 0;overflow:hidden;border-radius:0 0 32px 32px;background:#dbe5ef;z-index:7}.home-page .hero-grid{position:relative;min-height:min(860px,100svh - 20px)}.home-page>.site-nav-host--hero{width:min(var(--content-inner),100% - var(--layout-margin) * 2);margin:0;position:absolute;top:14px;left:50%;right:auto;transform:translate(-50%)}.home-page .site-nav-host--hero .site-nav{border-color:#ffffff80;background:#ffffffd4;box-shadow:0 12px 42px #243a5014;-webkit-backdrop-filter:blur(20px) saturate(1.08);backdrop-filter:blur(20px) saturate(1.08)}.home-page .hero-inner{position:relative;grid-column:1/-1;width:100vw;min-height:min(860px,100svh - 20px);margin-left:calc(50% - 50vw);padding:0;overflow:hidden;isolation:isolate;background:#dfe8f1}.home-page .hero-inner:before,.home-page .hero-inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-page .hero-inner:before{z-index:1;background:linear-gradient(180deg,#f3f7fb52,#eaf1f80f 34%,#d6e1ed14 70%,#dee8f247),linear-gradient(90deg,rgba(228,236,245,.16),transparent 26%,transparent 74%,rgba(228,236,245,.13))}.home-page .hero-inner:after{z-index:2;opacity:.24;background-image:linear-gradient(rgba(255,255,255,.24) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.24) 1px,transparent 1px);background-size:9.1% 100%,100% 25%;-webkit-mask-image:linear-gradient(to bottom,transparent 6%,#000 32%,#000 82%,transparent 98%);mask-image:linear-gradient(to bottom,transparent 6%,#000 32%,#000 82%,transparent 98%)}.home-page .hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.home-page .hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 50%;filter:saturate(.86) contrast(.96) brightness(1.015);transform:scale(1.012)}.home-page .hero-content{position:relative;z-index:4;width:min(940px,100% - 36px);margin:0 auto;padding-top:clamp(154px,21vh,206px);text-align:center}.home-page .hero-meta-pills{margin-bottom:18px;display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.home-page .hero-title-main{margin:0 0 14px;color:#081c2d;font-family:var(--font-heading);font-size:clamp(70px,9.1vw,134px);font-weight:var(--fw-bold);letter-spacing:-.085em;line-height:.82;-webkit-text-stroke:.5px rgba(255,255,255,.38);text-shadow:0 1px 0 rgba(255,255,255,.72),0 0 30px rgba(255,255,255,.62),0 10px 34px rgba(8,28,45,.08)}.home-page .hero-subtitle{max-width:560px;margin:0 auto;color:#071b2beb;font-size:clamp(17px,1.35vw,21px);font-weight:var(--fw-semibold);line-height:1.4;text-shadow:0 1px 2px rgba(255,255,255,.96),0 0 18px rgba(255,255,255,.94),0 0 34px rgba(255,255,255,.8)}.home-page .hero-about-link{position:absolute;z-index:4;bottom:22px;right:max(var(--layout-margin),30px);min-height:48px;padding:7px 10px 7px 7px;display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.42);border-radius:16px;background:#f7fafd85;box-shadow:0 10px 28px #192e4114;color:#142d41;text-align:left;text-decoration:none;-webkit-backdrop-filter:blur(13px) saturate(1.08);backdrop-filter:blur(13px) saturate(1.08);transition:background var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.home-page .hero-about-link:hover,.home-page .hero-about-link:focus-visible{border-color:#ffffffb8;background:#ffffffb8;outline:none;transform:translateY(-2px)}.home-page .hero-about-link__icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:#ffffff80}.home-page .hero-about-link__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.home-page .hero-about-link__copy{display:grid;gap:2px}.home-page .hero-about-link__copy strong{font:var(--fw-semibold) 12px/1.1 var(--font-body)}.home-page .hero-about-link__copy small{color:#142d41a8;font:var(--fw-medium) 10px/1.1 var(--font-body)}.home-page .hero-about-link__arrow{margin-left:2px;color:#142d419e;font-size:13px}.home-page .hero-content .home-hero-search{width:min(900px,100% - 24px);margin-top:clamp(28px,3.6vh,38px)}.home-page .hero-content .home-hero-search__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.home-page .hero-content .home-hero-search__field{min-height:56px;padding:0 11px 0 19px;gap:11px;border-color:#2d425529;border-radius:18px;background:#fcfdfee0;box-shadow:0 1px #ffffffc2 inset,0 12px 32px #1f364c1a;-webkit-backdrop-filter:blur(20px) saturate(1.05);backdrop-filter:blur(20px) saturate(1.05)}.home-page .hero-content .home-hero-search__field:focus-within{border-color:#162c406b;box-shadow:0 1px #ffffffd1 inset,0 15px 38px #1f364c21;transform:translateY(-1px)}.home-page .hero-content .home-hero-search__field svg{width:20px;height:20px;stroke:#163044;stroke-width:1.7}.home-page .hero-content .home-hero-search__field input{color:#10283b;font-size:15px;font-weight:var(--fw-medium)}.home-page .hero-content .home-hero-search__field input::placeholder{color:#24394b85}.home-page .hero-content .home-hero-search__field kbd{padding:6px 8px;border-color:#20344621;border-radius:8px;background:#f5f7f9b8;color:#20344685}.home-page .service-grid-wrap{position:relative;overflow:hidden;margin-top:-28px;border-top:0;border-radius:0 0 30px 30px;z-index:1;background:var(--grey-50)}.home-page .service-grid{grid-column:1/-1;width:min(100%,var(--content-inner));margin-inline:auto;padding:clamp(64px,7vw,104px) 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto repeat(3,280px);gap:var(--layout-gutter)}.home-page .service-grid-intro{grid-column:1/-1;min-height:190px;padding-bottom:clamp(32px,5vw,72px);display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:var(--layout-gutter);align-items:end}.home-page .service-grid-intro>.section-heading__kicker{align-self:start;margin-top:8px}.home-page .service-grid-intro>.section-heading__title{grid-column:2}.home-page .service-grid-intro>.section-heading__title span{color:var(--grey-300)}.home-page .service-grid-intro>.section-heading__description{grid-column:3;max-width:330px;font-size:15px;line-height:1.45}.home-page .service-card{position:relative;width:100%;height:280px;min-height:0;padding:0;overflow:hidden;border:1px solid rgba(32,33,30,.06);border-radius:var(--radius-lg);background:var(--grey-white);box-shadow:none;transform:translateZ(0);transition:transform var(--motion-duration-slow) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-slow) var(--motion-ease-standard)}.home-page .service-card.instructors{grid-column:1;grid-row:2/span 2;height:580px;background:var(--blue-50)}.home-page .service-card.tours{grid-column:2;grid-row:2;background:var(--sand-50)}.home-page .service-card.rental{grid-column:3;grid-row:2;background:var(--olive-50)}.home-page .service-card.places{grid-column:2/span 2;grid-row:3;background:var(--grey-white)}.home-page .service-card.services{grid-column:1;grid-row:4;background:var(--rad-100)}.home-page .service-card.transfer{grid-column:2;grid-row:4;background:var(--grey-white)}.home-page .service-card.real-estate{grid-column:3;grid-row:4;background:var(--grey-700)}.home-page .service-card:hover{border-color:#20211e24;box-shadow:var(--shadow-card);transform:translateY(-4px)}.home-page .service-card h2,.home-page .service-card p{position:absolute;z-index:2;margin:0}.home-page .service-card h2{top:22px;left:24px;color:var(--grey-600);font:var(--fw-semibold) clamp(26px,2.3vw,36px)/1 var(--font-heading);letter-spacing:-.045em}.home-page .service-card p{top:66px;left:25px;width:min(58%,300px);color:var(--grey-400);font-size:14px;line-height:1.35}.home-page .service-card.real-estate h2{color:var(--grey-white)}.home-page .service-card.real-estate p{color:var(--grey-300)}.home-page .service-art{position:absolute;pointer-events:none;filter:saturate(.88);transition:transform var(--motion-duration-slow) var(--motion-ease-standard)}.home-page .service-card:hover .service-art{transform:scale(1.025)}.home-page .service-art.instructors-art{right:-12px;top:94px;width:86%;height:auto}.home-page .service-art.tours-art{right:-30px;top:54px;width:88%;height:auto}.home-page .service-art.rental-art{right:-42px;top:34px;width:78%;height:auto}.home-page .service-art.places-art{right:-15px;top:14px;width:58%;height:auto}.home-page .service-art.services-art{right:-18px;top:62px;width:54%;height:auto}.home-page .service-art.transfer-art{right:-20px;top:78px;width:67%;height:auto}.home-page .tags-row{position:absolute;z-index:3;left:20px;bottom:20px;max-width:calc(100% - 40px);display:flex;flex-wrap:wrap;gap:6px}.home-page .instructors-block{padding:clamp(88px,9vw,140px) 0}.home-page .instructors-layout{row-gap:clamp(40px,6vw,80px)}.home-page .instructors-heading,.home-page .instructors-grid{grid-column:1/-1;width:100%}.home-page .instructors-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--layout-gutter)}.home-page .cta-card,.home-page .instructors-grid>.listing-card{min-height:420px;border:1px solid var(--grey-150);border-radius:var(--radius-lg);background:var(--grey-white)}.home-page .cta-card{padding:24px;display:flex;flex-direction:column;justify-content:space-between}.home-page .cta-card p{margin:0;font:var(--fw-regular) 22px/1.18 var(--font-heading);letter-spacing:-.025em}.home-page .outline-btn{width:100%;min-height:44px;margin-top:18px;padding-inline:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--grey-600);border-radius:var(--radius-sm);background:var(--grey-white);color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body)}.home-page .faq-block{padding:clamp(80px,9vw,140px) 0}.home-page .service-card{color:inherit;text-decoration:none}.home-page .faq-layout{grid-column:1/-1;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);align-items:start}.home-page .faq__item{background:var(--grey-white)}@media (max-width: 1100px){.home-page .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto repeat(4,260px)}.home-page .service-grid-intro{grid-template-columns:.7fr 1.3fr}.home-page .service-grid-intro>.section-heading__description{grid-column:2}.home-page .service-card.instructors{grid-column:1;grid-row:2/span 2;height:540px}.home-page .service-card.tours{grid-column:2;grid-row:2}.home-page .service-card.rental{grid-column:2;grid-row:3}.home-page .service-card.places{grid-column:1/-1;grid-row:4}.home-page .service-card.services{grid-column:1;grid-row:5}.home-page .service-card.transfer{grid-column:2;grid-row:5}.home-page .service-card.real-estate{grid-column:1/-1;grid-row:6}.home-page .instructors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.home-page>.site-nav-host--hero{width:calc(100% - 24px);top:10px}.home-page .hero-wrap{padding-top:10px;border-radius:0 0 24px 24px}.home-page .hero-grid,.home-page .hero-inner{min-height:min(740px,100svh - 10px)}.home-page .hero-content{width:calc(100% - 24px);padding-top:clamp(130px,19vh,170px)}.home-page .hero-title-main{font-size:clamp(50px,14vw,72px);letter-spacing:-.075em}.home-page .hero-subtitle{max-width:330px;padding:0;font-size:15px}.home-page .hero-media img{object-position:52% 50%}.home-page .hero-content .home-hero-search{width:100%;margin-top:28px}.home-page .hero-content .home-hero-search__field{min-height:54px;border-radius:16px}.home-page .hero-about-link{bottom:20px;right:18px}.home-page .service-grid-wrap{margin-top:-22px}.home-page .service-grid{padding:72px 0;grid-template-columns:1fr;grid-template-rows:auto;gap:14px}.home-page .service-grid-intro{grid-column:1;grid-template-columns:1fr;min-height:0;padding-bottom:42px}.home-page .service-grid-intro>.section-heading__title,.home-page .service-grid-intro>.section-heading__description{grid-column:1}.home-page .service-card.instructors,.home-page .service-card.tours,.home-page .service-card.rental,.home-page .service-card.places,.home-page .service-card.services,.home-page .service-card.transfer,.home-page .service-card.real-estate{grid-column:1;grid-row:auto;height:280px}.home-page .service-art.instructors-art{width:64%;top:40px}.home-page .instructors-grid{grid-template-columns:1fr}.home-page .cta-card{min-height:260px}.home-page .faq-layout{grid-template-columns:1fr}}@media (max-width: 560px){.home-page .service-grid{padding-block:56px}.home-page .service-grid-intro{padding-bottom:32px}.home-page .hero-grid,.home-page .hero-inner{min-height:680px}.home-page .hero-content{padding-top:122px}.home-page .hero-title-main{font-size:clamp(44px,14vw,62px)}.home-page .hero-about-link__copy small,.home-page .hero-about-link__arrow{display:none}}body.is-gallery-open{overflow:hidden}.profile-gallery{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;display:grid;place-items:center;padding:24px}.profile-gallery__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0d0e0cd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:profile-gallery-fade-in var(--motion-duration-base) var(--motion-ease-standard)}.profile-gallery__panel{position:relative;width:min(1180px,100%);height:min(820px,100vh - 48px);padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:var(--grey-700);color:var(--grey-white);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;box-shadow:0 30px 90px #0000006b;animation:profile-gallery-panel-in var(--motion-duration-slow) var(--motion-ease-standard)}.profile-gallery__header{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px}.profile-gallery__header p,.profile-gallery__header h2,.profile-gallery__stage{margin:0}.profile-gallery__header>div>p{color:#ffffff80;font:var(--fw-medium) 12px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.profile-gallery__header h2{margin-top:3px;font:var(--fw-medium) 20px/1.1 var(--font-heading)}.profile-gallery__counter{color:#ffffff9e;font:var(--fw-medium) 14px/1 var(--font-body)}.profile-gallery__close,.profile-gallery__nav{border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:var(--grey-white);cursor:pointer;transition:background-color var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.profile-gallery__close{width:42px;height:42px;border-radius:50%;font:var(--fw-regular) 28px/1 var(--font-body)}.profile-gallery__stage{min-height:0;overflow:hidden;border-radius:20px;background:var(--grey-800)}.profile-gallery__stage img{width:100%;height:100%;object-fit:contain}.profile-gallery__footer{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:14px}.profile-gallery__nav{width:44px;height:44px;border-radius:14px;font-size:20px}.profile-gallery__close:hover,.profile-gallery__nav:hover{background:#ffffff29;transform:translateY(-1px)}.profile-gallery__thumbs{display:flex;justify-content:center;gap:8px;min-width:0}.profile-gallery__thumbs button{width:64px;height:44px;padding:2px;overflow:hidden;border:1px solid transparent;border-radius:11px;background:transparent;opacity:.5;cursor:pointer;transition:border-color var(--motion-duration-base) var(--motion-ease-standard),opacity var(--motion-duration-base) var(--motion-ease-standard)}.profile-gallery__thumbs button.is-active{border-color:var(--grey-white);opacity:1}.profile-gallery__thumbs img{width:100%;height:100%;border-radius:8px;object-fit:cover}@keyframes profile-gallery-fade-in{0%{opacity:0}}@keyframes profile-gallery-panel-in{0%{opacity:0;transform:translateY(10px) scale(.99)}}@media (max-width: 700px){.profile-gallery{padding:8px}.profile-gallery__panel{height:calc(100vh - 16px);padding:12px;border-radius:20px}.profile-gallery__thumbs button{width:42px;height:38px}}@media (prefers-reduced-motion: reduce){.profile-gallery__backdrop,.profile-gallery__panel{animation-duration:.01ms}}.profile-page-body{background:var(--grey-white);color:var(--grey-600)}.profile-page{max-width:var(--content-width);margin:0 auto;background:var(--grey-white)}.profile-nav-host{width:1301px;margin:19px auto 0}.profile-page .site-nav{width:1301px}.profile-main{width:1268px;margin:28px auto 0}.profile-hero{display:grid;grid-template-columns:minmax(0,1.47fr) minmax(0,1fr);column-gap:0;align-items:start}.profile-back-btn{height:44px;width:91px;border:1px solid var(--rad-600);border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--grey-700);text-decoration:none;font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body)}.profile-back-btn img{width:19px;height:14.254px}.profile-badges-row{display:flex;align-items:center;gap:9px;margin-top:32px}.profile-badge{display:inline-flex;align-items:center;gap:4px}.profile-badge img{width:16.568px;height:16.568px}.profile-role{font:var(--fw-bold) var(--text-md)/18px var(--font-body)}.profile-title{margin:0;font:var(--fw-regular) var(--text-decor-1)/var(--lh-decor-1) var(--font-decor);text-transform:uppercase}.profile-rating-main{margin-top:2px;display:flex;align-items:center;gap:9px}.profile-rating-main img{width:92.225px;height:18.445px}.profile-rating-main .profile-rating-dot{width:3.655px;height:3.655px}.profile-rating-main span{font:var(--fw-bold) var(--text-md)/18px var(--font-body)}.profile-rating-main a{color:var(--grey-600);font:var(--fw-regular) var(--text-md)/18px var(--font-body)}.profile-hero-photo-wrap{width:514.531px;height:494.309px;border-radius:31px;overflow:hidden}.profile-hero-photo{width:100%;height:100%;object-fit:cover}.profile-details{margin-top:48px;width:1265px;display:grid;grid-template-columns:minmax(0,2.08fr) minmax(320px,1fr);column-gap:13px;align-items:start}.profile-left-col{display:flex;flex-direction:column;gap:57px}.profile-facts{width:839px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:54px}.fact-card{display:flex;flex-direction:column;gap:17px}.fact-top{display:flex;flex-direction:column;gap:7px}.fact-top img{width:36px;height:36px;object-fit:contain}.fact-top p{margin:0;font:var(--fw-medium) var(--text-md)/18px var(--font-body)}.fact-bottom{border-top:1px solid var(--grey-100);padding-top:7px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.fact-text{font:var(--fw-regular) var(--text-md)/18px var(--font-body)}.profile-about,.profile-reviews,.profile-media,.profile-faq{width:839px;border-top:1px solid var(--grey-100)}.profile-about{padding-top:10px}.about-copy{margin-top:24px;width:821px;display:grid;gap:18px}.about-copy p{margin:0;font:var(--fw-regular) var(--text-md)/18px var(--font-body)}.about-tags{margin-top:33px;width:807px;display:flex;flex-wrap:wrap;gap:15px}.about-tag{height:60px;border:2px solid var(--grey-100);border-radius:var(--radius-md);background:var(--grey-150);padding:0 20px;display:inline-flex;align-items:center;gap:8px;font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading)}.about-tag i,.media-filter.active i{width:17.867px;height:17.867px;border-radius:50%;background:var(--grey-600);display:inline-block}.profile-reviews{padding-top:11px}.reviews-summary{margin-top:20px;display:flex;align-items:center;gap:8px}.reviews-summary img:first-child{width:49.946px;height:49.946px}.reviews-summary img:nth-child(3){width:8.201px;height:8.201px}.reviews-summary__value{font:var(--fw-medium) 28px/1 var(--font-heading);letter-spacing:-.04em}.reviews-grid{margin-top:36px;width:840.934px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:40px}.review-card{width:410.467px;display:flex;flex-direction:column;gap:10px}.review-head{display:flex;align-items:flex-start;gap:14px}.avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;display:grid;place-items:center;flex:0 0 auto;background:var(--grey-100);color:var(--grey-500);font:var(--fw-semibold) var(--text-sm)/1 var(--font-body)}.avatar img{width:100%;height:100%;object-fit:cover}.review-head h3{margin:0;font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading)}.review-head p{margin:0;color:var(--grey-400);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.review-meta{display:flex;align-items:center;gap:5px}.review-meta img:first-child{width:74.693px;height:14.939px}.review-meta img:nth-child(2){width:2.65px;height:2.65px}.review-meta span{color:var(--grey-400);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.review-text{margin:0;width:364.197px;font:var(--fw-regular) var(--text-md)/18px var(--font-body)}.review-card a{width:fit-content;color:var(--grey-500);font:var(--fw-regular) var(--text-md)/18px var(--font-body)}.outline-md-btn{margin-top:28px}.profile-media{padding-top:11px}.media-filters{margin-top:24px;display:flex;gap:8px}.media-filter{height:30px;border:0;border-radius:var(--radius-xsm);padding:0 12px;display:inline-flex;align-items:center;gap:8px;background:var(--grey-100);color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body)}.media-filter.active{border:1px solid var(--grey-600)}.media-grid{margin-top:24px;width:840.368px;display:grid;grid-template-columns:minmax(0,.58fr) minmax(0,1fr);grid-template-areas:"m1 m2" "m3 m4" "m3 m5";gap:19px 20px}.media-card{margin:0;border-radius:30px;overflow:hidden}.media-card img{width:100%;height:100%;object-fit:cover}.media-1{grid-area:m1;width:302px;height:283px}.media-2{grid-area:m2;width:518px;height:283px}.media-3{grid-area:m3;width:195px;height:298px;align-self:end}.media-4{grid-area:m4;width:301px;height:298px}.media-5{grid-area:m5;width:303px;height:298px}.profile-faq{padding-top:10px}.profile-booking-wrap{height:2649px;position:relative}.profile-booking-card{position:sticky;top:52px;width:407px;min-height:387px;border-radius:30px;border:1px solid var(--grey-100);background:var(--grey-white);box-shadow:0 4px 40px #00000012;padding:20px 28px 18px}.booking-head{display:flex;align-items:flex-start;gap:10px}.booking-avatar{width:45.956px;height:45.956px;border-radius:66px;object-fit:cover}.booking-head p{margin:0;color:var(--grey-300);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-head h3{margin:0;font:var(--fw-regular) var(--text-lg)/var(--lh-h6) var(--font-heading)}.booking-price-row{margin-top:18px;display:flex;align-items:flex-end;gap:8px}.booking-price-row a{color:var(--grey-600);font:var(--fw-regular) var(--text-h4)/var(--lh-h4) var(--font-heading);text-decoration:underline}.booking-price-row p{margin:0;font:var(--fw-regular) var(--text-md)/18px var(--font-body)}.booking-price-row p:nth-child(2),.booking-price-row p:nth-child(4){color:var(--grey-400)}.booking-counters{margin-top:19px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.booking-counter{height:60px;border-radius:19px;background:var(--grey-50);padding:3px;display:grid;grid-template-columns:minmax(0,1fr) 59px;gap:3px}.booking-counter-value{display:grid;height:54px;align-items:center;padding:0 14px}.booking-counter-value-inner{display:flex;align-items:baseline;gap:4px}.booking-counter-value-inner span{display:block;font:var(--fw-regular) var(--text-h4)/36px var(--font-heading)}.booking-counter-value-inner p{display:block;margin:0;color:var(--grey-400);font:var(--fw-regular) var(--text-md)/18px var(--font-body)}.booking-counter-controls{width:59px;height:54px;display:grid;grid-template-rows:1fr 1fr;gap:3px}.booking-counter-btn{width:59px;min-height:0;border:0;background:var(--grey-white);color:var(--grey-600);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;position:relative;transition:background-color .2s ease,color .2s ease}.booking-counter-btn:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;mask-position:center;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat}.booking-counter-btn--plus{border-radius:2px 16px 2px 2px}.booking-counter-btn--plus:before{width:10.262px;height:12.138px;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2012.2617%2014.1381'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20108'%3e%3cpath%20id='Vector%206'%20d='M1%206.9135H11.2617'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%207'%20d='M6.13135%201L6.13135%2013.1381'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2012.2617%2014.1381'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20108'%3e%3cpath%20id='Vector%206'%20d='M1%206.9135H11.2617'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%207'%20d='M6.13135%201L6.13135%2013.1381'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");mask-size:10.262px 12.138px;-webkit-mask-size:10.262px 12.138px}.booking-counter-btn--minus{border-radius:2px 2px 16px}.booking-counter-btn--minus:before{width:11.847px;height:2px;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2013.8474%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%205'%20d='M1%201H12.8474'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2013.8474%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%205'%20d='M1%201H12.8474'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-size:11.847px 2px;-webkit-mask-size:11.847px 2px}.booking-counter-btn:hover,.booking-counter-btn:active{background-color:var(--rad-600);color:var(--grey-white)}.booking-counter-btn.is-disabled,.booking-counter-btn:disabled{opacity:1;cursor:not-allowed;background:var(--grey-200);color:var(--grey-500)}.booking-counter-btn.is-disabled:hover,.booking-counter-btn:disabled:hover,.booking-counter-btn.is-disabled:active,.booking-counter-btn:disabled:active{background:var(--grey-200);color:var(--grey-500)}.booking-note-top{margin-top:9px;display:flex;align-items:center;gap:4px;position:relative}.booking-note-top img{width:14.871px;height:14.871px}.booking-note-top .booking-note-i{position:absolute;left:2.2px;top:2.2px;width:10.427px;height:10.427px}.booking-note-top p{margin:0;color:var(--grey-400);font:var(--fw-regular) var(--text-md)/18px var(--font-body)}.booking-cta-btn{margin-top:30px;width:349px;height:var(--pill-xl-h);border:2px solid var(--rad-600);border-radius:var(--radius-md);background:transparent;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--grey-600);font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading)}.booking-cta-btn img{width:21.631px;height:21.631px;transform:none}.booking-note-bottom{margin-top:10px;display:flex;justify-content:center;align-items:flex-start;gap:6px}.booking-note-bottom img{width:14.875px;height:14.875px;margin-top:1px}.booking-note-bottom p{margin:0;width:278.986px;text-align:center;color:var(--grey-600);font:var(--fw-regular) var(--text-md)/18px var(--font-body)}@media (max-width: 1320px){.profile-main,.profile-details,.profile-hero,.profile-nav-host,.profile-page .site-nav{width:calc(100% - 80px)}.profile-hero{grid-template-columns:minmax(0,1fr) minmax(340px,40%)}.profile-title{font-size:88px;line-height:88px}.profile-details{grid-template-columns:minmax(0,1fr)}.profile-left-col,.profile-facts,.profile-about,.profile-reviews,.profile-media,.profile-faq{width:100%}.profile-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.fact-bottom{border-top:0;padding-top:0}.reviews-grid,.review-card,.review-text{width:100%}.media-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:none;gap:12px}.media-card,.media-1,.media-2,.media-3,.media-4,.media-5{width:100%;height:260px;grid-area:auto}.profile-booking-wrap{height:auto}.profile-booking-card{position:static;width:100%}.booking-cta-btn{width:100%}}@media (max-width: 768px){.profile-main,.profile-nav-host,.profile-page .site-nav{width:calc(100% - 24px)}.profile-hero{grid-template-columns:1fr;gap:16px}.profile-hero-photo-wrap{width:100%;height:420px}.profile-title{font-size:64px;line-height:64px}.about-tags,.about-copy{width:100%}.reviews-grid{grid-template-columns:1fr}}.legacy-profile-root{min-height:100vh}.profile-data-state{width:min(var(--content-inner),100% - var(--layout-margin) * 2);min-height:60vh;margin:24px auto;padding:clamp(32px,6vw,72px);border-radius:var(--radius-lg);background:var(--grey-white)}.profile-data-state h1{max-width:12ch;margin-bottom:20px;font-size:clamp(42px,6vw,80px);line-height:.95}.legacy-profile-root .profile-page{width:100%;max-width:var(--content-width)}.legacy-profile-root .profile-nav-host,.legacy-profile-root .profile-main{width:min(var(--content-inner),100% - var(--layout-margin) * 2)}.legacy-profile-root .profile-main{margin-top:clamp(16px,2vw,28px)}.legacy-profile-root .profile-hero,.legacy-profile-root .profile-details{width:100%}.legacy-profile-root .profile-hero{gap:clamp(20px,2.5vw,36px);padding:clamp(20px,2.5vw,36px);overflow:hidden}.legacy-profile-root .profile-hero-copy{display:flex;flex-direction:column;min-width:0;padding:0}.legacy-profile-root .profile-back-btn{width:fit-content;height:40px;padding-inline:14px;border-color:var(--grey-200);border-radius:999px;background:var(--grey-50);transition:border-color var(--motion-duration-base) var(--motion-ease-standard),background-color var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.legacy-profile-root .profile-back-btn:hover{border-color:var(--grey-300);background:var(--grey-white);transform:translate(-2px)}.legacy-profile-root .profile-hero-intro{width:min(100%,470px);margin-top:auto}.legacy-profile-root .profile-hero-intro>p:first-child{margin:0;color:var(--grey-400);font:var(--fw-semibold) 12px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.legacy-profile-root .profile-hero-intro>p:nth-child(2){margin:12px 0 0;max-width:44ch;color:var(--grey-500);font:var(--fw-regular) 16px/1.35 var(--font-body)}.legacy-profile-root .profile-hero-intro dl{margin:24px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.legacy-profile-root .profile-hero-intro dl>div{padding-top:12px;border-top:1px solid var(--grey-150)}.legacy-profile-root .profile-hero-intro dt{font:var(--fw-semibold) 24px/1 var(--font-heading);letter-spacing:-.04em}.legacy-profile-root .profile-hero-intro dd{margin:5px 0 0;color:var(--grey-400);font:var(--fw-regular) 12px/1.2 var(--font-body)}.legacy-profile-root .profile-badges-row{margin-top:clamp(40px,6vh,64px);gap:8px}.legacy-profile-root .profile-role{margin-left:4px;color:var(--grey-400);font-size:14px;font-weight:var(--fw-medium)}.legacy-profile-root .profile-title{max-width:8.2ch;margin-top:12px;font-size:clamp(64px,6vw,92px);line-height:.86;letter-spacing:-.065em;text-wrap:balance}.legacy-profile-root .profile-rating-main{width:fit-content;min-height:38px;margin-top:18px;padding:0 12px;border:1px solid var(--grey-100);border-radius:999px;background:var(--grey-50)}.legacy-profile-root .profile-hero-photo-wrap{position:relative;height:clamp(500px,42vw,580px);min-height:0;border:1px solid var(--grey-100);border-radius:var(--radius-lg)}.legacy-profile-root .profile-hero-photo{object-position:center 38%}.legacy-profile-root .profile-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:16px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none;background:linear-gradient(180deg,rgba(12,13,11,.18),transparent 32%,transparent 62%,rgba(12,13,11,.44))}.legacy-profile-root .profile-availability{width:fit-content;min-height:32px;padding:0 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#ffffffc2;color:var(--grey-600);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:inline-flex;align-items:center;gap:7px;font:var(--fw-medium) 12px/1 var(--font-body)}.legacy-profile-root .profile-availability i{width:7px;height:7px;border-radius:50%;background:var(--success-600);box-shadow:0 0 0 4px #4c9a5924}.legacy-profile-root .profile-gallery-trigger{width:fit-content;min-width:248px;padding:7px 10px 7px 7px;border:1px solid rgba(255,255,255,.32);border-radius:16px;background:#f6f6f3e0;color:var(--grey-600);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;pointer-events:auto;cursor:pointer;text-align:left;transition:background-color var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.legacy-profile-root .profile-gallery-trigger:hover{background:var(--grey-white);transform:translateY(-2px)}.legacy-profile-root .profile-gallery-trigger__thumbs{display:flex}.legacy-profile-root .profile-gallery-trigger__thumbs img{width:34px;height:42px;margin-left:-9px;border:2px solid var(--grey-white);border-radius:9px;object-fit:cover}.legacy-profile-root .profile-gallery-trigger__thumbs img:first-child{margin-left:0}.legacy-profile-root .profile-gallery-trigger>span:nth-child(2){display:grid;gap:3px}.legacy-profile-root .profile-gallery-trigger b{font:var(--fw-semibold) 14px/1 var(--font-body)}.legacy-profile-root .profile-gallery-trigger small{color:var(--grey-400);font:var(--fw-regular) 11px/1 var(--font-body)}.legacy-profile-root .profile-gallery-trigger__arrow{width:30px;height:30px;border-radius:50%;background:var(--grey-600);color:var(--grey-white);display:grid;place-items:center}.legacy-profile-root .media-card{padding:0;border:0;cursor:zoom-in}.legacy-profile-root .profile-details{grid-template-columns:minmax(0,1fr) minmax(320px,407px);gap:var(--layout-gutter)}.legacy-profile-root .profile-left-col,.legacy-profile-root .profile-facts,.legacy-profile-root .profile-about,.legacy-profile-root .profile-lesson-formats,.legacy-profile-root .profile-lesson-details,.legacy-profile-root .profile-meeting-point,.legacy-profile-root .profile-reviews,.legacy-profile-root .profile-rules,.legacy-profile-root .profile-media,.legacy-profile-root .profile-faq{width:100%}.legacy-profile-root .profile-facts,.legacy-profile-root .profile-about,.legacy-profile-root .profile-lesson-formats,.legacy-profile-root .profile-lesson-details,.legacy-profile-root .profile-meeting-point,.legacy-profile-root .profile-reviews,.legacy-profile-root .profile-rules,.legacy-profile-root .profile-media,.legacy-profile-root .profile-faq{padding:clamp(20px,2.5vw,36px)}.legacy-profile-root .profile-faq .faq{width:100%}.legacy-profile-root .profile-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--layout-gutter)}.legacy-profile-root .about-copy,.legacy-profile-root .reviews-grid,.legacy-profile-root .media-grid{width:100%}.legacy-profile-root .profile-lesson-formats,.legacy-profile-root .profile-lesson-details,.legacy-profile-root .profile-meeting-point,.legacy-profile-root .profile-rules{padding:clamp(20px,2.5vw,36px)}.legacy-profile-root .profile-format-list{margin-top:32px;display:grid}.legacy-profile-root .profile-format-list article{min-height:82px;padding-block:16px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--grey-100)}.legacy-profile-root .profile-format-list article:first-child{border-top:1px solid var(--grey-100)}.legacy-profile-root .profile-format-list h3,.legacy-profile-root .profile-meeting-card h3,.legacy-profile-root .profile-rules-grid h3{margin:0;color:var(--grey-650, #282927);font:var(--fw-medium) 17px/1.15 var(--font-heading);letter-spacing:-.025em}.legacy-profile-root .profile-format-list p,.legacy-profile-root .profile-meeting-card p,.legacy-profile-root .profile-rules-grid p{margin:5px 0 0;color:var(--grey-400);font-size:12px;line-height:1.4}.legacy-profile-root .profile-format-list article>span{color:var(--grey-400);font:var(--fw-medium) 11px/1.3 var(--font-body);text-align:right}.legacy-profile-root .profile-lesson-details{display:grid;gap:15px}.legacy-profile-root .profile-lesson-details .section-heading{margin-bottom:16px}.legacy-profile-root .profile-inclusion-row{min-height:62px;padding:13px 15px;display:grid;grid-template-columns:126px 1fr;align-items:center;gap:14px;border-radius:16px;background:var(--grey-50)}.legacy-profile-root .profile-inclusion-row>span{color:var(--grey-400);font:var(--fw-semibold) 10px/1.2 var(--font-body);letter-spacing:.065em;text-transform:uppercase}.legacy-profile-root .profile-inclusion-row>div{display:flex;flex-wrap:wrap;gap:6px}.legacy-profile-root .profile-inclusion-row i{padding:6px 9px;border:1px solid var(--grey-150, #e6e6e2);border-radius:999px;background:var(--grey-white);color:var(--grey-500);font:normal var(--fw-medium) 10px/1 var(--font-body)}.legacy-profile-root .profile-meeting-card{margin-top:30px;padding:14px;display:grid;grid-template-columns:minmax(180px,34%) 1fr;gap:20px;align-items:center;border:1px solid var(--grey-100);border-radius:22px;background:var(--grey-white)}.legacy-profile-root .profile-meeting-card>div:first-child{min-height:142px;position:relative;display:grid;place-items:center;overflow:hidden;border-radius:15px;background:linear-gradient(145deg,#e2e3df,#f4f4f1);color:var(--grey-400);font:var(--fw-semibold) 11px/1 var(--font-body);letter-spacing:.07em;text-transform:uppercase}.legacy-profile-root .profile-meeting-card>div:first-child:before,.legacy-profile-root .profile-meeting-card>div:first-child:after{content:"";position:absolute;border:1px solid rgba(32,33,30,.12);border-radius:50%}.legacy-profile-root .profile-meeting-card>div:first-child:before{width:170px;height:170px}.legacy-profile-root .profile-meeting-card>div:first-child:after{width:96px;height:96px}.legacy-profile-root .profile-meeting-card>div:first-child i{width:10px;height:10px;position:absolute;z-index:1;border:3px solid var(--grey-white);border-radius:50%;background:var(--grey-700);box-shadow:0 2px 8px #20211e38}.legacy-profile-root .profile-meeting-card>div:last-child{padding-right:12px}.legacy-profile-root .profile-meeting-card small{margin-top:12px;display:block;color:var(--grey-350, #979793);font-size:10px;line-height:1.35}.legacy-profile-root .profile-rules-grid{margin-top:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.legacy-profile-root .profile-rules-grid article{min-height:170px;padding:16px;display:flex;flex-direction:column;border-radius:17px;background:var(--grey-50)}.legacy-profile-root .profile-rules-grid article>span{color:var(--grey-300);font:var(--fw-semibold) 10px/1 var(--font-body)}.legacy-profile-root .profile-rules-grid h3{margin-top:auto}.legacy-profile-root .profile-booking-wrap{height:auto;align-self:stretch}.legacy-profile-root .profile-booking-card{border-color:var(--grey-150, #e6e6e2);box-shadow:0 18px 55px #18191714}.legacy-profile-root .booking-cta-btn{background:var(--grey-700)}.legacy-profile-root .profile-availability i{background:var(--grey-700);box-shadow:0 0 0 4px #20211e1a}@media (max-width: 1100px){.legacy-profile-root .profile-title{font-size:clamp(58px,7vw,76px)}.legacy-profile-root .profile-details{grid-template-columns:1fr}.legacy-profile-root .profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.legacy-profile-root .profile-nav-host,.legacy-profile-root .profile-main{width:calc(100% - 24px)}.legacy-profile-root .profile-hero{gap:16px;padding:12px}.legacy-profile-root .profile-hero-copy{min-height:0}.legacy-profile-root .profile-hero-intro{margin-top:36px}.legacy-profile-root .profile-badges-row{margin-top:32px}.legacy-profile-root .profile-gallery-trigger{min-width:0;width:100%}.legacy-profile-root .profile-badges-row{margin-top:auto;flex-wrap:wrap}.legacy-profile-root .profile-title{max-width:100%;font-size:clamp(44px,13vw,56px);line-height:.9}.legacy-profile-root .profile-rating-main{margin-top:14px}.legacy-profile-root .profile-hero-photo-wrap{height:min(112vw,440px)}.legacy-profile-root .profile-facts{grid-template-columns:1fr}.legacy-profile-root .profile-format-list article{align-items:flex-start;flex-direction:column;gap:7px}.legacy-profile-root .profile-format-list article>span{text-align:left}.legacy-profile-root .profile-inclusion-row,.legacy-profile-root .profile-meeting-card,.legacy-profile-root .profile-rules-grid{grid-template-columns:1fr}.legacy-profile-root .profile-rules-grid article{min-height:140px}}.booking-flow-page{min-height:100vh;background:var(--grey-white);padding-bottom:120px}.booking-flow-page__header-brand-wrap,.booking-flow-page__header,.booking-flow-page__content{width:1260px;max-width:calc(100% - 80px);margin-inline:auto;padding-inline:0}.booking-flow-page__header-line{width:min(100%,var(--content-width));margin-inline:auto;border-top:1px solid var(--grey-100);margin-top:19px}.booking-flow-page__header-brand-wrap{padding-top:18px}.booking-flow-page__brand{margin:0;width:167.479px}.booking-flow-page__header{display:flex;align-items:center;gap:14px;padding-top:41px}.booking-flow-page__header h1{margin:0;font:var(--fw-regular) var(--text-h3)/var(--lh-h3) var(--font-heading);color:var(--grey-600)}.booking-flow-page__header h1 b{font-weight:var(--fw-semibold)}.booking-flow-page__content{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:12px;align-items:start;padding-top:22px}.booking-flow-page__left{display:flex;flex-direction:column;gap:14px;width:100%}.booking-step{border-radius:19px;background:var(--grey-50);min-height:60px;padding:12px 18px;display:flex;flex-direction:column;gap:0;border:0}.booking-step:not(.is-open){background:var(--grey-50);box-shadow:none}.booking-step.is-open{background:var(--grey-white);box-shadow:0 4px 20px #0000001f;gap:16px;padding:17px 16px 16px}.booking-step--dates.is-open{border-radius:30px}.booking-step--participants.is-open,.booking-step--contact.is-open{border-radius:19px}.booking-step--review{gap:13px;padding:0;background:transparent;box-shadow:none}.booking-step--review .booking-step__head{background:var(--grey-50);border-radius:19px;min-height:60px;padding:0 18px}.booking-step__head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:12px;min-height:36px}.booking-step__head h2{margin:0;font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600);white-space:nowrap}.booking-step__summary{margin:0;justify-self:end;color:var(--grey-300);font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading);white-space:nowrap}.booking-step__edit{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;text-decoration:underline;color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body);cursor:pointer;padding:0}.booking-step:not(.is-open) .booking-step__edit{position:relative;min-height:42px;padding-left:12px}.booking-step:not(.is-open) .booking-step__edit:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--grey-200)}.booking-step__edit img{width:12px;height:12px;object-fit:contain}.booking-step__body{display:flex;flex-direction:column;gap:12px}.booking-day-labels{display:grid;grid-template-columns:17px 53px 104px 1fr 1fr 1fr;gap:10px;padding:0 8px;color:var(--grey-300);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body)}.booking-day-labels span:nth-child(1){grid-column:3;justify-self:center}.booking-day-labels span:nth-child(2){grid-column:4;justify-self:center}.booking-day-labels span:nth-child(3){grid-column:5;justify-self:center}.booking-day-labels span:nth-child(4){grid-column:6;justify-self:center}.booking-day-list{border:1px solid var(--grey-100);border-radius:19px;padding:9px 8px;background:var(--grey-white);display:flex;flex-direction:column;gap:8px}.booking-day-row{position:relative;display:grid;grid-template-columns:17px 53px 104px 1fr 1fr 1fr;gap:10px;align-items:center}.booking-day-name{color:var(--grey-400);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body)}.booking-date-btn{width:104px;height:44px}.booking-date-btn--selected{border-color:var(--grey-600)}.booking-slot-btn{height:44px;border-radius:var(--radius-sm);border:1px solid var(--grey-300);background:var(--grey-50);color:var(--grey-400);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.booking-slot-btn:disabled{opacity:1;color:var(--grey-300);border-color:var(--grey-300);cursor:not-allowed}.booking-slot-btn.is-selected{border-color:var(--grey-600);background:var(--grey-600);color:var(--grey-white)}.booking-calendar-popover{position:fixed;width:279px;min-height:279px;border-radius:30px;box-shadow:4px 4px 30px #00000014;background:var(--grey-white);border:0;padding:21px 25px 22px;z-index:1200}.booking-calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.booking-calendar-head span{font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body);color:var(--grey-600)}.booking-calendar-head button{border:0;background:transparent;color:var(--grey-600);cursor:pointer;width:32px;height:32px;border-radius:43px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;border:1px solid transparent}.booking-calendar-head button img{width:17.934px;height:7.364px;object-fit:contain}.booking-calendar-head button:hover{background:var(--grey-50);border-color:var(--grey-100)}.booking-calendar-grid{display:grid;grid-template-columns:repeat(6,32px);gap:7px}.booking-calendar-grid button{width:32px;height:32px;border:1px solid transparent;border-radius:43px;background:transparent;color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.booking-calendar-grid button.is-active{border:1px solid var(--grey-600);color:var(--grey-600)}.booking-calendar-grid button.is-outside{color:var(--grey-300)}.booking-calendar-grid button:hover{border-color:var(--grey-600)}.booking-calendar-grid button.is-active:hover{border:1px solid var(--grey-600)}.booking-step__actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.ui-btn-md.ui-btn-md--soft{border-color:transparent;background:var(--grey-100)}.booking-flow-page .ui-btn-md:hover,.booking-flow-page .ui-btn-lg:hover,.booking-flow-page .ui-icon-btn:hover{transform:none}.booking-add-btn{margin-inline:auto}.booking-step__body--participants{gap:10px}.participant-list{display:flex;flex-direction:column;gap:10px}.participant-card{border:1px solid var(--grey-100);border-radius:19px;padding:15px;display:flex;flex-direction:column;gap:18px}.participant-card>:not(.participant-card__head){margin-left:28px;margin-right:28px}.participant-card__head{display:flex;align-items:center;gap:14px}.participant-card__head h3{margin:0;font:var(--fw-medium) var(--text-lg)/var(--lh-h6) var(--font-heading)}.participant-grid{display:grid;grid-template-columns:1fr 253px;gap:20px}.participant-card label{display:flex;flex-direction:column;gap:5px}.participant-card label>span,.booking-step__body--contact label>span,.booking-contact-group>span{margin-left:9px;color:var(--grey-600);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.participant-card input,.booking-step__body--contact input{height:44px;border-radius:var(--radius-sm);border:1px solid var(--grey-300);padding:0 14px;color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);background:var(--grey-white)}.participant-card input::placeholder,.booking-step__body--contact input::placeholder{color:var(--grey-200)}.participant-skill{width:379px}.segment-control{width:379px;height:44px;border:1px solid var(--grey-300);border-radius:15px;padding:2px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;background:var(--grey-white)}.segment-control button{border:0;border-radius:13px;background:transparent;color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);cursor:pointer}.segment-control button.is-active{background:var(--grey-600);color:var(--grey-white)}.booking-step__body--contact{gap:20px;padding:0 28px}.booking-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.booking-contact-group{display:flex;flex-direction:column;gap:2px}.booking-contact-group>span{color:var(--grey-300)}.segment-control--messenger{width:fit-content;border:1px solid var(--grey-100);border-radius:10px}.segment-control--messenger button{padding:0 12px;display:inline-flex;align-items:center;justify-content:center}.booking-summary{width:409px;border:1px solid var(--grey-200);border-radius:24px;background:var(--grey-white);padding:11px 11px 14px}.booking-summary--initial{min-height:321px}.booking-summary-column{width:409px}.booking-summary__head{display:flex;align-items:center;gap:10px;margin:0 -11px 16px;padding:4px 11px 10px;border-bottom:1px solid var(--grey-200)}.booking-summary__head img{width:45.956px;height:45.956px;border-radius:66px;object-fit:cover}.booking-summary__head p{margin:0;color:var(--grey-300);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__head h3{margin:0;font:var(--fw-regular) var(--text-lg)/var(--lh-h6) var(--font-heading)}.booking-summary__stat{border-radius:19px;min-height:60px;padding:10px 19px;background:var(--grey-50);display:flex;align-items:center;justify-content:space-between}.booking-summary__stat+.booking-summary__stat{margin-top:16px}.booking-summary__stat--hours,.booking-summary__stat--highlight{border:1px solid var(--grey-600)}.booking-summary__stat>div{display:inline-flex;align-items:baseline;gap:4px}.booking-summary__stat b{margin:0;color:var(--grey-600);font:var(--fw-regular) var(--text-h4)/36px var(--font-heading)}.booking-summary__stat span{color:var(--grey-400);font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}.booking-summary__stat p{margin:0;color:var(--grey-600);font:var(--fw-regular) var(--text-h4)/36px var(--font-heading)}.booking-summary__stat--hours p{display:inline-flex;align-items:flex-end;gap:4px;min-height:43px;padding-left:16px;border-left:1px solid var(--grey-200)}.booking-summary__stat--hours p span{margin-bottom:4px}.booking-summary__stat--people p{display:inline-flex;align-items:flex-end;padding-left:17px;border-left:1px solid var(--grey-200)}.booking-summary__stat--empty b,.booking-summary__stat--empty p{color:var(--grey-300)}.booking-summary__contact{margin-top:12px;border:1px solid var(--grey-600);border-radius:19px;padding:12px 18px;display:grid;gap:5px}.booking-summary__contact div{display:flex;align-items:center;justify-content:space-between}.booking-summary__contact span{color:var(--grey-400);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__contact p{margin:0;color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}.booking-summary__price{margin-top:16px;padding:0 8px;display:inline-flex;align-items:flex-end;gap:5px}.booking-summary__price>strong{color:var(--grey-600);font:var(--fw-regular) var(--text-h4)/var(--lh-h4) var(--font-heading)}.booking-summary__price p{margin:0 0 4px;color:var(--grey-400);font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}.booking-summary__price b{color:var(--grey-600);font-weight:var(--fw-regular)}.booking-summary__submit{width:100%;margin-top:12px}.booking-summary__error{margin:8px 0 0;color:var(--rad-600);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__info-card{margin-top:14px;width:408px;min-height:157px;border-radius:24px;background:var(--grey-600);color:var(--grey-white);padding:14px 14px 12px;position:relative;overflow:hidden;box-shadow:6px 4px 11px #0000001a}.booking-summary__info-title{margin:0;display:flex;align-items:center;gap:10px;font:var(--fw-medium) var(--text-lg)/var(--lh-h6) var(--font-heading)}.booking-summary__info-title img{width:18px;height:18px}.booking-summary__info-card>p{margin:14px 0 0;width:242px;color:var(--grey-150);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__operator{position:absolute;right:-3px;bottom:0;width:123px;height:auto}.booking-success-card{border:1px solid rgba(17,179,25,.27);border-radius:24px;min-height:360px;padding:23px 32px}.booking-success-card__icon{width:31px;height:31px}.booking-success-card h2{margin:12px 0 0;font:var(--fw-regular) var(--text-h4)/36px var(--font-heading);max-width:580px}.booking-success-card__label{margin:16px 0 0;font:var(--fw-regular) var(--text-lg)/var(--lh-h6) var(--font-heading)}.booking-success-card__request{margin-top:8px;height:60px;border:0;border-radius:19px;background:var(--grey-50);padding:0 16px 0 23px;display:inline-flex;align-items:center;gap:10px;color:var(--grey-600);font:var(--fw-regular) var(--text-h4)/36px var(--font-heading);cursor:pointer}.booking-success-card__request img{width:26px;height:26px}.booking-success-card__hint{margin:8px 0 0;color:var(--grey-500);font:var(--fw-regular) var(--text-xsm)/var(--lh-xsm) var(--font-body)}.booking-success-card__next{margin-top:10px;padding-top:10px;padding-left:10px;border-left:1px solid rgba(43,43,43,.2)}.booking-success-card__next h3{margin:0;font:var(--fw-medium) var(--text-md)/var(--lh-md) var(--font-body)}.booking-success-card__next ol{margin:2px 0 0;padding-left:18px}.booking-success-card__next li{font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}.booking-success-card__links{margin-top:18px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.booking-success-card__links a{color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}.booking-summary__list-block{margin-top:13px}.booking-summary__list-block h4{margin:0 0 2px;padding-left:17px;font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body);color:var(--grey-600)}.booking-summary__list-block>div{background:var(--grey-50);border-radius:14px;padding:11px 19px;display:grid;gap:5px}.booking-summary__list-block p{margin:0;display:flex;align-items:center;justify-content:space-between}.booking-summary__list-block span{color:var(--grey-400);font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__list-block b{color:var(--grey-600);font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}@media (max-width: 1280px){.booking-flow-page__header-brand-wrap,.booking-flow-page__header,.booking-flow-page__content{width:auto;max-width:none;margin-inline:0;padding-inline:var(--layout-margin)}.booking-flow-page__header-line{width:100%}.booking-flow-page__content{grid-template-columns:1fr}.booking-summary{max-width:680px}.booking-day-labels,.booking-day-row{grid-template-columns:17px 53px 104px 1fr}.booking-day-labels span:nth-child(5),.booking-day-labels span:nth-child(6),.booking-day-row .booking-slot-btn:nth-of-type(2),.booking-day-row .booking-slot-btn:nth-of-type(3){display:none}}@media (max-width: 860px){.booking-flow-page__header{flex-direction:column;align-items:flex-start}.booking-flow-page__header h1{font-size:32px;line-height:38px}.booking-step__head{grid-template-columns:1fr;row-gap:8px}.booking-step__summary{justify-self:start}.booking-step__actions{flex-wrap:wrap;justify-content:flex-start}.participant-grid,.booking-contact-grid{grid-template-columns:1fr}.segment-control,.participant-skill{width:100%}}@media (max-width: 520px){.booking-calendar-popover{left:50%!important;top:50%!important;width:min(279px,100vw - 16px);max-height:calc(100dvh - 16px);overflow-y:auto;transform:translate(-50%,-50%)}.booking-step__actions{gap:10px}.booking-step__actions .ui-btn-md{min-height:44px}.booking-day-row .booking-slot-btn{height:44px}.booking-summary__stat{padding-inline:14px}}.admin-shell,.admin-login{min-height:100vh;padding:40px max(24px,(100vw - 1200px) / 2);background:var(--grey-50);color:var(--grey-600);font-family:var(--font-body)}.admin-login{display:grid;place-items:center}.admin-login form{width:min(100%,430px);padding:36px;display:grid;gap:18px;border-radius:var(--radius-lg);background:var(--grey-white);box-shadow:var(--shadow-card)}.admin-login h1,.admin-top h1,.admin-section h2{margin:0;font-family:var(--font-heading);letter-spacing:-.04em}.admin-login label,.admin-field{display:grid;gap:7px;color:var(--grey-500);font-size:var(--text-sm);font-weight:var(--fw-semibold)}.admin-login input,.admin-field input,.admin-field textarea,.admin-field select{padding:11px 12px;border:1px solid var(--grey-200);border-radius:var(--radius-xsm);background:var(--grey-white);color:var(--grey-600);font:inherit}.admin-password-field{position:relative;display:block}.admin-password-field input{width:100%;padding-right:70px}.admin-login .admin-password-toggle{position:absolute;top:50%;right:7px;padding:7px 10px;border-radius:7px;background:var(--grey-100);color:var(--grey-500);font-size:var(--text-xsm);transform:translateY(-50%)}.admin-field textarea{min-height:92px;resize:vertical}.admin-field small{color:var(--grey-400);font-weight:var(--fw-regular)}.admin-json-error{color:var(--danger-700)!important}.admin-kicker{margin:0 0 4px;color:var(--rad-600);font-size:var(--text-xsm);font-weight:var(--fw-bold);letter-spacing:.1em;text-transform:uppercase}.admin-top,.admin-section__title,.admin-editor__actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-top{margin-bottom:34px}.admin-section,.admin-editor{margin-bottom:24px;padding:24px;border:1px solid var(--grey-150);border-radius:var(--radius-lg);background:var(--grey-white)}.admin-section__title{margin-bottom:20px}.admin-shell button,.admin-login button{padding:11px 16px;border:0;border-radius:var(--radius-xsm);background:var(--rad-600);color:var(--grey-white);font:var(--fw-bold) var(--text-sm) var(--font-body);cursor:pointer}.admin-shell button:disabled,.admin-login button:disabled{opacity:.55;cursor:wait}.admin-quiet,.admin-add-inline{background:var(--grey-100)!important;color:var(--grey-500)!important}.admin-danger{background:var(--danger-700)!important}.admin-categories{display:flex;flex-wrap:wrap;gap:10px}.admin-category{padding:10px 12px;display:flex;align-items:center;gap:12px;border-radius:var(--radius-xsm);background:var(--grey-50)}.admin-category label{display:flex;align-items:center;gap:8px;font-weight:var(--fw-semibold)}.admin-category button{padding:3px 9px}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.admin-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px!important;display:grid;grid-template-columns:64px 1fr;gap:10px;background:var(--grey-50)!important;color:var(--grey-600)!important;text-align:left}.admin-card img{width:64px;height:64px;border-radius:var(--radius-xsm);object-fit:cover}.admin-card span{display:grid;gap:5px}.admin-card small{color:var(--grey-400);line-height:1.3}.admin-editor{margin-top:30px}.admin-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-field--wide{grid-column:1/-1}.admin-list-input{display:grid;gap:8px}.admin-list-input>div{display:flex;gap:8px}.admin-list-input input{flex:1}.admin-list-input button{padding:5px 10px}.admin-add-inline{width:max-content}.admin-editor__actions{margin-top:24px;justify-content:flex-start}.admin-notice{margin:0 0 18px;padding:12px 14px;border-radius:var(--radius-xsm);background:var(--warning-100);color:var(--warning-700)}@media (max-width: 800px){.admin-shell{padding:24px 16px}.admin-form{grid-template-columns:1fr}.admin-field--wide{grid-column:auto}.admin-top{align-items:flex-start}}.catalog-category-tabs{margin-bottom:clamp(30px,4vw,48px)}.catalog-category-tabs__heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.catalog-category-tabs__heading p{margin:0}.catalog-category-tabs__kicker{color:var(--grey-400);font:var(--fw-semibold) 12px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.catalog-category-tabs__heading>p:last-child{max-width:44ch;color:var(--grey-400);font-size:13px;line-height:1.4;text-align:right}.catalog-category-tabs__list{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.catalog-category-tabs button{min-height:112px;padding:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;border:1px solid var(--grey-200);border-radius:20px;background:var(--grey-white);color:var(--grey-600);cursor:pointer;font-family:var(--font-body);text-align:left;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.catalog-category-tabs button:hover{border-color:var(--grey-500);transform:translateY(-2px)}.catalog-category-tabs button.is-active{border-color:var(--grey-700);background:var(--grey-700);color:var(--grey-white)}.catalog-category-tabs button>span{display:grid;gap:7px}.catalog-category-tabs strong{font:var(--fw-medium) clamp(19px,1.6vw,24px)/.98 var(--font-heading);letter-spacing:-.04em}.catalog-category-tabs small{color:var(--grey-400);font-size:12px;line-height:1.3}.catalog-category-tabs button.is-active small{color:var(--grey-300)}.catalog-category-tabs b{min-width:26px;display:grid;place-items:center;color:var(--grey-400);font:var(--fw-semibold) 12px/1 var(--font-body)}.catalog-category-tabs button.is-active b{color:var(--grey-white)}@media (max-width: 640px){.catalog-category-tabs__heading{align-items:flex-start;flex-direction:column;gap:8px}.catalog-category-tabs__heading>p:last-child{text-align:left}.catalog-category-tabs__list{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-category-tabs button{min-height:102px;padding:15px;border-radius:17px}}.destination-page-body{background:var(--grey-50)}.destination-page{width:min(100%,var(--content-width));min-height:100vh;margin-inline:auto;color:var(--grey-600)}.destination-nav-host{width:min(var(--content-inner),100% - 80px);margin-inline:auto}.destination-page .site-nav{width:100%}.destination-shell{width:min(var(--content-inner),100% - 80px);max-width:none;padding-inline:0}.destination-page main{padding:14px 0 clamp(64px,8vw,120px)}.destination-hero{min-height:clamp(390px,36vw,500px);display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(18px,2vw,28px);padding:clamp(18px,2vw,28px);overflow:hidden;border:1px solid rgba(32,33,30,.07);border-radius:var(--radius-xl);background:var(--grey-white)}.destination-hero__copy{min-height:390px;padding:clamp(44px,5vw,76px) 0 clamp(36px,4vw,60px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.destination-tabs{margin-top:0;display:flex;flex-wrap:wrap;gap:7px}.destination-tabs button{min-height:30px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--grey-200);border-radius:var(--radius-xsm);background:var(--grey-white);color:var(--grey-600);cursor:pointer;font:var(--fw-regular) 14px/1 var(--font-body)}.destination-tabs button span{width:16px;height:16px;border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHsAAAB7CAYAAABUx/9/AAAACXBIWXMAAG66AABuugHW3rEXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAB6RJREFUeAHtnTtPG1kUx4/HSbRSinVEQtJltiOCaL1dUsX+BDjdbpWkTBX4BIFuu4Rqy4Vqd6uQT4DptstE4SVR7NCtAClGAoSwMTnHuWMNw3g877n3zvlJxp5hAOO/zvM+pgKaUK/Xa91u1zQMo355eWni4yE+apVKxcRv03ONjr0/h+c7eL6DL21xysJzR/iw+v2+vbm5aYEmVEBRpqen6/jUwMfP4tmE7LDEY/3mzZtty7JsUBBlxCbLvbi4aKG1PUOra/lZaY7Y+Gjj+1jZ2NhogyJILbZL4Bf4wdYLFtgXEQZWVRBeSrFnZmYa+AHO4gf4UkaBA7Dx/S7funVrRUZXL5XYQuS38D0Gq84yxvdFmUSXQmzNRPYijeiFiq25yF4KF70QsTHxMnu93jsUugXl4z2KvlSE6FXIGbTmN5hd/41C16GcPMH/vzU5OXl0cHCQa8MmN8sma8YO159QDpcdllxdey6W7VgzvpwCxk2drPzBgwd7+/v7O5AxmYpNTZG7d+/+hS57Dg9/AMYP6tn/eu/ePUC3vg4ZkpkbF257DbLtWetGG936q6zceiZiU0mFTx8U637Jgo2CN7MQ3ICUofiMIq+x0LEhj/hJjOqlSqpio9BvUeT3wCSFDIUEfwEpklqCJoReACZNqB63MXH7DCmQitgsdKakJnhisVnoXEhF8ETZuEjGOEbnA82TayaZExdb7EePHrUMw/gATJ50sCz7JW5ZFktsMWr1icurQrCF4J2IPxe99BJTdrmOLg6qw2N51MgJ2sTExB/AI1dFY8bppUdy45yQyUWlUmlGmdEaWmwxsPEfMDIRKX6HjtliBIuRCzLAt2EvDiU2NU6AhyplZU6MMo5lrBvnMksJQrnzsZZNboKFlh7z/Px8btxFgZYtxlQ/AaMC1F37Kci6x1k2t0PVoTYuWRspNlr1S+CkTDXmKMca9c0gyw6d0jPyEGTdvjFbrMHiulpRMHbf8YvdoyybrVphRmXm1yyb26Ja4JuZX7PsKO03RlooM3/pPennxhvA6MCs98QVsbnc0oqGt2d+RWwcH50FRhv6/X7DfTwUm6YblXQnBG1B472yomQoNgZ0Flo/zKmpKdM5cLvxZ8BoR7VaHRqxW+wGMDoyzMMGYouhTBMYHalTPkYvHMtuAKMrtV6vN1jrPRAbszaO1xrjbEPmWLYJjM7QnuxgiPq6rBvQlYUGfTEcf85ojUlGbdC9M4DRnrOzs5rBLrwc4Ph2ncQ2gdEeHBQxyY0/BEZ7yKhT3/SOkRM06h/ZjZcE1PkOWTZn4yVgYNnAYpcGjtnlocZilwcWu0TYLHaJILFtYEoBW3ZJwDr7iNqlkffAZNQDdf7KbrwkoNh71C49AkZ7UOcOWXau94NkigEt2zIQjtklYGDZ3W63DYz20O0mjJ2dHRsY3RmEameRAMdtjUEXvkfPTlMl07u7MsWCxtymZ7bsctCmLwOxOUnTmo5zL7CB2CJJs4HRDozXwxA9HAhBV/4RGO1AXVed1+5Rr1VgtOPi4qLtvB6KfePGDfLr3E3TC8vdRxmKLfa5ZFeuF0vuA++md8vAaIPbhRPXdiWenp7+CjyXXAfaWHI13SeuTUtC614CRgdWvCeuiY2JGt9rU31stOpl78lrYlOi5q7NGCVZ9Ds5anYpu3J1sb2JmYOv2HSbXmekhFGO9qg5CkHzxheBUQ2y6pG6jRSbrVs9cNBjJWjmUeCKkF6v9woYVbBPT08DK6lq0DcPDw879+/fv4MvnwAjO/O7u7v/Bl0wdq0X1t0LwGPdsuNbV3sZKzbV3YZhzAMjLZiUNcNcF2oV55cvX1a50SInmJQthp0OHnrJLrpzStZsYGTC3traWgh7cWixRRuVs3NJoKXWYd23QzXKxfv7+zZn59Lwent7ux3lByoQg5mZmTWMFQ1gCoHidBT37RBrmw2M38+B43dRWHGEJmKJTfFbxAueoJgv1Pt+DjGJvYGOSPcjJQhMIkjoZpJVt5ESNC8HBwf/T05O0gpBvo9nhojM+2nS5dWJxCZQcIsFzw4SGhOyJmbeO5CQxGITLHg2OEI7C/OSkorYBAueOhSjn6Zh0Q6x6uwgxE1cPwDfBTAJiZMxP1IXm6AbdFer1TVgwSNDs4OOj4+f27adelmbmht3Q5MeJiYmPqLgJh5OARMKjM9LGJ9/63Q6Z5ABmYhNkODYS/8He+nkPRrAjETsH/saO2O/Q4Zk4sa9cBwPxKKuWB5blGVm2W6o+UJu3TAMGjHj20EK0KIXyW2TF4QcyMWy3Tx+/LjV7/ffQYmtnJIwjM/zadXPof8uFAQOky7gP/wGSrQ8WDRJ5sNMDszk70OBiBJtAV++AI0RCdgSllTvsyipQr8PkABdRZdF5OH7AYlwif4MFI7psonsIJXYDqZp1m7fvt3CD+2NSjdzF2vjFmmdHEiIlGK7IWvHkm0OP8hZkNDahcDrslmxH9KL7UY0ZxokfFETHoWLptJp/eTkZFl2gd0oJbYXLN8a5OZRgEGMz8Ll047N+HupHv4M33cgUnYHZ6XF9oOsH92+iY0bE4WqoVAP8dl0XULnasJCHauk+pcWQezhw6bjbrdr6XaXhW8QYo3Ipj0GTAAAAABJRU5ErkJggg==) center/contain no-repeat}.destination-tabs button.is-active{border-color:var(--grey-600)}.destination-tabs button.is-active span{border:0}.destination-hero__copy>.section-heading{width:100%}.destination-promise{min-height:320px;margin-top:0;padding:clamp(24px,3vw,42px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto 1fr auto;align-items:center;gap:20px;border-radius:28px;background:var(--grey-700);color:var(--grey-white)}.destination-promise__icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--grey-400);border-radius:50%;font-family:serif}.destination-promise>div:nth-child(2){grid-column:1/3;grid-row:3}.destination-promise strong{display:block;font-size:clamp(20px,2vw,30px);font-weight:var(--fw-medium);letter-spacing:-.025em}.destination-promise p{margin:7px 0 0;color:var(--grey-300);font-size:13px}.destination-promise>span{grid-column:3;grid-row:3;align-self:end;padding:12px 16px;border:2px solid var(--grey-white);border-radius:var(--radius-md);font-size:clamp(18px,2vw,28px);white-space:nowrap}.instructor-concierge{min-height:290px;padding:clamp(24px,3.2vw,46px);position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:1fr auto;gap:24px;overflow:hidden;border-radius:28px;background:var(--grey-700);color:var(--grey-white)}.instructor-concierge:after{width:clamp(210px,28vw,390px);aspect-ratio:1;content:"";position:absolute;right:clamp(-150px,-9vw,-80px);bottom:clamp(-230px,-16vw,-150px);border:1px solid rgba(255,255,255,.24);border-radius:50%;box-shadow:0 0 0 42px #ffffff0d,0 0 0 84px #ffffff09;pointer-events:none}.instructor-concierge__copy{max-width:720px;grid-column:1;grid-row:2;align-self:end;position:relative;z-index:1}.instructor-concierge__copy>span{display:block;color:#ffffffb8;font:var(--fw-semibold) 11px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.instructor-concierge h2{max-width:650px;margin:10px 0 0;font:var(--fw-medium) clamp(30px,3.4vw,50px)/.98 var(--font-heading);letter-spacing:-.055em}.instructor-concierge p{max-width:620px;margin:14px 0 0;color:#ffffffd1;font-size:14px;line-height:1.45}.instructor-concierge>button{min-height:48px;padding:0 17px;grid-column:2;grid-row:2;align-self:end;position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:space-between;gap:20px;border-radius:999px;background:var(--grey-white);color:var(--grey-700);border:0;cursor:pointer;font:var(--fw-semibold) 13px/1 var(--font-body);text-decoration:none}.instructor-concierge>button,.instructor-price-note__help,.instructor-filter-trigger,.instructor-filter-clear,.instructor-filter-popover button,.instructor-price-popover button{transition:color .18s cubic-bezier(.2,0,0,1),background-color .18s cubic-bezier(.2,0,0,1),border-color .18s cubic-bezier(.2,0,0,1),transform .18s cubic-bezier(.2,0,0,1)}.instructor-concierge>button:hover{transform:translateY(-2px)}.instructor-price-note{min-height:104px;padding:20px 22px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid var(--grey-150, #e6e6e2);border-radius:22px;background:var(--grey-white);box-shadow:0 10px 30px #20211e0a}.instructor-price-note__mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--grey-700);color:var(--grey-white);font:var(--fw-medium) 22px/1 var(--font-heading)}.instructor-price-note>div:nth-child(2)>span,.instructor-price-popover__heading span,.instructor-filter-popover__header span{display:block;color:var(--grey-400);font:var(--fw-semibold) 10px/1.2 var(--font-body);letter-spacing:.075em;text-transform:uppercase}.instructor-price-note>div:nth-child(2)>strong{margin-top:5px;display:block;color:var(--grey-700);font:var(--fw-medium) 18px/1.12 var(--font-heading);letter-spacing:-.025em}.instructor-price-note>div:nth-child(2)>p{margin:5px 0 0;color:var(--grey-400);font-size:12px;line-height:1.35}.instructor-price-note__help{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--grey-200);border-radius:50%;background:var(--grey-50);color:var(--grey-600);cursor:pointer;font:var(--fw-semibold) 15px/1 var(--font-body)}.instructor-price-note__help:hover,.instructor-price-note__help[data-state=open]{border-color:var(--grey-700);background:var(--grey-700);color:var(--grey-white)}.instructor-price-note__help:focus-visible,.instructor-filter-trigger:focus-visible,.instructor-filter-clear:focus-visible,.instructor-filter-popover button:focus-visible,.instructor-price-popover button:focus-visible{outline:3px solid rgba(32,33,30,.22);outline-offset:3px}.destination-list,.destination-benefits,.destination-faq{margin-top:clamp(64px,8vw,120px)}.destination-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px}.destination-filters{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.instructor-filter-bar{margin-top:18px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.instructor-filter-trigger{min-width:138px;min-height:44px;padding:0 12px 0 15px;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--grey-200);border-radius:14px;background:var(--grey-white);color:var(--grey-600);cursor:pointer;font:var(--fw-medium) 13px/1 var(--font-body)}.instructor-filter-trigger:hover,.instructor-filter-trigger[data-state=open]{border-color:var(--grey-500)}.instructor-filter-trigger.is-active{border-color:var(--grey-700);background:var(--grey-700);color:var(--grey-white)}.instructor-filter-trigger strong{min-width:20px;height:20px;padding-inline:5px;display:inline-grid;place-items:center;border-radius:999px;background:var(--grey-white);color:var(--grey-700);font-size:10px}.instructor-filter-trigger__chevron{width:12px;height:8px;display:inline-flex;transition:transform .18s cubic-bezier(.2,0,0,1)}.instructor-filter-trigger__chevron svg{width:100%;height:100%}.instructor-filter-trigger[data-state=open] .instructor-filter-trigger__chevron{transform:rotate(180deg)}.instructor-filter-clear{min-height:40px;padding:0 10px;border:0;background:transparent;color:var(--grey-400);cursor:pointer;font:var(--fw-medium) 12px/1 var(--font-body);text-decoration:underline;text-decoration-color:var(--grey-250, #c9c9c5);text-underline-offset:4px}.instructor-filter-clear:hover{color:var(--grey-700)}.instructor-filter-popover,.instructor-price-popover{z-index:1000;border:1px solid var(--grey-150, #e6e6e2);background:var(--grey-white);box-shadow:0 22px 55px #18191724,0 4px 14px #1819170f;transform-origin:var(--radix-popover-content-transform-origin)}.instructor-filter-popover{width:min(260px,100vw - 24px);padding:10px;border-radius:18px}.instructor-filter-popover[data-state=open],.instructor-price-popover[data-state=open]{animation:instructor-popover-in .19s cubic-bezier(.2,0,0,1)}.instructor-filter-popover[data-state=closed],.instructor-price-popover[data-state=closed]{animation:instructor-popover-out .15s cubic-bezier(.2,0,0,1)}.instructor-filter-popover__header{min-height:48px;padding:3px 5px 10px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--grey-100)}.instructor-filter-popover__header strong{margin-top:4px;display:block;color:var(--grey-700);font:var(--fw-medium) 17px/1.1 var(--font-heading);letter-spacing:-.025em}.instructor-filter-popover__header button{padding:5px;border:0;background:transparent;color:var(--grey-400);cursor:pointer;font:var(--fw-medium) 11px/1 var(--font-body)}.instructor-filter-popover__header button:hover{color:var(--grey-700)}.instructor-filter-popover__options{padding-top:6px;display:grid;gap:2px}.instructor-filter-option{min-height:42px;padding:0 5px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:11px}.instructor-filter-option:hover,.instructor-filter-option.is-checked{background:var(--grey-50)}.instructor-filter-option label{flex:1;color:var(--grey-600);cursor:pointer;font:var(--fw-medium) 13px/1.2 var(--font-body)}.instructor-filter-option button{width:21px;height:21px;padding:0;display:grid;place-items:center;border:1px solid var(--grey-250, #c9c9c5);border-radius:7px;background:var(--grey-white);color:var(--grey-white);cursor:pointer}.instructor-filter-option button[data-state=checked]{border-color:var(--grey-700);background:var(--grey-700)}.instructor-filter-option button svg{width:11px;height:9px}.instructor-filter-popover__arrow,.instructor-price-popover__arrow{fill:var(--grey-white)}.instructor-price-popover{width:min(350px,100vw - 24px);padding:20px;border-radius:20px}.instructor-price-popover__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.instructor-price-popover__heading h3{margin:5px 0 0;color:var(--grey-700);font:var(--fw-medium) 24px/1 var(--font-heading);letter-spacing:-.04em}.instructor-price-popover__heading>button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--grey-50);color:var(--grey-500);cursor:pointer;font-size:20px;line-height:1}.instructor-price-popover>p{margin:16px 0 0;color:var(--grey-400);font-size:12px;line-height:1.45}.instructor-price-popover ol{margin:18px 0 0;padding:0;display:grid;gap:13px;list-style:none}.instructor-price-popover li{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start}.instructor-price-popover li>span{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:var(--grey-700);color:var(--grey-white);font:var(--fw-semibold) 10px/1 var(--font-body)}.instructor-price-popover li strong{color:var(--grey-650, #282927);font:var(--fw-semibold) 12px/1.2 var(--font-body)}.instructor-price-popover li p{margin:3px 0 0;color:var(--grey-400);font-size:11px;line-height:1.35}@keyframes instructor-popover-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes instructor-popover-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-3px) scale(.985)}}.destination-filters button{min-height:40px;padding:0 15px;display:inline-flex;align-items:center;gap:18px;border:1px solid var(--grey-200);border-radius:999px;background:var(--grey-white);color:var(--grey-600);cursor:pointer;font:var(--fw-medium) 13px/1 var(--font-body)}.destination-filters button.is-active{border-color:var(--grey-600);background:var(--grey-600);color:var(--grey-white)}.destination-toolbar__count{text-align:right}.destination-toolbar__count h2,.destination-toolbar__count p{margin:0}.destination-toolbar__count h2{font:var(--fw-medium) clamp(24px,2.2vw,32px)/1.05 var(--font-heading);letter-spacing:-.04em}.destination-toolbar__count p{margin-top:5px;color:var(--grey-400);font-size:13px}.destination-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.destination-empty-state,.catalog-empty-state{margin-top:28px;padding:32px;border:1px dashed var(--grey-300);border-radius:20px;background:var(--grey-white);text-align:center}.destination-empty-state p,.catalog-empty-state p{margin:0}.destination-empty-state button,.catalog-empty-state button{min-height:42px;margin-top:16px;padding:0 16px;border:0;border-radius:999px;background:var(--grey-700);color:var(--grey-white);cursor:pointer;font:var(--fw-semibold) 13px/1 var(--font-body)}.destination-benefits{padding:clamp(28px,5vw,64px);border-radius:32px;background:var(--grey-white)}.destination-benefits__grid{margin-top:clamp(40px,6vw,76px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.destination-benefits__grid article{min-height:220px;padding:20px;display:flex;flex-direction:column;border-radius:20px;background:var(--grey-50)}.destination-benefits__grid article>span{color:var(--grey-300);font-size:12px}.destination-benefits__grid h3{margin:auto 0 0;font:var(--fw-medium) 22px/1.1 var(--font-heading);letter-spacing:-.035em}.destination-benefits__grid p{margin:10px 0 0;color:var(--grey-400);font-size:13px;line-height:1.45}.destination-faq{padding:0;border-radius:0;background:transparent}.destination-faq .faq__item{background:var(--grey-white)}@media (max-width: 1050px){.destination-hero__copy{min-height:360px}.destination-grid,.destination-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.destination-nav-host,.destination-shell{width:calc(100% - 24px)}.destination-page .site-nav{width:100%}.destination-hero{padding:10px;border-radius:24px}.destination-hero__copy{min-height:330px;padding:28px 14px}.destination-promise{grid-template-columns:auto 1fr}.destination-promise>span{grid-column:2;grid-row:4}.destination-toolbar{align-items:flex-start;flex-direction:column}.instructor-concierge{min-height:300px;grid-template-columns:1fr;grid-template-rows:1fr auto}.instructor-concierge__copy{grid-row:1}.instructor-concierge>button{width:max-content;grid-column:1;grid-row:2}.destination-toolbar__count{text-align:left}.destination-grid,.destination-benefits__grid{grid-template-columns:1fr}}@media (max-width: 520px){.destination-tabs button,.destination-filters button{min-height:44px}.destination-promise{grid-template-columns:1fr}.destination-promise>div:nth-child(2){grid-column:1}.destination-promise>span{grid-column:auto;grid-row:4}.instructor-concierge{min-height:340px;padding:22px;gap:18px}.instructor-concierge__copy{grid-row:auto;align-self:center}.instructor-concierge h2{font-size:34px}.instructor-concierge>button{width:100%}.instructor-price-note{padding:17px;grid-template-columns:auto minmax(0,1fr);gap:13px}.instructor-price-note__help{grid-column:1/-1;width:100%;height:38px;border-radius:12px}.instructor-filter-bar{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.instructor-filter-trigger{min-width:0;width:100%}.instructor-filter-clear{grid-column:1/-1;justify-self:start}}@media (prefers-reduced-motion: reduce){.instructor-filter-popover,.instructor-price-popover{animation:none!important}.instructor-concierge>button,.instructor-price-note__help,.instructor-filter-trigger,.instructor-filter-trigger__chevron,.instructor-filter-clear,.instructor-filter-popover button,.instructor-price-popover button{transition-duration:1ms!important}}.destination-detail-body{background:var(--grey-50)}.destination-detail{width:min(100%,var(--content-width));min-height:100vh;margin-inline:auto}.destination-detail main{padding:30px 0 clamp(64px,8vw,120px)}.destination-detail__back{min-height:44px;display:inline-flex;align-items:center;padding-bottom:4px;border-bottom:1px solid currentColor;color:var(--grey-600);font-size:13px;font-weight:var(--fw-medium);text-decoration:none}.destination-detail__header{margin:clamp(40px,6vw,72px) 0 30px;display:flex;align-items:end;justify-content:space-between;gap:30px}.destination-detail__badges{display:flex;flex-wrap:wrap;gap:7px}.destination-detail__header h1{max-width:1050px;margin:18px 0 0;font:var(--fw-semibold) clamp(52px,7vw,106px)/.9 var(--font-heading);letter-spacing:-.07em;text-transform:uppercase}.destination-detail__rating{padding-bottom:8px;display:grid;justify-items:end;white-space:nowrap}.destination-detail__rating strong{font-size:18px}.destination-detail__rating span{margin-top:3px;color:var(--grey-400);font-size:12px}.destination-gallery{height:clamp(440px,50vw,680px);display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,minmax(0,1fr));gap:10px;overflow:hidden;border-radius:30px}.destination-gallery>div{overflow:hidden;background:var(--grey-100)}.destination-gallery__main{grid-row:1/-1}.destination-gallery img,.destination-gallery .media-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--motion-ease-standard)}.destination-gallery>div:hover img,.destination-gallery>div:hover .media-placeholder{transform:scale(1.025)}.destination-detail__layout{margin-top:clamp(42px,6vw,76px);display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:clamp(40px,6vw,90px);align-items:start}.destination-detail__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.destination-detail__facts div{min-height:116px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;border-radius:18px;background:var(--grey-white)}.destination-detail__facts span{color:var(--grey-400);font-size:11px;text-transform:uppercase}.destination-detail__facts strong{font:var(--fw-medium) 18px/1.15 var(--font-heading);letter-spacing:-.025em}.destination-detail__section{margin-top:clamp(54px,7vw,90px)}.destination-detail__description{max-width:68ch;margin:28px 0 0;color:var(--grey-500);font-size:clamp(16px,1.4vw,19px);line-height:1.6}.destination-detail__included{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.destination-detail__included span{min-height:60px;padding:12px 16px;display:flex;align-items:center;gap:12px;border-radius:16px;background:var(--grey-white);font-size:14px}.destination-detail__included i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--grey-700);color:var(--grey-white);font-size:11px;font-style:normal}.destination-detail__notice{margin-top:48px;padding:24px;display:flex;gap:16px;border-radius:20px;background:var(--sand-50)}.destination-detail__notice>span{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--grey-400);border-radius:50%;font-family:serif}.destination-detail__notice strong{font-size:15px}.destination-detail__notice p{margin:7px 0 0;color:var(--grey-500);font-size:13px;line-height:1.5}.destination-booking-card{position:sticky;top:22px;overflow:hidden;border:1px solid rgba(32,33,30,.08);border-radius:26px;background:var(--grey-white);box-shadow:var(--shadow-float)}.destination-booking-card__provider{padding:16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--grey-100)}.destination-booking-card__provider img,.destination-booking-card__provider .media-placeholder{width:54px;height:54px;min-height:54px;flex:0 0 auto;border-radius:14px;object-fit:cover}.destination-booking-card__provider div{min-width:0;display:grid;gap:3px}.destination-booking-card__provider span{color:var(--grey-400);font-size:11px;font-weight:var(--fw-semibold);letter-spacing:.07em;text-transform:uppercase}.destination-booking-card__provider strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.destination-booking-card__body{padding:22px;display:grid;gap:17px}.destination-booking-card__price{display:flex;align-items:baseline;gap:7px}.destination-booking-card__price strong{font:var(--fw-semibold) 32px/1 var(--font-heading);letter-spacing:-.045em}.destination-booking-card__price span{color:var(--grey-400);font-size:12px}.destination-booking-card__cta{min-height:54px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-radius:15px;background:var(--rad-600);color:var(--grey-white);font-size:14px;font-weight:var(--fw-bold);text-decoration:none}.destination-booking-card__body>p{margin:-3px 0 0;color:var(--grey-400);font-size:11px;text-align:center}.destination-detail__faq{margin-top:clamp(72px,9vw,130px);padding:clamp(28px,5vw,64px);border-radius:30px;background:var(--grey-white)}.destination-detail-state{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:16px}.destination-detail-state h1{margin:0}@media (max-width: 1050px){.destination-detail__layout{grid-template-columns:1fr}.destination-booking-card{position:static;width:min(100%,520px)}}@media (max-width: 820px){.destination-detail main{padding-top:18px}.destination-detail__header{margin-top:30px;align-items:flex-start;flex-direction:column;gap:18px}.destination-detail__header h1{font-size:clamp(42px,13vw,62px);overflow-wrap:anywhere}.destination-detail__rating{justify-items:start}.destination-gallery{height:min(128vw,480px);grid-template-columns:1fr 1fr;grid-template-rows:2fr 1fr}.destination-gallery__main{grid-column:1/-1;grid-row:auto}.destination-gallery>div:nth-child(n+4){display:none}.destination-detail__facts,.destination-detail__included{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.destination-detail__included{grid-template-columns:1fr}.destination-detail__notice,.destination-booking-card__body{padding:18px}.destination-detail__faq{padding:0;border-radius:0;background:transparent}.destination-detail__faq .faq__item{background:var(--grey-white)}}@media (max-width: 360px){.destination-detail__header h1{font-size:clamp(38px,12.5vw,45px)}.destination-detail__facts{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.destination-gallery img,.destination-gallery .media-placeholder{transition-duration:.01ms!important}}.articles-page{width:min(100%,var(--content-width));margin-inline:auto}.articles-page main{padding:clamp(50px,7vw,100px) 0 clamp(80px,10vw,140px)}.articles-header{display:grid;grid-template-columns:1fr minmax(280px,.5fr);gap:40px;align-items:end}.articles-header>p{max-width:44ch;margin:0 0 7px;color:var(--grey-400);font-size:16px;line-height:1.5}.articles-category-tabs{margin-top:clamp(46px,6vw,78px);margin-bottom:0}.featured-article{margin-top:30px}.articles-list{margin-top:clamp(70px,9vw,130px)}.articles-list__heading{display:flex;align-items:end;justify-content:space-between}.articles-list__heading h2{margin:0;font:var(--fw-medium) clamp(42px,5vw,68px)/1 var(--font-heading);letter-spacing:-.06em}.articles-list__heading span{color:var(--grey-400);font-size:12px}.articles-grid{margin-top:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media (max-width: 980px){.articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.articles-page main{padding-top:38px}.articles-header{grid-template-columns:1fr}.articles-list__heading{align-items:flex-start;flex-direction:column;gap:8px}.articles-grid{grid-template-columns:1fr}}.article-page{width:min(100%,var(--content-width));margin-inline:auto}.article-page main{padding:30px 0 clamp(80px,10vw,140px)}.article-shell{width:min(var(--content-inner),100% - 80px);max-width:none;padding-inline:0}.article-hero{max-width:1050px;margin:clamp(60px,8vw,110px) auto 0;text-align:center}.article-hero>span{color:var(--grey-400);font-size:11px;font-weight:var(--fw-bold);letter-spacing:.09em;text-transform:uppercase}.article-hero h1{margin:24px 0 0;font:var(--fw-medium) clamp(54px,7vw,98px)/.94 var(--font-heading);letter-spacing:-.07em}.article-hero p{max-width:650px;margin:30px auto 0;color:var(--grey-400);font-size:18px;line-height:1.5}.article-cover{width:100%;height:clamp(430px,56vw,720px);margin-top:clamp(54px,7vw,90px);border-radius:30px;object-fit:cover}.article-layout{margin-top:clamp(60px,8vw,110px);display:grid;grid-template-columns:240px minmax(0,700px);justify-content:center;gap:clamp(50px,8vw,110px);align-items:start}.article-layout>aside{position:sticky;top:30px;display:grid;gap:12px}.article-layout>aside span{margin-bottom:8px;color:var(--grey-300);font-size:10px;font-weight:var(--fw-bold);letter-spacing:.08em;text-transform:uppercase}.article-layout>aside a{color:var(--grey-500);font-size:13px;line-height:1.35;text-decoration:none}.article-lead{margin:0;font:var(--fw-medium) clamp(24px,2.7vw,34px)/1.3 var(--font-heading);letter-spacing:-.035em}.article-layout article section{margin-top:76px;scroll-margin-top:24px}.article-layout article section>span{color:var(--grey-300);font-size:11px}.article-layout article h2{margin:12px 0 0;font:var(--fw-medium) clamp(34px,4vw,52px)/1 var(--font-heading);letter-spacing:-.05em}.article-layout article section p{margin:24px 0 0;color:var(--grey-500);font-size:18px;line-height:1.75}.article-layout article section p+p{margin-top:16px}.article-note{margin-top:70px;padding:25px;border-radius:20px;background:var(--sand-50)}.article-note p{margin:8px 0 0;color:var(--grey-500);font-size:14px;line-height:1.5}.article-layout article .article-sources{padding-top:70px;border-top:1px solid var(--grey-200)}.article-sources>p{font-size:15px!important;line-height:1.6!important}.article-sources ul{margin:24px 0 0;padding:0;display:grid;gap:10px;list-style:none}.article-sources a{display:inline-flex;min-height:36px;align-items:center;color:var(--grey-600);font-size:14px;font-weight:var(--fw-medium);text-decoration-thickness:1px;text-underline-offset:4px}@media (max-width: 820px){.article-shell{width:calc(100% - 32px)}.article-layout{grid-template-columns:1fr}.article-layout>aside{position:static}.article-layout>aside a{min-height:40px;display:flex;align-items:center}}@media (max-width: 520px){.article-page main{padding-top:18px}.article-hero{margin-top:44px}.article-hero h1{font-size:clamp(42px,13vw,54px);overflow-wrap:anywhere}.article-hero p,.article-layout article section p{font-size:17px}.article-cover{height:320px;margin-top:44px;border-radius:22px}}.about-page{width:min(100%,var(--content-width));margin-inline:auto}.about-page main{padding:14px 0 clamp(80px,10vw,140px)}.about-hero{display:grid;gap:16px}.about-hero__heading{min-height:clamp(360px,35vw,500px);padding:clamp(34px,5vw,72px);display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);grid-template-rows:auto 1fr;column-gap:clamp(40px,7vw,110px);border-radius:32px;background:var(--grey-white)}.about-hero__heading .section-heading__kicker{grid-column:2;grid-row:1;align-self:start}.about-hero__heading .section-heading__title{max-width:none;grid-column:1;grid-row:1/span 2;align-self:end;font-size:clamp(76px,10.5vw,150px);font-weight:var(--fw-semibold);letter-spacing:-.085em;line-height:.78;text-transform:uppercase}.about-hero__heading .section-heading__description{max-width:34ch;margin:0;grid-column:2;grid-row:2;align-self:end;color:var(--grey-500);font-size:17px;line-height:1.5}.about-hero__media{margin:0;overflow:hidden;border-radius:32px;background:#dce9f2}.about-hero__image{width:100%;height:auto;aspect-ratio:1652/952;display:block;object-fit:cover;object-position:center}.about-hero__media figcaption{min-height:54px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--grey-white);color:var(--grey-400);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.about-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--grey-150);border-radius:22px;background:var(--grey-150)}.about-hero__stats span{min-width:0;min-height:104px;padding:22px 24px;display:grid;align-content:space-between;gap:14px;background:var(--grey-white);color:var(--grey-500);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.about-hero__stats strong{color:var(--grey-700);font:var(--fw-medium) clamp(24px,2.5vw,34px)/1 var(--font-heading);letter-spacing:-.045em;text-transform:none}.about-intro{margin-top:clamp(80px,11vw,160px)}.about-intro .section-heading__description{max-width:720px;font-size:18px;line-height:1.65}.about-seasons{margin-top:clamp(80px,10vw,140px);display:grid;grid-template-columns:1fr 1fr;gap:16px}.about-seasons article{min-height:480px;padding:clamp(28px,4vw,52px);display:flex;flex-direction:column;border-radius:28px;background-position:center;background-size:cover;color:var(--grey-white)}.about-seasons__winter{background-image:linear-gradient(145deg,#becdd3e0,#2e434df5)}.about-seasons__summer{background-image:linear-gradient(145deg,#b1bea1e6,#41533bfa)}.about-seasons article>span{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.about-seasons h2{margin:auto 0 0;font:var(--fw-semibold) clamp(54px,7vw,92px)/.9 var(--font-heading);letter-spacing:-.07em}.about-seasons p{max-width:420px;margin:18px 0 0;line-height:1.5}.about-seasons a{margin-top:22px;color:var(--grey-white);font-size:13px;font-weight:var(--fw-semibold);text-decoration:none}.about-zones,.about-trail-map,.about-practical,.about-sources,.about-related{margin-top:clamp(90px,11vw,160px)}.about-split-heading{display:grid;grid-template-columns:.33fr .67fr;gap:30px;align-items:end}.about-split-heading .section-heading__kicker{grid-column:1;grid-row:1}.about-split-heading .section-heading__title,.about-split-heading .section-heading__description{grid-column:2}.about-split-heading .section-heading__title{grid-row:1}.about-split-heading .section-heading__description{max-width:580px;font-size:16px;line-height:1.55}.about-trail-map figure{margin:44px 0 0}.about-trail-map figure>a{position:relative;padding:clamp(8px,1.2vw,16px);display:block;overflow:hidden;border:1px solid var(--grey-150);border-radius:30px;background:var(--grey-white);color:var(--grey-700);text-decoration:none}.about-trail-map img{width:100%;height:auto;display:block;border-radius:20px}.about-trail-map figure>a span{width:max-content;min-height:44px;margin:12px 6px 2px auto;padding:0 18px;display:flex;align-items:center;border-radius:var(--radius-xl);background:#ffffffe6;box-shadow:var(--shadow-card);font-size:13px;font-weight:var(--fw-medium);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-trail-map figcaption{max-width:760px;margin:16px 0 0 auto;color:var(--grey-400);font-size:12px;line-height:1.55}.about-sources{padding-top:clamp(34px,5vw,62px);border-top:1px solid var(--grey-200)}.about-sources>div:nth-child(2){margin-top:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.about-sources a{min-height:145px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;border-radius:18px;background:var(--grey-white);color:var(--grey-600);text-decoration:none}.about-sources a strong{font:var(--fw-medium) 22px/1.1 var(--font-heading);letter-spacing:-.035em}.about-sources a span,.about-sources>p{color:var(--grey-400);font-size:12px;line-height:1.5}.about-sources>p{max-width:720px;margin:18px 0 0 auto}.about-zones__grid{margin-top:50px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.about-zones__grid article{min-height:250px;padding:22px;display:flex;flex-direction:column;border-radius:20px;background:var(--grey-white)}.about-zones__grid span{color:var(--grey-300);font-size:11px}.about-zones__grid h3{margin:auto 0 0;font:var(--fw-medium) 24px/1.1 var(--font-heading);letter-spacing:-.04em}.about-zones__grid p{margin:12px 0 0;color:var(--grey-400);font-size:13px;line-height:1.5}.about-practical{padding:clamp(30px,5vw,64px);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,7vw,90px);border-radius:32px;background:var(--grey-700);color:var(--grey-white)}.about-practical .section-heading__title{color:var(--grey-white)}.about-practical>div:last-child{display:grid;gap:10px}.about-practical article{padding:18px 0;display:grid;grid-template-columns:.35fr .65fr;gap:22px;border-bottom:1px solid var(--grey-500)}.about-practical h3,.about-practical p{margin:0}.about-practical h3{font-size:15px;font-weight:var(--fw-medium)}.about-practical p{color:var(--grey-300);font-size:13px;line-height:1.5}.about-related>div:last-child{margin-top:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.about-related a{padding:10px 10px 20px;border-radius:22px;background:var(--grey-white);color:var(--grey-600);text-decoration:none}.about-related img,.about-related .media-placeholder{width:100%;height:240px;border-radius:15px;object-fit:cover}.about-related a span{margin:17px 10px 0;display:block;color:var(--grey-400);font-size:10px;letter-spacing:.07em;text-transform:uppercase}.about-related h3{margin:9px 10px 0;font:var(--fw-medium) 24px/1.1 var(--font-heading);letter-spacing:-.04em}@media (max-width: 980px){.about-zones__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.about-hero{gap:12px}.about-hero__heading{min-height:460px;padding:34px 24px;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;gap:24px;border-radius:24px}.about-hero__heading .section-heading__kicker{grid-column:1;grid-row:1}.about-hero__heading .section-heading__title{grid-column:1;grid-row:2;font-size:clamp(62px,19vw,92px);line-height:.8}.about-hero__heading .section-heading__description{max-width:30ch;grid-column:1;grid-row:3;font-size:16px}.about-hero__media{border-radius:24px}.about-hero__image{aspect-ratio:4/3}.about-hero__media figcaption{min-height:46px;padding-inline:15px;font-size:9px}.about-hero__media figcaption span:last-child{display:none}.about-hero__stats{border-radius:18px}.about-hero__stats span{min-height:88px;padding:15px 11px;gap:10px;font-size:9px}.about-hero__stats strong{font-size:clamp(17px,5vw,21px)}.about-split-heading,.about-practical,.about-seasons{grid-template-columns:1fr}.about-split-heading .section-heading__kicker,.about-split-heading .section-heading__title,.about-split-heading .section-heading__description{grid-column:1;grid-row:auto}.about-seasons article{min-height:420px}.about-related>div:last-child{grid-template-columns:1fr}.about-sources>div:nth-child(2){grid-template-columns:1fr}.about-sources a{min-height:110px}.about-trail-map figure{margin-top:30px}}@media (max-width: 520px){.about-hero__heading{min-height:420px;padding:30px 18px}.about-hero__heading .section-heading__description{max-width:27ch;line-height:1.45}.about-zones__grid{grid-template-columns:1fr}.about-practical article{grid-template-columns:1fr}.about-trail-map figure>a{padding:6px;border-radius:22px}.about-trail-map img{border-radius:16px}.about-trail-map figure>a span{min-height:38px;margin:10px 5px 1px auto;padding:0 13px;font-size:11px}}.contacts-page{width:min(100%,var(--content-width));margin-inline:auto;background:var(--grey-50)}.contacts-page main{padding:14px 0 clamp(80px,10vw,140px)}.contacts-hero{min-height:clamp(500px,48vw,690px);padding:clamp(36px,6vw,84px);display:flex;flex-direction:column;justify-content:space-between;gap:60px;border-radius:32px;background:radial-gradient(circle at 87% 18%,rgba(219,232,239,.88),transparent 31%),linear-gradient(145deg,#fff,#f3f3ef 76%)}.contacts-hero__copy{max-width:980px}.contacts-kicker{margin:0;color:var(--grey-400);font-size:11px;font-weight:var(--fw-semibold);letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.contacts-hero h1{max-width:980px;margin:clamp(38px,7vw,94px) 0 0;color:var(--grey-700);font:var(--fw-semibold) clamp(58px,8.5vw,126px)/.86 var(--font-heading);letter-spacing:-.075em}.contacts-hero__intro{max-width:620px;margin:clamp(34px,5vw,64px) 0 0 auto;color:var(--grey-500);font-size:clamp(16px,1.4vw,19px);line-height:1.55}.contacts-hero__status{width:max-content;max-width:100%;min-height:38px;padding:0 15px;display:flex;align-items:center;gap:9px;border:1px solid rgba(32,33,30,.08);border-radius:999px;background:#ffffffb8;color:var(--grey-500);font-size:12px;font-weight:var(--fw-medium)}.contacts-hero__status span{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#6da76f;box-shadow:0 0 0 4px #6da76f21}.contacts-methods{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.contacts-methods>a,.contacts-methods>div{min-height:230px;padding:24px;display:flex;align-items:flex-start;gap:16px;border:1px solid var(--grey-150);border-radius:24px;background:var(--grey-white);color:var(--grey-600);text-decoration:none}.contacts-methods>a{transition:transform var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-fast) var(--motion-ease-standard)}.contacts-methods>a:hover{transform:translateY(-2px);box-shadow:0 14px 34px #20211e0f}.contacts-methods__mark{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--grey-100);color:var(--grey-500);font-size:14px;font-weight:var(--fw-semibold)}.contacts-methods__copy{min-width:0;height:100%;display:flex;flex-direction:column}.contacts-methods__copy>span{color:var(--grey-400);font-size:12px}.contacts-methods__copy strong{margin-top:auto;overflow-wrap:anywhere;color:var(--grey-650, var(--grey-600));font:var(--fw-medium) clamp(19px,1.7vw,26px)/1.1 var(--font-heading);letter-spacing:-.035em}.contacts-methods__copy small{margin-top:8px;color:var(--grey-350, var(--grey-300));font-size:11px;line-height:1.4}.contacts-methods__arrow{margin-left:auto;color:var(--grey-300);transition:transform var(--motion-duration-fast) var(--motion-ease-standard)}.contacts-methods>a:hover .contacts-methods__arrow{transform:translate(2px,-2px)}.contacts-details{margin-top:clamp(90px,11vw,160px);display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);gap:clamp(50px,9vw,140px)}.contacts-section-heading h2,.contacts-response h2{margin:22px 0 0;color:var(--grey-700);font:var(--fw-semibold) clamp(42px,5vw,72px)/.95 var(--font-heading);letter-spacing:-.06em}.contacts-section-heading>p:last-child,.contacts-response div>p:last-child{max-width:520px;margin:28px 0 0;color:var(--grey-400);font-size:15px;line-height:1.6}.contacts-details dl{margin:0;border-top:1px solid var(--grey-200)}.contacts-details dl>div{min-height:94px;padding:20px 0;display:grid;grid-template-columns:minmax(150px,.35fr) minmax(0,.65fr);gap:28px;align-items:center;border-bottom:1px solid var(--grey-200)}.contacts-details dt{color:var(--grey-350, var(--grey-300));font-size:12px}.contacts-details dd{margin:0;color:var(--grey-600);font-size:15px;line-height:1.45}.contacts-details dd a{color:var(--grey-600);font-weight:var(--fw-medium);text-underline-offset:4px}.contacts-trust{margin-top:clamp(90px,11vw,160px);padding:clamp(34px,6vw,78px);border-radius:32px;background:var(--grey-700)}.contacts-section-heading--light{display:grid;grid-template-columns:.32fr minmax(0,.68fr);gap:30px;align-items:end}.contacts-section-heading--light h2{margin:0;color:var(--grey-white)}.contacts-section-heading--light .contacts-kicker{color:#ffffff73}.contacts-trust__grid{margin-top:clamp(60px,8vw,110px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#ffffff1f}.contacts-trust__grid article{min-height:270px;padding:26px;display:flex;flex-direction:column;background:var(--grey-700)}.contacts-trust__grid article>span{color:#ffffff59;font-size:11px}.contacts-trust__grid h3{margin:auto 0 0;color:var(--grey-white);font:var(--fw-medium) 24px/1.1 var(--font-heading);letter-spacing:-.035em}.contacts-trust__grid p{margin:16px 0 0;color:#ffffff8c;font-size:13px;line-height:1.55}.contacts-response{margin-top:16px;padding:clamp(34px,5vw,64px);display:flex;align-items:flex-end;justify-content:space-between;gap:50px;border-radius:28px;background:var(--grey-white)}.contacts-response>div{max-width:820px}.contacts-response>a{min-width:max-content;min-height:50px;padding:0 20px;display:inline-flex;align-items:center;gap:18px;border-radius:14px;background:var(--grey-700);color:var(--grey-white);font-size:13px;font-weight:var(--fw-semibold);text-decoration:none}.contacts-page a:focus-visible{outline:2px solid currentColor;outline-offset:3px}@media (max-width: 900px){.contacts-methods{grid-template-columns:1fr}.contacts-methods>a,.contacts-methods>div{min-height:170px}.contacts-details,.contacts-section-heading--light,.contacts-trust__grid{grid-template-columns:1fr}.contacts-trust__grid article{min-height:220px}}@media (max-width: 620px){.contacts-page main{padding-top:12px}.contacts-hero{min-height:540px;padding:28px 22px;border-radius:24px}.contacts-hero h1{margin-top:60px;font-size:clamp(51px,16vw,72px)}.contacts-hero__intro{margin-left:0}.contacts-methods>a,.contacts-methods>div{padding:20px;border-radius:20px}.contacts-details dl>div{grid-template-columns:1fr;gap:9px}.contacts-trust{padding:32px 22px;border-radius:24px}.contacts-response{padding:32px 22px;align-items:flex-start;flex-direction:column;border-radius:22px}}@media (prefers-reduced-motion: reduce){.contacts-methods>a,.contacts-methods__arrow{transition-duration:.01ms!important}}html{scroll-behavior:smooth;background:var(--grey-50);overflow-x:clip}body{background:var(--grey-50);color:var(--grey-600);overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{color:var(--grey-white);background:var(--grey-600)}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--rad-600);outline-offset:3px}.catalog-faq-block,.profile-faq{padding:clamp(80px,9vw,140px) 0}.faq-component .faq-list{margin-top:0}.faq-component .faq-item{border:1px solid var(--grey-150);border-radius:18px;background:var(--grey-white)}.faq-component .faq-item h3{font-size:clamp(18px,2vw,23px);letter-spacing:-.025em}.catalog-page,.profile-page,.booking-flow-page{background:var(--grey-50)}.profile-hero,.profile-about,.profile-facts,.profile-media,.profile-reviews,.catalog-benefits-panel,.booking-step,.booking-summary-card{border:1px solid rgba(32,33,30,.07);box-shadow:none}.catalog-benefits-panel,.profile-hero,.profile-about,.profile-facts,.profile-media,.profile-reviews{border-radius:var(--radius-xl);background:var(--grey-white)}.catalog-card,.profile-booking-card,.fact-card,.review-card,.media-card{border-radius:var(--radius-lg);border-color:var(--grey-150)}.catalog-title,.profile-title,.booking-flow-page__header h1{font-family:var(--font-heading);font-weight:var(--fw-semibold);letter-spacing:-.055em}.catalog-title-wrap{padding:clamp(44px,5vw,76px) 0 clamp(36px,4vw,60px)}.catalog-title{margin-top:18px;font-size:clamp(72px,7vw,104px);line-height:.9}.catalog-rate-banner{margin-top:0}.catalog-benefits-panel .booking-step h3{max-width:calc(100% - 108px);min-height:2.1em;font-size:clamp(26px,2vw,32px);line-height:1.05;letter-spacing:-.035em;overflow-wrap:anywhere}.catalog-benefits-panel .booking-step p{max-width:100%;line-height:1.35}.profile-title{max-width:720px;font-size:clamp(64px,5.4vw,84px);line-height:.92}.profile-hero-copy{min-width:0;padding:16px clamp(24px,3vw,48px) 30px 8px}@media (min-width: 769px){.profile-hero{grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);align-items:stretch}.profile-hero-photo-wrap{width:100%;height:auto;min-height:480px}}.catalog-filter-btn,.media-filter,.profile-badge,.fact-pill,.ui-pill-md{border-radius:999px}.ui-btn-md,.ui-btn-lg{border-color:var(--grey-600)}.ui-btn-md:hover,.ui-btn-lg:hover{border-color:var(--grey-600);background:var(--grey-600)}.booking-step.is-open{box-shadow:var(--shadow-card)}.booking-flow-page input,.booking-flow-page textarea,.booking-flow-page select{border-color:var(--grey-200);background:var(--grey-white)}@media (max-width: 820px){.footer-brand-wrap,.footer-bottom{align-items:flex-start;flex-direction:column}.footer-main{gap:42px}.faq-component .faq-list{height:auto}.faq-component .faq-item,.faq-component .faq-item.open{height:auto;min-height:64px}.profile-main,.profile-hero,.profile-details,.profile-left-col,.profile-facts,.profile-about,.profile-reviews,.profile-media,.profile-faq{width:100%}.profile-main{width:calc(100% - 24px)}.profile-hero{padding:12px}.profile-title{margin-top:6px;font-size:clamp(46px,14vw,56px);line-height:.92}.profile-hero-photo-wrap{height:min(112vw,440px)}.catalog-title{font-size:clamp(40px,11.8vw,48px);line-height:.95}.catalog-title-wrap{padding:26px 0 30px}.catalog-benefits-panel .booking-step h3{max-width:none;min-height:0}.catalog-rate-row{width:100%;justify-content:space-between;gap:10px}.catalog-rate-row p{max-width:180px;font-size:22px;line-height:1.08}.catalog-rate-pill{width:auto;min-width:98px;padding-inline:12px;white-space:nowrap}.booking-flow-page__header-brand-wrap,.booking-flow-page__header,.booking-flow-page__content,.booking-flow-page__left,.booking-summary-column,.booking-summary,.booking-summary__info-card{width:100%;max-width:100%}.booking-flow-page__content{padding-inline:16px}.booking-step.is-open{padding:14px 12px}.booking-step__head h2{white-space:normal;font-size:21px;line-height:1.15}.booking-day-labels{display:none}.booking-day-row{grid-template-columns:16px 42px repeat(3,minmax(0,1fr));gap:8px 6px}.booking-date-btn{grid-column:3/6;width:100%}.booking-day-row .booking-slot-btn{display:block!important;grid-row:2;min-width:0;height:40px;padding-inline:3px;font-size:11px;line-height:1.15}.booking-day-row .booking-slot-btn:nth-of-type(3){grid-column:3}.booking-day-row .booking-slot-btn:nth-of-type(4){grid-column:4}.booking-day-row .booking-slot-btn:nth-of-type(5){grid-column:5}.booking-summary__info-card>p{width:calc(100% - 110px)}}@media (max-width: 520px){.profile-main{width:calc(100% - 20px)}.profile-hero{border-radius:22px}.profile-back-btn{min-height:44px}.booking-flow-page__content{padding-inline:10px}.booking-flow-page__header-brand-wrap,.booking-flow-page__header{padding-inline:16px}.booking-step.is-open{padding:14px 10px}.participant-card{padding:12px}.participant-card>:not(.participant-card__head){margin-inline:0}.booking-step__body--contact{padding-inline:0}}@media (max-width: 400px){.site-nav__trigger-text{font-size:0}.site-nav__trigger-text:after{content:"Menu";font-size:12px}}@media (max-width: 360px){.site-nav{padding:8px}.site-nav__bar{gap:6px}.site-nav__left{flex:1 1 auto;justify-content:space-between;gap:6px}.site-nav__brand{flex:0 0 78px;font-size:17px}.site-nav__links{gap:0}.site-nav__trigger{min-width:54px;min-height:40px;justify-content:center;padding-inline:5px;font-size:12px}.site-nav__offer{width:72px;min-width:72px;height:40px;justify-content:center;padding-inline:7px;line-height:1.05;text-align:center}.site-nav__panel{padding-top:68px}.catalog-title{font-size:clamp(42px,14vw,50px)}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html,body,#root{min-height:100%}body{margin:0}img{max-width:100%;display:block}button,a{font:inherit}body{font-family:var(--font-body);color:var(--grey-600);background:var(--grey-white)}body.is-scroll-locked{overflow:hidden}.h1{font:var(--fw-regular) var(--text-h1)/var(--lh-h1) var(--font-heading);letter-spacing:0}.h2{font:var(--fw-regular) var(--text-h2)/var(--lh-h2) var(--font-heading);letter-spacing:0}.h3{font:var(--fw-regular) var(--text-h3)/var(--lh-h3) var(--font-heading);letter-spacing:0}.h-decor-1{font:var(--fw-regular) var(--text-decor-1)/var(--lh-decor-1) var(--font-decor);letter-spacing:0;text-transform:uppercase}.h-decor-3{font:var(--fw-regular) var(--text-decor-3)/var(--lh-decor-3) var(--font-decor);letter-spacing:0}.h4{font:var(--fw-regular) var(--text-h4)/var(--lh-h4) var(--font-heading);letter-spacing:0}.h4-bold,.h4-bold-url{font:var(--fw-bold) var(--text-h4-bold)/var(--lh-h4-bold) var(--font-heading);letter-spacing:0}.h5{font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading);letter-spacing:0}.h5-bold{font:var(--fw-bold) var(--text-h5)/var(--lh-h5) var(--font-heading);letter-spacing:0}.h6{font:var(--fw-regular) var(--text-h6)/var(--lh-h6) var(--font-heading);letter-spacing:0}.body-md{font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}.body-md-inline{font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body)}.body-md-bold{font:var(--fw-bold) var(--text-md)/var(--lh-md) var(--font-body)}.body-md-medium{font:var(--fw-medium) var(--text-md)/var(--lh-md) var(--font-body)}.body-md-link{font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body);text-decoration:underline}.body-lg{font:var(--fw-regular) var(--text-lg)/var(--lh-lg) var(--font-body)}.body-lg-medium{font:var(--fw-medium) var(--text-lg)/var(--lh-lg) var(--font-body)}.body-lg-link{font:var(--fw-regular) var(--text-lg)/var(--lh-lg) var(--font-body);text-decoration:underline}.body-sm{font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.body-sm-medium{font:var(--fw-medium) var(--text-sm)/var(--lh-sm) var(--font-body)}.body-sm-link{font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body);text-decoration:underline}.body-xsm{font:var(--fw-regular) var(--text-xsm)/var(--lh-xsm) var(--font-body)}.body-xsm-medium{font:var(--fw-medium) var(--text-xsm)/var(--lh-xsm) var(--font-body)}.body-xsm-link{font:var(--fw-regular) var(--text-xsm)/var(--lh-xsm) var(--font-body);text-decoration:underline}:root{--grey-50: #f6f6f3;--grey-100: #eeeeea;--grey-150: #e5e5df;--grey-200: #d8d8d1;--grey-300: #a3a39b;--grey-400: #77776f;--grey-500: #4d4d47;--grey-600: #20211e;--grey-700: #151612;--grey-800: #0e0f0d;--grey-white: #ffffff;--rad-600: #df4b3f;--rad-100: #f7e4df;--olive-50: #edf0e6;--blue-50: #e9eef2;--sand-50: #f2ede4;--green-600: #51ee6b;--green-700: rgba(38, 76, 44, .42);--success-600: #4c9a59;--danger-700: #9d2e2e;--warning-100: #fff1d8;--warning-700: #744700}:root{--space-0: 0;--space-150: 6px;--space-200: 8px;--space-300: 12px;--space-350: 14px;--space-400: 16px;--space-500: 20px;--space-600: 24px;--space-700: 28px;--space-800: 32px;--space-900: 40px}:root{--radius-xsm: 10px;--radius-sm: 14px;--radius-md: 20px;--radius-lg: 28px;--radius-xl: 36px}:root{--font-heading: Geist, "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: Geist, "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-decor: "Paytone One", var(--font-heading);--text-xsm: 12px;--text-sm: 14px;--text-md: 16px;--text-lg: 20px;--text-h1: 72px;--text-h2: 56px;--text-h6: 20px;--text-h5: 24px;--text-h4: 32px;--text-h4-bold: 32px;--text-h4-bold-url: 32px;--text-h3: 40px;--text-decor-1: 120px;--text-decor-3: 48px;--lh-xsm: 14px;--lh-sm: 16px;--lh-md-inline: 1.25;--lh-md: 1.25;--lh-lg: 24px;--lh-h1: 80px;--lh-h2: 64px;--lh-h6: 24px;--lh-h5: 28px;--lh-h4: 36px;--lh-h4-bold: 38px;--lh-h4-bold-url: 38px;--lh-h3: 48px;--lh-decor-1: 120px;--lh-decor-3: 48px;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700}:root{--content-width: 1388px;--content-inner: 1388px;--layout-margin: clamp(18px, 3vw, 48px);--layout-gutter: clamp(12px, 1.4vw, 20px);--pill-sm-w: 10px;--pill-sm-h: 28px;--pill-md-w: 12px;--pill-md-h: 30px;--pill-lg-w: 15px;--pill-lg-h: 44px;--pill-xl-w: 20px;--pill-xl-h: 60px;--shadow-soft: 4px 4px 60px rgba(0, 0, 0, .06);--shadow-card: 0 1px 0 rgba(24, 25, 22, .05), 0 18px 48px rgba(24, 25, 22, .06);--shadow-float: 0 24px 70px rgba(24, 25, 22, .12);--motion-duration-fast: .15s;--motion-duration-base: .2s;--motion-duration-slow: .25s;--motion-ease-standard: cubic-bezier(.2, 0, 0, 1)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--grey-600);background:var(--grey-white)}.page{width:min(100%,var(--content-width));margin:0 auto;background:var(--grey-white)}.container{width:min(100%,var(--content-width));margin-inline:auto;padding-inline:var(--layout-margin)}.grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:var(--layout-gutter)}.section{padding:32px var(--layout-margin)}.site-nav-host{margin:16px var(--layout-margin) 0;position:relative;z-index:72}.site-nav-host--hero{margin:0}.site-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b2b2b6b;opacity:0;pointer-events:none;z-index:68;transition:opacity .2s ease}.site-nav-backdrop.is-visible{opacity:1;pointer-events:auto}body.menu-open{overflow:hidden}.site-nav{width:min(100%,var(--content-inner));margin:0 auto;height:60px;overflow:visible;position:relative;border-radius:var(--radius-md);padding:var(--space-400);background:#ffffffeb;-webkit-backdrop-filter:blur(3.3px);backdrop-filter:blur(3.3px);transition:background-color .22s ease}.site-nav.is-open{height:60px;background:#ffffffeb}.site-nav__bar{display:flex;align-items:center;justify-content:space-between;padding-left:var(--space-400);width:100%;position:relative;z-index:2}.site-nav__left{display:flex;align-items:center;gap:43px}.site-nav__brand{width:167.479px;font-family:var(--font-decor);font-size:26px;font-weight:var(--fw-regular);line-height:.81;text-decoration:none;color:var(--grey-600)}.site-nav__brand-muted{color:var(--grey-300)}.site-nav__links{display:flex;align-items:center;gap:61px}.site-nav__link,.site-nav__trigger,.site-nav__offer{border:0;background:transparent;font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);color:var(--grey-600);text-decoration:none;display:inline-flex;align-items:center;gap:2px}.site-nav__link,.site-nav__trigger{cursor:pointer;transition:color .2s ease}.site-nav__link:hover,.site-nav__trigger:hover,.site-nav__offer:hover,.site-nav.is-open .site-nav__trigger-text{color:var(--grey-500)}.site-nav__chevron-wrap{width:9.607px;height:7.958px;display:inline-flex;align-items:center;justify-content:center}.site-nav__chevron{width:9.607px;height:7.958px;object-fit:cover;transform:rotate(-90deg);transition:transform .2s ease,opacity .2s ease}.site-nav.is-open .site-nav__chevron{transform:rotate(90deg);opacity:.63}.site-nav__offer{height:var(--pill-md-h);border-radius:var(--radius-xsm);background:var(--grey-600);color:var(--grey-white);padding:10px var(--pill-md-w);cursor:pointer;transition:background-color .2s ease}.site-nav__offer:hover{background:#1f1f1f;color:var(--grey-white)}.site-nav__panel{position:absolute;left:0;right:0;top:0;margin-top:0;padding:calc(var(--space-400) + var(--pill-md-h) + var(--space-500)) var(--space-400) var(--space-400);background:var(--grey-50);border-radius:var(--radius-md);z-index:1;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);column-gap:var(--space-500)}.site-nav.is-open .site-nav__panel{opacity:1;transform:translateY(0);pointer-events:auto}.site-nav__categories{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:83px 84px;column-gap:var(--space-500);row-gap:14px}.site-nav__category{height:100%;border-radius:10px;text-decoration:none;color:var(--grey-600);display:flex;gap:var(--space-200);align-items:flex-start;padding:14px 15px;transition:background-color .2s ease}.site-nav__category:hover{background:#ffffff8c}.site-nav__category-icon{width:22.023px;height:22.023px;object-fit:contain;flex:0 0 auto}.site-nav__category-copy{display:flex;flex-direction:column;gap:var(--space-150);width:287.303px}.site-nav__category-title{font:var(--fw-medium) var(--text-md)/18px var(--font-body);color:var(--grey-600)}.site-nav__category-desc{font:var(--fw-regular) var(--text-sm)/16px var(--font-body);color:var(--grey-300)}.site-nav__category-desc--muted{color:var(--grey-200)}.site-nav__promo{background:var(--grey-600);border-radius:var(--radius-xsm);padding:var(--space-400) 22px;display:flex;flex-direction:column;justify-content:space-between;min-height:181px}.site-nav__promo-title{margin:0;width:281.636px;font:var(--fw-bold) var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-white)}.site-nav__promo-btn{width:fit-content;height:var(--pill-lg-h);border:1px solid var(--rad-600);border-radius:var(--radius-sm);background:transparent;color:var(--grey-white);padding:13px 15px;display:inline-flex;align-items:center;gap:var(--space-150);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.site-nav__promo-btn:hover{transform:translateY(-1px);background:#ffffff14}.site-nav__promo-arrow{width:19px;height:14.254px;position:relative;display:inline-flex;align-items:center;justify-content:center;transform:rotate(180deg) scaleY(-1);opacity:.9}.site-nav__promo-arrow img{position:absolute;width:100%;height:100%;object-fit:contain}.brand{font-family:var(--font-decor);font-size:26px;line-height:1}.ui-pill-sm{height:23px;border:0;border-radius:22px;background:var(--grey-100);padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);color:#000;white-space:nowrap}.ui-pill-md,.pill{height:var(--pill-md-h);border-radius:var(--radius-xsm);border:1px solid transparent;background:var(--grey-100);padding:0 var(--pill-md-w);display:inline-flex;align-items:center;justify-content:center;gap:4px;font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);color:var(--grey-600);white-space:nowrap}.ui-pill-md__icon{width:16.568px;height:16.568px;object-fit:contain;flex:0 0 auto}.ui-pill-md--active{border-color:var(--grey-600);background:var(--grey-100);color:#000}.ui-pill-md--outline{background:var(--grey-white);border-color:var(--grey-100)}.ui-pill-md--soft{background:var(--grey-50)}.ui-pill-lg{height:var(--pill-xl-h);border-radius:var(--radius-md);border:2px solid var(--grey-100);background:var(--grey-white);padding:0 var(--pill-xl-w);display:inline-flex;align-items:center;justify-content:center;gap:8px;font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600);white-space:nowrap}.ui-pill-lg--soft{background:var(--grey-50);border-color:var(--grey-50)}.ui-pill-lg--compact{font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body)}.ui-pill-lg__icon{width:27.194px;height:27.194px;object-fit:contain;flex:0 0 auto}.ui-pill-lg--compact .ui-pill-lg__icon{width:20.375px;height:20.375px}.ui-btn-md{height:var(--pill-lg-h);border-radius:var(--radius-sm);border:1px solid var(--rad-600);background:transparent;padding:0 var(--pill-lg-w);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-150);font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body);color:var(--grey-600);text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.ui-btn-md:hover{transform:translateY(-1px);background:var(--rad-600);color:var(--grey-white)}.ui-btn-md:not(.ui-btn-md--filled):hover .ui-btn-md__arrow,.ui-btn-md:not(.ui-btn-md--filled):hover .ui-btn-md__icon{filter:brightness(0) invert(1)}.ui-btn-md--filled{background:var(--rad-600);color:var(--grey-50)}.ui-btn-md__arrow{width:19px;height:14.254px;object-fit:contain;opacity:.9;flex:0 0 auto}.ui-btn-md__arrow--left{transform:rotate(180deg) scaleY(-1)}.ui-btn-md__icon{width:16.568px;height:16.568px;object-fit:contain;flex:0 0 auto}.ui-btn-lg{width:349px;height:var(--pill-xl-h);border-radius:var(--radius-md);border:2px solid var(--rad-600);background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600);text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.ui-btn-lg:hover{transform:translateY(-1px);background:var(--rad-600);color:var(--grey-white)}.ui-btn-lg:not(.ui-btn-lg--filled):hover .ui-btn-lg__icon{filter:brightness(0) invert(1)}.ui-btn-lg--filled{background:var(--rad-600);color:var(--grey-white)}.ui-btn-lg__icon{width:21.631px;height:21.631px;object-fit:contain;flex:0 0 auto}.ui-icon-btn{width:17px;height:17px;border:0;border-radius:46px;background:var(--grey-50);background-image:url(../assets/ui-kit/icon-btn-close-dark.svg);background-repeat:no-repeat;background-position:center;background-size:5px 5px;display:inline-flex;align-items:center;justify-content:center;position:relative;padding:0;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.ui-icon-btn:hover{transform:translateY(-1px);background:var(--rad-600);background-image:url(../assets/ui-kit/icon-btn-close-light.svg)}.ui-icon-btn--accent{background:var(--rad-600);background-image:url(../assets/ui-kit/icon-btn-close-light.svg)}.ui-stepper{width:55.583px;height:30px;display:inline-flex;align-items:center;justify-content:space-between;gap:6px}.ui-stepper__btn{width:24px;height:30px;border:0;border-radius:10px;background:var(--grey-50);background-image:url(../assets/ui-kit/stepper-minus-dark.svg);background-repeat:no-repeat;background-position:center;background-size:11.847px 11.847px;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;padding:0;transition:transform .2s ease,background-color .2s ease,background-image .2s ease}.ui-stepper__btn--plus{background-image:url(../assets/ui-kit/stepper-plus-dark.svg)}.ui-stepper__btn:hover{transform:translateY(-1px);background:var(--rad-600);background-image:url(../assets/ui-kit/stepper-minus-red.svg)}.ui-stepper__btn--plus:hover{background-image:url(../assets/ui-kit/stepper-plus-red.svg)}.ui-stepper__btn--accent{background:var(--rad-600);background-image:url(../assets/ui-kit/stepper-minus-red.svg)}.ui-stepper__btn--plus.ui-stepper__btn--accent{background-image:url(../assets/ui-kit/stepper-plus-red.svg)}.pill.dark{background:var(--grey-600);color:var(--grey-white);border-color:var(--grey-600)}.card{border-radius:var(--radius-lg);border:1px solid var(--grey-200);background:var(--grey-50);overflow:hidden}.h4{font-family:var(--font-heading);font-size:var(--text-h4);line-height:36px;margin:0}.h5{font-family:var(--font-heading);font-size:var(--text-h5);line-height:var(--lh-h5);margin:0}.body-md{font-size:var(--text-md);line-height:var(--lh-md);color:var(--grey-500)}.muted{color:var(--grey-300)}.faq{background:var(--grey-50)}.faq-item{min-height:60px;border-radius:var(--radius-md);background:var(--grey-50);border:1px solid var(--grey-200);padding:9px 15px;display:flex;align-items:center;gap:7px;margin-bottom:10px}.faq-item.open{min-height:101px}.footer{background:var(--grey-50);padding:64px 42px;border-top:1px solid var(--grey-150)}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:25px}.shell{display:grid;grid-template-columns:minmax(0,1fr) 407px;gap:18px}.sidebar{border-radius:var(--radius-lg);border:1px solid var(--grey-200);background:var(--grey-white);padding:16px}.step{border-radius:19px;border:1px solid var(--grey-300);background:var(--grey-50);min-height:60px;display:flex;align-items:center;padding:0 18px;margin-bottom:14px}@media (max-width: 1100px){.hero-title{font-size:72px;line-height:80px}.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.shell,.footer-grid{grid-template-columns:1fr}.site-nav-host{margin:12px var(--layout-margin) 0}.site-nav-host--hero{margin:0}.site-nav__bar{align-items:center;gap:12px;padding-left:0}.site-nav__left{gap:22px;min-width:0}.site-nav__links{gap:24px;min-width:0}.site-nav__panel{grid-template-columns:1fr;row-gap:14px}.site-nav__categories{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.site-nav__category-copy,.site-nav__promo-title{width:auto}}@media (max-width: 820px){.site-nav-host{margin:10px var(--layout-margin) 0}.site-nav-host--hero{margin:0}.site-nav__left{gap:14px;flex-wrap:wrap}.site-nav__links{gap:16px;flex-wrap:wrap}.site-nav__categories{grid-template-columns:1fr}}
