:root{--void: #000000;--abyss: #0a0a0a;--obsidian: #111111;--stone-deep: #1a1a1a;--stone-dark: #222222;--stone: #2a2a2a;--stone-mid: #3a3a3a;--stone-carved: #4a4a4a;--stone-worn: #5a5a5a;--stone-light: #6a6a6a;--ash: #8a8a8a;--dust: #a0a0a0;--parchment-dark: #b0b0b0;--parchment: #c8c8c8;--parchment-light: #d8d8d8;--bone: #e0e0e0;--mist: #ececec;--light: #f5f5f5;--radiance: #ffffff;--bg-primary: var(--abyss);--bg-secondary: var(--stone-deep);--bg-surface: var(--stone-dark);--text-primary: var(--parchment);--text-secondary: var(--ash);--text-accent: var(--radiance);--border-subtle: var(--stone-mid);--border-strong: var(--stone-light);--font-display: "Cinzel Decorative", "Cinzel", serif;--font-heading: "Cinzel", serif;--font-body: "EB Garamond", "Georgia", serif;--font-mono: "JetBrains Mono", monospace;--text-xs: clamp(.65rem, .6rem + .25vw, .75rem);--text-sm: clamp(.75rem, .7rem + .3vw, .875rem);--text-base: clamp(.875rem, .8rem + .4vw, 1rem);--text-md: clamp(1rem, .9rem + .5vw, 1.2rem);--text-lg: clamp(1.2rem, 1rem + .8vw, 1.6rem);--text-xl: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem);--text-2xl: clamp(2rem, 1.5rem + 2vw, 3.2rem);--text-3xl: clamp(2.5rem, 1.8rem + 3vw, 4.5rem);--text-4xl: clamp(3rem, 2rem + 4vw, 6rem);--text-hero: clamp(3.5rem, 2.5rem + 5vw, 8rem);--tracking-tight: -.02em;--tracking-normal: 0;--tracking-wide: .08em;--tracking-wider: .15em;--tracking-widest: .25em;--tracking-display: .35em;--leading-none: 1;--leading-tight: 1.15;--leading-snug: 1.3;--leading-normal: 1.6;--leading-relaxed: 1.8;--space-xs: clamp(.25rem, .2rem + .25vw, .5rem);--space-sm: clamp(.5rem, .4rem + .5vw, 1rem);--space-md: clamp(1rem, .8rem + 1vw, 2rem);--space-lg: clamp(2rem, 1.5rem + 2vw, 4rem);--space-xl: clamp(3rem, 2rem + 4vw, 6rem);--space-2xl: clamp(4rem, 3rem + 5vw, 10rem);--space-3xl: clamp(6rem, 4rem + 8vw, 14rem);--content-width: min(90vw, 1200px);--content-narrow: min(85vw, 800px);--content-wide: min(95vw, 1400px);--ease-cathedral: cubic-bezier(.25, .1, .25, 1);--ease-stone: cubic-bezier(.4, 0, .2, 1);--ease-reveal: cubic-bezier(0, 0, .2, 1);--duration-fast: .2s;--duration-normal: .4s;--duration-slow: .8s;--duration-dramatic: 1.5s;--shadow-subtle: 0 1px 3px rgba(0,0,0,.4);--shadow-carved: 0 2px 8px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.03);--shadow-deep: 0 4px 24px rgba(0,0,0,.8);--shadow-abyss: 0 8px 48px rgba(0,0,0,.9);--stone-noise: 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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");--stone-grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.03'/%3E%3C/svg%3E")}.menu-item a[href="/pages/mirror"]{display:none}.menu-item:has(a[href="/pages/mirror"]){display:none}html,body{background-color:var(--abyss, #0a0a0a)!important;color:var(--parchment, #c8c8c8)}.surface-void{background-color:var(--void)}.surface-stone{background-color:var(--stone-deep);background-image:var(--stone-noise);background-repeat:repeat;background-size:256px 256px}.surface-stone-mid{background-color:var(--stone);background-image:var(--stone-noise);background-repeat:repeat;background-size:256px 256px}.surface-parchment{background-color:var(--parchment-dark);background-image:var(--stone-grain);background-repeat:repeat;background-size:512px 512px}.border-gothic{border:1px solid var(--stone-mid);box-shadow:var(--shadow-carved)}.border-ornate{border:1px solid var(--stone-carved);box-shadow:var(--shadow-carved),inset 0 0 30px #0000004d;position:relative}.border-ornate:before,.border-ornate:after{content:"";position:absolute;width:20px;height:20px;border:1px solid var(--stone-light)}.border-ornate:before{top:6px;left:6px;border-right:none;border-bottom:none}.border-ornate:after{bottom:6px;right:6px;border-left:none;border-top:none}.divider-sacred{display:flex;align-items:center;justify-content:center;gap:var(--space-md);padding:var(--space-md) 0}.divider-sacred:before,.divider-sacred:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--stone-mid),transparent)}.divider-sacred .divider-symbol{color:var(--stone-light);font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:var(--tracking-widest)}.divider-diamond{text-align:center;padding:var(--space-lg) 0;position:relative}.divider-diamond:before{content:"";display:inline-block;width:8px;height:8px;border:1px solid var(--stone-light);transform:rotate(45deg)}.divider-diamond:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,var(--stone-mid) 20%,transparent 45%,transparent 55%,var(--stone-mid) 80%,transparent)}.frame-arch{position:relative;padding:var(--space-xl) var(--space-lg);border:1px solid var(--stone-mid);clip-path:polygon(0% 8%,5% 3%,15% .5%,30% 0%,50% 0%,70% 0%,85% .5%,95% 3%,100% 8%,100% 100%,0% 100%)}.text-display{font-family:var(--font-display);letter-spacing:var(--tracking-display);text-transform:uppercase;line-height:var(--leading-none)}.text-heading{font-family:var(--font-heading);letter-spacing:var(--tracking-wider);text-transform:uppercase;line-height:var(--leading-tight)}.text-body{font-family:var(--font-body);letter-spacing:var(--tracking-normal);line-height:var(--leading-normal)}.text-inscription{font-family:var(--font-heading);letter-spacing:var(--tracking-widest);text-transform:uppercase;font-size:var(--text-xs);color:var(--stone-light)}.text-grimoire{font-family:var(--font-body);font-style:italic;letter-spacing:var(--tracking-wide);line-height:var(--leading-relaxed);color:var(--parchment)}.cathedral-section{position:relative;width:100%;overflow:hidden;background-color:var(--bg-primary);background-image:var(--stone-noise);background-repeat:repeat;background-size:256px 256px}.cathedral-section__inner{width:var(--content-width);margin:0 auto;padding:var(--space-xl) 0}.cathedral-section__inner--narrow{width:var(--content-narrow)}.cathedral-section__inner--wide{width:var(--content-wide)}.light-shaft{position:absolute;top:0;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(255,255,255,.03) 30%,rgba(255,255,255,.06) 50%,rgba(255,255,255,.03) 70%,transparent);pointer-events:none}.light-glow{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.04),transparent 70%);pointer-events:none}.vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.4) 100%);pointer-events:none}.reveal{opacity:1;transform:none;transition:opacity var(--duration-slow, .8s) var(--ease-reveal, ease),transform var(--duration-slow, .8s) var(--ease-reveal, ease)}html.reveal-ready .reveal:not(.revealed){opacity:0;transform:translateY(30px)}.reveal.revealed{opacity:1!important;transform:translateY(0)!important}.reveal-delay-1{transition-delay:.15s}.reveal-delay-2{transition-delay:.3s}.reveal-delay-3{transition-delay:.45s}.reveal-delay-4{transition-delay:.6s}html.reveal-ready .reveal-up:not(.revealed){transform:translateY(40px)}html.reveal-ready .reveal-down:not(.revealed){transform:translateY(-40px)}html.reveal-ready .reveal-left:not(.revealed){transform:translate(-40px)}html.reveal-ready .reveal-right:not(.revealed){transform:translate(40px)}html.reveal-ready .reveal-scale:not(.revealed){transform:scale(.95);opacity:0}.reveal-up.revealed,.reveal-down.revealed,.reveal-left.revealed,.reveal-right.revealed{transform:translate(0)!important}.reveal-scale.revealed{transform:scale(1)!important;opacity:1!important}.text-silver{background:linear-gradient(170deg,#3a3a3a,#5a5a5a 12%,#4a4a4a 28%,#6a6a6a 42%,#4a4a4a 58%,#5a5a5a 75%,#3a3a3a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-silver-bright{background:linear-gradient(170deg,#4a4a4a,#7a7a7a,#5a5a5a 30%,#8a8a8a 48%,#5a5a5a 62%,#7a7a7a 80%,#4a4a4a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-engraved{color:#111;text-shadow:0 1px 0 rgba(255,255,255,.06),0 -1px 0 rgba(0,0,0,.8)}@keyframes metal-gleam{0%{background-position:-200% center}to{background-position:200% center}}.text-silver-gleam{background:linear-gradient(105deg,#3a3a3a,#5a5a5a 20%,#4a4a4a 35%,#8a8a8a 48%,#9a9a9a,#8a8a8a 52%,#4a4a4a 65%,#5a5a5a 80%,#3a3a3a);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:metal-gleam 8s ease-in-out infinite}.border-silver{border-color:#4a4a4a;box-shadow:0 0 0 1px #ffffff08,inset 0 1px #ffffff0d,inset 0 -1px #0000004d}.border-silver:hover{border-color:#6a6a6a;box-shadow:0 0 0 1px #ffffff0d,inset 0 1px #ffffff14,inset 0 -1px #0000004d,0 0 20px #ffffff05}.text-forged{filter:url(#forged-metal)}.grain-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5;opacity:.035;mix-blend-mode:overlay}body a,body h1,body h2,body h3,body h4,body h5,body h6,body p,body span,body li,body td,body th,body label{color:var(--parchment, #c8c8c8)}.shopify-policy__title{display:none!important}.shopify-policy__body,.shopify-policy__body p,.shopify-policy__body span,.shopify-policy__body li,.shopify-policy__body td,.shopify-policy__body th,.shopify-policy__body div{font-family:EB Garamond,Georgia,serif!important;color:#c8c8c8b3!important;font-size:15px!important;line-height:1.85!important}.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4{font-family:Cinzel,serif!important;font-weight:400!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#ddd!important;font-size:clamp(13px,1.5vw,17px)!important;margin:2rem 0 1rem!important}.shopify-policy__body a{color:#aaa!important;text-decoration:underline!important}.shopify-policy__body a:hover{color:#fff!important}.shopify-policy__body strong,.shopify-policy__body b{color:#ddd!important}.shopify-policy__container{max-width:680px!important;margin:0 auto!important;padding-top:60px!important}.page-title{font-family:Cinzel,serif!important;color:#c8c8c8!important}.main-page-content,.main-page-content p,.main-page-content span,.main-page-content li,.main-page-content div{color:#c8c8c8b3!important}.main-page-content h1,.main-page-content h2,.main-page-content h3,.main-page-content h4{color:#ddd!important}body input[type=text],body input[type=email],body input[type=password],body input[type=search],body input[type=tel],body input[type=number],body textarea,body select{background-color:var(--obsidian, #111)!important;color:var(--parchment, #c8c8c8)!important;border-color:var(--stone-mid, #3a3a3a)!important}body button,body .button,body input[type=submit]{color:var(--parchment, #c8c8c8)}.cart__submit-btn,.cart-drawer__checkout-btn{background:var(--stone-mid, #3a3a3a)!important;color:var(--parchment, #c8c8c8)!important;border-color:var(--stone-mid, #3a3a3a)!important}.cart__item-remove-link,.cart-drawer-item__remove-link{color:var(--ash, #8a8a8a)!important}.product-info__cart-btn{background:#000!important;color:#fff!important;font-family:Cinzel,serif!important}.option-value{border:1px solid #999!important;color:#000!important;background:transparent!important;font-family:Cinzel,serif!important}.option-value.active{border:2px solid #000!important}.search-button{background:var(--stone-mid, #3a3a3a)!important;color:var(--parchment, #c8c8c8)!important}.shop-all-button-404{color:var(--parchment, #c8c8c8)!important;border-color:var(--stone-mid, #3a3a3a)!important}.pages>*,.number_pages>*{color:var(--ash, #8a8a8a)!important}body.template-collection,body.template-list-collections,body.template-product{background-color:#fff!important;color:#111}body.template-collection .menu-item a,body.template-collection .right-nav a,body.template-collection .right-nav,body.template-collection .right-nav>*,body.template-product .menu-item a,body.template-product .right-nav a,body.template-product .right-nav,body.template-product .right-nav>*{color:#111!important;filter:none!important;-webkit-text-fill-color:initial}body.template-product p:not(.cart-drawer *),body.template-product span:not(.cart-drawer *),body.template-product li:not(.cart-drawer *),body.template-product td:not(.cart-drawer *),body.template-product th:not(.cart-drawer *),body.template-product label:not(.cart-drawer *),body.template-product h1:not(.cart-drawer *),body.template-product h2:not(.cart-drawer *),body.template-product h3:not(.cart-drawer *),body.template-product h4:not(.cart-drawer *),body.template-product a:not(.menu-item a):not(.cart-drawer *){color:#000!important}body.template-product .cart-drawer,body.template-product .cart-drawer *{color:inherit}body.template-product .product-info__title,body.template-product .product-info__title-top{font-family:Cinzel Decorative,Cinzel,serif}body.template-product .product-info__description-pc,body.template-product .product-info__description-pc *,body.template-product .product-info__description-mobile,body.template-product .product-info__description-mobile *{color:#000!important;font-family:EB Garamond,Georgia,serif}body.template-product .product-codex-link a{color:#000!important;opacity:.5}@media screen and (max-width:749px){.header-menu.active .menu-item a,.header-menu.active .account-mobile,body.template-collection .header-menu.active .menu-item a,body.template-collection .header-menu.active .account-mobile,body.template-list-collections .header-menu.active .menu-item a,body.template-product .header-menu.active .menu-item a,body.template-product .header-menu.active .account-mobile{color:#aaa!important;-webkit-text-fill-color:#aaa!important;filter:none!important}}body.template-collection #shopify-section-footer,body.template-product #shopify-section-footer{background-color:var(--abyss, #0a0a0a);color:var(--parchment, #c8c8c8)}body.template-collection #shopify-section-footer a,body.template-product #shopify-section-footer a{color:var(--parchment, #c8c8c8);-webkit-text-fill-color:var(--parchment, #c8c8c8);background:none}@media(max-width:749px){:root{--content-width: 92vw;--content-narrow: 90vw}}@media print{.vignette,.light-shaft,.light-glow{display:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/cathedral.css.map */
