.locations-page{color:var(--colors-neutral-900);line-height:1.5}.locations-hero{position:relative;min-height:480px;padding:100px 24px 56px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--colors-base-white);overflow:hidden}.locations-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#0000008c 75%,#000000d9),linear-gradient(135deg,var(--colors-neutral-800) 0%,var(--colors-neutral-900) 50%,var(--colors-grays-950) 100%);z-index:0}.locations-hero__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 25% 60%,rgba(209,7,81,.18),transparent 35%),radial-gradient(circle at 80% 40%,rgba(229,36,104,.12),transparent 30%)}.locations-hero__bg:after{content:"";position:absolute;left:0;right:0;bottom:0;height:70%;background-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.55) 100%),repeating-linear-gradient(90deg,transparent 0px,transparent 28px,rgba(255,255,255,.04) 28px,rgba(255,255,255,.04) 30px);opacity:.5}.locations-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35;z-index:0}.locations-hero__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%}.locations-hero__eyebrow{font-family:Geist,Geist Fallback,sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--colors-brand-100);display:inline-flex;align-items:center;gap:8px}.locations-hero__eyebrow:before{content:"";width:24px;height:1px;background:var(--colors-brand-100)}.locations-hero__title{font-family:Geist,Geist Fallback,sans-serif;font-size:clamp(38px,6vw,64px);line-height:1.05;letter-spacing:-.025em;font-weight:800;margin:0 0 18px;max-width:760px}.locations-hero__title em{font-style:normal;color:var(--colors-brand-100)}.locations-hero__sub{font-size:17px;color:#ffffffc7;max-width:560px;line-height:1.55;margin-bottom:28px}.locations-hero__locs{display:flex;gap:16px;flex-wrap:wrap;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}.locations-hero__loc{display:flex;flex-direction:column;gap:4px;min-width:160px;text-decoration:none}.locations-hero__loc-name{font-family:Geist,Geist Fallback,sans-serif;font-size:17px;font-weight:700;color:var(--colors-base-white)}.locations-hero__loc-meta{font-size:13px;color:#fff9}.locations-hero__loc-meta strong{color:var(--colors-green-500);font-weight:600}.locations-hero__loc-meta--closed strong{color:var(--colors-neutral-400)}.locations-sidenav{position:fixed;top:50%;right:32px;transform:translateY(-50%);display:flex;flex-direction:column;gap:14px;z-index:50;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:18px 14px;border-radius:var(--radius-full);border:1px solid var(--colors-neutral-200);box-shadow:0 4px 14px #0000000f}.locations-sidenav__item{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none}.locations-sidenav__dot{width:10px;height:10px;background:var(--colors-neutral-300);transition:all .2s}.locations-sidenav__item.is-active .locations-sidenav__dot,.locations-sidenav__item:hover .locations-sidenav__dot{background:var(--colors-brand-500);transform:scale(1.4)}.locations-sidenav__label{font-family:Geist,Geist Fallback,sans-serif;font-size:9px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--colors-neutral-400);writing-mode:vertical-rl;transform:rotate(180deg)}.locations-sidenav__item.is-active .locations-sidenav__label{color:var(--colors-neutral-900)}.locations-showroom{padding:100px 24px;max-width:1200px;margin:0 auto}.locations-showroom--alt-bg{max-width:none;background:var(--colors-neutral-50)}.locations-showroom--alt-bg>.locations-showroom__inner{max-width:1200px;margin:0 auto}.locations-showroom__inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.locations-showroom--reverse .locations-showroom__inner{direction:rtl}.locations-showroom--reverse .locations-showroom__inner>*{direction:ltr}.locations-showroom__photo{position:relative;aspect-ratio:4/5}.locations-showroom__photo-main{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--colors-grays-700) 0%,var(--colors-grays-900) 50%,var(--colors-grays-950) 100%);border-radius:var(--radius-4xl);overflow:hidden;box-shadow:0 20px 50px -20px #1018284d}.locations-showroom__photo-main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.locations-showroom__photo-img{opacity:0;transition:opacity .8s ease}.locations-showroom__photo-img.is-active{opacity:1}@media(prefers-reduced-motion:reduce){.locations-showroom__photo-img{transition:none}}.locations-showroom__photo-tag{position:absolute;top:16px;left:16px;background:#fffffff0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:6px 12px;border-radius:var(--radius-full);font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--colors-neutral-700);display:inline-flex;align-items:center;gap:6px}.locations-showroom__photo-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--colors-green-500)}.locations-showroom__photo-tag--closed .dot{background:var(--colors-neutral-400)}.locations-showroom__photo-thumbs{position:absolute;bottom:16px;left:16px;right:16px;display:flex;gap:6px}.locations-showroom__photo-thumb{position:relative;flex:1;height:4px;padding:0;border:0;-webkit-appearance:none;appearance:none;background:#fff6;border-radius:var(--radius-full);cursor:pointer;transition:background .3s ease;--loc-slide-duration: 4.5s}.locations-showroom__photo-thumb:before{content:"";position:absolute;top:-9px;right:0;bottom:-9px;left:0;z-index:1}.locations-showroom__photo-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleX(0);transform-origin:left center;background:#fffffff2;border-radius:inherit;pointer-events:none}.locations-showroom__photo-thumb.is-active:after{animation:loc-thumb-fill var(--loc-slide-duration) linear forwards}.locations-showroom__photo.is-paused .locations-showroom__photo-thumb.is-active:after{animation-play-state:paused}@keyframes loc-thumb-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.locations-showroom__photo-thumb.is-active:after{animation:none;transform:scaleX(1)}}.locations-showroom__photo-stat{position:absolute;right:-24px;bottom:36px;background:var(--colors-base-white);border:1px solid var(--colors-neutral-200);padding:14px 18px;box-shadow:0 12px 30px -12px #1018282e;display:flex;align-items:center;gap:12px;max-width:220px}.locations-showroom--reverse .locations-showroom__photo-stat{right:auto;left:-24px}.locations-showroom__photo-stat-num{font-family:Geist,Geist Fallback,sans-serif;font-size:22px;font-weight:800;color:var(--colors-neutral-900);line-height:1}.locations-showroom__photo-stat-num small{font-size:12px;font-weight:600;color:var(--colors-neutral-500);margin-left:2px;vertical-align:4px}.locations-showroom__photo-stat-lbl{font-size:11px;color:var(--colors-neutral-500);line-height:1.3;margin-top:3px}.locations-showroom__photo-stat-stars{display:flex;gap:1px;margin-top:2px;color:var(--colors-amber-500)}.locations-showroom__photo-stat-stars svg{width:14px;height:14px}.locations-showroom__city{font-family:Geist,Geist Fallback,sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--colors-brand-500);margin-bottom:14px;display:inline-flex;align-items:center;gap:10px}.locations-showroom__city:before{content:"";width:28px;height:1px;background:var(--colors-brand-500)}.locations-showroom__title{font-family:Geist,Geist Fallback,sans-serif;font-size:44px;line-height:1.05;letter-spacing:-.025em;font-weight:800;margin:0 0 16px;color:var(--colors-neutral-900)}.locations-showroom__intro{font-size:17px;line-height:1.6;color:var(--colors-neutral-600);margin-bottom:28px}.locations-showroom__intro strong{color:var(--colors-neutral-900)}.locations-team{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.locations-team .locations-manager{margin-bottom:0}.locations-manager{display:flex;align-items:center;gap:14px;padding:14px;background:var(--colors-neutral-50);border:1px solid var(--colors-neutral-100);margin-bottom:32px}.locations-manager__avatar{width:52px;height:52px;flex-shrink:0;background:linear-gradient(135deg,var(--colors-brand-400),var(--colors-brand-600));display:flex;align-items:center;justify-content:center;color:var(--colors-base-white);font-family:Geist,Geist Fallback,sans-serif;font-weight:700;font-size:18px;box-shadow:0 4px 10px #d1075133;overflow:hidden}.locations-manager__avatar img{width:100%;height:100%;object-fit:cover}.locations-manager__name{font-family:Geist,Geist Fallback,sans-serif;font-weight:700;font-size:14px;color:var(--colors-neutral-900)}.locations-manager__role{font-size:12px;color:var(--colors-neutral-500);margin-top:2px}.locations-services{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}.locations-service{display:flex;gap:11px;align-items:flex-start}.locations-service__icon{flex-shrink:0;width:32px;height:32px;border-radius:var(--radius-md);background:var(--colors-brand-50);color:var(--colors-brand-500);display:flex;align-items:center;justify-content:center}.locations-service__icon svg{width:15px;height:15px}.locations-service__name{font-family:Geist,Geist Fallback,sans-serif;font-size:13px;font-weight:700;color:var(--colors-neutral-900);margin-bottom:2px}.locations-service__desc{font-size:12px;color:var(--colors-neutral-500);line-height:1.4}.locations-info{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--colors-neutral-200);border:1px solid var(--colors-neutral-200);overflow:hidden;margin-bottom:28px}.locations-info__cell{background:var(--colors-base-white);padding:14px 16px}.locations-info__label{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--colors-neutral-400);display:flex;align-items:center;gap:6px}.locations-info__label svg{width:13px;height:13px}.locations-info__value{font-size:14px;color:var(--colors-neutral-900);font-weight:500;line-height:1.4}.locations-info__value a{color:inherit;text-decoration:none}.locations-info__value a:hover{color:var(--colors-brand-500)}.locations-info__sub{font-size:12px;color:var(--colors-neutral-500);margin-top:2px}.locations-info__open,.locations-info__closed{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:var(--radius-full);font-size:11px;font-weight:600;margin-left:8px}.locations-info__open{background:var(--colors-green-50);color:var(--colors-green-700)}.locations-info__open:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--colors-green-500)}.locations-info__closed{background:var(--colors-neutral-100);color:var(--colors-neutral-500)}.locations-info__closed:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--colors-neutral-400)}.locations-cta{display:flex;gap:12px;flex-wrap:wrap}.locations-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;font-family:Geist,Geist Fallback,sans-serif;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .15s;border:0}.locations-btn svg{width:16px;height:16px}.locations-btn--primary{background:linear-gradient(135deg,var(--colors-brand-600) 0%,var(--colors-brand-500) 50%,var(--colors-brand-400) 100%);color:var(--colors-base-white);box-shadow:0 6px 16px #d107513d}.locations-btn--primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px #d1075152;color:var(--colors-base-white)}.locations-btn--ghost{background:transparent;color:var(--colors-neutral-900)}.locations-btn--ghost:hover{color:var(--colors-brand-500)}.locations-btn--outline{background:var(--colors-base-white);border:1.5px solid var(--colors-neutral-900);color:var(--colors-neutral-900)}.locations-btn--outline:hover{background:var(--colors-neutral-900);color:var(--colors-base-white)}.locations-btn--link{padding:0;background:transparent;font-weight:600;color:var(--colors-brand-600);text-decoration:none}.locations-btn--link:hover{text-decoration:underline;text-underline-offset:3px}.locations-btn--link svg{width:16px;height:16px;transition:transform .15s}.locations-btn--link:hover svg{transform:translate(3px)}.locations-closing{background:var(--colors-neutral-50);padding:90px 24px}.locations-closing__inner{max-width:900px;margin:0 auto;text-align:center}.locations-closing__eyebrow{font-family:Geist,Geist Fallback,sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--colors-brand-500)}.locations-closing__title{font-family:Geist,Geist Fallback,sans-serif;font-size:36px;line-height:1.15;letter-spacing:-.02em;font-weight:800;margin:0 0 16px;color:var(--colors-neutral-900)}.locations-closing__sub{font-size:17px;color:var(--colors-neutral-600);max-width:560px;margin:0 auto 32px;line-height:1.55}.locations-closing__cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(max-width:960px){.locations-sidenav{display:none}.locations-showroom{padding:64px 20px}.locations-showroom__inner{grid-template-columns:1fr;gap:32px}.locations-showroom--reverse .locations-showroom__inner{direction:ltr}.locations-showroom__photo{aspect-ratio:4/3}.locations-showroom__photo-stat{right:16px;bottom:16px}.locations-showroom--reverse .locations-showroom__photo-stat{left:auto;right:16px}.locations-showroom__title{font-size:32px}.locations-hero{min-height:380px;padding:80px 20px 40px}.locations-hero__locs{gap:20px}.locations-closing__title{font-size:28px}}@media(max-width:600px){.locations-services,.locations-info{grid-template-columns:1fr}.locations-info__cell{border-bottom:1px solid var(--colors-neutral-100)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/locations-page.css.map */
