body{margin:0;font-family:Arial,sans-serif;color:#17212b}*{box-sizing:border-box}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:5}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;gap:10px;align-items:center;font-size:25px;font-weight:800}.logo span{width:34px;height:34px;border-radius:10px;background:#101820;color:#d8ff53;display:grid;place-items:center}.nav{display:flex;gap:28px}.cart-link{background:#101820;color:#fff;padding:11px 15px;border-radius:12px}.hero,.page-hero{background:#f5f3ee;padding:70px 0}.hero-grid,.about-grid,.product-page,.cart-layout,.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,76px);line-height:1;margin:12px 0}.hero p{font-size:19px;color:#66717d;line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800}.hero-card{height:460px;background:#101820;border-radius:30px;display:grid;place-items:center;position:relative}.hero-product{width:210px;height:210px;border-radius:55px;background:#d8ff53;display:grid;place-items:center;font-size:130px;font-weight:900}.floating{position:absolute;background:#fff;padding:12px;border-radius:12px}.f1{left:20px;top:30px}.f2{right:20px;bottom:30px}.btn{display:inline-flex;padding:14px 20px;border-radius:13px;border:1px solid #dfe4e8;font-weight:700;justify-content:center}.btn-primary{background:#d8ff53}.btn-dark{background:#101820;color:#fff}.btn-light{background:#fff}.btn-full{width:100%}.hero-actions{display:flex;gap:12px;margin-top:25px}.section{padding:80px 0}.section-soft{background:#f5f3ee}.section-head{display:flex;justify-content:space-between;align-items:end}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid #dfe4e8;border-radius:20px;overflow:hidden}.product-image{aspect-ratio:1;background:#f3f5f6}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:17px}.product-info p{color:#66717d;font-size:14px}.price-row{margin:15px 0;font-size:21px}.about-visual{height:420px;background:#101820;border-radius:28px;display:grid;place-items:center}.about-mark{color:#fff;font-size:70px;font-weight:900}.product-gallery{background:#f3f5f6;border-radius:24px;overflow:hidden}.product-detail h1{font-size:48px}.lead{color:#66717d;line-height:1.7}.price-large{font-size:34px;font-weight:800}.feature-list{list-style:none;padding:0}.feature-list li{padding:12px 0;border-bottom:1px solid #ddd}.buy-form{display:flex;gap:12px}.buy-form input,.cart-item input{padding:12px;width:75px}.cart-item{display:grid;grid-template-columns:90px 1fr 80px 120px;gap:15px;align-items:center;padding:16px 0;border-bottom:1px solid #ddd}.cart-item img{width:90px;height:90px;object-fit:cover}.summary{background:#f5f3ee;padding:24px;border-radius:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid textarea{width:100%;padding:13px;margin-top:6px}.empty,.success{text-align:center;padding:60px;background:#f5f3ee;border-radius:22px}.footer{background:#101820;color:#fff;padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer a,.footer span{display:block;color:#bdc5cc;margin:8px 0}.footer-bottom{margin-top:30px;border-top:1px solid #ffffff22;padding-top:18px}@media(max-width:900px){.nav{display:none}.hero-grid,.about-grid,.product-page,.cart-layout,.checkout-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}