/* ALYVE interactive redesign */
:root{--alyve-ink:#07100d;--alyve-moss:#283e36;--alyve-mint:#a1d9c6;--alyve-cream:#f4f4ef;--alyve-line:rgba(7,16,13,.12);--alyve-radius:24px;--alyve-ease:cubic-bezier(.2,.8,.2,1)}
html{scroll-behavior:smooth}body{background:var(--alyve-cream);overflow-x:hidden}body:before{content:'';position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}
#header-group{position:relative;z-index:50}header-component{transition:background .35s var(--alyve-ease),box-shadow .35s var(--alyve-ease),transform .35s var(--alyve-ease);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}body.alyve-scrolled header-component{background:rgba(244,244,239,.88)!important;box-shadow:0 1px 0 var(--alyve-line)}body.alyve-scrolled header-component *{color:var(--alyve-ink)!important}.header__heading-logo{transition:transform .3s var(--alyve-ease)}.header__heading-link:hover .header__heading-logo{transform:scale(1.04)}
a,.button,button,input,select,textarea{transition:all .25s var(--alyve-ease)}.button:not(.button-unstyled),button[type=submit]{position:relative;overflow:hidden;isolation:isolate}.button:not(.button-unstyled):after,button[type=submit]:after{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.2) 45%,transparent 65%);transform:translateX(-150%);transition:transform .7s var(--alyve-ease);z-index:-1}.button:not(.button-unstyled):hover:after,button[type=submit]:hover:after{transform:translateX(150%)}
.alyve-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s var(--alyve-ease),transform .75s var(--alyve-ease)}.alyve-reveal.is-visible{opacity:1;transform:none}
.product-card,.product-card-wrapper{transition:transform .45s var(--alyve-ease)}.product-card:hover,.product-card-wrapper:hover{transform:translateY(-6px)}.product-card img,.product-card-wrapper img{transition:transform .7s var(--alyve-ease),filter .4s var(--alyve-ease)}.product-card:hover img,.product-card-wrapper:hover img{transform:scale(1.035)}
[data-template*='product'] .product-information__grid{align-items:start}[data-template*='product'] .product-details{border-radius:28px;background:rgba(255,255,255,.55);box-shadow:0 24px 80px rgba(7,16,13,.06);padding:clamp(20px,3vw,42px)!important}[data-template*='product'] variant-picker label,[data-template*='product'] .variant-option__button-label{border-radius:999px!important}[data-template*='product'] .product-media-container,[data-template*='product'] .product-media{overflow:hidden;border-radius:22px!important}
[data-template*='collection'] .main-collection{background:var(--alyve-cream)}[data-template*='collection'] .facets{position:sticky;top:var(--header-height,70px);z-index:10;background:rgba(244,244,239,.9);backdrop-filter:blur(14px);border-block:1px solid var(--alyve-line)}
.cart-drawer,.quick-add-modal{backdrop-filter:blur(18px)}dialog{border-radius:28px!important}
.alyve-page{padding:clamp(72px,10vw,140px) max(24px,calc((100vw - 1280px)/2));min-height:65vh}.alyve-page__shell{max-width:980px}.alyve-page__eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;opacity:.62;margin:0 0 18px}.alyve-page h1{font-size:clamp(3rem,8vw,7.5rem);line-height:.88;letter-spacing:-.055em;margin:0 0 clamp(36px,6vw,72px)}.alyve-page__content{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7;max-width:760px}.alyve-page__content h3{font-size:clamp(1.25rem,2.5vw,1.8rem);margin:36px 0 8px}.alyve-page__content a{text-decoration-thickness:1px;text-underline-offset:4px}.alyve-contact{margin-top:48px;display:grid;gap:16px;max-width:760px}.alyve-contact__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.alyve-contact input,.alyve-contact textarea{width:100%;border:1px solid var(--alyve-line);background:rgba(255,255,255,.68);border-radius:18px;padding:17px 18px;color:var(--alyve-ink);font:inherit}.alyve-contact textarea{min-height:180px;resize:vertical}.alyve-contact input:focus,.alyve-contact textarea:focus{outline:none;border-color:var(--alyve-moss);box-shadow:0 0 0 3px rgba(40,62,54,.1)}.alyve-contact__submit{justify-self:start;border:0;border-radius:999px;background:var(--alyve-ink);color:#fff;padding:16px 28px;cursor:pointer}.alyve-form-status{padding:14px 18px;border-radius:14px;background:rgba(161,217,198,.34)}
.alyve-footer{background:var(--alyve-ink);color:#f5f5ef;padding:clamp(56px,8vw,100px) max(24px,calc((100vw - 1280px)/2)) 28px}.alyve-footer a{color:inherit;text-decoration:none}.alyve-footer__top{display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(2,minmax(150px,.65fr)) minmax(280px,1fr);gap:48px}.alyve-footer__brand{font-size:clamp(3.8rem,8vw,8rem);line-height:.75;letter-spacing:-.07em;margin:0 0 28px}.alyve-footer__copy{max-width:360px;opacity:.7;line-height:1.55}.alyve-footer__title{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;opacity:.56;margin-bottom:18px}.alyve-footer__links{display:grid;gap:10px}.alyve-footer__links a{opacity:.82}.alyve-footer__links a:hover{opacity:1;transform:translateX(4px)}.alyve-footer__newsletter p{opacity:.72;margin:0 0 18px;line-height:1.5}.alyve-footer__form{display:flex;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:8px}.alyve-footer__form input{flex:1;border:0;background:transparent;color:#fff;padding:10px 0;font:inherit;min-width:0}.alyve-footer__form input::placeholder{color:rgba(255,255,255,.5)}.alyve-footer__form input:focus{outline:none}.alyve-footer__form button{border:0;background:transparent;color:#fff;padding:10px;cursor:pointer;font-size:1.2rem}.alyve-footer__bottom{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:72px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);font-size:.8rem;opacity:.64}.alyve-footer__privacy{display:flex;gap:18px;flex-wrap:wrap}
@media(max-width:900px){.alyve-footer__top{grid-template-columns:1fr 1fr}.alyve-footer__newsletter{grid-column:1/-1}}
@media(max-width:749px){.button:not(.button-unstyled){min-height:50px}.product-card:hover,.product-card-wrapper:hover{transform:none}[data-template*='product'] .product-details{border-radius:20px;padding:20px!important}.alyve-page{padding-top:64px}.alyve-contact__row{grid-template-columns:1fr}.alyve-footer__top{grid-template-columns:1fr;gap:34px}.alyve-footer__newsletter{grid-column:auto}.alyve-footer__bottom{align-items:flex-start;flex-direction:column;margin-top:50px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.alyve-reveal{opacity:1;transform:none;transition:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
