@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,800;1,400&family=DM+Sans:wght@300;400;500;600&display=swap");:root{--red:#c8102e;--red-dark:#9e0c23;--red-light:#ff4757;--cream:#fdf8f3;--warm-white:#fffcf9;--earth:#7c4a2d;--earth-light:#d4956a;--gold:#c9953a;--dark:#1a1209;--mid:#4a3728;--muted:#8a7060;--border:#e8ddd4;--green-wa:#25d366;--font-display:"Playfair Display",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--nav-h:70px;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px rgba(26,18,9,.08);--shadow-lg:0 16px 48px rgba(26,18,9,.14);--transition:0.3s cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h);font-size:16px}body{font-family:var(--font-body);background:var(--warm-white);color:var(--dark);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--red);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--red-dark)}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.6rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--nav-h);background:rgba(255,252,249,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;transition:box-shadow var(--transition)}.navbar.scrolled{box-shadow:0 2px 20px rgba(26,18,9,.1)}.nav-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;justify-content:space-between}.nav-brand,.nav-container{display:flex;align-items:center}.nav-brand{gap:.75rem;color:var(--dark);font-weight:600;font-size:1rem;letter-spacing:.3px}.nav-brand img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--red)}.nav-brand span{font-family:var(--font-display);font-size:1.05rem}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-links a{padding:.5rem .9rem;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--mid);transition:all var(--transition)}.nav-links a.active,.nav-links a:hover{color:var(--red);background:rgba(200,16,46,.07)}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;border:none;background:none;border-radius:8px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--dark);border-radius:2px;transition:all var(--transition)}.nav-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:var(--warm-white);border-bottom:1px solid var(--border);padding:1rem 1.5rem 1.5rem;z-index:99;flex-direction:column;gap:.25rem;box-shadow:0 8px 24px rgba(26,18,9,.12)}.nav-drawer.open{display:flex}.nav-drawer a{padding:.75rem 1rem;border-radius:8px;color:var(--mid);font-weight:500;font-size:1rem;transition:all var(--transition)}.nav-drawer a:hover{color:var(--red);background:rgba(200,16,46,.07)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:100px;font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--red);color:#fff;border-color:var(--red)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(200,16,46,.3)}.btn-outline{background:transparent;color:var(--red);border-color:var(--red)}.btn-outline:hover{background:var(--red);color:#fff;transform:translateY(-2px)}.btn-wa{background:var(--green-wa);color:#fff;border-color:var(--green-wa)}.btn-wa:hover{background:#1da854;border-color:#1da854;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,211,102,.3)}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.btn-ghost{background:transparent;color:var(--muted);border-color:var(--border)}.btn-ghost:hover{background:var(--cream);color:var(--dark)}.section{padding:5rem 0}.section-sm{padding:3rem 0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem}.section-title{font-family:var(--font-display);margin-bottom:1rem}.section-desc{color:var(--muted);font-size:1.05rem;max-width:560px}.hero{position:relative;min-height:calc(100vh - var(--nav-h));background:linear-gradient(135deg,#fdf0e6,#fff5f0 40%,#fdf8f3);display:flex;align-items:center;overflow:hidden;padding:4rem 0}.hero:before{top:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(200,16,46,.06) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero:after{bottom:-20%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(201,149,58,.08) 0,transparent 70%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(200,16,46,.08);color:var(--red);border:1px solid rgba(200,16,46,.2);border-radius:100px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.25rem}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--red);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero-title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.1;color:var(--dark);margin-bottom:1.25rem}.hero-title em{font-style:italic;color:var(--red)}.hero-desc{font-size:1.1rem;color:var(--muted);line-height:1.7;margin-bottom:2rem;max-width:480px}.hero-actions{gap:1rem}.hero-actions,.hero-trust{display:flex;flex-wrap:wrap}.hero-trust{margin-top:2.5rem;align-items:center;gap:1.25rem}.trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--muted);font-weight:500}.trust-dot{color:var(--border)}.hero-img-wrap,.hero-visual{position:relative}.hero-img-wrap{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;box-shadow:var(--shadow-lg)}.hero-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.hero-img-wrap:hover img{transform:scale(1.03)}.hero-float-card{position:absolute;background:#fff;border-radius:var(--radius);padding:.875rem 1.125rem;box-shadow:var(--shadow);font-size:.82rem;font-weight:600;color:var(--dark);display:flex;align-items:center;gap:.5rem;white-space:nowrap}.hero-float-card.top-left{top:1.5rem;left:-1.5rem}.hero-float-card.bottom-right{bottom:2rem;right:-1.5rem}.float-icon{font-size:1.4rem}.stats-bar{background:var(--dark);padding:2.5rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;text-align:center}.stat-num{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:var(--earth-light)}.stat-label{font-size:.8rem;color:hsla(0,0%,100%,.55);font-weight:500;margin-top:.25rem;letter-spacing:.05em}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;box-shadow:var(--shadow-lg)}.about-img img{width:100%;height:100%;object-fit:cover}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1.75rem}.benefit-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.benefit-icon{font-size:1.5rem;margin-bottom:.5rem}.benefit-title{font-weight:700;font-size:.9rem;margin-bottom:.3rem;color:var(--dark)}.benefit-text{font-size:.82rem;color:var(--muted);line-height:1.5}.products-section{background:var(--cream)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:all var(--transition);display:flex;flex-direction:column;border:1px solid var(--border)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(200,16,46,.2)}.product-img{aspect-ratio:4/3;overflow:hidden;position:relative}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-img img{transform:scale(1.05)}.product-tag{position:absolute;top:.75rem;left:.75rem;background:#fff;color:var(--dark);font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:.25rem .6rem;border-radius:100px;text-transform:uppercase}.product-tag.new{background:var(--red);color:#fff}.product-body{padding:1.25rem;flex:1 1;display:flex;flex-direction:column}.product-name{font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.product-desc{font-size:.88rem;color:var(--muted);margin-bottom:.75rem;line-height:1.55}.product-price{font-weight:700;color:var(--earth);font-size:.9rem;margin-bottom:1rem;display:flex;align-items:center;gap:.35rem}.product-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.about-us-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:2.5rem}.vm-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}.vm-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.vm-body{padding:1.5rem}.vm-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem}.vm-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.vm-text{font-size:.9rem;color:var(--muted);line-height:1.6;font-style:italic}.values-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border);padding:2rem;box-shadow:var(--shadow);margin-top:2rem}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;margin-top:1.5rem}.value-item{text-align:center}.value-icon{font-size:1.75rem;margin-bottom:.4rem}.value-name{font-weight:700;font-size:.88rem;color:var(--dark)}.value-desc{font-size:.78rem;color:var(--muted);margin-top:.2rem}.about-story{background:linear-gradient(135deg,var(--dark) 0,#2d1a0e 100%);border-radius:var(--radius-lg);padding:2.5rem;margin-top:2rem;color:hsla(0,0%,100%,.85)}.about-story .story-title{font-family:var(--font-display);font-size:1.4rem;color:var(--earth-light);margin-bottom:1rem}.about-story p{line-height:1.8;font-size:.95rem;margin-bottom:.75rem}.about-story p:last-child{margin-bottom:0}.serving-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:center;margin-top:2.5rem}.carousel-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.carousel-inner{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-slide{min-width:100%}.carousel-slide img{width:100%;aspect-ratio:4/3;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:none;cursor:pointer;width:44px;height:44px;border-radius:50%;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);transition:all var(--transition);color:var(--dark)}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-btn.prev{left:.75rem}.carousel-btn.next{right:.75rem}.carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translateX(-50%);display:flex;gap:.4rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all var(--transition);border:none}.carousel-dot.active{background:#fff;width:20px;border-radius:4px}.serving-text h3{margin-bottom:1rem}.prep-steps{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.prep-step{display:flex;gap:1rem;align-items:flex-start}.step-num{width:36px;height:36px;background:var(--red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.step-content{padding-top:.1rem}.step-title{font-weight:700;font-size:.92rem;margin-bottom:.2rem}.step-desc{font-size:.85rem;color:var(--muted)}.gallery-section{background:var(--cream)}.gallery-carousel{margin-top:2rem}.gallery-main{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:zoom-in}.gallery-main img{width:100%;aspect-ratio:16/8;object-fit:cover;transition:transform .6s ease}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(26,18,9,.8));color:#fff;padding:2rem 1.5rem 1rem}.gallery-caption h5{font-family:var(--font-display);font-size:1.1rem}.gallery-caption p{font-size:.85rem;opacity:.8}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-top:2.5rem}.contact-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow)}.contact-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid var(--border)}.contact-item:last-child{border-bottom:none}.contact-icon{width:42px;height:42px;border-radius:10px;background:rgba(200,16,46,.08);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-label{font-size:.78rem;color:var(--muted);font-weight:500;margin-bottom:.1rem}.contact-value{font-weight:600;font-size:.95rem}.contact-value a{color:var(--dark)}.contact-value a:hover{color:var(--red)}.order-card{background:linear-gradient(135deg,var(--red) 0,#9e0c23 100%);border-radius:var(--radius-lg);padding:2rem;color:#fff;display:flex;flex-direction:column;gap:1rem}.order-card h3{font-family:var(--font-display);color:#fff}.order-card p{opacity:.85;font-size:.95rem;line-height:1.6}.btn-wa-lg{background:#fff;color:var(--green-wa);border:none;font-weight:700;font-size:1rem;padding:.875rem 1.75rem;border-radius:100px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all var(--transition);text-decoration:none}.btn-wa-lg:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2);color:var(--green-wa)}.footer{background:var(--dark);color:hsla(0,0%,100%,.65);padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2.5rem}.footer-brand img{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.footer-brand-name{font-family:var(--font-display);font-size:1.1rem;color:#fff;margin-bottom:.5rem}.footer-tagline{font-size:.85rem;line-height:1.6}.footer-title{color:#fff;font-weight:700;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:hsla(0,0%,100%,.6);font-size:.88rem;transition:color var(--transition)}.footer-links a:hover{color:var(--earth-light)}.footer-social{display:flex;gap:.75rem;margin-top:1rem}.social-btn{width:36px;height:36px;background:hsla(0,0%,100%,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6);font-size:.9rem;transition:all var(--transition);text-decoration:none}.social-btn:hover{background:var(--red);color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:1.25rem;display:flex;align-items:center;justify-content:space-between;font-size:.82rem}.nafdac-badge{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;padding:.2rem .6rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;color:var(--earth-light)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.product-detail{padding:3rem 0 5rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.88rem;font-weight:500;margin-bottom:2rem;transition:color var(--transition)}.back-link:hover{color:var(--red)}.product-detail-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:start}.product-detail-img{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 1.5rem);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.product-detail-img img{width:100%;aspect-ratio:1;object-fit:cover}.detail-label{color:var(--muted);font-size:.88rem;margin-bottom:.25rem}.detail-name{font-family:var(--font-display);margin-bottom:.5rem}.detail-producer{color:var(--muted);font-size:.9rem;font-style:italic;margin-bottom:1.25rem}.detail-desc{color:var(--mid);line-height:1.75;margin-bottom:1.5rem}.detail-price{background:rgba(124,74,45,.08);border:1px solid rgba(124,74,45,.15);border-radius:var(--radius);padding:.875rem 1.125rem;display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--earth)}.detail-price,.detail-section{margin-bottom:1.75rem}.detail-section h4{font-family:var(--font-display);font-size:1.05rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.detail-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.detail-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.92rem;color:var(--mid)}.detail-list li:before{content:"✓";color:var(--red);font-weight:700;flex-shrink:0}.detail-list.numbered{counter-reset:step}.detail-list.numbered li:before{counter-increment:step;content:counter(step);width:20px;height:20px;background:var(--red);color:#fff;border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center}.detail-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.detail-actions .btn{justify-content:center;padding:.9rem;font-size:1rem;border-radius:var(--radius)}.suggestion-hero{background:var(--cream);padding:3rem 0 0}.suggestion-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.suggestion-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all var(--transition)}.suggestion-img:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.suggestion-img img{width:100%;aspect-ratio:4/3;object-fit:cover}.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:1000;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px}.lightbox-close{position:absolute;top:1.25rem;right:1.25rem;background:hsla(0,0%,100%,.15);border:none;color:#fff;width:44px;height:44px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.lightbox-close:hover{background:hsla(0,0%,100%,.25)}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:#fff;border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--border);border-left:4px solid var(--red);max-width:320px;z-index:200;animation:slideIn .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:none}}.toast-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.toast-title{font-weight:700;font-size:.9rem;color:var(--dark)}.toast-close{background:none;border:none;color:var(--muted);cursor:pointer;font-size:1rem;line-height:1;padding:0}.toast-body{font-size:.85rem;color:var(--muted);line-height:1.5}.toast-action{margin-top:.75rem}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.hero-visual{max-width:500px;margin:0 auto}.hero-float-card.top-left{top:1rem;left:.5rem}.hero-float-card.bottom-right{bottom:1rem;right:.5rem}.about-grid,.contact-grid,.serving-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:repeat(3,1fr)}.product-detail-grid{grid-template-columns:1fr}.product-detail-img{position:static}}@media (max-width:768px){.nav-links{display:none}.nav-toggle{display:flex}.section{padding:3.5rem 0}.hero{padding:2.5rem 0;min-height:auto}.hero-title{font-size:clamp(1.8rem,7vw,2.5rem)}.hero-float-card{display:none}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-us-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}.benefits-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{justify-content:center}.product-detail-grid{gap:2rem}}@media (max-width:480px){.container{padding:0 1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr}.toast{right:1rem;left:1rem;max-width:none}}