:root{--gold: #F7931E;--gold-light: #FFB055;--gold-dim: #C4680A;--black: #000000;--dark: #0A0A0A;--dark2: #111111;--dark3: #1A1A1A;--mid: #333333;--muted: #9A9A8E;--light: #EDECE6;--white: #FFFFFF;--serif: "miller-banner", Georgia, serif;--sans: "miller-banner-condensed", "Josefin Sans", sans-serif;--radius: 0px;--transition: .22s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:20px}body{background:var(--black);color:var(--light);font-family:var(--sans);font-weight:400;line-height:1.8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-pad{padding:6rem 0}.text-center{text-align:center}.text-gold{color:var(--gold)}.eyebrow{font-family:var(--sans);font-size:.8rem;font-weight:400;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:300;color:var(--white);line-height:1.1;letter-spacing:-.01em}.section-title em{font-style:italic;color:var(--gold)}.divider{display:flex;align-items:center;gap:1rem;margin:1.2rem auto;max-width:160px}.divider:before,.divider:after{content:"";flex:1;height:.5px;background:#f7931e4d}.divider-gem{width:6px;height:6px;background:var(--gold);transform:rotate(45deg);flex-shrink:0}.btn{display:inline-block;font-family:var(--sans);font-size:.72rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;padding:.9rem 2.2rem;cursor:pointer;border:none;transition:background var(--transition),transform .1s;text-decoration:none}.btn-primary{background:var(--gold);color:var(--black)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--gold);border:.5px solid rgba(247,147,30,.4)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold-light)}.btn-dark{background:var(--dark2);color:var(--light);border:.5px solid rgba(247,147,30,.2)}.btn-dark:hover{background:var(--dark3);border-color:var(--gold)}.btn-full{display:block;width:100%;text-align:center}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 3rem;background:#000000f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:.5px solid rgba(247,147,30,.18);transition:padding var(--transition)}.site-header__logo{display:flex;align-items:center;text-decoration:none}.site-header__logo-img{height:44px;width:auto;display:block}.site-nav{display:flex;gap:2.2rem;list-style:none}.site-nav a{font-family:var(--sans);font-size:1rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--light);transition:color var(--transition)}.site-nav a:hover,.site-nav a.active{color:var(--gold)}.site-header__actions{display:flex;align-items:center;gap:1rem}.cart-icon-btn{background:none;border:none;cursor:pointer;color:var(--light);font-size:1rem;font-family:var(--sans);font-weight:400;display:flex;align-items:center;gap:.4rem;transition:color var(--transition);letter-spacing:.12em;text-transform:uppercase}.cart-icon-btn:hover{color:var(--gold)}.cart-count{background:var(--gold);color:var(--black);font-size:1rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--muted);padding:.4rem}.nav-toggle span{display:block;width:22px;height:1px;background:currentColor;margin:5px 0;transition:transform var(--transition),opacity var(--transition)}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 5rem;position:relative;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 55% 45% at 50% 60%,rgba(247,147,30,.06) 0%,transparent 70%),repeating-linear-gradient(0deg,transparent,transparent 60px,rgba(247,147,30,.025) 60px,rgba(247,147,30,.025) 61px),repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(247,147,30,.025) 60px,rgba(247,147,30,.025) 61px)}.hero__content{position:relative;z-index:1}.hero__logo-wrap{margin:0 auto 1.5rem;animation:fadeUp .9s ease both}.hero__logo-img{width:min(420px,72vw);height:auto;display:block;margin:0 auto}.hero__subtitle{font-family:var(--serif);font-size:clamp(1rem,2.5vw,1.6rem);font-weight:300;font-style:italic;color:var(--light);margin-bottom:2.5rem;animation:fadeUp .9s .15s ease both}.hero__desc{font-family:var(--sans);font-size:1rem;font-weight:400;letter-spacing:.03em;color:var(--light);max-width:460px;margin:0 auto 2.8rem;line-height:2;animation:fadeUp .9s .2s ease both}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeUp .9s .3s ease both}.hero__stats{display:flex;gap:3rem;justify-content:center;margin-top:5rem;padding-top:3rem;border-top:.5px solid rgba(247,147,30,.15);animation:fadeUp .9s .5s ease both;flex-wrap:wrap}.stat-item{text-align:center}.stat-num{font-family:var(--serif);font-size:2.2rem;font-weight:300;color:var(--gold);display:block;letter-spacing:-.02em}.stat-label{font-family:var(--sans);font-size:.62rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--light)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.story-visual{aspect-ratio:4/5;background:var(--dark2);border:.5px solid rgba(247,147,30,.2);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.story-visual__inner{text-align:center;padding:2.5rem}.story-visual__logo{width:65%;max-width:220px;height:auto;display:block;margin:0 auto 1.5rem;mix-blend-mode:lighten}.story-visual__quote{font-family:var(--serif);font-size:1.05rem;font-style:italic;color:var(--light);line-height:2.1}.story-accent{position:absolute;bottom:-1px;right:-1px;width:40%;height:40%;border-top:1px solid var(--gold);border-left:1px solid var(--gold)}.values-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.value-item{display:flex;gap:1.2rem;align-items:flex-start}.value-num{font-family:var(--serif);font-size:1.4rem;color:var(--gold-dim);font-weight:300;line-height:1;flex-shrink:0;padding-top:2px}.value-title{font-family:var(--sans);font-size:1rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin-bottom:.3rem}.value-desc{font-family:var(--sans);font-size:.82rem;font-weight:400;color:var(--light);line-height:2}.collection-section{background:var(--dark)}.bundle-banner{background:var(--dark2);border:.5px solid rgba(247,147,30,.28);padding:1.1rem 2rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.bundle-banner__text{font-family:var(--sans);font-size:.82rem;font-weight:400;letter-spacing:.03em;color:var(--light)}.bundle-banner__text strong{color:var(--gold);font-weight:400}.bundle-banner__tag{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--black);background:var(--gold);padding:.4rem 1rem;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5px;background:#f7931e1a}.product-card{background:var(--dark);padding:1.8rem;transition:background var(--transition);display:flex;flex-direction:column}.product-card:hover{background:var(--dark2)}.product-card__badge{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;padding:.28rem .65rem;display:inline-block;margin-bottom:1rem}.badge--custom{background:#f7931e1a;color:var(--gold)}.badge--bundle{background:#f7931e2e;color:var(--gold-light)}.badge--new{background:#f7931e0d;color:var(--muted)}.product-card__image{aspect-ratio:4/3;background:var(--dark3);border:.5px solid rgba(247,147,30,.08);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem;position:relative;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__image-placeholder{font-family:var(--serif);font-size:4rem;color:#f7931e1a;-webkit-user-select:none;user-select:none}.product-card__image-label{position:absolute;bottom:.7rem;right:.7rem;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:#000c;padding:.25rem .55rem}.product-card__name{font-family:var(--serif);font-size:1.3rem;font-weight:300;color:var(--white);margin-bottom:.4rem;line-height:1.2;letter-spacing:-.01em}.product-card__desc{font-family:var(--sans);font-size:.82rem;font-weight:400;color:var(--light);line-height:1.95;margin-bottom:1.2rem;flex:1}.product-card__pricing{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap;margin-bottom:1.3rem}.product-card__price{font-family:var(--serif);font-size:1.8rem;font-weight:300;color:var(--gold);letter-spacing:-.02em}.product-card__bundle-price{font-family:var(--sans);font-size:.72rem;font-weight:400;color:var(--light)}.product-card__bundle-price span{color:var(--gold-light)}.product-page{padding-top:7rem;padding-bottom:5rem}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:7rem}.product-gallery__main{aspect-ratio:1;background:var(--dark2);border:.5px solid rgba(247,147,30,.15);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.8rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:68px;height:68px;background:var(--dark2);border:.5px solid rgba(247,147,30,.12);cursor:pointer;overflow:hidden;transition:border-color var(--transition)}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--gold)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__eyebrow{font-family:var(--sans);font-size:.65rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.product-info__title{font-family:var(--serif);font-size:2.4rem;font-weight:300;color:var(--white);line-height:1.1;margin-bottom:.5rem;letter-spacing:-.02em}.product-info__price{font-family:var(--serif);font-size:2.6rem;font-weight:300;color:var(--gold);margin-bottom:1.5rem;letter-spacing:-.03em}.bundle-picker{background:var(--dark2);border:.5px solid rgba(247,147,30,.2);padding:1.1rem 1.3rem;margin-bottom:1.5rem}.bundle-picker__title{font-family:var(--sans);font-size:.65rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem}.bundle-option{display:flex;align-items:center;justify-content:space-between;padding:.55rem 0;border-bottom:.5px solid rgba(247,147,30,.07);cursor:pointer}.bundle-option:last-child{border-bottom:none}.bundle-option__left{display:flex;align-items:center;gap:.9rem}.bundle-radio{width:14px;height:14px;border:.5px solid rgba(247,147,30,.4);border-radius:50%;position:relative;flex-shrink:0}.bundle-radio.selected{border-color:var(--gold)}.bundle-radio.selected:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:var(--gold);border-radius:50%}.bundle-option__label{font-family:var(--sans);font-size:.82rem;font-weight:400;color:var(--white)}.bundle-option__sublabel{font-family:var(--sans);font-size:.68rem;font-weight:400;color:var(--gold);margin-top:.1rem}.bundle-option__price{font-family:var(--serif);font-size:1.1rem;font-weight:300;color:var(--gold);letter-spacing:-.01em}.product-form__group{margin-bottom:1rem}.product-form__label{display:block;font-family:var(--sans);font-size:.65rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--light);margin-bottom:.5rem}.product-form__input,.product-form__select,.product-form__textarea{width:100%;background:var(--dark2);border:.5px solid rgba(247,147,30,.2);color:var(--white);font-family:var(--sans);font-size:.88rem;font-weight:400;padding:.75rem 1rem;outline:none;transition:border-color var(--transition)}.product-form__input:focus,.product-form__select:focus,.product-form__textarea:focus{border-color:var(--gold)}.product-form__textarea{min-height:75px;resize:vertical;line-height:1.6}.product-form__select{-webkit-appearance:none;appearance:none;cursor:pointer}.product-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.product-form__total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:.5px solid rgba(247,147,30,.15);margin-bottom:1rem}.product-form__total-label{font-family:var(--sans);font-size:.7rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--light)}.product-form__total-price{font-family:var(--serif);font-size:2rem;color:var(--gold);font-weight:300;letter-spacing:-.02em}.product-form__note{font-family:var(--sans);font-size:.75rem;font-weight:400;color:var(--light);line-height:1.9;padding:.8rem 1rem;border-left:2px solid rgba(247,147,30,.35);margin-bottom:1.1rem}.product-description{margin-top:2rem}.product-description h3{font-family:var(--serif);font-size:1rem;color:var(--white);margin:1.2rem 0 .4rem;font-weight:300}.product-description p,.product-description li{font-family:var(--sans);font-size:.86rem;font-weight:400;color:var(--light);line-height:2.1}.product-description ul{padding-left:1.2rem}.product-description li{margin-bottom:.2rem}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;position:relative}.process-steps:before{content:"";position:absolute;top:2rem;left:12%;right:12%;height:.5px;background:linear-gradient(90deg,transparent,rgba(247,147,30,.3) 20%,rgba(247,147,30,.3) 80%,transparent)}.process-step{position:relative;z-index:1;text-align:center}.process-step__num{width:4rem;height:4rem;border:.5px solid rgba(247,147,30,.28);background:var(--black);display:flex;align-items:center;justify-content:center;margin:0 auto 1.1rem;font-family:var(--serif);font-size:1.2rem;color:var(--gold);font-weight:300}.process-step__title{font-family:var(--sans);font-size:.72rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin-bottom:.6rem}.process-step__desc{font-family:var(--sans);font-size:.82rem;font-weight:400;color:var(--light);line-height:2}.reviews-section{background:var(--dark)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5px;background:#f7931e14;margin-top:3rem}.review-card{background:var(--dark);padding:1.8rem}.review-stars{color:var(--gold);font-size:.75rem;letter-spacing:.08em;margin-bottom:.9rem}.review-text{font-family:var(--serif);font-size:1rem;font-style:italic;color:var(--white);line-height:2.1;margin-bottom:1.1rem}.review-author{font-family:var(--sans);font-size:.65rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--light)}.review-product{font-family:var(--sans);font-size:.65rem;font-weight:400;color:var(--gold);margin-top:.25rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact-details{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:2.4rem;height:2.4rem;border:.5px solid rgba(247,147,30,.28);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--gold);flex-shrink:0}.contact-label{font-family:var(--sans);font-size:.62rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem}.contact-value{font-family:var(--sans);font-size:.88rem;font-weight:400;color:var(--white)}.site-footer{background:var(--black);border-top:.5px solid rgba(247,147,30,.14);padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-logo-link{display:flex;align-items:center;text-decoration:none}.footer-logo-img{height:52px;width:auto;display:block}.footer-links{display:flex;gap:2rem;list-style:none;flex-wrap:wrap}.footer-links a{font-family:var(--sans);font-size:.65rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--light);transition:color var(--transition)}.footer-links a:hover{color:var(--gold)}.footer-copy{font-family:var(--sans);font-size:.65rem;font-weight:400;color:var(--light);letter-spacing:.04em}.cart-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200}.cart-drawer-overlay.open{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100%;background:var(--dark);z-index:201;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;border-left:.5px solid rgba(247,147,30,.2)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.8rem;border-bottom:.5px solid rgba(247,147,30,.15)}.cart-drawer__title{font-family:var(--serif);font-size:1.4rem;font-weight:300;color:var(--white);letter-spacing:-.01em}.cart-drawer__close{background:none;border:none;color:var(--muted);font-size:1.2rem;cursor:pointer;transition:color var(--transition);padding:.3rem}.cart-drawer__close:hover{color:var(--white)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem 1.8rem}.cart-drawer__empty{text-align:center;padding:3rem 0;font-size:.82rem;color:var(--muted);font-style:italic;font-family:var(--serif)}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:.5px solid rgba(247,147,30,.1)}.cart-item__img{width:64px;height:64px;background:var(--dark2);border:.5px solid rgba(247,147,30,.12);flex-shrink:0;overflow:hidden}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-family:var(--sans);font-size:.86rem;font-weight:400;color:var(--white);margin-bottom:.25rem}.cart-item__price{font-family:var(--serif);font-size:1rem;color:var(--gold)}.cart-item__remove{background:none;border:none;color:var(--muted);font-size:.7rem;cursor:pointer;margin-top:.4rem;letter-spacing:.1em;text-transform:uppercase;transition:color var(--transition)}.cart-item__remove:hover{color:var(--gold)}.cart-drawer__footer{padding:1.5rem 1.8rem;border-top:.5px solid rgba(247,147,30,.15)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-drawer__subtotal-label{font-family:var(--sans);font-size:.7rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--light)}.cart-drawer__subtotal-price{font-family:var(--serif);font-size:1.7rem;color:var(--gold);font-weight:300;letter-spacing:-.02em}.page-header{padding:9rem 0 4rem;text-align:center;border-bottom:.5px solid rgba(247,147,30,.12)}.breadcrumb{font-family:var(--sans);font-size:.65rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--light);margin-bottom:1rem}.breadcrumb a{color:var(--muted);transition:color var(--transition)}.breadcrumb a:hover{color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.site-header{padding:1rem 1.5rem}.site-nav{display:none}.site-nav.open{display:flex;flex-direction:column;gap:0;position:fixed;top:60px;left:0;right:0;background:#000000fa;padding:1rem 0;border-bottom:.5px solid rgba(247,147,30,.15)}.site-nav.open a{display:block;padding:.9rem 2rem;border-bottom:.5px solid rgba(247,147,30,.07)}.nav-toggle{display:block}.story-grid,.contact-grid,.product-page__grid{grid-template-columns:1fr;gap:2.5rem}.product-gallery{position:static}.process-steps{grid-template-columns:1fr 1fr}.process-steps:before{display:none}.hero__stats{gap:1.5rem}.product-form__grid{grid-template-columns:1fr}.section-pad{padding:4rem 0}.site-footer{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@media(max-width:540px){.process-steps{grid-template-columns:1fr}.bundle-banner{flex-direction:column;align-items:flex-start}.hero__stats{flex-wrap:wrap;gap:1.2rem}.stat-item{min-width:100px}}.product-review-item{padding:1.2rem 0;border-bottom:.5px solid rgba(247,147,30,.1)}.product-review-item:last-child{border-bottom:none}.reviews-carousel-wrap{position:relative}.reviews-carousel{overflow:hidden}.reviews-track{will-change:transform}@keyframes moonPulse{0%,to{opacity:1}50%{opacity:.65}}.review-new-badge svg{animation:moonPulse 2.5s ease-in-out infinite}.btn{transition:background .22s ease,transform .18s ease,box-shadow .22s ease,color .22s ease}.product-gallery__thumb{cursor:pointer}.product-gallery__thumb:focus-visible{outline:2px solid var(--gold);outline-offset:2px}#shopify-section-template--26857951133978__story img{width:calc(100% + 10px);max-width:75%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
