.header{position:relative;z-index:20;background:var(--u-bg);border-bottom:1px solid var(--u-hairline-soft)}.header--sticky{position:sticky;top:0;transition:background-color .25s var(--u-ease),box-shadow .25s var(--u-ease)}.header--sticky.is-scrolled{background:rgba(var(--u-bg-rgb),.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 24px #00000080}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.75rem}.header__logo{display:block;flex:0 0 auto}.header__logo img{height:auto}.header__wordmark{display:flex;align-items:center;gap:.6rem;width:var(--wordmark-width, 190px)}.header__wordmark-icon{flex:0 0 auto;width:2.4em;height:2.4em;color:var(--u-cyan)}.header__wordmark-text{display:block;line-height:1.05}.header__wordmark-name{display:block;font-family:var(--u-font-display);font-weight:700;font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;color:var(--u-pink)}.header__wordmark-tag{display:block;margin-top:.2em;font-size:.5rem;letter-spacing:.16em;text-transform:uppercase;color:var(--u-text-muted)}.header__right{display:flex;align-items:center;gap:clamp(.75rem,2vw,1.75rem)}.header__message{display:none;text-align:right;font-size:var(--u-fs-sm);line-height:1.4}.header__message-line{display:block}.header__message-line--accent{color:var(--u-cyan);font-weight:700}a.header__message-line--accent:hover{text-decoration:underline}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--u-text);transition:color .2s var(--u-ease)}.header__cart:hover{color:var(--u-cyan)}.header__cart .u-icon{width:1.4rem;height:1.4rem}.header__cart-count{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--u-pink);color:#fff;font-size:.6875rem;font-weight:700;line-height:18px;text-align:center}.header__toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:44px;height:44px;padding-inline:.5rem;border-radius:var(--u-radius);color:var(--u-text);transition:color .2s var(--u-ease),background-color .2s var(--u-ease)}.header__toggle:hover,.header__toggle:focus-visible{color:var(--u-cyan);background:rgba(var(--u-cyan-rgb),.1)}.header__toggle .u-icon{width:1.5rem;height:1.5rem}.header__toggle-label{display:none;font-family:var(--u-font-display);font-size:var(--u-fs-sm);letter-spacing:.1em;text-transform:uppercase}@media(min-width:750px){.header__toggle-label{display:inline}.header__message{display:block}}.nav-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav-drawer[hidden]{display:none}.nav-drawer__panel{position:absolute;inset-block:0;right:0;width:min(320px,88vw);padding:1.5rem;overflow-y:auto;background:var(--u-surface);border-left:1px solid var(--u-hairline);display:flex;flex-direction:column;gap:1.25rem}.nav-drawer__close{align-self:flex-end;width:44px;height:44px;color:var(--u-text)}.nav-drawer__list{display:grid;gap:.25rem}.nav-drawer__list a{display:block;padding:.75rem 0;border-bottom:1px solid var(--u-hairline-soft);font-family:var(--u-font-display);font-size:1.1rem;letter-spacing:.05em;text-transform:uppercase}.nav-drawer__list a:hover{color:var(--u-cyan)}.nav-drawer__contact{display:flex;align-items:center;gap:.6rem;color:var(--u-cyan)}.nav-drawer__contact .u-icon{width:1.1em;height:1.1em}.announcement{border-bottom:1px solid var(--u-hairline-soft);font-size:var(--u-fs-sm)}.announcement[hidden]{display:none}.announcement__inner{display:flex;align-items:center;justify-content:center;gap:1rem;padding-block:.6rem;text-align:center}.announcement--cyan .announcement__text{color:var(--u-cyan)}.announcement--pink .announcement__text{color:var(--u-pink)}.announcement__text{margin:0;font-weight:700;letter-spacing:.04em}.announcement__dismiss{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;color:var(--u-text-muted)}.announcement__dismiss .u-icon{width:1rem;height:1rem}.hero{position:relative;isolation:isolate;display:grid}.hero__media,.hero__content{grid-area:1 / 1}.hero__media{position:relative;height:100%;overflow:hidden}.hero__media .u-media{height:100%;border-radius:0}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(var(--u-bg-rgb),.96),rgba(var(--u-bg-rgb),.86) 34%,rgba(var(--u-bg-rgb),.35) 62%,rgba(var(--u-bg-rgb),.15)),linear-gradient(to bottom,rgba(var(--u-bg-rgb),.5),rgba(var(--u-bg-rgb),.1) 40%,rgba(var(--u-bg-rgb),.7))}.hero--right .hero__scrim{transform:scaleX(-1)}.hero__content{position:relative;z-index:1;display:flex;align-items:center;padding-block:clamp(2.5rem,7vw,5.5rem)}.hero--right .hero__content{justify-content:flex-end}.hero__text{max-width:34rem}.hero__title{font-size:var(--u-fs-hero)}.hero__title-line{display:block}.hero__title-line--accent{color:var(--u-pink);text-shadow:0 0 24px rgba(var(--u-pink-rgb),.35)}.hero__body{margin-top:1.1rem;max-width:30rem;color:var(--u-text-muted)}.hero__points{margin-top:1.25rem}.hero__point{font-family:var(--u-font-display);font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--u-cyan)}.hero__cta{margin-top:1.75rem}.hero__cta-note{margin:.6rem 0 0;font-size:var(--u-fs-sm)}@media(max-width:749px){.hero__scrim{background:linear-gradient(to bottom,rgba(var(--u-bg-rgb),.72),rgba(var(--u-bg-rgb),.88) 45%,rgba(var(--u-bg-rgb),.96))}}.video-feature__grid{display:grid;gap:clamp(1.25rem,3vw,2.5rem);align-items:center}.video-feature__media{position:relative}.video-feature__play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000001a;transition:background-color .2s var(--u-ease)}.video-feature__play-overlay:hover{background:#00000059}.video-feature__play-icon{display:grid;place-items:center;width:4rem;height:4rem;border:2px solid var(--u-pink);border-radius:50%;background:rgba(var(--u-bg-rgb),.55);color:var(--u-pink);box-shadow:var(--u-glow-pink)}.video-feature__play-icon .u-icon{width:1.6rem;height:1.6rem;margin-left:.15rem}.video-feature__copy{font-size:clamp(1rem,1.6vw,1.25rem);margin-bottom:1.5rem}.video-feature__play-btn-icon{width:.9em;height:.9em}@media(min-width:750px){.video-feature__grid{grid-template-columns:1.6fr 1fr}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:clamp(1rem,4vw,2.5rem);background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal[hidden]{display:none}.modal__dialog{position:relative;width:min(1000px,100%)}.modal__dialog--image{width:min(760px,100%)}.modal__close{position:absolute;top:-2.75rem;right:0;display:grid;place-items:center;width:44px;height:44px;color:var(--u-text)}.modal__close .u-icon{width:1.4rem;height:1.4rem}.modal__media{border-radius:var(--u-radius);overflow:hidden;background:#000}.modal__media iframe,.modal__media video{width:100%;aspect-ratio:16 / 9;height:auto}.modal__media img{width:100%;height:auto}.icon-strip__list{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,4vw,1.5rem) 0}.icon-strip__item{display:grid;justify-items:center;align-content:start;gap:.6rem;padding:.25rem clamp(.5rem,3vw,1rem);text-align:center;border-right:1px solid var(--u-hairline-soft)}.icon-strip__item:nth-child(2n),.icon-strip__item:last-child{border-right:0}.icon-strip__icon{display:block;color:var(--u-pink)}.icon-strip__icon .u-icon{width:2.4rem;height:2.4rem}.icon-strip__label{font-family:var(--u-font-display);font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--u-pink);line-height:1.3;text-wrap:balance}@media(min-width:600px){.icon-strip__list{grid-template-columns:repeat(3,1fr)}.icon-strip__item:nth-child(2n){border-right:1px solid var(--u-hairline-soft)}.icon-strip__item:nth-child(3n),.icon-strip__item:last-child{border-right:0}}@media(min-width:750px){.icon-strip__list{grid-template-columns:repeat(var(--icon-strip-count, 6),1fr);gap:0}.icon-strip__icon .u-icon{width:2.1rem;height:2.1rem}.icon-strip__label{font-size:.6875rem;letter-spacing:.1em}.icon-strip__item:nth-child(2n),.icon-strip__item:nth-child(3n){border-right:1px solid var(--u-hairline-soft)}.icon-strip__item:last-child{border-right:0}}.reservation__grid{display:grid;gap:clamp(.875rem,2vw,1.25rem);align-items:start}.reservation__card{position:relative;display:flex;flex-direction:column;gap:.9rem;height:100%}.reservation__card--featured{box-shadow:0 0 30px rgba(var(--u-pink-rgb),.18)}.reservation__badge{position:absolute;top:-.7rem;left:clamp(1.25rem,2.5vw,1.75rem);padding:.15rem .6rem;border-radius:999px;font-family:var(--u-font-display);font-size:.625rem;letter-spacing:.12em;text-transform:uppercase;color:var(--u-bg)}.reservation__badge--cyan{background:var(--u-cyan)}.reservation__badge--pink{background:var(--u-pink)}.reservation__title{font-size:var(--u-fs-h3);text-align:center}.reservation__title--cyan{color:var(--u-cyan)}.reservation__title--pink{color:var(--u-pink)}.u-price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.5rem}.reservation__price .u-price__current{font-family:var(--u-font-display);font-size:clamp(2.25rem,5vw,3.25rem);line-height:1}.reservation__price--cyan .u-price__current{color:var(--u-cyan)}.reservation__price--pink .u-price__current{color:var(--u-pink);text-shadow:0 0 20px rgba(var(--u-pink-rgb),.35)}.u-price__compare{color:var(--u-text-muted);font-size:1rem}.u-price__reserve{flex-basis:100%;font-size:var(--u-fs-sm);font-weight:400;color:var(--u-text-muted)}.reservation__benefits{flex:1 1 auto;font-size:var(--u-fs-sm)}.reservation__actions{display:grid;gap:.6rem}.reservation__form{display:grid;gap:.6rem;margin:0}.u-dynamic-checkout .shopify-payment-button__button{border-radius:var(--u-radius);min-height:44px;font-family:var(--u-font-display);letter-spacing:.05em}.u-dynamic-checkout .shopify-payment-button__button--unbranded,.u-dynamic-checkout .shopify-payment-button__button--unbranded:hover:not([disabled]){display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:.7em 1.6em;border:1px solid var(--u-pink);border-radius:var(--u-radius);background:var(--u-pink);color:#fff;font-family:var(--u-font-display);font-weight:700;font-size:clamp(.875rem,1.15vw,1.0625rem);letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.u-dynamic-checkout .shopify-payment-button__button--unbranded:hover:not([disabled]),.u-dynamic-checkout .shopify-payment-button__button--unbranded:focus-visible{filter:brightness(1.1);box-shadow:0 0 18px rgba(var(--u-pink-rgb),.45)}.u-dynamic-checkout .shopify-payment-button__more-options{color:var(--u-text-muted);font-size:var(--u-fs-sm)}.reservation__status{margin:0;font-size:var(--u-fs-sm);text-align:center}.reservation__status:empty{display:none}.reservation__soldout{margin:0;padding:.6rem;text-align:center;font-family:var(--u-font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--u-text-muted);border:1px dashed var(--u-hairline);border-radius:var(--u-radius)}.reservation__notice{margin:0;padding:.6rem .75rem;font-size:var(--u-fs-sm);color:var(--u-cyan);background:rgba(var(--u-cyan-rgb),.08);border:1px dashed var(--u-card-border);border-radius:var(--u-radius)}.reservation__footnote{margin:0;font-size:var(--u-fs-xs);text-align:center}.reservation__checkout{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;height:100%}.reservation__checkout-title{font-size:.8125rem;letter-spacing:.14em;color:var(--u-cyan)}.reservation__checkout-icon{color:var(--u-cyan)}.reservation__checkout-icon .u-icon{width:2.4rem;height:2.4rem}.reservation__checkout-tagline{margin:0;font-size:var(--u-fs-sm);color:var(--u-text-muted)}.reservation__checkout-text{font-size:var(--u-fs-sm)}.reservation__checkout-note{margin:0;font-size:var(--u-fs-xs)}.u-payment-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.u-payment-icons svg{width:34px;height:auto;border-radius:3px}@media(min-width:750px){.reservation__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.reservation__grid{grid-template-columns:1fr 1fr .75fr}}.featured-product__grid{display:grid;gap:clamp(1.25rem,3vw,2.5rem);align-items:center}.featured-product__media{position:relative}.featured-product__media .u-media{overflow:hidden}.featured-product__badge{position:absolute;top:.75rem;left:.75rem;padding:.2rem .65rem;border-radius:999px;background:rgba(var(--u-bg-rgb),.85);border:1px solid var(--u-hairline);font-family:var(--u-font-display);font-size:var(--u-fs-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--u-text-muted)}.featured-product__info{display:grid;gap:.9rem;align-content:start}.featured-product__title{font-size:var(--u-fs-h3)}.featured-product__title a:hover{color:var(--u-cyan)}.featured-product__price{justify-content:flex-start}.featured-product__price .u-price__current{font-family:var(--u-font-display);font-size:clamp(1.5rem,3vw,2rem);color:var(--u-pink)}.featured-product__desc{margin:0;color:var(--u-text-muted)}.featured-product__form{display:grid;gap:.6rem;margin:0}.featured-product__qty{max-width:8rem}.featured-product__status{margin:0;font-size:var(--u-fs-sm)}.featured-product__status:empty{display:none}.featured-product__soldout{margin:0;padding:.6rem;text-align:center;font-family:var(--u-font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--u-text-muted);border:1px dashed var(--u-hairline);border-radius:var(--u-radius)}.featured-product__link{justify-self:start}@media(min-width:750px){.featured-product__grid{grid-template-columns:1fr 1fr}.featured-product__grid--right .featured-product__media{order:2}}.testimonials__grid{display:grid;gap:clamp(.875rem,2vw,1.25rem)}.testimonials__card{height:100%}.testimonials__figure{display:flex;flex-direction:column;gap:.75rem;height:100%;margin:0}.u-stars{display:flex;gap:.2rem;color:var(--u-pink)}.u-stars__star{width:1.1rem;height:1.1rem}.testimonials__quote{flex:1 1 auto;margin:0;font-size:var(--u-fs-sm);line-height:1.55}.testimonials__caption{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.testimonials__name{font-size:var(--u-fs-sm);color:var(--u-text-muted)}.testimonials__avatar{flex:0 0 auto;width:56px;height:56px;border-radius:50%;object-fit:cover;border:1px solid var(--u-hairline)}@media(min-width:750px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.feature-checklist__grid{display:grid;gap:clamp(1.25rem,3vw,2.25rem);align-items:center}.feature-checklist__list{font-size:var(--u-fs-sm)}.feature-checklist__gallery{display:grid;grid-template-columns:repeat(var(--gallery-count, 3),1fr);gap:.5rem}.feature-checklist__gallery-btn{display:block;width:100%;padding:0;border-radius:var(--u-radius);overflow:hidden;transition:transform .25s var(--u-ease),box-shadow .25s var(--u-ease)}.feature-checklist__gallery-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000080}@media(min-width:750px){.feature-checklist__grid{grid-template-columns:1fr 1.25fr}}.value-props__list{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2.5vw,1.5rem)}.value-props__item{display:grid;justify-items:center;gap:.5rem;padding-inline:clamp(.5rem,1.5vw,1rem);text-align:center;border-right:1px solid var(--u-hairline-soft)}.value-props__item:nth-child(2n),.value-props__item:last-child{border-right:0}.value-props__icon{color:var(--u-pink)}.value-props__icon .u-icon{width:2.1rem;height:2.1rem}.value-props__title{font-size:.75rem;letter-spacing:.1em;color:var(--u-pink)}.value-props__text{margin:0;font-size:var(--u-fs-sm);color:var(--u-text-muted);line-height:1.45}@media(min-width:750px){.value-props__list{grid-template-columns:repeat(var(--value-props-count, 5),1fr)}.value-props__item:nth-child(2n){border-right:1px solid var(--u-hairline-soft)}.value-props__item:last-child{border-right:0}}.neon-cta__panel{position:relative;display:flex;align-items:center;justify-content:center;gap:clamp(1rem,4vw,3rem);padding:clamp(1.75rem,4vw,3rem) clamp(1.25rem,4vw,3rem);border:2px solid var(--u-pink);border-radius:var(--u-radius-lg);background:radial-gradient(circle at 50% 120%,rgba(var(--u-pink-rgb),.12),transparent 65%),var(--u-surface);box-shadow:var(--u-glow-pink),inset 0 0 30px rgba(var(--u-pink-rgb),.12);text-align:center}.neon-cta__panel--animated{animation:neon-pulse 3.4s ease-in-out infinite}@keyframes neon-pulse{0%,to{box-shadow:var(--u-glow-pink),inset 0 0 30px rgba(var(--u-pink-rgb),.12)}50%{box-shadow:var(--u-glow-pink-strong),inset 0 0 40px rgba(var(--u-pink-rgb),.2)}}.neon-cta__palm{display:none;flex:0 0 auto;color:var(--u-pink);filter:drop-shadow(0 0 6px rgba(var(--u-pink-rgb),.9)) drop-shadow(0 0 18px rgba(var(--u-pink-rgb),.5))}.neon-cta__palm .u-icon{width:clamp(4.5rem,9vw,7.5rem);height:clamp(4.5rem,9vw,7.5rem);stroke-width:1.1}.neon-cta__content{flex:1 1 auto}.neon-cta__title{font-size:var(--u-fs-h2);color:var(--u-pink);text-shadow:0 0 18px rgba(var(--u-pink-rgb),.45)}.neon-cta__title span{display:block}.neon-cta__text{margin-top:.75rem;color:var(--u-text)}.neon-cta__btn{margin-top:1.4rem}@media(min-width:900px){.neon-cta__palm{display:block}}.final-cta{position:relative;isolation:isolate}.final-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.final-cta__bg .u-media{height:100%;border-radius:0}.final-cta__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to left,rgba(var(--u-bg-rgb),.55),rgba(var(--u-bg-rgb),.9) 45%,rgba(var(--u-bg-rgb),.98))}.final-cta__subheading{margin:-.5rem 0 1.5rem;text-align:center;color:var(--u-text-muted)}.final-cta__cta{display:flex;justify-content:center;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.final-cta__grid{display:grid;gap:clamp(1rem,2.5vw,1.75rem);align-items:start}.final-cta__details-heading{font-size:var(--u-fs-h3);color:var(--u-cyan)}.final-cta__details-text{margin:.35rem 0 1rem;color:var(--u-text-muted)}.final-cta__contact-list{display:grid;gap:.75rem;font-size:var(--u-fs-sm)}.final-cta__contact-list li{display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:center}.final-cta__contact-list .u-icon{width:1.05em;height:1.05em;color:var(--u-cyan)}.final-cta__contact-list a:hover{color:var(--u-cyan);text-decoration:underline}.final-cta__form{display:grid;gap:.65rem;margin:0}.final-cta__form-row{display:grid;gap:.65rem}.final-cta__submit{margin-top:.35rem}@media(min-width:600px){.final-cta__form-row{grid-template-columns:1fr 1fr}}@media(min-width:900px){.final-cta__grid{grid-template-columns:.85fr 1.15fr}}.booking__frame{position:relative;overflow:hidden;padding:clamp(.75rem,2vw,1.25rem)}.booking__frame--popup{padding:clamp(1.5rem,4vw,2.5rem)}.booking__loading{margin:0;padding:2rem 1rem;text-align:center;color:var(--u-text-muted);font-size:var(--u-fs-sm)}.booking__frame.is-loaded .booking__loading{display:none}.booking__inline{height:var(--booking-height-mobile, 1000px);min-height:var(--booking-height-mobile, 1000px);width:100%}.booking__inline iframe{display:block;width:100%;height:100%;border:0;border-radius:var(--u-radius)}.booking__fallback{display:grid;justify-items:center;gap:.85rem;padding:clamp(1.5rem,4vw,2.5rem) 1rem;text-align:center}.booking__fallback[hidden]{display:none}.booking__frame.is-fallback .booking__inline{height:0;min-height:0}.booking__popup{display:grid;justify-items:center;gap:1rem;text-align:center}.booking__popup-btn .u-icon{width:1.1em;height:1.1em}.booking__footnote{margin:.85rem 0 0;text-align:center;font-size:var(--u-fs-sm)}.booking__empty{text-align:center;color:var(--u-text-muted)}.booking__empty-title{margin-bottom:.5rem;font-size:var(--u-fs-h3);color:var(--u-cyan)}@media(min-width:750px){.booking__inline{height:var(--booking-height, 700px);min-height:var(--booking-height, 700px)}}.footer{margin-top:clamp(2rem,5vw,4rem);border-top:1px solid var(--u-hairline);font-size:var(--u-fs-sm)}.footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;padding-block:1.25rem}.footer__copyright{margin:0;color:var(--u-cyan)}.footer__nav-list{display:flex;flex-wrap:wrap;gap:1.25rem}.footer__nav-list a:hover{color:var(--u-cyan);text-decoration:underline}.footer__social{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.footer__social-link{display:grid;place-items:center;width:44px;height:44px;color:var(--u-text-muted);border-radius:var(--u-radius);transition:color .2s var(--u-ease),background-color .2s var(--u-ease)}.footer__social-link .u-icon{width:1.25rem;height:1.25rem}.footer__social-link:hover,.footer__social-link:focus-visible{color:var(--u-pink);background:rgba(var(--u-pink-rgb),.1)}.footer__payment{padding-bottom:1.25rem}.footer__payment .u-payment-icons{justify-content:flex-start}.page-header{padding-block:clamp(1.5rem,4vw,3rem) 0}.page-header__title{font-size:var(--u-fs-h2);color:var(--u-cyan)}.product{display:grid;gap:clamp(1.25rem,3vw,2.5rem);align-items:start}.product__gallery{display:grid;gap:.5rem}.product__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.5rem}.product__thumb{padding:0;border:1px solid transparent;border-radius:var(--u-radius);overflow:hidden}.product__thumb.is-active{border-color:var(--u-cyan)}.product__thumb img{display:block;width:100%;height:auto}.product__main{display:block;width:100%;padding:0;border:0;background:none;border-radius:var(--u-radius);cursor:zoom-in}.product__main:focus-visible{outline:2px solid var(--u-cyan);outline-offset:3px}.gallery-lightbox{padding:clamp(.5rem,3vw,2rem)}.gallery-lightbox__dialog{position:relative;display:grid;place-items:center;width:100%;height:100%}.gallery-lightbox__figure{display:grid;place-items:center;width:100%;height:100%;margin:0;touch-action:pan-y pinch-zoom}.gallery-lightbox__image{width:auto;height:auto;max-width:100%;max-height:calc(100vh - 7rem);border-radius:var(--u-radius);-webkit-user-select:none;user-select:none}.gallery-lightbox__close{top:0;right:0;z-index:2}.gallery-lightbox__nav{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:48px;height:48px;transform:translateY(-50%);border:1px solid var(--u-hairline);border-radius:50%;background:rgba(var(--u-bg-rgb),.72);color:var(--u-text);transition:color .2s var(--u-ease),border-color .2s var(--u-ease)}.gallery-lightbox__nav:hover,.gallery-lightbox__nav:focus-visible{color:var(--u-cyan);border-color:var(--u-cyan)}.gallery-lightbox__nav .u-icon{width:1.4rem;height:1.4rem}.gallery-lightbox__nav--prev{left:.25rem}.gallery-lightbox__nav--prev .u-icon{transform:scaleX(-1)}.gallery-lightbox__nav--next{right:.25rem}.gallery-lightbox__count{position:absolute;bottom:0;left:50%;margin:0;transform:translate(-50%);font-size:var(--u-fs-sm);color:var(--u-text-muted)}.product__title{font-size:var(--u-fs-h2)}.product__price{margin:.75rem 0 1.25rem;justify-content:flex-start}.product__price .u-price__current{font-family:var(--u-font-display);font-size:clamp(1.5rem,3vw,2rem);color:var(--u-pink)}.product__form{display:grid;gap:.75rem;margin:1.25rem 0}.product__variants{display:grid;gap:.75rem}.product__qty{max-width:8rem}.product__description{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--u-hairline-soft)}@media(min-width:750px){.product{grid-template-columns:1.1fr 1fr}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:clamp(.875rem,2vw,1.25rem)}.product-card{display:flex;flex-direction:column;gap:.6rem;height:100%}.product-card__media{border-radius:var(--u-radius);overflow:hidden}.product-card__title{font-size:1rem;line-height:1.25}.product-card:hover .product-card__title{color:var(--u-cyan)}.product-card__price{justify-content:flex-start;color:var(--u-pink);font-family:var(--u-font-display)}.product-card__badge{align-self:flex-start;padding:.1rem .5rem;border:1px solid var(--u-hairline);border-radius:999px;font-size:var(--u-fs-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--u-text-muted)}.cart__items{display:grid;gap:1rem}.cart__item{display:grid;grid-template-columns:84px 1fr;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--u-hairline-soft);align-items:start}.cart__item-title{font-size:1rem}.cart__item-meta{font-size:var(--u-fs-sm);color:var(--u-text-muted)}.cart__item-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem}.cart__qty{width:5.5rem}.cart__remove{font-size:var(--u-fs-sm);color:var(--u-text-muted);text-decoration:underline}.cart__remove:hover{color:var(--u-pink)}.cart__footer{display:grid;gap:1rem;margin-top:1.5rem;justify-items:end;text-align:right}.cart__subtotal{font-family:var(--u-font-display);font-size:var(--u-fs-h3)}.cart__note{color:var(--u-text-muted);font-size:var(--u-fs-sm)}.cart__empty{display:grid;justify-items:center;gap:1rem;padding-block:clamp(2rem,6vw,4rem);text-align:center}.content-page{max-width:70ch;margin-inline:auto}.content-page__title{margin-bottom:1.25rem;font-size:var(--u-fs-h2);color:var(--u-cyan)}.auth-form{max-width:26rem;margin-inline:auto;display:grid;gap:.75rem}.auth-form__title{font-size:var(--u-fs-h2);color:var(--u-cyan);text-align:center;margin-bottom:.5rem}.auth-form__links{display:flex;justify-content:space-between;gap:1rem;font-size:var(--u-fs-sm);color:var(--u-text-muted)}.auth-form__links a:hover{color:var(--u-cyan);text-decoration:underline}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:var(--u-fs-sm);min-width:34rem}.data-table th,.data-table td{padding:.65rem .75rem;border-bottom:1px solid var(--u-hairline-soft);text-align:left}.data-table th{font-family:var(--u-font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--u-cyan)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination a,.pagination span{display:grid;place-items:center;min-width:40px;height:40px;padding-inline:.5rem;border:1px solid var(--u-hairline-soft);border-radius:var(--u-radius);font-size:var(--u-fs-sm)}.pagination .is-current{border-color:var(--u-cyan);color:var(--u-cyan)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:clamp(1rem,2.5vw,1.5rem)}.article-card__title{margin-top:.6rem;font-size:1.05rem}.article-card__meta{font-size:var(--u-fs-xs);color:var(--u-text-muted);letter-spacing:.08em;text-transform:uppercase}.search-form{display:flex;gap:.5rem;max-width:34rem;margin:0 auto 2rem}.error-page{display:grid;justify-items:center;gap:1rem;padding-block:clamp(3rem,10vw,6rem);text-align:center}.error-page__code{font-family:var(--u-font-display);font-size:clamp(4rem,14vw,8rem);line-height:1;color:var(--u-pink);text-shadow:var(--u-glow-pink)}.password-page{display:grid;place-items:center;min-height:100vh;padding:var(--u-gutter);text-align:center}.password-page__inner{display:grid;gap:1.25rem;max-width:28rem}.customizer [hidden]{display:none!important}.customizer__layout{display:grid;gap:clamp(1.5rem,4vw,3rem);align-items:start}@media(min-width:900px){.customizer__layout{grid-template-columns:minmax(0,1.35fr) minmax(18rem,1fr)}.customizer__preview{position:sticky;top:6rem}}.customizer__stage{position:relative;overflow:hidden;border:1px solid var(--u-card-border);border-radius:var(--u-radius-lg);background:var(--u-surface);box-shadow:var(--u-glow-cyan)}.customizer__plate{display:block;width:100%;height:auto}.customizer__stage-empty{display:grid;place-items:center;aspect-ratio:3 / 2;padding:var(--u-gutter);color:var(--u-text-muted);text-align:center}.customizer__caption{display:flex;flex-wrap:wrap;gap:.35rem .75rem;align-items:baseline;margin-top:.85rem;font-size:var(--u-fs-sm);color:var(--u-text)}.customizer__approx{color:var(--u-text-muted);font-size:var(--u-fs-xs)}.customizer__disclaimer{margin:.5rem 0 0;font-size:var(--u-fs-xs);font-style:italic;line-height:1.5;color:var(--u-text-muted)}.customizer__group{margin:0 0 1.75rem;padding:0;border:0}.customizer__group[hidden]{display:none}.customizer__legend{padding:0;margin-bottom:.75rem;font-family:var(--u-font-display);font-weight:var(--u-font-display-weight);font-size:var(--u-fs-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--u-cyan)}.customizer__options{display:grid;gap:.6rem}.customizer__options--material{grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr))}.customizer__options--color{grid-template-columns:repeat(auto-fit,minmax(6.25rem,1fr))}.customizer__option{position:relative;display:block;cursor:pointer}.customizer__option input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.customizer__option-body{display:grid;gap:.5rem;justify-items:center;padding:.6rem .4rem;text-align:center;border:1px solid var(--u-hairline-soft);border-radius:var(--u-radius);background:var(--u-surface);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.customizer__option:hover .customizer__option-body{border-color:var(--u-hairline)}.customizer__option input:checked+.customizer__option-body{border-color:var(--u-pink);box-shadow:var(--u-glow-pink)}.customizer__option input:focus-visible+.customizer__option-body{outline:2px solid var(--u-cyan);outline-offset:2px}.customizer__swatch{display:block;width:100%;aspect-ratio:3 / 2;border-radius:calc(var(--u-radius) - 2px);box-shadow:inset 0 0 0 1px #ffffff2e}.customizer__swatch--dot{width:2.25rem;aspect-ratio:1;border-radius:50%}.customizer__swatch--img{object-fit:cover}.customizer__option-label{font-size:var(--u-fs-xs);line-height:1.25;color:var(--u-text)}.customizer__note{margin:.6rem 0 0;font-size:var(--u-fs-xs);color:var(--u-text-muted)}.customizer__actions{padding-top:1.25rem;border-top:1px solid var(--u-hairline-soft)}.customizer__form{display:grid;gap:.75rem;margin:0}.customizer__price{display:grid;gap:.35rem;margin:.15rem 0 0;text-align:center}.customizer__price-note{font-size:var(--u-fs-xs);color:var(--u-text-muted)}.customizer__share{display:inline-flex;gap:.4rem;align-items:center;margin-top:1rem;padding:0;font-size:var(--u-fs-xs);color:var(--u-text-muted);background:none;border:0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.customizer__share:hover{color:var(--u-cyan)}.customizer__share-icon{width:.85rem;height:.85rem}.customizer__status{min-height:1.2em;margin:.5rem 0 0;font-size:var(--u-fs-xs);color:var(--u-text-muted);overflow-wrap:anywhere}@media(prefers-reduced-motion:reduce){.customizer__option-body{transition:none}}.cart__item-properties{display:grid;grid-template-columns:auto 1fr;gap:.15rem .6rem;margin:.35rem 0 .5rem;font-size:var(--u-fs-xs)}.cart__item-properties dt{color:var(--u-text-muted)}.cart__item-properties dd{margin:0;color:var(--u-text)}.customizer__model{display:flex;justify-content:flex-end;margin-bottom:1rem}.customizer__model-switch{font-size:var(--u-fs-xs);color:var(--u-text-muted)}.customizer__model-switch:hover{color:var(--u-cyan)}.customizer__options--purchase{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr))}.customizer__option-body--purchase{gap:.2rem;padding:.75rem .6rem}.customizer__purchase-title{font-size:var(--u-fs-sm);font-weight:700;color:var(--u-text)}.customizer__purchase-price{font-size:var(--u-fs-sm);color:var(--u-cyan)}.customizer__option input:disabled+.customizer__option-body{opacity:.45;cursor:not-allowed}[data-customizer-heading][data-model-pending] .u-heading__text{visibility:hidden;animation:customizer-heading-failsafe 0s 2.5s forwards}@keyframes customizer-heading-failsafe{to{visibility:visible}}.customizer__stage{isolation:isolate}.customizer__tint{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:var(--tint, transparent);mix-blend-mode:multiply;-webkit-mask-image:var(--mask);mask-image:var(--mask);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transition:background-color .2s ease}@media(prefers-reduced-motion:reduce){.customizer__tint{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/utopia-sections.css.map */
