:root{--c-bg: #F7F7F5;--c-black: #1C1C1A;--c-slate: #6B6B67;--c-rule: #E2E2DE;--c-accent: #C4512A;--c-white: #FFFFFF;--c-surface: #EFEFEC;--f-display: "DM Serif Display", serif;--f-body: "Inter", sans-serif;--radius: 4px;--max-w: 1280px;--pad: clamp(1rem, 4vw, 2.5rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--c-bg);color:var(--c-black);font-family:var(--f-body);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}.display-xl{font-family:var(--f-display);font-size:clamp(2.8rem,7vw,6rem);line-height:1.05;letter-spacing:-.02em}.display-lg{font-family:var(--f-display);font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;letter-spacing:-.015em}.display-md{font-family:var(--f-display);font-size:clamp(1.4rem,3vw,2.2rem);line-height:1.2}.label{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--c-slate)}.body-lg{font-size:1.1rem;line-height:1.7}.body-sm{font-size:.875rem;color:var(--c-slate)}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}.section{padding:clamp(3rem,8vw,7rem) 0}.section--tight{padding:clamp(2rem,5vw,4rem) 0}.divider{border:none;border-top:1px solid var(--c-rule)}.accent-rule{display:block;width:48px;height:3px;background:var(--c-accent);margin-top:1rem}.site-header{position:sticky;top:0;z-index:100;background:var(--c-bg);border-bottom:1px solid var(--c-rule);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1.5rem}.site-header__logo{font-family:var(--f-display);font-size:1.35rem;letter-spacing:-.02em;color:var(--c-black);white-space:nowrap;flex-shrink:0}.site-header__logo span{color:var(--c-accent)}.site-nav{display:flex;gap:2rem;align-items:center}.site-nav a{font-size:.875rem;font-weight:500;color:var(--c-slate);transition:color .2s}.site-nav a:hover{color:var(--c-black)}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--c-black);transition:opacity .2s}.cart-icon:hover{opacity:.6}.cart-count{position:absolute;top:4px;right:4px;width:16px;height:16px;background:var(--c-accent);color:#fff;font-size:.6rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none;flex-direction:column;gap:5px;width:24px;padding:4px 0}.menu-toggle span{display:block;height:2px;background:var(--c-black);border-radius:2px;transition:all .3s}.hero{padding:clamp(4rem,10vw,9rem) 0 clamp(3rem,7vw,7rem);border-bottom:1px solid var(--c-rule)}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.hero__eyebrow:before{content:"";display:block;width:24px;height:2px;background:var(--c-accent)}.hero__heading{margin-bottom:1.5rem}.hero__heading em{font-style:italic;color:var(--c-accent)}.hero__body{max-width:480px;margin-bottom:2.5rem;color:var(--c-slate)}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero__image-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px}.hero__img-main{grid-column:1 / -1;aspect-ratio:16/9;background:var(--c-surface);border-radius:var(--radius);overflow:hidden}.hero__img-main img{width:100%;height:100%;object-fit:cover}.hero__img-sub{aspect-ratio:1;background:var(--c-surface);border-radius:var(--radius);overflow:hidden}.hero__img-sub img{width:100%;height:100%;object-fit:cover}.hero__stat{background:var(--c-black);color:var(--c-bg);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;justify-content:flex-end}.hero__stat-number{font-family:var(--f-display);font-size:2.2rem;line-height:1}.hero__stat-label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#999;margin-top:.4rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--f-body);font-size:.875rem;font-weight:600;letter-spacing:.02em;border-radius:var(--radius);transition:all .2s ease;white-space:nowrap}.btn--primary{background:var(--c-black);color:var(--c-white)}.btn--primary:hover{background:var(--c-accent)}.btn--outline{background:transparent;color:var(--c-black);border:1.5px solid var(--c-black)}.btn--outline:hover{background:var(--c-black);color:var(--c-white)}.btn--accent{background:var(--c-accent);color:var(--c-white)}.btn--accent:hover{background:#a93f1f}.btn--full{width:100%;justify-content:center}.btn--sm{padding:.6rem 1.25rem;font-size:.8rem}.value-strip{background:var(--c-black);color:var(--c-bg);padding:1rem 0;overflow:hidden}.value-strip__inner{display:flex;gap:3rem;align-items:center;justify-content:center;flex-wrap:wrap}.value-strip__item{display:flex;align-items:center;gap:.6rem;font-size:.82rem;font-weight:500;white-space:nowrap}.value-strip__item svg{color:var(--c-accent);flex-shrink:0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5px;background:var(--c-rule);border:1.5px solid var(--c-rule);border-radius:var(--radius);overflow:hidden}.product-card{background:var(--c-bg);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:background .2s}.product-card:hover{background:#f0f0ed}.product-card__image{aspect-ratio:1;background:var(--c-surface);border-radius:2px;overflow:hidden;margin-bottom:.5rem}.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.04)}.product-card__badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-accent);margin-bottom:.15rem}.product-card__title{font-family:var(--f-display);font-size:1.15rem;line-height:1.25;color:var(--c-black)}.product-card__desc{font-size:.82rem;color:var(--c-slate);line-height:1.5;flex:1}.product-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--c-rule);margin-top:auto}.product-card__price{font-size:1.05rem;font-weight:600;color:var(--c-black)}.product-card__price s{font-weight:400;color:var(--c-slate);font-size:.875rem;margin-left:.4rem}.add-to-cart-btn{width:36px;height:36px;border-radius:50%;background:var(--c-black);color:var(--c-white);display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.add-to-cart-btn:hover{background:var(--c-accent)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem 3rem;margin-top:3rem}.feature-item__icon{width:44px;height:44px;color:var(--c-accent);margin-bottom:1rem}.feature-item__title{font-family:var(--f-display);font-size:1.2rem;margin-bottom:.5rem}.feature-item__body{font-size:.875rem;color:var(--c-slate);line-height:1.65}.testimonials{background:var(--c-surface)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5px;background:var(--c-rule);border:1.5px solid var(--c-rule);border-radius:var(--radius);overflow:hidden;margin-top:2.5rem}.testimonial-card{background:var(--c-white);padding:2rem}.testimonial-stars{display:flex;gap:3px;margin-bottom:1rem}.testimonial-stars span{color:var(--c-accent);font-size:.9rem}.testimonial-body{font-size:.95rem;line-height:1.7;color:var(--c-black);margin-bottom:1.25rem;font-style:italic}.testimonial-author{font-size:.8rem;font-weight:600;color:var(--c-slate);letter-spacing:.06em;text-transform:uppercase}.cta-banner{background:var(--c-black);color:var(--c-white)}.cta-banner__inner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.cta-banner__heading{color:var(--c-white)}.cta-banner__heading em{font-style:italic;color:var(--c-accent)}.cta-banner__sub{color:#999;margin-top:.6rem;max-width:500px}.site-footer{background:var(--c-black);color:var(--c-bg);padding:clamp(3rem,6vw,5rem) 0 2rem;border-top:1px solid #333}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand__logo{font-family:var(--f-display);font-size:1.25rem;color:var(--c-bg);margin-bottom:.75rem}.footer-brand__logo span{color:var(--c-accent)}.footer-brand__desc{font-size:.85rem;color:#999;line-height:1.65;max-width:240px}.footer-col__title{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#999;margin-bottom:1.25rem}.footer-col__links{display:flex;flex-direction:column;gap:.65rem}.footer-col__links a{font-size:.875rem;color:#ccc;transition:color .2s}.footer-col__links a:hover{color:var(--c-white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid #333;gap:1rem;flex-wrap:wrap}.footer-bottom p{font-size:.78rem;color:#666}.footer-payment-icons{display:flex;gap:.5rem}.footer-payment-icons span{display:inline-block;background:#333;border-radius:3px;padding:3px 8px;font-size:.65rem;font-weight:700;color:#aaa;letter-spacing:.04em;text-transform:uppercase}.product-page{padding:3rem 0 5rem}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}.product-gallery__main{aspect-ratio:1;background:var(--c-surface);border-radius:var(--radius);overflow:hidden;margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.5rem}.product-gallery__thumb{width:72px;height:72px;background:var(--c-surface);border-radius:2px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.product-gallery__thumb.active{border-color:var(--c-black)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__eyebrow{margin-bottom:.75rem}.product-info__title{font-family:var(--f-display);font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;margin-bottom:1rem}.product-info__price{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.product-info__price .compare{font-size:1rem;font-weight:400;color:var(--c-slate);text-decoration:line-through;margin-left:.5rem}.product-info__desc{color:var(--c-slate);line-height:1.7;margin-bottom:2rem;font-size:.95rem}.product-form{display:flex;flex-direction:column;gap:1rem}.form-group label{display:block;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem;color:var(--c-slate)}.variant-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.variant-btn{padding:.5rem 1rem;border:1.5px solid var(--c-rule);border-radius:3px;font-size:.875rem;font-weight:500;transition:all .15s;background:var(--c-bg)}.variant-btn:hover,.variant-btn.active{border-color:var(--c-black);background:var(--c-black);color:var(--c-white)}.qty-row{display:flex;gap:.75rem;align-items:center}.qty-input{display:flex;align-items:center;border:1.5px solid var(--c-rule);border-radius:var(--radius);overflow:hidden}.qty-btn{width:40px;height:48px;font-size:1.2rem;color:var(--c-slate);transition:background .15s}.qty-btn:hover{background:var(--c-surface)}.qty-input input{width:48px;text-align:center;font-size:.95rem;font-family:var(--f-body);border:none;outline:none;background:none;height:48px}.product-info__perks{display:flex;flex-direction:column;gap:.6rem;padding:1.25rem;background:var(--c-surface);border-radius:var(--radius);margin-top:1rem}.product-perk{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--c-slate)}.product-perk svg{color:var(--c-accent);flex-shrink:0}.collection-hero{padding:3rem 0 2rem;border-bottom:1px solid var(--c-rule);margin-bottom:2.5rem}.collection-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.sort-select{padding:.5rem 1rem;border:1.5px solid var(--c-rule);border-radius:var(--radius);font-family:var(--f-body);font-size:.875rem;background:var(--c-bg);color:var(--c-black);cursor:pointer;outline:none}.sort-select:focus{border-color:var(--c-black)}.cart-page{padding:3rem 0 5rem}.cart-page__title{margin-bottom:2rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-slate);padding:.75rem 0;border-bottom:1px solid var(--c-rule)}.cart-table td{padding:1.25rem 0;border-bottom:1px solid var(--c-rule);vertical-align:middle}.cart-item__img{width:72px;height:72px;background:var(--c-surface);border-radius:3px;overflow:hidden;flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;align-items:center;gap:1rem}.cart-item__name{font-weight:500;font-size:.95rem}.cart-item__variant{font-size:.8rem;color:var(--c-slate)}.cart-summary{max-width:400px;margin-left:auto;margin-top:2.5rem;padding:2rem;background:var(--c-surface);border-radius:var(--radius)}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.75rem;color:var(--c-slate)}.cart-summary__row--total{font-size:1.1rem;font-weight:600;color:var(--c-black);padding-top:.75rem;border-top:1px solid var(--c-rule);margin-top:.75rem}.breadcrumbs{padding:.875rem 0;border-bottom:1px solid var(--c-rule);display:flex;gap:.5rem;align-items:center;font-size:.8rem;color:var(--c-slate)}.breadcrumbs a:hover{color:var(--c-black)}.breadcrumbs .sep{color:var(--c-rule)}.simple-page{padding:5rem 0;max-width:700px}.simple-page h1{margin-bottom:1.5rem}.simple-page p{color:var(--c-slate);margin-bottom:1rem;line-height:1.8}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--c-bg);z-index:200;padding:2rem var(--pad);flex-direction:column}.mobile-menu.open{display:flex}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.mobile-menu__close{font-size:1.5rem;color:var(--c-black)}.mobile-nav{display:flex;flex-direction:column;gap:1.75rem}.mobile-nav a{font-family:var(--f-display);font-size:2rem;color:var(--c-black);transition:color .2s}.mobile-nav a:hover{color:var(--c-accent)}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--c-black);color:var(--c-white);padding:1rem 1.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;box-shadow:0 8px 32px #0000002e;z-index:500;transform:translateY(100px);opacity:0;transition:all .3s ease;display:flex;align-items:center;gap:.75rem}.toast.visible{transform:translateY(0);opacity:1}.toast__icon{color:var(--c-accent)}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.hero__inner{grid-template-columns:1fr}.hero__image-grid{display:none}}@media(max-width:768px){.site-nav{display:none}.menu-toggle{display:flex}.product-page__grid{grid-template-columns:1fr}.cta-banner__inner{grid-template-columns:1fr;text-align:center}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.section-header{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.hero__ctas{flex-direction:column}.btn--full-mobile{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}:root{--c-bg:#050505;--c-black:#ffffff;--c-slate:#b8b8b8;--c-rule:rgba(255,255,255,.08);--c-accent:#D4AF37;--c-surface:#111111}.hero{min-height:100vh;display:flex;align-items:center;background:radial-gradient(circle at top center,rgba(212,175,55,.12),transparent 40%),linear-gradient(180deg,#050505,#0b0b0b);border:none}.hero__inner{grid-template-columns:1fr;text-align:left;max-width:1100px;margin:auto}.hero__image-grid{display:none}.hero__eyebrow{color:#d4af37;font-size:14px;letter-spacing:4px;text-transform:uppercase;margin-bottom:30px}.hero__eyebrow:before{display:none}.hero__heading{font-family:Inter,Helvetica,Arial,sans-serif;font-size:clamp(4rem,8vw,7rem);font-weight:800;line-height:.95;letter-spacing:-3px;color:#fff;margin-bottom:30px}.hero__heading em{font-style:normal;color:#d4af37}.hero__body{max-width:650px;color:#ffffffbf;font-size:22px;line-height:1.5;margin-bottom:40px}.hero__ctas{display:flex;gap:15px}.btn--primary{background:#d4af37;color:#000;border:none;padding:16px 34px;border-radius:12px;font-weight:600}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #d4af3740;background:#d4af37}.btn--outline{border:1px solid rgba(212,175,55,.4);color:#d4af37;background:transparent;border-radius:12px}.btn--outline:hover{background:#d4af3714;color:#d4af37}.value-strip{background:#0b0b0b;border-top:1px solid rgba(255,255,255,.05)}.value-strip__item{color:#d4af37}.site-header{background:#050505eb;border-bottom:1px solid rgba(255,255,255,.05)}.site-header__logo{color:#fff;font-weight:700}.site-header__logo span{color:#d4af37}.site-nav a{color:#fffc}.site-nav a:hover{color:#d4af37}.product-card{background:#111}.product-card__title{color:#fff}.product-card__desc{color:#b8b8b8}.product-card__price{color:#fff}.product-card:hover{background:#181818}.features-grid,.testimonials-grid{gap:24px}.feature-item,.testimonial-card{background:#111;padding:30px;border-radius:16px}.testimonial-body{color:#fff}@media(max-width:768px){.hero{min-height:auto;padding:120px 0 80px}.hero__heading{font-size:3.5rem}.hero__body{font-size:18px}.hero__ctas{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
