.cgrid{background:var(--white)}.cgrid__head{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}.cgrid__title{text-wrap:balance}.cgrid__lede{margin-inline:auto;margin-top:.75rem}.cgrid__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.5vw,1.5rem)}@media(min-width:600px){.cgrid__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.cgrid__grid{grid-template-columns:repeat(4,1fr)}.cgrid__item--feature{grid-column:span 2}}.cgrid__item{margin:0}.cgrid__card{position:relative;display:block;height:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);text-decoration:none;isolation:isolate;transition:box-shadow .22s var(--ease-out),transform .22s var(--ease-out)}.cgrid__card:hover{box-shadow:var(--shadow-lg)}.cgrid__media{position:relative;aspect-ratio:4 / 5;overflow:hidden}@media(min-width:1000px){.cgrid__item--feature .cgrid__media{aspect-ratio:8 / 5}}.cgrid__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out-soft)}.cgrid__card:hover .cgrid__img,.cgrid__card:focus-visible .cgrid__img{transform:scale(1.05)}.cgrid__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,color-mix(in oklch,var(--navy-ink) 78%,transparent) 0%,color-mix(in oklch,var(--navy-ink) 42%,transparent) 32%,transparent 62%);pointer-events:none}.cgrid__body{position:absolute;inset-inline:0;bottom:0;z-index:1;display:flex;flex-direction:column;gap:.2rem;padding:clamp(1.1rem,2.5vw,1.5rem);padding-right:clamp(3rem,6vw,3.5rem);color:var(--white)}.cgrid__name{font-family:var(--font-display);font-weight:600;font-size:var(--step-2);line-height:1.1;letter-spacing:-.02em;color:var(--white)}.cgrid__tagline{font-family:var(--font-body);font-size:var(--step--1);line-height:1.35;color:var(--white);opacity:.92;text-wrap:pretty}.cgrid__arrow{position:absolute;right:clamp(1.1rem,2.5vw,1.5rem);bottom:clamp(1.1rem,2.5vw,1.5rem);display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-pill);background:var(--coral);color:var(--navy-ink);transition:transform .22s var(--ease-out),background .22s var(--ease-out)}.cgrid__arrow svg{width:1.05rem;height:1.05rem}.cgrid__card:hover .cgrid__arrow,.cgrid__card:focus-visible .cgrid__arrow{transform:translate(4px);background:var(--coral-deep)}@media(prefers-reduced-motion:reduce){.cgrid__card,.cgrid__img,.cgrid__arrow{transition:none}.cgrid__card:hover .cgrid__img,.cgrid__card:focus-visible .cgrid__img,.cgrid__card:hover .cgrid__arrow,.cgrid__card:focus-visible .cgrid__arrow{transform:none}}.cmp__head{text-align:center;margin-inline:auto;max-width:56ch}.cmp__title{text-wrap:balance}.cmp__lede{margin-inline:auto}.cmp__table{margin-top:clamp(2rem,5vw,3.5rem);max-width:760px;margin-inline:auto}.cmp__row{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:stretch}.cmp__table .cmp__row+.cmp__row .cmp__cell--label,.cmp__table .cmp__row+.cmp__row .cmp__cell--theirs{border-top:1px solid var(--line-soft, color-mix(in oklch, var(--ocean) 12%, transparent))}.cmp__cell{display:flex;align-items:center;justify-content:center;padding:clamp(.85rem,2.2vw,1.15rem) clamp(.5rem,2vw,1rem);min-height:56px;text-align:center}.cmp__cell--label{justify-content:flex-start;text-align:left;font-weight:600;color:var(--navy-ink);font-size:var(--step--1);line-height:1.25}.cmp__row--head{margin-bottom:2px}.cmp__cell--ours-head,.cmp__cell--theirs-head{flex-direction:column;gap:.15rem;font-weight:700}.cmp__cell--theirs-head{color:var(--ink-muted);font-family:var(--font-body);font-size:var(--step--1);align-self:end;padding-bottom:clamp(.85rem,2.2vw,1.15rem)}.cmp__wordmark{font-family:var(--font-display);font-weight:600;font-size:var(--step-1);letter-spacing:-.02em;color:var(--navy-ink);line-height:1}.cmp__dot{color:var(--coral)}.cmp__sub{font-family:var(--font-body);font-size:var(--step--1);font-weight:600;color:var(--ocean)}.cmp__cell--ours{position:relative;z-index:1;background:var(--white)}.cmp__cell--ours-head{background:linear-gradient(180deg,var(--sky-bright) 0%,var(--foam) 100%);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding-top:clamp(1.1rem,3vw,1.6rem);padding-bottom:clamp(.9rem,2.4vw,1.25rem);box-shadow:var(--shadow-lg)}.cmp__cell--ours:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--white);box-shadow:var(--shadow-lg);z-index:-1}.cmp__table .cmp__row:last-child .cmp__cell--ours{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.cmp__table .cmp__row:last-child .cmp__cell--ours:before{border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-lg),inset 0 -4px 0 0 var(--coral)}.cmp__cell--ours,.cmp__cell--ours-head{transform:translateY(-8px)}.cmp__icon{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:var(--radius-pill)}.cmp__icon svg{width:1.15rem;height:1.15rem}.cmp__icon--yes{background:color-mix(in oklch,var(--coral) 16%,var(--white));color:var(--coral-deep)}.cmp__icon--no{background:color-mix(in oklch,var(--ink-muted) 14%,var(--white));color:var(--ink-muted)}.cmp__text{font-weight:600;font-size:var(--step--1);color:var(--navy-ink)}.cmp__text--muted{color:var(--ink-muted);font-weight:500}@media(max-width:540px){.cmp__row{grid-template-columns:1.4fr 1fr 1fr}.cmp__cell{padding:.7rem .35rem;min-height:52px}.cmp__cell--label{font-size:.875rem}.cmp__icon{width:1.75rem;height:1.75rem}.cmp__icon svg{width:1rem;height:1rem}.cmp__wordmark{font-size:var(--step-0)}.cmp__sub,.cmp__cell--theirs-head{font-size:.75rem}.cmp__cell--ours,.cmp__cell--ours-head{transform:translateY(-4px)}}@media(prefers-reduced-motion:reduce){.cmp__cell--ours,.cmp__cell--ours-head{transform:none}}.faq{background:var(--white)}.faq__inner{max-width:760px}.faq__head{text-align:center;margin-bottom:clamp(28px,5vw,48px)}.faq__title{margin:0;font-size:var(--step-4);text-wrap:balance}.faq__sub{margin:.75rem auto 0;max-width:48ch;color:var(--ink-muted);font-size:var(--step-0);text-wrap:pretty}.faq__list{border-top:1px solid var(--line-soft)}.feat__grid{list-style:none;margin:clamp(2rem,5vw,3.5rem) 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:clamp(.85rem,2.2vw,1.25rem)}.feat__cell{position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;background:var(--foam);box-shadow:var(--shadow);min-height:18rem;isolation:isolate}.feat__media,.feat__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0}.feat__media img{object-fit:cover;display:block;transition:transform .45s var(--ease-out-soft)}.feat__cell:hover .feat__media img{transform:scale(1.04)}.feat__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,color-mix(in oklch,var(--navy-ink) 88%,transparent) 0%,color-mix(in oklch,var(--navy-ink) 70%,transparent) 26%,color-mix(in oklch,var(--navy-ink) 30%,transparent) 52%,transparent 80%)}.feat__body{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:clamp(1.1rem,3vw,1.6rem);min-height:18rem;justify-content:flex-end}.feat__stat{display:inline-flex;align-items:center;font-family:var(--font-body);font-weight:700;font-size:var(--step--1);letter-spacing:-.01em;color:var(--navy-ink);background:var(--sun);padding:.3rem .7rem;border-radius:var(--radius-pill);box-shadow:var(--shadow-sm)}.feat__heading{display:flex;align-items:center;gap:.55rem}.feat__icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:2.1rem;height:2.1rem;border-radius:var(--radius-pill);background:var(--coral);color:var(--navy-ink);box-shadow:var(--shadow-sm)}.feat__icon svg{width:1.15rem;height:1.15rem}.feat__title{margin:0;color:var(--white);font-family:var(--font-display);font-weight:600;font-size:var(--step-2);line-height:1.05;letter-spacing:-.02em;text-wrap:balance}.feat__text{margin:0;max-width:42ch;color:var(--white);font-size:var(--step--1);line-height:1.45;text-wrap:pretty}@media(min-width:768px){.feat__grid{grid-template-columns:repeat(2,1fr)}.feat__cell,.feat__body{min-height:22rem}.feat__cell--wide{grid-column:1 / -1;min-height:20rem}.feat__cell--wide .feat__body{min-height:20rem;max-width:75%}.feat__cell--wide .feat__title{font-size:var(--step-3)}}@media(min-width:1024px){.feat__cell,.feat__body{min-height:24rem}.feat__cell--wide{min-height:21rem}.feat__cell--wide .feat__body{min-height:21rem;max-width:55%}}@media(prefers-reduced-motion:reduce){.feat__media img,.feat__cell:hover .feat__media img{transition:none;transform:none}}.fprod__grid{display:grid;gap:clamp(28px,5vw,64px);align-items:center}@media(min-width:768px){.fprod__grid{grid-template-columns:1fr 1fr}.fprod__grid--reverse .fprod__media{order:2}}.fprod__media{position:relative}.fprod__img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:var(--foam)}.fprod__body{max-width:56ch}.fprod__tag{margin-bottom:18px}.fprod__name{font-family:var(--font-display);font-size:var(--step-4);line-height:1.05;letter-spacing:-.02em;text-wrap:balance;color:var(--navy-ink);margin:0 0 14px}.fprod__rating{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--navy-ink);margin:0 0 16px}.fprod__rating svg{width:1.15em;height:1.15em;color:var(--sun);fill:var(--sun)}.fprod__pricing{display:flex;align-items:baseline;gap:12px;margin:0 0 22px}.fprod__price{font-family:var(--font-display);font-size:var(--step-2);font-weight:600;color:var(--ocean)}.fprod__compare{font-size:var(--step-0);color:var(--ink-muted);text-decoration:line-through}.fprod__specs{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px;padding:0}.fprod__chip{display:inline-flex;align-items:center;padding:7px 14px;border-radius:var(--radius-pill);background:var(--foam);color:var(--navy-ink);font-size:var(--step--1);font-weight:600;white-space:nowrap}.section--alt .fprod__chip{background:var(--white)}.fprod__text{color:var(--ink-muted);text-wrap:pretty;margin:0 0 26px}.fprod__text p{margin:0}.fprod__actions{margin-bottom:16px}.fprod__cta{background:var(--coral);color:var(--navy-ink)}.fprod__cta:hover{background:var(--coral-deep)}.fprod__guarantee{display:inline-flex;align-items:center;gap:8px;font-size:var(--step--1);font-weight:500;color:var(--ink-muted);margin:0}.fprod__guarantee svg{width:1.1em;height:1.1em;color:var(--ocean);flex-shrink:0}.gcta{position:relative;overflow:hidden;text-align:center}.gcta__inner{position:relative;z-index:var(--z-1, 1);display:flex;flex-direction:column;align-items:center}.gcta__content{max-width:44rem;margin-inline:auto}.gcta__headline{color:var(--navy-ink);font-family:var(--font-display);font-weight:600;font-size:var(--step-4);letter-spacing:-.02em;line-height:1.05;text-wrap:balance;margin:0}.gcta__sub{color:var(--navy-ink);margin:1rem auto 0;max-width:42ch;text-wrap:pretty}.gcta__btn{margin-top:2rem}.gcta__trust{margin-top:2rem;justify-content:center;color:var(--navy-ink)}.gcta__trust-item{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--navy-ink)}.gcta__trust-item svg{width:1.15em;height:1.15em;flex:none;color:var(--ocean)}.gcta__media{display:none}@media(min-width:1024px){.gcta{text-align:left}.gcta__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(2rem,5vw,4rem)}.gcta__content{margin-inline:0;max-width:38rem;flex:1 1 auto}.gcta__sub,.gcta__trust{margin-inline:0}.gcta__trust{justify-content:flex-start}.gcta__media{display:block;flex:0 0 auto;width:clamp(16rem,26vw,22rem)}.gcta__img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius-xl, 32px);box-shadow:var(--shadow-lg);rotate:-3deg;animation:gcta-float 6s var(--ease-out-soft, ease-in-out) infinite alternate}}@keyframes gcta-float{0%{translate:0 -.5rem}to{translate:0 .5rem}}@media(prefers-reduced-motion:reduce){.gcta__img{animation:none}}.hhero{position:relative;overflow:hidden;padding-block:clamp(40px,6vw,88px);background:radial-gradient(120% 90% at 70% -10%,color-mix(in oklch,var(--sky-bright) 60%,var(--white)) 0%,transparent 55%),linear-gradient(180deg,var(--foam) 0%,var(--white) 60%)}.hhero__sky{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(80% 60% at 85% 25%,color-mix(in oklch,var(--sky) 26%,transparent) 0%,transparent 60%);z-index:0}.hhero__wave{position:absolute;left:-4%;right:-4%;bottom:-8px;width:108%;height:auto;color:color-mix(in oklch,var(--sky) 38%,transparent);opacity:.5;z-index:0;pointer-events:none}.hhero__inner{position:relative;z-index:1;display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:center}.hhero__text{max-width:36rem}.hhero__kicker{margin-bottom:1rem}.hhero__headline{font-size:var(--step-5);margin:0;color:var(--ocean)}.hhero__sub{margin-top:1.1rem;color:var(--ink-muted);max-width:40ch}.hhero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:1.9rem}.hhero__rating{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.25rem;font-weight:600;font-size:var(--step--1);color:var(--navy-ink)}.hhero__rating-stars{display:inline-flex;color:var(--sun)}.hhero__rating-stars svg{width:1.05em;height:1.05em}.hhero__trust{margin-top:1.6rem;padding-top:1.25rem;border-top:1px solid var(--line-soft)}.hhero__media{position:relative;isolation:isolate}.hhero__glow{position:absolute;top:-6%;right:-4%;bottom:-10%;left:-4%;z-index:-1;background:radial-gradient(60% 60% at 50% 45%,color-mix(in oklch,var(--sky) 55%,transparent) 0%,transparent 70%);filter:blur(8px)}.hhero__frame{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);background:color-mix(in oklch,var(--sky-bright) 30%,var(--white))}.hhero__img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;display:block}@media(prefers-reduced-motion:no-preference){.js .hhero__text [data-reveal]{transition-delay:var(--d, 0s)}}@media(min-width:900px){.hhero__inner{grid-template-columns:1.05fr 1fr}.hhero__img{aspect-ratio:5 / 4}}@media(min-width:1100px){.hhero__inner{grid-template-columns:1.1fr 1fr}}.lsq{padding-block:var(--section-y)}.lsq__frame{position:relative}.lsq__media{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.lsq__img{display:block;width:100%;height:clamp(360px,60vw,620px);object-fit:cover}.lsq__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top right,color-mix(in oklch,var(--navy-ink) 58%,transparent) 0%,color-mix(in oklch,var(--navy-ink) 24%,transparent) 34%,transparent 62%)}.lsq__card{margin:-56px 0 0;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:clamp(20px,4vw,36px);margin-inline:var(--pad-x, 16px);position:relative;z-index:var(--z-1, 1);max-width:30rem}.lsq__stars{margin-bottom:.75rem}.lsq__quote{margin:0;font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;line-height:1.08;text-wrap:balance;color:var(--navy-ink);font-size:var(--step-3)}.lsq__attr{margin-top:1rem;color:var(--ink-muted);font-family:var(--font-body);font-weight:500;font-size:var(--step--1)}@media(min-width:768px){.lsq__card{position:absolute;left:clamp(24px,5vw,56px);bottom:clamp(24px,5vw,56px);margin:0;max-width:26rem}}.notfound__inner{text-align:center;max-width:36rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.notfound__code{font-family:var(--font-display);font-weight:600;font-size:clamp(4rem,14vw,7rem);line-height:1;letter-spacing:-.04em;color:var(--sky)}.notfound__title{margin-top:.25rem}.notfound__text{color:var(--text-soft);margin:0}.notfound__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.5rem}.acct__head{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.acct__welcome{color:var(--text-soft);margin:.25rem 0 0}.acct__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.5rem);align-items:start}@media(min-width:850px){.acct__grid{grid-template-columns:1fr 280px}}.acct__section-title{font-size:var(--step-2);margin-bottom:1rem}.acct__table-wrap{overflow-x:auto}.acct__table{width:100%;border-collapse:collapse}.acct__table th{text-align:left;font-size:var(--step--1);color:var(--text-soft);font-weight:700;padding:.6rem .75rem;border-bottom:1px solid var(--line)}.acct__table td{padding:.85rem .75rem;border-bottom:1px solid var(--line-soft)}.acct__link{font-weight:600;color:var(--ocean);text-decoration:underline;text-underline-offset:2px}.acct__muted{color:var(--text-soft)}.acct__aside{background:var(--foam);border-radius:var(--radius-lg);padding:clamp(1.25rem,3vw,1.75rem);display:flex;flex-direction:column;gap:.75rem}.acct__address{font-style:normal;line-height:1.5;color:var(--text)}@media(max-width:600px){.acct__table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.acct__table tr{display:block;border-bottom:1px solid var(--line);padding-block:.5rem}.acct__table td{display:flex;justify-content:space-between;gap:1rem;border:none;padding:.35rem 0}.acct__table td:before{content:attr(data-label);font-weight:700;color:var(--text-soft)}}.activate__inner{max-width:30rem;margin-inline:auto}.activate__card{background:var(--foam);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.25rem);display:flex;flex-direction:column;gap:1rem}.activate__title{font-size:var(--step-3)}.activate__muted{color:var(--text-soft);margin:0}.activate__field{display:flex;flex-direction:column;gap:.4rem}.activate__field label{font-weight:600;font-size:var(--step--1)}.activate__field input{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .85rem;background:var(--white);font-family:var(--font-body)}.activate__field input:focus-visible{outline:3px solid var(--sky);outline-offset:1px}.activate__actions{display:flex;flex-direction:column;gap:.6rem}.activate__errors{border-radius:var(--radius);padding:.75rem 1rem;font-size:var(--step--1);background:color-mix(in oklch,var(--coral) 16%,var(--white));color:var(--coral-deep)}.activate__errors ul{list-style:disc;padding-left:1.1em}.addr__inner{max-width:44rem;margin-inline:auto}.addr__head{margin-bottom:clamp(1.5rem,4vw,2.25rem)}.addr__back{display:inline-flex;align-items:center;gap:.35em;font-weight:600;font-size:var(--step--1);color:var(--ocean);margin-bottom:.75rem}.addr__back svg{width:1em;height:1em;transform:rotate(180deg)}.addr__new{margin-bottom:1.5rem}.addr__form-wrap{background:var(--foam);border-radius:var(--radius-lg);padding:clamp(1.25rem,3vw,1.75rem);margin-bottom:1.5rem}.addr__form-title{font-size:var(--step-2);margin-bottom:1rem}.addr__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.addr__field label{font-weight:600;font-size:var(--step--1)}.addr__field input,.addr__field select{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .85rem;background:var(--white);font-family:var(--font-body)}.addr__field input:focus-visible,.addr__field select:focus-visible{outline:3px solid var(--sky);outline-offset:1px}.addr__field--check{flex-direction:row;align-items:center;gap:.5rem}.addr__field--check input{width:auto}.addr__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.addr__row{grid-template-columns:1fr}}.addr__actions{display:flex;flex-wrap:wrap;gap:.75rem}.addr__list{display:grid;grid-template-columns:1fr;gap:1.25rem}.addr__card{position:relative;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.25rem,3vw,1.75rem)}.addr__default{position:absolute;top:1rem;right:1rem}.addr__text{font-style:normal;line-height:1.5;margin-bottom:.75rem}.addr__card-actions{display:flex;gap:1rem}.addr__link{font-weight:600;color:var(--ocean);text-decoration:underline;text-underline-offset:2px}.addr__link--danger{color:var(--coral-deep)}.addr__muted{color:var(--text-soft)}.article__inner{max-width:760px;margin-inline:auto}.article__head{text-align:center;margin-bottom:clamp(1.25rem,3vw,2rem)}.article__back{display:inline-flex;align-items:center;gap:.35em;font-weight:600;font-size:var(--step--1);color:var(--ocean);margin-bottom:1rem}.article__back svg{width:1em;height:1em;transform:rotate(180deg)}.article__meta{display:flex;flex-wrap:wrap;gap:.5em;justify-content:center;margin-top:.75rem;color:var(--text-soft);font-size:var(--step--1);font-weight:600}.article__hero{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:clamp(1.5rem,4vw,2.5rem);box-shadow:var(--shadow)}.article__hero img{width:100%;height:auto}.article__content{color:var(--text)}.article__content :where(p,ul,ol,blockquote,h2,h3,h4,img,figure){margin-top:1.1em}.article__content :where(p,li){max-width:65ch}.article__content :where(h2){font-size:var(--step-3);margin-top:1.6em}.article__content :where(h3){font-size:var(--step-2);margin-top:1.4em}.article__content :where(ul,ol){padding-left:1.25em}.article__content :where(ul){list-style:disc}.article__content :where(ol){list-style:decimal}.article__content :where(li){margin-top:.4em}.article__content :where(a){color:var(--ocean);text-decoration:underline;text-underline-offset:2px}.article__content :where(img){border-radius:var(--radius-lg)}.article__content :where(blockquote){padding:1rem 1.25rem;background:var(--foam);border-radius:var(--radius);color:var(--ocean);font-style:italic}.article__comments{margin-top:clamp(2.5rem,5vw,4rem);border-top:1px solid var(--line);padding-top:clamp(1.5rem,3vw,2rem)}.article__comments-title{font-size:var(--step-2);margin-bottom:1rem}.article__comment{padding:1rem 1.25rem;background:var(--foam);border-radius:var(--radius);margin-top:.75rem}.article__comment-body{margin:0}.article__comment-author{margin:.4rem 0 0;font-weight:700;color:var(--ocean);font-size:var(--step--1)}.bloglist__head{margin-bottom:clamp(1.75rem,4vw,2.75rem)}.bloglist__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:clamp(1.5rem,3vw,2.25rem);margin:0}.artcard{display:flex;flex-direction:column;height:100%;color:var(--text)}.artcard:hover{text-decoration:none}.artcard__media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16 / 10;background:var(--foam);box-shadow:var(--shadow-sm)}.artcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out-soft)}.artcard:hover .artcard__media img,.artcard:focus-visible .artcard__media img{transform:scale(1.04)}.artcard__body{display:flex;flex-direction:column;gap:.4rem;padding-top:.9rem}.artcard__date{font-size:var(--step--1);font-weight:600;color:var(--coral-deep)}.artcard__title{font-size:var(--step-2);color:var(--ocean)}.artcard__excerpt{color:var(--text-soft);margin:0}.artcard__more{display:inline-flex;align-items:center;gap:.35em;font-weight:700;color:var(--ocean);font-size:var(--step--1);margin-top:.2rem}.artcard__more svg{width:1em;height:1em;transition:transform .22s var(--ease-out)}.artcard:hover .artcard__more svg{transform:translate(4px)}.bloglist__pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:clamp(2.5rem,5vw,4rem)}.bloglist__page{display:grid;place-items:center;min-width:44px;height:44px;padding-inline:.6rem;border-radius:var(--radius);font-weight:600;color:var(--ocean)}.bloglist__page:hover{background:var(--foam);text-decoration:none}.bloglist__page--current{background:var(--coral);color:var(--navy-ink)}.bloglist__page--gap{color:var(--text-soft)}.bloglist__page--arrow svg{width:1.1em;height:1.1em;transform:rotate(180deg)}.bloglist__page--next svg{transform:none}.bloglist__empty{color:var(--text-soft)}@media(prefers-reduced-motion:reduce){.artcard__media img,.artcard__more svg{transition:none}.artcard:hover .artcard__media img{transform:none}}.cart__title{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.cart__layout{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:start}@media(min-width:990px){.cart__layout{grid-template-columns:1fr 360px}}.cart__items-head{display:none;padding-bottom:.75rem;border-bottom:1px solid var(--line);font-size:var(--step--1);font-weight:700;color:var(--text-soft)}@media(min-width:750px){.cart__items-head{display:grid;grid-template-columns:1fr auto auto;gap:1.5rem}.cart__items-head span:nth-child(2){width:9rem;text-align:center}.cart__items-head span:nth-child(3){width:6rem;text-align:right}}.cart__list{margin:0}.cart-item{display:grid;grid-template-columns:84px 1fr;grid-template-areas:"media info" "qty   total";gap:.5rem 1rem;padding-block:clamp(1.25rem,3vw,1.75rem);border-bottom:1px solid var(--line-soft);align-items:start}@media(min-width:750px){.cart-item{grid-template-columns:96px 1fr 9rem 6rem;grid-template-areas:"media info qty total";align-items:center;gap:1.5rem}}.cart-item__media{grid-area:media;border-radius:var(--radius);overflow:hidden;background:var(--foam)}.cart-item__media img,.cart-item__placeholder{width:100%;aspect-ratio:1;object-fit:cover}.cart-item__info{grid-area:info;display:flex;flex-direction:column;gap:.2rem}.cart-item__name{font-family:var(--font-display);font-weight:500;font-size:var(--step-1);color:var(--ocean);text-decoration:none}.cart-item__name:hover{text-decoration:underline}.cart-item__variant{color:var(--text-soft);font-size:var(--step--1);margin:0}.cart-item__unit{color:var(--text-soft);font-size:var(--step--1);margin-top:.15rem}.cart-item__discounts{display:flex;flex-direction:column;gap:.15rem;margin-top:.2rem}.cart-item__discounts li{display:inline-flex;align-items:center;gap:.35em;font-size:var(--step--1);color:var(--coral-deep)}.cart-item__discounts svg{width:1em;height:1em}.cart-item__qty{grid-area:qty;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}@media(min-width:750px){.cart-item__qty{align-items:center}}.cart-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--white)}.cart-qty__btn{display:grid;place-items:center;width:44px;height:44px;color:var(--ocean);border-radius:var(--radius-pill)}.cart-qty__btn svg{width:1.1em;height:1.1em}.cart-qty__btn:hover{color:var(--coral-deep)}.cart-qty__input{width:3rem;height:44px;text-align:center;border:none;background:transparent;font-weight:600;-moz-appearance:textfield}.cart-qty__input::-webkit-outer-spin-button,.cart-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{display:inline-flex;align-items:center;gap:.3em;font-size:var(--step--1);color:var(--text-soft)}.cart-item__remove svg{width:1em;height:1em}.cart-item__remove:hover{color:var(--coral-deep);text-decoration:none}.cart-item__total{grid-area:total;font-weight:700;text-align:right}@media(max-width:749px){.cart-item__total{align-self:center}}.cart-item__total-now{display:block}.cart-item__total-was{color:var(--text-soft);font-weight:400;font-size:var(--step--1)}.cart__summary-inner{position:sticky;top:clamp(1rem,4vw,2rem);background:var(--foam);border-radius:var(--radius-lg);padding:clamp(1.25rem,3vw,1.75rem);display:flex;flex-direction:column;gap:1.25rem}.cart__note{display:flex;flex-direction:column;gap:.4rem}.cart__note-label{font-weight:700;font-size:var(--step--1)}.cart__note-field{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .85rem;background:var(--white);resize:vertical;font-family:var(--font-body)}.cart__note-field:focus-visible{outline:3px solid var(--sky);outline-offset:1px}.cart__totals{display:flex;flex-direction:column;gap:.5rem}.cart__subtotal-row{display:flex;justify-content:space-between;align-items:baseline;font-weight:700;font-size:var(--step-1)}.cart__subtotal{font-family:var(--font-display)}.cart__discount-row{display:flex;justify-content:space-between;color:var(--coral-deep);font-size:var(--step--1)}.cart__discount-row svg{width:1em;height:1em;margin-right:.3em}.cart__tax-note{color:var(--text-soft);font-size:var(--step--1);margin:0}.cart__checkout svg{width:1.1em;height:1.1em}.cart__trust{justify-content:center}.cart__continue{display:inline-flex;align-items:center;gap:.4em;justify-content:center;font-weight:600;font-size:var(--step--1);color:var(--ocean)}.cart__continue svg{width:1em;height:1em}.cart__empty{text-align:center;max-width:32rem;margin-inline:auto;padding-block:clamp(2rem,6vw,4rem);display:flex;flex-direction:column;align-items:center;gap:1rem}.cart__empty-icon{display:grid;place-items:center;width:4.5rem;height:4.5rem;border-radius:var(--radius-pill);background:color-mix(in oklch,var(--sky) 22%,var(--white));color:var(--ocean)}.cart__empty-icon svg{width:2rem;height:2rem}.cart__empty-text{color:var(--text-soft);margin:0}.coll__head{max-width:46rem;margin-bottom:clamp(1.75rem,4vw,2.75rem)}.coll__desc{margin-top:.75rem}.coll__desc :where(p){color:var(--text-soft)}.coll__count{margin-top:.75rem;color:var(--text-soft);font-size:var(--step--1);font-weight:600}.coll__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:clamp(1.25rem,3vw,2rem);margin:0}@media(max-width:520px){.coll__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.coll__pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:clamp(2.5rem,5vw,4rem)}.coll__page{display:grid;place-items:center;min-width:44px;height:44px;padding-inline:.6rem;border-radius:var(--radius);font-weight:600;color:var(--ocean)}.coll__page:hover{background:var(--foam);text-decoration:none}.coll__page--current{background:var(--coral);color:var(--navy-ink)}.coll__page--gap{color:var(--text-soft)}.coll__page--arrow svg{width:1.1em;height:1.1em;transform:rotate(180deg)}.coll__page--next svg{transform:none}.coll__empty{text-align:center;max-width:32rem;margin-inline:auto;padding-block:clamp(2rem,6vw,4rem);display:flex;flex-direction:column;align-items:center;gap:1rem}.coll__empty-icon{display:grid;place-items:center;width:4.5rem;height:4.5rem;border-radius:var(--radius-pill);background:color-mix(in oklch,var(--sky) 22%,var(--white));color:var(--ocean)}.coll__empty-icon svg{width:2rem;height:2rem}.coll__empty-text{color:var(--text-soft);margin:0}.collist__head{text-align:center;max-width:46rem;margin-inline:auto;margin-bottom:clamp(1.75rem,4vw,2.75rem)}.collist__lede{margin-top:.75rem;margin-inline:auto}.collist__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:clamp(1.25rem,3vw,2rem);margin:0}.collcard{display:block;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);isolation:isolate;transition:box-shadow .22s var(--ease-out)}.collcard:hover{box-shadow:var(--shadow-lg);text-decoration:none}.collcard__media{position:relative;aspect-ratio:4 / 3}.collcard__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out-soft)}.collcard:hover .collcard__img,.collcard:focus-visible .collcard__img{transform:scale(1.05)}.collcard__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,color-mix(in oklch,var(--navy-ink) 78%,transparent) 0%,color-mix(in oklch,var(--navy-ink) 38%,transparent) 38%,transparent 64%)}.collcard__body{position:absolute;inset-inline:0;bottom:0;z-index:1;display:flex;flex-direction:column;gap:.15rem;padding:clamp(1.1rem,2.5vw,1.5rem)}.collcard__name{font-family:var(--font-display);font-weight:600;font-size:var(--step-2);line-height:1.1;letter-spacing:-.02em;color:var(--white)}.collcard__count{font-size:var(--step--1);color:var(--white);opacity:.9}.collist__empty{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-block:clamp(2rem,6vw,4rem)}@media(prefers-reduced-motion:reduce){.collcard,.collcard__img{transition:none}.collcard:hover .collcard__img,.collcard:focus-visible .collcard__img{transform:none}}.account__inner{max-width:30rem;margin-inline:auto;display:flex;flex-direction:column;gap:1.5rem}.account__card{background:var(--foam);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.25rem);display:flex;flex-direction:column;gap:1rem}.account__card--recover:not(:target){display:none}.account__title{font-size:var(--step-3)}.account__muted{color:var(--text-soft);margin:0}.account__field{display:flex;flex-direction:column;gap:.4rem}.account__field-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.account__field label{font-weight:600;font-size:var(--step--1)}.account__field input,.account__field textarea,.account__field select{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .85rem;background:var(--white);font-family:var(--font-body)}.account__field input:focus-visible,.account__field textarea:focus-visible,.account__field select:focus-visible{outline:3px solid var(--sky);outline-offset:1px}.account__link{font-weight:600;color:var(--ocean);text-decoration:underline;text-underline-offset:2px}.account__alt{color:var(--text-soft);font-size:var(--step--1);margin:0}.account__errors,.account__success{border-radius:var(--radius);padding:.75rem 1rem;font-size:var(--step--1)}.account__errors{background:color-mix(in oklch,var(--coral) 16%,var(--white));color:var(--coral-deep)}.account__errors ul{list-style:disc;padding-left:1.1em}.account__success{background:color-mix(in oklch,var(--sky) 18%,var(--white));color:var(--ocean)}.order__head{margin-bottom:clamp(1.5rem,4vw,2.25rem)}.order__back{display:inline-flex;align-items:center;gap:.35em;font-weight:600;font-size:var(--step--1);color:var(--ocean);margin-bottom:.75rem}.order__back svg{width:1em;height:1em;transform:rotate(180deg)}.order__date{color:var(--text-soft);margin:.25rem 0 0}.order__cancelled{background:color-mix(in oklch,var(--coral) 16%,var(--white));color:var(--coral-deep);padding:.85rem 1.1rem;border-radius:var(--radius);margin-bottom:1.5rem}.order__table-wrap{overflow-x:auto}.order__table{width:100%;border-collapse:collapse}.order__table th{text-align:left}.order__table thead th{font-size:var(--step--1);color:var(--text-soft);font-weight:700;padding:.6rem .75rem;border-bottom:1px solid var(--line)}.order__table td{padding:.85rem .75rem;border-bottom:1px solid var(--line-soft);vertical-align:top}.order__table tfoot th,.order__table tfoot td{padding:.5rem .75rem;text-align:right}.order__total-row th,.order__total-row td{font-family:var(--font-display);font-size:var(--step-1);border-top:1px solid var(--line);padding-top:.85rem}.order__link{font-weight:600;color:var(--ocean);text-decoration:underline;text-underline-offset:2px}.order__fulfilled{display:block;font-size:var(--step--1);color:var(--text-soft)}.order__addresses{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:clamp(2rem,4vw,3rem)}.order__address-title{font-size:var(--step-1);margin-bottom:.5rem}.order__address-block address{font-style:normal;line-height:1.5}@media(max-width:600px){.order__table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.order__table tbody tr{display:block;border-bottom:1px solid var(--line);padding-block:.5rem}.order__table tbody td{display:flex;justify-content:space-between;gap:1rem;border:none;padding:.35rem 0}.order__table tbody td:before{content:attr(data-label);font-weight:700;color:var(--text-soft)}}.page__inner{max-width:68ch;margin-inline:auto}.page__head{margin-bottom:clamp(1.5rem,4vw,2.5rem);text-align:center}.page__content{color:var(--text)}.page__content :where(p,ul,ol,blockquote,h2,h3,h4,img,figure){margin-top:1.1em}.page__content :where(p,li){max-width:65ch}.page__content :where(h2){font-size:var(--step-3);margin-top:1.6em}.page__content :where(h3){font-size:var(--step-2);margin-top:1.4em}.page__content :where(ul,ol){padding-left:1.25em}.page__content :where(ul){list-style:disc}.page__content :where(ol){list-style:decimal}.page__content :where(li){margin-top:.4em}.page__content :where(a){color:var(--ocean);text-decoration:underline;text-underline-offset:2px}.page__content :where(img){border-radius:var(--radius-lg)}.page__content :where(blockquote){padding:1rem 1.25rem;background:var(--foam);border-radius:var(--radius);color:var(--ocean);font-style:italic}.register__inner{max-width:30rem;margin-inline:auto}.register__card{background:var(--foam);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.25rem);display:flex;flex-direction:column;gap:1rem}.register__title{font-size:var(--step-3)}.register__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.register__row{grid-template-columns:1fr}}.register__field{display:flex;flex-direction:column;gap:.4rem}.register__field label{font-weight:600;font-size:var(--step--1)}.register__field input{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .85rem;background:var(--white);font-family:var(--font-body)}.register__field input:focus-visible{outline:3px solid var(--sky);outline-offset:1px}.register__link{font-weight:600;color:var(--ocean);text-decoration:underline;text-underline-offset:2px}.register__alt{color:var(--text-soft);font-size:var(--step--1);margin:0}.register__errors{border-radius:var(--radius);padding:.75rem 1rem;font-size:var(--step--1);background:color-mix(in oklch,var(--coral) 16%,var(--white));color:var(--coral-deep)}.register__errors ul{list-style:disc;padding-left:1.1em}.reset__inner{max-width:30rem;margin-inline:auto}.reset__card{background:var(--foam);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.25rem);display:flex;flex-direction:column;gap:1rem}.reset__title{font-size:var(--step-3)}.reset__muted{color:var(--text-soft);margin:0}.reset__field{display:flex;flex-direction:column;gap:.4rem}.reset__field label{font-weight:600;font-size:var(--step--1)}.reset__field input{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .85rem;background:var(--white);font-family:var(--font-body)}.reset__field input:focus-visible{outline:3px solid var(--sky);outline-offset:1px}.reset__errors{border-radius:var(--radius);padding:.75rem 1rem;font-size:var(--step--1);background:color-mix(in oklch,var(--coral) 16%,var(--white));color:var(--coral-deep)}.reset__errors ul{list-style:disc;padding-left:1.1em}.search__head{max-width:46rem;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.search__form{margin-top:1.25rem}.search__field{display:flex;gap:.5rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-pill);padding:.35rem .35rem .35rem 1.1rem;box-shadow:var(--shadow-sm)}.search__field:focus-within{outline:3px solid var(--sky);outline-offset:2px}.search__input{flex:1;min-width:0;border:none;background:transparent;font-size:var(--step-0)}.search__input:focus-visible{outline:none}.search__submit{flex:none}.search__summary{color:var(--text-soft);font-weight:600;margin-bottom:clamp(1.25rem,3vw,2rem)}.search__results{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:clamp(1.25rem,3vw,2rem);margin:0}@media(max-width:520px){.search__results{grid-template-columns:repeat(2,1fr);gap:1rem}}.search-card{display:flex;flex-direction:column;height:100%;background:var(--foam);border-radius:var(--radius-lg);overflow:hidden;color:var(--text)}.search-card:hover{text-decoration:none;box-shadow:var(--shadow)}.search-card__media{aspect-ratio:3 / 2}.search-card__media img{width:100%;height:100%;object-fit:cover}.search-card__body{display:flex;flex-direction:column;gap:.3rem;padding:1rem 1.1rem}.search-card__type{font-size:var(--step--1);font-weight:700;color:var(--coral-deep)}.search-card__title{font-family:var(--font-display);font-weight:500;font-size:var(--step-1);color:var(--ocean)}.search-card__excerpt{color:var(--text-soft);font-size:var(--step--1);margin:0}.search__pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:clamp(2.5rem,5vw,4rem)}.search__page{display:grid;place-items:center;min-width:44px;height:44px;padding-inline:.6rem;border-radius:var(--radius);font-weight:600;color:var(--ocean)}.search__page:hover{background:var(--foam);text-decoration:none}.search__page--current{background:var(--coral);color:var(--navy-ink)}.search__page--gap{color:var(--text-soft)}.search__page--arrow svg{width:1.1em;height:1.1em;transform:rotate(180deg)}.search__page--next svg{transform:none}.search__prompt{color:var(--text-soft)}.search__empty{text-align:center;max-width:32rem;margin-inline:auto;padding-block:clamp(2rem,6vw,4rem);display:flex;flex-direction:column;align-items:center;gap:1rem}.search__empty-icon{display:grid;place-items:center;width:4.5rem;height:4.5rem;border-radius:var(--radius-pill);background:color-mix(in oklch,var(--sky) 22%,var(--white));color:var(--ocean)}.search__empty-icon svg{width:2rem;height:2rem}.search__empty-text{color:var(--text-soft);margin:0}.nl{position:relative;overflow:hidden;text-align:center}.nl.section--foam{background:var(--foam)}.nl__inner{position:relative;z-index:var(--z-1, 1);max-width:44rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.nl__heading{margin:0;color:var(--navy-ink);font-size:var(--step-4);line-height:1.05;letter-spacing:-.02em;text-wrap:balance}.nl__sub{margin:0;max-width:38ch;color:var(--navy-ink);text-wrap:pretty}.nl.section--foam .nl__sub{color:var(--ink-muted)}.nl__form{width:100%;margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.nl__row{width:100%;max-width:32rem;display:flex;flex-direction:column;gap:.6rem;background:var(--white);padding:.4rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.nl__input{flex:1 1 auto;min-width:0;min-height:48px;padding:0 1.1rem;border:1px solid transparent;border-radius:var(--radius-pill);background:var(--white);color:var(--navy-ink);font-family:var(--font-body);font-size:var(--step-0)}.nl__input::placeholder{color:var(--ink-muted)}.nl__input:focus-visible{outline:2px solid var(--ocean);outline-offset:2px}.nl__submit{flex:0 0 auto;min-height:48px;border-radius:var(--radius-pill);background:var(--coral);color:var(--navy-ink);font-weight:700;white-space:nowrap;padding-inline:1.6rem;box-shadow:var(--shadow-sm);transition:background .15s var(--ease-out),transform .15s var(--ease-out)}.nl__submit:hover{background:var(--coral-deep)}.nl__submit:active{transform:translateY(1px);background:var(--coral-deep)}.nl__success{margin:0;max-width:36ch;padding:.9rem 1.4rem;border-radius:var(--radius-pill);background:var(--white);color:var(--navy-ink);font-weight:600;font-size:var(--step-0);box-shadow:var(--shadow)}.nl__error{margin:0 0 .25rem;max-width:40ch;padding:.7rem 1.2rem;border-radius:var(--radius);background:color-mix(in oklch,var(--coral-deep) 14%,var(--white));color:var(--coral-deep);font-weight:600;font-size:var(--step--1)}.nl__sun,.nl__wave{position:absolute;z-index:0;color:var(--white);opacity:.18;pointer-events:none}.nl__sun{top:-1.5rem;right:-1.5rem;width:clamp(7rem,18vw,12rem);height:clamp(7rem,18vw,12rem)}.nl__wave{bottom:-2.5rem;left:-2rem;width:clamp(9rem,26vw,18rem);height:auto;opacity:.14}.nl.section--foam .nl__sun{color:var(--sun);opacity:.4}.nl.section--foam .nl__wave{color:var(--sky-bright);opacity:.45}.nl__sun svg,.nl__wave svg{width:100%;height:100%;display:block}@media(min-width:600px){.nl__row{flex-direction:row;align-items:stretch}}.press{background:var(--foam);border-block:1px solid color-mix(in oklch,var(--sky) 14%,transparent)}.press__row{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.75rem,3vw,1.25rem) 0;padding-block:clamp(.9rem,2.4vw,1.35rem)}.press__item{display:flex;align-items:center;justify-content:center;gap:.6rem;padding-inline:clamp(.5rem,2vw,1.5rem);text-align:left;position:relative}.press__item+.press__item:before{content:"";position:absolute;inset-block:12%;inset-inline-start:0;width:1px;background:color-mix(in oklch,var(--ocean) 16%,transparent)}.press__icon{display:inline-flex;flex:none;color:var(--sky)}.press__icon svg{width:1.4rem;height:1.4rem}.press__text{display:flex;flex-direction:column;line-height:1.15}.press__stat{font-family:var(--font-display);font-weight:600;font-size:var(--step-0);letter-spacing:-.01em;color:var(--navy-ink)}.press__label{font-family:var(--font-body);font-size:var(--step--1);color:var(--ink-muted)}@media(min-width:700px){.press__row{grid-template-columns:repeat(4,1fr);padding-block:clamp(1rem,1.6vw,1.4rem)}}.rv{background:var(--white)}.rv__head{text-align:center;max-width:46rem;margin-inline:auto}.rv__title{text-wrap:balance;margin:0}.rv__summary{display:flex;align-items:center;justify-content:center;gap:clamp(.75rem,2vw,1.25rem);margin-top:1.5rem}.rv__avg{font-family:var(--font-display);font-weight:600;font-size:var(--step-5);line-height:.9;letter-spacing:-.03em;color:var(--ocean)}.rv__summary-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;text-align:left}.rv__summary-stars{color:var(--sun)}.rv__summary-count{font-family:var(--font-body);font-weight:500;font-size:var(--step--1);color:var(--ink-muted)}.rv__carousel{position:relative;margin-top:clamp(2rem,5vw,3rem)}.rv__track{list-style:none;margin:0;padding:0;display:grid;grid-auto-flow:column;grid-auto-columns:82%;gap:clamp(1rem,3vw,1.5rem);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--pad-x, 16px);-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-block:6px;margin-inline:calc(var(--pad-x, 16px) * -1);padding-inline:var(--pad-x, 16px)}.rv__track::-webkit-scrollbar{display:none}.rv__card{scroll-snap-align:start;display:flex;flex-direction:column;gap:.85rem;background:var(--white);border:1px solid var(--line-soft, color-mix(in oklch, var(--sky) 14%, var(--white)));border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(1.25rem,3vw,1.75rem)}.rv__card-stars{color:var(--sun)}.rv__card-headline{margin:0;font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;line-height:1.12;text-wrap:balance;color:var(--navy-ink);font-size:var(--step-1)}.rv__card-body{margin:0;font-family:var(--font-body);color:var(--navy-ink);font-size:var(--step-0);line-height:1.55;text-wrap:pretty;flex:1 1 auto}.rv__card-foot{display:flex;align-items:center;gap:.65rem;margin-top:.35rem;padding-top:1rem;border-top:1px solid color-mix(in oklch,var(--sky) 16%,var(--white))}.rv__avatar{flex:0 0 auto;display:grid;place-items:center;width:44px;height:44px;border-radius:var(--radius-pill);background:var(--sky-bright);color:var(--navy-ink);font-family:var(--font-body);font-weight:700;font-size:var(--step--1);letter-spacing:.01em}.rv__name{font-family:var(--font-body);font-weight:600;font-size:var(--step-0);color:var(--navy-ink);margin-right:auto}.rv__verified{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--font-body);font-weight:600;font-size:var(--step--1);color:var(--coral);white-space:nowrap}.rv__verified svg{width:1.1em;height:1.1em}.rv__nav{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.rv__btn{display:grid;place-items:center;width:48px;height:48px;border-radius:var(--radius-pill);border:1px solid color-mix(in oklch,var(--sky) 30%,var(--white));background:var(--white);color:var(--ocean);cursor:pointer;box-shadow:var(--shadow-sm);transition:background .16s var(--ease-out, ease),transform .16s var(--ease-out, ease)}.rv__btn:hover{background:var(--foam)}.rv__btn:active{transform:translateY(1px)}.rv__btn svg{width:1.25rem;height:1.25rem}.rv__btn[data-carousel-prev] svg{transform:rotate(180deg)}@media(min-width:768px){.rv__track{grid-auto-columns:1fr}}@media(min-width:900px){.rv__track{grid-auto-flow:row;grid-template-columns:repeat(3,1fr);overflow:visible;margin-inline:0;padding-inline:0;scroll-snap-type:none}.rv__nav{display:none}}@media(prefers-reduced-motion:reduce){.rv__track{scroll-behavior:auto}.rv__btn{transition:none}}.spec{padding-top:10px}.spec__inner{display:grid;gap:clamp(28px,5vw,64px);align-items:center}.spec__media{order:3;margin:0}.spec__img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.spec__content{order:1}.spec__head{max-width:36ch}.spec__title{margin:0;font-size:var(--step-4);text-wrap:balance}.spec__lede{margin-top:.75rem;color:var(--ink-muted)}.spec__stats{order:2;margin:clamp(24px,4vw,40px) 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,28px) clamp(24px,4vw,40px)}.spec__stat{position:relative;padding-top:clamp(18px,2.5vw,24px)}.spec__stat:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--line)}.spec__value{margin:0;display:flex;align-items:baseline;gap:.35rem;color:var(--ocean)}.spec__number{font-family:var(--font-display);font-weight:600;font-size:var(--step-5);line-height:.95;letter-spacing:-.02em}.spec__unit{font-family:var(--font-display);font-weight:500;font-size:var(--step-1);color:var(--sky)}.spec__label{margin-top:.4rem;color:var(--ink-muted);font-size:var(--step--1);font-weight:500}@media(min-width:900px){.spec__inner{grid-template-columns:1fr 1fr}.spec__media,.spec__content{order:0}.spec__stats{grid-template-columns:1fr;gap:0}.spec__stat{padding-top:clamp(20px,2vw,28px);margin-top:clamp(20px,2vw,28px)}.spec__stat:first-child{margin-top:clamp(20px,2vw,28px)}}[data-reveal] .spec__stat{transition-delay:calc(var(--i, 0) * 70ms)}.spec__stat:nth-child(1){--i: 0}.spec__stat:nth-child(2){--i: 1}.spec__stat:nth-child(3){--i: 2}.spec__stat:nth-child(4){--i: 3}.spec__stat:nth-child(5){--i: 4}.spec__stat:nth-child(6){--i: 5}.vprop{padding-block:clamp(28px,4vw,48px)}.vprop__row{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,5vw,2.5rem) clamp(1rem,4vw,2rem)}.vprop__item{display:flex;align-items:center;gap:.75rem;min-width:0}.vprop__icon{display:inline-flex;flex:none;color:var(--sky)}.vprop__icon svg{width:1.6rem;height:1.6rem}.vprop__text{display:flex;flex-direction:column;gap:.1rem;min-width:0;line-height:1.2}.vprop__label{font-family:var(--font-body);font-weight:700;font-size:var(--step-0);color:var(--navy-ink);text-wrap:balance}.vprop__sub{font-family:var(--font-body);font-size:var(--step--1);color:var(--ink-muted);text-wrap:pretty}@media(min-width:760px){.vprop__row{grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,4vw,3rem)}}.cw__inner{display:block}.cw__head{margin-bottom:clamp(28px,4vw,44px)}.cw__title{margin:0;font-size:var(--step-4);text-wrap:balance}.cw__lede{margin-top:.75rem;color:var(--ink-muted);text-wrap:pretty}.cw__carousel{position:relative}.cw__track{list-style:none;margin:0;padding:4px var(--pad-x) 8px;margin-inline:calc(-1 * var(--pad-x));display:grid;grid-auto-flow:column;grid-auto-columns:78%;gap:clamp(14px,4vw,20px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:var(--pad-x);-webkit-overflow-scrolling:touch;scrollbar-width:none}.cw__track::-webkit-scrollbar{display:none}.cw__item{scroll-snap-align:start}.cw__card{display:flex;flex-direction:column;gap:clamp(12px,1.6vw,16px);height:100%;text-decoration:none;color:var(--navy-ink)}.cw__photo{display:block;overflow:hidden;border-radius:var(--radius-lg);background:var(--foam);box-shadow:var(--shadow)}.cw__img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;transition:transform .4s var(--ease-out)}.cw__card:hover .cw__img,.cw__card:focus-visible .cw__img{transform:scale(1.04)}.cw__meta{display:flex;flex-direction:column;gap:.4rem;padding-inline:2px}.cw__name{display:flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-weight:600;font-size:var(--step-1);letter-spacing:-.01em}.cw__dot{flex:none;width:18px;height:18px;border-radius:var(--radius-pill);background:var(--swatch, var(--sky-bright));box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--navy-ink) 12%,transparent)}.cw__shop{display:inline-flex;align-items:center;gap:.35rem;color:var(--ocean);font-size:var(--step--1);font-weight:600}.cw__shop svg{width:1em;height:1em;transition:transform .25s var(--ease-out)}.cw__card:hover .cw__shop svg,.cw__card:focus-visible .cw__shop svg{transform:translate(3px)}.cw__nav{display:none}.cw__btn{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:var(--radius-pill);border:none;background:var(--white);color:var(--ocean);box-shadow:var(--shadow);cursor:pointer;transition:transform .15s var(--ease-out),background .15s var(--ease-out)}.cw__btn:hover{background:var(--foam)}.cw__btn:active{transform:translateY(1px)}.cw__btn svg{width:20px;height:20px}.cw__btn[data-carousel-prev] svg{transform:rotate(90deg)}.cw__btn[data-carousel-next] svg{transform:rotate(-90deg)}@media(min-width:900px){.cw__head{text-align:left;max-width:46rem;margin-inline:0}.cw__head p{margin-inline:0}.cw__track{grid-auto-flow:row;grid-template-columns:repeat(4,1fr);grid-auto-columns:auto;gap:clamp(20px,2.4vw,32px);overflow:visible;padding:0;margin-inline:0;scroll-snap-type:none}.cw__nav{display:none}}@media(prefers-reduced-motion:reduce){.cw__img,.cw__shop svg{transition:none}.cw__card:hover .cw__img,.cw__card:focus-visible .cw__img{transform:none}}.pcard{height:100%}.pcard__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:var(--text)}.pcard__link:hover{text-decoration:none}.pcard__media{position:relative;aspect-ratio:4 / 5;border-radius:var(--radius-lg);overflow:hidden;background:var(--foam);box-shadow:var(--shadow-sm);transition:box-shadow .22s var(--ease-out)}.pcard__link:hover .pcard__media,.pcard__link:focus-visible .pcard__media{box-shadow:var(--shadow)}.pcard__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s var(--ease-out),transform .5s var(--ease-out-soft)}.pcard__img--hover{opacity:0}.pcard__link:hover .pcard__img--primary,.pcard__link:focus-visible .pcard__img--primary{opacity:0}.pcard__link:hover .pcard__img--hover,.pcard__link:focus-visible .pcard__img--hover{opacity:1}.pcard__link:hover .pcard__media:only-child .pcard__img--primary{opacity:1}.pcard__placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.pcard__placeholder-svg{width:100%;height:100%;object-fit:cover}.pcard__badge{position:absolute;top:.75rem;left:.75rem;z-index:1}.pcard__body{display:flex;flex-direction:column;gap:.2rem;padding-top:.85rem}.pcard__rating{display:inline-flex;align-items:center;gap:.35em;font-size:var(--step--1);color:var(--text-soft)}.pcard__title{font-family:var(--font-display);font-weight:500;font-size:var(--step-1);line-height:1.2;color:var(--ocean);letter-spacing:-.01em}.pcard__price{display:inline-flex;align-items:baseline;gap:.5em;font-weight:600;color:var(--navy-ink)}.pcard__price-now--sale{color:var(--coral-deep)}.pcard__price-was{color:var(--text-soft);font-weight:400}@media(prefers-reduced-motion:reduce){.pcard__img{transition:opacity .2s ease}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
