:root{--black: #1d1d1a;--dark: #111110;--card: #161614;--accent: #ADC461;--white: #ffffff;--border: rgba(255,255,255,.07);--font-heading: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-body);font-weight:300;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:.03em;line-height:.95}.display{font-family:var(--font-heading);font-size:clamp(2.8rem,6vw,5.5rem);color:var(--white)}.display em{font-family:var(--font-italic);font-style:normal;color:var(--accent)}.section-tag{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:1.2rem;display:flex;align-items:center;gap:.7rem}.section-tag:before{content:"";width:1.5rem;height:1px;background:var(--accent)}.btn-primary{display:inline-block;background:var(--accent);color:var(--black);padding:.9rem 2.4rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;transition:background .2s;cursor:pointer;border:none}.btn-primary:hover{background:var(--accent)}.btn-ghost{display:inline-block;color:var(--white);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid var(--border);padding-bottom:2px;transition:color .2s}.btn-ghost:hover{color:var(--white)}.btn-dark{display:inline-block;background:var(--black);color:var(--white);padding:1rem 2.8rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;transition:background .2s}.btn-dark:hover{background:#1d1d1a}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 4rem;background:#0a0a08e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-logo{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.12em;color:var(--cream)}.header-logo span{color:var(--accent)}.header-nav{display:flex;gap:2.5rem;list-style:none}.header-nav a{color:var(--cream-dim);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;transition:color .2s}.header-nav a:hover{color:var(--white)}.header-cta{background:var(--accent);color:var(--black);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;padding:.6rem 1.6rem;font-weight:500;transition:background .2s}.header-cta:hover{background:var(--accent)}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 4rem 6rem;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0833,#0a0a08e0)}.hero-content{position:relative;z-index:1}.hero-tag{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.2rem;display:flex;align-items:center;gap:.8rem}.hero-tag:before{content:"";width:2rem;height:1px;background:var(--accent)}.hero-section h1{font-family:var(--font-heading);font-size:clamp(4rem,10vw,9rem);line-height:.92;color:var(--white)}.hero-section h1 em{font-family:var(--font-italic);font-style:italic;color:var(--accent)}.hero-sub{margin-top:2rem;font-size:1rem;color:var(--white);max-width:420px;line-height:1.7}.hero-actions{display:flex;gap:1.2rem;align-items:center;margin-top:2.5rem}.ticker-section{background:var(--white);padding:.8rem 0;overflow:hidden;white-space:nowrap}.ticker-track{display:inline-block;animation:ticker 24s linear infinite}.ticker-track span{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--black);font-weight:500;margin:0 2.5rem}.ticker-track span:before{content:"\2726  "}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-section{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-item{padding:3.5rem 4rem;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-number{font-family:var(--font-heading);font-size:3.5rem;color:var(--accent);line-height:1}.stat-label{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin-top:.5rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;padding:7rem 4rem}.two-col.dark{background:var(--dark)}.col-img{aspect-ratio:4/5;overflow:hidden}.col-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%)}.col-body p{color:var(--white);font-size:1.05rem;line-height:1.8;margin-top:1.5rem;max-width:440px}.stat-callout{margin-top:2.5rem;padding:1.5rem;border-left:2px solid var(--accent);background:#8a8a5c0f}.stat-callout strong{display:block;font-family:var(--font-heading);font-size:2.2rem;color:var(--accent);line-height:1}.stat-callout span{font-size:.8rem;color:var(--white);letter-spacing:.08em}.services-section{padding:7rem 4rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);margin-top:4rem}.service-card{background:var(--card);padding:3rem 2.5rem;transition:background .3s;display:block;color:inherit}.service-card:hover{background:#1d1d1a}.service-icon{width:2.5rem;height:2.5rem;margin-bottom:1.8rem;border:1px solid var(--accent);display:flex;align-items:center;justify-content:center;font-size:1rem}.service-card h3{font-family:var(--font-heading);font-size:1.6rem;color:var(--white);margin-bottom:.8rem}.service-card p{font-size:.88rem;color:var(--white);line-height:1.7}.service-arrow{display:inline-block;margin-top:1.5rem;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:2px}.process-section{padding:7rem 4rem;background:var(--dark)}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);margin-top:4rem}.process-step{padding:2.5rem 2rem;border-right:1px solid var(--border)}.process-step:last-child{border-right:none}.step-num{font-family:var(--font-heading);font-size:4rem;color:#8a8a5c26;line-height:1;margin-bottom:1rem}.process-step h4{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cream);margin-bottom:.6rem;font-family:var(--font-body)}.process-step p{font-size:.84rem;color:var(--white);line-height:1.7}.testimonials-section{padding:7rem 4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem}.testi-card{background:var(--card);padding:2.5rem;border:1px solid var(--border);position:relative}.testi-card:before{content:'"';font-family:var(--font-italic);font-size:5rem;color:var(--accent);opacity:.3;position:absolute;top:1rem;left:1.5rem;line-height:1}.testi-card p{font-size:.9rem;color:var(--white);line-height:1.8;margin-top:1.5rem;position:relative;z-index:1}.testi-name{margin-top:1.5rem;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.cta-banner{background:var(--accent);padding:7rem 4rem;display:flex;align-items:center;justify-content:space-between;gap:3rem}.cta-banner h2{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95;color:var(--black);max-width:600px}.cta-banner h2 em{font-family:var(--font-italic);font-style:italic}.collection-section{padding:7rem 4rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);margin-top:4rem}.product-card{background:var(--card);transition:background .3s;overflow:hidden}.product-card:hover{background:#1d1d1a}.product-card-img{aspect-ratio:1;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-info{padding:1.8rem 2rem}.product-card-info h3{font-family:var(--font-heading);font-size:1.4rem;color:var(--white)}.product-card-info .price{font-size:.85rem;color:var(--accent);margin-top:.4rem;letter-spacing:.08em}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:2rem}}.site-footer{background:var(--black);padding:5rem 4rem 3rem;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-family:var(--font-heading);font-size:1.6rem;letter-spacing:.12em;color:var(--cream);margin-bottom:1rem}.footer-logo span{color:var(--accent)}.footer-tagline{font-size:.82rem;color:var(--white);line-height:1.8}.footer-col h5{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.2rem;font-family:var(--font-body)}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.6rem}.footer-col ul a{font-size:.84rem;color:var(--white);transition:color .2s}.footer-col ul a:hover{color:var(--cream)}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:.72rem;color:var(--white);letter-spacing:.08em}.page-section{padding:10rem 4rem 7rem;min-height:60vh}.cart-table{width:100%;border-collapse:collapse;margin-top:3rem}.cart-table th,.cart-table td{padding:1.2rem;border-bottom:1px solid var(--border);text-align:left;font-size:.88rem;color:var(--white)}.cart-table th{color:var(--cream);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem}.cart-total{text-align:right;margin-top:2rem}.cart-total strong{font-family:var(--font-heading);font-size:1.8rem;color:var(--accent)}@media(max-width:900px){nav,.site-header{padding:1.2rem 2rem}.header-nav{display:none}.hero-section{padding:0 2rem 4rem}.stats-section{grid-template-columns:repeat(2,1fr)}.stat-item{padding:2rem}.two-col{grid-template-columns:1fr;gap:3rem;padding:5rem 2rem}.services-section,.process-section,.testimonials-section,.collection-section,.page-section{padding:5rem 2rem}.services-grid,.product-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.cta-banner{flex-direction:column;padding:5rem 2rem;text-align:center}.footer-grid{grid-template-columns:1fr 1fr}.site-footer{padding:4rem 2rem 2rem}}.header-icons{display:flex;align-items:center;gap:1.2rem}.header-icon{color:var(--white);display:flex;align-items:center}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2rem;background:var(--black);position:relative}@media(max-width:768px){.site-header{justify-content:space-between}.header-logo{position:absolute;left:50%;transform:translate(-50%)}.hamburger{display:flex;z-index:1}.desktop-nav{display:none}}.header-left,.header-right{display:flex;align-items:center;gap:1rem;min-width:80px}.header-right{justify-content:flex-end}#mobile-nav{display:none;background:var(--dark);padding:1.5rem 2rem}#mobile-nav.open{display:block}.announcement-bar{text-align:center;padding:.6rem 2rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.stlc-description{line-height:1.6;font-size:15.5px;color:var(--white)}.stlc-description h2{font-size:26px;margin-bottom:12px;color:var(--white)}.stlc-description h3{font-size:20px;margin-top:28px;margin-bottom:10px;color:var(--white)}.stlc-description h4{font-size:17px;margin-top:18px;margin-bottom:6px;color:var(--white)}.stlc-description ul{padding-left:20px;margin-bottom:12px;color:var(--white)}.stlc-description li{margin-bottom:6px}.stlc-description p{margin-bottom:12px;color:var(--white)}@media(min-width:769px){.hamburger{display:none!important}}.variant-pill{display:block;padding:.75rem 1.25rem;border:1px solid var(--border);border-radius:.5rem;color:var(--white);font-size:.85rem;cursor:pointer;transition:all .2s}.variant-pill:hover,.variant-pill.active{background:var(--accent);border-color:var(--accent);color:var(--black)}.store-map-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:4rem 2rem;max-width:1200px;margin:0 auto;align-items:center}.store-map-text h2{font-family:var(--font-heading);font-size:2.5rem;color:var(--white);margin-bottom:1rem}.store-map-text p{color:var(--white);font-size:.95rem;line-height:1.6}.store-map-hours{margin-top:1rem;color:var(--accent)!important}@media(max-width:768px){.store-map-section{grid-template-columns:1fr}}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:14px;background:none;border:none;cursor:pointer;padding:0}.hamburger span{display:block;width:100%;height:2px;background:#fff}
/*# sourceMappingURL=/cdn/shop/t/65/assets/base.css.map */
