*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#171717;background:#fff}.topbar{background:#171717;color:#fff;display:flex;justify-content:space-between;padding:8px 6%;font-size:13px}.site-header{height:82px;display:flex;align-items:center;gap:30px;padding:0 6%;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#171717;min-width:180px}.brand-mark{width:38px;height:38px;border:2px solid #b9815e;border-radius:12px 12px 12px 4px;display:grid;place-items:center;font-weight:800;color:#b9815e;font-size:20px}.brand strong{display:block;font-size:25px;line-height:1}.brand small{display:block;color:#a8795e;margin-top:4px;font-size:11px}.main-nav{display:flex;gap:22px;flex:1}.main-nav a{color:#222;text-decoration:none;font-size:14px}.main-nav a:hover{color:#b9815e}.search-box{width:260px;background:#f5f4f2;border-radius:30px;display:flex;align-items:center;padding:9px 15px;gap:7px}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:13px}.header-actions{display:flex;gap:12px}.header-actions a{text-decoration:none;color:#222;font-size:21px}.nav-toggle{display:none;background:none;border:0;font-size:25px}.hero{min-height:500px;background:linear-gradient(100deg,#eee2d5 0%,#f8f3ed 55%,#e5d4c5 100%);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:55px 9%;overflow:hidden}.hero-copy{max-width:590px}.eyebrow{letter-spacing:3px;font-size:13px;color:#8b654f;font-weight:700}.hero h1{font-size:clamp(42px,6vw,74px);line-height:.98;margin:18px 0}.hero p{font-size:18px;line-height:1.65;color:#4e4a47}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#1c1c1c;color:#fff;text-decoration:none;border:0;border-radius:28px;padding:14px 24px;cursor:pointer}.btn-accent{background:#b9815e}.hero-art{height:390px;position:relative;display:grid;place-items:center}.hero-bag{width:280px;height:220px;background:#1e1e1e;border-radius:25px 25px 40px 40px;box-shadow:0 30px 60px #8f765e55;position:relative;transform:rotate(-5deg)}.hero-bag:before{content:"";position:absolute;width:120px;height:100px;border:18px solid #191919;border-bottom:0;border-radius:80px 80px 0 0;left:62px;top:-82px}.hero-bag:after{content:"B";position:absolute;inset:0;display:grid;place-items:center;color:#b9815e;font-size:70px;font-weight:800}.hero-note{position:absolute;right:2%;top:12%;font-family:cursive;font-size:28px;transform:rotate(8deg)}.section{padding:70px 7%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2{font-size:34px;margin:6px 0}.section-head p{margin:0;color:#8c6a56}.category-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category{border:1px solid #eee;border-radius:18px;padding:25px 12px;text-align:center;text-decoration:none;color:#222;background:#fff;transition:.2s}.category:hover,.category.active{border-color:#b9815e;transform:translateY(-3px);box-shadow:0 12px 30px #0000000c}.category-icon{font-size:32px;margin-bottom:8px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid #eee;border-radius:26px 10px 26px 10px;overflow:hidden;transition:.25s;box-shadow:0 8px 30px #00000008}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px #00000012}.product-img{aspect-ratio:1/1;background:#f1ece6;overflow:hidden;position:relative}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:17px}.product-body h3{margin:0 0 8px;font-size:17px}.price{font-weight:800;font-size:18px}.muted{text-decoration:line-through;color:#aaa;font-weight:400;font-size:13px;margin-left:5px}.product-body .btn{width:100%;margin-top:12px}.empty{padding:35px;border:1px dashed #ddd;border-radius:18px;text-align:center;color:#777}.features{background:#faf7f3;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:35px 7%}.feature{display:flex;gap:15px;align-items:center}.feature-icon{width:52px;height:52px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:23px}.about-banner{margin:50px 7%;background:#1d1b1a;color:#fff;border-radius:28px;padding:45px;display:flex;justify-content:space-between;align-items:center}.about-banner h2{font-size:35px;margin:0 0 10px}.footer{background:#171717;color:#eee;padding:55px 7% 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:35px}.footer a{display:block;color:#bbb;text-decoration:none;margin:8px 0}.footer-brand{font-size:28px;font-weight:800}.footer p{color:#aaa;line-height:1.6}.footer-bottom{border-top:1px solid #333;margin-top:35px;padding-top:20px;color:#888;font-size:13px}.modal{display:none;position:fixed;inset:0;background:#0009;z-index:100;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-box{background:#fff;width:min(900px,100%);max-height:92vh;overflow:auto;border-radius:25px;position:relative}.modal-close{position:absolute;right:15px;top:12px;border:0;background:#fff;border-radius:50%;font-size:26px;cursor:pointer;z-index:2}.modal-grid{display:grid;grid-template-columns:1fr 1fr}.modal-gallery{padding:22px}.modal-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;background:#eee}.thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto}.thumbs img{width:65px;height:65px;aspect-ratio:1;border-radius:9px;cursor:pointer;object-fit:cover}.modal-content{padding:35px 28px}.modal-content h2{font-size:30px;margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{margin-bottom:13px}.field.full{grid-column:1/-1}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px;outline:0;font:inherit}.field textarea{min-height:80px;resize:vertical}.order-success{display:none;background:#e8f7ed;color:#176b35;padding:14px;border-radius:12px;margin-bottom:15px}.order-error{display:none;background:#ffe9e9;color:#9a2020;padding:14px;border-radius:12px;margin-bottom:15px}@media(max-width:1000px){.main-nav{display:none}.nav-toggle{display:block;order:1}.brand{order:0}.search-box{margin-left:auto;order:2;width:210px}.header-actions{order:3}.site-header{gap:10px}.hero{grid-template-columns:1fr}.hero-art{display:none}.category-row{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.modal-grid{grid-template-columns:1fr}}@media(max-width:600px){.topbar{font-size:11px;padding:7px 4%;gap:8px}.topbar div:nth-child(2){display:none}.site-header{height:70px;padding:0 4%}.brand{min-width:auto}.brand strong{font-size:21px}.brand small{display:none}.search-box{display:none}.hero{padding:55px 7%;min-height:500px}.hero h1{font-size:46px}.section{padding:50px 5%}.section-head{display:block}.category-row{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr 1fr;gap:12px}.product-body{padding:12px}.product-body h3{font-size:14px}.price{font-size:15px}.about-banner{margin:35px 5%;padding:30px;display:block}.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.modal-content{padding:25px 18px}}