@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Khand:wght@300;400;500;600;700&display=swap";
:root{--hl-primary:#fb383b;--hl-bg:#000;--hl-text:#fff;--hl-font-body:"Inter",sans-serif;--hl-font-heading:"Khand",sans-serif}.hl-page{background:var(--hl-bg);min-height:100vh;color:var(--hl-text);font-family:var(--hl-font-body);font-size:15px;line-height:1.8}.hl-page h1,.hl-page h2,.hl-page h3{font-family:var(--hl-font-heading);font-weight:700}.hl-page h1{font-size:64px}.hl-page h2{font-size:48px;font-weight:600}.hl-page h3{font-size:28px;font-weight:600}.hl-page img{max-width:100%}.hl-page a{color:var(--hl-text);text-decoration:none}.hl-page a:hover{opacity:.8}.hl-header{z-index:100;justify-content:space-between;align-items:center;padding:16px 32px;display:flex;position:relative}.hl-header-logo img{width:auto;height:60px}.hl-header-nav{align-items:center;gap:28px;display:flex}.hl-header-nav a{letter-spacing:.5px;font-size:15px;font-weight:500;transition:opacity .2s}.hl-header-nav a:hover{color:var(--hl-primary);font-weight:700}.hl-header-nav a.active{border-bottom:2px solid var(--hl-primary);padding-bottom:2px}.hl-hamburger{color:#fff;cursor:pointer;background:0 0;border:none;padding:8px;display:none}.hl-hamburger span{background:#fff;width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.hl-mobile-menu{z-index:999;background:#000000f2;flex-direction:column;justify-content:center;align-items:center;gap:32px;display:none;position:fixed;inset:0}.hl-mobile-menu.open{display:flex}.hl-mobile-menu a{font-size:24px;font-family:var(--hl-font-heading);font-weight:600}.hl-mobile-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:32px;position:absolute;top:24px;right:24px}@media (max-width:768px){.hl-header-nav{display:none}.hl-hamburger{display:block}.hl-header-logo img{height:45px}.hl-header{padding:12px 16px}.hl-page h1{font-size:36px}.hl-page h2{font-size:32px}}.hl-hero{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.hl-hero iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.hl-keepit{padding:80px 32px}.hl-keepit-inner{align-items:center;gap:48px;max-width:1100px;margin:0 auto;display:flex}.hl-keepit-img{text-align:right;flex:0 0 40%}.hl-keepit-img img{border-radius:8px;max-width:100%}.hl-keepit-text{flex:1}.hl-keepit-text h2{margin-bottom:16px;line-height:1.1}.hl-keepit-text h2 .hl-accent{color:var(--hl-primary);font-style:italic;display:block}.hl-keepit-text p{color:#fffc;margin-bottom:12px}@media (max-width:768px){.hl-keepit{padding:40px 16px}.hl-keepit-inner{flex-direction:column;gap:24px}.hl-keepit-img{text-align:center;flex:none}}.hl-slider{position:relative;overflow:hidden}.hl-slider-track{transition:transform .5s;display:flex}.hl-slide{text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-width:100%;height:700px;display:flex}.hl-slide img{max-width:400px}.hl-slide .hl-btn{color:#fff;text-transform:uppercase;letter-spacing:1px;border:2px solid #fff;margin-top:16px;padding:10px 32px;font-size:14px;font-weight:600;transition:all .3s;display:inline-block}.hl-slide .hl-btn:hover{color:#000;background:#fff}.hl-slider-dots{justify-content:center;gap:8px;padding:16px;display:flex}.hl-slider-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;transition:background .3s}.hl-slider-dot.active{background:#fff}@media (max-width:768px){.hl-slide{height:400px}.hl-slide img{max-width:250px}}.hl-agegate{z-index:10000;text-align:center;background:#000000f2;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.hl-agegate img{max-width:200px;margin-bottom:24px}.hl-agegate p{color:#fffc;max-width:400px;margin-bottom:24px;font-size:16px}.hl-agegate-btn{background:var(--hl-primary);color:#fff;cursor:pointer;font-size:16px;font-weight:600;line-height:1;font-family:var(--hl-font-heading);letter-spacing:1px;border:none;border-radius:4px;justify-content:center;align-items:center;padding:14px 48px;transition:background .3s;display:inline-flex}.hl-agegate-btn:hover{background:#e02d30}.hl-menu{max-width:1400px;margin:0 auto;padding:32px}.hl-menu-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.hl-menu-header h1{margin:0;font-size:36px}.hl-filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.hl-filter-btn{color:#fff;cursor:pointer;font-size:14px;font-weight:500;font-family:var(--hl-font-body);background:0 0;border:1px solid #ffffff4d;border-radius:4px;padding:8px 20px;transition:all .2s}.hl-filter-btn:hover{border-color:#fff}.hl-filter-btn.active{background:var(--hl-primary);border-color:var(--hl-primary);color:#fff}.hl-sort-bar{align-items:center;gap:12px;margin-bottom:24px;display:flex}.hl-sort-bar label{color:#fff9;font-size:13px}.hl-sort-bar select{color:#fff;font-size:14px;font-family:var(--hl-font-body);background:#111;border:1px solid #fff3;border-radius:4px;padding:8px 12px}.hl-product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.hl-product-card{cursor:pointer;background:#111;border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden}.hl-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #fb383b26}.hl-product-card-img{-o-object-fit:cover;object-fit:cover;color:#ffffff4d;background:#222;justify-content:center;align-items:center;width:100%;height:220px;font-size:14px;display:flex}.hl-product-card-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hl-product-card-body{padding:16px}.hl-product-card-title{margin-bottom:4px;font-size:16px;font-weight:600}.hl-product-card-type{color:#ffffff80;margin-bottom:4px;font-size:13px}.hl-product-card-category{color:var(--hl-primary);background:#fb383b26;border-radius:12px;padding:2px 10px;font-size:11px;font-weight:500;display:inline-block}.hl-product-card-price{color:var(--hl-primary);font-size:18px;font-weight:700;font-family:var(--hl-font-heading);margin-top:8px}.hl-empty-state{text-align:center;color:#fff6;padding:80px 24px;font-size:16px}@media (max-width:768px){.hl-menu{padding:16px}.hl-product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.hl-product-card-img{height:160px}.hl-menu-header h1{font-size:28px}}.hl-contact{justify-content:center;align-items:center;min-height:100vh;padding:48px 24px;display:flex}.hl-contact-inner{width:100%;max-width:640px}.hl-contact-inner h1{text-transform:uppercase;text-align:center;margin-bottom:8px;font-size:36px}.hl-contact-inner .hl-contact-subtitle{text-transform:uppercase;text-align:center;margin-bottom:8px;font-size:20px;font-weight:600}.hl-contact-inner .hl-contact-desc{text-align:center;color:#ffffffb3;margin-bottom:32px;font-size:15px}.hl-contact-form{grid-template-columns:1fr 1fr;gap:16px;display:grid}.hl-contact-form .full-width{grid-column:1/-1}.hl-contact-form label{margin-bottom:6px;font-size:15px;font-weight:600;display:block}.hl-contact-form input,.hl-contact-form select,.hl-contact-form textarea{color:#fff;width:100%;font-size:16px;font-family:var(--hl-font-body);background:0 0;border:2px solid #fff6;outline:none;padding:14px;transition:border-color .2s}.hl-contact-form input:focus,.hl-contact-form select:focus,.hl-contact-form textarea:focus{border-color:var(--hl-primary)}.hl-contact-form textarea{resize:vertical;min-height:140px}.hl-contact-form select option{color:#fff;background:#111}.hl-contact-submit{color:#fff;cursor:pointer;width:100%;font-size:16px;font-weight:600;font-family:var(--hl-font-body);background:#6c757d;border:none;padding:16px;transition:background .3s}.hl-contact-submit:hover{background:#5a6268}@media (max-width:768px){.hl-contact-form{grid-template-columns:1fr}}.hl-footer{background:#111;padding:48px 32px 0}.hl-footer-inner{grid-template-columns:1fr 1fr 1fr;gap:32px;max-width:1200px;margin:0 auto;padding-bottom:32px;display:grid}.hl-footer-logo img{height:50px;margin-bottom:16px}.hl-footer-social{gap:12px;margin-top:12px;display:flex}.hl-footer-social a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.hl-footer-social a:hover{background:var(--hl-primary)}.hl-footer-social a svg{fill:#fff;width:18px;height:18px}.hl-footer h3{font-size:16px;font-weight:600;font-family:var(--hl-font-body);margin-bottom:12px}.hl-footer-links{margin:0;padding:0;list-style:none}.hl-footer-links li{margin-bottom:8px}.hl-footer-links a{color:#fff9;font-size:14px}.hl-footer-links a:hover{color:#fff}.hl-newsletter{border:1px solid #ffffff4d;border-radius:4px;margin-top:8px;display:flex;overflow:hidden}.hl-newsletter input{color:#fff;font-size:14px;font-family:var(--hl-font-body);background:0 0;border:none;outline:none;flex:1;padding:10px 14px}.hl-newsletter input::placeholder{color:#fff6}.hl-newsletter button{color:#000;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--hl-font-body);background:#fff;border:none;padding:10px 20px}.hl-footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 32px;font-size:13px;display:flex}.hl-footer-bottom a{color:#ffffff80;margin-left:20px}@media (max-width:768px){.hl-footer{padding:32px 16px 0}.hl-footer-inner{grid-template-columns:1fr;gap:24px}.hl-footer-bottom{text-align:center;flex-direction:column;gap:8px;padding:16px}.hl-footer-bottom a{margin-left:12px}}.hlpd-section{max-width:1200px;margin:0 auto;padding:100px 24px 60px}.hlpd-layout{grid-template-columns:3fr 2fr;align-items:start;gap:40px;display:grid}.hlpd-gallery{padding:0 30px;position:relative}.hlpd-main-wrap{position:relative}.hlpd-main-image{background:#000;border-radius:8px;width:100%;height:420px;position:relative;overflow:hidden}.hlpd-media{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.hlpd-track{height:100%;transition:transform .5s;display:flex;position:absolute;top:0;left:0}.hlpd-slide{flex-shrink:0;height:100%;position:relative;overflow:hidden}img.hlpd-media{-o-object-fit:cover;object-fit:cover;border:none;width:100%;height:100%;position:absolute;top:0;left:0}iframe.hlpd-media{border:none;width:300%;height:300%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}:-webkit-any(iframe.hlpd-media:fullscreen,iframe.hlpd-media:-webkit-full-screen){width:100%;height:100%;position:static;top:auto;left:auto;transform:none}:is(iframe.hlpd-media:fullscreen,iframe.hlpd-media:fullscreen){width:100%;height:100%;position:static;top:auto;left:auto;transform:none}.hlpd-no-image{color:#fff3;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;display:flex}.hlpd-arrow{color:#fff;cursor:pointer;z-index:5;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .3s;display:flex;position:absolute;top:40%;transform:translateY(-50%)}.hlpd-arrow:hover{background:#000c}.hlpd-arrow-left{left:-28px}.hlpd-arrow-right{right:-28px}.hlpd-thumbs{justify-content:center;gap:8px;margin-top:12px;display:flex;overflow-x:auto}.hlpd-thumb{cursor:pointer;background:#111;border:2px solid #0000;flex-shrink:0;width:100px;height:100px;padding:0;transition:border-color .3s;overflow:hidden}.hlpd-thumb.active,.hlpd-thumb:hover{border-color:var(--hl-primary)}.hlpd-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hlpd-thumb-vid{border:none;width:180%;height:180%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hlpd-thumb{position:relative;overflow:hidden}.hlpd-info{padding-top:10px}.hlpd-category{font-family:var(--hl-font-body);color:#fff;text-transform:capitalize;letter-spacing:1.25px;margin-bottom:7px;font-size:16px;font-weight:700}.hlpd-title{font-family:var(--hl-font-heading);color:#fff;text-transform:uppercase;margin:0 0 5px;padding:0;font-size:25px;font-weight:700}.hlpd-price{font-family:var(--hl-font-body);color:#fff;letter-spacing:.33px;margin:0;font-size:16px;font-weight:600}.hlpd-delivery{font-family:var(--hl-font-body);color:#fff9;margin:2px 0 0;font-size:14px}.hlpd-desc{font-family:var(--hl-font-body);color:#ffffffb3;margin-top:20px;font-size:14px;line-height:1.7}@media (max-width:768px){.hlpd-section{padding:90px 16px 40px}.hlpd-layout{grid-template-columns:1fr;gap:24px}.hlpd-arrow-left{left:8px}.hlpd-arrow-right{right:8px}.hlpd-thumb{width:70px;height:70px}}.hl-about-passion{text-align:center;max-width:800px;margin:0 auto;padding:140px 24px 60px}.hl-about-heading{font-family:var(--hl-font-heading);color:var(--hl-text);text-transform:uppercase;letter-spacing:6px;margin-bottom:24px;font-size:64px;font-weight:800}.hl-about-passion p{font-family:var(--hl-font-body);color:#ffffffb3;font-size:16px;line-height:1.8}.hl-about-events{grid-template-columns:1fr 1fr;gap:0;display:grid}.hl-about-event-card{background:linear-gradient(135deg,#111,#1a1a1a);border:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.hl-about-event-card h2{font-family:var(--hl-font-heading);color:var(--hl-text);margin-bottom:20px;font-size:32px}.hl-about-gallery{padding:0}.hl-about-gallery-grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.hl-about-gallery-item{aspect-ratio:1;overflow:hidden}.hl-about-gallery-item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.hl-about-gallery-item:hover img{transform:scale(1.1)}@media (max-width:768px){.hl-about-passion{padding:100px 16px 40px}.hl-about-heading{font-size:40px}.hl-about-events{grid-template-columns:1fr}.hl-about-event-card{height:250px}.hl-about-gallery-grid{grid-template-columns:repeat(2,1fr)}}.hlm-layout{gap:24px;max-width:1400px;margin:0 auto;padding:100px 24px 40px;display:flex}.hlm-sidebar{flex-shrink:0;width:240px}.hlm-filter-group{margin-bottom:8px}.hlm-filter-header{width:100%;color:var(--hl-text);font-family:var(--hl-font-heading);cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:4px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:16px;font-weight:700;display:flex}.hlm-chevron{transition:transform .2s}.hlm-chevron.open{transform:rotate(180deg)}.hlm-filter-list{max-height:300px;padding:8px 0 8px 4px;overflow-y:auto}.hlm-checkbox{cursor:pointer;color:#fff;font-family:var(--hl-font-heading);align-items:center;gap:12px;padding:7px 12px;font-size:16px;font-weight:500;display:flex}.hlm-checkbox input[type=checkbox]{width:20px;height:20px;accent-color:var(--hl-primary);cursor:pointer;appearance:none;background:0 0;border:2px solid #ffffff4d;border-radius:3px;flex-shrink:0}.hlm-checkbox input[type=checkbox]:checked{border-color:var(--hl-primary);background:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fb383b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") 50%/14px no-repeat}.hlm-main{flex:1;min-width:0}.hlm-topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.hlm-search{color:var(--hl-text);font-family:var(--hl-font-body);background:0 0;border:1px solid #fff3;border-radius:4px;outline:none;width:200px;padding:10px 16px;font-size:14px}.hlm-search::placeholder{color:#fff6}.hlm-search:focus{border-color:#fff6}.hlm-sort{align-items:center;gap:10px;margin-left:auto;display:flex}.hlm-sort span{color:#fff9;font-family:var(--hl-font-body);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:600}.hlm-sort select{color:var(--hl-text);font-family:var(--hl-font-body);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid #fff3;border-radius:4px;outline:none;padding:10px 32px 10px 14px;font-size:14px}.hlm-sort select option{color:#fff;background:#111}.hlm-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hlm-card{color:inherit;background:#000;border:1px solid #ffffff1a;text-decoration:none;transition:transform .2s;display:block;overflow:hidden}.hlm-card:hover{transform:translateY(-2px)}.hlm-card-img{aspect-ratio:4/5;background:#0a0a0a;position:relative;overflow:hidden}.hlm-card-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.hlm-card:hover .hlm-card-img img{transform:scale(1.08)}.hlm-card-video{pointer-events:none;border:none;width:300%;height:300%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hlm-card-no-img{color:#fff3;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.hlm-card-download{color:#ffffffb3;cursor:pointer;z-index:2;background:#00000080;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.hlm-card-download:hover{color:#fff;background:#000c}.hlm-card-info{border-top:1px solid var(--hl-primary);background:#0a0a0a;padding:14px 16px}.hlm-card-meta{justify-content:space-between;align-items:flex-end;display:flex}.hlm-card-category{font-family:var(--hl-font-body);color:#ffffffe6;margin-bottom:4px;font-size:12px;display:block}.hlm-card-title{font-family:var(--hl-font-heading);color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:15px;font-weight:700;display:block}.hlm-card-price{font-family:var(--hl-font-heading);color:#fff;white-space:nowrap;font-size:20px;font-weight:700}@media (max-width:768px){.hlm-layout{flex-direction:column;gap:16px;padding:90px 12px 24px}.hlm-sidebar{gap:8px;width:100%;display:flex}.hlm-filter-group{flex:1}.hlm-topbar{flex-wrap:wrap}.hlm-search{flex:1;min-width:140px}.hlm-grid{grid-template-columns:repeat(2,1fr);gap:10px}.hlm-card-title{font-size:11px}.hlm-card-price{font-size:13px}}@media (max-width:480px){.hlm-grid{grid-template-columns:1fr}}.hlpd-vidbtns{z-index:3;gap:8px;display:flex;position:absolute;bottom:18px;right:12px}.hlpd-vidbtn{color:#fff;min-height:40px;font:inherit;letter-spacing:.04em;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000009e;border:1px solid #ffffff38;border-radius:6px;align-items:center;gap:7px;padding:9px 13px;font-size:12.5px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.hlpd-vidbtn:hover{background:#000000d1;border-color:#ffffff73}@media (max-width:640px){.hlpd-vidbtns{gap:6px;bottom:14px}.hlpd-vidbtn{justify-content:center;min-width:40px;padding:9px}.hlpd-vidbtn span{display:none}}
