.cart-page{position:relative;width:100%;background-color:var(--aq-foam);color:var(--aq-text-on-light);padding:var(--aq-section-py) var(--aq-section-px)}.cart-page__inner{max-width:1200px;margin:0 auto}.cart-page__title{margin:0 0 clamp(28px,4vh,48px);font-family:var(--aq-font-display);font-size:var(--aq-text-h2);font-weight:800;letter-spacing:var(--aq-letter-tighter);color:var(--aq-text-on-light)}.cart-page__layout{display:grid;grid-template-columns:1fr;gap:clamp(24px,4vw,48px);align-items:start}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;gap:clamp(14px,2vw,24px);padding:clamp(14px,2vw,20px);background-color:#fff;border:1px solid rgba(10,37,64,.08);border-radius:var(--aq-radius-lg);box-shadow:var(--aq-shadow-soft)}.cart-item__media{flex:0 0 auto;display:block;width:clamp(88px,12vw,120px);aspect-ratio:1 / 1;border-radius:var(--aq-radius-md);overflow:hidden;background-color:var(--aq-foam-deep)}.cart-item__img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__img--placeholder{width:100%;height:100%;background:linear-gradient(160deg,var(--aq-navy) 0%,var(--aq-navy-deep) 100%)}.cart-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.6rem}.cart-item__head{display:flex;flex-direction:column;gap:.2rem}.cart-item__name{margin:0;font-family:var(--aq-font-display);font-size:1.0625rem;font-weight:700;line-height:1.25;letter-spacing:var(--aq-letter-tight)}.cart-item__name a{color:var(--aq-text-on-light);text-decoration:none}.cart-item__name a:hover,.cart-item__name a:focus-visible{color:var(--aq-cyan)}.cart-item__variant{margin:0;font-size:var(--aq-text-small);color:var(--aq-text-on-light-muted)}.cart-item__unit{margin:.1rem 0 0;font-size:var(--aq-text-small);color:var(--aq-text-on-light-muted)}.cart-item__controls{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cart-qty{display:inline-flex;align-items:center;gap:8px}.cart-qty__input{width:72px;padding:.55rem .6rem;font-family:var(--aq-font-body);font-size:1rem;text-align:center;color:var(--aq-text-on-light);background-color:var(--aq-foam);border:1px solid rgba(10,37,64,.18);border-radius:var(--aq-radius-sm);-moz-appearance:textfield}.cart-qty__input::-webkit-outer-spin-button,.cart-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-qty__input:focus{outline:none;border-color:var(--aq-cyan);box-shadow:0 0 0 3px var(--aq-cyan-soft)}.cart-qty__update{padding:.5rem .85rem;font-family:var(--aq-font-body);font-size:var(--aq-text-small);font-weight:600;color:var(--aq-text-on-light);background-color:transparent;border:1px solid rgba(10,37,64,.2);border-radius:var(--aq-radius-pill);cursor:pointer;transition:border-color .2s var(--aq-ease-out),color .2s var(--aq-ease-out)}.cart-qty__update:hover,.cart-qty__update:focus-visible{border-color:var(--aq-cyan);color:var(--aq-cyan);outline:none}.cart-item__line-total{margin:0;font-family:var(--aq-font-display);font-size:1.125rem;font-weight:700;color:var(--aq-text-on-light);letter-spacing:var(--aq-letter-tight)}.cart-item__remove{align-self:flex-start;font-size:var(--aq-text-small);color:var(--aq-text-on-light-muted);text-decoration:underline;text-underline-offset:3px;transition:color .2s var(--aq-ease-out)}.cart-item__remove:hover,.cart-item__remove:focus-visible{color:var(--aq-coral)}.cart-summary{display:flex;flex-direction:column;gap:16px}.cart-summary__card{background-color:var(--aq-navy);color:var(--aq-text-on-dark);border-radius:var(--aq-radius-lg);padding:clamp(20px,3vw,32px);box-shadow:var(--aq-shadow-medium)}.cart-summary__title{margin:0 0 1.25rem;font-family:var(--aq-font-display);font-size:var(--aq-text-h3);font-weight:700;color:var(--aq-text-on-dark)}.cart-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:1rem;color:var(--aq-text-on-dark-muted)}.cart-summary__subtotal{font-family:var(--aq-font-display);font-size:1.5rem;font-weight:700;color:var(--aq-text-on-dark);letter-spacing:var(--aq-letter-tight)}.cart-summary__shipping{margin:.75rem 0 1.5rem;font-size:var(--aq-text-small);line-height:1.5;color:var(--aq-text-on-dark-muted)}.cart-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.05rem 1.5rem;font-family:var(--aq-font-display);font-size:1.0625rem;font-weight:700;text-decoration:none;border:none;border-radius:var(--aq-radius-pill);cursor:pointer;transition:transform .2s var(--aq-ease-out),background-color .25s var(--aq-ease-out),box-shadow .25s var(--aq-ease-out)}.cart-btn--cta{color:#fff;background-color:var(--aq-coral);box-shadow:var(--aq-glow-coral)}.cart-btn--cta:hover{background-color:var(--aq-coral-hover);transform:translateY(-2px);box-shadow:var(--aq-glow-coral-hover)}.cart-btn--cta:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:3px}.cart-summary__checkout{width:100%}.cart-trust{list-style:none;margin:0;padding:clamp(16px,2vw,22px);display:flex;flex-direction:column;gap:.9rem;background-color:#fff;border:1px solid rgba(10,37,64,.08);border-radius:var(--aq-radius-lg)}.cart-trust__item{display:flex;align-items:center;gap:.75rem;font-size:var(--aq-text-small);font-weight:600;color:var(--aq-text-on-light)}.cart-trust__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background-color:var(--aq-cyan-soft);color:var(--aq-cyan)}.cart-trust__icon>svg{width:18px;height:18px}.cart-empty{text-align:center;max-width:480px;margin:clamp(20px,5vh,56px) auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-empty__title{margin:0;font-family:var(--aq-font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light)}.cart-empty__text{margin:0 0 .5rem;font-size:1.0625rem;line-height:1.5;color:var(--aq-text-on-light-muted)}@media(min-width:860px){.cart-page__layout{grid-template-columns:1fr minmax(320px,380px)}.cart-summary{position:sticky;top:24px}}@media(max-width:639px){.cart-page{padding:var(--aq-section-py) 16px}.cart-item__controls{justify-content:space-between}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.cart-btn,.cart-qty__update,.cart-item__remove{transition:none}.cart-btn--cta:hover{transform:none}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact{position:relative;width:100%;background-color:var(--aq-foam);color:var(--aq-text-on-light);padding:var(--aq-section-py) var(--aq-section-px)}.contact__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(40px,6vh,72px)}.contact__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:720px;margin:0 auto}.contact__eyebrow{margin:0;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600}.contact__heading{margin:0;font-family:var(--aq-font-display);font-size:var(--aq-text-h2);line-height:1.08;font-weight:800;letter-spacing:var(--aq-letter-tighter);color:var(--aq-text-on-light);text-wrap:balance}.contact__subheading{margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.5;color:var(--aq-text-on-light-muted);max-width:56ch}.contact__cols{display:grid;grid-template-columns:1fr;gap:clamp(24px,4vw,48px);align-items:start}.contact__info{background-color:var(--aq-navy);color:var(--aq-text-on-dark);border-radius:var(--aq-radius-lg);padding:clamp(24px,3.5vw,40px);box-shadow:var(--aq-shadow-medium)}.contact__info-title{margin:0 0 1.5rem;font-family:var(--aq-font-display);font-size:var(--aq-text-h3);font-weight:700;color:var(--aq-text-on-dark)}.contact__info-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.contact__info-item{display:flex;flex-direction:column;gap:.25rem}.contact__info-label{font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600}.contact__info-value{font-size:1.0625rem;line-height:1.5;color:var(--aq-text-on-dark)}.contact__info-link{color:var(--aq-cyan);text-decoration:underline;text-underline-offset:3px}.contact__info-link:hover,.contact__info-link:focus-visible{color:var(--aq-cyan-bright)}.contact__form-wrap{background-color:#fff;border-radius:var(--aq-radius-lg);padding:clamp(24px,3.5vw,40px);box-shadow:var(--aq-shadow-soft)}.contact__form-title{margin:0 0 1.5rem;font-family:var(--aq-font-display);font-size:var(--aq-text-h3);font-weight:700;color:var(--aq-text-on-light)}.contact__form{display:flex;flex-direction:column;gap:1.1rem}.contact__field{display:flex;flex-direction:column;gap:.4rem}.contact__label{font-size:var(--aq-text-small);font-weight:600;color:var(--aq-text-on-light)}.contact__input{width:100%;padding:.85rem 1rem;font-family:var(--aq-font-body);font-size:1rem;color:var(--aq-text-on-light);background-color:var(--aq-foam);border:1px solid rgba(10,37,64,.15);border-radius:var(--aq-radius-sm);transition:border-color .2s var(--aq-ease-out),box-shadow .2s var(--aq-ease-out)}.contact__input::placeholder{color:#1a567f80}.contact__input:focus{outline:none;border-color:var(--aq-cyan);box-shadow:0 0 0 3px var(--aq-cyan-soft)}.contact__textarea{resize:vertical;min-height:140px}.contact__submit{margin-top:.4rem;align-self:flex-start;padding:.95rem 2rem;font-family:var(--aq-font-display);font-size:1.0625rem;font-weight:700;color:#fff;background-color:var(--aq-coral);border:none;border-radius:var(--aq-radius-pill);cursor:pointer;box-shadow:var(--aq-glow-coral);transition:transform .2s var(--aq-ease-out),background-color .25s var(--aq-ease-out),box-shadow .25s var(--aq-ease-out)}.contact__submit:hover{background-color:var(--aq-coral-hover);transform:translateY(-2px);box-shadow:var(--aq-glow-coral-hover)}.contact__submit:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:3px}.contact__success{margin:0;padding:1rem 1.25rem;background-color:var(--aq-cyan-soft);border-left:3px solid var(--aq-cyan);border-radius:var(--aq-radius-sm);color:var(--aq-text-on-light);font-weight:600}.contact__errors{margin:0;padding:1rem 1.25rem;background-color:#ff6b3d1a;border-left:3px solid var(--aq-coral);border-radius:var(--aq-radius-sm);color:var(--aq-text-on-light)}.contact__errors ul{margin:0;padding-left:1.1rem}.contact__faq{width:100%}.contact__faq-title{margin:0 0 1.25rem;font-family:var(--aq-font-display);font-size:clamp(1.5rem,2.6vw,2rem);font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light);text-align:center}.contact__faq-list{max-width:760px;margin:0 auto;border-top:1px solid rgba(10,37,64,.1)}.contact__faq-item{border-bottom:1px solid rgba(10,37,64,.1)}.contact__faq-q{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.15rem .25rem;font-family:var(--aq-font-display);font-size:1.0625rem;line-height:1.35;font-weight:600;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light);transition:color .2s var(--aq-ease-out)}.contact__faq-q::-webkit-details-marker{display:none}.contact__faq-q:hover{color:var(--aq-cyan)}.contact__faq-q:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:4px;border-radius:4px}.contact__faq-q-text{flex:1;text-wrap:balance}.contact__faq-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background-color:var(--aq-cyan-soft);color:var(--aq-cyan);transition:transform .3s var(--aq-ease-out),background-color .2s var(--aq-ease-out),box-shadow .3s var(--aq-ease-out)}.contact__faq-icon>svg{width:16px;height:16px}.contact__faq-item[open] .contact__faq-icon{transform:rotate(180deg);background-color:var(--aq-cyan);color:#fff;box-shadow:var(--aq-glow-cyan)}.contact__faq-a{padding:0 .25rem 1.5rem;font-size:1rem;line-height:1.6;color:var(--aq-text-on-light-muted);max-width:64ch}.contact__faq-item[open] .contact__faq-a{animation:aq-contact-reveal .3s var(--aq-ease-out)}.contact__faq-a p{margin:0}.contact__faq-a p+p{margin-top:.65rem}.contact__faq-a a{color:var(--aq-cyan);text-decoration:underline;text-underline-offset:3px}@keyframes aq-contact-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:639px){.contact{padding:var(--aq-section-py) 16px}}@media(prefers-reduced-motion:reduce){.contact__faq-icon,.contact__faq-q,.contact__input,.contact__submit{transition:none}.contact__submit:hover{transform:none}.contact__faq-item[open] .contact__faq-a{animation:none}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq{position:relative;width:100%;background-color:var(--aq-foam);color:var(--aq-text-on-light);padding:var(--aq-section-py) var(--aq-section-px);padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height))}.faq__inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(40px,6vh,64px)}.faq__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.faq__eyebrow{margin:0;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600}.faq__heading{margin:0;font-family:var(--aq-font-display);font-size:clamp(1.875rem,3.5vw,2.5rem);line-height:1.08;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light);text-wrap:balance}.faq__subheading{margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.5;color:var(--aq-text-on-light-muted);max-width:56ch}.faq__list{border-top:1px solid rgba(10,37,64,.1)}.faq__item{border-bottom:1px solid rgba(10,37,64,.1)}.faq__question{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.25rem .25rem;font-family:var(--aq-font-display);font-size:1.0625rem;line-height:1.35;font-weight:600;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light);transition:color .2s var(--aq-ease-out)}.faq__question::-webkit-details-marker{display:none}.faq__question:hover{color:var(--aq-cyan)}.faq__question:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:4px;border-radius:4px}.faq__question-text{flex:1;text-wrap:balance}.faq__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background-color:var(--aq-cyan-soft);color:var(--aq-cyan);transition:transform .3s var(--aq-ease-out),background-color .2s var(--aq-ease-out),box-shadow .3s var(--aq-ease-out)}.faq__icon>svg{width:16px;height:16px}.faq__item[open] .faq__icon{transform:rotate(180deg);background-color:var(--aq-cyan);color:#fff;box-shadow:var(--aq-glow-cyan)}.faq__answer{padding:0 .25rem 1.5rem;font-size:1rem;line-height:1.6;color:var(--aq-text-on-light-muted);max-width:60ch}.faq__item[open] .faq__answer{animation:aq-faq-reveal .3s var(--aq-ease-out)}.faq__answer p{margin:0}.faq__answer p+p{margin-top:.65rem}.faq__answer a{color:var(--aq-cyan);text-decoration:underline;text-underline-offset:3px}.faq__answer a:hover,.faq__answer a:focus-visible{color:var(--aq-text-on-light)}.faq__answer strong,.faq__answer b{color:var(--aq-text-on-light);font-weight:700}@keyframes aq-faq-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:639px){.faq{padding:var(--aq-section-py) 16px;padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height))}.faq__question{font-size:1rem;padding:1.1rem .15rem;gap:1rem}.faq__icon{width:28px;height:28px}.faq__icon>svg{width:14px;height:14px}}@media(prefers-reduced-motion:reduce){.faq__icon,.faq__question{transition:none}.faq__item[open] .faq__answer{animation:none}}.features-grid{position:relative;width:100%;background-color:var(--aq-foam);color:var(--aq-text-on-light);padding:var(--aq-section-py) var(--aq-section-px);padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height))}.features-grid__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(56px,8vh,96px)}.features-grid__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:720px;margin:0 auto}.features-grid__eyebrow{margin:0;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600}.features-grid__heading{margin:0;font-family:var(--aq-font-display);font-size:var(--aq-text-h2);line-height:1.08;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light);text-wrap:balance}.features-grid__subheading{margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.5;color:var(--aq-text-on-light-muted);max-width:56ch}.features-grid__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--features-columns-desktop, 3),1fr);gap:clamp(16px,2vw,24px)}.features-grid__card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:clamp(24px,3vw,36px);background-color:#fff;border:1px solid rgba(10,37,64,.08);border-radius:var(--aq-radius-lg);box-shadow:var(--aq-shadow-soft);transition:transform .3s var(--aq-ease-out),box-shadow .3s var(--aq-ease-out),border-color .3s var(--aq-ease-out)}.features-grid__card:hover,.features-grid__card:focus-within{transform:translateY(-4px);box-shadow:var(--aq-shadow-medium);border-color:#1fd1d966}.features-grid__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--aq-radius-md);background:linear-gradient(135deg,#1fd1d924,#1fd1d90d);color:var(--aq-cyan);margin-bottom:.5rem;box-shadow:inset 0 0 0 1px #1fd1d91f;transition:box-shadow .3s var(--aq-ease-out)}.features-grid__card:hover .features-grid__icon,.features-grid__card:focus-within .features-grid__icon{box-shadow:inset 0 0 0 1px #1fd1d938}.features-grid__icon>svg{width:28px;height:28px}.features-grid__card-title{margin:0;font-family:var(--aq-font-display);font-size:1.1875rem;line-height:1.25;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light)}.features-grid__card-text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--aq-text-on-light-muted)}@media(max-width:1023px){.features-grid__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.features-grid{padding:clamp(48px,8vh,80px) 16px;padding-bottom:calc(clamp(48px,8vh,80px) + var(--aq-divider-height))}.features-grid__list{grid-template-columns:1fr;gap:14px}.features-grid__card{padding:24px}.features-grid__icon{width:48px;height:48px;border-radius:12px}.features-grid__icon>svg{width:24px;height:24px}}@media(prefers-reduced-motion:reduce){.features-grid__card,.features-grid__icon{transition:none}.features-grid__card:hover,.features-grid__card:focus-within{transform:none}}.final-cta{position:relative;width:100%;overflow:hidden;background-color:var(--aq-abyss);color:var(--aq-text-on-dark);isolation:isolate}.final-cta__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden}.final-cta__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.final-cta__image--placeholder{background:radial-gradient(ellipse at 18% 18%,rgba(75,225,232,.22),transparent 50%),radial-gradient(ellipse at 85% 85%,var(--aq-abyss),transparent 60%),linear-gradient(180deg,var(--aq-navy) 0%,var(--aq-navy-deep) 50%,var(--aq-abyss) 100%)}.final-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#02101ff5,#02101fd1 16%,#0a254073 50%,#02101feb),radial-gradient(ellipse at center,transparent 0%,rgba(2,16,31,.6) 100%);pointer-events:none}.final-cta__content{position:relative;display:grid;grid-template-columns:var(--content-grid);width:100%;padding:clamp(112px,18vh,224px) 0;z-index:1}.final-cta__inner{grid-column:2;max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.final-cta__eyebrow{margin:0;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600;text-shadow:0 0 6px rgba(31,209,217,.22)}.final-cta__eyebrow:before,.final-cta__eyebrow:after{content:"";display:inline-block;width:32px;height:2px;background:linear-gradient(90deg,transparent,var(--aq-cyan));vertical-align:middle;margin-right:14px}.final-cta__eyebrow:after{background:linear-gradient(90deg,var(--aq-cyan),transparent);margin-right:0;margin-left:14px}.final-cta__title{margin:0;font-family:var(--aq-font-display);font-size:var(--aq-text-display);line-height:.98;letter-spacing:var(--aq-letter-tighter);font-weight:700;color:var(--aq-text-on-dark);text-wrap:balance;text-shadow:0 4px 36px rgba(0,0,0,.5)}.final-cta__subtitle{margin:0;max-width:52ch;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.5;color:var(--aq-text-on-dark-muted)}.final-cta__actions{margin-top:.85rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.final-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.1rem 1.95rem;font-family:var(--aq-font-display);font-size:1rem;font-weight:600;letter-spacing:.03em;text-decoration:none;border-radius:var(--aq-radius-pill);transition:transform .3s var(--aq-ease-out),background-color .3s var(--aq-ease-out),border-color .3s var(--aq-ease-out),box-shadow .3s var(--aq-ease-out),color .3s var(--aq-ease-out)}.final-cta__btn--primary{background-color:var(--aq-coral);color:var(--aq-text-on-dark);box-shadow:var(--aq-glow-coral),inset 0 1px #ffffff2e}.final-cta__btn--primary:hover,.final-cta__btn--primary:focus-visible{background-color:var(--aq-coral-hover);transform:translateY(-3px);box-shadow:var(--aq-glow-coral-hover);outline:none}.final-cta__btn--secondary{background-color:#ffffff14;color:var(--aq-text-on-dark);border:1px solid rgba(255,255,255,.32);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.final-cta__btn--secondary:hover,.final-cta__btn--secondary:focus-visible{background-color:#ffffff29;border-color:var(--aq-cyan);transform:translateY(-3px);box-shadow:var(--aq-glow-cyan);outline:none}.final-cta__btn-icon{width:18px;height:18px;transition:transform .3s var(--aq-ease-out)}.final-cta__btn--primary:hover .final-cta__btn-icon,.final-cta__btn--primary:focus-visible .final-cta__btn-icon{transform:translate(5px)}@media(max-width:767px){.final-cta__content{padding:clamp(80px,14vh,144px) 0}.final-cta__inner{gap:1.15rem}.final-cta__title{font-size:clamp(1.875rem,8vw,2.875rem)}.final-cta__subtitle{font-size:.9375rem;max-width:36ch}.final-cta__eyebrow:before,.final-cta__eyebrow:after{width:20px;margin-right:10px}.final-cta__eyebrow:after{margin-right:0;margin-left:10px}.final-cta__actions{width:100%;flex-direction:column;align-items:stretch;gap:.65rem}.final-cta__btn{width:100%;padding:1rem 1.5rem}}@media(prefers-reduced-motion:reduce){.final-cta__btn,.final-cta__btn-icon{transition:none}.final-cta__btn:hover,.final-cta__btn:focus-visible{transform:none}.final-cta__btn--primary:hover .final-cta__btn-icon,.final-cta__btn--primary:focus-visible .final-cta__btn-icon{transform:none}}.aq-foot{position:relative;overflow:hidden;isolation:isolate;background:var(--aq-abyss);color:var(--aq-text-on-dark-muted)}.aq-foot__inner{position:relative;z-index:1;max-width:var(--page-width);margin:0 auto;padding:clamp(48px,7vh,88px) var(--aq-section-px) clamp(24px,4vh,40px)}.aq-foot__grid{display:grid;grid-template-columns:1fr;gap:clamp(8px,2vw,40px)}.aq-foot__brand{margin-bottom:8px}.aq-foot__logo{display:inline-block;text-decoration:none}.aq-foot__wordmark{font-family:var(--aq-font-display);font-weight:700;font-size:1.5rem;letter-spacing:.16em;text-transform:uppercase;color:var(--aq-text-on-dark)}.aq-foot__dot{color:var(--aq-cyan)}.aq-foot__tagline{margin:14px 0 8px;font-family:var(--aq-font-display);font-size:1.05rem;color:var(--aq-cyan);letter-spacing:.01em}.aq-foot__desc{margin:0;max-width:34ch;font-size:.92rem;line-height:1.6;color:var(--aq-text-on-dark-muted)}.aq-foot__col{border-bottom:1px solid rgba(255,255,255,.08)}.aq-foot__accsum{display:flex;align-items:center;justify-content:space-between;padding:16px 0;cursor:pointer;list-style:none}.aq-foot__accsum::-webkit-details-marker{display:none}.aq-foot__coltitle{font-family:var(--aq-font-display);font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--aq-text-on-dark)}.aq-foot__accicon{display:inline-flex;width:20px;height:20px;color:var(--aq-cyan);transition:transform .24s var(--aq-ease-out)}.aq-foot__accicon svg{width:100%;height:100%}details[open]>.aq-foot__accsum .aq-foot__accicon{transform:rotate(180deg)}.aq-foot__list{list-style:none;margin:0;padding:0 0 16px;display:flex;flex-direction:column;gap:10px}.aq-foot__link{color:var(--aq-text-on-dark-muted);text-decoration:none;font-size:.95rem;transition:color .2s var(--aq-ease-out)}.aq-foot__link:hover,.aq-foot__link:focus-visible{color:var(--aq-cyan)}.aq-foot__colbody{padding-bottom:16px}.aq-foot__newstext{margin:0 0 12px;font-size:.92rem;line-height:1.6}.aq-foot__newsrow{display:flex;gap:8px;max-width:360px}.aq-foot__newsinput{flex:1;min-width:0;padding:12px 16px;border:1px solid rgba(255,255,255,.18);border-radius:var(--aq-radius-pill);background:#ffffff0f;color:var(--aq-text-on-dark);font-size:.95rem}.aq-foot__newsinput::placeholder{color:#ffffff80}.aq-foot__newsinput:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:1px}.aq-foot__newsbtn{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border:0;border-radius:var(--aq-radius-pill);background:var(--aq-cyan);color:var(--aq-navy);font-weight:700;cursor:pointer;transition:background-color .2s var(--aq-ease-out),box-shadow .2s var(--aq-ease-out)}.aq-foot__newsbtn:hover,.aq-foot__newsbtn:focus-visible{background:var(--aq-cyan-bright);box-shadow:var(--aq-glow-cyan)}.aq-foot__newsbtnicon{display:none;width:20px;height:20px}.aq-foot__newssuccess{margin:0;padding:12px 16px;border-radius:var(--aq-radius-md);background:var(--aq-cyan-soft);color:var(--aq-text-on-dark);font-size:.92rem}.aq-foot__newserror{margin:10px 0 0;color:var(--aq-coral-hover);font-size:.85rem}.aq-foot__social{list-style:none;margin:18px 0 0;padding:0;display:flex;gap:10px}.aq-foot__sociallink{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--aq-text-on-dark);border:1px solid rgba(255,255,255,.16);border-radius:var(--aq-radius-pill);transition:color .2s var(--aq-ease-out),border-color .2s var(--aq-ease-out),background-color .2s var(--aq-ease-out)}.aq-foot__sociallink svg{width:22px;height:22px}.aq-foot__sociallink:hover,.aq-foot__sociallink:focus-visible{color:var(--aq-cyan);border-color:var(--aq-cyan);background:#ffffff0a}.aq-foot__bar{margin-top:clamp(24px,4vh,40px);padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.aq-foot__copy{margin:0;font-size:.85rem;color:#ffffff8c}.aq-foot__payment{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.aq-foot__payment svg{width:38px;height:auto;border-radius:4px}@media(min-width:768px){.aq-foot__grid{grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:clamp(24px,3vw,56px);align-items:start}.aq-foot__col{border-bottom:0}.aq-foot__accsum{padding:0 0 18px;cursor:default;pointer-events:none}.aq-foot__accicon{display:none}.aq-foot__bar{flex-direction:row;justify-content:space-between;text-align:left}.aq-foot__newsbtntext{display:inline}}@media(prefers-reduced-motion:reduce){.aq-foot__accicon,.aq-foot__link,.aq-foot__newsbtn,.aq-foot__sociallink{transition:none!important}}.aq-skip-link{position:absolute;left:8px;top:-48px;z-index:1100;padding:10px 16px;background:var(--aq-cyan);color:var(--aq-navy);border-radius:var(--aq-radius-sm);font-weight:600;transition:top .15s var(--aq-ease-out)}.aq-skip-link:focus{top:8px}.shopify-section:has(>.aq-header){position:sticky;top:0;z-index:1000}.aq-header{position:relative;overflow:hidden;isolation:isolate;background:var(--aq-navy);color:var(--aq-text-on-dark);box-shadow:0 1px #ffffff0a;transition:padding .28s var(--aq-ease-out),box-shadow .28s var(--aq-ease-out),background-color .28s var(--aq-ease-out)}.aq-header__inner{position:relative;z-index:1;max-width:var(--page-width);margin:0 auto;padding:clamp(14px,2.2vw,22px) var(--aq-section-px);display:flex;align-items:center;gap:clamp(12px,2vw,28px);transition:padding .28s var(--aq-ease-out)}[data-aq-header].is-stuck{background:#0a2540eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--aq-cyan-soft),var(--aq-shadow-soft)}[data-aq-header].is-stuck:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--aq-cyan),transparent);opacity:.7}[data-aq-header].is-stuck .aq-header__inner{padding-top:clamp(8px,1.4vw,12px);padding-bottom:clamp(8px,1.4vw,12px)}.aq-header__logo{display:inline-flex;align-items:center;text-decoration:none;margin-right:auto}.aq-header__logo img{height:auto;width:auto}.aq-header__svglogo{display:inline-flex;color:var(--aq-text-on-dark)}.aq-header__svglogo svg{display:block;height:clamp(28px,3.6vw,36px);width:auto}.aq-header__wordmark{font-family:var(--aq-font-display);font-weight:700;font-size:clamp(1.15rem,2vw,1.5rem);letter-spacing:.16em;text-transform:uppercase;color:var(--aq-text-on-dark);line-height:1}.aq-header__dot{color:var(--aq-cyan)}.aq-header__nav{display:none}.aq-header__navlist{display:flex;align-items:center;gap:clamp(18px,2.4vw,36px);margin:0;padding:0;list-style:none}.aq-header__link{position:relative;display:inline-block;padding:6px 0;color:var(--aq-text-on-dark-muted);text-decoration:none;font-size:.95rem;font-weight:500;letter-spacing:.01em;transition:color .2s var(--aq-ease-out)}.aq-header__link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--aq-cyan);transform:scaleX(0);transform-origin:left center;transition:transform .24s var(--aq-ease-out)}.aq-header__link:hover,.aq-header__link:focus-visible,.aq-header__link.is-active{color:var(--aq-text-on-dark)}.aq-header__link:hover:after,.aq-header__link:focus-visible:after,.aq-header__link.is-active:after{transform:scaleX(1)}.aq-header__actions{display:flex;align-items:center;gap:clamp(2px,1vw,10px)}.aq-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--aq-text-on-dark);border-radius:var(--aq-radius-pill);cursor:pointer;transition:color .2s var(--aq-ease-out),background-color .2s var(--aq-ease-out)}.aq-header__icon:hover,.aq-header__icon:focus-visible{color:var(--aq-cyan);background:#ffffff0f}.aq-header__iconsvg{display:inline-flex;width:24px;height:24px}.aq-header__iconsvg svg{width:100%;height:100%}.aq-header__cart{overflow:visible}.aq-header__badge{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;background:var(--aq-cyan);color:var(--aq-navy);font-size:.7rem;font-weight:700;line-height:1;border-radius:var(--aq-radius-pill);box-shadow:var(--aq-glow-cyan)}.aq-header__badge.is-empty{display:none}.aq-header__burger{display:inline-flex}.aq-header__search{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.08);background:var(--aq-navy-deep)}.aq-header__search[hidden]{display:none}.aq-header__searchform{max-width:var(--page-width);margin:0 auto;padding:14px var(--aq-section-px);display:flex;gap:8px}.aq-header__searchinput{flex:1;padding:12px 16px;border:1px solid rgba(255,255,255,.18);border-radius:var(--aq-radius-pill);background:#ffffff0f;color:var(--aq-text-on-dark);font-size:1rem}.aq-header__searchinput::placeholder{color:#ffffff80}.aq-header__searchinput:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:1px}.aq-header__searchsubmit{flex:0 0 auto;width:48px;border:0;border-radius:var(--aq-radius-pill);background:var(--aq-cyan);color:var(--aq-navy);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.aq-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;visibility:hidden;pointer-events:none}.aq-drawer.is-open{visibility:visible;pointer-events:auto}.aq-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#02101f99;opacity:0;transition:opacity .28s var(--aq-ease-out)}.aq-drawer.is-open .aq-drawer__backdrop{opacity:1}.aq-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(86vw,380px);background:var(--aq-navy);color:var(--aq-text-on-dark);box-shadow:var(--aq-shadow-deep);display:flex;flex-direction:column;padding:clamp(16px,4vw,28px);transform:translate(100%);transition:transform .32s var(--aq-ease-out);overflow-y:auto}.aq-drawer.is-open .aq-drawer__panel{transform:translate(0)}.aq-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(20px,5vw,36px)}.aq-drawer__brand{font-family:var(--aq-font-display);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:1.1rem}.aq-drawer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.aq-drawer__link{display:block;padding:14px 4px;font-family:var(--aq-font-display);font-size:1.5rem;font-weight:600;color:var(--aq-text-on-dark);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.08);transition:color .2s var(--aq-ease-out),padding-left .2s var(--aq-ease-out)}.aq-drawer__link:hover,.aq-drawer__link:focus-visible,.aq-drawer__link.is-active{color:var(--aq-cyan);padding-left:12px}.aq-drawer__foot{margin-top:auto;padding-top:24px;display:flex;flex-direction:column;gap:8px}.aq-drawer__action{display:inline-flex;align-items:center;gap:10px;padding:12px 4px;color:var(--aq-text-on-dark-muted);text-decoration:none;font-weight:500}.aq-drawer__action:hover,.aq-drawer__action:focus-visible{color:var(--aq-cyan)}.aq-drawer__action .aq-header__iconsvg{color:var(--aq-cyan)}@media(min-width:1024px){.aq-header__nav{display:block;margin:0 auto}.aq-header__logo{margin-right:0}.aq-header__burger{display:none}}@media(prefers-reduced-motion:reduce){.aq-header,.aq-header__inner,.aq-header__link:after,.aq-drawer__backdrop,.aq-drawer__panel,.aq-skip-link{transition:none!important}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-aquascreen{position:relative;display:flex;align-items:center;width:100%;min-height:calc(var(--hero-min-height, 100) * 1vh);min-height:calc(var(--hero-min-height, 100) * 1svh);padding-bottom:var(--aq-divider-height);overflow:hidden;background-color:var(--aq-navy-deep);color:var(--aq-text-on-dark);isolation:isolate}.hero-aquascreen__background{position:absolute;top:-5%;right:-5%;bottom:-5%;left:-5%;z-index:-2;overflow:hidden;will-change:transform}.hero-aquascreen__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-aquascreen__image--placeholder{background:radial-gradient(ellipse at 25% 15%,rgba(75,225,232,.28),transparent 55%),radial-gradient(ellipse at 85% 85%,var(--aq-abyss),transparent 65%),linear-gradient(160deg,var(--aq-navy-deep) 0%,var(--aq-navy) 45%,var(--aq-abyss) 100%)}.hero-aquascreen__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(118deg,#03142beb,#0a2540b3 42%,#1fd1d947),linear-gradient(180deg,transparent 55%,rgba(10,37,64,.85) 82%,var(--aq-navy) 100%);pointer-events:none}.hero-aquascreen__content{position:relative;display:grid;grid-template-columns:var(--content-grid);width:100%;padding:clamp(88px,14vh,168px) 0 clamp(72px,10vh,120px);z-index:1}.hero-aquascreen__inner{grid-column:2;max-width:780px;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-aquascreen__eyebrow{margin:0;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600;text-shadow:0 0 6px rgba(31,209,217,.22)}.hero-aquascreen__eyebrow:before{content:"";display:inline-block;width:36px;height:2px;background:linear-gradient(90deg,var(--aq-cyan),transparent);margin-right:14px;vertical-align:middle}.hero-aquascreen__title{margin:0;font-family:var(--aq-font-display);font-size:var(--aq-text-display-xl);line-height:.98;letter-spacing:var(--aq-letter-tighter);font-weight:700;color:var(--aq-text-on-dark);text-wrap:balance;text-shadow:0 4px 32px rgba(0,0,0,.45)}.hero-aquascreen__subtitle{margin:0;max-width:52ch;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.45;color:var(--aq-text-on-dark-muted);letter-spacing:.01em}.hero-aquascreen__cta{--cta-bg: var(--aq-coral);margin-top:.85rem;display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 1.95rem;background-color:var(--cta-bg);color:var(--aq-text-on-dark);font-family:var(--aq-font-display);font-size:1rem;font-weight:600;letter-spacing:.03em;text-decoration:none;border-radius:var(--aq-radius-pill);box-shadow:var(--aq-glow-coral),inset 0 1px #ffffff2e;transition:transform .3s var(--aq-ease-out),background-color .3s var(--aq-ease-out),box-shadow .3s var(--aq-ease-out)}.hero-aquascreen__cta:hover,.hero-aquascreen__cta:focus-visible{--cta-bg: var(--aq-coral-hover);transform:translateY(-3px);box-shadow:var(--aq-glow-coral-hover);outline:none}.hero-aquascreen__cta-icon{width:18px;height:18px;transition:transform .3s var(--aq-ease-out)}.hero-aquascreen__cta:hover .hero-aquascreen__cta-icon,.hero-aquascreen__cta:focus-visible .hero-aquascreen__cta-icon{transform:translate(5px)}.hero-aquascreen__scroll-hint{position:absolute;bottom:calc(var(--aq-divider-height) + 16px);left:50%;transform:translate(-50%);z-index:2;pointer-events:none}.hero-aquascreen__scroll-line{display:block;width:1px;height:48px;background:linear-gradient(180deg,transparent 0%,var(--aq-cyan) 100%);box-shadow:0 0 5px #1fd1d947;animation:aq-scroll-pulse 2.4s var(--aq-ease-in-out) infinite;transform-origin:top}@keyframes aq-scroll-pulse{0%,to{opacity:.6;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}@media(min-width:768px){.hero-aquascreen__subtitle{white-space:nowrap}}@media(max-width:767px){.hero-aquascreen__content{padding:clamp(72px,16vh,128px) 0 clamp(64px,12vh,96px)}.hero-aquascreen__inner{align-items:center;text-align:center;gap:1.1rem}.hero-aquascreen__title{font-size:clamp(2.25rem,10vw,3.25rem);line-height:1.04}.hero-aquascreen__subtitle{font-size:.9375rem;max-width:34ch;white-space:normal}.hero-aquascreen__eyebrow:before{width:24px;margin-right:10px}.hero-aquascreen__scroll-hint{display:none}}@media(prefers-reduced-motion:reduce){.hero-aquascreen__cta,.hero-aquascreen__cta-icon,.hero-aquascreen__scroll-line{transition:none;animation:none}.hero-aquascreen__cta:hover,.hero-aquascreen__cta:focus-visible{transform:none}.hero-aquascreen__background{transform:none!important}}.how-it-works{position:relative;width:100%;background-color:var(--aq-foam);color:var(--aq-text-on-light);padding:var(--aq-section-py) var(--aq-section-px);padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height))}.how-it-works__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(56px,8vh,96px)}.how-it-works__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:720px;margin:0 auto}.how-it-works__eyebrow{margin:0;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600}.how-it-works__heading{margin:0;font-family:var(--aq-font-display);font-size:var(--aq-text-h2);line-height:1.08;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light);text-wrap:balance}.how-it-works__subheading{margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.5;color:var(--aq-text-on-light-muted);max-width:56ch}.how-it-works__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(24px,3vw,48px)}.how-it-works__steps[data-count="1"]{grid-template-columns:minmax(0,320px);justify-content:center}.how-it-works__steps[data-count="2"]{grid-template-columns:repeat(2,1fr)}.how-it-works__steps[data-count="3"]{grid-template-columns:repeat(3,1fr)}.how-it-works__steps[data-count="5"]{grid-template-columns:repeat(5,1fr)}.how-it-works__steps[data-count="6"]{grid-template-columns:repeat(6,1fr)}.how-it-works__step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;min-width:0}.how-it-works__top{position:relative;display:flex;flex-direction:column;align-items:center;gap:.9rem;width:100%}.how-it-works__number{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:999px;background-color:var(--aq-foam);border:2px solid var(--aq-cyan);color:var(--aq-cyan);font-family:var(--aq-font-display);font-size:1.375rem;font-weight:700;letter-spacing:var(--aq-letter-tight);box-shadow:var(--aq-shadow-soft),0 0 0 6px #fff9,0 0 14px #1fd1d924}.how-it-works__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--aq-radius-md);background-color:var(--aq-cyan-soft);color:var(--aq-cyan);box-shadow:inset 0 0 0 1px #1fd1d92e}.how-it-works__icon>svg{width:24px;height:24px}.how-it-works__body{display:flex;flex-direction:column;gap:.5rem;max-width:28ch}.how-it-works__title{margin:0;font-family:var(--aq-font-display);font-size:1.0625rem;line-height:1.3;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-light)}.how-it-works__description{margin:0;font-size:.9375rem;line-height:1.5;color:var(--aq-text-on-light-muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:1024px){.how-it-works__step:not(:last-child) .how-it-works__top:after{content:"";position:absolute;top:29px;left:50%;width:calc(100% + clamp(24px,3vw,48px));height:2px;background:linear-gradient(90deg,#1fd1d966 0% 100%);z-index:0;pointer-events:none}}@media(min-width:768px)and (max-width:1023px){.how-it-works__steps,.how-it-works__steps[data-count="3"],.how-it-works__steps[data-count="5"],.how-it-works__steps[data-count="6"]{grid-template-columns:repeat(2,1fr);gap:clamp(32px,5vw,48px)}}@media(max-width:767px){.how-it-works{padding:var(--aq-section-py) 16px;padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height))}.how-it-works__steps,.how-it-works__steps[data-count="3"],.how-it-works__steps[data-count="5"],.how-it-works__steps[data-count="6"]{grid-template-columns:1fr;gap:32px}.how-it-works__body{max-width:38ch}}.product-comparison{position:relative;width:100%;background:linear-gradient(180deg,var(--aq-navy) 0%,var(--aq-navy) 120px,var(--aq-navy-deep) 100%);color:var(--aq-text-on-dark);padding:var(--aq-section-py) var(--aq-section-px);padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height));overflow:hidden;isolation:isolate}.product-comparison__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(64px,9vh,104px)}.product-comparison__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:720px;margin:0 auto}.product-comparison__eyebrow{margin:0;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600}.product-comparison__heading{margin:0;font-family:var(--aq-font-display);font-size:var(--aq-text-h2);line-height:1.08;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-dark);text-wrap:balance}.product-comparison__subheading{margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.5;color:var(--aq-text-on-dark-muted);max-width:56ch}.product-comparison__grid{display:grid;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:clamp(20px,2.5vw,32px)}.product-comparison__grid[data-count="1"]{grid-template-columns:minmax(0,480px);justify-content:center}.product-comparison__grid[data-count="3"]{grid-template-columns:repeat(3,1fr)}.product-comparison__card{position:relative;display:flex;flex-direction:column;padding:clamp(20px,2.5vw,32px);background-color:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--aq-radius-xl);box-shadow:var(--aq-shadow-deep);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .35s var(--aq-ease-out),box-shadow .35s var(--aq-ease-out),border-color .35s var(--aq-ease-out)}.product-comparison__card--featured{background:linear-gradient(180deg,#1fd1d912,#1fd1d908);border:2px solid var(--aq-cyan);box-shadow:var(--aq-shadow-abyss),var(--aq-glow-cyan);padding:clamp(24px,2.75vw,36px);z-index:1}@media(min-width:768px){.product-comparison__card--featured{transform:translateY(-10px)}}.product-comparison__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;padding:.4rem 1rem;background-color:var(--aq-coral);color:var(--aq-text-on-dark);font-family:var(--aq-font-display);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--aq-radius-pill);box-shadow:var(--aq-glow-coral),inset 0 1px #fff3;white-space:nowrap}.product-comparison__media{width:100%;aspect-ratio:4 / 3;margin-bottom:1.25rem;border-radius:var(--aq-radius-md);overflow:hidden;background-color:#ffffff0a}.product-comparison__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.product-comparison__image--placeholder{width:100%;height:100%;background:radial-gradient(ellipse at 30% 25%,rgba(31,209,217,.22),transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(2,16,31,.7),transparent 65%),linear-gradient(160deg,var(--aq-navy-deep) 0%,var(--aq-navy) 100%)}.product-comparison__body{display:flex;flex-direction:column;flex:1;gap:.875rem}.product-comparison__name{margin:0;font-family:var(--aq-font-display);font-size:clamp(1.5rem,2.2vw,1.875rem);line-height:1.1;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-dark)}.product-comparison__tagline{margin:0;font-size:.9375rem;line-height:1.45;color:var(--aq-text-on-dark-muted)}.product-comparison__features{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.product-comparison__feature{display:flex;align-items:flex-start;gap:.65rem;font-size:.9375rem;line-height:1.4;color:var(--aq-text-on-dark)}.product-comparison__check{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:1px;border-radius:999px;background-color:var(--aq-cyan-soft);color:var(--aq-cyan);box-shadow:inset 0 0 0 1px #1fd1d940}.product-comparison__card--featured .product-comparison__check{box-shadow:inset 0 0 0 1px #1fd1d966}.product-comparison__check>svg{width:14px;height:14px}.product-comparison__footer{margin-top:auto;padding-top:1.25rem;display:flex;flex-direction:column;gap:.875rem}.product-comparison__price{margin:0;font-family:var(--aq-font-display);font-size:clamp(1.625rem,2.3vw,2.125rem);line-height:1.05;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-dark)}.product-comparison__cta{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.6rem;background-color:#ffffff14;color:var(--aq-text-on-dark);font-family:var(--aq-font-display);font-size:.9375rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border:1px solid rgba(255,255,255,.18);border-radius:var(--aq-radius-pill);transition:background-color .25s var(--aq-ease-out),border-color .25s var(--aq-ease-out),transform .25s var(--aq-ease-out),box-shadow .25s var(--aq-ease-out)}.product-comparison__cta:hover,.product-comparison__cta:focus-visible{background-color:#ffffff24;border-color:#ffffff52;outline:none}.product-comparison__cta--featured{background-color:var(--aq-coral);border-color:transparent;box-shadow:var(--aq-glow-coral)}.product-comparison__cta--featured:hover,.product-comparison__cta--featured:focus-visible{background-color:var(--aq-coral-hover);transform:translateY(-2px);box-shadow:var(--aq-glow-coral-hover)}@media(max-width:767px){.product-comparison{padding:var(--aq-section-py) 16px;padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height))}.product-comparison__grid,.product-comparison__grid[data-count="3"]{grid-template-columns:1fr;gap:32px}.product-comparison__card--featured{order:-1}.product-comparison__media{aspect-ratio:16 / 10}}@media(prefers-reduced-motion:reduce){.product-comparison__card,.product-comparison__cta{transition:none}.product-comparison__card--featured{transform:none}.product-comparison__cta--featured:hover,.product-comparison__cta--featured:focus-visible{transform:none}}.product-details{position:relative;width:100%;overflow:hidden;background:linear-gradient(180deg,var(--aq-navy) 0%,var(--aq-navy) 120px,var(--aq-navy-deep) 100%);color:var(--aq-text-on-dark-muted)}.product-details__inner{max-width:1200px;margin:0 auto;padding:clamp(32px,6vh,72px) var(--aq-section-px) calc(clamp(56px,9vh,112px) + var(--aq-divider-height))}.product-details__list{margin:0 auto;max-width:820px;display:flex;flex-direction:column;gap:clamp(28px,5vh,56px)}.aq-detail__title{margin:0 0 1rem;font-family:var(--aq-font-display);font-size:var(--aq-text-h2);color:var(--aq-text-on-dark)}.aq-detail__rte{font-size:1.0625rem;line-height:1.7;color:var(--aq-text-on-dark-muted)}.aq-detail__rte p{margin:0 0 1rem}.product-details .aq-pcontent__lead,.product-details .aq-pcontent__item{color:var(--aq-text-on-dark)}.product-details .aq-pcontent__para{color:var(--aq-text-on-dark-muted)}.aq-detail--specs{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:var(--aq-radius-lg);padding:clamp(20px,4vw,36px);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.aq-specs{margin:0;display:grid;gap:0}.aq-specs__row{display:grid;grid-template-columns:minmax(120px,.5fr) 1fr;gap:16px;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.aq-specs__row:last-child{border-bottom:none}.aq-specs__term{margin:0;font-weight:700;color:var(--aq-text-on-dark)}.aq-specs__desc{margin:0;color:var(--aq-text-on-dark-muted)}.aq-included{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.aq-included__item{display:flex;align-items:center;gap:12px;font-size:1.0625rem;color:var(--aq-text-on-dark)}.aq-included__check{flex:0 0 auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--aq-cyan);background:var(--aq-cyan-soft);border-radius:999px;padding:4px}.aq-included__check svg{width:100%;height:100%;display:block}.aq-product{position:relative;width:100%;background-color:var(--aq-foam);color:var(--aq-text-on-light);padding:clamp(40px,6vh,80px) var(--aq-section-px);overflow:hidden;isolation:isolate}.aq-product__inner{max-width:1200px;margin:0 auto}.aq-product__top{display:grid;grid-template-columns:1fr;gap:clamp(28px,5vw,64px);align-items:start}@media(min-width:768px){.aq-product__top{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}.aq-product__info{position:sticky;top:clamp(16px,4vh,40px)}}.aq-gallery__viewport{border-radius:var(--aq-radius-xl);overflow:hidden;background:var(--aq-foam-deep);box-shadow:var(--aq-shadow-soft)}.aq-gallery__slide{margin:0;display:none}.aq-gallery__slide.is-active{display:block}.aq-gallery__img{display:block;width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover}.aq-gallery__placeholder{border-radius:var(--aq-radius-xl);overflow:hidden;background:var(--aq-foam-deep);aspect-ratio:1 / 1}.aq-gallery__placeholder-svg{width:100%;height:100%;object-fit:cover}.aq-gallery__dots{display:none}.aq-gallery__thumbs{list-style:none;margin:14px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:10px}.aq-gallery__thumb{display:block;width:100%;padding:0;border:2px solid transparent;border-radius:var(--aq-radius-md);overflow:hidden;background:var(--aq-foam-deep);cursor:pointer;transition:border-color .2s var(--aq-ease-out),box-shadow .2s var(--aq-ease-out)}.aq-gallery__thumb img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.aq-gallery__thumb.is-active{border-color:var(--aq-cyan);box-shadow:var(--aq-glow-cyan)}.aq-gallery__thumb:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:2px}@media(max-width:767px){.aq-gallery__viewport{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.aq-gallery__viewport::-webkit-scrollbar{display:none}.aq-gallery__slide{display:block;flex:0 0 100%;scroll-snap-align:center}.aq-gallery__thumbs{display:none}.aq-gallery__dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.aq-gallery__dot{width:8px;height:8px;border-radius:999px;background:#1a567f40;transition:background-color .2s var(--aq-ease-out),transform .2s var(--aq-ease-out)}.aq-gallery__dot.is-active{background:var(--aq-cyan);transform:scale(1.25)}}.aq-product__eyebrow{margin:0 0 .5rem;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;font-weight:600;color:var(--aq-cyan)}.aq-product__title{margin:0;font-family:var(--aq-font-display);font-size:clamp(1.875rem,4vw,3rem);line-height:1.05;color:var(--aq-text-on-light)}.aq-product__rating{display:flex;align-items:center;gap:8px;margin-top:.75rem;font-size:var(--aq-text-small);color:var(--aq-text-on-light-muted)}.aq-product__stars{display:inline-flex;color:var(--aq-cyan)}.aq-product__star{width:18px;height:18px}.aq-product__star svg{width:100%;height:100%;display:block}.aq-product__rating-value{font-weight:700;color:var(--aq-text-on-light)}.aq-price{display:flex;align-items:baseline;gap:12px;margin-top:1.25rem}.aq-price__current{font-family:var(--aq-font-display);font-weight:800;font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--aq-text-on-light);letter-spacing:var(--aq-letter-tight)}.aq-price__compare{font-size:1.125rem;color:var(--aq-text-on-light-muted);text-decoration:line-through}.aq-price__compare[hidden]{display:none}.aq-product__tagline{margin:1rem 0 0;font-size:1.0625rem;line-height:1.5;color:var(--aq-text-on-light-muted)}.aq-product__form{margin-top:1.75rem}.aq-variant{margin-bottom:1.25rem}.aq-variant__label{display:block;font-size:var(--aq-text-small);font-weight:600;color:var(--aq-text-on-light);margin-bottom:.5rem}.aq-variant__select-wrap{position:relative}.aq-variant__select{appearance:none;-webkit-appearance:none;width:100%;padding:.85rem 2.75rem .85rem 1rem;font-size:1rem;font-family:inherit;color:var(--aq-text-on-light);background:#fff;border:1.5px solid rgba(26,86,127,.2);border-radius:var(--aq-radius-md);cursor:pointer;transition:border-color .2s var(--aq-ease-out),box-shadow .2s var(--aq-ease-out)}.aq-variant__select:hover{border-color:#1fd1d999}.aq-variant__select:focus-visible{outline:none;border-color:var(--aq-cyan);box-shadow:var(--aq-glow-cyan)}.aq-variant__chevron{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none;color:var(--aq-cyan)}.aq-variant__chevron svg{width:100%;height:100%;display:block}.aq-product__buy{display:flex;flex-direction:column;gap:.85rem}.aq-qty{display:flex;align-items:center;gap:14px}.aq-qty__label{font-size:var(--aq-text-small);font-weight:600;color:var(--aq-text-on-light)}.aq-qty__control{display:inline-flex;align-items:center;border:1.5px solid rgba(26,86,127,.2);border-radius:var(--aq-radius-pill);overflow:hidden;background:#fff}.aq-qty__btn{width:42px;height:44px;border:none;background:transparent;font-size:1.25rem;line-height:1;color:var(--aq-text-on-light);cursor:pointer;transition:background-color .2s var(--aq-ease-out)}.aq-qty__btn:hover{background:var(--aq-foam-deep)}.aq-qty__btn:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:-2px}.aq-qty__input{width:48px;height:44px;border:none;text-align:center;font-size:1rem;font-weight:600;color:var(--aq-text-on-light);background:transparent;-moz-appearance:textfield}.aq-qty__input::-webkit-outer-spin-button,.aq-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.aq-qty__input:focus-visible{outline:none}.aq-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1.05rem 1.5rem;font-family:var(--aq-font-display);font-size:1.0625rem;font-weight:700;border:none;border-radius:var(--aq-radius-pill);cursor:pointer;text-align:center;transition:transform .2s var(--aq-ease-out),background-color .25s var(--aq-ease-out),box-shadow .25s var(--aq-ease-out)}.aq-btn--cart{color:#fff;background:var(--aq-coral);box-shadow:var(--aq-glow-coral)}.aq-btn--cart:hover{background:var(--aq-coral-hover);transform:translateY(-2px);box-shadow:var(--aq-glow-coral-hover)}.aq-btn--cart:focus-visible{outline:2px solid var(--aq-cyan);outline-offset:3px}.aq-btn--cart:disabled,.aq-btn--cart[aria-disabled=true]{background:#1a567f4d;box-shadow:none;cursor:not-allowed;transform:none}.aq-product__dynamic .shopify-payment-button__button{border-radius:var(--aq-radius-pill)!important;min-height:52px}.aq-product__dynamic .shopify-payment-button__more-options{color:var(--aq-text-on-light-muted)}.aq-reassure{list-style:none;margin:1.75rem 0 0;padding:1.25rem 0 0;border-top:1px solid rgba(26,86,127,.14);display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.aq-reassure__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.aq-reassure__icon{width:26px;height:26px;color:var(--aq-cyan)}.aq-reassure__icon svg{width:100%;height:100%;display:block}.aq-reassure__text{font-size:.8125rem;line-height:1.3;color:var(--aq-text-on-light-muted);font-weight:600}.aq-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;align-items:center;gap:14px;padding:12px clamp(14px,4vw,20px);padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(26,86,127,.14);box-shadow:0 -8px 30px #03142b1f;transform:translateY(110%);transition:transform .3s var(--aq-ease-out)}.aq-sticky.is-visible{transform:translateY(0)}.aq-sticky__info{display:flex;flex-direction:column;line-height:1.15;min-width:0}.aq-sticky__name{font-size:.75rem;color:var(--aq-text-on-light-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:38vw}.aq-sticky__price{font-family:var(--aq-font-display);font-weight:800;font-size:1.125rem;color:var(--aq-text-on-light)}.aq-sticky__btn{flex:1;width:auto;padding:.85rem 1.25rem}@media(max-width:767px){.aq-sticky{display:flex}}@media(min-width:768px)and (max-width:1199px){.aq-product__inner{padding-left:clamp(40px,6vw,60px)}}@media(prefers-reduced-motion:reduce){.aq-sticky,.aq-btn--cart,.aq-gallery__thumb,.aq-gallery__dot{transition:none}.aq-gallery__viewport{scroll-behavior:auto}}.reviews{position:relative;width:100%;background:linear-gradient(180deg,var(--aq-navy) 0%,var(--aq-navy) 120px,var(--aq-navy-deep) 100%);color:var(--aq-text-on-dark);padding:var(--aq-section-py) var(--aq-section-px);padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height));overflow:hidden;isolation:isolate}.reviews__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(56px,8vh,96px)}.reviews__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:720px;margin:0 auto}.reviews__eyebrow{margin:0;font-size:var(--aq-text-eyebrow);letter-spacing:var(--aq-letter-eyebrow);text-transform:uppercase;color:var(--aq-cyan);font-weight:600}.reviews__heading{margin:0;font-family:var(--aq-font-display);font-size:var(--aq-text-h2);line-height:1.08;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-dark);text-wrap:balance}.reviews__summary{margin-top:.5rem;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .85rem}.reviews__stars{display:inline-flex;align-items:center;gap:2px;color:var(--aq-cyan)}.reviews__stars--summary>.reviews__star{filter:drop-shadow(0 0 3px rgba(31,209,217,.28))}.reviews__stars--summary>.reviews__star>svg{width:22px;height:22px}.reviews__star{display:inline-flex;align-items:center;justify-content:center;color:var(--aq-cyan)}.reviews__star>svg{width:18px;height:18px}.reviews__star--empty{color:#ffffff38;filter:none}.reviews__rating-value{margin:0;font-family:var(--aq-font-display);font-size:1.125rem;font-weight:700;letter-spacing:var(--aq-letter-tight);color:var(--aq-text-on-dark)}.reviews__rating-count{margin:0;font-size:.9375rem;color:var(--aq-text-on-dark-muted)}.reviews__rating-count:before{content:"\b7";margin-right:.5rem;color:var(--aq-text-on-dark-muted)}.reviews__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,24px);align-items:stretch}.reviews__list[data-count="1"]{grid-template-columns:minmax(0,480px);justify-content:center}.reviews__list[data-count="2"]{grid-template-columns:repeat(2,minmax(0,480px));justify-content:center}.reviews__list[data-count="4"]{grid-template-columns:repeat(4,1fr)}.reviews__card{display:flex;flex-direction:column;gap:1rem;padding:clamp(20px,2.5vw,28px);background-color:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--aq-radius-lg);box-shadow:var(--aq-shadow-deep);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s var(--aq-ease-out),border-color .3s var(--aq-ease-out),background-color .3s var(--aq-ease-out),box-shadow .3s var(--aq-ease-out)}.reviews__card:hover,.reviews__card:focus-within{transform:translateY(-4px);border-color:#1fd1d959;background-color:#ffffff17;box-shadow:var(--aq-shadow-deep),0 0 32px #1fd1d926}.reviews__text{margin:0;flex:1}.reviews__text>p{margin:0;font-size:1rem;line-height:1.55;color:var(--aq-text-on-dark)}.reviews__text>p:before{content:"\201c";display:inline-block;margin-right:.15em;color:var(--aq-cyan);font-family:var(--aq-font-display);font-size:1.3em;line-height:0;vertical-align:-.05em}.reviews__text>p:after{content:"\201d";display:inline-block;margin-left:.05em;color:var(--aq-cyan);font-family:var(--aq-font-display);font-size:1.3em;line-height:0;vertical-align:-.05em}.reviews__author{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.reviews__avatar{flex:0 0 auto;width:44px;height:44px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.15)}.reviews__author-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.reviews__name{margin:0;font-family:var(--aq-font-display);font-size:.9375rem;font-weight:600;color:var(--aq-text-on-dark);letter-spacing:.005em}.reviews__verified{margin:0;display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;color:var(--aq-text-on-dark-muted)}.reviews__verified-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;background-color:var(--aq-cyan-soft);color:var(--aq-cyan)}.reviews__verified-icon>svg{width:11px;height:11px}@media(max-width:1023px){.reviews__list,.reviews__list[data-count="4"]{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.reviews{padding:var(--aq-section-py) 16px;padding-bottom:calc(var(--aq-section-py) + var(--aq-divider-height))}.reviews__list,.reviews__list[data-count="4"]{grid-template-columns:1fr;gap:14px}.reviews__summary{flex-direction:column;gap:.4rem}.reviews__rating-count:before{display:none}}@media(prefers-reduced-motion:reduce){.reviews__card{transition:none}.reviews__card:hover,.reviews__card:focus-within{transform:none}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.trust-bar{position:relative;width:100%;background-color:var(--aq-navy);color:var(--aq-text-on-dark);padding:clamp(36px,6vh,64px) var(--aq-section-px);padding-bottom:calc(clamp(36px,6vh,64px) + var(--aq-divider-height));overflow:hidden;isolation:isolate}.trust-bar__inner{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;max-width:1400px;margin:0 auto;gap:0}.trust-bar__item{display:flex;align-items:center;gap:.95rem;padding:.5rem clamp(.75rem,2vw,1.75rem);min-width:0}.trust-bar__item:not(:first-child){border-left:1px solid rgba(255,255,255,.12)}.trust-bar__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--aq-cyan);filter:drop-shadow(0 0 3px rgba(31,209,217,.25))}.trust-bar__icon>svg{width:100%;height:100%}.trust-bar__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.trust-bar__title{margin:0;font-family:var(--aq-font-display);font-size:.9375rem;font-weight:600;line-height:1.25;color:var(--aq-text-on-dark);letter-spacing:.005em}.trust-bar__subtitle{margin:0;font-size:.8125rem;font-weight:400;line-height:1.35;color:var(--aq-text-on-dark-muted)}@media(max-width:767px){.trust-bar{padding:clamp(28px,5vh,40px) 16px;padding-bottom:calc(clamp(28px,5vh,40px) + var(--aq-divider-height))}.trust-bar__inner{grid-template-columns:repeat(2,1fr);row-gap:1.4rem;column-gap:.5rem}.trust-bar__item{padding:.25rem .5rem;gap:.7rem}.trust-bar__item:not(:first-child){border-left:none}.trust-bar__icon{width:30px;height:30px}.trust-bar__title{font-size:.875rem}.trust-bar__subtitle{font-size:.75rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.depth-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.depth-atmosphere__caustics{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background:radial-gradient(ellipse 760px 320px at 24% 44%,rgba(75,225,232,.055),transparent 62%),radial-gradient(ellipse 560px 280px at 76% 56%,rgba(31,209,217,.045),transparent 64%),radial-gradient(ellipse 640px 260px at 50% 50%,rgba(150,235,240,.03),transparent 66%);filter:blur(2px);opacity:.55;animation:aq-caustics-drift 20s var(--aq-ease-in-out, ease-in-out) infinite alternate;will-change:transform}.depth-atmosphere--subtle .depth-atmosphere__caustics{opacity:.4}.depth-atmosphere--strong .depth-atmosphere__caustics{opacity:.7}@keyframes aq-caustics-drift{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-18px,10px,0) scale(1.05)}to{transform:translate3d(22px,-12px,0) scale(1.02)}}.depth-atmosphere__bubbles{position:absolute;top:0;right:0;bottom:0;left:0}.depth-atmosphere__bubbles{opacity:.85}.depth-atmosphere--subtle .depth-atmosphere__bubbles{opacity:.7}.depth-atmosphere--strong .depth-atmosphere__bubbles{opacity:1}.depth-bubble{position:absolute;bottom:-40px;border-radius:999px;background:radial-gradient(circle at 32% 30%,rgba(255,255,255,.55),rgba(31,209,217,.12) 60%,transparent 75%);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 6px #1fd1d926;opacity:0;will-change:transform,opacity}.depth-bubble--1{width:6px;height:6px;left:6%;animation:aq-bubble-rise-a 17s linear 0s infinite}.depth-bubble--2{width:9px;height:9px;left:13%;animation:aq-bubble-rise-b 21s linear 5s infinite}.depth-bubble--3{width:5px;height:5px;left:19%;animation:aq-bubble-rise-c 14s linear 9s infinite}.depth-bubble--4{width:13px;height:13px;left:27%;animation:aq-bubble-rise-a 26s linear 2s infinite}.depth-bubble--5{width:7px;height:7px;left:34%;animation:aq-bubble-rise-b 19s linear 12s infinite}.depth-bubble--6{width:16px;height:16px;left:41%;animation:aq-bubble-rise-c 29s linear 6s infinite}.depth-bubble--7{width:5px;height:5px;left:48%;animation:aq-bubble-rise-a 15s linear 3s infinite}.depth-bubble--8{width:10px;height:10px;left:55%;animation:aq-bubble-rise-b 23s linear 10s infinite}.depth-bubble--9{width:6px;height:6px;left:62%;animation:aq-bubble-rise-c 18s linear 7s infinite}.depth-bubble--10{width:14px;height:14px;left:69%;animation:aq-bubble-rise-a 27s linear 1s infinite}.depth-bubble--11{width:8px;height:8px;left:76%;animation:aq-bubble-rise-b 20s linear 13s infinite}.depth-bubble--12{width:5px;height:5px;left:82%;animation:aq-bubble-rise-c 13s linear 4s infinite}.depth-bubble--13{width:11px;height:11px;left:88%;animation:aq-bubble-rise-a 24s linear 8s infinite}.depth-bubble--14{width:7px;height:7px;left:94%;animation:aq-bubble-rise-b 22s linear 11s infinite}.depth-bubble--15{width:9px;height:9px;left:3%;animation:aq-bubble-rise-c 25s linear 14s infinite}.depth-bubble--16{width:6px;height:6px;left:72%;animation:aq-bubble-rise-b 16s linear 6s infinite}@keyframes aq-bubble-rise-a{0%{transform:translateZ(0) scale(.5);opacity:0}10%{opacity:.5}50%{transform:translate3d(22px,-50vh,0) scale(.95)}90%{opacity:.3}to{transform:translate3d(-10px,-112vh,0) scale(1.1);opacity:0}}@keyframes aq-bubble-rise-b{0%{transform:translateZ(0) scale(.5);opacity:0}10%{opacity:.55}50%{transform:translate3d(-20px,-52vh,0) scale(.9)}90%{opacity:.3}to{transform:translate3d(14px,-110vh,0) scale(1.05);opacity:0}}@keyframes aq-bubble-rise-c{0%{transform:translateZ(0) scale(.5);opacity:0}12%{opacity:.5}45%{transform:translate3d(8px,-46vh,0) scale(.95)}70%{transform:translate3d(-8px,-72vh,0) scale(1)}to{transform:translate3d(4px,-114vh,0) scale(1.1);opacity:0}}@media(max-width:767px){.depth-bubble--3,.depth-bubble--6,.depth-bubble--9,.depth-bubble--12,.depth-bubble--14,.depth-bubble--15,.depth-bubble--16{display:none}}@media(prefers-reduced-motion:reduce){.depth-atmosphere__caustics{animation:none}.depth-bubble{display:none}}.depth-gauge{position:fixed;left:clamp(10px,1.4vw,22px);top:50%;transform:translateY(-50%);z-index:40;pointer-events:none;padding:16px 14px;border-radius:var(--aq-radius-pill, 999px);background:#03142b38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 30px #03142b40}.depth-gauge__track{position:relative;width:48px;height:min(58vh,360px)}.depth-gauge__rail{position:absolute;left:6px;top:0;bottom:0;width:2px;border-radius:2px;background:linear-gradient(180deg,#1fd1d926,#1fd1d980,#1fd1d926)}.depth-gauge__tick{position:absolute;left:6px;transform:translateY(-50%);display:flex;align-items:center;gap:7px}.depth-gauge__tick:before{content:"";width:8px;height:2px;border-radius:2px;background:#ffffff59}.depth-gauge__tick-label{font-family:var(--aq-font-display, monospace);font-size:.5625rem;font-weight:600;letter-spacing:.1em;color:#fff9}.depth-gauge__cursor{position:absolute;left:7px;top:0;width:0;height:0;transition:top .18s var(--aq-ease-out, ease-out)}.depth-gauge__cursor-dot{position:absolute;left:0;top:0;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:999px;background:var(--aq-cyan, #1fd1d9);box-shadow:0 0 0 4px #1fd1d92e,0 0 10px #1fd1d973}.depth-gauge__value{position:absolute;left:15px;top:0;transform:translateY(-50%);font-family:var(--aq-font-display, monospace);font-size:.6875rem;font-weight:700;letter-spacing:.04em;color:#fff;background:#1fd1d933;padding:2px 8px;border-radius:999px;white-space:nowrap}@media(max-width:1023px){.depth-gauge__track{width:24px}.depth-gauge__tick-label{display:none}}@media(max-width:767px){.depth-gauge{display:none}}@media(prefers-reduced-motion:reduce){.depth-gauge__cursor{transition:none}}.depth-marker{position:absolute;display:flex;align-items:center;gap:10px;pointer-events:none;z-index:1;opacity:.55;font-family:var(--aq-font-display, monospace);color:var(--aq-cyan, #1fd1d9)}.depth-marker--top{top:clamp(48px,8vh,96px)}.depth-marker--middle{top:50%;transform:translateY(-50%)}.depth-marker--bottom{bottom:clamp(72px,10vh,128px)}.depth-marker--left{left:max(20px,calc(50vw - 680px))}.depth-marker--right{right:max(20px,calc(50vw - 680px));flex-direction:row-reverse}.depth-marker__line{width:1px;height:56px;background:linear-gradient(180deg,transparent 0%,var(--aq-cyan, #1fd1d9) 50%,transparent 100%)}.depth-marker__label{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-shadow:0 0 5px rgba(31,209,217,.25)}@media(max-width:1199px){.depth-marker{display:none}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.aq-pcontent__lead{margin:0 0 1.25rem;font-family:var(--aq-font-display);font-size:var(--aq-text-h3);line-height:1.3;color:var(--aq-text-on-light)}.aq-pcontent__list{margin:0 0 1.5rem;padding:0;list-style:none;display:grid;gap:.85rem}.aq-pcontent__item{display:flex;align-items:flex-start;gap:.75rem;font-size:1.0625rem;line-height:1.5;color:var(--aq-text-on-light)}.aq-pcontent__check{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:.1rem;padding:4px;color:var(--aq-cyan);background:var(--aq-cyan-soft);border-radius:999px}.aq-pcontent__check svg{width:100%;height:100%;display:block}.aq-pcontent__para{margin:0;font-size:1.0625rem;line-height:1.7;color:var(--aq-text-on-light-muted)}.section-divider{position:absolute;bottom:-1px;left:0;right:0;width:100%;height:var(--aq-divider-height, 80px);line-height:0;pointer-events:none;z-index:2}.section-divider svg{display:block;width:100%;height:100%}.section-divider__fill{fill:var(--divider-to, transparent)}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
