*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1a2332;background:#fafafa;line-height:1.6}
.container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}
.container.alt{background:#fff}
.hero{background:linear-gradient(135deg,#0a4d68 0%,#088395 50%,#05bfdb 100%);color:#fff;min-height:90vh;display:flex;flex-direction:column}
.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;max-width:1200px;margin:0 auto;width:100%}
.logo{font-size:1.4rem;font-weight:700}
.nav-links{display:flex;gap:1.5rem;align-items:center}
.nav-links a{color:#fff;text-decoration:none;font-weight:500}
.nav-links a:hover{color:#ffe066}
.cart-btn{background:#ff6b35;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:50px;font-weight:600;cursor:pointer;font-size:1rem}
.cart-btn:hover{background:#e85a2c}
.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}
.hero-content h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem;max-width:800px}
.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}
.cta{background:#ff6b35;color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.05rem;border:none;cursor:pointer;display:inline-block;transition:transform .2s}
.cta:hover{transform:translateY(-2px)}
.cta.full{width:100%}
.stats{margin-top:2rem;font-size:.95rem;opacity:.85}
h2{font-size:2.2rem;margin-bottom:2rem;text-align:center;color:#0a4d68}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.07);transition:transform .2s}
.card:hover{transform:translateY(-4px)}
.card-img{height:180px;background:linear-gradient(135deg,#ffd9a8,#ff6b35);display:flex;align-items:center;justify-content:center;font-size:5rem}
.card-body{padding:1.2rem}
.card-body h3{margin-bottom:.4rem;color:#0a4d68}
.card-body p{font-size:.92rem;color:#555;margin-bottom:.8rem;min-height:3em}
.size-tag{display:inline-block;background:#e0f7fa;color:#0a4d68;padding:.2rem .7rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:.6rem}
.price{font-size:1.4rem;font-weight:700;color:#ff6b35;margin-bottom:.8rem}
.price small{font-size:.85rem;color:#777;font-weight:400}
.add-btn{width:100%;background:#0a4d68;color:#fff;border:none;padding:.7rem;border-radius:8px;font-weight:600;cursor:pointer}
.add-btn:hover{background:#088395}
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}
.feature{background:#f0fafe;padding:1.5rem;border-radius:12px;text-align:center}
.feature h3{margin-bottom:.5rem;color:#0a4d68}
.cart-drawer{position:fixed;top:0;right:-450px;width:400px;max-width:100vw;height:100vh;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.15);transition:right .3s;z-index:1000;display:flex;flex-direction:column;padding:1.5rem;overflow-y:auto}
.cart-drawer.open{right:0}
.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}
.cart-header button{background:none;border:none;font-size:1.5rem;cursor:pointer}
.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0;border-bottom:1px solid #f5f5f5}
.cart-item-info{flex:1}
.cart-item-info strong{display:block;font-size:.95rem}
.cart-item-info small{color:#777}
.qty-controls{display:flex;align-items:center;gap:.5rem}
.qty-controls button{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer}
.cart-total{font-size:1.3rem;font-weight:700;text-align:right;margin:1rem 0;color:#0a4d68}
.checkout-form{display:flex;flex-direction:column;gap:.7rem}
.checkout-form input,.checkout-form textarea{padding:.7rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.95rem}
.checkout-form textarea{resize:vertical;min-height:60px}
#order-result{margin-top:1rem;padding:1rem;border-radius:8px}
#order-result.success{background:#d4edda;color:#155724}
#order-result.error{background:#f8d7da;color:#721c24}
footer{background:#0a4d68;color:#fff;padding:2rem 0;text-align:center}
footer h3{margin-bottom:.6rem}
footer p{margin:.2rem 0}
.copy{margin-top:1rem;font-size:.85rem;opacity:.8}
@media(max-width:600px){.nav-links a{display:none}.cart-drawer{width:100vw}}
