*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #d46a3a;--gold-light: #e8946a;--gold-dim: rgba(212,106,58,.1);--bg: #fdf7f2;--surface: #fff8f4;--surface2: #fdeee5;--text: #2d1a10;--muted: #8a6a5a;--radius: 12px}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;line-height:1.65;overflow-x:hidden}.hero-wrap{background:linear-gradient(160deg,#fdf7f2,#fdeee5 60%,#fdddd0)}.home-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:90px 40px 70px}.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:20px;display:flex;align-items:center;gap:10px}.hero-eyebrow:before{content:"";width:28px;height:1px;background:var(--gold)}.home-hero h1{font-family:Playfair Display,serif;font-size:clamp(36px,4.5vw,60px);font-weight:900;line-height:1.08;color:var(--text);margin-bottom:22px;text-wrap:pretty}.home-hero h1 em{font-style:italic;color:var(--gold)}.hero-sub{font-size:18px;color:var(--muted);line-height:1.7;margin-bottom:36px;font-weight:300;max-width:440px}.hero-ctas{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.btn-primary{display:inline-block;background:linear-gradient(135deg,var(--gold),#c45a28);color:#fff;font-weight:700;font-size:16px;padding:16px 40px;border-radius:50px;text-decoration:none;box-shadow:0 8px 28px #d46a3a4d;transition:transform .2s}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{display:inline-block;color:var(--gold);font-weight:600;font-size:15px;text-decoration:none;border-bottom:1.5px solid var(--gold);padding-bottom:2px}.hero-trust{margin-top:20px;font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px}.hero-trust span{color:var(--gold)}.hero-visual{display:flex;justify-content:center}.home-product-card{width:320px;height:400px;background:linear-gradient(145deg,#fff5ef,#fde8da);border:1px solid rgba(212,106,58,.2);border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 24px 64px #b4643c26}.home-product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(212,106,58,.1) 0%,transparent 70%)}.home-product-card img{width:200px;object-fit:contain;position:relative;z-index:1;margin-bottom:16px}.product-emoji{font-size:90px;animation:float 4s ease-in-out infinite;filter:drop-shadow(0 8px 16px rgba(212,106,58,.25));position:relative;z-index:1}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.product-brand{font-weight:700;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin:16px 0 6px;position:relative;z-index:1}.product-name{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--text);text-align:center;padding:0 20px;position:relative;z-index:1}.product-count{margin-top:10px;font-size:12px;color:var(--muted);background:#ffffffb3;padding:5px 14px;border-radius:50px;position:relative;z-index:1}.hero-badge{position:absolute;top:-12px;right:-12px;width:80px;height:80px;background:linear-gradient(135deg,var(--gold),#c05830);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700;box-shadow:0 6px 16px #d46a3a66;animation:spin 12s linear infinite;z-index:2}@keyframes spin{to{transform:rotate(360deg)}}.badge-inner{animation:spin 12s linear infinite reverse;text-align:center}.badge-inner .b1{font-size:18px;font-weight:900;line-height:1}.badge-inner .b2{font-size:8px}section{padding:80px 24px}.container{max-width:1100px;margin:0 auto}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px}.eyebrow:before,.eyebrow:after{content:"";width:28px;height:1px;background:var(--gold)}h2{font-family:Playfair Display,serif;font-size:clamp(26px,3.5vw,44px);font-weight:700;line-height:1.15;color:var(--text);text-align:center;text-wrap:pretty}h2 em{font-style:italic;color:var(--gold)}.section-sub{font-size:17px;color:var(--muted);text-align:center;max-width:540px;margin:14px auto 0;font-weight:300;line-height:1.7}.home-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:52px}.home-benefit-card{background:var(--surface);border:1px solid rgba(212,106,58,.1);border-radius:var(--radius);padding:28px 22px;text-align:center;transition:transform .2s}.home-benefit-card:hover{transform:translateY(-3px)}.home-benefit-icon{width:56px;height:56px;background:var(--gold-dim);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 16px}.home-benefit-card h3{font-size:16px;font-weight:600;color:var(--text);margin-bottom:8px}.home-benefit-card p{font-size:13px;color:var(--muted);line-height:1.65}.home-blog{background:#fff3ed}.home-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:52px}.home-blog-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(212,106,58,.1);transition:transform .2s;text-decoration:none;display:block}.home-blog-card:hover{transform:translateY(-3px)}.home-blog-img{width:100%;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#fde8da,#f5c4a8);display:flex;align-items:center;justify-content:center;font-size:48px;position:relative}.home-blog-img img{width:100%;height:100%;object-fit:cover}.home-blog-body{padding:20px}.home-blog-tag{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.home-blog-title{font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:8px}.home-blog-excerpt{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:12px}.home-blog-read{font-size:13px;font-weight:600;color:var(--gold)}.home-blog-read:after{content:" \2192"}.home-email{text-align:center}.home-email-wrap{max-width:520px;margin:36px auto 0;display:flex;border-radius:50px;overflow:hidden;box-shadow:0 8px 28px #d46a3a33}.home-email-wrap input{flex:1;padding:15px 22px;border:1.5px solid rgba(212,106,58,.2);border-right:none;border-radius:50px 0 0 50px;font-family:DM Sans,sans-serif;font-size:15px;color:var(--text);background:#fff;outline:none}.home-email-wrap input:focus{border-color:var(--gold)}.home-email-wrap button{background:linear-gradient(135deg,var(--gold),#c45a28);color:#fff;font-weight:700;font-size:14px;padding:15px 26px;border:none;border-radius:0 50px 50px 0;cursor:pointer;white-space:nowrap;font-family:DM Sans,sans-serif}.home-email-sub{font-size:12px;color:var(--muted);margin-top:10px}@media(max-width:960px){.home-hero{grid-template-columns:1fr;text-align:center;padding:60px 24px 40px;gap:36px}.hero-eyebrow,.hero-trust{justify-content:center}.hero-sub{margin:0 auto 36px}.hero-ctas{justify-content:center}.home-benefits-grid{grid-template-columns:repeat(2,1fr)}.home-blog-grid{grid-template-columns:1fr}}@media(max-width:600px){.home-benefits-grid{grid-template-columns:1fr}.home-email-wrap{flex-direction:column;border-radius:12px}.home-email-wrap input{border-radius:50px;border-right:1.5px solid rgba(212,106,58,.2)}.home-email-wrap button{border-radius:50px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/home.css.map */
