*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--radius: 1.25rem;--background: oklch(.16 .012 40);--foreground: oklch(.96 .012 70);--card: oklch(.21 .015 40);--card-foreground: oklch(.96 .012 70);--primary: oklch(.68 .19 40);--primary-foreground: oklch(.15 .012 40);--secondary: oklch(.26 .018 40);--muted-foreground: oklch(.68 .025 50);--border: oklch(.28 .018 40);--ring: oklch(.68 .19 40);--ember: oklch(.72 .2 40);--ember-foreground: oklch(.15 .012 40);--gradient-aura: radial-gradient(ellipse at top, oklch(.3 .08 40), oklch(.16 .012 40));--gradient-flame: linear-gradient(135deg, oklch(.78 .2 55), oklch(.6 .22 28));--shadow-soft: 0 30px 80px -30px oklch(0 0 0 / .5);--shadow-glow: 0 0 80px oklch(.72 .2 40 / .45)}body{background-color:var(--background);color:var(--foreground);font-family:Outfit,sans-serif;font-feature-settings:"ss01";line-height:1.6}h1,h2,h3,h4{font-family:Outfit,sans-serif;letter-spacing:-.025em;font-weight:600;line-height:1.1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-ember{color:var(--ember)}.text-muted{color:var(--muted-foreground)}.bg-card{background:var(--card)}.border{border:1px solid var(--border)}.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:calc(var(--radius) - 2px)}.rounded-3xl{border-radius:calc(var(--radius) + 12px)}.bg-gradient-aura{background-image:var(--gradient-aura)}.text-gradient-flame{background-image:var(--gradient-flame);-webkit-background-clip:text;background-clip:text;color:transparent}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-glow{box-shadow:var(--shadow-glow)}@keyframes flicker{0%,to{opacity:1;transform:scale(1);filter:drop-shadow(0 0 12px oklch(.72 .2 40 / .6))}50%{opacity:.9;transform:scale(1.04);filter:drop-shadow(0 0 20px oklch(.72 .2 40 / .8))}}.animate-flicker{animation:flicker 3.5s ease-in-out infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.site-header{position:sticky;top:0;z-index:40;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#120c09b3;border-bottom:1px solid var(--border)}.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;max-width:1280px;margin:0 auto}.site-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.site-logo svg{color:var(--ember)}.site-nav{display:flex;align-items:center;gap:2.5rem;font-size:.875rem;font-weight:500}.site-nav a:hover{color:var(--ember);transition:color .2s}.cart-btn{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--border);color:var(--foreground);transition:border-color .2s,color .2s}.cart-btn:hover{border-color:var(--ember);color:var(--ember)}.hamburger{display:none;flex-direction:column;gap:5px;padding:6px}.hamburger span{display:block;width:22px;height:2px;background:var(--foreground);border-radius:2px;transition:.3s}.mobile-nav{display:none;flex-direction:column;gap:0;border-top:1px solid var(--border);background:var(--card)}.mobile-nav a{padding:1rem 1.5rem;font-size:1rem;font-weight:500;border-bottom:1px solid var(--border);transition:color .2s}.mobile-nav a:hover{color:var(--ember)}.mobile-nav.open{display:flex}@media(max-width:768px){.site-nav{display:none}.hamburger{display:flex}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:9999px;background:var(--primary);color:var(--primary-foreground);font-weight:500;font-size:1rem;transition:box-shadow .2s;border:none;cursor:pointer}.btn-primary:hover{box-shadow:var(--shadow-glow)}.btn-secondary{display:inline-flex;align-items:center;padding:.75rem 1.75rem;border-radius:9999px;border:1px solid var(--border);font-weight:500;font-size:1rem;transition:background .2s;cursor:pointer}.btn-secondary:hover{background:var(--secondary)}.badge{display:inline-block;padding:.2rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;background:var(--ember);color:var(--ember-foreground);margin-bottom:1rem}.hero-section{position:relative;overflow:hidden}.hero-section .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:5rem 1.5rem;max-width:1280px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ff764326;background:oklch(.72 .2 40 / .15);color:var(--ember);border:1px solid oklch(.72 .2 40 / .3);padding:.375rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.hero-ping{position:relative;display:inline-flex;width:8px;height:8px}.hero-ping-outer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background:var(--ember);opacity:.75;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.hero-ping-inner{position:relative;width:8px;height:8px;border-radius:9999px;background:var(--ember)}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:var(--muted-foreground);max-width:28rem;margin-bottom:2rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem}.hero-image{aspect-ratio:4/5;border-radius:calc(var(--radius) + 12px);overflow:hidden;box-shadow:var(--shadow-soft);background:var(--card)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-glow{position:absolute;top:-10rem;right:-10rem;width:24rem;height:24rem;background:var(--gradient-flame);opacity:.2;filter:blur(80px);border-radius:9999px;pointer-events:none}.hero-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted-foreground);font-size:.875rem;gap:.5rem;background:var(--card)}@media(max-width:768px){.hero-section .hero-inner{grid-template-columns:1fr;padding:3rem 1.5rem}.hero-image{aspect-ratio:1}}.value-props{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:3rem 1.5rem;max-width:1280px;margin:0 auto}.value-card{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;border-radius:calc(var(--radius) - 2px);background:var(--card);border:1px solid var(--border)}.value-card svg{color:var(--ember);width:1.5rem;height:1.5rem;flex-shrink:0;margin-top:2px}.value-card h3{font-size:.875rem;font-weight:600;margin-bottom:.2rem}.value-card p{font-size:.875rem;color:var(--muted-foreground)}@media(max-width:900px){.value-props{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.value-props{grid-template-columns:1fr}}.section-eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--ember);margin-bottom:.5rem}.section-title{font-size:clamp(2rem,4vw,3rem)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.product-grid{grid-template-columns:1fr}}.product-card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);overflow:hidden;transition:box-shadow .25s;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-soft)}.product-card-image{aspect-ratio:1;background:var(--secondary);position:relative;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted-foreground);font-size:.8rem;gap:.4rem}.product-card-badge{position:absolute;top:.75rem;left:.75rem;background:var(--ember);color:var(--ember-foreground);font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:9999px}.product-card-body{padding:1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.product-card-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.product-card-tagline{font-size:.8rem;color:var(--ember);margin-bottom:.5rem}.product-card-price{font-size:1.1rem;font-weight:700;margin-top:auto;padding-top:.5rem}.product-card-btn{display:block;width:100%;margin-top:.75rem;padding:.6rem;border-radius:9999px;background:var(--primary);color:var(--primary-foreground);font-size:.875rem;font-weight:500;text-align:center;transition:box-shadow .2s;border:none;cursor:pointer}.product-card-btn:hover{box-shadow:var(--shadow-glow)}.featured-section{padding:5rem 1.5rem;max-width:1280px;margin:0 auto}.featured-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}.featured-desc{font-size:.875rem;color:var(--muted-foreground);max-width:20rem}.carousel-scroll{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:none}.carousel-scroll::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 calc(33.333% - 1rem);scroll-snap-align:start;min-width:260px}@media(max-width:900px){.carousel-item{flex:0 0 calc(50% - .75rem)}}@media(max-width:540px){.carousel-item{flex:0 0 90%}}.story-section{background-image:var(--gradient-aura)}.story-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:6rem 1.5rem;max-width:1280px;margin:0 auto}.story-image{aspect-ratio:1;border-radius:calc(var(--radius) + 12px);overflow:hidden;box-shadow:var(--shadow-soft);background:var(--card)}.story-image img{width:100%;height:100%;object-fit:cover}.story-title{font-size:clamp(1.8rem,4vw,3rem);margin-bottom:1.5rem}.story-body{color:var(--muted-foreground);margin-bottom:1rem;line-height:1.7}@media(max-width:768px){.story-inner{grid-template-columns:1fr;padding:4rem 1.5rem}}.newsletter-section{max-width:48rem;margin:0 auto;padding:6rem 1.5rem;text-align:center}.newsletter-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1rem}.newsletter-desc{color:var(--muted-foreground);margin-bottom:2rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:600px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;padding:.75rem 1.25rem;border-radius:9999px;background:var(--card);border:1px solid var(--border);color:var(--foreground);font-size:1rem;outline:none;transition:box-shadow .2s}.newsletter-input:focus{box-shadow:0 0 0 2px var(--ring)}.site-footer{border-top:1px solid var(--border);margin-top:6rem;background-image:var(--gradient-aura)}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;padding:4rem 1.5rem;max-width:1280px;margin:0 auto}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.footer-logo svg{color:var(--ember)}.footer-tagline{font-size:.875rem;color:var(--muted-foreground);max-width:18rem}.footer-col h4{font-weight:600;margin-bottom:1rem;color:var(--ember);font-size:.875rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col ul li{font-size:.875rem;color:var(--muted-foreground)}.footer-col ul li a{color:var(--muted-foreground);transition:color .2s}.footer-col ul li a:hover{color:var(--ember)}.footer-email{display:inline-flex;align-items:center;gap:.5rem;color:var(--ember);font-size:.875rem;margin-top:1rem}.footer-email:hover{text-decoration:underline}.footer-bottom{border-top:1px solid var(--border);padding:1.5rem;text-align:center;font-size:.75rem;color:var(--muted-foreground)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}.page-header{padding:4rem 1.5rem 3rem;max-width:1280px;margin:0 auto}.page-header h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1rem}.page-header p{color:var(--muted-foreground);max-width:36rem}.collection-grid-wrap{max-width:1280px;margin:0 auto;padding:0 1.5rem 6rem}.product-page{max-width:1280px;margin:0 auto;padding:3rem 1.5rem 6rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width:900px){.product-page{grid-template-columns:1fr}}.product-gallery-main{aspect-ratio:1;border-radius:calc(var(--radius) + 12px);overflow:hidden;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:.75rem}.product-gallery-thumbs img{aspect-ratio:1;object-fit:cover;border-radius:calc(var(--radius) - 4px);border:2px solid var(--border);cursor:pointer;transition:border-color .2s;width:100%}.product-gallery-thumbs img.active{border-color:var(--ember)}.product-info{padding-top:1.5rem}.product-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.product-tagline{color:var(--ember);margin-bottom:1.5rem}.product-price{font-size:2rem;font-weight:700;margin-bottom:2rem}.product-desc{color:var(--muted-foreground);line-height:1.7;margin-bottom:2rem}.variant-label{font-size:.875rem;font-weight:600;margin-bottom:.75rem}.variant-btns{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.variant-btn{padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--border);font-size:.875rem;background:none;color:var(--foreground);cursor:pointer;transition:all .2s}.variant-btn:hover{border-color:var(--ember)}.variant-btn.selected{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.qty-atc{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.qty-control{display:flex;align-items:center;gap:.75rem;border:1px solid var(--border);border-radius:9999px;padding:.5rem 1rem}.qty-btn{background:none;border:none;color:var(--foreground);cursor:pointer;font-size:1.1rem;padding:0 .25rem}.qty-num{width:1.5rem;text-align:center}.atc-btn{flex:1}.product-perks{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;flex-direction:column;gap:.4rem}.product-perks p{font-size:.8rem;color:var(--muted-foreground)}.about-section{max-width:56rem;margin:0 auto;padding:5rem 1.5rem}.about-section h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:2rem}.about-body{color:var(--muted-foreground);line-height:1.8;margin-bottom:1.25rem;font-size:1.05rem}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem}.about-card{padding:1.5rem;border-radius:calc(var(--radius) - 2px);background:var(--card);border:1px solid var(--border);text-align:center}.about-card svg{color:var(--ember);width:1.5rem;height:1.5rem;margin:0 auto .75rem}.about-card h3{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.about-card p{font-size:.875rem;color:var(--muted-foreground)}@media(max-width:640px){.about-cards{grid-template-columns:1fr}}.contact-section{max-width:48rem;margin:0 auto;padding:5rem 1.5rem}.contact-section h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:2rem}.contact-desc{color:var(--muted-foreground);margin-bottom:3rem;max-width:32rem}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem}.contact-card{padding:1.25rem;border-radius:calc(var(--radius) - 2px);background:var(--card);border:1px solid var(--border)}.contact-card svg{color:var(--ember);width:1.25rem;height:1.25rem;margin-bottom:.75rem}.contact-card .cc-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-bottom:.25rem}.contact-card .cc-value{font-size:.875rem;font-weight:500}@media(max-width:640px){.contact-cards{grid-template-columns:1fr}}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-input,.contact-textarea{width:100%;padding:.75rem 1.25rem;border-radius:calc(var(--radius) - 2px);background:var(--card);border:1px solid var(--border);color:var(--foreground);font-size:1rem;outline:none;transition:box-shadow .2s}.contact-input:focus,.contact-textarea:focus{box-shadow:0 0 0 2px var(--ring)}.contact-textarea{resize:vertical;min-height:8rem}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
