*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}.goldcolor{color:#edc707}.nav{position:fixed;top:0;left:0;width:100%;height:15vh;background-color:#242424bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;transition:transform .3s ease,background-color .3s ease;z-index:1000}.nav--hidden{transform:translateY(-100%)}.nav-logo-div{width:20%;display:flex;align-items:center;justify-content:center}.nav-logo-div>img{height:12vh}.nav-links{width:80%;display:flex;align-items:center;justify-content:space-around}.nav-links a,.nav-links button{text-decoration:none;color:#fff;font-size:1.2rem;font-weight:700;background:none;border:none;cursor:pointer}@media(max-width:500px){.nav-links button{display:none}.nav-logo-div>img{height:8vh}}.main{width:100%;height:92vh;min-height:560px;padding-top:14vh;margin-top:-7vh;background-image:url(/assets/banner-DI2xMYLy.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.main:after{content:"";position:absolute;inset:0;background:radial-gradient(900px 500px at 50% 35%,#00000040,#00000040),linear-gradient(to bottom,#0000008c,#000000b3);pointer-events:none}.main_content{position:relative;z-index:1;height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 16px}.main_text{max-width:760px}.main_text h1{font-size:clamp(2.1rem,4.2vw,3.4rem);line-height:1.05;margin:0 0 14px;letter-spacing:-.5px}.main_text h2{font-size:clamp(1rem,1.7vw,1.25rem);margin:0 0 22px;opacity:.9;font-weight:500}.main_btn{border:1px solid #edc707;background:#00000059;color:#edc707;padding:12px 18px;border-radius:14px;cursor:pointer;font-size:.95rem;font-weight:600;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .15s ease,background .2s ease,border-color .2s ease}.main_btn:hover{transform:translateY(-1px);background:#00000080;border-color:#ffffff8c}.main_btn:active{transform:translateY(0)}@media(max-width:768px){.main{height:64vh;min-height:480px;margin-top:-6vh}}.categories-wrap{width:100%;background:#0f0f0f;color:#fff;padding:30px 24px 70px}.category-section{max-width:1100px;margin:0 auto;padding:34px 0 44px;opacity:0;transform:translateY(-22px);transition:opacity .1s ease,transform .1s ease}.category-section.is-visible{opacity:1;transform:translateY(0)}.category-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.category-heading h2{margin:0 0 8px;font-size:clamp(1.5rem,2.4vw,2rem)}.category-heading p{margin:0;opacity:.85;max-width:620px;line-height:1.5}.category-cta{padding:12px 14px;border-radius:12px;cursor:pointer;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;font-weight:800;transition:transform .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap}.category-cta:hover{transform:translateY(-1px);background:#ffffff17;border-color:#ffffff38}.category-grid{display:grid;gap:18px;grid-template-columns:repeat(5,minmax(0,1fr))}.product-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;will-change:transform}.product-card:hover{transform:translateY(-5px);border-color:#ffffff2e;background:#ffffff0f;box-shadow:0 12px 35px #00000059;cursor:pointer}.product-image-wrap{overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02);transition:transform .25s ease}.product-card:hover .product-image-wrap img{transform:scale(1.08)}.product-meta{padding:12px 14px 14px}.product-title{margin:0;font-weight:800;letter-spacing:.2px;opacity:.95}.product-card--custom{cursor:pointer;position:relative;background:radial-gradient(900px 320px at 20% 10%,rgba(255,255,255,.14),transparent 60%),#ffffff0a}.custom-card-inner{height:100%;padding:18px;display:flex;flex-direction:column;justify-content:center;gap:10px}.custom-card-inner h3{margin:0;font-size:1.25rem}.custom-card-inner p{margin:0;opacity:.85;line-height:1.45}.custom-cta-row{margin-top:6px;font-weight:900}.reveal-card{opacity:0;transform:translateY(-14px);transition:opacity .55s ease,transform .55s ease;transition-delay:var(--delay, 0ms)}.category-section.is-visible .reveal-card{opacity:1;transform:translateY(0)}.contact-strip{max-width:1100px;margin:10px auto 0;padding-top:20px}.contact-strip-inner{border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.contact-strip-inner h3{margin:0 0 6px;font-size:1.3rem}.contact-strip-inner p{margin:0;opacity:.85}.contact-btn{padding:12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:#ffffff1f;color:#fff;text-decoration:none;font-weight:900;transition:transform .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap}.contact-btn:hover{transform:translateY(-1px);background:#ffffff29;border-color:#edc707;color:#edc707}.lightbox{width:min(980px,96vw);height:min(620px,86vh);background:#141414eb;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 60px #0000008c;display:flex;flex-direction:column}.about{max-width:1100px;margin:0 auto;padding:40px 0;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.about__text h1{font-size:clamp(2rem,3vw,2.6rem);margin-bottom:20px}.about__text p{font-size:1rem;line-height:1.7;opacity:.85;margin-bottom:14px}.about__image{width:100%;border-radius:16px;object-fit:cover;box-shadow:0 20px 60px #00000059}@media(max-width:768px){.about{grid-template-columns:1fr;padding:60px 20px}}@media(max-width:1024px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-heading{flex-direction:column;align-items:flex-start}}@media(max-width:520px){.categories-wrap{padding:20px 16px 60px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-strip-inner{flex-direction:column;align-items:flex-start}}@media(max-width:340px){.category-grid{grid-template-columns:1fr}}.footer{background:#0b0b0b;color:#fff;padding:56px 24px 20px;border-top:1px solid rgba(255,255,255,.08)}.footer-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:32px}.footer-brand img{height:48px;margin-bottom:12px}.footer-brand p{margin:0;opacity:.85;line-height:1.5;max-width:320px}.footer-links h4,.footer-contact h4{margin:0 0 12px;font-size:1.05rem}.footer-links a{display:block;color:#fff;text-decoration:none;margin-bottom:8px;opacity:.85;transition:opacity .15s ease}.footer-links a:hover{opacity:1}.footer-contact p{margin:0 0 8px;opacity:.85}.footer-bottom{margin-top:40px;padding-top:16px;text-align:center;font-size:.9rem;opacity:.7;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:768px){.footer-container{grid-template-columns:1fr}.footer-brand p{margin:0 auto}}.products-page{width:100%;padding:28px 24px 70px;background:#0f0f0f;color:#fff;padding-top:20vh}.products-header{max-width:1100px;margin:0 auto 18px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.products-header h1{margin:0 0 6px;font-size:clamp(1.8rem,2.6vw,2.4rem)}.products-header p{margin:0;opacity:.8}.products-search{display:flex;gap:10px;align-items:center}.products-search input{width:min(380px,60vw);padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;outline:none}.products-search input::placeholder{color:#fff9}.products-search button{padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.products-search button:hover{transform:translateY(-1px);background:#ffffff17;border-color:#fff3}.filters{max-width:1100px;margin:18px auto 22px;padding:18px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;display:grid;gap:16px}.filter-block h3{margin:0 0 10px;font-size:1.05rem}.filter-hint{margin:8px 0 0;opacity:.7;font-size:.9rem}.chip-row{display:flex;flex-wrap:wrap;gap:4px}.chip{border-radius:5px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#fff;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease;text-transform:lowercase}.chip:hover{transform:translateY(-1px);background:#ffffff14;border-color:#ffffff2e}.chip--active{background:#ffffff29;border-color:#ffffff40}.products-results{max-width:1100px;margin:0 auto}.results-bar{display:flex;justify-content:space-between;align-items:center;margin:0 0 14px;opacity:.9}.products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));justify-content:start;align-items:flex-start;flex-wrap:wrap;gap:18px}.products-card{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease;display:flex;flex-direction:column}.products-card:hover{transform:translateY(-4px);border-color:#ffffff2e;background:#ffffff0f}.products-image-wrap{width:100%;display:grid;place-items:center;background:#0003;overflow:hidden}.products-image-wrap img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;image-rendering:auto}.products-meta{padding:14px 14px 16px;display:flex;flex-direction:column;gap:10px;min-height:0}.products-title{margin:0;font-weight:800;letter-spacing:.2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-tags{margin-top:auto;display:flex;flex-wrap:wrap;gap:8px;overflow:hidden}.tag{font-size:.75rem;opacity:.9;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;text-transform:lowercase}.empty{margin-top:26px;padding:18px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;text-align:center}.empty button{margin-top:10px;padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;cursor:pointer}.lightbox-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000}.lightbox{width:min(980px,96vw);height:100%;background:#141414eb;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 60px #0000008c;display:flex;flex-direction:column}.lightbox-close{position:absolute;top:14px;right:14px;width:48px;height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:#00000059;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;z-index:10;pointer-events:auto;transition:transform .15s ease,background .15s ease,border-color .15s ease}.lightbox-close:hover{transform:translateY(-1px);background:#ffffff1a;border-color:#ffffff47}.lightbox-header{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.lightbox-header h3{margin:0;font-size:1.1rem}.lightbox-counter{margin:0;opacity:.75;font-size:.95rem}.lightbox-body{flex:1;display:flex;align-items:center;justify-content:center;padding:5px;position:relative;overflow:hidden}.lightbox-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:14px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;cursor:pointer;font-size:30px;line-height:1;display:grid;place-items:center;-webkit-user-select:none;user-select:none}.lightbox-prev{left:18px}.lightbox-next{right:18px}@media(max-width:1024px){.products-header{flex-direction:column;align-items:flex-start}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.products-search input{width:min(520px,90vw)}}@media(max-width:768px){.products-page{padding:18px 16px 60px;padding-top:16vh}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:564px){.products-grid{justify-content:center}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-card{width:100%}}
