html{scroll-behavior:smooth}body{margin:0}*{box-sizing:border-box}body{color:#1c1c1c;background:#f8f8f6;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.app{min-height:100vh}.navbar{z-index:10;background:#fff;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;height:72px;padding:0 7%;display:flex;position:sticky;top:0}.logo{letter-spacing:-1px;font-size:25px;font-weight:800}.navbar nav{align-items:center;gap:28px;font-size:14px;display:flex}.navbar nav a{color:#444}.navbar nav a:hover{color:#000}.cart-button{color:#fff;cursor:pointer;background:#222;border:1px solid #222;border-radius:6px;padding:10px 18px}.hero{background:#e9e5dc;align-items:center;min-height:520px;padding:90px 7%;display:flex}.hero-label,.section-label{letter-spacing:2px;color:#666;margin-bottom:15px;font-size:12px;font-weight:700}.hero h1{letter-spacing:-3px;max-width:850px;margin:0;font-size:clamp(42px,6vw,76px);line-height:1.02}.hero-description{color:#555;max-width:560px;margin:28px 0;font-size:18px;line-height:1.6}.shop-button{color:#fff;background:#1c1c1c;border-radius:6px;padding:14px 26px;font-weight:600;display:inline-block}.products-section{padding:90px 7%}.section-heading{justify-content:space-between;align-items:end;margin-bottom:35px;display:flex}.section-heading h2,.about-section h2{letter-spacing:-1.5px;margin:0;font-size:40px}.product-count{color:#777}.product-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden}.product-image{color:#999;background:#ecebe7;justify-content:center;align-items:center;height:230px;font-size:14px;display:flex}.product-info{padding:22px}.product-info h3{margin:0 0 10px;font-size:20px}.description{color:#666;min-height:45px;font-size:14px;line-height:1.5}.product-bottom{justify-content:space-between;align-items:center;margin:22px 0 15px;display:flex}.price{font-size:21px;font-weight:700}.stock{color:#777;font-size:12px}.add-button{color:#fff;cursor:pointer;background:#1c1c1c;border:none;border-radius:6px;width:100%;padding:12px;font-weight:600}.add-button:disabled{cursor:not-allowed;background:#aaa}.message{text-align:center;color:#666;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:30px}.error{color:#b42318}.about-section{color:#fff;background:#1c1c1c;padding:90px 7%}.about-section .section-label{color:#aaa}.about-section h2{max-width:850px;font-size:44px}.about-section>p:last-child{color:#bbb;max-width:650px;margin-top:25px;font-size:17px;line-height:1.7}footer{color:#888;background:#111;padding:30px 7%;font-size:13px}@media (width<=900px){.product-grid{grid-template-columns:repeat(2,1fr)}.navbar{padding:0 4%}.hero,.products-section,.about-section{padding-left:4%;padding-right:4%}}@media (width<=600px){.navbar nav a{display:none}.hero h1{font-size:44px}.product-grid{grid-template-columns:1fr}.section-heading{display:block}}
