*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111;background:#fff;font-family:Inter,sans-serif;overflow-x:hidden}nav{z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;padding-top:env(safe-area-inset-top);background:#ffffffe6;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0}.nav-container{flex-wrap:nowrap;align-items:center;gap:16px;width:min(1400px,92%);height:72px;margin:auto;display:flex}.logo{letter-spacing:-.04em;flex-shrink:0;font-size:1.2rem;font-weight:800}.nav-links{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1 1 0;align-items:center;gap:24px;min-width:0;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.nav-links>li{scroll-snap-align:start;flex:none}.nav-links a{color:#111;padding:12px 0;font-size:.95rem;font-weight:500;text-decoration:none;display:block}.nav-actions{flex-shrink:0;align-items:center;gap:16px;display:flex}.theme-btn{cursor:pointer;background:#f2f2f2;border:none;border-radius:50%;width:42px;height:42px;font-size:1rem}.hero{height:100svh;position:relative;overflow:hidden}.hero-slider{will-change:transform;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:flex}.hero-slider.is-dragging{cursor:grabbing}.hero-slide img{pointer-events:none;-webkit-user-select:none;user-select:none}.hero-slide{flex:0 0 100%;width:100%;height:100%;position:relative}.hero-slide img{object-fit:cover;width:100%;height:100%;display:block}.hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(#00000026,#000000bf);position:absolute;inset:0}.hero-content{color:#fff;z-index:2;position:absolute;bottom:90px;left:7%}.hero-sub{margin-bottom:12px;font-size:.95rem}.hero-title{letter-spacing:-.06em;font-size:clamp(3.5rem,9vw,8rem);font-weight:800;line-height:.9}.hero-buttons{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.btn{cursor:pointer;border:none;border-radius:999px;padding:16px 28px;font-weight:600;transition:all .3s}.btn-white{color:#000;background:#fff}.btn-dark{color:#fff;background:#111}.btn:hover{transform:scale(1.04)}.section{width:min(1400px,92%);margin:auto;padding:90px 0}.section-head{justify-content:space-between;align-items:end;margin-bottom:40px;display:flex}.section-title{letter-spacing:-.04em;font-size:2.6rem;font-weight:800}.section-sub{color:#666;margin-top:10px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.product-card{cursor:pointer}.product-image-wrap{background:#f5f5f5;border-radius:24px;position:relative;overflow:hidden}.product-image{aspect-ratio:3/4;object-fit:cover;width:100%;transition:all .5s}.product-card:hover .product-image{transform:scale(1.08)}.product-tag{color:#111;background:#fff;border-radius:999px;padding:8px 14px;font-size:.8rem;font-weight:600;position:absolute;top:16px;left:16px}.product-info{padding-top:18px}.product-name{font-size:1.1rem;font-weight:700}.product-category{color:#666;margin-top:5px;font-size:.92rem}.product-price{margin-top:14px;font-weight:700}.banner{border-radius:40px;height:650px;margin-top:40px;position:relative;overflow:hidden}.banner img{object-fit:cover;width:100%;height:100%}.banner-overlay{background:linear-gradient(#00000026,#000000bf);position:absolute;inset:0}.banner-content{color:#fff;position:absolute;bottom:60px;left:60px}.banner-title{letter-spacing:-.05em;font-size:4rem;font-weight:800;line-height:.9}.member-box{color:#fff;background:#111;border-radius:40px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;padding:60px;display:flex}.member-title{font-size:3rem;font-weight:800;line-height:.95}.member-desc{color:#aaa;max-width:600px;margin-top:18px;line-height:1.8}.member-form{flex-wrap:wrap;gap:14px;display:flex}.member-input{border:none;border-radius:999px;width:320px;max-width:100%;height:58px;padding:0 24px;font-size:1rem}.member-btn{cursor:pointer;background:#fff;border:none;border-radius:999px;height:58px;padding:0 30px;font-weight:700}footer{padding:80px 0 40px}.footer-top{border-bottom:1px solid #eee;flex-wrap:wrap;justify-content:space-between;gap:50px;width:min(1400px,92%);margin:auto;padding-bottom:40px;display:flex}.footer-logo{font-size:2rem;font-weight:800}.footer-links{flex-wrap:wrap;gap:60px;display:flex}.footer-links h4{margin-bottom:14px}.footer-links a{color:#666;margin-bottom:10px;text-decoration:none;display:block}.footer-socials{gap:14px;display:flex}.social-icon{background:#f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:flex;overflow:hidden}.social-icon img{object-fit:cover;width:100%;height:100%}.social-icon:hover{transform:scale(1.08)}.dark .social-icon{background:#1a1a1a}.footer-bottom{color:#666;flex-wrap:wrap;justify-content:space-between;gap:20px;width:min(1400px,92%);margin:auto;padding-top:30px;display:flex}@media (width<=768px){.hero-content{bottom:50px;left:24px}.hamburger-menu{width:82vw;right:-90vw}.footer-links{gap:32px}.hero-title{font-size:4rem}.banner{border-radius:28px;height:500px}.banner-content{bottom:24px;left:24px}.banner-title{font-size:2.6rem}.member-box{padding:34px 24px}.member-title{font-size:2.2rem}.section{width:100%;padding:60px 18px}.member-box{border-radius:0;margin:0 -18px;padding:36px 20px}.banner{border-radius:18px}body{overflow-x:hidden}}.dark{color:#fff;background:#0b0b0b}.dark nav{background:#0f0f0fd9;border-color:#ffffff14}.dark .nav-links a{color:#fff}.dark .theme-btn{color:#fff;background:#222}.dark .section-sub,.dark .product-category,.dark .footer-bottom,.dark .footer-links a{color:#999}.dark .product-image-wrap{background:#151515}.search-wrapper{z-index:998;width:min(900px,92%);position:fixed;top:84px;left:50%;transform:translate(-50%)}.search-bar{-webkit-backdrop-filter:blur(24px);background:#00000059;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:14px;height:64px;padding:0 22px;transition:all .3s;display:flex;box-shadow:0 10px 40px #00000026}.search-bar:hover{background:#00000073;transform:scale(1.01)}.search-bar svg{color:#fff;opacity:.7;flex-shrink:0}.search-bar input{color:#fff;background:0 0;border:none;outline:none;width:100%;height:100%;font-family:Inter,sans-serif;font-size:1rem}.search-bar input::placeholder{color:#fff9}body:not(.dark) .search-bar{background:#ffffff8c;border:1px solid #0000000f}body:not(.dark) .search-bar svg,body:not(.dark) .search-bar input{color:#111}body:not(.dark) .search-bar input::placeholder{color:#00000073}@media (width<=768px){.search-wrapper{width:94%;top:78px}.search-bar{height:58px;padding:0 18px}}.burger-btn{cursor:pointer;background:#f2f2f2;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:flex;position:relative}.burger-btn span{background:#111;border-radius:2px;width:18px;height:2px;transition:all .3s;display:block}.dark .burger-btn{background:#222}.dark .burger-btn span{background:#fff}.hamburger-menu{z-index:1000;-webkit-backdrop-filter:blur(24px);width:300px;height:100svh;padding:100px 36px calc(50px + env(safe-area-inset-bottom));background:#ffffff8c;border-left:1px solid #00000014;flex-direction:column;justify-content:space-between;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-320px;box-shadow:-10px 0 40px #0000001a}.hamburger-menu.open{right:0}.dark .hamburger-menu{background:#0f0f0fbf;border-left:1px solid #ffffff14}.ham-links{flex-direction:column;gap:10px;display:flex}.ham-links a{color:#111;letter-spacing:-.04em;font-size:1.8rem;font-weight:800;text-decoration:none;transition:opacity .2s}.ham-links a:hover{opacity:.5}.dark .ham-links a{color:#fff}.ham-bottom{border-top:1px solid #00000014;justify-content:space-between;align-items:center;padding-top:24px;font-size:.95rem;font-weight:500;display:flex}.dark .ham-bottom{color:#fff;border-top:1px solid #ffffff14}.ham-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#0000004d;transition:opacity .4s;position:fixed;inset:0}.ham-overlay.open{opacity:1;pointer-events:all}.mini-products-section{width:min(1400px,92%);margin:110px auto 0}.mini-products-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding-bottom:6px;display:flex;overflow-x:auto}.mini-products-scroll::-webkit-scrollbar{display:none}.mini-product-card{scroll-snap-align:start;cursor:pointer;flex:none;width:130px}.mini-product-img{object-fit:cover;background:#f5f5f5;border-radius:18px;width:130px;height:160px}.dark .mini-product-img{background:#151515}.mini-product-name{white-space:nowrap;text-overflow:ellipsis;margin-top:8px;font-size:.8rem;font-weight:700;overflow:hidden}.mini-product-price{color:#666;margin-top:2px;font-size:.78rem}.dark .mini-product-price{color:#aaa}.product-modal-overlay{z-index:1002;-webkit-backdrop-filter:blur(18px);opacity:0;pointer-events:none;background:#00000059;justify-content:center;align-items:center;padding:40px 24px;transition:opacity .3s;display:flex;position:fixed;inset:0}.product-modal-overlay.open{opacity:1;pointer-events:all}.product-modal{-webkit-backdrop-filter:blur(30px);background:#ffffffeb;border-radius:28px;width:min(420px,100%);max-height:100%;padding:28px;transition:transform .3s;position:relative;overflow-y:auto;transform:scale(.92)}.product-modal-overlay.open .product-modal{transform:scale(1)}.dark .product-modal{color:#fff;background:#141414eb}.product-modal-close{cursor:pointer;background:#0000000f;border:none;border-radius:50%;width:34px;height:34px;font-size:1rem;position:absolute;top:18px;right:18px}.dark .product-modal-close{color:#fff;background:#ffffff1a}.product-modal-img{aspect-ratio:3/4;object-fit:cover;border-radius:20px;width:100%}.product-modal-tag{background:#f2f2f2;border-radius:999px;margin-top:18px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block}.dark .product-modal-tag{background:#ffffff1a}.product-modal-name{margin-top:14px;font-size:1.3rem;font-weight:800}.product-modal-desc{color:#666;margin-top:8px;font-size:.92rem;line-height:1.6}.dark .product-modal-desc{color:#aaa}.product-modal-price{margin-top:16px;font-size:1.1rem;font-weight:800}.product-modal-add{color:#fff;cursor:pointer;background:#111;border:none;border-radius:999px;width:100%;margin-top:20px;padding:16px;font-weight:700}.dark .product-modal-add{color:#111;background:#fff}
