*,*:before,*:after{box-sizing:border-box}:root{--card-shadow: 0 6px 24px rgba(28,28,30,.06);color-scheme:light}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-weight:var(--font-body-weight);font-size:var(--font-body-size);line-height:1.6;color:var(--color-text);background:var(--color-bg-gradient, var(--color-bg));-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul{margin:0;padding:0}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:var(--font-heading-weight);line-height:1.2;margin:0 0 .5em;text-transform:var(--heading-transform);letter-spacing:var(--heading-letter-spacing)}h1,.h1{font-size:calc(2.4rem * var(--font-heading-scale))}h2,.h2{font-size:calc(1.9rem * var(--font-heading-scale))}h3,.h3{font-size:calc(1.35rem * var(--font-heading-scale))}p{margin:0 0 1rem}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline}.rte img{border-radius:var(--card-radius);margin:1rem 0}.visually-hidden,.skip-to-content:not(:focus){position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-to-content{position:absolute;top:0;left:0;background:var(--color-accent);color:var(--color-accent-text);padding:.75rem 1rem;z-index:1000}.page-width{max-width:var(--page-width);margin:0 auto;padding-inline:24px}.page-width--narrow{max-width:820px}.main-content{min-height:50vh}.section{padding-block:var(--section-spacing)}.section--tight{padding-block:calc(var(--section-spacing) * .5)}.section--surface{background:var(--color-surface)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.section-header{margin-bottom:2.5rem}.section-header.text-center{margin-inline:auto;max-width:680px}.section-header__subheading,.feature-row__subheading,.video-hero__subheading,.recipient-card .recipient-card__subtitle{text-transform:uppercase;letter-spacing:2px;font-size:.72rem;color:var(--color-text-muted);margin-bottom:.6rem}.section-header__heading{font-size:calc(2rem * var(--font-heading-scale))}.section-header__text{color:var(--color-text-muted);margin-top:.5rem}.section-header__link{display:inline-block;margin-top:1rem;font-weight:600;border-bottom:1px solid currentColor}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:var(--button-radius);border:1px solid transparent;font-weight:600;font-size:.92rem;line-height:1;transition:transform .15s ease,opacity .15s ease,background .2s ease;background:var(--color-accent);color:var(--color-accent-text)}.button:hover{transform:translateY(-1px);opacity:.92}.button--primary{background:var(--color-accent);color:var(--color-accent-text)}.button--ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}.button--ghost:hover{background:var(--color-surface)}.button--small{padding:.6rem 1rem;font-size:.82rem}.button--full{width:100%}.button[disabled]{opacity:.45;cursor:not-allowed;transform:none}.field{margin-bottom:1rem}.field label,.field-label{display:block;margin-bottom:.4rem;font-size:.85rem;font-weight:600}.field-input,.field-textarea,.field-select,input[type=text],input[type=email],input[type=password],input[type=tel],input[type=search],input[type=number],textarea,select{width:100%;padding:.75rem .9rem;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);color:var(--color-text);font-family:inherit;font-size:.92rem}.field-input:focus,.field-textarea:focus,select:focus,input:focus,textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px}.field-textarea{min-height:96px;resize:vertical}.field-hint{font-size:.78rem;color:var(--color-text-muted);margin-top:.3rem}.form-success{color:#2e7d52;font-weight:600}.form-error{color:#c0392b;font-weight:600}.announcement-bar{background:var(--color-bg);color:var(--color-text);font-size:.8rem}.announcement-bar__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:38px}.announcement-bar__messages{text-align:center}.announcement-bar__meta{text-align:right}.announcement-bar__meta a{opacity:.85}.announcement-bar .social-icons{gap:.5rem}.announcement-bar__socials .social-icons a{color:currentColor}.header{background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header--sticky{position:sticky;top:0;z-index:50}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;min-height:70px}.header__logo{justify-self:start}.header__logo-text{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;letter-spacing:1px}.header__nav{justify-self:center}.header__menu{display:flex;gap:1.6rem;list-style:none}.header__menu-item{position:relative}.header__menu-item>a{font-size:.92rem;font-weight:500;padding-block:.5rem;display:inline-block}.header__menu-item>a:hover{color:var(--color-text-muted)}.header__dropdown{position:absolute;top:100%;left:0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--card-radius);padding:.5rem;min-width:200px;box-shadow:var(--card-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .18s ease;list-style:none;z-index:60}.header__menu-item.has-dropdown:hover .header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown a{display:block;padding:.5rem .75rem;border-radius:8px;font-size:.88rem}.header__dropdown a:hover{background:var(--color-surface)}.header__actions{justify-self:end;display:flex;align-items:center;gap:.4rem}.header__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:transparent;border:none;color:var(--color-text);border-radius:50%;position:relative}.header__icon:hover{background:var(--color-surface)}.header__menu-toggle{display:none;justify-self:start}.header__cart-count{position:absolute;top:4px;right:4px;background:var(--color-accent);color:var(--color-accent-text);font-size:.65rem;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.menu-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.menu-drawer[hidden]{display:none}.menu-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1c1e80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .25s ease}.menu-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(86vw,380px);background:var(--color-bg);display:flex;flex-direction:column;overflow-y:auto;box-shadow:8px 0 40px #1c1c1e2e;animation:slideInLeft .3s cubic-bezier(.22,.61,.36,1)}.menu-drawer__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;border-bottom:1px solid var(--color-border)}.menu-drawer__logo{width:110px;height:auto}.menu-drawer__brand{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;letter-spacing:1px}.menu-drawer__close{margin:-8px -8px -8px 0}.menu-drawer__search{display:flex;align-items:center;gap:.5rem;margin:1rem 1.25rem 0;padding:.15rem .9rem;border:1px solid var(--color-border);border-radius:var(--button-radius);background:var(--color-surface)}.menu-drawer__search svg{color:var(--color-text-muted);flex-shrink:0}.menu-drawer__search input{border:none;background:transparent;padding:.65rem 0}.menu-drawer__search input:focus{outline:none}.menu-drawer__nav{flex:1;padding:.75rem 1.25rem}.menu-drawer__list{list-style:none}.menu-drawer__item{border-bottom:1px solid var(--color-border)}.menu-drawer__row{display:flex;align-items:center;justify-content:space-between}.menu-drawer__link{display:block;flex:1;padding:.95rem 0;font-size:1.08rem;font-weight:500}.menu-drawer__link:active{color:var(--color-text-muted)}.menu-drawer__expand{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;color:var(--color-text-muted);border-radius:50%;transition:transform .25s ease}.menu-drawer__expand:hover{background:var(--color-surface)}.menu-drawer__expand[aria-expanded=true]{transform:rotate(180deg)}.menu-drawer__sublist{list-style:none;padding:0 0 .75rem .25rem}.menu-drawer__sublist[hidden]{display:none}.menu-drawer__sublink{display:block;padding:.55rem 0 .55rem 1rem;color:var(--color-text-muted);border-left:2px solid var(--color-border);margin-left:.25rem;font-size:.98rem}.menu-drawer__sublink:hover{color:var(--color-text);border-color:var(--color-accent)}.menu-drawer__footer{padding:1.1rem 1.25rem;border-top:1px solid var(--color-border);background:var(--color-surface);display:flex;flex-direction:column;gap:.25rem}.menu-drawer__util{display:flex;align-items:center;gap:.65rem;padding:.65rem 0;font-weight:500;font-size:.98rem}.menu-drawer__util svg{color:var(--color-text-muted)}.menu-drawer__socials{margin-top:.75rem}@keyframes slideInLeft{0%{transform:translate(-100%)}}@keyframes fadeIn{0%{opacity:0}}.video-hero{position:relative;display:flex;align-items:center;overflow:hidden;color:#fff}.video-hero--medium{min-height:460px}.video-hero--large{min-height:640px}.video-hero--full{min-height:100vh}.video-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.video-hero__video,.video-hero__image,.video-hero__placeholder svg{width:100%;height:100%;object-fit:cover}.video-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-overlay)}.video-hero__content{position:relative;width:100%;padding-block:4rem}.video-hero__text{max-width:640px}.video-hero.text-center .video-hero__text{margin-inline:auto;text-align:center}.video-hero__heading{font-size:clamp(2rem,5vw,3.6rem);color:#fff}.video-hero__body{font-size:1.1rem;opacity:.95}.video-hero__buttons{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.video-hero.text-center .video-hero__buttons{justify-content:center}.video-hero__buttons .button--ghost{color:#fff;border-color:#fff9}.video-hero__buttons .button--ghost:hover{background:#ffffff1f}.product-grid,.featured-collection .product-grid{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:1.5rem}.product-card{background:var(--color-bg)}.product-card__media{position:relative;display:block;border-radius:var(--card-radius);overflow:hidden;background:var(--color-surface)}.product-card__media--square{aspect-ratio:1/1}.product-card__media--portrait{aspect-ratio:3/4}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.product-card__media:hover img.product-card__image--primary{transform:scale(1.04)}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media:hover .product-card__image--secondary{opacity:1}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--color-sale);color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:20px}.product-card__badge--new{background:var(--color-accent)}.product-card__info{padding-top:.9rem;display:flex;flex-direction:column;gap:.4rem}.product-card__vendor{font-size:.72rem;text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted)}.product-card__title{font-size:1rem;font-weight:600;margin:0;font-family:var(--font-body)}.product-card__form{margin-top:.3rem}.price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-weight:600}.price__compare{color:var(--color-text-muted);font-weight:400}.price__sale{color:var(--color-sale)}.price__badge{background:var(--color-surface-alt);color:var(--color-text);font-size:.7rem;padding:.15rem .5rem;border-radius:12px}.recipient-grid,.collection-list__grid,.testimonials__grid,.blog-posts__grid,.steps-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(var(--columns, 4),1fr)}.recipient-card{text-align:center}.recipient-card__media{position:relative;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:var(--color-surface);margin-bottom:1rem}.recipient-card__media img,.recipient-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.recipient-card:hover .recipient-card__media img{transform:scale(1.05)}.recipient-card__emoji{position:absolute;bottom:8px;right:8px;font-size:1.4rem;background:var(--color-bg);width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:var(--card-shadow)}.recipient-card__title{display:block;font-weight:600;font-size:1.05rem}.recipient-card__subtitle{display:block}.step-card{text-align:center;padding:1.5rem;background:var(--color-bg);border-radius:var(--card-radius);box-shadow:var(--card-shadow);position:relative}.section--surface .step-card{box-shadow:none;border:1px solid var(--color-border)}.step-card__number{width:36px;height:36px;border-radius:50%;background:var(--color-accent);color:var(--color-accent-text);display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto .75rem}.step-card__icon{color:var(--color-text-muted);margin-bottom:.5rem;display:flex;justify-content:center}.step-card__icon svg{width:32px;height:32px}.step-card__title{font-size:1.1rem}.step-card__text{color:var(--color-text-muted);font-size:.92rem}.how-it-works__cta{margin-top:2.5rem}.feature-rows__list{display:flex;flex-direction:column;gap:3.5rem}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.feature-row--reverse .feature-row__media{order:2}.feature-row__media{position:relative;border-radius:var(--card-radius);overflow:hidden;background:var(--color-surface);aspect-ratio:4/3}.feature-row__media img,.feature-row__media svg{width:100%;height:100%;object-fit:cover}.feature-row__badge{position:absolute;top:14px;left:14px;background:var(--color-accent);color:var(--color-accent-text);font-size:.72rem;padding:.25rem .7rem;border-radius:20px}.feature-row__heading{font-size:calc(1.7rem * var(--font-heading-scale))}.feature-row__text{color:var(--color-text-muted);margin-bottom:1.25rem}.image-with-text__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.image-with-text__inner--text-first .image-with-text__media{order:2}.image-with-text__media{border-radius:var(--card-radius);overflow:hidden;background:var(--color-surface);aspect-ratio:4/3}.image-with-text__media img,.image-with-text__media svg{width:100%;height:100%;object-fit:cover}.image-with-text__heading{font-size:calc(1.8rem * var(--font-heading-scale))}.image-with-text__text{color:var(--color-text-muted);margin-bottom:1.25rem}.testimonial-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--card-radius);padding:1.75rem;margin:0}.section--surface .testimonial-card{background:var(--color-bg)}.testimonial-card__stars{color:#d8a23a;display:flex;gap:2px;margin-bottom:.75rem}.testimonial-card__quote{font-size:1.02rem;margin:0 0 1rem}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial-card__role{display:block;font-size:.8rem;color:var(--color-text-muted)}.trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-badge{display:flex;align-items:center;gap:.85rem}.trust-badge__icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--color-bg);display:flex;align-items:center;justify-content:center;color:var(--color-accent);box-shadow:var(--card-shadow)}.section--surface .trust-badge__icon{box-shadow:none;border:1px solid var(--color-border)}.trust-badge__title{display:block;font-size:.92rem}.trust-badge__text{font-size:.8rem;color:var(--color-text-muted)}.collection-card{display:block}.collection-card__media{aspect-ratio:4/5;border-radius:var(--card-radius);overflow:hidden;background:var(--color-surface);margin-bottom:.75rem}.collection-card__media img,.collection-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-card__media img{transform:scale(1.04)}.collection-card__title{font-weight:600;font-size:1.05rem}.article-card__media{display:block;aspect-ratio:16/10;border-radius:var(--card-radius);overflow:hidden;background:var(--color-surface);margin-bottom:1rem}.article-card__media img,.article-card__media svg{width:100%;height:100%;object-fit:cover}.article-card__date{font-size:.78rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px}.article-card__title{font-size:1.2rem;margin:.35rem 0 .5rem}.article-card__excerpt{color:var(--color-text-muted);font-size:.92rem}.article-card__link{font-weight:600}.newsletter-section__inner{max-width:560px;margin-inline:auto}.newsletter-form__field{display:flex;gap:.5rem}.newsletter-form__field input{flex:1}.newsletter-form--large{margin-top:1.5rem}.footer .newsletter-form__field{flex-direction:column}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding-block:3.5rem 2rem}.footer__top{display:grid;grid-template-columns:1.4fr 1fr 1.4fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--color-border)}.footer__heading{font-size:1rem;margin-bottom:1rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__links a,.footer__text{color:var(--color-text-muted);font-size:.9rem}.footer__links a:hover{color:var(--color-text)}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem}.footer__copyright{color:var(--color-text-muted);font-size:.82rem;margin:0}.footer__payment{display:flex;gap:.35rem;flex-wrap:wrap}.footer__payment-icon{width:38px;height:auto}.social-icons{display:flex;gap:.65rem;list-style:none;align-items:center}.social-icons a{display:inline-flex;color:currentColor}.social-icons a:hover{opacity:.7}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:start}.product__media-main{border-radius:var(--card-radius);overflow:hidden;background:var(--color-surface)}.product__media-item{display:none}.product__media-item.is-active{display:block}.product__media-image{width:100%;aspect-ratio:1/1;object-fit:cover}.product__thumbs{display:flex;gap:.6rem;margin-top:.75rem;flex-wrap:wrap}.product__thumb{width:70px;height:70px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:var(--color-surface);padding:0}.product__thumb.is-active{border-color:var(--color-accent)}.product__thumb-image{width:100%;height:100%;object-fit:cover}.product__media-wrap{position:sticky;top:90px}.product__vendor{text-transform:uppercase;letter-spacing:1px;font-size:.75rem;color:var(--color-text-muted);margin-bottom:.25rem}.product__title{font-size:calc(2rem * var(--font-heading-scale));margin-bottom:.5rem}.product__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product__stars{color:#d8a23a;display:inline-flex}.product__rating-text{font-size:.85rem;color:var(--color-text-muted)}.product__price{font-size:1.4rem;margin-bottom:1.5rem}.product__description{color:var(--color-text-muted);margin-block:1.5rem}.product__personalization{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--card-radius);padding:1.25rem;margin-bottom:1.5rem}.product__personalization-title{font-size:1.05rem;margin-bottom:1rem}.product__option{margin-bottom:1.25rem}.product__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.swatch{position:relative}.swatch input{position:absolute;opacity:0}.swatch span{display:inline-block;padding:.5rem .9rem;border:1px solid var(--color-border);border-radius:8px;font-size:.88rem}.swatch input:checked+span{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-accent-text)}.product-form__row{display:flex;gap:.75rem;margin-bottom:1rem}.product__features{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:1.5rem 0}.product__features li{display:flex;align-items:center;gap:.5rem;font-size:.92rem}.product__features svg{color:var(--color-accent);flex-shrink:0}.product__collapsible{border-top:1px solid var(--color-border);padding:1rem 0}.product__collapsible summary{display:flex;justify-content:space-between;align-items:center;font-weight:600;cursor:pointer;list-style:none}.product__collapsible summary::-webkit-details-marker{display:none}.product__collapsible[open] summary svg{transform:rotate(180deg)}.product__collapsible summary svg{transition:transform .2s ease}.product__collapsible .rte{padding-top:.75rem;color:var(--color-text-muted)}.product__countdown{border:1px solid var(--color-border);border-radius:var(--card-radius);padding:.85rem 1rem;margin-bottom:1rem;background:var(--color-surface);text-align:center}.product__countdown-label{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.countdown{display:flex;justify-content:center;gap:.6rem}.countdown span{display:flex;flex-direction:column;align-items:center;font-size:.68rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;min-width:48px}.countdown b{font-size:1.35rem;font-weight:700;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;padding:.25rem .3rem;width:100%;font-variant-numeric:tabular-nums}.product__urgency{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin:0 0 1.25rem}.product__urgency li{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text);background:var(--color-surface);border-radius:8px;padding:.45rem .7rem}.product__urgency svg{color:var(--color-sale);flex-shrink:0}.product__trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:1.25rem 0;padding:1rem 0;border-block:1px solid var(--color-border)}.product__trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;font-size:.74rem;font-weight:600;color:var(--color-text-muted)}.product__trust-item svg{color:var(--color-accent)}.faq-list{display:flex;flex-direction:column;gap:.6rem}.faq-item{border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-bg);overflow:hidden}.faq-item__q{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-weight:600;cursor:pointer;list-style:none}.faq-item__q::-webkit-details-marker{display:none}.faq-item__q svg{flex-shrink:0;transition:transform .2s ease;color:var(--color-text-muted)}.faq-item[open] .faq-item__q svg{transform:rotate(180deg)}.faq-item__a{padding:0 1.25rem 1.1rem;color:var(--color-text-muted)}.marquee{background:var(--color-bg);color:var(--color-text);overflow:hidden;padding:.7rem 0;border-block:1px solid var(--color-border)}.marquee__track{display:flex;width:max-content;animation:marquee var(--marquee-speed, 30s) linear infinite}.marquee__group{display:flex;align-items:center}.marquee__item{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;white-space:nowrap;padding:0 .25rem}.marquee__icon{color:var(--color-accent);display:inline-flex}.marquee__sep{opacity:.4;padding:0 1.1rem}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.stats__grid{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:1.5rem;text-align:center}.stat__value{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-text);line-height:1;font-variant-numeric:tabular-nums}.stat__label{margin-top:.5rem;color:var(--color-text-muted);font-size:.92rem}.compare{border:1px solid var(--color-border);border-radius:var(--card-radius);overflow:hidden}.compare__head,.compare__row{display:grid;grid-template-columns:1fr 96px 96px;align-items:center}.compare__head{background:var(--color-surface);font-weight:700;font-size:.82rem}.compare__head span,.compare__row span{padding:.9rem 1rem}.compare__col{text-align:center}.compare__col--us{color:var(--color-accent)}.compare__row{border-top:1px solid var(--color-border)}.compare__feature{font-size:.92rem}.compare__cell{text-align:center;display:flex;justify-content:center}.compare__cell--us{color:#2e7d52}.compare__cell--us svg{color:#2e7d52}.compare__x{color:var(--color-text-muted);opacity:.5;font-weight:600}.compare__row:nth-child(2n){background:color-mix(in srgb,var(--color-surface) 45%,transparent)}.quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;background:var(--color-bg)}.quantity__button{width:42px;height:46px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:background .15s ease;flex-shrink:0}.quantity__button:hover{background:var(--color-surface)}.quantity__button svg{width:14px;height:14px}.quantity__input{width:46px;height:46px;text-align:center;border:none;border-inline:1px solid var(--color-border);border-radius:0;padding:0;font-weight:600;font-size:.95rem;background:transparent;color:var(--color-text);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__input:focus{outline:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110}.cart-drawer[hidden]{display:none}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1c1e73}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(92vw,420px);background:var(--color-bg);display:flex;flex-direction:column;animation:slideInRight .25s ease}@keyframes slideInRight{0%{transform:translate(100%)}}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:1.1rem;margin:0}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1.05rem}.cart-drawer__tax{font-size:.78rem;color:var(--color-text-muted);margin:0}.cart-progress{margin-bottom:1.25rem}.cart-progress__text{font-size:.82rem;margin-bottom:.4rem}.cart-progress__track{height:6px;background:var(--color-surface-alt);border-radius:3px;overflow:hidden}.cart-progress__fill{height:100%;background:var(--color-accent);width:0;transition:width .3s ease}.cart-items{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:.9rem;align-items:start;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item--page{grid-template-columns:96px 1fr auto auto;align-items:center;gap:1.25rem}.cart-item__media{width:100%;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);display:block}.cart-item__image{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cart-item__title{font-weight:600;font-size:.9rem;line-height:1.3;display:block}.cart-item__variant,.cart-item__property{display:block;font-size:.76rem;color:var(--color-text-muted)}.cart-item__end{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.6rem;height:100%}.cart-item__price{font-weight:700;font-size:.9rem;white-space:nowrap}.cart-item__remove{background:none;border:none;padding:4px;color:var(--color-text-muted);cursor:pointer;display:inline-flex;border-radius:50%;line-height:0}.cart-item__remove:hover{color:var(--color-text);background:var(--color-surface)}.quantity--sm{border-radius:8px;margin-top:.3rem;align-self:flex-start}.quantity--sm .quantity__button{width:30px;height:30px}.quantity--sm .quantity__input{width:36px;height:30px;font-size:.82rem}.cart-empty{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.main-cart__title{text-align:center;margin-bottom:2rem}.cart-page-items{list-style:none}.cart-summary{margin-top:2rem;display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.cart-summary__totals{background:var(--color-surface);border-radius:var(--card-radius);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:1.1rem}.cart-summary__tax{font-size:.78rem;color:var(--color-text-muted);margin:0}.collection-hero{margin-bottom:2rem}.collection-hero__description{color:var(--color-text-muted);max-width:640px;margin-inline:auto}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.collection-toolbar__count{font-size:.88rem;color:var(--color-text-muted)}.collection-toolbar__sort select{width:auto}.collection-empty{text-align:center;padding:3rem;color:var(--color-text-muted)}.pagination{display:flex;gap:.4rem;justify-content:center;margin-top:2.5rem}.pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border:1px solid var(--color-border);border-radius:8px;font-size:.9rem}.pagination__link.is-current{background:var(--color-accent);color:var(--color-accent-text);border-color:var(--color-accent)}.article-header{margin-bottom:2rem}.article-header__date{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted)}.article-header__title{font-size:calc(2.2rem * var(--font-heading-scale))}.article-header__image{border-radius:var(--card-radius);overflow:hidden;margin-bottom:2rem}.article-content{font-size:1.05rem}.article-content img{border-radius:var(--card-radius)}.page-content{font-size:1.02rem}.customer-form{max-width:460px;margin:2rem auto 0}.customer-form__links{display:flex;justify-content:space-between;margin-top:1rem;font-size:.88rem}.customer-form__links a{text-decoration:underline}.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.account-orders{width:100%;border-collapse:collapse;margin:1rem 0 2rem}.account-orders th,.account-orders td{text-align:left;padding:.75rem;border-bottom:1px solid var(--color-border);font-size:.9rem}.address-card{border:1px solid var(--color-border);border-radius:var(--card-radius);padding:1.25rem;margin-bottom:1rem}.contact-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form{max-width:620px;margin-inline:auto}.error-404__code{font-size:5rem;font-weight:800;color:var(--color-surface-alt);margin:0;line-height:1}.password-page,.gift-card{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.password-page__inner{text-align:center;max-width:420px}.password-page__tagline{color:var(--color-text-muted)}.password-form .field{display:flex;gap:.5rem}.gift-card__value{font-size:2.5rem;font-weight:700;margin:1rem 0}.gift-card__code{font-family:monospace;font-size:1.2rem;letter-spacing:2px;background:var(--color-surface);padding:.75rem;border-radius:10px;display:inline-block}.gift-card__qr{display:flex;justify-content:center;margin:1rem 0}.placeholder-svg{width:100%;height:100%;background:var(--color-surface-alt);fill:var(--color-text-muted);opacity:.4}html{scroll-behavior:smooth}::selection{background:var(--color-accent);color:var(--color-accent-text)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}.block--colored{padding:1.25rem;border-radius:var(--card-radius)}.recipient-card.block--colored{padding:1.25rem 1rem}.feature-row.block--colored{padding:1.75rem;gap:2rem}.trust-badge.block--colored{padding:1rem 1.25rem}.collection-card.block--colored{padding:1rem}.section-header.text-center .section-header__subheading{position:relative;display:inline-block}.section-header.text-center .section-header__subheading:after{content:"";display:block;width:36px;height:2px;background:var(--color-accent);margin:.7rem auto 0;opacity:.55}.header--sticky{transition:box-shadow .25s ease,background .25s ease}.header--sticky.is-scrolled{box-shadow:0 4px 24px #1c1c1e12}.product-card{transition:transform .25s ease}.product-card:hover{transform:translateY(-4px)}.product-card__media{box-shadow:var(--card-shadow)}.collection-card__media,.recipient-card__media{transition:box-shadow .25s ease}.collection-card:hover .collection-card__media,.recipient-card:hover .recipient-card__media{box-shadow:var(--card-shadow)}.recipient-card{transition:transform .25s ease}.recipient-card:hover{transform:translateY(-3px)}.recipient-card__emoji{transition:transform .25s ease}.recipient-card:hover .recipient-card__emoji{transform:scale(1.08) rotate(-4deg)}.button{position:relative;overflow:hidden;box-shadow:0 1px 2px #1c1c1e14}.button:active{transform:translateY(0) scale(.985)}.button--ghost{box-shadow:none}.button--primary:hover{box-shadow:0 6px 18px #1c1c1e2e}.feature-row__media img,.image-with-text__media img{transition:transform .6s cubic-bezier(.22,.61,.36,1)}.feature-row:hover .feature-row__media img,.image-with-text__inner:hover .image-with-text__media img{transform:scale(1.04)}.article-card{transition:transform .25s ease}.article-card:hover{transform:translateY(-4px)}.article-card__media{box-shadow:var(--card-shadow)}.testimonial-card{transition:transform .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow)}.swatch span{transition:border-color .2s ease,background .2s ease,color .2s ease}.quantity__button:active{background:var(--color-surface-alt)}.section-header__link{background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-repeat:no-repeat;background-position:0 100%;border-bottom:none;transition:background-size .3s ease}.section-header__link:hover{background-size:100% 1px}.video-hero__text>*{animation:heroIn .7s cubic-bezier(.22,.61,.36,1) both}.video-hero__subheading{animation-delay:.05s}.video-hero__heading{animation-delay:.15s}.video-hero__body{animation-delay:.25s}.video-hero__buttons{animation-delay:.35s}@keyframes heroIn{0%{opacity:0;transform:translateY(16px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:990px){.header__nav{display:none}.header__menu-toggle{display:inline-flex}.header__inner{grid-template-columns:auto 1fr auto;gap:.75rem;min-height:62px}.header__logo{justify-self:center}.product{grid-template-columns:1fr;gap:2rem}.product__media-wrap{position:static}.feature-row,.image-with-text__inner{grid-template-columns:1fr;gap:1.5rem}.feature-rows__list{gap:2.5rem}.feature-row--reverse .feature-row__media,.image-with-text__inner--text-first .image-with-text__media{order:0}.footer__top{grid-template-columns:1fr 1fr;gap:2rem}.cart-summary{grid-template-columns:1fr}.testimonials__grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:749px){:root{--section-spacing: 44px}.page-width{padding-inline:16px}h1,.h1{font-size:calc(1.9rem * var(--font-heading-scale))}h2,.h2,.section-header__heading{font-size:calc(1.55rem * var(--font-heading-scale))}.section-header{margin-bottom:1.75rem}.product-grid,.featured-collection .product-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem .9rem}.recipient-grid,.collection-list__grid,.blog-posts__grid,.steps-grid,.trust-badges__grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.testimonials__grid{grid-template-columns:1fr!important}.steps-grid{gap:.75rem}.step-card{padding:1.25rem 1rem}.announcement-bar__inner{grid-template-columns:1fr}.announcement-bar__socials,.announcement-bar__meta{display:none}.footer__top{grid-template-columns:1fr;gap:1.5rem;text-align:left}.footer__bottom{flex-direction:column;align-items:flex-start}.contact-form__grid{grid-template-columns:1fr}.cart-item--page{grid-template-columns:64px 1fr;row-gap:.5rem}.cart-item--page .quantity,.cart-item--page .cart-item__price{grid-column:2}.video-hero--medium{min-height:380px}.video-hero--large,.video-hero--full{min-height:460px}.video-hero__content{padding-block:2.5rem}.video-hero__body{font-size:1rem}.video-hero__buttons{flex-direction:column;align-items:stretch}.video-hero.text-center .video-hero__buttons{align-items:center}.video-hero__buttons .button{width:100%;max-width:320px}.product__title{font-size:calc(1.6rem * var(--font-heading-scale))}.product-form__row{flex-wrap:wrap}.product-form__row .button--full{flex:1 1 100%}.pagination{flex-wrap:wrap}.menu-drawer__panel{width:min(88vw,360px)}}@media(max-width:480px){.trust-badges__grid{grid-template-columns:1fr!important}.recipient-grid,.collection-list__grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem}.header__icon{width:38px;height:38px}.newsletter-form__field{flex-direction:column}.newsletter-form__field .button{width:100%}.cart-drawer__panel{width:100vw}.price{font-size:.95rem}.product-card__title{font-size:.92rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
