
:root{--hhm-green:#d90208;--hhm-green-dark:#d90208;--hhm-yellow:#f5c542;--hhm-ink:#222;--hhm-muted:#777;--hhm-line:#e9e9e9;--hhm-bg:#f7f7f7;--hhm-white:#fff;--hhm-radius:4px;--hhm-shadow:0 8px 24px rgba(0,0,0,.08)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;color:var(--hhm-ink);background:#fff;line-height:1.6}
.hhm-no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
.hhm-container{width:min(1280px,calc(100% - 40px));margin:auto}
.hhm-main{min-height:50vh}
.hhm-section{padding:54px 0}
.hhm-center{text-align:center}
.hhm-placeholder{width:100%;height:100%;min-height:120px;background:linear-gradient(135deg,#ececec,#f9f9f9);display:flex;align-items:center;justify-content:center;color:#aaa;font-size:13px;font-weight:700;letter-spacing:1.5px}

.hhm-header{position:relative;z-index:50;background:#fff}
.hhm-topline{background:#f2f2f2;border-bottom:1px solid #e5e5e5}
.hhm-topline-inner{display:flex;align-items:center;justify-content:space-between;min-height:40px}
.hhm-lang-switch,.hhm-topline-right{display:flex;align-items:center}
.hhm-lang-switch a,.hhm-utility-link{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 10px;font-size:13px;color:#555;border-right:1px solid #e4e4e4}
.hhm-lang-switch a:first-child{border-left:1px solid #e4e4e4}
.hhm-lang-switch a.is-active{color:#111}
.hhm-social-links{display:flex;align-items:center;padding-right:10px;margin-right:2px}
.hhm-social-links a{display:grid;place-items:center;width:24px;height:24px;margin:0 4px;font-size:14px;font-weight:700;color:#606060}
.hhm-social-links a:hover,.hhm-utility-link:hover,.hhm-lang-switch a:hover{color:var(--hhm-green)}

.hhm-searchbar{background:#fff;padding:18px 0 28px;border-bottom:1px solid #efefef}
.hhm-searchbar-inner{display:flex;align-items:center;gap:28px}
.hhm-logo-wrap{width:150px;flex:0 0 150px}
.custom-logo{max-width:140px;max-height:95px;width:auto}
.hhm-default-logo img{width:140px;max-width:100%;height:auto}
.hhm-top-search{flex:1;min-width:0}
.hhm-product-search{display:flex;border:1px solid #ddd;overflow:hidden;height:48px;background:#fff}
.hhm-product-search input{border:0;outline:0;padding:0 16px;flex:1;min-width:0;font-size:14px}
.hhm-product-search select{width:190px;border:0;border-left:1px solid #e3e3e3;padding:0 12px;background:#fff;color:#666;text-transform:uppercase;font-size:13px}
.hhm-product-search button{width:56px;border:0;background:var(--hhm-green);color:#fff;font-size:22px;cursor:pointer}
.hhm-phone{display:flex;align-items:center;gap:12px;white-space:nowrap;color:#ef3b2d}
.hhm-phone small{display:block;color:#555;font-size:12px;text-transform:uppercase;line-height:1.2}
.hhm-phone strong{font-size:15px;font-weight:700;line-height:1.2}
.hhm-phone-icon{font-size:28px;color:#d6d6d6}

.hhm-navline{background:#fff}
.hhm-navline-inner{display:flex;align-items:stretch;gap:0}
.hhm-browse-wrap{position:relative;flex:0 0 272px}
.hhm-browse-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;height:48px;border:0;background:var(--hhm-green);color:#fff;padding:0 16px;font-weight:700;font-size:14px;cursor:pointer}
.hhm-browse-icon{font-size:19px;line-height:1}
.hhm-browse-caret{font-size:14px}
.hhm-browse-dropdown{position:absolute;left:0;top:100%;width:100%;background:#fff;border:1px solid #ededed;border-top:0;box-shadow:var(--hhm-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:60}
.hhm-browse-wrap:hover .hhm-browse-dropdown,.hhm-browse-wrap:focus-within .hhm-browse-dropdown{opacity:1;visibility:visible;transform:none}
.hhm-primary-nav{flex:1;border-top:1px solid #ededed;border-right:1px solid #ededed;border-bottom:1px solid #ededed}
.hhm-menu,.hhm-menu ul,.hhm-category-menu{list-style:none;margin:0;padding:0}
.hhm-menu{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;padding:0 8px;min-height:48px}
.hhm-menu>li{position:relative}
.hhm-menu>li>a{display:block;padding:13px 12px;font-size:13px;font-weight:700;white-space:nowrap}
.hhm-menu>li.current-menu-item>a,.hhm-menu>li.current_page_item>a,.hhm-menu>li.current-menu-ancestor>a,.hhm-menu>li>a:hover{color:var(--hhm-green)}
.hhm-menu .sub-menu{position:absolute;left:0;top:100%;min-width:230px;background:#fff;box-shadow:var(--hhm-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:60;padding:0}
.hhm-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}
.hhm-menu .sub-menu a{display:block;padding:12px 15px;border-bottom:1px solid #f0f0f0;font-size:13px;background:#fff}
.hhm-category-menu li{border-bottom:1px solid #eee}
.hhm-category-menu a{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;font-size:13px;color:#444;background:#fff}
.hhm-category-menu a:hover{background:#fafafa;color:var(--hhm-green)}
.hhm-header-actions{display:none;gap:14px;font-size:21px;align-items:center}
.hhm-header-actions a,.hhm-header-actions button{border:0;background:none;cursor:pointer;padding:4px}
.hhm-mobile-toggle{display:none;border:0;background:none;padding:6px;cursor:pointer}
.hhm-mobile-toggle span{width:24px;height:2px;background:#222;display:block;margin:5px}

.hhm-mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:min(340px,90vw);background:#fff;z-index:100;transform:translateX(-102%);transition:.25s;overflow:auto}
.hhm-mobile-drawer.is-open{transform:none}
.hhm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:90;opacity:0;visibility:hidden;transition:.25s}
.hhm-overlay.is-open{opacity:1;visibility:visible}
.hhm-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--hhm-line)}
.hhm-drawer-close{border:0;background:none;font-size:28px}
.hhm-drawer-search{padding:15px}
.hhm-drawer-search .hhm-product-search select{display:none}
.hhm-drawer-tabs{display:flex;border-bottom:1px solid var(--hhm-line)}
.hhm-drawer-tabs button{width:50%;border:0;background:#f7f7f7;padding:13px;font-weight:700}
.hhm-drawer-tabs .is-active{background:#fff;color:var(--hhm-green);border-bottom:2px solid var(--hhm-green)}
.hhm-drawer-panel{display:none}
.hhm-drawer-panel.is-active{display:block}
.hhm-drawer-menu,.hhm-drawer-menu ul{list-style:none;margin:0;padding:0}
.hhm-drawer-menu a{display:block;padding:13px 18px;border-bottom:1px solid #eee}
.hhm-drawer-menu .sub-menu{display:none;padding-left:15px}
.hhm-drawer-menu .is-open>.sub-menu{display:block}

.hhm-home-top{padding:22px 0 8px;background:#fafafa}.hhm-home-grid{display:grid;grid-template-columns:250px 1fr;gap:20px}.hhm-category-sidebar{background:#fff;border:1px solid var(--hhm-line)}.hhm-cat-title{padding:15px;background:var(--hhm-green);color:#fff;font-weight:700;font-size:14px}.hhm-cat-title span{margin-right:8px}.hhm-category-menu{list-style:none;padding:0;margin:0}.hhm-category-menu li{border-bottom:1px solid #eee}.hhm-category-menu a{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;font-size:13px;color:#444}.hhm-category-menu a:hover{background:#fafafa;color:var(--hhm-green)}.hhm-hero{position:relative;min-height:430px;overflow:hidden;background:#eee}.hhm-slides,.hhm-slide{position:absolute;inset:0}.hhm-slide{opacity:0;visibility:hidden;transition:.55s;position:absolute}.hhm-slide.is-active{opacity:1;visibility:visible}.hhm-slide img{width:100%;height:100%;object-fit:cover}.hhm-slide:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18)}.hhm-slide .hhm-placeholder{min-height:430px;background:linear-gradient(120deg,var(--hhm-green) 0 55%,var(--hhm-yellow) 55% 100%);color:#fff;font-size:32px}.hhm-slider-prev,.hhm-slider-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.85);font-size:28px;cursor:pointer;z-index:6}.hhm-slider-prev{left:18px}.hhm-slider-next{right:18px}.hhm-slider-dots{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:6}.hhm-slider-dots button{width:9px;height:9px;padding:0;border:1px solid #fff;background:transparent;border-radius:50%}.hhm-slider-dots button.is-active{background:#fff}
.hhm-hero-logo-overlay{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 40px 78px;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.18))}
.hhm-hero-logo-center{margin-bottom:34px;pointer-events:auto;animation:hhmFloatMain 4.8s ease-in-out infinite}
.hhm-hero-logo-center img{max-width:min(240px,26vw);max-height:150px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}
.hhm-hero-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:26px 34px;align-items:center;justify-items:center;width:min(1080px,100%)}
.hhm-hero-brand-item{display:flex;align-items:center;justify-content:center;min-height:92px;max-width:100%;pointer-events:auto;animation:hhmFloat 4.4s ease-in-out infinite;transition:transform .25s ease,filter .25s ease}
.hhm-hero-brand-item img{max-height:86px;max-width:100%;width:auto;filter:drop-shadow(0 6px 16px rgba(0,0,0,.24))}
.hhm-hero-brand-item:hover{transform:translateY(-5px) scale(1.03);filter:brightness(1.03)}
.hhm-hero-brand-1{animation-delay:.1s}.hhm-hero-brand-2{animation-delay:.45s}.hhm-hero-brand-3{animation-delay:.8s}.hhm-hero-brand-4{animation-delay:1.15s}.hhm-hero-brand-5{animation-delay:1.5s}.hhm-hero-brand-6{animation-delay:1.85s}.hhm-hero-brand-7{animation-delay:2.2s}.hhm-hero-brand-8{animation-delay:2.55s}
.hhm-home-full{padding:0;background:#fff}
.hhm-home-full .hhm-hero{min-height:640px;width:100%;max-width:100%;margin:0;background:#111}
.hhm-hero-static .hhm-slide{position:absolute;inset:0;opacity:1;visibility:visible}
.hhm-hero-static .hhm-slide .hhm-placeholder{min-height:640px}
.hhm-hero-static .hhm-slide:after{background:rgba(0,0,0,.24)}
.hhm-home-full .hhm-slider-prev,.hhm-home-full .hhm-slider-next,.hhm-home-full .hhm-slider-dots{display:none!important}
.hhm-home-full .hhm-hero-logo-overlay{padding:56px 50px 90px}
.hhm-home-full .hhm-hero-logo-center img{max-width:min(260px,24vw);max-height:160px}
.hhm-home-full .hhm-hero-brand-grid{width:min(1180px,92%);grid-template-columns:repeat(4,minmax(140px,1fr));gap:34px 42px}
.hhm-home-full .hhm-hero-brand-item{min-height:105px}
.hhm-home-full .hhm-hero-brand-item img{max-height:92px}

@keyframes hhmFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes hhmFloatMain{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

.hhm-home-heading{text-align:center;font-size:27px;letter-spacing:1px;margin:0 0 24px}.hhm-zone-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:145px;gap:12px}.hhm-zone-card{position:relative;overflow:hidden;background:#eee}.hhm-zone-card img,.hhm-zone-card .hhm-placeholder{width:100%;height:100%;object-fit:cover;transition:.35s}.hhm-zone-card:hover img{transform:scale(1.04)}.hhm-zone-card>span{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.75));color:#fff;padding:35px 14px 10px;font-weight:700;font-size:13px}.hhm-zone-1,.hhm-zone-6{grid-column:span 2;grid-row:span 2}.hhm-zone-4,.hhm-zone-9{grid-column:span 2}.hhm-zone-card .hhm-placeholder{min-height:0;background:linear-gradient(135deg,#22b875,#0b7445);color:rgba(255,255,255,.8)}
.hhm-products-section{background:#eaf8ff}.hhm-section-title{display:flex;align-items:flex-end;gap:26px;margin-bottom:38px;border-bottom:1px solid rgba(0,0,0,.12)}.hhm-section-title h2,.hhm-partner-section h2,.hhm-strengths h2,.hhm-timeline-section h2{margin:0;text-align:left;font-size:25px;line-height:1;padding:0 0 14px}.hhm-section-title h2{border-bottom:2px solid var(--hhm-green)}.hhm-product-tabs{display:flex;justify-content:flex-start;gap:30px}.hhm-product-tabs button{border:0;background:none;padding:0 0 14px;font-size:12px;font-weight:800;color:#252525;border-bottom:2px solid transparent;cursor:pointer;text-transform:uppercase}.hhm-product-tabs .is-active{color:var(--hhm-green);border-color:transparent}.hhm-product-panel{display:none}.hhm-product-panel.is-active{display:grid}.hhm-products-grid{grid-template-columns:repeat(4,1fr);gap:44px 28px}.hhm-product-card{text-align:center;position:relative}.hhm-product-image{position:relative;display:block;aspect-ratio:1/1;background:linear-gradient(to bottom,#fff 0 86%,#ceddff 86% 100%);overflow:hidden;border:9px solid #f4e878;border-radius:26px}.hhm-product-image img,.hhm-product-image>.hhm-placeholder{width:100%;height:100%;object-fit:contain;padding:18px}.hhm-product-image>.hhm-placeholder{min-height:0}.hhm-quick{position:absolute;left:0;right:0;bottom:-42px;background:rgba(234,51,36,.94);color:#fff;padding:9px;font-size:12px;transition:.25s}.hhm-product-card:hover .hhm-quick{bottom:0}.hhm-product-cat{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-width:108px;min-height:31px;padding:3px 16px;margin:-44px auto 0;border-radius:18px;background:linear-gradient(90deg,#1574e8 0%,#165bcf 62%,#f1d91c 100%);border:2px solid #f7e668;color:#fff;font-size:11px;font-weight:700;box-shadow:0 3px 8px rgba(0,0,0,.12)}.hhm-product-card h3{font-size:13px;line-height:1.35;margin:26px 0 5px;font-weight:800}.hhm-price{margin-top:5px;font-weight:700;color:var(--hhm-green-dark)}
.hhm-partner-section{padding-top:44px;padding-bottom:44px}.hhm-partner-local{background:#fafafa}.hhm-partner-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;align-items:center}.hhm-partner-logo{height:76px;border:1px solid #eee;background:#fff;display:flex;align-items:center;justify-content:center;padding:10px}.hhm-partner-logo img{max-height:54px;max-width:100%;object-fit:contain;filter:saturate(.8)}.hhm-partner-logo span{font-size:11px;color:#bbb;font-weight:800;letter-spacing:1.5px}
.hhm-benefits{border-top:1px solid var(--hhm-line);border-bottom:1px solid var(--hhm-line);background:#fff}.hhm-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr)}.hhm-benefit{display:flex;gap:18px;align-items:center;padding:28px 36px;border-right:1px solid var(--hhm-line)}.hhm-benefit:last-child{border-right:0}.hhm-benefit-icon{width:42px;height:42px;border:2px solid var(--hhm-green);border-radius:50%;display:grid;place-items:center;color:var(--hhm-green);font-size:17px}.hhm-benefit h4{margin:0 0 2px;font-size:14px}.hhm-benefit p{margin:0;color:#888;font-size:12px}.hhm-footer{background:#f7f7f7;color:#555}.hhm-footer-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr 1.5fr;gap:40px;padding-top:48px;padding-bottom:48px}.hhm-footer-brand h3{font-size:14px;color:#222}.hhm-footer-brand p{font-size:12px;margin:8px 0}.hhm-footer-logo{font-size:38px;font-weight:900;color:var(--hhm-green)}.hhm-footer h4{margin:0 0 15px;color:#222;font-size:14px}.hhm-footer-menu,.hhm-footer-menu ul{list-style:none;padding:0;margin:0}.hhm-footer-menu li{margin:7px 0;font-size:12px}.hhm-footer-map{min-height:210px}.hhm-footer-map iframe{width:100%;height:210px;border:0}.hhm-footer-map .hhm-placeholder{min-height:210px}.hhm-copyright{border-top:1px solid #ddd;padding:15px 0;font-size:11px;color:#888}
.hhm-page-hero{background:#f5f5f5;padding:40px 0;text-align:center;border-bottom:1px solid #ececec}.hhm-page-hero h1{margin:0;font-size:30px}.hhm-content-wrap{padding-top:45px;padding-bottom:60px}.hhm-page-content,.hhm-single{max-width:920px;margin:auto}.hhm-page-content img,.hhm-single img{margin:20px auto}.hhm-post-card{padding:25px 0;border-bottom:1px solid #eee}.hhm-post-card h2{margin-top:0}.hhm-post-card img{max-width:360px}.hhm-meta{color:#999;font-size:13px;margin-bottom:20px}
.hhm-about-intro{background:#fff}.hhm-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.hhm-about-grid>div:first-child{min-height:380px}.hhm-about-grid>div:first-child img,.hhm-about-grid>div:first-child .hhm-placeholder{height:380px;object-fit:cover}.hhm-about-grid h1{font-size:34px;margin:0 0 15px}.hhm-strengths{background:#f7f7f7}.hhm-strength-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hhm-strength{text-align:center;background:#fff;padding:28px 20px;border:1px solid #eee}.hhm-strength span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;border:2px solid var(--hhm-green);color:var(--hhm-green);font-size:22px}.hhm-strength h3{font-size:15px}.hhm-strength p{font-size:13px;color:#777}.hhm-eyebrow{text-align:center;color:var(--hhm-green);font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.hhm-timeline{max-width:900px;margin:30px auto}.hhm-timeline-item{display:grid;grid-template-columns:110px 1fr;gap:25px;padding:25px 0;border-bottom:1px solid #eee}.hhm-timeline-year{font-size:30px;font-weight:800;color:var(--hhm-green)}.hhm-timeline-item h3{margin:0 0 7px}.hhm-timeline-item p{margin:0;color:#777}
.hhm-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.hhm-gallery-item{aspect-ratio:4/3;overflow:hidden}.hhm-gallery-item img,.hhm-gallery-item .hhm-placeholder{width:100%;height:100%;object-fit:cover}.hhm-contact-map{height:360px}.hhm-contact-map iframe,.hhm-contact-map .hhm-placeholder{width:100%;height:100%;border:0;min-height:360px}.hhm-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px}.hhm-contact-grid .hhm-eyebrow{text-align:left}.hhm-contact-card{padding:30px;border:1px solid #eee;background:#fafafa}.hhm-contact-card hr{border:0;border-top:1px solid #ddd;margin:25px 0}
.hhm-store-filter{display:flex;align-items:center;gap:12px;background:#f7f7f7;padding:15px;margin-bottom:28px}.hhm-store-filter select{min-width:220px;height:40px;border:1px solid #ddd;background:#fff;padding:0 10px}.hhm-store-filter button{height:40px;border:0;background:#222;color:#fff;padding:0 20px}.hhm-store-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.hhm-store-card{border:1px solid #e8e8e8;background:#fff;overflow:hidden}.hhm-store-card>img,.hhm-store-card>.hhm-placeholder{width:100%;height:260px;object-fit:cover}.hhm-store-card-body{padding:22px}.hhm-store-card h2{margin:0 0 10px;font-size:20px}.hhm-store-card a{color:var(--hhm-green);font-weight:700}.hhm-single-store>img{max-height:560px;width:100%;object-fit:cover}
.hhm-woo-wrap{padding:45px 0 60px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:24px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;text-align:center}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}.woocommerce ul.products li.product .price{color:var(--hhm-green)!important}.woocommerce div.product .button,.woocommerce a.button,.woocommerce button.button{background:var(--hhm-green)!important;color:#fff!important;border-radius:2px!important}.woocommerce span.onsale{background:var(--hhm-green)!important}
@media(max-width:1100px){.hhm-topline{display:none}.hhm-searchbar{padding:14px 0}.hhm-searchbar-inner{gap:14px;justify-content:space-between}.hhm-mobile-toggle{display:block}.hhm-top-search{order:3;flex:1 0 100%}.hhm-primary-nav,.hhm-browse-wrap{display:none}.hhm-logo-wrap{width:auto;flex:0 0 auto}.hhm-default-logo img,.custom-logo{max-height:68px;max-width:118px}.hhm-phone{margin-left:auto}.hhm-header-actions{display:flex;margin-left:0}.hhm-home-grid{grid-template-columns:1fr}.hhm-category-sidebar{display:none}.hhm-hero{min-height:390px}.hhm-home-full .hhm-hero{min-height:520px}.hhm-home-full .hhm-hero-logo-overlay{padding:46px 24px 80px}.hhm-home-full .hhm-hero-brand-grid{grid-template-columns:repeat(4,minmax(110px,1fr));gap:20px 24px}.hhm-home-full .hhm-hero-brand-item img{max-height:68px}.hhm-zone-grid{grid-template-columns:repeat(4,1fr)}.hhm-products-grid{grid-template-columns:repeat(3,1fr)}.hhm-partner-grid{grid-template-columns:repeat(4,1fr)}.hhm-footer-grid{grid-template-columns:1.4fr .8fr .8fr}.hhm-footer-map{grid-column:1/-1}.hhm-strength-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.hhm-container{width:min(100% - 28px,1180px)}.hhm-section{padding:38px 0}.hhm-searchbar-inner{flex-wrap:wrap}.hhm-phone{font-size:12px;gap:8px}.hhm-phone strong{font-size:13px}.hhm-phone-icon{font-size:22px}.hhm-top-search{flex-basis:100%}.hhm-product-search{height:44px}.hhm-product-search select{display:none}.hhm-header-actions .hhm-search-trigger{display:none}.hhm-hero{min-height:420px}.hhm-home-full .hhm-hero{min-height:460px}.hhm-slide .hhm-placeholder{min-height:420px;font-size:20px}.hhm-hero-logo-overlay{padding:42px 16px 70px}.hhm-hero-logo-center{margin-bottom:18px}.hhm-hero-logo-center img{max-width:180px;max-height:110px}.hhm-home-full .hhm-hero-brand-grid,.hhm-hero-brand-grid{grid-template-columns:repeat(2,minmax(110px,1fr));gap:18px 20px}.hhm-hero-brand-item{min-height:62px}.hhm-home-full .hhm-hero-brand-item img,.hhm-hero-brand-item img{max-height:52px}.hhm-zone-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:125px}.hhm-zone-1,.hhm-zone-6{grid-column:span 2;grid-row:span 2}.hhm-zone-4,.hhm-zone-9{grid-column:span 1}.hhm-products-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.hhm-product-tabs{gap:15px}.hhm-product-tabs button{font-size:11px}.hhm-partner-grid{grid-template-columns:repeat(3,1fr);gap:8px}.hhm-partner-logo{height:62px}.hhm-benefits-grid{grid-template-columns:1fr}.hhm-benefit{border-right:0;border-bottom:1px solid #eee;padding:20px 10px}.hhm-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.hhm-footer-brand,.hhm-footer-map{grid-column:1/-1}.hhm-about-grid,.hhm-contact-grid{grid-template-columns:1fr;gap:28px}.hhm-about-grid>div:first-child{min-height:260px}.hhm-about-grid>div:first-child img,.hhm-about-grid>div:first-child .hhm-placeholder{height:260px}.hhm-strength-grid{grid-template-columns:repeat(2,1fr)}.hhm-gallery-grid{grid-template-columns:repeat(2,1fr)}.hhm-store-grid{grid-template-columns:1fr}.hhm-store-filter{align-items:stretch;flex-direction:column}.hhm-store-filter select{width:100%}.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:460px){.hhm-strength-grid{grid-template-columns:1fr}.hhm-partner-grid{grid-template-columns:repeat(2,1fr)}.hhm-footer-grid{grid-template-columns:1fr}.hhm-footer-menu-col{grid-column:auto}.hhm-timeline-item{grid-template-columns:1fr;gap:8px}.hhm-gallery-grid{gap:7px}.hhm-zone-grid{gap:7px}.hhm-hero,.hhm-home-full .hhm-hero{min-height:470px}.hhm-slide .hhm-placeholder,.hhm-hero-static .hhm-slide .hhm-placeholder{min-height:470px}.hhm-home-full .hhm-hero-logo-overlay{padding:34px 12px 64px}.hhm-hero-brand-grid,.hhm-home-full .hhm-hero-brand-grid{grid-template-columns:1fr 1fr;gap:12px}.hhm-hero-brand-item img,.hhm-home-full .hhm-hero-brand-item img{max-height:46px}}

.hhm-default-logo picture{display:block}
.hhm-text-logo{font-weight:900;color:#8e160d;font-size:24px;line-height:1.1}
.hhm-slide picture,.hhm-slide picture img{width:100%;height:100%;display:block}
.hhm-slide picture img{object-fit:cover}
.hhm-hero-copy{position:absolute;z-index:5;left:clamp(22px,7vw,96px);bottom:clamp(28px,8vw,88px);max-width:min(560px,calc(100% - 44px));color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.35)}
.hhm-hero-copy span{display:block;margin-bottom:7px;font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.hhm-hero-copy h1{margin:0 0 10px;font-size:clamp(34px,5vw,68px);line-height:1.02}
.hhm-hero-copy p{margin:0 0 18px;font-size:16px;line-height:1.7}
.hhm-hero-copy b,.hhm-hero-button{display:inline-flex;align-items:center;min-height:42px;padding:0 22px;border-radius:999px;background:#fff;color:#8e160d;font-size:13px;font-weight:800;text-shadow:none}
.hhm-page-hero{position:relative;overflow:hidden}
.hhm-page-hero .hhm-container{position:relative;z-index:2}
.hhm-page-hero-bg{position:absolute;inset:0;z-index:0}
.hhm-page-hero-bg img{width:100%;height:100%;object-fit:cover}
.hhm-page-hero.has-overlay{color:#fff;background:#211}
.hhm-page-hero.has-overlay:before{content:"";position:absolute;inset:0;z-index:1;background:rgba(32,13,10,.48)}
.hhm-page-hero p{max-width:720px;margin:12px auto 0}
.hhm-page-hero .hhm-hero-button{margin-top:18px;text-decoration:none}

/* Homepage Playspace refresh v1.0.6 */
.hhm-home-section-head{text-align:center;max-width:820px;margin:0 auto 34px}.hhm-home-section-head-left{text-align:left;max-width:none;margin-left:0}.hhm-home-kicker{display:inline-block;margin-bottom:8px;color:var(--hhm-green);font-size:12px;font-weight:900;letter-spacing:2.1px;text-transform:uppercase}.hhm-home-section-head h2{margin:0;font-size:clamp(28px,3.2vw,44px);line-height:1.16;letter-spacing:-.025em}
.hhm-game-categories-section{background:#fff}.hhm-game-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hhm-game-category-card{position:relative;aspect-ratio:4/5;min-height:300px;overflow:hidden;border-radius:18px;background:#0c0c0c;box-shadow:0 10px 28px rgba(0,0,0,.08);isolation:isolate}.hhm-game-category-media,.hhm-game-category-media img,.hhm-game-category-media .hhm-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hhm-game-category-media .hhm-placeholder{min-height:0;background:linear-gradient(145deg,#2b2b2b,#050505);color:#fff;font-size:14px}.hhm-game-category-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.03) 15%,rgba(0,0,0,.84) 100%);transition:.3s}.hhm-game-category-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}.hhm-game-category-copy span{display:block;margin-bottom:5px;font-size:11px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;opacity:.78}.hhm-game-category-copy h3{margin:0;padding-right:38px;font-size:26px;line-height:1.1}.hhm-game-category-copy b{position:absolute;right:0;bottom:2px;width:32px;height:32px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;font-size:15px}.hhm-game-category-card img{transition:transform .5s ease}.hhm-game-category-card:hover img{transform:scale(1.06)}.hhm-game-category-card:hover .hhm-game-category-overlay{background:linear-gradient(180deg,rgba(0,0,0,.02) 8%,rgba(0,0,0,.72) 100%)}
.hhm-playspace-intro{padding-top:88px;padding-bottom:88px;background:#f8f8f8}.hhm-playspace-narrow{max-width:980px;text-align:center}.hhm-playspace-intro h2{max-width:880px;margin:0 auto 12px;font-size:clamp(31px,4.1vw,54px);line-height:1.12;letter-spacing:-.035em}.hhm-playspace-lead{margin:0;color:#666;font-size:clamp(16px,2vw,22px);font-weight:600}.hhm-playspace-divider{width:56px;height:3px;margin:32px auto;background:var(--hhm-green);border-radius:99px}.hhm-playspace-intro h3{margin:0 0 18px;font-size:clamp(23px,2.8vw,34px);line-height:1.25}.hhm-playspace-intro p:not(.hhm-playspace-lead){max-width:880px;margin:0 auto 15px;color:#555;font-size:16px;line-height:1.85}
.hhm-happiest{background:#fff}.hhm-happiest-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hhm-happiest-card{position:relative;margin:0;aspect-ratio:16/10;overflow:hidden;border-radius:20px;background:#eee}.hhm-happiest-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hhm-happiest-card:hover img{transform:scale(1.035)}
.hhm-story{background:#111;color:#fff}.hhm-story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.hhm-story-copy h2{margin:0 0 24px;font-size:clamp(38px,5vw,66px);line-height:1}.hhm-story-copy p{margin:0 0 17px;color:rgba(255,255,255,.74);font-size:15px;line-height:1.85}.hhm-story-copy blockquote{margin:30px 0 0;padding:0 0 0 22px;border-left:4px solid var(--hhm-green);font-size:clamp(23px,2.8vw,34px);font-weight:800;line-height:1.35}.hhm-story-visual{position:relative;min-height:430px;border-radius:22px;overflow:hidden;background:#252525}.hhm-story-visual img{width:100%;height:100%;min-height:430px;object-fit:cover}.hhm-story-badge{position:absolute;right:20px;bottom:20px;display:flex;align-items:center;gap:10px;padding:16px 19px;border-radius:16px;background:#fff;color:#111;box-shadow:0 12px 32px rgba(0,0,0,.24)}.hhm-story-badge strong{font-size:34px;line-height:1}.hhm-story-badge span{font-size:11px;font-weight:800;line-height:1.25;text-transform:uppercase;letter-spacing:.7px}
.hhm-why-us{background:#fff}.hhm-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hhm-why-card{min-height:220px;padding:30px 24px;border:1px solid #e8e8e8;border-radius:18px;background:#fff;transition:.25s}.hhm-why-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(0,0,0,.08);border-color:#ddd}.hhm-why-icon{width:58px;height:58px;margin-bottom:28px;border-radius:50%;display:grid;place-items:center;background:#f3f3f3;color:#111}.hhm-why-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.hhm-why-card h3{margin:0;font-size:18px;line-height:1.5}
.hhm-showcase{background:#f7f7f7}.hhm-showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:12px}.hhm-showcase-item{margin:0;overflow:hidden;border-radius:14px;background:#e8e8e8}.hhm-showcase-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hhm-showcase-item:hover img{transform:scale(1.04)}.hhm-showcase-item-1,.hhm-showcase-item-6{grid-column:span 2;grid-row:span 2}.hhm-showcase-empty{padding:36px;border:1px dashed #ccc;border-radius:16px;background:#fff;color:#777;text-align:center;font-size:14px}
@media(max-width:1100px){.hhm-game-category-grid{grid-template-columns:repeat(2,1fr)}.hhm-game-category-card{aspect-ratio:5/4}.hhm-why-grid{grid-template-columns:repeat(2,1fr)}.hhm-story-grid{gap:42px}.hhm-showcase-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.hhm-home-section-head{margin-bottom:26px}.hhm-home-section-head-left{text-align:left}.hhm-game-category-grid{gap:10px}.hhm-game-category-card{min-height:210px;aspect-ratio:1/1.15;border-radius:13px}.hhm-game-category-copy{left:16px;right:16px;bottom:16px}.hhm-game-category-copy h3{font-size:20px}.hhm-game-category-copy span{font-size:9px}.hhm-game-category-copy b{width:28px;height:28px}.hhm-playspace-intro{padding-top:58px;padding-bottom:58px}.hhm-playspace-intro p:not(.hhm-playspace-lead){font-size:15px}.hhm-happiest-grid{grid-template-columns:1fr;gap:12px}.hhm-happiest-card{border-radius:14px}.hhm-story-grid{grid-template-columns:1fr;gap:34px}.hhm-story-visual,.hhm-story-visual img{min-height:320px}.hhm-why-grid{grid-template-columns:1fr 1fr;gap:10px}.hhm-why-card{min-height:185px;padding:22px 17px}.hhm-why-icon{width:50px;height:50px;margin-bottom:18px}.hhm-why-card h3{font-size:15px}.hhm-showcase-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}.hhm-showcase-item-1,.hhm-showcase-item-6{grid-column:span 2;grid-row:span 2}}
@media(max-width:460px){.hhm-game-category-copy h3{font-size:17px;padding-right:30px}.hhm-game-category-card{min-height:190px}.hhm-why-grid{grid-template-columns:1fr}.hhm-why-card{min-height:0}.hhm-story-badge{right:12px;bottom:12px}.hhm-showcase-grid{gap:8px;grid-auto-rows:125px}}

/* Contact and social bars: top of page + bottom of footer */
.hhm-contact-bar{position:relative;z-index:51}
.hhm-contact-bar-top{
  background:linear-gradient(90deg,#8e160d 0%,#b51611 50%,#d90208 100%);
  color:#fff;
  box-shadow:inset 0 -1px rgba(255,255,255,.12);
}
.hhm-contact-bar-inner{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.hhm-contact-shortcuts{display:flex;align-items:center;gap:24px;min-width:0}
.hhm-contact-shortcuts a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.94);
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  transition:color .2s ease,transform .2s ease;
}
.hhm-contact-shortcuts a:hover{color:#ffe39a;transform:translateY(-1px)}
.hhm-contact-shortcuts a>span:last-child{overflow-wrap:anywhere}
.hhm-contact-bar .hhm-contact-socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin:0;
}
.hhm-contact-bar .hhm-social-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  min-height:0;
  padding:0;
  border:1px solid rgba(255,255,255,.36);
  border-radius:50%;
  background:rgba(255,255,255,.14);
  color:#fff!important;
  box-shadow:none;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.hhm-contact-bar .hhm-social-button:hover{
  transform:translateY(-2px);
  border-color:#fff;
  background:#fff;
  color:#b51611!important;
}
.hhm-contact-bar .hhm-social-button svg{width:15px;height:15px;display:block;fill:currentColor;stroke:none}
.hhm-contact-bar .hhm-social-instagram svg rect,
.hhm-contact-bar .hhm-social-instagram svg circle:not(.hhm-icon-fill){fill:none;stroke:currentColor;stroke-width:1.8}
.hhm-contact-bar .hhm-social-instagram svg .hhm-icon-fill{fill:currentColor;stroke:none}
.hhm-contact-bar-footer{
  background:rgba(51,3,9,.44);
  border-top:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.hhm-contact-bar-footer .hhm-contact-bar-inner{
  justify-content:center;
  min-height:96px;
  padding-top:16px;
  padding-bottom:16px;
}
.hhm-contact-bar-title{
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.8px;
}
.hhm-contact-bar-footer .hhm-contact-socials{gap:12px}
.hhm-contact-bar-footer .hhm-social-button{
  width:46px;
  height:46px;
  background:#f1eee9;
  border-color:#f1eee9;
  color:#72201a!important;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.hhm-contact-bar-footer .hhm-social-button svg{width:21px;height:21px}
.hhm-contact-bar-footer .hhm-social-button:hover{
  background:#ffd66d;
  border-color:#ffd66d;
  color:#68130f!important;
}
@media(max-width:760px){
  .hhm-contact-bar-inner{width:min(100% - 24px,1280px);gap:10px}
  .hhm-contact-shortcuts{gap:12px;flex:1}
  .hhm-contact-shortcuts a{font-size:11px;gap:5px}
  .hhm-contact-bar-top .hhm-social-button{flex-basis:27px;width:27px;height:27px}
  .hhm-contact-bar-top .hhm-social-button svg{width:13px;height:13px}
  .hhm-contact-bar-footer .hhm-contact-bar-inner{flex-direction:column;gap:12px;min-height:120px}
}
@media(max-width:520px){
  .hhm-contact-bar-top .hhm-contact-bar-inner{align-items:flex-start;flex-direction:column;padding-top:8px;padding-bottom:8px}
  .hhm-contact-shortcuts{width:100%;justify-content:space-between;gap:8px}
  .hhm-contact-bar-top .hhm-contact-socials{width:100%;justify-content:center}
  .hhm-contact-bar-footer .hhm-social-button{width:42px;height:42px}
}


/* Full-site PP GamesZone refresh v1.1.0 */
:root{
  --hhm-green:#d90208;
  --hhm-green-dark:#b51611;
  --hhm-yellow:#f7c551;
  --hhm-gold:#ffd979;
  --hhm-cream:#fff7ea;
  --hhm-ink:#1f1b1b;
  --hhm-muted:#6f6663;
  --hhm-line:#efe5df;
  --hhm-bg:#fff8f2;
  --hhm-white:#ffffff;
  --hhm-radius:18px;
  --hhm-shadow:0 14px 32px rgba(120,24,12,.12);
}
body{
  color:var(--hhm-ink);
  background:radial-gradient(circle at top,#fff 0,#fff9f4 44%,#fff5ee 100%);
}
.hhm-header{
  position:sticky;
  top:0;
  box-shadow:0 8px 28px rgba(0,0,0,.06);
}
.hhm-topline{
  background:linear-gradient(90deg,#d90208,#d90208 45%,#d90208 100%);
  border-bottom:0;
}
.hhm-topline-inner{min-height:42px}
.hhm-lang-switch a,
.hhm-utility-link{color:rgba(255,255,255,.88);border-color:rgba(255,255,255,.15)}
.hhm-lang-switch a:first-child{border-left-color:rgba(255,255,255,.15)}
.hhm-social-links a{color:#fff}
.hhm-lang-switch a:hover,.hhm-utility-link:hover,.hhm-social-links a:hover{color:#ffe8a5}
.hhm-searchbar{
  padding:14px 0 18px;
  border-bottom:1px solid rgba(239,58,36,.08);
  background:linear-gradient(180deg,#fff 0,#fff9f5 100%);
}
.hhm-logo-wrap{width:180px;flex-basis:180px}
.custom-logo,.hhm-default-logo img{max-width:170px;max-height:102px}
.hhm-product-search{
  height:54px;
  border:1px solid #f0ddd5;
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(129,32,18,.08);
}
.hhm-product-search input{padding:0 20px;background:#fff}
.hhm-product-search select{background:#fff8f2;color:#6a5f5b;border-left:1px solid #f2e2db}
.hhm-product-search button{
  width:62px;
  background:linear-gradient(180deg,#d90208 0,#d90208 100%);
}
.hhm-phone{
  padding:10px 14px;
  border-radius:16px;
  background:linear-gradient(135deg,#fff7f3 0,#fff1dd 100%);
  box-shadow:0 10px 22px rgba(121,20,14,.08);
}
.hhm-phone small{color:#8b746d}
.hhm-phone strong{font-size:16px;color:#b51611}
.hhm-phone-icon{color:#d90208}
.hhm-navline{background:#fff}
.hhm-navline-inner{align-items:center;gap:14px;padding:10px 0}
.hhm-browse-wrap{flex:0 0 270px}
.hhm-browse-trigger{
  height:52px;
  padding:0 18px;
  border-radius:16px;
  background:linear-gradient(180deg,#d90208 0,#d90208 100%);
  box-shadow:0 10px 24px rgba(188,31,16,.22);
}
.hhm-browse-dropdown{border-radius:0 0 18px 18px;overflow:hidden;border-color:#f4ddd7}
.hhm-primary-nav{
  border:1px solid #f4e8e2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.04);
}
.hhm-menu{gap:2px;padding:0 10px;min-height:52px}
.hhm-menu>li>a{
  padding:14px 14px;
  border-radius:12px;
  font-size:14px;
  color:#2b2424;
}
.hhm-menu>li.current-menu-item>a,.hhm-menu>li.current_page_item>a,.hhm-menu>li.current-menu-ancestor>a,.hhm-menu>li>a:hover{
  color:var(--hhm-green);
  background:#fff4ef;
}
.hhm-category-menu a:hover{background:#fff7f1}
.hhm-header-actions{display:flex;gap:8px}
.hhm-header-actions a,.hhm-header-actions button{
  width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#fff4ef;color:var(--hhm-green)
}
.hhm-home-full .hhm-hero{
  min-height:610px;
  background:#300;
}
.hhm-home-full .hhm-hero:before{
  content:"";
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:radial-gradient(circle at center,rgba(255,183,77,.20) 0,rgba(255,183,77,0) 36%),linear-gradient(90deg,rgba(88,8,3,.56) 0,rgba(137,17,7,.18) 45%,rgba(84,17,9,.28) 100%);
}
.hhm-tetris-rain,.hhm-tetris-stack{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}
.hhm-tetris-rain:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:34px 34px;opacity:.42;mask-image:radial-gradient(circle at center,transparent 0 20%,#000 48%)}
.hhm-tetris-piece{--b:18px;--x:50%;--dur:12s;--delay:0s;--r:0deg;--spin:0deg;position:absolute;top:calc(var(--b) * -5);left:var(--x);width:calc(var(--b) * 4);height:calc(var(--b) * 4);color:#16c6ff;opacity:0;filter:drop-shadow(0 0 10px currentColor) drop-shadow(0 12px 18px rgba(0,0,0,.42));animation:hhmTetrisDrop var(--dur) linear infinite;animation-delay:var(--delay)}
.hhm-tetris-piece:before{content:"";position:absolute;left:var(--b);top:var(--b);width:var(--b);height:var(--b);border-radius:3px;background:currentColor;border:1px solid rgba(255,255,255,.28);box-shadow:var(--shape);box-sizing:border-box}
.hhm-tetris-i{--shape:calc(var(--b) * -1) 0 0 currentColor,calc(var(--b) * 1) 0 0 currentColor,calc(var(--b) * 2) 0 0 currentColor;color:#18d4ff}
.hhm-tetris-o{--shape:calc(var(--b) * 1) 0 0 currentColor,0 calc(var(--b) * 1) 0 currentColor,calc(var(--b) * 1) calc(var(--b) * 1) 0 currentColor;color:#ffd235}
.hhm-tetris-t{--shape:calc(var(--b) * -1) 0 0 currentColor,calc(var(--b) * 1) 0 0 currentColor,0 calc(var(--b) * 1) 0 currentColor;color:#d93dff}
.hhm-tetris-l{--shape:0 calc(var(--b) * -1) 0 currentColor,0 calc(var(--b) * 1) 0 currentColor,calc(var(--b) * 1) calc(var(--b) * 1) 0 currentColor;color:#ff8a12}
.hhm-tetris-j{--shape:0 calc(var(--b) * -1) 0 currentColor,0 calc(var(--b) * 1) 0 currentColor,calc(var(--b) * -1) calc(var(--b) * 1) 0 currentColor;color:#287dff}
.hhm-tetris-s{--shape:calc(var(--b) * 1) 0 0 currentColor,0 calc(var(--b) * 1) 0 currentColor,calc(var(--b) * -1) calc(var(--b) * 1) 0 currentColor;color:#6ee018}
.hhm-tetris-z{--shape:calc(var(--b) * -1) 0 0 currentColor,0 calc(var(--b) * 1) 0 currentColor,calc(var(--b) * 1) calc(var(--b) * 1) 0 currentColor;color:#ff2454}
.hhm-tetris-piece:nth-child(1){--x:7%;--dur:10.5s;--delay:-6s;--r:0deg;--spin:90deg}.hhm-tetris-piece:nth-child(2){--x:17%;--dur:12.5s;--delay:-2s;--r:8deg;--spin:0deg}.hhm-tetris-piece:nth-child(3){--x:27%;--dur:11.3s;--delay:-9s;--r:-12deg;--spin:180deg}.hhm-tetris-piece:nth-child(4){--x:39%;--dur:13.6s;--delay:-4s;--r:90deg;--spin:-90deg}.hhm-tetris-piece:nth-child(5){--x:51%;--dur:10.8s;--delay:-8s;--r:0deg;--spin:90deg}.hhm-tetris-piece:nth-child(6){--x:62%;--dur:12.9s;--delay:-1s;--r:14deg;--spin:180deg}.hhm-tetris-piece:nth-child(7){--x:73%;--dur:11.7s;--delay:-7s;--r:-8deg;--spin:-90deg}.hhm-tetris-piece:nth-child(8){--x:84%;--dur:13.2s;--delay:-3s;--r:0deg;--spin:0deg}.hhm-tetris-piece:nth-child(9){--x:93%;--dur:10.9s;--delay:-5s;--r:90deg;--spin:180deg}.hhm-tetris-piece:nth-child(10){--x:33%;--dur:14s;--delay:-11s;--r:0deg;--spin:-90deg}.hhm-tetris-piece:nth-child(11){--x:68%;--dur:13.8s;--delay:-10s;--r:-90deg;--spin:90deg}.hhm-tetris-piece:nth-child(12){--x:4%;--dur:12s;--delay:-12s;--r:0deg;--spin:180deg}
.hhm-tetris-stack{top:auto;height:190px;bottom:0;background:linear-gradient(to top,rgba(50,0,12,.62),rgba(50,0,12,0));opacity:.92}
.hhm-tetris-stack span{--c:#18d4ff;--h:5;position:absolute;bottom:-18px;width:24px;height:calc(var(--h) * 24px);background:repeating-linear-gradient(to bottom,var(--c) 0 22px,rgba(0,0,0,.26) 22px 24px);box-shadow:0 0 18px rgba(255,255,255,.16);opacity:.66}
.hhm-tetris-stack span:nth-child(1){left:0;--h:5;--c:#287dff}.hhm-tetris-stack span:nth-child(2){left:24px;--h:4;--c:#ff2454}.hhm-tetris-stack span:nth-child(3){left:48px;--h:7;--c:#18d4ff}.hhm-tetris-stack span:nth-child(4){left:72px;--h:6;--c:#6ee018}.hhm-tetris-stack span:nth-child(5){left:96px;--h:3;--c:#ffd235}.hhm-tetris-stack span:nth-child(6){left:120px;--h:8;--c:#d93dff}.hhm-tetris-stack span:nth-child(7){right:0;--h:7;--c:#18d4ff}.hhm-tetris-stack span:nth-child(8){right:24px;--h:8;--c:#d93dff}.hhm-tetris-stack span:nth-child(9){right:48px;--h:6;--c:#6ee018}.hhm-tetris-stack span:nth-child(10){right:72px;--h:4;--c:#ff2454}.hhm-tetris-stack span:nth-child(11){right:96px;--h:9;--c:#ffd235}.hhm-tetris-stack span:nth-child(12){right:120px;--h:5;--c:#ff8a12}
@keyframes hhmTetrisDrop{0%{transform:translate3d(0,-18vh,0) rotate(var(--r));opacity:0}8%,82%{opacity:.72}100%{transform:translate3d(0,118vh,0) rotate(calc(var(--r) + var(--spin)));opacity:0}}
.hhm-hero-logo-overlay{
  z-index:3;
  background:linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.24));
}
.hhm-home-full .hhm-hero-logo-center img{max-width:min(300px,32vw);max-height:190px;filter:drop-shadow(0 14px 32px rgba(0,0,0,.35))}
.hhm-home-full .hhm-hero-brand-grid{width:min(920px,100%);gap:22px 28px}
.hhm-home-full .hhm-hero-brand-item{
  min-height:78px;
  padding:10px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(6px);
  border:1px solid rgba(255,255,255,.08);
}
.hhm-products-section{
  margin-top:-42px;
  position:relative;
  z-index:5;
}
.hhm-products-section .hhm-container,
.hhm-story-grid,
.hhm-why-grid,
.hhm-showcase-grid,
.hhm-game-category-grid{
  position:relative;
  z-index:1;
}
.hhm-products-section .hhm-container{
  background:linear-gradient(180deg,#fff 0,#fffaf7 100%);
  border:1px solid #f4e6df;
  border-radius:30px;
  padding:34px 30px;
  box-shadow:0 18px 40px rgba(110,27,18,.10);
}
.hhm-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:26px}
.hhm-section-title h2{margin:0;font-size:36px;line-height:1.1;color:#231b1a}
.hhm-product-tabs{display:flex;gap:12px;flex-wrap:wrap}
.hhm-product-tabs button{
  border:0;
  padding:10px 16px;
  border-radius:999px;
  background:#fff0e8;
  color:#905040;
  font-weight:800;
  cursor:pointer;
}
.hhm-product-tabs button.is-active{background:linear-gradient(180deg,#d90208,#d90208);color:#fff;box-shadow:0 8px 20px rgba(210,46,25,.24)}
.hhm-products-grid{gap:22px}
.hhm-product-card{
  border:1px solid #f3e3db;
  border-radius:20px;
  padding:14px 14px 18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(111,29,18,.08);
  transition:transform .25s ease,box-shadow .25s ease;
}
.hhm-product-card:hover{transform:translateY(-6px);box-shadow:0 18px 34px rgba(111,29,18,.14)}
.hhm-product-image{border-radius:16px;overflow:hidden;background:#fff7f1}
.hhm-product-image img{width:100%;aspect-ratio:1/1;object-fit:cover}
.hhm-quick{
  background:rgba(34,25,25,.82);
  border-radius:999px;
  padding:8px 12px;
}
.hhm-product-cat{
  display:inline-flex;
  margin-top:16px;
  padding:6px 12px;
  border-radius:999px;
  background:#fff4e5;
  color:#bb5a12;
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.6px;
}
.hhm-product-card h3{font-size:18px;line-height:1.45;margin:12px 0 10px}
.hhm-price{color:#d90208;font-size:22px;font-weight:900}
.hhm-game-categories-section{background:transparent;padding-top:24px}
.hhm-home-kicker{color:#d52a1d}
.hhm-home-section-head h2{color:#211819}
.hhm-game-category-card{
  border-radius:24px;
  box-shadow:0 18px 34px rgba(103,24,17,.12);
  border:1px solid rgba(255,255,255,.55);
}
.hhm-game-category-overlay{background:linear-gradient(180deg,rgba(32,13,10,.02) 18%,rgba(32,13,10,.84) 100%)}
.hhm-game-category-copy h3{font-size:28px}
.hhm-story{
  position:relative;
  background:linear-gradient(135deg,#600c07 0,#8e160d 44%,#cb2d19 100%);
  overflow:hidden;
}
.hhm-story:before{
  content:"";
  position:absolute;inset:auto auto 0 -8%;width:50%;height:100%;
  background:radial-gradient(circle at bottom left,rgba(255,202,93,.28),rgba(255,202,93,0) 65%);
}
.hhm-story-copy p{color:rgba(255,245,240,.86)}
.hhm-story-copy blockquote{border-left-color:#ffd46f;color:#fff6df}
.hhm-story-visual{box-shadow:0 24px 38px rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.12)}
.hhm-story-badge{background:#fff7ea}
.hhm-why-us{background:transparent}
.hhm-why-card{
  border-radius:22px;
  border:1px solid #f0e0d7;
  background:linear-gradient(180deg,#fff 0,#fff9f4 100%);
  box-shadow:0 12px 28px rgba(110,27,18,.08);
}
.hhm-why-card:hover{border-color:#f2c2b9;box-shadow:0 18px 38px rgba(111,29,18,.12)}
.hhm-why-icon{background:#fff2ea;color:#d90208}
.hhm-showcase{
  background:linear-gradient(180deg,#fff9f3 0,#fff5ee 100%);
}
.hhm-showcase-item{
  border-radius:18px;
  box-shadow:0 12px 26px rgba(110,27,18,.08);
}
.hhm-benefits{
  margin-top:16px;
  background:linear-gradient(90deg,#7c0e08 0,#a5180d 40%,#df3824 100%);
  color:#fff;
}
.hhm-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.hhm-benefit{padding:30px 18px;border-right:1px solid rgba(255,255,255,.16)}
.hhm-benefit:last-child{border-right:0}
.hhm-benefit h4{margin:0 0 6px;font-size:20px;color:#fff}
.hhm-benefit p{margin:0;color:rgba(255,255,255,.84)}
.hhm-benefit-icon{
  width:54px;height:54px;border-radius:16px;display:grid;place-items:center;
  background:rgba(255,255,255,.14);font-size:22px;color:#ffe19f;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)
}
.hhm-footer{
  background:linear-gradient(180deg,#3f0805 0,#560c08 48%,#6d100a 100%);
  color:#fff1ec;
  position:relative;
}
.hhm-footer:before{
  content:"";
  position:absolute;left:0;right:0;top:0;height:4px;
  background:linear-gradient(90deg,#d90208 0,#ffc95d 50%,#d90208 100%);
}
.hhm-footer-grid{padding-top:48px;padding-bottom:38px;gap:36px}
.hhm-footer h3,.hhm-footer h4{color:#fff}
.hhm-footer p,.hhm-footer a,.hhm-footer li{color:rgba(255,241,236,.86)}
.hhm-footer-menu a{display:block;padding:8px 0}
.hhm-footer-map iframe,.hhm-footer-map .hhm-placeholder{border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.hhm-copyright{
  border-top:1px solid rgba(255,255,255,.1);
  background:rgba(0,0,0,.12);
}
.hhm-copyright .hhm-container{padding:15px 0;color:rgba(255,241,236,.72)}
.hhm-footer-grid.no-map{
  grid-template-columns:minmax(280px,1.35fr) minmax(180px,.7fr) minmax(320px,1.15fr);
}
.hhm-footer-grid.has-map{
  grid-template-columns:minmax(260px,1.15fr) minmax(170px,.65fr) minmax(280px,1fr) minmax(280px,1fr);
}
.hhm-footer-brand{
  max-width:480px;
}
.hhm-footer-brand .hhm-default-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:180px;
  padding:8px 12px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.hhm-footer-brand .hhm-default-logo img{
  max-width:150px;
  max-height:70px;
}
.hhm-footer-brand h3{
  margin:22px 0 10px;
  font-size:24px;
  line-height:1.2;
}
.hhm-footer-description{
  max-width:430px;
  font-size:14px;
  line-height:1.85;
}
.hhm-footer h4{
  position:relative;
  margin-bottom:18px;
  padding-bottom:10px;
  font-size:16px;
}
.hhm-footer h4:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:36px;
  height:3px;
  border-radius:99px;
  background:#ffd66d;
}
.hhm-footer-menu li{margin:0}
.hhm-footer-menu a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 0 6px 16px;
  font-weight:700;
}
.hhm-footer-menu a:before{
  content:"";
  position:absolute;
  left:0;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ffd66d;
}
.hhm-footer-menu a:hover{
  color:#ffd66d;
  transform:translateX(3px);
}
.hhm-footer-contact{
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.hhm-footer-contact p{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:12px;
  margin:0;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
  font-size:13px;
  line-height:1.55;
}
.hhm-footer-contact p:last-child{border-bottom:0}
.hhm-footer-contact span{
  color:#ffd66d;
  font-weight:900;
}
.hhm-footer-contact a:hover{color:#ffd66d}
.hhm-footer-map iframe{
  min-height:260px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-notices-wrapper + .woocommerce-result-count,
.woocommerce form.woocommerce-ordering select,
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  border-radius:18px;
}
.woocommerce ul.products li.product{
  background:#fff;
  border:1px solid #f2e3da;
  padding:14px;
  box-shadow:0 10px 24px rgba(111,29,18,.08);
}
.woocommerce span.onsale,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  background:linear-gradient(180deg,#d90208,#d90208);
  color:#fff;
  border-radius:999px;
  border:0;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover{background:linear-gradient(180deg,#d90208,#d90208);color:#fff}
@media(max-width:1100px){
  .hhm-home-full .hhm-hero{min-height:540px}
  .hhm-products-section .hhm-container{padding:26px 22px}
  .hhm-footer-grid.no-map,
  .hhm-footer-grid.has-map{grid-template-columns:1fr 1fr}
  .hhm-footer-brand{grid-column:1/-1}
}
@media(max-width:760px){
  .hhm-header{position:relative}
  .hhm-searchbar-inner{gap:16px}
  .hhm-logo-wrap{width:145px;flex-basis:145px}
  .hhm-phone{padding:8px 12px}
  .hhm-navline-inner{padding:8px 0}
  .hhm-browse-wrap{flex:1 1 100%}
  .hhm-browse-trigger{height:48px;border-radius:14px}
  .hhm-primary-nav{display:none}
  .hhm-header-actions{display:none}
  .hhm-mobile-toggle{display:block}
  .hhm-products-section{margin-top:-20px}
  .hhm-products-section .hhm-container{padding:22px 16px;border-radius:22px}
  .hhm-section-title h2{font-size:30px}
  .hhm-game-category-copy h3{font-size:22px}
  .hhm-benefits-grid{grid-template-columns:1fr}
  .hhm-benefit{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  .hhm-benefit:last-child{border-bottom:0}
  .hhm-footer-grid.no-map,
  .hhm-footer-grid.has-map{grid-template-columns:1fr;gap:24px}
  .hhm-footer-contact{padding:18px}
  .hhm-footer-contact p{grid-template-columns:1fr;gap:4px}
}
@media(max-width:460px){
  .hhm-home-full .hhm-hero{min-height:430px}
  .hhm-product-card{padding:12px}
  .hhm-section-title h2{font-size:26px}
}

/* Generated demo icon set */
.hhm-why-icon svg,
.hhm-benefit-icon svg,
.hhm-strength span svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hhm-benefit-icon svg{width:28px;height:28px}
.hhm-strength span svg{width:29px;height:29px}
.hhm-why-icon,
.hhm-benefit-icon,
.hhm-strength span{
  flex:0 0 auto;
}

/* Single product polish v1.1.1 */
body.single-product{
  background:linear-gradient(180deg,#fffaf6 0,#fff 34%,#fff8f2 100%);
}
.hhm-product-topbar{
  border-top:1px solid #f5e8e1;
  border-bottom:1px solid #f0dfd7;
  background:linear-gradient(180deg,#fff 0,#fff8f3 100%);
}
.hhm-product-topbar .hhm-container{padding-top:15px;padding-bottom:15px}
.woocommerce .hhm-product-breadcrumb,
.hhm-product-breadcrumb{
  margin:0!important;
  color:#8d7770;
  font-size:13px;
  line-height:1.5;
}
.hhm-product-breadcrumb a{color:#7b625b;transition:color .2s ease}
.hhm-product-breadcrumb a:hover{color:var(--hhm-green)}
.hhm-breadcrumb-separator{display:inline-block;padding:0 9px;color:#d4bdb4}
body.single-product .hhm-woo-wrap{padding-top:34px;padding-bottom:78px}
body.single-product .woocommerce-notices-wrapper{margin-bottom:18px}
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error{
  border:1px solid #f0ddd5;
  border-top:0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(111,29,18,.07);
}
body.single-product .woocommerce-message:before,
body.single-product .woocommerce-info:before{color:var(--hhm-green)}

body.single-product .woocommerce div.product{
  position:relative;
  margin-bottom:0;
}
body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary{
  margin-bottom:34px;
  border:1px solid #f0dfd7;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 42px rgba(112,27,18,.09);
}
body.single-product .woocommerce div.product div.images{
  padding:18px;
  overflow:hidden;
}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
  overflow:hidden;
  border-radius:20px;
  background:linear-gradient(145deg,#fff 0,#fff8f2 100%);
}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a{
  display:block;
  border-radius:20px;
  overflow:hidden;
}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{
  width:100%;
  border-radius:20px;
  object-fit:contain;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:12px!important;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li{
  width:auto!important;
  float:none!important;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img{
  aspect-ratio:1/1;
  width:100%;
  object-fit:cover;
  border:2px solid transparent;
  border-radius:12px;
  background:#fff8f3;
  opacity:.68;
  transition:.2s ease;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:hover,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active{
  border-color:#d90208;
  opacity:1;
}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  border:1px solid #f1dfd7;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 20px rgba(68,17,10,.12);
}
body.single-product .woocommerce div.product span.onsale{
  top:16px!important;
  left:16px!important;
  min-width:58px;
  min-height:34px;
  padding:7px 12px;
  line-height:20px;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(205,40,24,.24);
}

body.single-product .woocommerce div.product div.summary{
  padding:34px 36px 30px;
}
body.single-product .woocommerce div.product .product_title{
  margin:0 0 14px;
  color:#241b1a;
  font-size:clamp(28px,3vw,42px);
  line-height:1.18;
  letter-spacing:-.6px;
  font-weight:900;
}
body.single-product .woocommerce div.product .woocommerce-product-rating{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
}
body.single-product .woocommerce .star-rating{color:#f2b221}
body.single-product .woocommerce-review-link{color:#8c7169;font-size:13px}
body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price{
  margin:6px 0 20px;
  color:#d92c1f!important;
  font-size:30px;
  line-height:1.2;
  font-weight:900;
}
body.single-product .woocommerce div.product p.price del,
body.single-product .woocommerce div.product span.price del{
  color:#aa9a94;
  font-size:.67em;
  opacity:.75;
}
body.single-product .woocommerce div.product p.price ins,
body.single-product .woocommerce div.product span.price ins{text-decoration:none}
body.single-product .woocommerce-product-details__short-description{
  margin:0 0 24px;
  padding:18px 20px;
  border:1px solid #f4e5de;
  border-radius:17px;
  background:#fff9f5;
  color:#62524d;
  font-size:15px;
  line-height:1.8;
}
body.single-product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}
body.single-product .woocommerce div.product form.cart{
  display:flex;
  align-items:stretch;
  gap:12px;
  margin:0 0 24px;
  padding:20px 0 22px;
  border-top:1px solid #f2e5df;
  border-bottom:1px solid #f2e5df;
}
body.single-product .woocommerce div.product form.cart .variations{
  width:100%;
  margin-bottom:14px;
}
body.single-product .woocommerce div.product form.cart.variations_form{display:block}
body.single-product .woocommerce div.product form.cart .variations tr{
  display:grid;
  grid-template-columns:105px minmax(0,1fr);
  gap:12px;
  align-items:center;
  margin-bottom:10px;
}
body.single-product .woocommerce div.product form.cart .variations th,
body.single-product .woocommerce div.product form.cart .variations td{
  display:block;
  width:auto;
  padding:0;
  line-height:1.4;
}
body.single-product .woocommerce div.product form.cart .variations label{color:#413431;font-weight:800}
body.single-product .woocommerce div.product form.cart .variations select{
  width:100%;
  min-height:46px;
  padding:0 14px;
  border:1px solid #ead8d0;
  border-radius:12px;
  background:#fff;
  color:#4c3d39;
  outline:none;
}
body.single-product .woocommerce div.product form.cart .reset_variations{
  display:inline-block;
  margin-top:8px;
  color:var(--hhm-green);
  font-size:12px;
}
body.single-product .woocommerce div.product .single_variation_wrap .woocommerce-variation-price{margin-bottom:14px}
body.single-product .woocommerce div.product .quantity .qty{
  width:76px;
  height:52px;
  padding:0 8px;
  border:1px solid #ead8d0;
  border-radius:14px;
  background:#fffaf7;
  color:#332623;
  font-weight:800;
  text-align:center;
  outline:none;
}
body.single-product .woocommerce div.product .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .button{
  min-height:52px;
  padding:0 28px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#d90208 0,#d90208 100%)!important;
  box-shadow:0 10px 22px rgba(205,45,27,.24);
  font-size:15px;
  font-weight:900;
  letter-spacing:.2px;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
body.single-product .woocommerce div.product .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product form.cart .button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(205,45,27,.30);
  filter:saturate(1.05);
}
body.single-product .woocommerce div.product .product_meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 10px;
  color:#7d6a64;
  font-size:12px;
}
body.single-product .woocommerce div.product .product_meta>span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:7px 11px;
  border:1px solid #f0e0d9;
  border-radius:999px;
  background:#fff9f5;
}
body.single-product .woocommerce div.product .product_meta a{color:#d90208;font-weight:700}

body.single-product .woocommerce div.product .woocommerce-tabs{
  clear:both;
  margin-top:14px;
  padding:16px 20px 30px;
  border:1px solid #e7e7e7;
  border-radius:26px;
  background:#ffffff !important;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 -8px 24px!important;
  padding:8px!important;
  overflow:visible;
  border:0!important;
  border-radius:18px;
  background:#ffffff;
}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none!important}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a{
  display:block;
  padding:11px 18px!important;
  border-radius:12px;
  color:#7a5c53!important;
  font-size:14px;
  font-weight:900!important;
  line-height:1.4;
}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  background:linear-gradient(180deg,#d90208,#d90208);
  color:#fff!important;
  box-shadow:0 8px 18px rgba(202,43,25,.22);
}
body.single-product .woocommerce div.product .woocommerce-tabs .panel{
  margin:0!important;
  padding:28px 10px 26px;
  color:#554743;
  font-size:15px;
  line-height:1.85;
  background:#ffffff !important;
  border:0;
  border-radius:0;
  box-shadow:none;
  min-height:140px;
}
body.single-product .woocommerce div.product .woocommerce-tabs .panel > *:first-child{margin-top:0}
body.single-product .woocommerce div.product .woocommerce-tabs .panel > *:last-child{margin-bottom:0}
/* Fallback in case another WooCommerce extension bypasses the heading filter. */
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description>h2:first-child{display:none}
body.single-product .woocommerce div.product .woocommerce-tabs .panel h2,
body.single-product .woocommerce div.product .woocommerce-tabs .panel h3{
  color:#2f2422;
  line-height:1.35;
}
body.single-product .woocommerce div.product .woocommerce-tabs .panel img{border-radius:16px}
body.single-product .woocommerce table.shop_attributes{
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid #f0e1da;
  border-radius:15px;
}
body.single-product .woocommerce table.shop_attributes th,
body.single-product .woocommerce table.shop_attributes td{
  padding:12px 14px;
  border-bottom:1px solid #f0e1da;
  background:#fff!important;
}
body.single-product .woocommerce table.shop_attributes tr:last-child th,
body.single-product .woocommerce table.shop_attributes tr:last-child td{border-bottom:0}
body.single-product .woocommerce table.shop_attributes th{width:180px;color:#493a36;background:#fff8f4!important}

body.single-product .woocommerce #reviews #comments ol.commentlist{padding:0}
body.single-product .woocommerce #reviews #comments ol.commentlist li .comment-text{
  margin-left:68px;
  border:1px solid #f0e1da;
  border-radius:16px;
  background:#fffaf7;
}
body.single-product .woocommerce #review_form #respond textarea,
body.single-product .woocommerce #review_form #respond input[type="text"],
body.single-product .woocommerce #review_form #respond input[type="email"]{
  width:100%;
  border:1px solid #ead8d0;
  border-radius:12px;
  background:#fff;
  padding:12px 14px;
  outline:none;
}

body.single-product .woocommerce .related.products,
body.single-product .woocommerce .upsells.products{
  clear:both;
  padding-top:46px;
}
body.single-product .woocommerce .related.products>h2,
body.single-product .woocommerce .upsells.products>h2{
  margin:0 0 24px;
  color:#261d1b;
  font-size:28px;
  line-height:1.25;
  font-weight:900;
}
body.single-product .woocommerce .related.products>h2:after,
body.single-product .woocommerce .upsells.products>h2:after{
  content:"";
  display:block;
  width:58px;
  height:4px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,#d90208,#f7c551);
}
body.single-product .woocommerce .related.products ul.products,
body.single-product .woocommerce .upsells.products ul.products{gap:20px}
body.single-product .woocommerce .related.products ul.products li.product,
body.single-product .woocommerce .upsells.products ul.products li.product{
  border-radius:20px;
  transition:transform .2s ease,box-shadow .2s ease;
}
body.single-product .woocommerce .related.products ul.products li.product:hover,
body.single-product .woocommerce .upsells.products ul.products li.product:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(111,29,18,.13);
}
body.single-product .woocommerce .related.products ul.products li.product img,
body.single-product .woocommerce .upsells.products ul.products li.product img{border-radius:14px}

@media(max-width:900px){
  body.single-product .woocommerce div.product div.images,
  body.single-product .woocommerce div.product div.summary{
    float:none!important;
    width:100%!important;
  }
  body.single-product .woocommerce div.product div.summary{padding:28px 26px}
  body.single-product .woocommerce div.product .woocommerce-tabs{padding:10px 20px 26px}
}
@media(max-width:760px){
  .hhm-product-topbar .hhm-container{padding-top:12px;padding-bottom:12px}
  body.single-product .hhm-woo-wrap{padding-top:22px;padding-bottom:54px}
  body.single-product .woocommerce div.product div.images,
  body.single-product .woocommerce div.product div.summary{margin-bottom:20px;border-radius:22px}
  body.single-product .woocommerce div.product div.images{padding:12px}
  body.single-product .woocommerce div.product div.summary{padding:24px 20px 22px}
  body.single-product .woocommerce div.product .product_title{font-size:28px}
  body.single-product .woocommerce div.product p.price,
  body.single-product .woocommerce div.product span.price{font-size:25px}
  body.single-product .woocommerce-product-details__short-description{padding:15px 16px}
  body.single-product .woocommerce div.product form.cart{flex-wrap:wrap}
  body.single-product .woocommerce div.product .quantity .qty{height:50px}
  body.single-product .woocommerce div.product .single_add_to_cart_button,
  body.single-product .woocommerce div.product form.cart .button{min-height:50px;flex:1;padding:0 18px!important}
  body.single-product .woocommerce div.product .woocommerce-tabs{padding:8px 12px 20px;border-radius:22px;background:#fff!important}
  body.single-product .woocommerce div.product .woocommerce-tabs .panel{padding:18px 6px 16px;border:0;border-radius:0;box-shadow:none;min-height:110px;background:#fff!important}
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{
    flex-wrap:nowrap;
    overflow-x:auto;
    margin:0 -4px 18px!important;
    -webkit-overflow-scrolling:touch;
  }
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{flex:0 0 auto}
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 14px!important;font-size:13px}
  body.single-product .woocommerce table.shop_attributes th{width:38%}
  body.single-product .woocommerce .related.products,
  body.single-product .woocommerce .upsells.products{padding-top:34px}
  body.single-product .woocommerce .related.products>h2,
  body.single-product .woocommerce .upsells.products>h2{font-size:24px}
}
@media(max-width:460px){
  body.single-product .woocommerce div.product form.cart .variations tr{grid-template-columns:1fr;gap:6px}
  body.single-product .woocommerce div.product .product_meta{display:grid}
  body.single-product .woocommerce div.product .product_meta>span{border-radius:12px}
  body.single-product .woocommerce div.product div.images .flex-control-thumbs{gap:7px}
}


/* === v1.1.5 SINGLE PRODUCT: visible white content cards === */
body.single-product .hhm-woo-wrap{
  background:#f3f4f6 !important;
  padding-top:34px !important;
  padding-bottom:78px !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs{
  clear:both !important;
  display:block !important;
  margin:24px 0 0 !important;
  padding:0 0 28px !important;
  background:#ffffff !important;
  border:1px solid #e5e7eb !important;
  border-radius:22px !important;
  box-shadow:0 12px 30px rgba(0,0,0,.07) !important;
  overflow:hidden !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{
  margin:0 !important;
  padding:14px 18px 0 !important;
  background:#ffffff !important;
  border-bottom:1px solid #e5e7eb !important;
  border-radius:0 !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel{
  margin:0 !important;
  padding:28px 30px 10px !important;
  background:#ffffff !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  min-height:220px !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel > *:first-child{
  margin-top:0 !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel > *:last-child{
  margin-bottom:0 !important;
}

@media (max-width:760px){
  body.single-product .hhm-woo-wrap{
    padding-top:22px !important;
    padding-bottom:54px !important;
  }
  body.single-product .woocommerce div.product .woocommerce-tabs{
    border-radius:18px !important;
  }
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{
    padding:10px 10px 0 !important;
  }
  body.single-product .woocommerce div.product .woocommerce-tabs .panel,
  body.single-product .woocommerce div.product .woocommerce-Tabs-panel{
    padding:20px 16px 8px !important;
    min-height:180px !important;
  }
}


/* === v1.1.6: fix only the product tab content area === */
body.single-product .hhm-woo-wrap{
  background:transparent !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs{
  clear:both !important;
  margin-top:18px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{
  margin:0 0 0 !important;
  padding:0 !important;
  background:transparent !important;
  border-bottom:1px solid #ddd8e6 !important;
  border-radius:0 !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel{
  margin:0 !important;
  margin-top:-1px !important;
  padding:28px 28px 26px !important;
  background:#ffffff !important;
  border:1px solid #ddd8e6 !important;
  border-top:0 !important;
  border-radius:0 0 18px 18px !important;
  box-shadow:0 8px 22px rgba(0,0,0,.05) !important;
  min-height:auto !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel > *:first-child,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel > *:first-child{
  margin-top:0 !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel > *:last-child,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel > *:last-child{
  margin-bottom:0 !important;
}

@media (max-width:760px){
  body.single-product .woocommerce div.product .woocommerce-tabs .panel,
  body.single-product .woocommerce div.product .woocommerce-Tabs-panel{
    padding:18px 16px 18px !important;
    border-radius:0 0 14px 14px !important;
  }
}


/* v1.1.9: product card frame color update to #d90208 */
.hhm-product-image{
  border:6px solid #d90208 !important;
}
.hhm-product-cat{
  border:1px solid #d90208 !important;
  background:#fff5f5 !important;
  color:#d90208 !important;
}
.hhm-product-card{
  border-color:#f0c9ca !important;
}

/* v1.2.0: remove right-side nav action icons */
.hhm-header-actions{display:none !important;}
.hhm-primary-nav{flex:1 1 auto !important;}


/* v1.2.1: remove product image frame and image-area background */
.hhm-product-image{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
}
.hhm-product-image img,
.hhm-product-image > .hhm-placeholder{
  padding:0 !important;
  background:transparent !important;
}


/* v1.2.2: move product category badge to the top in a smaller style */
.hhm-product-card{
  position:relative;
  padding-top:42px !important;
}
.hhm-product-cat{
  position:absolute !important;
  top:12px !important;
  right:12px !important;
  left:auto !important;
  margin:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:4px 10px !important;
  border-radius:999px !important;
  font-size:10px !important;
  line-height:1.2 !important;
  letter-spacing:.4px !important;
  z-index:5 !important;
}
@media(max-width:760px){
  .hhm-product-card{padding-top:38px !important;}
  .hhm-product-cat{top:10px !important; right:10px !important; font-size:9px !important; padding:4px 8px !important;}
}

/* v1.2.3: use the homepage product-card design in every WooCommerce product loop */
.woocommerce ul.products,
.woocommerce-page ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
  margin:0 !important;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after{
  display:none !important;
}

.woocommerce ul.products li.product.hhm-product-card,
.woocommerce-page ul.products li.product.hhm-product-card{
  position:relative !important;
  width:auto !important;
  min-width:0 !important;
  float:none !important;
  margin:0 !important;
  padding:42px 14px 18px !important;
  text-align:center !important;
  background:#fff !important;
  border:1px solid #f0c9ca !important;
  border-radius:20px !important;
  box-shadow:0 12px 28px rgba(111,29,18,.08) !important;
  overflow:hidden !important;
  transition:transform .25s ease,box-shadow .25s ease !important;
}

.woocommerce ul.products li.product.hhm-product-card:hover,
.woocommerce-page ul.products li.product.hhm-product-card:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 18px 34px rgba(111,29,18,.14) !important;
}

.woocommerce ul.products li.product.hhm-product-card .hhm-product-image,
.woocommerce-page ul.products li.product.hhm-product-card .hhm-product-image{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  aspect-ratio:1/1 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:16px !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

.woocommerce ul.products li.product.hhm-product-card .hhm-product-image img,
.woocommerce-page ul.products li.product.hhm-product-card .hhm-product-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.woocommerce ul.products li.product.hhm-product-card .hhm-product-cat,
.woocommerce-page ul.products li.product.hhm-product-card .hhm-product-cat{
  position:absolute !important;
  top:12px !important;
  right:12px !important;
  left:auto !important;
  z-index:5 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:4px 10px !important;
  border:1px solid #d90208 !important;
  border-radius:999px !important;
  background:#fff5f5 !important;
  color:#d90208 !important;
  font-size:10px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  letter-spacing:.4px !important;
  text-transform:uppercase !important;
  box-shadow:none !important;
}

.woocommerce ul.products li.product.hhm-product-card .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product.hhm-product-card .woocommerce-loop-product__title{
  margin:12px 0 10px !important;
  padding:0 !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:1.45 !important;
}

.woocommerce ul.products li.product.hhm-product-card .woocommerce-loop-product__title a,
.woocommerce-page ul.products li.product.hhm-product-card .woocommerce-loop-product__title a{
  color:#2b2424 !important;
  text-decoration:none !important;
}

.woocommerce ul.products li.product.hhm-product-card .hhm-price,
.woocommerce-page ul.products li.product.hhm-product-card .hhm-price,
.woocommerce ul.products li.product.hhm-product-card .hhm-price .amount,
.woocommerce-page ul.products li.product.hhm-product-card .hhm-price .amount{
  color:#d90208 !important;
  font-size:18px !important;
  font-weight:900 !important;
}

.woocommerce ul.products li.product.hhm-product-card .hhm-price del,
.woocommerce-page ul.products li.product.hhm-product-card .hhm-price del{
  opacity:.55 !important;
  margin-right:5px !important;
}

.woocommerce ul.products li.product.hhm-product-card .hhm-price ins,
.woocommerce-page ul.products li.product.hhm-product-card .hhm-price ins{
  text-decoration:none !important;
}

/* Hide legacy Woo loop elements if a plugin injects them into the unified card. */
.woocommerce ul.products li.product.hhm-product-card > .button,
.woocommerce-page ul.products li.product.hhm-product-card > .button,
.woocommerce ul.products li.product.hhm-product-card > .added_to_cart,
.woocommerce-page ul.products li.product.hhm-product-card > .added_to_cart,
.woocommerce ul.products li.product.hhm-product-card > .onsale,
.woocommerce-page ul.products li.product.hhm-product-card > .onsale{
  display:none !important;
}

@media(max-width:1100px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:760px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .woocommerce ul.products li.product.hhm-product-card,
  .woocommerce-page ul.products li.product.hhm-product-card{
    padding:38px 10px 14px !important;
    border-radius:16px !important;
  }
  .woocommerce ul.products li.product.hhm-product-card .hhm-product-cat,
  .woocommerce-page ul.products li.product.hhm-product-card .hhm-product-cat{
    top:10px !important;
    right:10px !important;
    padding:4px 8px !important;
    font-size:9px !important;
  }
  .woocommerce ul.products li.product.hhm-product-card .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product.hhm-product-card .woocommerce-loop-product__title{
    margin:10px 0 7px !important;
    font-size:14px !important;
  }
  .woocommerce ul.products li.product.hhm-product-card .hhm-price,
  .woocommerce-page ul.products li.product.hhm-product-card .hhm-price,
  .woocommerce ul.products li.product.hhm-product-card .hhm-price .amount,
  .woocommerce-page ul.products li.product.hhm-product-card .hhm-price .amount{
    font-size:15px !important;
  }
}


/* v1.2.4: hover button text changed to view for all product cards */
.hhm-quick{
  text-transform:none !important;
  font-weight:700 !important;
}

/* v1.2.5: global Buy / Rent buttons on single product pages */
body.single-product .hhm-product-action-buttons{
  display:flex;
  align-items:stretch;
  gap:16px;
  margin:24px 0 8px;
  max-width:430px;
}
body.single-product .hhm-product-action-button{
  flex:1 1 0;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:12px 22px;
  border:2px solid #d90208;
  border-radius:14px;
  font-size:17px;
  font-weight:900;
  line-height:1.2;
  text-decoration:none !important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
}
body.single-product .hhm-product-action-buy{
  background:#d90208;
  color:#fff !important;
  box-shadow:0 8px 18px rgba(217,2,8,.18);
}
body.single-product .hhm-product-action-rent{
  background:#fff;
  color:#d90208 !important;
}
body.single-product .hhm-product-action-button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(217,2,8,.20);
}
body.single-product .hhm-product-action-rent:hover{
  background:#d90208;
  color:#fff !important;
}
@media(max-width:520px){
  body.single-product .hhm-product-action-buttons{gap:10px;max-width:none}
  body.single-product .hhm-product-action-button{min-height:48px;padding:10px 14px;font-size:15px;border-radius:12px}
}


/* v1.2.6: style sorting dropdown and pagination */
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
  margin:0 0 24px !important;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select{
  min-height:48px;
  padding:0 48px 0 16px;
  border:1px solid #efcfd0 !important;
  border-radius:999px !important;
  background:#fff8f8 !important;
  color:#3a2626;
  font-weight:700;
  box-shadow:0 8px 20px rgba(111,29,18,.08);
  outline:none;
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:focus{
  border-color:#d90208 !important;
  box-shadow:0 0 0 3px rgba(217,2,8,.12), 0 10px 24px rgba(111,29,18,.10);
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination{
  margin-top:28px;
  text-align:center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li{
  float:none !important;
  border:0 !important;
  overflow:visible !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 12px !important;
  border:1px solid #efcfd0 !important;
  border-radius:12px !important;
  background:#fff !important;
  color:#5b3434 !important;
  font-weight:700;
  line-height:1;
  box-shadow:0 8px 18px rgba(111,29,18,.06);
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current{
  background:#d90208 !important;
  color:#fff !important;
  border-color:#d90208 !important;
  box-shadow:0 12px 22px rgba(217,2,8,.18);
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce-page nav.woocommerce-pagination ul li a.next,
.woocommerce-page nav.woocommerce-pagination ul li a.prev{
  min-width:46px;
  font-size:18px;
}

@media(max-width:760px){
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering{
    float:none !important;
    width:100%;
    margin:0 0 18px !important;
  }
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select{
    width:100%;
  }
  .woocommerce nav.woocommerce-pagination ul,
  .woocommerce-page nav.woocommerce-pagination ul{
    gap:6px;
    flex-wrap:wrap;
    justify-content:center;
  }
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span,
  .woocommerce-page nav.woocommerce-pagination ul li a,
  .woocommerce-page nav.woocommerce-pagination ul li span{
    min-width:38px;
    height:38px;
    border-radius:10px !important;
  }
}


/* v1.2.7: allow benefit icon images */
.hhm-benefit-icon img{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
}


/* Story read-more button v1.2.11 */
.hhm-story-actions{position:relative;z-index:1;margin-top:26px;display:flex;align-items:center}
.hhm-story-readmore{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:11px 20px 11px 22px;border-radius:999px;background:#fff7ea;color:#8e160d;font-size:15px;font-weight:800;line-height:1;text-decoration:none;box-shadow:0 12px 26px rgba(42,8,4,.2);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.hhm-story-readmore b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#8e160d;color:#fff;font-size:15px;line-height:1;transition:transform .2s ease,background .2s ease}
.hhm-story-readmore:hover,.hhm-story-readmore:focus{background:#fff;color:#b32114;transform:translateY(-2px);box-shadow:0 16px 34px rgba(42,8,4,.27)}
.hhm-story-readmore:hover b,.hhm-story-readmore:focus b{background:#b32114;transform:translate(2px,-2px)}
@media(max-width:760px){.hhm-story-actions{margin-top:22px}.hhm-story-readmore{min-height:46px;padding:10px 17px 10px 19px}.hhm-story-readmore b{width:28px;height:28px}}

/* About page refresh v1.2.12 */
body.page-template-page-about-us{background:#fff9f5;color:#2b1714}
.hhm-about-hero{position:relative;overflow:hidden;padding:86px 0 72px;background:radial-gradient(circle at 92% 12%,rgba(255,196,126,.22),transparent 30%),linear-gradient(135deg,#fff9f5 0%,#fff 58%,#fff1e5 100%)}
.hhm-about-hero:before{content:"PLAY";position:absolute;right:-18px;bottom:-92px;font-size:230px;font-weight:900;line-height:1;color:rgba(179,33,20,.045);letter-spacing:-14px;pointer-events:none}
.hhm-about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.68fr);gap:46px;align-items:center}
.hhm-about-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;color:#d94b2b;font-size:12px;font-weight:900;letter-spacing:2.2px;text-transform:uppercase}
.hhm-about-kicker:before{content:"";width:26px;height:2px;background:currentColor}
.hhm-about-hero h1{max-width:860px;margin:0;font-size:clamp(34px,4.45vw,62px);line-height:1.16;letter-spacing:0;color:#8e160d}
.hhm-about-en{margin-top:22px;color:#d94b2b;font-size:15px;font-weight:800;letter-spacing:.4px}
.hhm-about-hero h2{max-width:820px;margin:34px 0 14px;font-size:clamp(24px,3.1vw,42px);line-height:1.14;color:#2b1714}
.hhm-about-hero p{max-width:850px;margin:12px 0;color:#65443e;font-size:16px;line-height:1.9}
.hhm-about-hero-visual{position:relative;min-height:430px;border-radius:34px;overflow:hidden;box-shadow:0 24px 70px rgba(91,20,14,.18);background:#8e160d}
.hhm-about-hero-visual img{width:100%;height:100%;min-height:430px;object-fit:cover}
.hhm-about-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(65,9,5,.52),transparent 54%)}
.hhm-about-hero-badge{position:absolute;right:24px;top:24px;z-index:2;width:154px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:50%;background:#8e160d;color:#fff;box-shadow:0 22px 50px rgba(91,20,14,.2);transform:rotate(4deg)}
.hhm-about-hero-badge strong{font-size:58px;line-height:1;font-weight:900;letter-spacing:-3px}
.hhm-about-hero-badge span{max-width:120px;margin-top:8px;font-size:10px;line-height:1.4;font-weight:900;letter-spacing:1.4px}
.hhm-about-hero-mini{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 14px 38px rgba(49,10,5,.16)}
.hhm-about-hero-mini span{display:block;margin-bottom:5px;color:#d8391e;font-size:10px;font-weight:900;letter-spacing:1.8px}
.hhm-about-hero-mini strong{display:block;color:#351c18;font-size:19px;line-height:1.32}
.hhm-about-section-head{max-width:780px;margin-bottom:38px}
.hhm-about-section-head h2{margin:0;color:#8e160d;font-size:clamp(32px,4.6vw,58px);line-height:1.05;letter-spacing:-1.6px}
.hhm-about-section-head p{margin:18px 0 0;color:#72544e;font-size:16px;line-height:1.85}
.hhm-about-moments{padding-top:82px;background:#fff}
.hhm-about-moment-grid{position:relative;display:grid;grid-template-columns:1.12fr .88fr;grid-template-rows:260px 260px;gap:18px;min-height:538px}
.hhm-about-moment{margin:0;overflow:hidden;border-radius:28px;background:#eee}
.hhm-about-moment-a{grid-row:1/3}
.hhm-about-moment img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.hhm-about-moment:hover img{transform:scale(1.035)}
.hhm-about-moment-note{display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border-radius:28px;background:linear-gradient(135deg,#8e160d,#d8391e);color:#fff;box-shadow:0 20px 45px rgba(142,22,13,.18)}
.hhm-about-moment-note span{font-size:11px;font-weight:900;letter-spacing:2px;opacity:.78}
.hhm-about-moment-note strong{max-width:440px;margin-top:10px;font-size:28px;line-height:1.2}
.hhm-about-services{position:relative;overflow:hidden;background:#80150e;color:#fff}
.hhm-about-services:after{content:"";position:absolute;right:-150px;top:-150px;width:430px;height:430px;border:90px solid rgba(255,255,255,.035);border-radius:50%}
.hhm-about-section-head-light{position:relative;z-index:1}
.hhm-about-section-head-light h2{color:#fff}
.hhm-about-section-head-light .hhm-about-kicker{color:#ffb58f}
.hhm-about-service-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.hhm-about-service-card{min-height:290px;padding:26px 24px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.075);backdrop-filter:blur(4px);transition:transform .2s ease,background .2s ease}
.hhm-about-service-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.115)}
.hhm-about-service-no{margin-bottom:52px;color:#ffbc96;font-size:13px;font-weight:900;letter-spacing:2px}
.hhm-about-service-card h3{margin:0 0 12px;color:#fff;font-size:21px;line-height:1.25}
.hhm-about-service-card p{margin:0;color:rgba(255,255,255,.75);font-size:14px;line-height:1.75}
.hhm-about-story{background:#fff9f5}
.hhm-about-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.hhm-about-story-title{position:sticky;top:120px}
.hhm-about-story-title h2{margin:0;color:#8e160d;font-size:clamp(52px,7vw,94px);line-height:.95;letter-spacing:-4px}
.hhm-about-story-since{display:inline-flex;align-items:baseline;gap:12px;margin-top:32px;padding:12px 18px;border:1px solid #efc8bb;border-radius:999px;background:#fff}
.hhm-about-story-since span{color:#a56b5d;font-size:10px;font-weight:900;letter-spacing:2px}
.hhm-about-story-since strong{color:#d8391e;font-size:28px;line-height:1}
.hhm-about-story-copy{padding-top:10px}
.hhm-about-story-copy p{margin:0 0 22px;color:#59403a;font-size:17px;line-height:1.95}
.hhm-about-belief{position:relative;margin:62px 0 0;padding:40px 52px;border:0;border-radius:28px;background:#fff;color:#8e160d;font-size:clamp(28px,4.5vw,56px);font-weight:900;line-height:1.17;letter-spacing:-1.5px;box-shadow:0 18px 55px rgba(91,20,14,.08)}
.hhm-about-belief:before{content:"“";position:absolute;left:18px;top:-17px;color:#efb69c;font-size:80px;line-height:1}
.hhm-about-why{background:#fff}
.hhm-about-why .hhm-about-section-head{max-width:100%}
.hhm-about-why .hhm-about-section-head h2{max-width:1120px;font-size:clamp(28px,3.15vw,44px);line-height:1.18;letter-spacing:0}
.hhm-about-why .hhm-about-section-head p{max-width:920px}
.hhm-about-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hhm-about-why-card{padding:26px;border:1px solid #f1d9cf;border-radius:22px;background:#fffaf7;transition:transform .2s ease,box-shadow .2s ease}
.hhm-about-why-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(96,32,22,.08)}
.hhm-about-why-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:22px;border-radius:14px;background:#8e160d;color:#fff;font-size:20px;font-weight:900}
.hhm-about-why-card h3{margin:0 0 10px;color:#3b201c;font-size:18px;line-height:1.35}
.hhm-about-why-card p{margin:0;color:#755a54;font-size:14px;line-height:1.75}
.hhm-about-cta{padding-top:28px;background:#fff}
.hhm-about-cta-box{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end;padding:50px;border-radius:34px;background:linear-gradient(135deg,#fff0e5,#ffe0d2);border:1px solid #f1c5b2}
.hhm-about-cta-box h2{max-width:800px;margin:0;color:#8e160d;font-size:clamp(32px,4.4vw,56px);line-height:1.08;letter-spacing:-1.5px}
.hhm-about-cta-box p{max-width:790px;margin:18px 0 0;color:#684a43;line-height:1.8}
.hhm-about-cta-btn{display:inline-flex;align-items:center;gap:14px;white-space:nowrap;padding:15px 19px 15px 23px;border-radius:999px;background:#8e160d;color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 14px 28px rgba(142,22,13,.17);transition:transform .2s ease,background .2s ease}
.hhm-about-cta-btn span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#8e160d}
.hhm-about-cta-btn:hover{transform:translateY(-3px);background:#b32114}
.hhm-about-editor{background:#fff}
@media(max-width:1100px){
  .hhm-about-service-grid,.hhm-about-why-grid{grid-template-columns:repeat(2,1fr)}
  .hhm-about-hero-grid{grid-template-columns:1fr;gap:36px}.hhm-about-hero-visual{min-height:360px}.hhm-about-hero-visual img{min-height:360px}.hhm-about-hero-badge{width:142px}.hhm-about-hero-badge strong{font-size:44px}
}
@media(max-width:760px){
  .hhm-tetris-piece{--b:14px}.hhm-tetris-piece:nth-child(n+8){display:none}.hhm-tetris-stack{height:130px}.hhm-tetris-stack span{width:18px;height:calc(var(--h) * 18px);background:repeating-linear-gradient(to bottom,var(--c) 0 16px,rgba(0,0,0,.26) 16px 18px)}.hhm-tetris-stack span:nth-child(1){left:0}.hhm-tetris-stack span:nth-child(2){left:18px}.hhm-tetris-stack span:nth-child(3){left:36px}.hhm-tetris-stack span:nth-child(4){left:54px}.hhm-tetris-stack span:nth-child(5){left:72px}.hhm-tetris-stack span:nth-child(6){left:90px}.hhm-tetris-stack span:nth-child(7){right:0}.hhm-tetris-stack span:nth-child(8){right:18px}.hhm-tetris-stack span:nth-child(9){right:36px}.hhm-tetris-stack span:nth-child(10){right:54px}.hhm-tetris-stack span:nth-child(11){right:72px}.hhm-tetris-stack span:nth-child(12){right:90px}
  .hhm-about-hero{padding:56px 0 44px}.hhm-about-hero-grid{grid-template-columns:1fr;gap:30px}.hhm-about-hero h1{font-size:40px;line-height:1.18;letter-spacing:0}.hhm-about-hero-visual{min-height:330px;border-radius:24px}.hhm-about-hero-visual img{min-height:330px}.hhm-about-hero-badge{width:116px;right:16px;top:16px}.hhm-about-hero-badge strong{font-size:34px}.hhm-about-hero-badge span{font-size:9px}.hhm-about-hero-mini{left:16px;right:16px;bottom:16px;padding:15px 16px;border-radius:16px}.hhm-about-hero-mini strong{font-size:16px}
  .hhm-about-moment-grid{grid-template-columns:1fr;grid-template-rows:330px 250px auto;min-height:0}.hhm-about-moment-a{grid-row:auto}.hhm-about-moment-note{min-height:210px}
  .hhm-about-story-grid{grid-template-columns:1fr;gap:36px}.hhm-about-story-title{position:static}.hhm-about-story-title h2{font-size:62px;letter-spacing:-3px}.hhm-about-story-copy p{font-size:16px}.hhm-about-belief{margin-top:42px;padding:34px 26px;font-size:34px}
  .hhm-about-cta-box{grid-template-columns:1fr;padding:34px 26px;gap:28px}.hhm-about-cta-btn{justify-self:start}
}
@media(max-width:520px){
  .hhm-about-service-grid,.hhm-about-why-grid{grid-template-columns:1fr}.hhm-about-service-card{min-height:0}.hhm-about-service-no{margin-bottom:28px}
  .hhm-about-section-head h2{font-size:36px;line-height:1.18}.hhm-about-hero h1{font-size:34px;line-height:1.2}.hhm-about-hero h2{font-size:28px}.hhm-about-moment-grid{grid-template-rows:285px 220px auto}
}
@media(prefers-reduced-motion:reduce){
  .hhm-tetris-piece{animation:none;opacity:.32;top:18%;transform:rotate(var(--r))}
}


/* Footer social placement + expandable contact widget v1.2.23 */
.hhm-contact-shortcuts{flex-wrap:wrap}
.hhm-footer-phone-links{display:flex;flex-direction:column;align-items:flex-start;gap:6px;color:inherit!important;font-weight:400!important}
.hhm-footer-contact .hhm-footer-phone-links a{display:inline-flex;align-items:center;min-height:28px;padding:3px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);color:#fff!important;line-height:1.25;white-space:nowrap}
.hhm-footer-contact .hhm-footer-phone-links a:hover{border-color:#ffd66d;background:rgba(255,214,109,.12);color:#ffd66d!important}
.hhm-footer-social-block{margin-top:30px}
.hhm-footer-social-title{display:block;margin-bottom:13px;color:#fff;font-size:14px;font-weight:900;letter-spacing:.3px}
.hhm-footer-social-block .hhm-contact-socials{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;margin:0}
.hhm-footer-social-block .hhm-social-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;min-height:42px;padding:0;border:0;border-radius:50%;background:#f2efea;color:#741c17!important;box-shadow:0 8px 20px rgba(0,0,0,.2);transition:transform .2s ease,background .2s ease,color .2s ease}
.hhm-footer-social-block .hhm-social-button:hover{transform:translateY(-3px);background:#ffd66d;color:#5c100c!important}
.hhm-footer-social-block .hhm-social-button svg{display:block;width:19px;height:19px;fill:currentColor;stroke:none}
.hhm-footer-social-block .hhm-social-instagram svg rect,
.hhm-footer-social-block .hhm-social-instagram svg circle:not(.hhm-icon-fill){fill:none;stroke:currentColor;stroke-width:1.8}
.hhm-footer-social-block .hhm-social-instagram svg .hhm-icon-fill{fill:currentColor;stroke:none}

.hhm-contact-widget{position:fixed;right:22px;bottom:22px;z-index:85}
.hhm-chat-float{display:inline-flex;align-items:center;gap:12px;min-height:58px;padding:10px 16px 10px 12px;border:0;border-radius:999px;background:#06c755;color:#fff!important;text-align:left;text-decoration:none;cursor:pointer;box-shadow:0 16px 34px rgba(0,0,0,.2);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.hhm-chat-float:hover,.hhm-chat-float:focus{transform:translateY(-3px);background:#05b84e;box-shadow:0 20px 42px rgba(0,0,0,.24);outline:none}
.hhm-chat-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#06c755;font-size:20px;font-weight:900;line-height:1}
.hhm-chat-icon svg{width:24px;height:24px;display:block;fill:currentColor}
.hhm-chat-text{display:flex;flex-direction:column;min-width:0;line-height:1.1}
.hhm-chat-text strong{font-size:14px;font-weight:900;white-space:nowrap}
.hhm-chat-text span{margin-top:3px;font-size:11px;font-weight:700;opacity:.86;white-space:nowrap}
.hhm-chat-hint{width:27px;height:27px;display:grid;place-items:center;margin-left:2px;color:#fff;animation:hhmChatTap 1.8s ease-in-out infinite;transform-origin:50% 85%}
.hhm-chat-hint svg{width:25px;height:25px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hhm-contact-widget.is-open .hhm-chat-hint{animation:none;transform:scale(.9);color:#ddffe9}
@keyframes hhmChatTap{0%,65%,100%{transform:translateY(0) rotate(0)}76%{transform:translateY(-3px) rotate(-5deg)}88%{transform:translateY(1px) rotate(2deg)}}
@media(prefers-reduced-motion:reduce){.hhm-chat-hint{animation:none}}
.hhm-contact-menu{position:absolute;right:0;bottom:calc(100% + 14px);width:340px;overflow:hidden;border:1px solid #ead8d0;border-radius:22px;background:#fff;color:#38221e;box-shadow:0 22px 54px rgba(53,10,6,.28)}
.hhm-contact-menu[hidden]{display:none!important}
.hhm-contact-menu:after{content:"";position:absolute;right:35px;bottom:-8px;width:16px;height:16px;background:#fff;transform:rotate(45deg);box-shadow:1px 1px 0 #ead8d0}
.hhm-contact-menu-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 20px 16px;background:linear-gradient(135deg,#8e160d,#c62918);color:#fff}
.hhm-contact-menu-head>div{display:flex;flex-direction:column;line-height:1.2}
.hhm-contact-menu-head strong{font-size:18px;font-weight:900}
.hhm-contact-menu-head span{margin-top:5px;font-size:12px;color:rgba(255,255,255,.8)}
.hhm-contact-menu-head button{width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:24px;line-height:1;cursor:pointer}
.hhm-contact-menu-head button:hover,.hhm-contact-menu-head button:focus{background:#fff;color:#8e160d;outline:none}
.hhm-contact-menu-links{display:grid;gap:8px;padding:14px}
.hhm-contact-channel{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center;min-height:60px;padding:9px 12px;border:1px solid #f0dfd8;border-radius:16px;background:#fffaf7;color:#3f2823!important;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.hhm-contact-channel:hover,.hhm-contact-channel:focus{transform:translateX(3px);border-color:#e4b9aa;background:#fff4ee;outline:none}
.hhm-contact-channel-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#8e160d;color:#fff;font-size:20px;font-weight:900}
.hhm-contact-channel-icon svg{width:21px;height:21px;display:block;fill:currentColor}
.hhm-contact-channel>span:last-child{display:flex;flex-direction:column;min-width:0;line-height:1.25}
.hhm-contact-channel strong{font-size:14px;font-weight:900}
.hhm-contact-channel small{margin-top:4px;color:#80655d;font-size:11px;font-weight:700;overflow-wrap:anywhere}
.hhm-contact-channel.is-line .hhm-contact-channel-icon{background:#06c755}
.hhm-contact-channel.is-phone .hhm-contact-channel-icon{background:#d90208}
.hhm-contact-channel.is-business .hhm-contact-channel-icon{background:#e99518}
.hhm-contact-channel.is-email .hhm-contact-channel-icon{background:#6c3db4}
.hhm-contact-channel.is-facebook .hhm-contact-channel-icon{background:#1877f2}
@media(max-width:760px){
  .hhm-contact-widget{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom))}
  .hhm-chat-float{width:100%;justify-content:center;padding:11px 16px;border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.22)}
  .hhm-chat-float:hover,.hhm-chat-float:focus{transform:none}
  .hhm-contact-menu{left:0;right:0;bottom:calc(100% + 10px);width:auto;max-height:calc(100vh - 105px);overflow-y:auto}
  .hhm-contact-menu:after{display:none}
  body{padding-bottom:86px}
}
@media(max-width:520px){
  .hhm-contact-shortcuts{justify-content:flex-start}
}


/* FAQ Page — v1.2.13 */
.hhm-faq-hero{position:relative;overflow:hidden;padding:82px 0 74px;background:linear-gradient(135deg,#761109 0%,#a51b10 48%,#dd351c 100%);color:#fff}
.hhm-faq-hero:before{content:"";position:absolute;left:-170px;bottom:-260px;width:560px;height:560px;border:95px solid rgba(255,255,255,.035);border-radius:50%}
.hhm-faq-hero:after{content:"?";position:absolute;right:4vw;top:-140px;color:rgba(255,255,255,.035);font-size:520px;font-weight:1000;line-height:1;pointer-events:none}
.hhm-faq-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:70px;align-items:center}
.hhm-faq-kicker{margin-bottom:14px;color:#ffbb98;font-size:11px;font-weight:900;letter-spacing:2.4px;text-transform:uppercase}
.hhm-faq-hero h1{max-width:880px;margin:0;color:#fff;font-size:clamp(44px,6vw,80px);line-height:1.03;letter-spacing:-2.8px}
.hhm-faq-hero-copy>p{max-width:790px;margin:24px 0 0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.85}
.hhm-faq-search-wrap{position:relative;max-width:760px;margin-top:34px}
.hhm-faq-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:26px;color:#9c2317;pointer-events:none}
.hhm-faq-search{width:100%;height:58px;padding:0 22px 0 58px;border:1px solid rgba(255,255,255,.24);border-radius:18px;background:#fff;color:#3c2520;font:inherit;font-size:15px;outline:none;box-shadow:0 16px 35px rgba(65,6,2,.18);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.hhm-faq-search:focus{border-color:#ffc2a5;box-shadow:0 18px 42px rgba(65,6,2,.23);transform:translateY(-1px)}
.hhm-faq-count-card{width:200px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);box-shadow:inset 0 0 0 12px rgba(255,255,255,.025)}
.hhm-faq-count-card span{font-size:11px;font-weight:900;letter-spacing:3px;color:#ffc2a5}
.hhm-faq-count-card strong{margin:3px 0;color:#fff;font-size:64px;line-height:1}
.hhm-faq-count-card small{font-size:12px;color:rgba(255,255,255,.72)}
.hhm-faq-main{background:#fff9f5;padding:84px 0 96px}
.hhm-faq-section-head{max-width:850px;margin-bottom:38px}
.hhm-faq-section-head h2{margin:0;color:#3d211c;font-size:clamp(34px,4.4vw,56px);line-height:1.08;letter-spacing:-1.6px}
.hhm-faq-section-head p{max-width:760px;margin:18px 0 0;color:#745950;font-size:16px;line-height:1.8}
.hhm-faq-list{display:grid;gap:14px}
.hhm-faq-item{border:1px solid #efd7cd;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(100,42,30,.035);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.hhm-faq-item:hover{border-color:#e5b5a2;box-shadow:0 14px 34px rgba(100,42,30,.07)}
.hhm-faq-item[open]{border-color:#dc9e86;box-shadow:0 18px 40px rgba(100,42,30,.09);transform:translateY(-1px)}
.hhm-faq-item summary{list-style:none;display:grid;grid-template-columns:58px minmax(0,1fr) 38px;gap:18px;align-items:center;padding:22px 24px;cursor:pointer;user-select:none}
.hhm-faq-item summary::-webkit-details-marker{display:none}
.hhm-faq-number{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#fff2ec;color:#a51b10;font-size:13px;font-weight:900;letter-spacing:1px}
.hhm-faq-question-wrap{display:flex;flex-direction:column;gap:6px;min-width:0}
.hhm-faq-category{width:max-content;max-width:100%;padding:4px 9px;border-radius:999px;background:#fff0e8;color:#af3a29;font-size:10px;font-weight:900;letter-spacing:.5px}
.hhm-faq-question{color:#3e2520;font-size:18px;font-weight:800;line-height:1.45}
.hhm-faq-plus{position:relative;width:36px;height:36px;border-radius:50%;background:#8e160d;transition:transform .25s ease,background .2s ease}
.hhm-faq-plus:before,.hhm-faq-plus:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background:#fff;border-radius:99px;transform:translate(-50%,-50%)}
.hhm-faq-plus:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .25s ease}
.hhm-faq-item[open] .hhm-faq-plus{background:#d33a22;transform:rotate(180deg)}
.hhm-faq-item[open] .hhm-faq-plus:after{transform:translate(-50%,-50%) rotate(0)}
.hhm-faq-answer{padding:0 82px 24px 100px}
.hhm-faq-answer p{margin:0;padding-top:18px;border-top:1px solid #f2dfd7;color:#6d5049;font-size:15px;line-height:1.9}
.hhm-faq-empty{padding:42px;text-align:center;border:1px dashed #ddb4a4;border-radius:22px;background:#fff;color:#5f4038}
.hhm-faq-empty strong,.hhm-faq-empty span{display:block}.hhm-faq-empty strong{font-size:20px}.hhm-faq-empty span{margin-top:8px;color:#866a62}
.hhm-faq-cta{padding:28px 0 90px;background:#fff}
.hhm-faq-cta-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:end;padding:48px 50px;border:1px solid #efc7b8;border-radius:32px;background:linear-gradient(135deg,#fff0e7,#ffe4d7)}
.hhm-faq-cta-box h2{max-width:820px;margin:0;color:#8e160d;font-size:clamp(31px,4vw,52px);line-height:1.08;letter-spacing:-1.4px}
.hhm-faq-cta-box p{max-width:780px;margin:16px 0 0;color:#684b43;font-size:15px;line-height:1.8}
.hhm-faq-cta-btn{display:inline-flex;align-items:center;gap:13px;white-space:nowrap;padding:14px 17px 14px 22px;border-radius:999px;background:#8e160d;color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 14px 28px rgba(142,22,13,.16);transition:transform .2s ease,background .2s ease}
.hhm-faq-cta-btn span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#8e160d}
.hhm-faq-cta-btn:hover{transform:translateY(-3px);background:#b82416}
.hhm-faq-editor{background:#fff}
@media(max-width:900px){.hhm-faq-hero-grid{grid-template-columns:1fr;gap:36px}.hhm-faq-count-card{width:150px;justify-self:end}.hhm-faq-count-card strong{font-size:50px}.hhm-faq-cta-box{grid-template-columns:1fr;gap:28px}.hhm-faq-cta-btn{justify-self:start}}
@media(max-width:640px){.hhm-faq-hero{padding:58px 0 52px}.hhm-faq-hero h1{font-size:40px;letter-spacing:-1.5px}.hhm-faq-hero-copy>p{font-size:15px}.hhm-faq-search{height:54px}.hhm-faq-count-card{display:none}.hhm-faq-main{padding:62px 0 72px}.hhm-faq-item summary{grid-template-columns:42px minmax(0,1fr) 32px;gap:12px;padding:18px 16px}.hhm-faq-number{width:40px;height:40px;border-radius:12px}.hhm-faq-question{font-size:16px}.hhm-faq-plus{width:32px;height:32px}.hhm-faq-answer{padding:0 58px 19px 70px}.hhm-faq-answer p{font-size:14px}.hhm-faq-cta{padding-bottom:70px}.hhm-faq-cta-box{padding:32px 24px;border-radius:25px}.hhm-faq-cta-btn{white-space:normal}}


/* Blog archive refresh v1.2.16 */
.hhm-blog-hero{position:relative;overflow:hidden;padding:78px 0 70px;background:linear-gradient(135deg,#310905 0%,#83170f 48%,#d8321b 100%);color:#fff}
.hhm-blog-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:38px 38px;opacity:.42}
.hhm-blog-hero:after{content:"NEWS";position:absolute;right:-26px;bottom:-70px;color:rgba(255,255,255,.045);font-size:clamp(92px,18vw,260px);font-weight:1000;line-height:1;letter-spacing:-8px}
.hhm-blog-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:50px;align-items:end}
.hhm-blog-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:#ffc49f;font-size:11px;font-weight:900;letter-spacing:2.4px;text-transform:uppercase}
.hhm-blog-kicker:before{content:"";width:28px;height:2px;background:currentColor}
.hhm-blog-hero h1{max-width:860px;margin:0;color:#fff;font-size:clamp(42px,6vw,82px);line-height:1.04;letter-spacing:-2.5px}
.hhm-blog-hero p{max-width:760px;margin:20px 0 0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.85}
.hhm-blog-count{width:172px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.10);box-shadow:inset 0 0 0 12px rgba(255,255,255,.03),0 20px 45px rgba(45,4,1,.16);backdrop-filter:blur(6px)}
.hhm-blog-count strong{font-size:58px;line-height:1;font-weight:1000}
.hhm-blog-count span{margin-top:6px;color:#ffc49f;font-size:12px;font-weight:900;letter-spacing:1.5px}
.hhm-blog-main{background:#fff9f5;padding-top:46px}
.hhm-blog-cats{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 30px}
.hhm-blog-cats a{display:inline-flex;align-items:center;min-height:40px;padding:8px 15px;border:1px solid #efcfc5;border-radius:999px;background:#fff;color:#6a342c;font-size:13px;font-weight:800;text-decoration:none;box-shadow:0 8px 20px rgba(111,29,18,.05);transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.hhm-blog-cats a:hover,.hhm-blog-cats a.is-active{transform:translateY(-1px);background:#8e160d;color:#fff;border-color:#8e160d}
.hhm-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.hhm-blog-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #f0d6cd;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(91,20,14,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.hhm-blog-card:hover{transform:translateY(-5px);border-color:#e4b39f;box-shadow:0 22px 48px rgba(91,20,14,.12)}
.hhm-blog-card-image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#fff2ec}
.hhm-blog-card-image img,.hhm-blog-card-image .hhm-placeholder{width:100%;height:100%;object-fit:cover;margin:0}
.hhm-blog-card-image .hhm-placeholder{min-height:0;background:linear-gradient(135deg,#fff2ec,#ffd9ca);color:#a94332;font-size:13px}
.hhm-blog-card-body{display:flex;flex:1;flex-direction:column;padding:22px}
.hhm-blog-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:11px;color:#a3766c;font-size:12px;font-weight:800}
.hhm-blog-meta a{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;background:#fff0e9;color:#b73928;text-decoration:none}
.hhm-blog-card h2{margin:0 0 12px;color:#2f1b17;font-size:22px;line-height:1.35;letter-spacing:0}
.hhm-blog-card h2 a{text-decoration:none}
.hhm-blog-excerpt{color:#6f554f;font-size:14px;line-height:1.75}
.hhm-blog-excerpt p{margin:0}
.hhm-blog-readmore{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding-top:20px;color:#8e160d;font-size:14px;font-weight:900;text-decoration:none}
.hhm-blog-readmore b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#8e160d;color:#fff;font-size:13px;line-height:1;transition:transform .2s ease,background .2s ease}
.hhm-blog-readmore:hover b{transform:translate(2px,-2px);background:#d90208}
.hhm-blog-card-featured{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:360px}
.hhm-blog-card-featured .hhm-blog-card-image{height:100%;aspect-ratio:auto}
.hhm-blog-card-featured .hhm-blog-card-body{padding:34px}
.hhm-blog-card-featured h2{font-size:clamp(28px,3.2vw,42px);line-height:1.15;letter-spacing:-.8px}
.hhm-blog-card-featured .hhm-blog-excerpt{font-size:16px}
.hhm-blog-pagination{margin-top:38px}
.hhm-blog-pagination .nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.hhm-blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #efcfc5;border-radius:12px;background:#fff;color:#6a342c;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgba(111,29,18,.05)}
.hhm-blog-pagination .page-numbers.current,.hhm-blog-pagination a.page-numbers:hover{background:#d90208;color:#fff;border-color:#d90208}
.hhm-blog-empty{padding:48px 28px;text-align:center;border:1px dashed #ddb4a4;border-radius:24px;background:#fff;color:#5f4038}
.hhm-blog-empty strong,.hhm-blog-empty span{display:block}.hhm-blog-empty strong{font-size:22px}.hhm-blog-empty span{margin-top:8px;color:#866a62}
@media(max-width:980px){
  .hhm-blog-hero-grid{grid-template-columns:1fr;gap:32px}.hhm-blog-count{width:140px;justify-self:end}.hhm-blog-count strong{font-size:46px}
  .hhm-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hhm-blog-card-featured{grid-column:1/-1}
}
@media(max-width:640px){
  .hhm-blog-hero{padding:58px 0 52px}.hhm-blog-hero h1{font-size:40px;letter-spacing:-1.3px}.hhm-blog-hero p{font-size:15px}.hhm-blog-count{display:none}
  .hhm-blog-main{padding-top:34px}
  .hhm-blog-cats{gap:8px;overflow:auto;flex-wrap:nowrap;margin-left:-14px;margin-right:-14px;padding:0 14px 6px;scrollbar-width:none}.hhm-blog-cats::-webkit-scrollbar{display:none}.hhm-blog-cats a{white-space:nowrap}
  .hhm-blog-grid{grid-template-columns:1fr;gap:18px}
  .hhm-blog-card,.hhm-blog-card-featured{display:flex;min-height:0;border-radius:20px}
  .hhm-blog-card-featured .hhm-blog-card-image{aspect-ratio:16/10;height:auto}
  .hhm-blog-card-body,.hhm-blog-card-featured .hhm-blog-card-body{padding:20px}
  .hhm-blog-card h2,.hhm-blog-card-featured h2{font-size:22px;line-height:1.35;letter-spacing:0}
  .hhm-blog-card-featured .hhm-blog-excerpt{font-size:14px}
}


/* Contact details refresh v1.2.20 */
.hhm-contact-info-list{display:grid;gap:12px;margin-top:24px}
.hhm-contact-info-list p{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;align-items:start;margin:0;padding:14px 0;border-bottom:1px solid #f0d9d0;color:#4d302b}
.hhm-contact-info-list strong{color:#8e160d;font-size:13px;font-weight:900;line-height:1.5}
.hhm-contact-info-list a{color:#2b1714;font-weight:800;text-decoration:none;overflow-wrap:anywhere}
.hhm-contact-info-list a:hover{color:#d90208}
.hhm-contact-actions,.hhm-contact-socials{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:24px}
.hhm-contact-actions a,.hhm-contact-socials a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;border-radius:999px;background:#8e160d;color:#fff!important;font-size:13px;font-weight:900;text-decoration:none;box-shadow:0 10px 22px rgba(142,22,13,.14);transition:transform .2s ease,background .2s ease}
.hhm-contact-actions a:hover,.hhm-contact-socials a:hover{transform:translateY(-2px);background:#d90208}
.hhm-contact-card .hhm-contact-socials a{background:#fff;color:#8e160d!important;border:1px solid #efcfc5;box-shadow:none}
.hhm-contact-card .hhm-contact-socials a:hover{background:#8e160d;color:#fff!important;border-color:#8e160d}
@media(max-width:640px){
  .hhm-contact-info-list p{grid-template-columns:1fr;gap:4px}
  .hhm-contact-actions a,.hhm-contact-socials a{flex:1 1 130px}
}

/* Birthday & Party Organizer service page v1.2.28 */
.hhm-party-page{overflow:hidden;background:#fff;color:#281713}
.hhm-party-hero{position:relative;overflow:hidden;padding:92px 0 82px;background:linear-gradient(135deg,#3b0808 0%,#7c110e 46%,#d90208 100%);color:#fff}
.hhm-party-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px;opacity:.55}
.hhm-party-hero:after{content:"PARTY";position:absolute;right:-38px;bottom:-76px;font-size:clamp(120px,20vw,300px);font-weight:1000;line-height:1;color:rgba(255,255,255,.04);letter-spacing:-12px;pointer-events:none}
.hhm-party-hero-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.hhm-party-hero-glow-a{width:380px;height:380px;right:12%;top:-190px;background:rgba(255,195,80,.13)}.hhm-party-hero-glow-b{width:300px;height:300px;left:-120px;bottom:-130px;background:rgba(255,255,255,.07)}
.hhm-party-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:76px;align-items:center}
.hhm-party-kicker{display:inline-flex;align-items:center;gap:10px;color:#ffd59f;font-size:11px;font-weight:900;letter-spacing:2.4px;text-transform:uppercase}.hhm-party-kicker:before{content:"";width:30px;height:2px;background:currentColor}.hhm-party-kicker-red{color:#b22018}
.hhm-party-hero h1{max-width:860px;margin:15px 0 14px;color:#fff;font-size:clamp(48px,6.1vw,88px);line-height:.97;letter-spacing:-3.2px;font-weight:1000}
.hhm-party-hero h2{max-width:760px;margin:0 0 20px;color:#fff2e8;font-size:clamp(22px,2.2vw,32px);line-height:1.4;font-weight:850}
.hhm-party-hero-copy>p{max-width:760px;margin:0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.9}
.hhm-party-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hhm-party-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:12px 20px;border-radius:999px;font-size:13px;font-weight:900;letter-spacing:.2px;transition:transform .2s ease,background .2s ease,border-color .2s ease}.hhm-party-btn:hover{transform:translateY(-2px)}.hhm-party-btn-primary{background:#fff;color:#8e160d;box-shadow:0 14px 32px rgba(45,0,0,.18)}.hhm-party-btn-ghost{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff}.hhm-party-btn-ghost:hover{background:rgba(255,255,255,.15)}
.hhm-party-hero-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.hhm-party-hero-pills span{padding:7px 11px;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:rgba(255,255,255,.07);color:#ffe8d7;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}
.hhm-party-hero-visual{position:relative;min-height:520px}.hhm-party-hero-frame{position:absolute;inset:20px 20px 42px 44px;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:38px;background:#53110d;box-shadow:0 30px 70px rgba(42,0,0,.30);transform:rotate(2deg)}.hhm-party-hero-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(38,4,4,.52),transparent 48%)}.hhm-party-hero-frame img{width:100%;height:100%;object-fit:cover}.hhm-party-hero-tag{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;display:flex;flex-direction:column;gap:3px}.hhm-party-hero-tag small{color:#ffd59f;font-size:10px;font-weight:900;letter-spacing:1.8px}.hhm-party-hero-tag strong{font-size:20px;line-height:1.25}
.hhm-party-float-card{position:absolute;z-index:4;display:flex;flex-direction:column;max-width:210px;padding:14px 16px;border-radius:18px;background:#fff;color:#351511;box-shadow:0 18px 40px rgba(41,0,0,.24)}.hhm-party-float-card b{color:#a81712;font-size:14px}.hhm-party-float-card span{margin-top:2px;color:#73504a;font-size:11px;line-height:1.5}.hhm-party-float-card-a{left:0;bottom:13px}.hhm-party-float-card-b{right:0;top:0;background:#ffd85a;transform:rotate(3deg)}
.hhm-party-strip{position:relative;z-index:4;margin-top:-1px;background:#240807;color:#fff;border-top:1px solid rgba(255,255,255,.1)}.hhm-party-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.hhm-party-strip-grid>div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;padding:25px 24px;border-right:1px solid rgba(255,255,255,.10)}.hhm-party-strip-grid>div:last-child{border-right:0}.hhm-party-strip strong{grid-row:1/3;align-self:center;color:#f7c94c;font-size:26px}.hhm-party-strip span{font-size:14px;font-weight:900}.hhm-party-strip small{color:rgba(255,255,255,.62);font-size:11px}
.hhm-party-intro{padding:92px 0;background:#fff9f5}.hhm-party-intro-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:74px;align-items:center}.hhm-party-intro h2,.hhm-party-section-head h2,.hhm-party-memory h2{margin:14px 0 18px;color:#351712;font-size:clamp(34px,4vw,58px);line-height:1.07;letter-spacing:-1.8px}.hhm-party-intro-copy p,.hhm-party-memory-copy p{margin:0 0 16px;color:#6a5049;font-size:16px;line-height:1.9}
.hhm-party-intro-image{position:relative;margin:0;overflow:hidden;border-radius:34px;background:#f1d4c7;box-shadow:0 24px 52px rgba(85,21,13,.13)}.hhm-party-intro-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.hhm-party-intro-image figcaption{position:absolute;left:20px;right:20px;bottom:20px;display:flex;justify-content:space-between;align-items:end;gap:16px;padding:16px 18px;border:1px solid rgba(255,255,255,.35);border-radius:18px;background:rgba(47,11,8,.60);backdrop-filter:blur(8px);color:#fff}.hhm-party-intro-image figcaption b{font-size:13px;letter-spacing:1.4px}.hhm-party-intro-image figcaption span{max-width:250px;color:rgba(255,255,255,.74);font-size:11px;text-align:right}
.hhm-party-types{padding:90px 0;background:#fff}.hhm-party-section-head{max-width:850px;margin-bottom:34px}.hhm-party-section-head p{max-width:760px;margin:0;color:#775d56;font-size:16px;line-height:1.8}.hhm-party-types-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hhm-party-type-card{position:relative;overflow:hidden;min-height:285px;padding:28px 24px;border:1px solid #efd7ce;border-radius:26px;background:linear-gradient(180deg,#fff,#fff8f4);box-shadow:0 12px 30px rgba(93,24,16,.055);transition:transform .22s ease,box-shadow .22s ease}.hhm-party-type-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(93,24,16,.10)}.hhm-party-card-no{position:absolute;right:18px;top:12px;color:#f2ddd5;font-size:52px;font-weight:1000;line-height:1}.hhm-party-type-icon{position:relative;z-index:1;width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:#8e160d;color:#fff;font-size:23px;box-shadow:0 12px 24px rgba(142,22,13,.16)}.hhm-party-type-card h3{position:relative;z-index:1;margin:30px 0 10px;font-size:21px;line-height:1.3}.hhm-party-type-card p{position:relative;z-index:1;margin:0;color:#74564e;font-size:14px;line-height:1.75}
.hhm-party-activities{position:relative;padding:92px 0;background:linear-gradient(135deg,#300806 0%,#64100d 55%,#90150f 100%);color:#fff}.hhm-party-activities:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 30%,rgba(255,207,115,.12),transparent 28%),radial-gradient(circle at 85% 75%,rgba(255,255,255,.07),transparent 27%)}.hhm-party-activities .hhm-container{position:relative;z-index:1}.hhm-party-section-head-light h2{color:#fff}.hhm-party-section-head-light p{color:rgba(255,255,255,.70)}.hhm-party-activity-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.hhm-party-activity-card{min-height:245px;padding:24px 20px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:rgba(255,255,255,.075);backdrop-filter:blur(5px);transition:transform .2s ease,background .2s ease}.hhm-party-activity-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.12)}.hhm-party-activity-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#f5c542;color:#4f140d;font-size:20px;font-weight:900}.hhm-party-activity-card h3{margin:24px 0 9px;color:#fff;font-size:19px;line-height:1.35}.hhm-party-activity-card p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.75}
.hhm-party-memory{padding:96px 0;background:#fff9f5}.hhm-party-memory-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:80px;align-items:center}.hhm-party-memory blockquote{position:relative;margin:28px 0 0;padding:22px 24px 22px 27px;border-left:4px solid #d90208;border-radius:0 20px 20px 0;background:#fff;color:#7a1713;font-size:19px;font-weight:850;line-height:1.6;box-shadow:0 12px 30px rgba(93,24,16,.06)}.hhm-party-collage{position:relative;min-height:560px}.hhm-party-collage figure{position:absolute;margin:0;overflow:hidden;border-radius:28px;background:#ecd2c7;box-shadow:0 20px 46px rgba(75,20,14,.15)}.hhm-party-collage img{width:100%;height:100%;object-fit:cover}.hhm-party-collage-a{left:0;top:20px;width:65%;height:390px}.hhm-party-collage-b{right:0;top:0;width:39%;height:260px}.hhm-party-collage-c{right:2%;bottom:0;width:54%;height:270px}.hhm-party-collage-label{position:absolute;left:17%;bottom:48px;z-index:4;display:flex;flex-direction:column;padding:18px 22px;border-radius:22px;background:#d90208;color:#fff;box-shadow:0 16px 38px rgba(126,19,13,.22);transform:rotate(-3deg)}.hhm-party-collage-label strong{font-size:18px;letter-spacing:1px}.hhm-party-collage-label span{color:#ffd4bd;font-size:11px;font-weight:800;letter-spacing:1.3px}
.hhm-party-process{padding:90px 0;background:#fff}.hhm-party-process-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hhm-party-process-grid:before{content:"";position:absolute;left:8%;right:8%;top:35px;height:1px;background:#e5c5b9}.hhm-party-process-card{position:relative;z-index:1;padding:0 12px}.hhm-party-process-no{width:70px;height:70px;display:grid;place-items:center;margin-bottom:24px;border:8px solid #fff;border-radius:50%;background:#8e160d;color:#fff;font-size:16px;font-weight:1000;box-shadow:0 0 0 1px #e3bdb1}.hhm-party-process-card h3{margin:0 0 8px;font-size:19px}.hhm-party-process-card p{margin:0;color:#755951;font-size:13px;line-height:1.75}
.hhm-party-cta{padding:22px 0 100px;background:#fff}.hhm-party-cta-box{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center;padding:48px 52px;border-radius:34px;background:linear-gradient(135deg,#d90208,#7f110d);color:#fff;box-shadow:0 24px 54px rgba(128,19,12,.18)}.hhm-party-cta-box:after{content:"PLAY";position:absolute;right:20%;bottom:-58px;color:rgba(255,255,255,.055);font-size:150px;font-weight:1000;line-height:1}.hhm-party-cta-box>*{position:relative;z-index:2}.hhm-party-cta h2{max-width:830px;margin:12px 0 10px;color:#fff;font-size:clamp(30px,3.8vw,52px);line-height:1.1;letter-spacing:-1.5px}.hhm-party-cta p{max-width:760px;margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.8}.hhm-party-cta-btn{display:inline-flex;align-items:center;gap:14px;min-height:56px;padding:14px 20px;border-radius:999px;background:#fff;color:#8e160d;font-size:13px;font-weight:900;white-space:nowrap;box-shadow:0 12px 28px rgba(61,4,2,.18);transition:transform .2s ease}.hhm-party-cta-btn:hover{transform:translateY(-2px)}
.hhm-party-editor{background:#fff9f5}.hhm-party-editor .hhm-container{max-width:920px}
@media(max-width:1080px){.hhm-party-hero-grid{grid-template-columns:1fr 430px;gap:44px}.hhm-party-types-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hhm-party-activity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hhm-party-activity-card:last-child{grid-column:span 1}.hhm-party-intro-grid,.hhm-party-memory-grid{gap:46px}}
@media(max-width:850px){.hhm-party-hero{padding:72px 0 64px}.hhm-party-hero-grid,.hhm-party-intro-grid,.hhm-party-memory-grid{grid-template-columns:1fr}.hhm-party-hero-visual{min-height:500px;max-width:620px;width:100%;margin:auto}.hhm-party-strip-grid{grid-template-columns:repeat(2,1fr)}.hhm-party-strip-grid>div:nth-child(2){border-right:0}.hhm-party-strip-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.10)}.hhm-party-intro-image{max-width:680px}.hhm-party-memory-copy{order:1}.hhm-party-collage{order:2;max-width:650px;width:100%;margin:auto}.hhm-party-process-grid{grid-template-columns:repeat(2,1fr);row-gap:36px}.hhm-party-process-grid:before{display:none}.hhm-party-cta-box{grid-template-columns:1fr}.hhm-party-cta-btn{justify-self:start}}
@media(max-width:640px){.hhm-party-hero{padding:56px 0 52px}.hhm-party-hero h1{font-size:43px;letter-spacing:-1.9px}.hhm-party-hero h2{font-size:21px}.hhm-party-hero-copy>p{font-size:15px}.hhm-party-hero-actions{display:grid}.hhm-party-btn{width:100%}.hhm-party-hero-pills{display:none}.hhm-party-hero-visual{min-height:385px}.hhm-party-hero-frame{inset:16px 8px 30px 18px;border-radius:26px}.hhm-party-float-card{padding:10px 12px;max-width:175px}.hhm-party-float-card-b{right:2px}.hhm-party-float-card-a{left:0;bottom:2px}.hhm-party-strip-grid{grid-template-columns:1fr 1fr}.hhm-party-strip-grid>div{padding:17px 12px;column-gap:8px}.hhm-party-strip strong{font-size:20px}.hhm-party-strip span{font-size:12px}.hhm-party-strip small{font-size:10px}.hhm-party-intro,.hhm-party-types,.hhm-party-activities,.hhm-party-memory,.hhm-party-process{padding:65px 0}.hhm-party-intro h2,.hhm-party-section-head h2,.hhm-party-memory h2{font-size:35px;letter-spacing:-1px}.hhm-party-intro-copy p,.hhm-party-memory-copy p,.hhm-party-section-head p{font-size:14px}.hhm-party-intro-image{border-radius:24px}.hhm-party-intro-image figcaption{left:12px;right:12px;bottom:12px;display:block;padding:12px 14px}.hhm-party-intro-image figcaption span{display:block;margin-top:4px;text-align:left}.hhm-party-types-grid,.hhm-party-activity-grid,.hhm-party-process-grid{grid-template-columns:1fr}.hhm-party-type-card{min-height:230px}.hhm-party-activity-card{min-height:0}.hhm-party-collage{min-height:430px}.hhm-party-collage-a{width:70%;height:285px}.hhm-party-collage-b{width:40%;height:190px}.hhm-party-collage-c{width:56%;height:200px}.hhm-party-collage-label{left:7%;bottom:40px;padding:13px 16px}.hhm-party-memory blockquote{font-size:16px}.hhm-party-process-card{display:grid;grid-template-columns:58px 1fr;column-gap:13px;padding:0}.hhm-party-process-no{grid-row:1/3;width:58px;height:58px;margin:0;border-width:6px}.hhm-party-process-card h3{align-self:end}.hhm-party-process-card p{grid-column:2}.hhm-party-cta{padding-bottom:70px}.hhm-party-cta-box{padding:34px 24px;border-radius:26px}.hhm-party-cta h2{font-size:32px}.hhm-party-cta-btn{white-space:normal}.hhm-party-section-head{margin-bottom:26px}}
