:root{--z-black: #080808;--z-gold: #B8923C;--z-white: #FFFFFF;--z-white-80: rgba(255,255,255,.8);--z-white-60: rgba(255,255,255,.6);--z-white-30: rgba(255,255,255,.3);--z-white-10: rgba(255,255,255,.1);--z-gold-faint: rgba(184,146,60,.12);--z-gold-dim: rgba(184,146,60,.35);--ff-serif: "Cormorant Garamond", Georgia, serif;--ff-sans: "Montserrat", Arial, sans-serif;--ease-lux: cubic-bezier(.25, .46, .45, .94);--ease-spring: cubic-bezier(.16, 1, .3, 1);--section-pad: clamp(5rem, 10vw, 9rem);--page-top: clamp(7rem, 14vw, 10rem);--container-max: 1280px;--container-pad: clamp(1.5rem, 5vw, 4rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{background:var(--z-black);color:var(--z-white);font-family:var(--ff-sans);overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,textarea,select{font-family:inherit}.z-skip{position:fixed;top:-100px;left:1rem;z-index:300;background:var(--z-black);color:var(--z-gold);padding:.8rem 1.2rem;font-family:var(--ff-sans);font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;border:1px solid var(--z-gold-dim);transition:top .3s ease}.z-skip:focus{top:1rem}@keyframes z-fade{0%{opacity:0}to{opacity:1}}@keyframes z-rise{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes z-grain{0%,to{transform:translate(0)}10%{transform:translate(-2%,-3%)}20%{transform:translate(3%,2%)}30%{transform:translate(-1%,3%)}40%{transform:translate(2%,-1%)}50%{transform:translate(-3%,2%)}60%{transform:translate(1%,-3%)}70%{transform:translate(-2%,2%)}80%{transform:translate(3%,-2%)}90%{transform:translate(-1%,-1%)}}@keyframes z-pulse-line{0%{transform:scaleY(0);transform-origin:top;opacity:0}50%{opacity:.8}to{transform:scaleY(1);transform-origin:top;opacity:0}}.z-reveal{opacity:0;transform:translateY(28px);transition:opacity 1.1s cubic-bezier(.16,1,.3,1),transform 1.1s cubic-bezier(.16,1,.3,1)}.z-reveal.visible{opacity:1;transform:translateY(0)}.z-d1{transition-delay:.1s}.z-d2{transition-delay:.22s}.z-d3{transition-delay:.36s}.z-d4{transition-delay:.52s}.z-d5{transition-delay:.7s}.z-grain:after{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;width:200%;height:200%;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:220px 220px;pointer-events:none;animation:z-grain 10s steps(1) infinite;z-index:10}.z-btn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:1.05rem 2.2rem;font-family:var(--ff-sans);font-size:.6rem;letter-spacing:.52em;text-transform:uppercase;color:var(--z-gold);border:1px solid var(--z-gold-dim);background:transparent;position:relative;overflow:hidden;transition:color .45s var(--ease-lux)}.z-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--z-gold);transform:translate(-101%);transition:transform .45s var(--ease-lux)}.z-btn span{position:relative;z-index:1}.z-btn:hover:not(:disabled):before{transform:translate(0)}.z-btn:hover:not(:disabled){color:var(--z-black)}.z-btn:disabled{opacity:.3;cursor:not-allowed}.zoure-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.15rem var(--container-pad);border-bottom:1px solid transparent;transition:background .5s ease,border-color .5s ease}.zoure-header.z-solid{background:#080808e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--z-white-10)}.zoure-header__wordmark{font-family:var(--ff-serif);font-size:1.05rem;letter-spacing:.45em;color:var(--z-gold)}.zoure-header__nav{display:flex;align-items:center;gap:clamp(1.4rem,3vw,2.5rem)}.zoure-header__link{font-family:var(--ff-sans);font-size:.55rem;letter-spacing:.42em;text-transform:uppercase;color:var(--z-white-60);transition:color .35s ease;white-space:nowrap}.zoure-header__link:hover{color:var(--z-gold)}.zoure-hero{position:relative;min-height:100svh;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:var(--z-black)}.zoure-hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.zoure-hero__video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 2.5s ease}.zoure-hero__video.z-loaded{opacity:1}.zoure-hero__img{width:100%;height:100%;object-fit:cover;opacity:.85}.zoure-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#080808a6,#08080840 45%,#08080880 72%,#080808f5);z-index:1}.zoure-hero__content{position:relative;z-index:2;text-align:center;padding:var(--container-pad);display:flex;flex-direction:column;align-items:center;gap:1.75rem}.zoure-hero__eyebrow{font-family:var(--ff-sans);font-size:.56rem;letter-spacing:.7em;text-transform:uppercase;color:var(--z-white-30);animation:z-rise 2s var(--ease-lux) both;animation-delay:.1s}.zoure-hero__wordmark{font-family:var(--ff-serif);font-size:clamp(4.5rem,15vw,13rem);font-weight:400;letter-spacing:.28em;color:var(--z-gold);line-height:1;animation:z-rise 2.2s var(--ease-lux) both;animation-delay:.3s}.zoure-hero__line{font-family:var(--ff-serif);font-style:italic;font-weight:300;font-size:clamp(1.05rem,2.4vw,1.4rem);line-height:1.7;letter-spacing:.03em;color:var(--z-white-80);max-width:30em;animation:z-rise 2.2s var(--ease-lux) both;animation-delay:.9s}.zoure-hero__cta{margin-top:.8rem;animation:z-rise 2.2s var(--ease-lux) both;animation-delay:1.3s}.zoure-hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.6rem;animation:z-fade 1.5s ease both;animation-delay:2.5s}.zoure-hero__scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,transparent,var(--z-gold));animation:z-pulse-line 2.4s ease infinite;animation-delay:3s}.zoure-hero__scroll-label{font-family:var(--ff-sans);font-size:.5rem;letter-spacing:.58em;text-transform:uppercase;color:var(--z-white-30)}.zoure-hero__video::-webkit-media-controls,.zoure-product__media video::-webkit-media-controls,.zoure-pdp__frame video::-webkit-media-controls{display:none!important;opacity:0!important}.zoure-hero__video::-webkit-media-controls-start-playback-button,.zoure-product__media video::-webkit-media-controls-start-playback-button,.zoure-pdp__frame video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none;opacity:0!important}.zoure-hero__video::-webkit-media-controls-overlay-play-button,.zoure-product__media video::-webkit-media-controls-overlay-play-button,.zoure-pdp__frame video::-webkit-media-controls-overlay-play-button{display:none!important;opacity:0!important}.zoure-product{position:relative;padding:var(--section-pad) var(--container-pad);background:var(--z-black)}.zoure-product__inner{max-width:var(--container-max);margin:0 auto}.zoure-product__number{font-family:var(--ff-sans);font-size:.56rem;letter-spacing:.68em;text-transform:uppercase;color:var(--z-gold);margin-bottom:3.5rem;display:block}.zoure-product__layout{display:grid;grid-template-columns:55% 1fr;gap:clamp(3rem,7vw,7rem);align-items:center}.zoure-product__media{position:relative;overflow:hidden;background:#0d0d0d;aspect-ratio:3/4}.zoure-product__media video,.zoure-product__media img{width:100%;height:100%;object-fit:cover;transition:transform 9s var(--ease-lux);will-change:transform}.zoure-product__media:hover video,.zoure-product__media:hover img{transform:scale(1.04)}.zoure-product__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.zoure-product__placeholder-z{font-family:var(--ff-serif);font-size:clamp(6rem,14vw,11rem);color:var(--z-gold-faint);line-height:1;-webkit-user-select:none;user-select:none}.zoure-product__details{display:flex;flex-direction:column;gap:2rem}.zoure-product__title{font-family:var(--ff-serif);font-size:clamp(2.2rem,4vw,4rem);font-weight:400;line-height:1.1;color:var(--z-white)}.zoure-product__descriptor{font-family:var(--ff-sans);font-size:.67rem;letter-spacing:.22em;line-height:2;color:var(--z-white-60);text-transform:uppercase}.zoure-product__meta{display:flex;flex-direction:column;gap:.7rem;padding-top:1rem;border-top:1px solid var(--z-white-10)}.zoure-product__inventory{font-family:var(--ff-sans);font-size:.57rem;letter-spacing:.42em;text-transform:uppercase;color:var(--z-gold)}.zoure-product__inventory--soldout{color:var(--z-white-30)}.zoure-product__price{font-family:var(--ff-serif);font-size:2rem;font-weight:400;color:var(--z-white);letter-spacing:.03em}.zoure-product__form{margin-top:.75rem}.zoure-product__cta{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:1.05rem 2.2rem;font-family:var(--ff-sans);font-size:.6rem;letter-spacing:.52em;text-transform:uppercase;color:var(--z-gold);border:1px solid var(--z-gold-dim);background:transparent;transition:background .45s var(--ease-lux),color .45s var(--ease-lux);position:relative;overflow:hidden}.zoure-product__cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--z-gold);transform:translate(-101%);transition:transform .45s var(--ease-lux);z-index:0}.zoure-product__cta span{position:relative;z-index:1}.zoure-product__cta:hover:not(:disabled):before{transform:translate(0)}.zoure-product__cta:hover:not(:disabled){color:var(--z-black)}.zoure-product__cta:disabled{opacity:.3;cursor:not-allowed}.zoure-statement{position:relative;padding:clamp(7rem,15vw,13rem) var(--container-pad);background:var(--z-black)}.zoure-statement:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:1px;height:90px;background:linear-gradient(to bottom,transparent,rgba(184,146,60,.22))}.zoure-statement:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:1px;height:90px;background:linear-gradient(to top,transparent,rgba(184,146,60,.22))}.zoure-statement__inner{max-width:860px;margin:0 auto;text-align:center}.zoure-statement__quote{font-family:var(--ff-serif);font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:300;font-style:italic;line-height:1.55;color:var(--z-white);letter-spacing:.015em}.zoure-email{position:relative;padding:var(--section-pad) var(--container-pad);background:var(--z-black)}.zoure-email__inner{max-width:520px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:2rem;align-items:center}.zoure-email__heading{font-family:var(--ff-serif);font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:400;color:var(--z-gold);letter-spacing:.04em;line-height:1.1}.zoure-email__sub{font-family:var(--ff-sans);font-size:.62rem;letter-spacing:.48em;text-transform:uppercase;color:var(--z-white-60);line-height:1.9}.zoure-email__form-wrap{width:100%}.zoure-email__form{display:flex;border:1px solid var(--z-gold-dim);width:100%}.zoure-email__input{flex:1;min-width:0;padding:1.05rem 1.3rem;background:transparent;border:none;outline:none;color:var(--z-white);font-family:var(--ff-sans);font-size:.68rem;letter-spacing:.12em}.zoure-email__input::placeholder{color:var(--z-white-30);letter-spacing:.2em}.zoure-email__submit{padding:1.05rem 1.5rem;background:transparent;border:none;border-left:1px solid var(--z-gold-dim);color:var(--z-gold);font-family:var(--ff-sans);font-size:.57rem;letter-spacing:.52em;text-transform:uppercase;transition:background .4s,color .4s;white-space:nowrap}.zoure-email__submit:hover{background:var(--z-gold);color:var(--z-black)}.zoure-email__note{font-family:var(--ff-sans);font-size:.55rem;letter-spacing:.38em;text-transform:uppercase;color:var(--z-white-30)}.zoure-email__success{display:none;font-family:var(--ff-serif);font-size:1.15rem;font-style:italic;color:var(--z-gold)}.zoure-shell{padding:var(--page-top) var(--container-pad) var(--section-pad);background:var(--z-black);min-height:70vh}.zoure-shell__inner{max-width:var(--container-max);margin:0 auto}.zoure-shell__inner--narrow{max-width:760px}.zoure-eyebrow{font-family:var(--ff-sans);font-size:.56rem;letter-spacing:.68em;text-transform:uppercase;color:var(--z-gold);display:block;margin-bottom:1.4rem}.zoure-title{font-family:var(--ff-serif);font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:400;line-height:1.12;color:var(--z-white)}.z-rte{font-family:var(--ff-sans);font-size:.82rem;font-weight:300;line-height:2.1;letter-spacing:.05em;color:var(--z-white-60);margin-top:2.4rem}.z-rte p+p,.z-rte ul,.z-rte ol{margin-top:1.1em}.z-rte h2,.z-rte h3{font-family:var(--ff-serif);font-weight:400;color:var(--z-white-80);margin:1.8em 0 .6em;font-size:1.5em}.z-rte a{color:var(--z-gold)}.z-rte li{margin-left:1.2em}.zoure-pdp .zoure-eyebrow{margin-bottom:0}.zoure-pdp__layout{display:grid;grid-template-columns:minmax(0,55%) minmax(0,1fr);gap:clamp(3rem,6vw,6rem);align-items:start}.zoure-pdp__media{display:flex;flex-direction:column;gap:1.25rem}.zoure-pdp__frame{background:#0d0d0d;overflow:hidden}.zoure-pdp__frame img,.zoure-pdp__frame video{width:100%;height:auto}.zoure-pdp__details{position:sticky;top:6.5rem;display:flex;flex-direction:column;gap:1.7rem}.zoure-pdp__title{font-family:var(--ff-serif);font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:400;line-height:1.08;color:var(--z-white)}.zoure-pdp__price{font-family:var(--ff-serif);font-size:1.7rem;color:var(--z-white);letter-spacing:.03em}.zoure-pdp__inventory{font-family:var(--ff-sans);font-size:.57rem;letter-spacing:.42em;text-transform:uppercase;color:var(--z-gold);margin-top:.7rem}.zoure-pdp__inventory--soldout{color:var(--z-white-30)}.zoure-pdp__desc{font-family:var(--ff-sans);font-size:.78rem;font-weight:300;line-height:2.05;letter-spacing:.05em;color:var(--z-white-60);max-width:34em}.zoure-pdp__desc p+p{margin-top:.9em}.zoure-pdp__form{display:flex;flex-direction:column;gap:1.2rem}.zoure-pdp__label{font-family:var(--ff-sans);font-size:.55rem;letter-spacing:.42em;text-transform:uppercase;color:var(--z-white-30)}.zoure-pdp__select{appearance:none;-webkit-appearance:none;background:transparent;border:1px solid var(--z-white-10);color:var(--z-white);padding:.95rem 1.1rem;font-family:var(--ff-sans);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;width:100%;cursor:pointer;border-radius:0}.zoure-pdp__select:focus{outline:none;border-color:var(--z-gold-dim)}.zoure-pdp__select option{background:var(--z-black);color:var(--z-white)}.zoure-pdp__specs{border-top:1px solid var(--z-white-10)}.zoure-pdp__spec{display:flex;justify-content:space-between;gap:2rem;padding:1rem 0;border-bottom:1px solid var(--z-white-10);font-family:var(--ff-sans);font-size:.6rem;letter-spacing:.24em;text-transform:uppercase}.zoure-pdp__spec dt{color:var(--z-white-30)}.zoure-pdp__spec dd{color:var(--z-white-80);text-align:right}.zoure-pdp__ship{border-bottom:1px solid var(--z-white-10)}.zoure-pdp__ship summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-family:var(--ff-sans);font-size:.6rem;letter-spacing:.24em;text-transform:uppercase;color:var(--z-white-30);transition:color .3s}.zoure-pdp__ship summary::-webkit-details-marker{display:none}.zoure-pdp__ship summary:after{content:"+";color:var(--z-gold);font-size:.9rem}.zoure-pdp__ship[open] summary:after{content:"\2014"}.zoure-pdp__ship summary:hover{color:var(--z-white-80)}.zoure-pdp__ship-body{padding:0 0 1.2rem;font-family:var(--ff-sans);font-size:.72rem;font-weight:300;line-height:2;letter-spacing:.05em;color:var(--z-white-60)}.zoure-cart .zoure-shell__inner{max-width:900px}.zoure-cart__lines{margin-top:3rem;border-top:1px solid var(--z-white-10)}.zoure-cart__line{display:grid;grid-template-columns:90px 1fr auto auto;gap:clamp(1.2rem,3vw,2.2rem);align-items:center;padding:1.6rem 0;border-bottom:1px solid var(--z-white-10)}.zoure-cart__line img{width:90px;height:112px;object-fit:cover;background:#0d0d0d}.zoure-cart__line-title{font-family:var(--ff-serif);font-size:1.15rem;color:var(--z-white);letter-spacing:.04em}.zoure-cart__line-variant{font-family:var(--ff-sans);font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--z-white-30);margin-top:.4rem}.zoure-cart__remove{font-family:var(--ff-sans);font-size:.52rem;letter-spacing:.3em;text-transform:uppercase;color:var(--z-white-30);margin-top:.7rem;display:inline-block;transition:color .3s}.zoure-cart__remove:hover{color:var(--z-gold)}.zoure-cart__qty{width:64px;background:transparent;border:1px solid var(--z-white-10);color:var(--z-white);padding:.6rem .4rem;text-align:center;font-family:var(--ff-sans);font-size:.75rem;border-radius:0}.zoure-cart__qty:focus{outline:none;border-color:var(--z-gold-dim)}.zoure-cart__line-price{font-family:var(--ff-serif);font-size:1.1rem;color:var(--z-white-80)}.zoure-cart__summary{margin-top:2.6rem;margin-left:auto;max-width:380px;display:flex;flex-direction:column;gap:1.1rem}.zoure-cart__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--ff-sans);font-size:.62rem;letter-spacing:.42em;text-transform:uppercase;color:var(--z-white-80)}.zoure-cart__subtotal span:last-child{font-family:var(--ff-serif);font-size:1.3rem;letter-spacing:.03em;text-transform:none}.zoure-cart__note{font-family:var(--ff-sans);font-size:.55rem;letter-spacing:.28em;text-transform:uppercase;color:var(--z-white-30)}.zoure-cart__actions{display:flex;flex-direction:column;gap:.9rem;margin-top:.4rem}.zoure-cart__actions .z-btn{width:100%}.zoure-cart__update{align-self:flex-end;font-family:var(--ff-sans);font-size:.52rem;letter-spacing:.3em;text-transform:uppercase;color:var(--z-white-30);transition:color .3s}.zoure-cart__update:hover{color:var(--z-gold)}.zoure-cart__empty{font-family:var(--ff-serif);font-style:italic;font-size:1.3rem;color:var(--z-white-60);margin:2.5rem 0}.zoure-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:clamp(1.5rem,3vw,2.5rem);margin-top:3rem}.zoure-card{display:flex;flex-direction:column;gap:1rem}.zoure-card__media{aspect-ratio:3/4;background:#0d0d0d;overflow:hidden}.zoure-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 6s var(--ease-lux)}.zoure-card:hover .zoure-card__media img{transform:scale(1.05)}.zoure-card__title{font-family:var(--ff-serif);font-size:1.15rem;color:var(--z-white);letter-spacing:.05em}.zoure-card__price{font-family:var(--ff-sans);font-size:.6rem;letter-spacing:.3em;color:var(--z-gold)}.zoure-search__form{display:flex;border:1px solid var(--z-gold-dim);max-width:520px;margin-top:2.4rem}.zoure-search__input{flex:1;min-width:0;padding:1.05rem 1.3rem;background:transparent;border:none;outline:none;color:var(--z-white);font-family:var(--ff-sans);font-size:.68rem;letter-spacing:.12em}.zoure-search__input::placeholder{color:var(--z-white-30);letter-spacing:.2em}.zoure-search__submit{padding:1.05rem 1.5rem;border-left:1px solid var(--z-gold-dim);color:var(--z-gold);font-family:var(--ff-sans);font-size:.57rem;letter-spacing:.52em;text-transform:uppercase;transition:background .4s,color .4s;white-space:nowrap}.zoure-search__submit:hover{background:var(--z-gold);color:var(--z-black)}.zoure-search__results{margin-top:2.5rem;border-top:1px solid var(--z-white-10)}.zoure-search__result{display:block;padding:1.4rem 0;border-bottom:1px solid var(--z-white-10)}.zoure-search__result-title{font-family:var(--ff-serif);font-size:1.2rem;color:var(--z-white);transition:color .3s}.zoure-search__result:hover .zoure-search__result-title{color:var(--z-gold)}.zoure-search__result-type{font-family:var(--ff-sans);font-size:.52rem;letter-spacing:.3em;text-transform:uppercase;color:var(--z-white-30);margin-top:.4rem}.zoure-404{position:relative;overflow:hidden;min-height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.8rem;text-align:center;padding:var(--page-top) var(--container-pad)}.zoure-404__code{font-family:var(--ff-sans);font-size:.56rem;letter-spacing:.7em;text-transform:uppercase;color:var(--z-white-30)}.zoure-404__title{font-family:var(--ff-serif);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:300;font-style:italic;color:var(--z-white)}.zoure-pagination{display:flex;justify-content:center;align-items:center;gap:2.5rem;margin-top:4rem;font-family:var(--ff-sans);font-size:.56rem;letter-spacing:.42em;text-transform:uppercase}.zoure-pagination a{color:var(--z-gold)}.zoure-pagination span{color:var(--z-white-30)}.zoure-footer{padding:3.5rem var(--container-pad);border-top:1px solid var(--z-white-10);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.zoure-footer__wordmark{font-family:var(--ff-serif);font-size:1.4rem;letter-spacing:.45em;color:var(--z-gold);font-weight:400}.zoure-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem 2.2rem}.zoure-footer__link{font-family:var(--ff-sans);font-size:.55rem;letter-spacing:.38em;text-transform:uppercase;color:var(--z-white-60);transition:color .35s}.zoure-footer__link:hover{color:var(--z-gold)}.zoure-footer__copy{font-family:var(--ff-sans);font-size:.54rem;letter-spacing:.44em;text-transform:uppercase;color:var(--z-white-30)}.z-toast{position:fixed;bottom:2rem;right:2rem;background:var(--z-black);border:1px solid var(--z-gold-dim);color:var(--z-white-80);padding:1rem 1.6rem;font-family:var(--ff-sans);font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;z-index:9999;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease;pointer-events:none;max-width:300px}.z-toast.z-show{opacity:1;transform:translateY(0)}@media(max-width:900px){.zoure-product__layout{grid-template-columns:1fr;gap:3rem}.zoure-product__media{aspect-ratio:4/5}.zoure-product__cta{min-width:0;width:100%}.zoure-pdp__layout{grid-template-columns:1fr;gap:2.6rem}.zoure-pdp__details{position:static}.zoure-cart__line{grid-template-columns:72px 1fr}.zoure-cart__line img{width:72px;height:90px}.zoure-cart__qty,.zoure-cart__line-price{grid-column:2;justify-self:start}.zoure-cart__summary{max-width:none;margin-left:0}.z-btn{min-width:0;width:100%}}@media(max-width:480px){.zoure-hero__wordmark{letter-spacing:.18em}.zoure-email__form{flex-direction:column}.zoure-email__submit{border-left:none;border-top:1px solid var(--z-gold-dim);padding:.95rem}.zoure-search__form{flex-direction:column}.zoure-search__submit{border-left:none;border-top:1px solid var(--z-gold-dim);padding:.95rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.z-reveal{opacity:1!important;transform:none!important;transition:none!important}.zoure-hero__eyebrow,.zoure-hero__wordmark,.zoure-hero__line,.zoure-hero__cta,.zoure-hero__scroll{animation:none!important}.z-grain:after{animation:none}.zoure-product__media video,.zoure-product__media img,.zoure-card__media img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/zoure.css.map */
