*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-background);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin:0 0 .5em;color:var(--color-primary)}h1{font-size:calc(2.6rem * var(--heading-scale))}h2{font-size:calc(2rem * var(--heading-scale))}h3{font-size:calc(1.3rem * var(--heading-scale))}p{margin:0 0 1em}.skip-to-content{position:absolute;left:-999px;top:0;background:var(--color-primary);color:#fff;padding:.75em 1.25em;z-index:1000}.skip-to-content:focus{left:1em;top:1em}.section__inner{max-width:var(--page-width);margin:0 auto;padding:4rem 1.5rem}.section__heading{margin-bottom:2.5rem}.section__heading--center{text-align:center}.section__heading--row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.section__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:600;color:var(--color-accent);margin-bottom:.5rem}.section__view-all{color:var(--color-primary);font-weight:600;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85em 1.8em;border-radius:var(--radius);border:2px solid transparent;font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:all .2s ease;cursor:pointer}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:#324a38}.btn--secondary{background:var(--color-surface);color:var(--color-primary);border-color:var(--color-primary)}.btn--secondary:hover{background:var(--color-primary);color:#fff}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--outline:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn--large{padding:1em 2.2em;font-size:1.05rem}.btn--full{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.badge{display:inline-block;padding:.25em .7em;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge--sale{background:var(--color-sale);color:#fff}.badge--sold-out{background:#999;color:#fff}.badge--new{background:var(--color-accent);color:#fff}.price{font-weight:700;color:var(--color-text)}.price--sale{color:var(--color-sale)}.price--compare{text-decoration:line-through;color:var(--color-text-light);font-weight:400;margin-left:.4em}.price--large{font-size:1.6rem}.announcement-bar{padding:.55em 1em;overflow:hidden}.announcement-bar__track{display:flex;justify-content:center;gap:3rem;font-size:.85rem;font-weight:500}.site-header{position:sticky;top:0;z-index:500;background:var(--color-background);border-bottom:1px solid var(--color-border)}.site-header__inner{max-width:var(--page-width);margin:0 auto;padding:1rem 1.5rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem}.site-header__logo{grid-column:2;justify-self:center}.site-header__wordmark{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-primary)}.site-header__nav{display:none}.site-header__nav ul{display:flex;gap:2rem}.site-header__nav-item{position:relative;font-weight:600;padding:.5rem 0}.site-header__nav-item>a:hover{color:var(--color-accent)}.site-header__dropdown{position:absolute;top:100%;left:0;background:var(--color-surface);min-width:200px;border:1px solid var(--color-border);border-radius:var(--radius);padding:.5rem 0;box-shadow:0 12px 24px #00000014;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .15s ease}.site-header__nav-item:hover .site-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-header__dropdown li a{display:block;padding:.5rem 1.25rem;font-weight:400}.site-header__dropdown li a:hover{background:var(--color-background);color:var(--color-primary)}.site-header__actions{grid-column:3;display:flex;align-items:center;gap:1rem}.site-header__icon-btn{position:relative;background:none;border:none;color:var(--color-text);display:flex}.site-header__badge{position:absolute;top:-6px;right:-8px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-header__menu-toggle{grid-column:1;background:none;border:none;display:flex;flex-direction:column;gap:5px;padding:.5rem}.site-header__menu-toggle span{width:22px;height:2px;background:var(--color-text)}.site-header__search-panel{max-height:0;overflow:hidden;transition:max-height .25s ease;border-top:1px solid transparent}.site-header__search-panel.is-open{max-height:100px;border-top-color:var(--color-border)}.site-header__search-form{max-width:var(--page-width);margin:0 auto;padding:1rem 1.5rem;display:flex;gap:.5rem}.site-header__search-form input{flex:1;padding:.75em 1em;border:1px solid var(--color-border);border-radius:var(--radius)}.site-header__search-form button{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius);padding:0 1.2em}@media(min-width:990px){.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__logo{grid-column:1;justify-self:start}.site-header__nav{display:block;grid-column:2;justify-self:center}.site-header__menu-toggle{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;visibility:hidden}.mobile-menu.is-open{visibility:visible}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .2s}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;left:0;height:100%;width:82%;max-width:340px;background:var(--color-surface);padding:2rem 1.5rem;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem}.mobile-menu__list>li{padding:.6rem 0;font-weight:600;border-bottom:1px solid var(--color-border)}.mobile-menu__submenu{padding-left:1rem}.mobile-menu__submenu li{padding:.4rem 0;font-weight:400}.hero{position:relative;min-height:78vh;display:flex;align-items:center;overflow:hidden}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__image--placeholder{background:linear-gradient(135deg,var(--color-secondary),var(--color-primary))}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(20,30,20,var(--hero-overlay, 30%))}.hero__content{position:relative;z-index:2;max-width:640px;margin:0 3rem;color:#fff}.hero__eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:600;opacity:.9;margin-bottom:1rem}.hero__heading{color:#fff;font-size:calc(3rem * var(--heading-scale));margin-bottom:.6em}.hero__subheading{font-size:1.1rem;opacity:.95;margin-bottom:1.75rem;max-width:520px}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__actions .btn--outline{color:#fff;border-color:#fff}.hero__actions .btn--outline:hover{background:#fff;color:var(--color-primary)}.featured-collections__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--grid-gap)}.featured-collections__card{display:block;position:relative;border-radius:var(--radius);overflow:hidden}.featured-collections__image{aspect-ratio:1/1;background:var(--color-surface)}.featured-collections__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.featured-collections__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:var(--color-border)}.featured-collections__card:hover img{transform:scale(1.06)}.featured-collections__label{position:absolute;inset-inline:0;bottom:0;padding:1.25rem;color:#fff;background:linear-gradient(to top,rgba(20,25,18,.75),transparent)}.featured-collections__label h3{color:#fff;margin-bottom:.2rem}.featured-collections__link-text{font-size:.85rem;font-weight:600;opacity:.9}@media(min-width:700px){.featured-collections__grid{grid-template-columns:repeat(3,1fr)}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--grid-gap)}.product-grid--3up,.product-grid--4up{grid-template-columns:repeat(2,1fr)}@media(min-width:700px){.product-grid--3up{grid-template-columns:repeat(3,1fr)}.product-grid--4up{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative}.product-card__media{position:relative;display:block;border-radius:var(--radius);overflow:hidden;background:var(--color-surface)}.product-card__image--square{aspect-ratio:1/1}.product-card__image--portrait{aspect-ratio:4/5}.product-card__image--landscape{aspect-ratio:5/4}.product-card__img{width:100%;height:100%;object-fit:cover}.product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.product-card__media:hover .product-card__img--secondary{opacity:1}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:var(--color-border)}.product-card__badges{position:absolute;top:.6rem;left:.6rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}.product-card__quick-add{position:absolute;left:.6rem;right:.6rem;bottom:.6rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius);padding:.6em;font-weight:600;font-size:.85rem;opacity:0;transform:translateY(6px);transition:all .2s ease}.product-card__media:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__info{padding-top:.75rem}.product-card__vendor{font-size:.75rem;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em}.product-card__title{font-size:1rem;margin:0 0 .3rem}.product-card__title a:hover{color:var(--color-accent)}.why-choose-us{background:var(--color-surface)}.why-choose-us__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;text-align:center}.why-choose-us__icon{color:var(--color-primary);margin-bottom:.75rem;display:flex;justify-content:center}@media(min-width:900px){.why-choose-us__grid{grid-template-columns:repeat(4,1fr)}}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.testimonials__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:2rem}.testimonials__stars{display:flex;gap:.15rem;color:var(--color-accent);margin-bottom:.75rem}.testimonials__quote{font-style:italic}.testimonials__author{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.testimonials__author img{border-radius:50%;object-fit:cover}.testimonials__name{font-weight:700;margin:0}.testimonials__location{margin:0;font-size:.85rem;color:var(--color-text-light)}@media(min-width:900px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.newsletter__inner{text-align:center;max-width:560px}.newsletter__icon{color:var(--color-primary);display:flex;justify-content:center;margin-bottom:1rem}.newsletter__field{display:flex;gap:.5rem;margin:1.5rem 0 .75rem}.newsletter__field input{flex:1;padding:.9em 1.1em;border:1px solid var(--color-border);border-radius:var(--radius)}.newsletter__field button{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius);padding:0 1.6em;font-weight:600}.newsletter__fineprint{font-size:.8rem;color:var(--color-text-light)}.newsletter__success{font-weight:600;color:var(--color-primary)}.instagram-gallery__handle{color:var(--color-accent);font-weight:600}.instagram-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1.5rem}.instagram-gallery__item{position:relative;aspect-ratio:1/1;overflow:hidden;display:block}.instagram-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.instagram-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-border);font-size:2rem}.instagram-gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#3f5b448c;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.instagram-gallery__item:hover img{transform:scale(1.08)}.instagram-gallery__item:hover .instagram-gallery__overlay{opacity:1}@media(min-width:700px){.instagram-gallery__grid{grid-template-columns:repeat(6,1fr)}}.site-footer{background:var(--color-primary);color:#eef1e9}.site-footer__inner{max-width:var(--page-width);margin:0 auto;padding:4rem 1.5rem 2rem;display:grid;gap:2.5rem;grid-template-columns:1fr}.site-footer__brand p{opacity:.85;max-width:320px}.site-footer__wordmark{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:#fff}.site-footer__socials{display:flex;gap:.75rem;margin-top:1rem}.site-footer__socials a{border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:.4em .8em;font-size:.75rem;font-weight:700}.site-footer__col h4{color:#fff;font-size:1rem;margin-bottom:1rem}.site-footer__col ul li{margin-bottom:.6rem;opacity:.85}.site-footer__col ul li a:hover{opacity:1;text-decoration:underline}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;max-width:var(--page-width);margin:0 auto;font-size:.8rem;opacity:.8}.payment-icon{height:22px;margin-right:.3rem}@media(min-width:700px){.site-footer__inner{grid-template-columns:2fr 1fr 1fr 1fr}}.breadcrumb{font-size:.85rem;color:var(--color-text-light);margin-bottom:1.5rem}.breadcrumb a:hover{color:var(--color-primary)}.product-page__layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:990px){.product-page__layout{grid-template-columns:1.1fr 1fr;gap:4rem}}.product-gallery__main{position:relative;aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;background:var(--color-surface)}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}.product-gallery__slide.is-active{opacity:1}.product-gallery__image{width:100%;height:100%;object-fit:cover;cursor:zoom-in;transition:transform .2s ease}.product-gallery__main:hover .product-gallery__image{transform:scale(1.5)}.product-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem}.product-gallery__zoom-hint{position:absolute;bottom:.75rem;right:.75rem;font-size:.75rem;background:#0000008c;color:#fff;padding:.3em .7em;border-radius:999px}.product-gallery__thumbs{display:flex;gap:.6rem;margin-top:.75rem;overflow-x:auto}.product-gallery__thumb{border:2px solid transparent;border-radius:var(--radius);overflow:hidden;padding:0;background:none;flex-shrink:0}.product-gallery__thumb.is-active{border-color:var(--color-primary)}.product-info__vendor{text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;color:var(--color-text-light)}.product-info__title{margin-bottom:.3rem}.product-info__reviews-link{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.9rem}.product-info__reviews-link a{text-decoration:underline;color:var(--color-text-light)}.product-info__price{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.product-info__stock{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:1.25rem;font-weight:600}.stock-dot{width:9px;height:9px;border-radius:50%;display:inline-block}.stock-dot--in{background:var(--color-success)}.stock-dot--low{background:var(--color-accent)}.stock-dot--out{background:#999}.product-info__description{margin-bottom:1.5rem;color:var(--color-text-light)}.product-form__option{margin-bottom:1.25rem}.product-form__option label{display:block;font-weight:700;margin-bottom:.5rem;font-size:.9rem}.product-form__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.product-form__swatch{padding:.5em 1em;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);font-size:.85rem}.product-form__swatch.is-selected{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.product-form__row{display:flex;gap:1rem;margin:1.5rem 0 .75rem}.product-form__add{flex:1}.product-form__buy-now{width:100%;margin-bottom:1rem}.qty-stepper{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.qty-stepper__btn{background:var(--color-surface);border:none;width:2.4em;height:2.6em;font-size:1.1rem}.qty-stepper__input{width:2.6em;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);height:2.6em}.product-info__wishlist{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--color-text-light);margin-bottom:1.5rem;font-weight:600}.product-info__wishlist:hover{color:var(--color-primary)}.product-info__wishlist.is-active{color:var(--color-sale)}.product-info__trust{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;font-size:.9rem}.product-info__trust div{display:flex;align-items:center;gap:.6rem}.product-tabs__item{border-bottom:1px solid var(--color-border);padding:1rem 0}.product-tabs__item summary{font-weight:700;cursor:pointer;font-size:1.05rem}.product-tabs__table{width:100%;border-collapse:collapse;margin-top:1rem}.product-tabs__table th,.product-tabs__table td{text-align:left;padding:.5rem 0;border-bottom:1px solid var(--color-border);font-size:.92rem}.product-tabs__table th{color:var(--color-text-light);font-weight:600;width:45%}.product-tabs__rich{margin-top:1rem;font-size:.92rem;color:var(--color-text-light)}.product-reviews__list{display:grid;gap:1.5rem;margin-top:2rem}.product-reviews__item{border-bottom:1px solid var(--color-border);padding-bottom:1.5rem}.product-reviews__author{font-weight:700;font-size:.85rem;color:var(--color-text-light)}.review-form{display:none;flex-direction:column;gap:.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;margin:1.5rem 0}.review-form[data-visible]{display:flex}.review-form__row{display:flex;gap:.75rem}.review-form input,.review-form select,.review-form textarea{padding:.7em;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit}.review-form__note{font-size:.8rem;color:var(--color-text-light)}.collection-page__header{text-align:center;margin-bottom:2.5rem}.collection-page__banner img{width:100%;height:280px;object-fit:cover;border-radius:var(--radius);margin-bottom:1.5rem}.collection-page__description{max-width:640px;margin:0 auto;color:var(--color-text-light)}.collection-page__layout{display:grid;grid-template-columns:1fr;gap:2rem}.collection-filters h3{margin-bottom:1rem}.collection-filters__group{border-top:1px solid var(--color-border);padding:1rem 0}.collection-filters__group h4{font-size:.9rem;margin-bottom:.6rem}.collection-filters__list label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;padding:.3rem 0}.collection-filters__count{color:var(--color-text-light)}.collection-filters__price{display:flex;align-items:center;gap:.5rem}.collection-filters__price input{width:70px;padding:.4em;border:1px solid var(--color-border);border-radius:var(--radius)}.collection-filters__hint{font-size:.85rem;color:var(--color-text-light)}.collection-page__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.collection-page__sort select{padding:.6em 1em;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}@media(min-width:900px){.collection-page__layout{grid-template-columns:240px 1fr}}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3rem;font-weight:600}.pagination .is-current{color:var(--color-accent)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .2s}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;height:100%;width:92%;max-width:420px;background:var(--color-background);transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__close{background:none;border:none;font-size:1.6rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-shipping-bar{margin-bottom:1.25rem;font-size:.85rem}.cart-shipping-bar__track{height:6px;background:var(--color-border);border-radius:999px;margin-top:.5rem;overflow:hidden}.cart-shipping-bar__fill{height:100%;background:var(--color-primary)}.cart-drawer__items{display:flex;flex-direction:column;gap:1.25rem}.cart-drawer__item{display:grid;grid-template-columns:64px 1fr auto;gap:.9rem;align-items:start}.cart-drawer__item-image img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius)}.cart-drawer__item-title{font-weight:700;font-size:.92rem}.cart-drawer__item-variant{font-size:.8rem;color:var(--color-text-light);margin:.2rem 0}.cart-drawer__item-row{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.cart-drawer__item-remove{background:none;border:none;font-size:1.2rem;color:var(--color-text-light)}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.cart-drawer__note textarea{width:100%;margin-top:.5rem;padding:.6em;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem}.cart-drawer__shipping-note{font-size:.78rem;color:var(--color-text-light);margin:0}.cart-drawer__empty{text-align:center;padding:3rem 0;display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-page__layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.contact-page__layout{grid-template-columns:1fr 1fr}}.contact-page__details{margin-top:1.5rem}.contact-page__details li{margin-bottom:.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{font-weight:600;font-size:.9rem;display:flex;flex-direction:column;gap:.4rem}.contact-form input,.contact-form textarea{padding:.8em;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit;font-weight:400}.contact-form__success{color:var(--color-primary);font-weight:600}.contact-form__error{color:var(--color-sale);font-weight:600}.faq-accordion__item{border-bottom:1px solid var(--color-border);padding:1.1rem 0}.faq-accordion__item summary{font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-accordion__answer{margin-top:.75rem;color:var(--color-text-light)}.account-page--narrow{max-width:420px}.account-page__header{display:flex;justify-content:space-between;align-items:center}.account-page label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;font-size:.9rem;margin-bottom:1rem}.account-page input{padding:.8em;border:1px solid var(--color-border);border-radius:var(--radius);font-weight:400}.account-page__links{margin-top:1rem;font-size:.85rem}.account-page__orders{width:100%;border-collapse:collapse;margin:1rem 0 2rem}.account-page__orders th,.account-page__orders td{text-align:left;padding:.6rem;border-bottom:1px solid var(--color-border);font-size:.9rem}.error-404{text-align:center;padding:6rem 1.5rem}.error-404__icon{font-size:3.5rem;margin-bottom:1rem}.blog-page__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}.blog-page__card img{border-radius:var(--radius);aspect-ratio:3/2;object-fit:cover;margin-bottom:1rem}.blog-page__date{font-size:.8rem;color:var(--color-text-light)}@media(min-width:700px){.blog-page__grid{grid-template-columns:repeat(3,1fr)}}.article-page{max-width:760px}.article-page__hero{border-radius:var(--radius);margin:1.5rem 0}.article-page__date{color:var(--color-text-light);font-size:.85rem}.article-page__comment{border-top:1px solid var(--color-border);padding:1rem 0}.rte h2,.rte h3{margin-top:1.5em}.rte ul,.rte ol{margin:0 0 1em 1.4em}.rte a{text-decoration:underline;color:var(--color-primary)}@media(max-width:699px){.hero__content{margin:0 1.5rem}.hero{min-height:65vh}.section__inner{padding:3rem 1.25rem}}@media(prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay, 0s)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.site-header{transition:box-shadow .3s ease,padding .3s ease}.site-header.is-scrolled{box-shadow:0 6px 20px #2b2e2614}.site-header.is-scrolled .site-header__inner{padding-top:.6rem;padding-bottom:.6rem}.hero__light-field{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:1}.hero__light{position:absolute;border-radius:50%;filter:blur(30px);background:radial-gradient(circle,rgba(255,246,214,.35),transparent 70%);transition:transform 1.2s cubic-bezier(.2,.7,.2,1);will-change:transform}.hero__light--1{width:340px;height:340px;top:8%;left:12%}.hero__light--2{width:240px;height:240px;top:55%;left:68%}.hero__light--3{width:180px;height:180px;top:20%;left:78%}.hero__heading{overflow:visible}.hero__heading .word{display:inline-block;opacity:0;transform:translateY(22px) rotate(1deg);animation:word-rise .8s cubic-bezier(.2,.7,.2,1) forwards}@keyframes word-rise{to{opacity:1;transform:translateY(0) rotate(0)}}.hero__eyebrow,.hero__subheading,.hero__actions{opacity:0;transform:translateY(14px);animation:fade-rise .8s cubic-bezier(.2,.7,.2,1) forwards}.hero__eyebrow{animation-delay:.1s}.hero__subheading{animation-delay:.65s}.hero__actions{animation-delay:.85s}@keyframes fade-rise{to{opacity:1;transform:translateY(0)}}.leaf-divider{display:flex;justify-content:center;padding:1.5rem 0}.leaf-divider svg{width:84px;height:44px;overflow:visible}.leaf-divider path{fill:none;stroke:var(--color-secondary);stroke-width:1.6;stroke-dasharray:240;stroke-dashoffset:240;transition:stroke-dashoffset 1.4s cubic-bezier(.2,.7,.2,1)}.leaf-divider.is-visible path{stroke-dashoffset:0}.leaf-divider .leaf-fill{fill:var(--color-secondary);opacity:0;transform:scale(.4);transform-origin:center;transition:opacity .6s ease .9s,transform .6s cubic-bezier(.2,.7,.2,1) .9s}.leaf-divider.is-visible .leaf-fill{opacity:.18;transform:scale(1)}[data-icon-draw] svg path,[data-icon-draw] svg circle,[data-icon-draw] svg polyline{transition:stroke-dashoffset 1.1s cubic-bezier(.2,.7,.2,1)}[data-icon-draw].is-drawn svg path,[data-icon-draw].is-drawn svg circle,[data-icon-draw].is-drawn svg polyline{stroke-dashoffset:0!important}.product-card__media,.featured-collections__card,.featured-collections__image img{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease}.product-card:hover .product-card__media{transform:translateY(-4px);box-shadow:0 16px 28px #2b2e261f}.featured-collections__label h3{position:relative;display:inline-block}.featured-collections__label h3:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:1px;background:#fff;transition:width .35s ease}.featured-collections__card:hover .featured-collections__label h3:after{width:100%}.newsletter__icon{display:inline-flex;animation:leaf-sway 4.5s ease-in-out infinite;transform-origin:bottom center}@keyframes leaf-sway{0%,to{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}.faq-accordion__item summary svg{transition:transform .3s ease}.faq-accordion__item[open] summary svg{transform:rotate(180deg)}.product-gallery__slide{transition:opacity .35s ease}.btn{transition:all .2s ease,transform .15s ease}.btn:active{transform:scale(.97)}}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none}.hero__heading .word,.hero__eyebrow,.hero__subheading,.hero__actions{opacity:1;transform:none;animation:none}.leaf-divider path{stroke-dashoffset:0}.leaf-divider .leaf-fill{opacity:.18;transform:scale(1)}.newsletter__icon{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
