/* AFCMall v1.2.0 Header Background + Hero Banner */
.hh-slider{position:relative;overflow:hidden;isolation:isolate}.hh-track{position:relative;width:100%;height:100%}.hh-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;z-index:0}.hh-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.hh-slide.is-leaving{opacity:0;visibility:visible;z-index:1;transition:opacity .75s ease}.hh-slide picture,.hh-slide picture img{display:block;width:100%;height:100%}.hh-slide picture img{object-fit:cover;object-position:center;margin:0;border-radius:0;transform:none}.hh-overlay{position:absolute;inset:0;background:var(--hh-overlay-color,#000);opacity:var(--hh-overlay-opacity,.35);z-index:1;pointer-events:none}.hh-header-host{overflow:visible}.hh-header-host>.hh-header-slider{position:absolute;inset:0;z-index:0;height:100%;min-height:100%}.hh-header-host>.nav-wrap{position:relative;z-index:5}.hh-header-slider .hh-arrow{width:28px;height:38px;font-size:15px}.hh-header-slider .hh-dots{bottom:3px}.hh-hero-slider{height:clamp(390px,56vw,720px);min-height:390px;background:linear-gradient(135deg,#09203f,#1f4d7a)}.hh-content-wrap{position:absolute;inset:0;z-index:3;display:flex;padding:clamp(28px,6vw,86px);align-items:center;justify-content:center}.hh-content{width:min(720px,90%);text-align:center;color:#fff}.hh-content h1{margin:0 0 16px;color:var(--hh-title-color,#fff);font-family:var(--hh-title-font,inherit);font-size:clamp(28px,var(--hh-title-size,52px),96px);line-height:1.06;letter-spacing:-.035em;text-shadow:0 3px 28px rgba(0,0,0,.28)}.hh-content p{margin:0 0 24px;color:var(--hh-subtitle-color,#f3f4f6);font-family:var(--hh-subtitle-font,inherit);font-size:clamp(15px,var(--hh-subtitle-size,20px),48px);line-height:1.55;text-shadow:0 2px 18px rgba(0,0,0,.3)}.hh-cta{display:inline-flex;align-items:center;justify-content:center;padding:.82em 1.45em;border-radius:999px;background:var(--hh-cta-bg,#c9a227);color:var(--hh-cta-text,#19130a);font-family:var(--hh-cta-font,inherit);font-size:clamp(12px,var(--hh-cta-size,15px),30px);font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.2);transition:transform .2s ease,filter .2s ease}.hh-cta:hover{transform:translateY(-2px);filter:brightness(1.06)}.hh-pos-left-top .hh-content-wrap{align-items:flex-start;justify-content:flex-start}.hh-pos-left-middle .hh-content-wrap{align-items:center;justify-content:flex-start}.hh-pos-left-bottom .hh-content-wrap{align-items:flex-end;justify-content:flex-start}.hh-pos-center-top .hh-content-wrap{align-items:flex-start;justify-content:center}.hh-pos-center-middle .hh-content-wrap{align-items:center;justify-content:center}.hh-pos-center-bottom .hh-content-wrap{align-items:flex-end;justify-content:center}.hh-pos-right-top .hh-content-wrap{align-items:flex-start;justify-content:flex-end}.hh-pos-right-middle .hh-content-wrap{align-items:center;justify-content:flex-end}.hh-pos-right-bottom .hh-content-wrap{align-items:flex-end;justify-content:flex-end}.hh-pos-left-top .hh-content,.hh-pos-left-middle .hh-content,.hh-pos-left-bottom .hh-content{text-align:left}.hh-pos-right-top .hh-content,.hh-pos-right-middle .hh-content,.hh-pos-right-bottom .hh-content{text-align:right}.hh-arrow{position:absolute;top:50%;z-index:7;transform:translateY(-50%);width:46px;height:56px;border:0;border-radius:999px;background:rgba(8,17,31,.42);color:#fff;font-size:24px;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease}.hh-arrow:hover{background:rgba(8,17,31,.72);transform:translateY(-50%) scale(1.04)}.hh-prev{left:14px}.hh-next{right:14px}.hh-dots{position:absolute;left:50%;bottom:18px;z-index:7;transform:translateX(-50%);display:flex;gap:8px}.hh-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.5);box-shadow:0 1px 8px rgba(0,0,0,.25);cursor:pointer}.hh-dots button.is-active{width:26px;background:#fff}.hh-transition-none{animation:none}.hh-transition-fade,.hh-transition-crossfade{animation:hhFade .75s ease both}.hh-transition-slide-left{animation:hhSlideLeft .75s cubic-bezier(.22,.61,.36,1) both}.hh-transition-slide-right{animation:hhSlideRight .75s cubic-bezier(.22,.61,.36,1) both}.hh-transition-slide-up{animation:hhSlideUp .75s cubic-bezier(.22,.61,.36,1) both}.hh-transition-slide-down{animation:hhSlideDown .75s cubic-bezier(.22,.61,.36,1) both}.hh-transition-zoom-in{animation:hhZoomIn .9s ease both}.hh-transition-zoom-out{animation:hhZoomOut .9s ease both}.hh-transition-ken-burns picture img{animation:hhKenBurns 7s ease-out both}.hh-transition-blur{animation:hhBlur .85s ease both}.hh-transition-flip{transform-origin:center;animation:hhFlip .8s ease both;backface-visibility:hidden}@keyframes hhFade{from{opacity:0}to{opacity:1}}@keyframes hhSlideLeft{from{opacity:.2;transform:translateX(8%)}to{opacity:1;transform:none}}@keyframes hhSlideRight{from{opacity:.2;transform:translateX(-8%)}to{opacity:1;transform:none}}@keyframes hhSlideUp{from{opacity:.2;transform:translateY(8%)}to{opacity:1;transform:none}}@keyframes hhSlideDown{from{opacity:.2;transform:translateY(-8%)}to{opacity:1;transform:none}}@keyframes hhZoomIn{from{opacity:.2;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes hhZoomOut{from{opacity:.2;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes hhKenBurns{from{transform:scale(1.02)}to{transform:scale(1.1) translate3d(-1%,-1%,0)}}@keyframes hhBlur{from{opacity:0;filter:blur(14px);transform:scale(1.03)}to{opacity:1;filter:blur(0);transform:none}}@keyframes hhFlip{from{opacity:0;transform:perspective(1100px) rotateY(-16deg)}to{opacity:1;transform:perspective(1100px) rotateY(0)}}
@media(max-width:980px){.hh-hero-slider{height:clamp(390px,72vw,620px)}.hh-content-wrap{padding:42px 28px}.hh-arrow{width:40px;height:48px}}
@media(max-width:720px){.hh-hero-slider{height:clamp(400px,105vw,560px);min-height:400px}.hh-content-wrap{padding:36px 24px 56px}.hh-content{width:min(92%,620px)}.hh-content h1{font-size:clamp(24px,calc(var(--hh-title-size,52px)*.68),54px)}.hh-content p{font-size:clamp(14px,calc(var(--hh-subtitle-size,20px)*.82),30px)}.hh-cta{font-size:clamp(11px,calc(var(--hh-cta-size,15px)*.9),22px)}.hh-arrow{width:34px;height:42px;font-size:18px}.hh-prev{left:7px}.hh-next{right:7px}.hh-dots{bottom:12px}.hh-pos-left-top .hh-content,.hh-pos-left-middle .hh-content,.hh-pos-left-bottom .hh-content,.hh-pos-right-top .hh-content,.hh-pos-right-middle .hh-content,.hh-pos-right-bottom .hh-content{text-align:center}.hh-pos-left-top .hh-content-wrap,.hh-pos-left-middle .hh-content-wrap,.hh-pos-left-bottom .hh-content-wrap,.hh-pos-right-top .hh-content-wrap,.hh-pos-right-middle .hh-content-wrap,.hh-pos-right-bottom .hh-content-wrap{justify-content:center}}
@media(prefers-reduced-motion:reduce){.hh-slide,.hh-slide picture img,.hh-cta{animation:none!important;transition:none!important}}
body .site-header.has-hh-background,body.header-mode-solid .site-header.has-hh-background,body.header-scrolled .site-header.has-hh-background,body.header-mode-transparent:not(.header-scrolled) .site-header.has-hh-background{background-color:transparent!important;background-image:none!important}.site-header.has-hh-background .brand,.site-header.has-hh-background .main-nav>a,.site-header.has-hh-background .nav-dd>a{position:relative;text-shadow:0 1px 12px rgba(0,0,0,.28)}
.site-header.has-hh-background .main-nav>a,.site-header.has-hh-background .nav-dd>a,.site-header.has-hh-background .brand{color:var(--header-top-text)!important}@media(max-width:980px){.main-nav.is-open,.nav-actions.is-open{display:grid!important}.site-header.has-hh-background .main-nav.is-open,.site-header.has-hh-background .nav-actions.is-open{background:rgba(255,255,255,.96)}}

/* v1.3.61: Hero carousel uses proportional, uncropped images. */
.hh-hero-slider .hh-slide picture{background:linear-gradient(135deg,#071a2e,#123f68)}
.hh-hero-slider .hh-slide picture img{object-fit:contain;object-position:center center}
.hh-hero-slider .hh-transition-ken-burns picture img{animation:none}
