*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #08070a;--color-panel: #0e0c11;--color-text: #f4efe9;--color-text-muted: rgba(244, 239, 233, .55);--color-pink: #ff1e8c;--color-pink-soft: #ff5fae;--color-terra: #a6493b;--color-terra-soft: #c8776a;--color-border: rgba(255, 255, 255, .09);--font-display: "Fraunces", Georgia, serif;--font-riot: "Archivo Black", "Arial Black", sans-serif;--font-mono: "Geist Mono", "SF Mono", monospace;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out-quint: cubic-bezier(.83, 0, .17, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}::selection{background:var(--color-pink);color:var(--color-bg)}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}.container{width:100%;max-width:1500px;margin:0 auto;padding:0 1.5rem}@media(min-width:640px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 3rem}}.mono-label{font-family:var(--font-mono);font-weight:400;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase}.mono-micro{font-family:var(--font-mono);font-weight:400;font-size:.6rem;letter-spacing:.28em;text-transform:uppercase}.art-statement{font-family:var(--font-display);font-weight:400;line-height:.86;letter-spacing:-.02em}.hairline{flex:1;height:1px;background:var(--color-border)}.text-stroke-pink{-webkit-text-fill-color:transparent;-webkit-text-stroke:1.4px var(--color-pink);color:transparent}.glossy-word{background-image:linear-gradient(115deg,#fff0 42%,#fff5faf2,#fff0 58%),linear-gradient(var(--color-pink),var(--color-pink));background-size:260% 100%,100% 100%;background-position:-160% 0,0 0;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;color:var(--color-pink);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 26px rgba(255,30,140,.45)) drop-shadow(0 0 70px rgba(255,30,140,.2));animation:text-sheen 6s ease-in-out infinite}.btn-press{transition:transform .16s var(--ease-out-expo),background-color .3s ease,color .3s ease}.btn-press:active{transform:scale(.97)}.fx-vignette{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:89;background:radial-gradient(120% 100% at 50% 45%,transparent 55%,rgba(4,3,6,.55) 100%)}.page-noise{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");background-size:240px 240px}.media-grain{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;pointer-events:none;opacity:.07;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:240px 240px;animation:grain-drift 18s ease-in-out infinite alternate}.shine-sweep{position:relative;overflow:hidden}.shine-sweep:after{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;pointer-events:none;background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.09) 49%,rgba(255,226,242,.16) 53%,transparent 61%);transform:translate(-120%);transition:transform 1.15s var(--ease-out-expo)}.shine-sweep:hover:after{transform:translate(120%)}.reveal{opacity:0;transform:translateY(30px);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}.reveal.is-visible{opacity:1;transform:translateY(0)}.scroll-drip{position:relative;display:block;width:2px;height:44px;overflow:hidden;background:#f4efe929;border-radius:999px}.scroll-drip:after{content:"";position:absolute;left:-1px;top:-10px;width:4px;height:12px;border-radius:999px;background:var(--color-pink);box-shadow:0 0 10px #ff1e8ce6;animation:drip-fall 2s cubic-bezier(.6,.05,.8,.4) infinite}.site-header{position:fixed;top:0;left:0;right:0;z-index:90;transition:background .4s ease,backdrop-filter .4s ease}.site-header.is-scrolled{background:#08070ad1;-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.2rem clamp(1.5rem,3vw,3rem)}.header__logo img{height:auto;opacity:.92;transition:opacity .3s ease}.header__logo:hover img{opacity:1}.header__tagline{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted)}@media(max-width:768px){.header__tagline{display:none}}.header__nav{display:flex;align-items:center;gap:2.2rem}@media(max-width:768px){.header__nav{display:none}}.nav-link{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#f4efe9d1;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--color-pink)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--color-pink);transition:width .3s var(--ease-out-expo)}.nav-link:hover:after{width:100%}.nav-link--cart{display:flex;align-items:center;gap:.5rem}.cart-count{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--color-pink);color:#fff;font-size:.55rem;font-weight:600}.header__hairline{height:1px;background:var(--color-border)}.header__menu-toggle{display:none;align-items:center;gap:.7rem;color:var(--color-text)}@media(max-width:768px){.header__menu-toggle{display:flex}}.hamburger{display:flex;flex-direction:column;gap:5px;width:22px}.hamburger span{display:block;height:1.5px;background:currentColor;transition:transform .3s ease}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:var(--color-bg);display:flex;flex-direction:column;padding:2rem;opacity:0;pointer-events:none;transition:opacity .4s var(--ease-out-expo)}.mobile-menu.is-open{opacity:1;pointer-events:all}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.mobile-menu__close{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted)}.mobile-menu__nav{display:flex;flex-direction:column;gap:0;flex:1}.mobile-menu__link{display:flex;align-items:baseline;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border);transition:color .3s ease}.mobile-menu__link:hover{color:var(--color-pink)}.mobile-menu__index{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.2em;color:var(--color-pink)}.mobile-menu__label{font-family:var(--font-display);font-size:2.4rem;line-height:1;letter-spacing:-.02em}.mobile-menu__footer{padding-top:2rem;color:var(--color-text-muted)}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__video{width:100%;height:100%;object-fit:cover;background:#08070a}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:4rem;padding-top:40vh}.hero__meta,.hero__tagline{color:var(--color-text-muted)}.hero__heading{display:flex;flex-direction:column}.hero__heading-line1{font-size:clamp(3.5rem,9vw,9rem);color:var(--color-text);text-shadow:0 4px 60px rgba(0,0,0,.6)}.hero__heading-line2{font-size:clamp(4.5rem,12vw,13rem)}.hero__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.hero__subtext{max-width:38ch;color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.hero__cta{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.8rem;border:1px solid rgba(244,239,233,.3);color:var(--color-text);transition:border-color .3s ease,color .3s ease}.hero__cta:hover{border-color:var(--color-pink);color:var(--color-pink)}.hero__scroll{display:flex;flex-direction:column;align-items:center;gap:.8rem;position:absolute;bottom:3rem;left:50%;transform:translate(-50%);color:var(--color-text-muted)}.collection-grid{padding:8rem 0}.collection-grid__header{margin-bottom:5rem}.collection-grid__meta{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem;color:var(--color-text-muted)}.collection-grid__title{font-size:clamp(3rem,7vw,7rem);margin-bottom:1.5rem}.collection-grid__title span{display:inline}.collection-grid__subtitle{max-width:50ch;color:var(--color-text-muted);font-size:1rem;line-height:1.6}.collection-grid__items{display:flex;flex-direction:column;gap:6rem}.product-card{border-top:1px solid var(--color-border);padding-top:3rem}.product-card__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-card__layout--reverse{direction:rtl}.product-card__layout--reverse>*{direction:ltr}@media(max-width:768px){.product-card__layout,.product-card__layout--reverse{grid-template-columns:1fr;gap:2rem;direction:ltr}}.product-card__media{aspect-ratio:4/5;overflow:hidden;background:var(--color-panel)}.product-card__media-link{display:block;width:100%;height:100%}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-out-expo)}.product-card:hover .product-card__img{transform:scale(1.03)}.product-card__info{display:flex;flex-direction:column;gap:1.2rem}.product-card__index{color:var(--color-text-muted)}.product-card__name{font-size:clamp(2.5rem,5vw,5rem)}.product-card__name a{transition:color .3s ease}.product-card__name a:hover{color:var(--color-pink)}.product-card__subtitle{display:block}.product-card__desc{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;max-width:40ch}.product-card__spec{display:flex;align-items:center;gap:.8rem}.product-card__spec-dot{width:8px;height:8px;border-radius:50%}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.product-card__cta{color:var(--color-text-muted);transition:color .3s ease}.product-card__cta:hover{color:var(--color-pink)}.brand-story{padding:8rem 0;border-top:1px solid var(--color-border)}.brand-story__layout{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}@media(max-width:768px){.brand-story__layout{grid-template-columns:1fr}}.brand-story__copy{display:flex;flex-direction:column;gap:2rem}.brand-story__heading{font-size:clamp(2.5rem,5vw,5rem);line-height:.9}.brand-story__text{color:var(--color-text-muted);font-size:1rem;line-height:1.7;max-width:50ch}.brand-story__badges{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1rem;color:var(--color-text-muted)}.brand-story__visual{position:relative;aspect-ratio:1}.brand-story__glow{position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;background:radial-gradient(circle,rgba(255,30,140,.15),transparent 70%);animation:pulse-glow 4s ease-in-out infinite}.collection-page{padding:10rem 0 6rem}.collection-page__header{margin-bottom:4rem}.collection-page__meta{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem;color:var(--color-text-muted)}.collection-page__title{font-size:clamp(3rem,7vw,7rem);margin-bottom:1rem}.collection-page__desc{color:var(--color-text-muted);max-width:50ch}.collection-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem}.coll-card__link{display:block}.coll-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--color-panel);margin-bottom:1.2rem}.coll-card__img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-out-expo)}.coll-card:hover .coll-card__img{transform:scale(1.04)}.coll-card__index{position:absolute;top:1rem;left:1rem;color:var(--color-text-muted)}.coll-card__info{display:flex;flex-direction:column;gap:.4rem}.coll-card__name{font-size:1.8rem;transition:color .3s ease}.coll-card:hover .coll-card__name{color:var(--color-pink)}.coll-card__price{color:var(--color-text-muted)}.product-page{position:relative;padding:8rem 0 4rem}.product-page__glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.product-page__coord{display:flex;align-items:center;gap:1.2rem;margin-bottom:3rem;color:var(--color-text-muted);position:relative;z-index:1}.product-page__back{transition:color .3s ease}.product-page__back:hover{color:var(--color-pink)}.product-page__header{position:relative;z-index:1;margin-bottom:4rem}.product-page__subtitle-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.product-page__title{font-size:clamp(4rem,10vw,10rem);line-height:.85;margin-bottom:1rem}.product-page__tagline{font-size:clamp(1.5rem,3vw,2.5rem);color:var(--color-text-muted);font-style:italic}.product-page__split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;position:relative;z-index:1}@media(max-width:900px){.product-page__split{grid-template-columns:1fr}}.product-page__story{display:flex;flex-direction:column;gap:2.5rem}.product-page__description{font-size:1rem;line-height:1.7;color:var(--color-text-muted);max-width:50ch}.product-page__specs{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:600px){.product-page__specs{grid-template-columns:1fr}}.product-page__spec{display:flex;flex-direction:column;gap:.4rem;padding:1rem;border:1px solid var(--color-border);background:#0e0c1199}.product-page__spec-value{font-family:var(--font-display);font-size:1rem}.product-page__cta-row{display:flex;flex-direction:column;gap:1rem}.product-page__add-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.1rem 2.5rem;background:var(--color-pink);color:#fff;border:none;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;transition:background .3s ease,transform .16s var(--ease-out-expo)}.product-page__add-btn:hover{background:var(--color-pink-soft)}.product-page__add-btn:disabled{background:#333;color:#666;cursor:not-allowed}.product-page__add-arrow{transition:transform .3s var(--ease-out-expo)}.product-page__add-btn:hover .product-page__add-arrow{transform:translate(4px)}.product-page__mantra{border-left:2px solid var(--color-pink);padding:1.5rem 2rem;background:#0e0c1166}.product-page__mantra blockquote{font-size:clamp(1.3rem,2.5vw,2rem);font-style:italic;margin-bottom:.8rem}.product-page__gallery{position:sticky;top:6rem;align-self:start}.product-page__gallery-main{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--color-panel);margin-bottom:1rem}.product-page__gallery-img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.product-page__gallery-index{position:absolute;top:1rem;left:1rem;color:var(--color-text-muted)}.product-page__gallery-counter{position:absolute;top:1rem;right:1rem;color:var(--color-text-muted)}.product-page__gallery-glow{position:absolute;bottom:-20%;left:20%;width:60%;height:40%;border-radius:50%;opacity:.08;filter:blur(60px);pointer-events:none}.product-page__gallery-thumbs{display:flex;gap:.6rem;overflow-x:auto}.product-page__thumb{flex-shrink:0;width:64px;height:64px;overflow:hidden;border:2px solid transparent;background:var(--color-panel);transition:border-color .3s ease;padding:0}.product-page__thumb--active{border-color:var(--color-pink)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__benefits{padding:6rem 0;border-top:1px solid var(--color-border);margin-top:6rem}.product-page__benefits-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:3rem;color:var(--color-text-muted)}.product-page__benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.product-page__benefit{display:flex;gap:1.2rem;padding:1.5rem;border:1px solid var(--color-border);background:#0e0c1166}.product-page__benefit h3{font-size:1.4rem;margin-bottom:.6rem}.product-page__benefit p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6}.product-page__formula{padding:6rem 0;border-top:1px solid var(--color-border)}.product-page__formula-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media(max-width:768px){.product-page__formula-layout{grid-template-columns:1fr}}.product-page__formula-copy{display:flex;flex-direction:column;gap:1.5rem}.product-page__formula-copy h2{font-size:clamp(2rem,4vw,3.5rem);line-height:.95}.product-page__formula-copy p{color:var(--color-text-muted);line-height:1.7}.product-page__formula-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:600px){.product-page__formula-grid{grid-template-columns:1fr}}.product-page__ingredient{padding:1.2rem;border:1px solid var(--color-border);background:#0e0c1166}.product-page__ingredient-header{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}.product-page__ingredient-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.product-page__ingredient h3{font-size:1.1rem}.product-page__ingredient p{color:var(--color-text-muted);font-size:.85rem}.product-page__crosssell{display:block;padding:4rem 0;border-top:1px solid var(--color-border);margin-top:4rem;transition:background .4s ease}.product-page__crosssell:hover{background:#0e0c1199}.product-page__crosssell-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.product-page__crosssell-layout{grid-template-columns:1fr}}.product-page__crosssell-copy{display:flex;flex-direction:column;gap:1rem}.product-page__crosssell-copy h2{font-size:clamp(2.5rem,5vw,4.5rem)}.product-page__crosssell-copy p{color:var(--color-text-muted);max-width:40ch}.product-page__crosssell-cta{color:var(--color-text-muted);transition:color .3s ease}.product-page__crosssell:hover .product-page__crosssell-cta{color:var(--color-pink)}.product-page__crosssell-media{aspect-ratio:4/5;overflow:hidden;background:var(--color-panel)}.product-page__crosssell-img{width:100%;height:100%;object-fit:cover}.cart-page{padding:10rem 0 6rem}.cart-page__header{display:flex;align-items:center;gap:1.2rem;margin-bottom:3rem}.cart-page__title{font-size:clamp(2.5rem,5vw,4rem)}.cart-page__form{display:grid;grid-template-columns:1.5fr .8fr;gap:4rem;align-items:start}@media(max-width:768px){.cart-page__form{grid-template-columns:1fr}}.cart-page__items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}@media(max-width:600px){.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item__actions{grid-column:1 / -1}}.cart-item__media{aspect-ratio:1;overflow:hidden;background:var(--color-panel)}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;flex-direction:column;gap:.3rem}.cart-item__title{font-family:var(--font-display);font-size:1.1rem;transition:color .3s ease}.cart-item__title:hover{color:var(--color-pink)}.cart-item__variant{color:var(--color-text-muted)}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.8rem}.cart-item__qty{display:flex;align-items:center;border:1px solid var(--color-border)}.cart-item__qty-btn{padding:.5rem .8rem;color:var(--color-text-muted);transition:color .3s ease}.cart-item__qty-btn:hover{color:var(--color-pink)}.cart-item__qty-input{width:2.5rem;text-align:center;background:transparent;border:none;color:var(--color-text);font-family:var(--font-mono);font-size:.75rem}.cart-item__qty-input::-webkit-inner-spin-button,.cart-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-item__remove{color:var(--color-text-muted);transition:color .3s ease}.cart-item__remove:hover{color:var(--color-pink)}.cart-page__summary{position:sticky;top:6rem;padding:2rem;border:1px solid var(--color-border);background:#0e0c1199;display:flex;flex-direction:column;gap:1.2rem}.cart-page__subtotal{display:flex;align-items:center;justify-content:space-between}.cart-page__total-price{font-size:2rem}.cart-page__note{color:var(--color-text-muted)}.cart-page__checkout-btn{display:block;width:100%;padding:1.1rem;text-align:center;background:var(--color-pink);color:#fff;border:none;transition:background .3s ease}.cart-page__checkout-btn:hover{background:var(--color-pink-soft)}.cart-page__continue{text-align:center;color:var(--color-text-muted);transition:color .3s ease}.cart-page__continue:hover{color:var(--color-pink)}.cart-page__empty{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;padding:6rem 0}.cart-page__empty .art-statement{font-size:3rem}.cart-page__shop-btn{display:inline-flex;padding:1rem 2rem;border:1px solid var(--color-border);color:var(--color-text);transition:border-color .3s ease,color .3s ease}.cart-page__shop-btn:hover{border-color:var(--color-pink);color:var(--color-pink)}.generic-page{padding:10rem 0 6rem}.generic-page__header{margin-bottom:3rem}.generic-page__title{font-size:clamp(2.5rem,5vw,5rem)}.generic-page__content.rte{max-width:70ch;color:var(--color-text-muted);line-height:1.8}.generic-page__content.rte h2,.generic-page__content.rte h3{font-family:var(--font-display);color:var(--color-text);margin-top:2rem;margin-bottom:1rem}.generic-page__content.rte p{margin-bottom:1rem}.generic-page__content.rte a{color:var(--color-pink);text-decoration:underline}.page-404{min-height:80vh;display:flex;align-items:center}.page-404__content{display:flex;flex-direction:column;gap:1.5rem}.page-404__title{font-size:clamp(3rem,8vw,8rem)}.page-404__text{color:var(--color-text-muted);max-width:40ch}.page-404__btn{display:inline-flex;padding:1rem 2rem;border:1px solid var(--color-border);color:var(--color-text);width:fit-content;transition:border-color .3s ease,color .3s ease}.page-404__btn:hover{border-color:var(--color-pink);color:var(--color-pink)}.site-footer{border-top:1px solid var(--color-border);padding-top:0}.footer__marquee{overflow:hidden;padding:2rem 0;border-bottom:1px solid var(--color-border)}.footer__marquee-track{display:flex;gap:2rem;white-space:nowrap;animation:marquee 40s linear infinite}.footer__marquee-word{font-family:var(--font-display);font-size:clamp(2rem,4vw,4rem);letter-spacing:-.02em}.footer__marquee-sep{color:var(--color-text-muted);font-size:2rem}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;padding:4rem 0}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}.footer__col{display:flex;flex-direction:column;gap:.8rem}.footer__col-header{display:flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text);margin-bottom:.5rem}.footer__col-header .mono-micro{color:var(--color-pink)}.footer__link{font-size:.9rem;color:var(--color-text-muted);transition:color .3s ease}.footer__link:hover{color:var(--color-pink)}.footer__newsletter-text{font-size:.85rem;color:var(--color-text-muted);line-height:1.5}.footer__newsletter-row{display:flex;border:1px solid var(--color-border);margin-top:.5rem}.footer__newsletter-input{flex:1;padding:.7rem 1rem;background:transparent;border:none;color:var(--color-text);font-family:var(--font-mono);font-size:.72rem}.footer__newsletter-input::placeholder{color:var(--color-text-muted)}.footer__newsletter-btn{padding:.7rem 1.2rem;background:var(--color-pink);color:#fff;border:none;white-space:nowrap;transition:background .3s ease}.footer__newsletter-btn:hover{background:var(--color-pink-soft)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;border-top:1px solid var(--color-border);flex-wrap:wrap;gap:1rem}.footer__logo{opacity:.6}.footer__copy{color:var(--color-text-muted)}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#08070a}::-webkit-scrollbar-thumb{background:#241f28}::-webkit-scrollbar-thumb:hover{background:var(--color-pink)}@keyframes text-sheen{0%,45%{background-position:-160% 0,0 0}92%,to{background-position:260% 0,0 0}}@keyframes drip-fall{0%{transform:translateY(0);opacity:0}18%{opacity:1}to{transform:translateY(56px);opacity:.25}}@keyframes grain-drift{0%{transform:translateZ(0)}to{transform:translate3d(-5%,-3.5%,0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-glow{0%,to{opacity:.55}50%{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.glossy-word{animation:none}.scroll-drip:after{animation:none}.media-grain,.footer__marquee-track,.brand-story__glow{animation:none}.reveal{opacity:1;transform:none}}.gloss-drip{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88;width:100vw;height:100vh;pointer-events:none}.gloss-drip__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.header__tagline{color:var(--color-text);font-family:var(--font-riot);font-size:clamp(.74rem,1vw,1rem);letter-spacing:-.035em;line-height:1;text-transform:uppercase;text-shadow:0 1px 18px rgba(8,7,10,.9)}.riot-display{font-family:var(--font-riot);font-weight:400;letter-spacing:-.035em;line-height:.86;text-transform:uppercase;text-wrap:balance}.riot-ticker{overflow:hidden;border-top:2px solid var(--color-text);border-bottom:2px solid var(--color-text);color:var(--color-bg);background:var(--color-pink)}.riot-ticker__track{display:flex;width:max-content;align-items:center;gap:1.15rem;padding:.72rem 0;font-family:var(--font-riot);font-size:clamp(.78rem,1.25vw,1.08rem);line-height:1;white-space:nowrap;animation:riot-crawl 30s linear infinite}.riot-ticker__track b{color:var(--color-text);font-size:1.2em}.collection-grid{position:relative;padding:0 0 clamp(6rem,10vw,10rem);isolation:isolate}.collection-grid__header{margin:0;padding:clamp(5.5rem,9vw,9rem) 0 clamp(4rem,7vw,7rem)}.collection-grid__meta{margin-bottom:clamp(2rem,4vw,3.5rem);color:#f4efe9ad}.collection-grid__headline-lockup{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.6fr);gap:clamp(2rem,6vw,7rem);align-items:end}.collection-grid__title{margin:0;max-width:11ch;color:var(--color-text);font-size:clamp(3.4rem,8vw,6rem)}.collection-grid__title span{color:var(--color-pink);text-shadow:0 0 38px rgba(255,30,140,.38)}.collection-grid__subtitle{max-width:38ch;margin-bottom:.4rem;color:#f4efe9c2;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.55;text-wrap:pretty}.collection-grid__items{gap:clamp(6rem,12vw,12rem)}.product-card{padding-top:clamp(2rem,4vw,3.5rem);border-top:2px solid rgba(244,239,233,.88)}.product-card__layout{grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:clamp(2.5rem,7vw,8rem)}.product-card__media-frame{position:relative;min-width:0;padding:clamp(.55rem,1vw,.85rem);color:var(--color-bg);background:var(--color-text);box-shadow:12px 12px 0 var(--card-accent, var(--color-pink))}.product-card__media{aspect-ratio:4 / 5;background:#d9d4ce}.product-card__object,.product-card__stamp{position:absolute;z-index:3;color:var(--color-bg);background:var(--color-text)}.product-card__object{top:-1.25rem;left:1rem;padding:.25rem .5rem}.product-card__stamp{right:-.5rem;bottom:1.3rem;padding:.42rem .68rem;transform:rotate(-1.5deg)}.product-card__flash{position:absolute;top:-2.6rem;right:-1.2rem;z-index:4;color:var(--card-accent, var(--color-pink));font-size:clamp(3rem,6vw,5.5rem);line-height:1;text-shadow:0 0 24px color-mix(in srgb,var(--card-accent, var(--color-pink)) 60%,transparent)}.product-card__info{gap:1.35rem;min-width:0}.product-card__index{color:#f4efe994}.product-card__name{margin:0;font-size:clamp(3rem,6vw,5.7rem);line-height:.82}.product-card__desc{max-width:42ch;color:#f4efe9c2;font-size:clamp(1rem,1.3vw,1.14rem);line-height:1.6;text-wrap:pretty}.product-card__spec{align-items:flex-start;color:#f4efe9b8}.product-card__spec-dot{flex:0 0 auto;margin-top:.15rem;background:var(--card-accent, var(--color-pink));box-shadow:0 0 14px var(--card-accent, var(--color-pink))}.product-card__bottom{align-items:flex-end;padding-top:1.5rem;border-color:#f4efe947}.product-card__price{display:block;color:var(--color-text);font-size:.86rem}.product-card__status{display:block;margin-top:.42rem;color:#f4efe985}.product-card__cta{display:inline-flex;min-height:48px;align-items:center;gap:.8rem;padding:.9rem 1rem;color:var(--color-bg);background:var(--card-accent, var(--color-pink));transition:color .18s ease,background-color .18s ease,transform .18s var(--ease-out-expo)}.product-card__cta:hover{color:var(--color-bg);background:var(--color-text);transform:translateY(-2px)}.campaign-riot{position:relative;overflow:hidden;padding:clamp(5.5rem,10vw,10rem) 0;color:var(--color-bg);background:var(--color-text);isolation:isolate}.campaign-riot__ink{position:absolute;top:1.5rem;left:-.04em;z-index:-1;color:#08070a0e;font-family:var(--font-riot);font-size:clamp(7rem,18vw,17rem);letter-spacing:-.065em;line-height:.75;white-space:nowrap}.campaign-riot__shell{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);gap:clamp(3rem,7vw,8rem);align-items:center}.campaign-riot__copy{position:relative;z-index:3;max-width:34rem}.campaign-riot__kicker{display:block;margin-bottom:2rem;color:#4d4248}.campaign-riot__heading{margin-bottom:2.3rem;font-size:clamp(3.25rem,6.4vw,6rem)}.campaign-riot__heading span{color:var(--color-pink)}.campaign-riot__copy p{max-width:39ch;margin-bottom:1.2rem;color:#312b2f;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.58;text-wrap:pretty}.campaign-riot__cta,.brand-story__cta{display:inline-flex;min-height:50px;align-items:center;gap:.8rem;margin-top:1.3rem;padding:.95rem 1.1rem;color:var(--color-text);background:var(--color-bg);transition:color .18s ease,background-color .18s ease,transform .18s var(--ease-out-expo)}.campaign-riot__cta:hover,.brand-story__cta:hover{color:var(--color-bg);background:var(--color-pink);transform:translateY(-2px)}.campaign-riot__collage{position:relative;min-height:clamp(590px,63vw,850px)}.riot-photo{position:absolute;margin:0;overflow:visible;border:.65rem solid var(--color-bg);background:var(--color-bg);box-shadow:9px 11px 0 var(--color-pink)}.riot-photo img{width:100%;height:100%;object-fit:cover;filter:contrast(1.1) saturate(.92);transition:filter .5s ease,transform .8s var(--ease-out-expo)}.riot-photo:hover img{filter:contrast(1.04) saturate(1.08);transform:scale(1.018)}.riot-photo figcaption{position:absolute;left:-.65rem;bottom:-2.1rem;padding:.35rem .55rem;color:var(--color-text);background:var(--color-bg);white-space:nowrap}.riot-photo--one{top:2%;left:1%;z-index:1;width:47%;height:62%;transform:rotate(-2.2deg)}.riot-photo--two{top:13%;right:0;z-index:3;width:51%;height:66%;transform:rotate(1.6deg)}.riot-photo--three{bottom:0;left:26%;z-index:4;width:43%;height:48%;transform:rotate(-.7deg)}.riot-photo__x{position:absolute;z-index:6;color:var(--color-pink);font-size:clamp(3.2rem,7vw,7rem);line-height:1}.riot-photo__x--one{top:-5%;right:38%;transform:rotate(8deg)}.riot-photo__x--two{right:-2%;bottom:3%;transform:rotate(-10deg)}.riot-photo__note{position:absolute;right:4%;bottom:2%;z-index:7;color:var(--color-bg);font-family:var(--font-mono);font-size:clamp(.7rem,1vw,.9rem);font-weight:650;letter-spacing:.08em;line-height:1.5;transform:rotate(-4deg)}.brand-story{position:relative;padding:0 0 clamp(6rem,10vw,10rem);border-top:0;overflow:hidden}.brand-story__rail{display:flex;align-items:center;justify-content:center;gap:clamp(.8rem,2.2vw,2rem);margin-bottom:clamp(5rem,9vw,8rem);padding:1.15rem 1rem;color:var(--color-bg);background:var(--color-pink);font-family:var(--font-riot);font-size:clamp(.72rem,1.4vw,1.05rem);line-height:1;text-align:center}.brand-story__rail b{color:var(--color-text)}.brand-story__layout{grid-template-columns:minmax(0,.95fr) minmax(340px,.75fr);gap:clamp(3rem,8vw,9rem)}.brand-story__copy{gap:1.55rem;align-items:flex-start}.brand-story__kicker{color:var(--color-pink)}.brand-story__heading{margin:.35rem 0 .6rem;font-size:clamp(3.4rem,7.5vw,6rem)}.brand-story__heading span{color:var(--color-pink)}.brand-story__lead{max-width:36ch;color:var(--color-text);font-family:var(--font-display);font-size:clamp(1.35rem,2.25vw,2.05rem);line-height:1.2;text-wrap:pretty}.brand-story__text{max-width:50ch;color:#f4efe9bf}.brand-story__badges{gap:0;width:min(100%,48rem);padding:0;border-top:1px solid rgba(244,239,233,.28);border-bottom:1px solid rgba(244,239,233,.28);color:var(--color-text)}.brand-story__badges span{flex:1 1 50%;padding:.9rem .75rem;border-bottom:1px solid rgba(244,239,233,.12)}.brand-story__cta{color:var(--color-bg);background:var(--color-pink)}.brand-story__cta:hover{color:var(--color-bg);background:var(--color-text)}.brand-story__visual{aspect-ratio:4 / 5}.wet-poster{position:relative;height:100%;min-height:560px;overflow:hidden;border:.75rem solid var(--color-text);color:var(--color-bg);background:var(--color-text);box-shadow:13px 15px 0 var(--color-pink)}.wet-poster:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.14;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='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.wet-poster__micro{position:absolute;top:1.1rem;left:1.1rem;z-index:2;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.18em}.wet-poster__type{position:absolute;top:12%;left:7%;z-index:3;font-family:var(--font-riot);font-size:clamp(3.3rem,6vw,6rem);font-style:normal;letter-spacing:-.05em;line-height:.81;text-transform:uppercase}.wet-poster__type em{color:var(--color-pink);font-style:normal}.wet-poster__stamp{position:absolute;right:1.1rem;bottom:1.2rem;z-index:5;padding:.55rem .7rem;border:2px solid var(--color-bg);font-family:var(--font-riot);font-size:.72rem;line-height:.95;text-align:right;transform:rotate(-4deg)}.wet-poster__cross{position:absolute;z-index:4;color:var(--color-bg);font-size:clamp(2.5rem,5vw,5rem)}.wet-poster__cross--one{top:48%;right:10%;transform:rotate(8deg)}.wet-poster__cross--two{bottom:8%;left:7%;transform:rotate(-12deg)}.wet-poster__pool{position:absolute;left:-8%;bottom:-8%;width:94%;height:43%;border-radius:50% 46% 18% 25%/44% 39% 14% 20%;background:radial-gradient(circle at 33% 19%,rgba(255,255,255,.95) 0 2%,rgba(255,255,255,.32) 3% 8%,transparent 13%),linear-gradient(152deg,#ff8ac1,#ff1e8c 34%,#b60055 72%,#5f022b);box-shadow:inset 18px 22px 28px #ffffff3d,inset -20px -24px 34px #43001f7a,0 -14px 36px #ff1e8c57;transform:rotate(-8deg)}.wet-poster__pool:before,.wet-poster__pool:after{position:absolute;content:"";background:inherit;box-shadow:inherit}.wet-poster__pool:before{right:7%;bottom:-40%;width:17%;height:70%;border-radius:35% 55% 70% 60%}.wet-poster__pool:after{right:31%;bottom:-23%;width:9%;height:48%;border-radius:40% 55% 70% 60%}@keyframes riot-crawl{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:900px){.collection-grid__headline-lockup,.campaign-riot__shell,.brand-story__layout{grid-template-columns:1fr}.collection-grid__title,.campaign-riot__heading,.brand-story__heading{max-width:10ch}.campaign-riot__copy{max-width:40rem}.campaign-riot__collage{min-height:680px}.brand-story__visual{width:min(100%,620px);margin:1rem auto 0}}@media(max-width:768px){.gloss-drip{z-index:87}.collection-grid__meta{align-items:flex-start;gap:.8rem}.collection-grid__meta .hairline{margin-top:.45rem}.product-card__layout,.product-card__layout--reverse{grid-template-columns:1fr;gap:3.25rem;direction:ltr}.product-card__media-frame{box-shadow:7px 8px 0 var(--card-accent, var(--color-pink))}.product-card__flash{right:-.25rem}.product-card__bottom{align-items:flex-start;flex-direction:column}.product-card__cta{width:100%;justify-content:space-between}.campaign-riot__collage{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;min-height:0}.riot-photo{position:relative;inset:auto;width:auto;height:auto;aspect-ratio:4 / 5;border-width:.4rem;box-shadow:5px 6px 0 var(--color-pink)}.riot-photo--one{transform:rotate(-1.5deg)}.riot-photo--two{transform:rotate(1.3deg)}.riot-photo--three{grid-column:1 / -1;width:57%;justify-self:center;transform:rotate(-.8deg)}.riot-photo figcaption{left:-.4rem;bottom:-1.55rem}.riot-photo__x--one{top:-6%;right:45%}.riot-photo__x--two{right:2%;bottom:27%}.riot-photo__note{right:2%;bottom:1%}.brand-story__rail{justify-content:flex-start;overflow:hidden;white-space:nowrap}.brand-story__badges span{flex-basis:100%}.wet-poster{min-height:500px}}@media(max-width:480px){.collection-grid__title,.campaign-riot__heading,.brand-story__heading{font-size:clamp(2.75rem,14vw,4.3rem)}.product-card__name{font-size:clamp(2.7rem,15vw,4.25rem)}.campaign-riot__collage{grid-template-columns:1fr;gap:2.3rem}.riot-photo--three{grid-column:auto;width:auto}.riot-photo__x,.riot-photo__note{display:none}.wet-poster{min-height:440px}.wet-poster__type{font-size:clamp(3rem,16vw,4.6rem)}}@media(prefers-reduced-motion:reduce){.riot-ticker__track{animation:none}.riot-photo img,.campaign-riot__cta,.brand-story__cta,.product-card__cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
