*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}html{scroll-behavior:smooth}body{background:#f8f5f0;color:#1f1f1f}.navbar{width:100%;padding:18px 40px;display:flex;justify-content:space-between;align-items:center;gap:24px;background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:1000}.logo-wrap{display:flex;align-items:center;gap:12px}.logo-icon{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#111,#6b4f3b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.logo-text h2{font-size:24px;color:#111}.logo-text span{font-size:12px;color:#777}.nav-center{flex:1;display:flex;justify-content:center}.nav-center input{width:100%;max-width:420px;padding:14px 18px;border-radius:14px;border:1px solid #ddd;outline:none;font-size:15px;background:#fff;transition:.3s ease}.nav-center input:focus{border-color:#111;box-shadow:0 0 0 4px #11111114}.cart-link{text-decoration:none;color:#111;background:#fff;border:1px solid #e7e2da;padding:10px 14px;border-radius:14px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 24px #0000000f;transition:.3s ease}.cart-link:hover{transform:translateY(-2px)}.cart-icon{font-size:20px}.cart-count{min-width:28px;height:28px;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.hero{min-height:88vh;background:url(https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1600&q=80) center/cover no-repeat;position:relative}.hero-overlay{min-height:88vh;background:linear-gradient(90deg,#0f0f0fc7,#0f0f0f7a 45%,#0f0f0f2e);display:flex;align-items:center;padding:0 60px}.hero-content{max-width:650px;color:#fff}.hero-tag{display:inline-block;padding:8px 14px;margin-bottom:20px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.2);font-size:14px;letter-spacing:.5px}.hero-content h1{font-size:60px;line-height:1.1;margin-bottom:18px}.hero-content p{font-size:18px;line-height:1.7;color:#ffffffe6}.hero-buttons{margin-top:30px;display:flex;gap:16px;flex-wrap:wrap}.shop-btn,.explore-btn{text-decoration:none;padding:14px 24px;border-radius:14px;font-weight:600;transition:.3s ease}.shop-btn{background:#fff;color:#111}.shop-btn:hover{transform:translateY(-2px)}.explore-btn{border:1px solid rgba(255,255,255,.45);color:#fff;background:transparent}.explore-btn:hover{background:#ffffff1a}.highlight-section{padding:60px 50px;background:#f8f5f0;display:flex;flex-direction:column;gap:32px}.highlight-heading{text-align:center;margin-bottom:10px}.highlight-heading p{color:#8a6a4b;font-weight:600;margin-bottom:8px;letter-spacing:1px}.highlight-heading h2{font-size:38px;color:#111}.highlight-card{position:relative;width:100%;height:420px;border-radius:28px;overflow:hidden;box-shadow:0 18px 40px #0000001f;cursor:pointer}.highlight-card img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.7);transition:transform .4s ease}.highlight-card:hover img{transform:scale(1.04)}.highlight-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:40px 50px}.highlight-card.left .highlight-overlay{justify-content:flex-start}.highlight-card.right .highlight-overlay{justify-content:flex-end}.highlight-content{max-width:480px;color:#fff}.highlight-badge{display:inline-block;padding:8px 14px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);font-size:13px;margin-bottom:16px}.highlight-content h2{font-size:44px;line-height:1.1;margin-bottom:16px}.highlight-content p{font-size:17px;line-height:1.7;margin-bottom:14px;color:#ffffffeb}.highlight-content ul{padding-left:20px;line-height:1.9;color:#fffffff2}.buy-btn{margin-top:18px;padding:12px 22px;border:none;border-radius:14px;background:#fff;color:#111;font-weight:600;cursor:pointer;transition:.3s ease}.buy-btn:hover{transform:translateY(-2px);background:#f1f1f1}.products-section{padding:90px 50px}.section-heading{text-align:center;margin-bottom:40px}.section-heading p{color:#8a6a4b;font-weight:600;margin-bottom:10px}.section-heading h2{font-size:40px;color:#111}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}.product-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px #00000012;transition:.35s ease;border:1px solid #eee7de}.product-card:hover{transform:translateY(-8px);box-shadow:0 22px 48px #0000001f}.product-image-wrap{position:relative;overflow:hidden}.product-image{width:100%;height:260px;object-fit:cover;display:block;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.06)}.product-category{position:absolute;top:14px;left:14px;background:#111111d1;color:#fff;padding:7px 12px;border-radius:999px;font-size:12px}.product-info{padding:22px}.product-info h3{font-size:22px;margin-bottom:10px;color:#111}.product-price{font-size:20px;font-weight:700;color:#8a6a4b;margin-bottom:16px}.add-cart-btn{width:100%;padding:14px;border:none;border-radius:14px;background:linear-gradient(135deg,#111,#6b4f3b);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.3s ease}.add-cart-btn:hover{transform:translateY(-2px);opacity:.96}.cart-page{padding:80px 40px;min-height:100vh;background:#f8f5f0}.cart-page-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;flex-wrap:wrap}.cart-page-top h1{font-size:42px}.back-home-btn{text-decoration:none;background:#111;color:#fff;padding:12px 18px;border-radius:12px;font-weight:600;transition:.3s ease}.back-home-btn:hover{transform:translateY(-2px)}.cart-empty{background:#fff;padding:28px;border-radius:18px;box-shadow:0 12px 30px #0000000d}.cart-box{display:flex;flex-direction:column;gap:18px}.cart-item{background:#fff;border-radius:20px;padding:18px;display:flex;justify-content:space-between;align-items:center;gap:18px;box-shadow:0 12px 30px #0000000d;flex-wrap:wrap}.cart-item-left{display:flex;align-items:center;gap:18px}.cart-item-left img{width:110px;height:90px;object-fit:cover;border-radius:14px}.cart-item-left h4{font-size:22px;margin-bottom:6px}.cart-item-left p{color:#8a6a4b;font-weight:700;margin-bottom:4px}.cart-item-left span{color:#666}.remove-btn{background:#e63946;color:#fff;border:none;border-radius:12px;padding:12px 18px;font-weight:600;cursor:pointer}.cart-total{margin-top:10px;background:#111;color:#fff;padding:22px;border-radius:18px;text-align:right}.footer{background:#111;color:#fff;padding:40px 50px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer h3{margin-bottom:8px}.footer-copy{color:#ffffffb3}@media (max-width: 992px){.hero-content h1{font-size:46px}.navbar{flex-wrap:wrap;padding:18px 20px}.nav-center{width:100%;order:3}.nav-center input{max-width:100%}.hero-overlay{padding:0 24px}.highlight-section,.products-section,.cart-page,.footer{padding-left:20px;padding-right:20px}.highlight-card{height:360px}.highlight-overlay{justify-content:flex-start!important;padding:28px}.highlight-content h2{font-size:34px}}@media (max-width: 576px){.hero,.hero-overlay{min-height:78vh}.hero-content h1{font-size:34px}.hero-content p{font-size:16px}.highlight-heading h2,.section-heading h2,.cart-page-top h1{font-size:30px}.highlight-card{height:300px}.highlight-content h2{font-size:28px}.highlight-content p{font-size:15px}.cart-item-left{flex-direction:column;align-items:flex-start}.cart-item-left img{width:100%;height:180px}}
