/*
Theme Name: Homefront Arms Rugged Workshop
Theme URI: https://homefrontarms.com/
Author: Homefront Arms
Description: A rugged workshop-inspired WooCommerce theme for Homefront Arms.
Version: 17.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: homefront-arms
License: GNU General Public License v2 or later
*/

:root {
  --hf-charcoal:#0f1011;
  --hf-steel:#242a2f;
  --hf-walnut:#5a3e2b;
  --hf-leather:#7a4e33;
  --hf-red:#8f231f;
  --hf-cream:#f1e7d6;
  --hf-brass:#b08d57;
  --hf-ink:#161616;
  --hf-paper:#f6efe4;
  --hf-muted:#8f8a82;
  --hf-border:rgba(176,141,87,.28);
  --hf-shadow:0 18px 45px rgba(0,0,0,.28);
  --hf-radius:4px;
  --hf-max:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--hf-charcoal);color:#eee;font-family:Montserrat,Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 32px),var(--hf-max));margin-inline:auto}
.screen-reader-text{position:absolute;left:-9999px}

.hf-topbar{background:#7f1f1b;color:#fff;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}
.hf-topbar .container{display:flex;gap:28px;justify-content:space-between;align-items:center;padding:7px 0}
.hf-topbar__items{display:flex;gap:22px;flex-wrap:wrap}
.hf-header{background:#020202;border-bottom:1px solid rgba(255,255,255,.06);position:relative;z-index:50}
.hf-header__main{background:#020202;display:grid;grid-template-columns:260px minmax(320px,1fr) auto;gap:26px;align-items:center;padding:18px 0}
.custom-logo{max-height:72px;width:auto}
.hf-site-title{font-family:'Roboto Condensed',Arial,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:1.6rem}
.hf-tagline{font-size:.68rem;color:var(--hf-brass);letter-spacing:.16em;text-transform:uppercase}
.hf-search form{display:flex;background:#f7f1e7;border-radius:3px;overflow:hidden}
.hf-search input{flex:1;border:0;padding:14px 16px;color:#222;background:transparent;min-width:0}
.hf-search button{border:0;background:var(--hf-red);color:#fff;padding:0 18px;cursor:pointer}
.hf-account-cart{display:flex;gap:22px;align-items:center;font-size:.88rem}
.hf-account-cart a{display:flex;gap:8px;align-items:center}
.hf-cart-count{display:inline-grid;place-items:center;background:var(--hf-red);width:20px;height:20px;border-radius:99px;font-size:.72rem}

.hf-nav{background:#1b1f22;border-top:1px solid rgba(255,255,255,.04)}
.hf-nav .container{display:flex;align-items:center;justify-content:space-between}
.hf-menu{display:flex;gap:0;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.hf-menu a{display:block;padding:14px 16px;font-family:'Roboto Condensed',Arial,sans-serif;text-transform:uppercase;font-weight:700;font-size:.82rem;letter-spacing:.04em}
.hf-menu a:hover,.hf-menu .current-menu-item>a{background:rgba(255,255,255,.05);color:var(--hf-brass)}
.hf-mobile-toggle{display:none;background:none;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 10px}

.hf-hero{position:relative;min-height:520px;display:grid;align-items:center;background:#1a1714 center/cover no-repeat;background-image:url('assets/images/hero-workshop-demo.jpg');overflow:hidden}
.hf-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,10,.95) 0%,rgba(10,10,10,.72) 42%,rgba(10,10,10,.08) 75%),linear-gradient(0deg,rgba(15,16,17,.5),rgba(15,16,17,.1))}
.hf-hero__content{position:relative;z-index:2;max-width:620px;padding:82px 0}
.hf-eyebrow{color:var(--hf-brass);text-transform:uppercase;letter-spacing:.16em;font-size:.82rem;font-weight:700}
.hf-hero h1,.hf-section-title{font-family:'Roboto Condensed',Impact,sans-serif;text-transform:uppercase;letter-spacing:.01em;line-height:.95;margin:0}
.hf-hero h1{font-size:clamp(3.2rem,7vw,6.5rem);max-width:650px}
.hf-hero h1 span{color:#a72823}
.hf-hero p{font-size:1.08rem;max-width:520px;color:#eee}
.hf-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.hf-btn,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--hf-brass);background:transparent;color:#fff;padding:13px 22px;border-radius:2px;text-transform:uppercase;font-family:'Roboto Condensed',Arial,sans-serif;font-weight:800;letter-spacing:.05em;transition:.2s ease}
.hf-btn--primary,.woocommerce a.button.alt,.woocommerce button.button.alt{background:var(--hf-red);border-color:var(--hf-red)}
.hf-btn:hover,.button:hover{transform:translateY(-1px);filter:brightness(1.08)}

.hf-trustbar{background:#171a1c;border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}
.hf-trustbar__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.hf-trust-item{padding:18px;border-right:1px solid rgba(255,255,255,.07);display:flex;gap:12px;align-items:center}
.hf-trust-item:last-child{border-right:0}
.hf-trust-icon{color:var(--hf-brass);font-size:1.6rem}
.hf-trust-title{font-family:'Roboto Condensed',Arial,sans-serif;text-transform:uppercase;font-weight:800}
.hf-trust-copy{font-size:.78rem;color:#bbb}

.hf-paper{background:var(--hf-paper);color:var(--hf-ink);background-image:url('assets/images/texture-paper.png'),radial-gradient(rgba(90,62,43,.08) .7px,transparent .7px);background-size:7px 7px}
.hf-section{padding:54px 0}
.hf-section-header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}
.hf-section-title{font-size:clamp(2rem,4vw,3.4rem)}
.hf-section-link{font-family:'Roboto Condensed';font-weight:800;text-transform:uppercase;color:var(--hf-red);font-size:.86rem}
.hf-grid{display:grid;gap:18px}
.hf-category-grid{grid-template-columns:repeat(6,1fr)}
.hf-card{background:#fff;border:1px solid rgba(48,39,31,.14);box-shadow:0 6px 20px rgba(45,33,24,.06);overflow:hidden;border-radius:var(--hf-radius)}
.hf-category-card{position:relative;min-height:190px;background:#ddd center/cover no-repeat;display:flex;align-items:end}
.hf-category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,16,17,.95),rgba(15,16,17,.04) 70%)}
.hf-category-card__title{position:relative;z-index:2;color:#fff;padding:18px;font-family:'Roboto Condensed';font-size:1.05rem;text-transform:uppercase;font-weight:800;width:100%}

.hf-services{grid-template-columns:repeat(4,1fr)}
.hf-service{background:#181b1d;color:#fff;padding:0;border:1px solid rgba(176,141,87,.28)}
.hf-service__media{height:160px;background:#33271f center/cover no-repeat}
.hf-service__body{padding:20px}
.hf-service h3{font-family:'Roboto Condensed';font-size:1.35rem;text-transform:uppercase;margin:0 0 7px}
.hf-service p{font-size:.9rem;color:#c9c5bf}

.hf-dark-section{background:#111416;color:#fff}
.hf-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:34px}
.hf-panel{border:1px solid var(--hf-border);padding:28px;background:rgba(255,255,255,.02)}

.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid rgba(0,0,0,.1);padding:16px;border-radius:3px;color:#191919;display:flex;flex-direction:column}
.woocommerce ul.products li.product img{aspect-ratio:1/1;object-fit:contain;background:#f5f2ed}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:'Roboto Condensed';font-size:1rem!important;text-transform:uppercase;color:#111}
.woocommerce ul.products li.product .price{color:var(--hf-red)!important;font-weight:800}
.woocommerce span.onsale{background:var(--hf-red)!important;border-radius:2px!important;min-width:auto!important;min-height:auto!important;padding:.35em .6em!important;line-height:1!important}
.woocommerce div.product{background:#fff;color:#111;padding:28px}
.woocommerce-message,.woocommerce-info{border-top-color:var(--hf-red)}
.woocommerce-message:before,.woocommerce-info:before{color:var(--hf-red)}

.hf-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.hf-field{display:flex;flex-direction:column;gap:7px}
.hf-field--full{grid-column:1/-1}
.hf-field label{font-weight:700}
.hf-field input,.hf-field select,.hf-field textarea{width:100%;padding:13px;border:1px solid #bbb;background:#fff;color:#111}

.site-main{min-height:50vh}
.hf-page-header{background:#191613;padding:58px 0;border-bottom:1px solid var(--hf-border)}
.hf-page-header h1{font-family:'Roboto Condensed';text-transform:uppercase;font-size:clamp(2.6rem,6vw,5rem);margin:0}
.hf-page-content{background:var(--hf-paper);color:#171717;padding:55px 0}

.hf-footer{background:#0b0c0d;color:#ddd;border-top:1px solid var(--hf-border)}
.hf-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px;padding:50px 0}
.hf-footer h3{font-family:'Roboto Condensed';text-transform:uppercase;color:#fff}
.hf-footer ul{list-style:none;margin:0;padding:0}
.hf-footer li{margin:7px 0}
.hf-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;color:#8f8f8f;font-size:.82rem}

@media(max-width:1050px){
 .hf-header__main{grid-template-columns:220px 1fr auto}
 .hf-category-grid{grid-template-columns:repeat(3,1fr)}
 .hf-services{grid-template-columns:repeat(2,1fr)}
 .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
 .hf-topbar__items:nth-child(2){display:none}
 .hf-header__main{grid-template-columns:1fr auto;padding:12px 0}
 .hf-search{grid-column:1/-1;grid-row:2}
 .hf-account-cart .hf-account-text{display:none}
 .hf-nav .container{display:block}
 .hf-mobile-toggle{display:block;margin:10px 0}
 .hf-menu{display:none;flex-direction:column}
 .hf-menu.is-open{display:flex}
 .hf-menu a{padding:12px 0}
 .hf-trustbar__grid{grid-template-columns:repeat(2,1fr)}
 .hf-category-grid{grid-template-columns:repeat(2,1fr)}
 .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
 .hf-content-grid,.hf-footer__grid{grid-template-columns:1fr}
}
@media(max-width:560px){
 .container{width:min(calc(100% - 22px),var(--hf-max))}
 .hf-topbar__items{gap:8px;font-size:.68rem}
 .hf-site-title{font-size:1.2rem}
 .hf-hero{min-height:440px}
 .hf-hero__content{padding:58px 0}
 .hf-hero h1{font-size:3.5rem}
 .hf-trustbar__grid{grid-template-columns:1fr}
 .hf-trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}
 .hf-category-grid,.hf-services,.woocommerce ul.products,.hf-form-grid{grid-template-columns:1fr}
 .hf-field--full{grid-column:auto}
}

.hf-brand{background:#020202}.hf-brand .custom-logo-link img{width:min(300px,100%);height:auto}.hf-brand-fallback img{width:min(300px,100%);height:auto}
@media(max-width:560px){.hf-hero{background-image:url('assets/images/hero-workshop-demo-mobile.jpg');background-position:center top}}
@media(max-width:560px){.hf-hero[style]{background-image:var(--hf-hero-mobile)!important}}

/* v2.1: Match the complete logo/header band to the logo artwork background. */
body .hf-header,
body .hf-header .hf-header__main,
body .hf-header .hf-brand {
  background-color:#020202 !important;
}

/* ==========================================================
   v3.0 Demo-match visual system
   Rebuilt to closely reproduce the approved Rugged Workshop mockup.
   ========================================================== */
:root{
 --hf-charcoal:#101112;
 --hf-steel:#242323;
 --hf-walnut:#32251f;
 --hf-leather:#5b1e23;
 --hf-red:#8b1e18;
 --hf-red-bright:#a52a22;
 --hf-cream:#f2e6d6;
 --hf-brass:#b78c4d;
 --hf-ink:#171411;
 --hf-paper:#efe4d3;
 --hf-max:1220px;
}
body{background:#090a0a;color:#f5eee4;font-family:Montserrat,Arial,sans-serif}
.container{width:min(calc(100% - 28px),var(--hf-max))}
.hf-topbar{background:linear-gradient(90deg,#6f1713,#8d211a 55%,#65140f);border-bottom:1px solid #9d382e;font-family:'Roboto Condensed',Arial,sans-serif;font-weight:700;font-size:.68rem}
.hf-topbar .container{min-height:28px;padding:4px 0}
.hf-header,.hf-header .hf-header__main,.hf-header .hf-brand{background:#090a0a!important}
.hf-header__main{grid-template-columns:260px minmax(300px,1fr) 180px;gap:25px;min-height:84px;padding:11px 0}
.hf-brand{display:flex;align-items:center;min-width:0}
.hf-brand .custom-logo-link,.hf-brand-fallback{display:block;width:100%}
.hf-brand .custom-logo-link img,.hf-brand-fallback img{width:100%;max-width:255px;max-height:64px;object-fit:contain;object-position:left center}
.hf-search form{height:44px;border:1px solid #d8cdbd;box-shadow:0 2px 8px rgba(0,0,0,.28)}
.hf-search input{font-size:.82rem;padding:11px 15px}
.hf-search button{width:48px;padding:0;background:#881d18;font-size:1.1rem}
.hf-account-cart{justify-content:flex-end;font-family:'Roboto Condensed',Arial,sans-serif;text-transform:uppercase;font-weight:700;font-size:.72rem}
.hf-account-cart a{padding-left:15px;border-left:1px solid rgba(183,140,77,.25)}
.hf-nav{background:#1c1d1d;border-top:1px solid #2a2b2b;border-bottom:1px solid #050505}
.hf-nav .container{justify-content:center}
.hf-menu{justify-content:center;width:100%}
.hf-menu a{padding:11px 18px;font-size:.74rem;color:#eee8df}
.hf-menu a:hover,.hf-menu .current-menu-item>a{background:#242424;color:#d0a363}

.hf-hero{min-height:315px;background-position:center center;border-bottom:1px solid #1a1a1a}
.hf-hero:before{background:linear-gradient(90deg,rgba(8,8,8,.98) 0%,rgba(8,8,8,.84) 31%,rgba(8,8,8,.27) 56%,rgba(8,8,8,.03) 100%),linear-gradient(0deg,rgba(13,10,8,.35),transparent 55%)}
.hf-hero__content{max-width:470px;padding:43px 0 46px}
.hf-eyebrow{display:none}
.hf-hero h1{font-size:clamp(3rem,5vw,4.65rem);line-height:.87;letter-spacing:.005em;text-shadow:0 3px 12px rgba(0,0,0,.6)}
.hf-hero h1 span{color:#a72720}
.hf-hero p{font-size:.88rem;line-height:1.42;max-width:390px;margin:15px 0;color:#f3ede5}
.hf-actions{margin-top:18px;gap:14px}
.hf-btn,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{padding:10px 22px;font-size:.75rem;border-color:#9d7a49;min-height:39px}
.hf-btn--primary,.woocommerce a.button.alt,.woocommerce button.button.alt{background:linear-gradient(#9f261f,#761611);border-color:#a7332a}

.hf-trustbar{background:#171717;border-color:#47351f}
.hf-trustbar__grid{grid-template-columns:repeat(4,1fr)}
.hf-trust-item{min-height:60px;padding:11px 20px;border-color:#413524}
.hf-trust-icon{font-size:1.2rem;color:#c19352}
.hf-trust-title{font-size:.83rem;color:#c79c5d}
.hf-trust-copy{font-size:.62rem;color:#aaa39a;line-height:1.25}

.hf-paper{background-color:#efe4d3;background-image:linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.18)),url('assets/images/texture-paper.png');background-size:auto,240px;color:#1c1713}
.hf-section{padding:23px 0}
.hf-section+.hf-section{padding-top:7px}
.hf-section-header{margin-bottom:12px;align-items:center}
.hf-section-title{font-size:1.75rem;line-height:1;font-weight:800}
.hf-section-link{font-size:.69rem;color:#55140f}
.hf-category-grid{grid-template-columns:repeat(6,1fr);gap:8px}
.hf-card{border-color:rgba(59,42,28,.22);box-shadow:none;border-radius:2px}
.hf-category-card{min-height:105px;background-color:#ddd0be;background-size:contain;background-repeat:no-repeat;background-position:center 8px;border:1px solid #c8b79e}
.hf-category-card:before{background:linear-gradient(0deg,rgba(20,17,14,.92),rgba(20,17,14,0) 52%)}
.hf-category-card__title{padding:9px 5px 7px;text-align:center;font-size:.72rem;letter-spacing:.025em}

.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.woocommerce ul.products li.product{padding:10px;border:1px solid #d2c3ad;background:rgba(255,255,255,.34);min-height:100%}
.woocommerce ul.products li.product img{background:#eee4d6;aspect-ratio:1.35/1;object-fit:contain;margin-bottom:8px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.78rem!important;line-height:1.15;min-height:2.4em}
.woocommerce ul.products li.product .price{font-size:.85rem!important;color:#15120f!important;margin:.2em 0 .5em!important}
.woocommerce ul.products li.product .button{margin-top:auto;background:#171717;border-color:#171717;color:#fff;padding:8px 10px;font-size:.63rem}
.woocommerce span.onsale{font-size:.61rem}

.hf-dark-section{background:#111212 url('assets/images/texture-dark.png') repeat;color:#fff;border-top:1px solid #4b3823}
.hf-services{grid-template-columns:repeat(4,1fr);gap:10px}
.hf-service{background:#111;border-color:#5a462d}
.hf-service__media{height:115px}
.hf-service__body{padding:12px 13px 14px}
.hf-service h3{font-size:1rem;color:#f6eee4}
.hf-service p{font-size:.7rem;line-height:1.35;margin:5px 0 9px;color:#c9c0b6}
.hf-service .hf-section-link{color:#c89b5c}

.hf-footer{background:#080909;border-top:1px solid #5a4226}
.hf-footer__grid{padding:35px 0}

@media(max-width:1050px){
 .hf-header__main{grid-template-columns:210px 1fr 150px}
 .hf-menu a{padding-inline:10px}
 .hf-category-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:820px){
 .hf-header__main{grid-template-columns:minmax(180px,1fr) auto;min-height:auto}
 .hf-brand .custom-logo-link img,.hf-brand-fallback img{max-width:230px}
 .hf-nav .container{justify-content:flex-start}
 .hf-hero{min-height:340px;background-position:65% center}
 .hf-hero:before{background:linear-gradient(90deg,rgba(8,8,8,.96),rgba(8,8,8,.58) 62%,rgba(8,8,8,.1))}
 .hf-trustbar__grid{grid-template-columns:repeat(2,1fr)}
 .hf-category-grid{grid-template-columns:repeat(3,1fr)}
 .hf-services{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
 .hf-topbar .container{justify-content:center}
 .hf-header__main{grid-template-columns:1fr auto;gap:10px}
 .hf-brand .custom-logo-link img,.hf-brand-fallback img{max-width:205px;max-height:54px}
 .hf-search{margin-bottom:3px}
 .hf-hero{min-height:315px;background-position:center center}
 .hf-hero__content{padding:40px 0;max-width:250px}
 .hf-hero h1{font-size:2.9rem}
 .hf-hero p{font-size:.73rem}
 .hf-btn{padding:9px 15px;font-size:.66rem}
 .hf-trustbar__grid{grid-template-columns:repeat(2,1fr)}
 .hf-trust-item{padding:10px 8px;min-height:56px}
 .hf-trust-title{font-size:.69rem}
 .hf-trust-copy{display:none}
 .hf-category-grid{grid-template-columns:repeat(3,1fr)}
 .hf-category-card{min-height:88px}
 .hf-services{grid-template-columns:1fr 1fr}
 .hf-service__media{height:90px}
 .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
}

/* ==========================================================
   v4.0 Homepage layout refinement
   ========================================================== */
.hf-hero{
  min-height:390px;
  background-size:cover;
  background-position:center center;
}
.hf-hero:before{
  background:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.86) 30%,rgba(5,5,5,.36) 52%,rgba(5,5,5,.04) 76%),linear-gradient(0deg,rgba(10,7,5,.34),transparent 58%);
}
.hf-hero__content{padding:58px 0 60px;max-width:480px}
.hf-hero h1{font-size:clamp(3.35rem,5.4vw,5rem)}

.hf-trust-item{display:flex!important;align-items:center;gap:13px}
.hf-trust-icon{flex:0 0 auto;min-width:22px;text-align:center}
.hf-trust-title,.hf-trust-copy{display:block!important}

.hf-category-section{padding-bottom:16px}
.hf-commerce-section{padding-top:12px!important;padding-bottom:30px}
.hf-commerce-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(300px,.85fr);gap:14px;align-items:start}
.hf-featured-column,.hf-services-column{min-width:0}
.hf-featured-products .woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0}
.hf-services-column{background:#151515 url('assets/images/texture-dark.png') repeat;border:1px solid #5a462d;padding:12px}
.hf-services-column .hf-section-title{color:#f3e8db}
.hf-services-column .hf-section-header{margin-bottom:10px}
.hf-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.hf-service__media{height:92px}
.hf-service__body{padding:9px 10px 11px}
.hf-service h3{font-size:.88rem}
.hf-service p{font-size:.63rem;min-height:2.7em}
.hf-service .hf-section-link{font-size:.6rem}

@media(max-width:1050px){
 .hf-commerce-grid{grid-template-columns:1fr}
 .hf-services-column{margin-top:5px}
 .hf-services{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:820px){
 .hf-hero{min-height:360px;background-position:62% center}
 .hf-featured-products .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
 .hf-services{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
 .hf-hero{min-height:430px;background-size:cover;background-position:center center}
 .hf-hero__content{padding:54px 0;max-width:245px}
 .hf-trust-copy{display:block!important;font-size:.57rem}
 .hf-services-column{padding:9px}
 .hf-service__media{height:84px}
}


/* ==========================================================
   v5.0 Approved mockup homepage section
   ========================================================== */
.hf-trustbar__grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.hf-trust-item{min-width:0;min-height:72px;padding:12px 18px;gap:14px}
.hf-trust-icon{font-family:Arial,sans-serif;font-size:1.65rem;line-height:1;color:#c6924c;min-width:34px}
.hf-trust-text{min-width:0}
.hf-trust-title{font-family:'Oswald',Arial,sans-serif;font-size:.9rem;line-height:1.05;letter-spacing:.02em;text-transform:uppercase}
.hf-trust-copy{display:none!important}

.hf-shop-workshop{padding:24px 0 30px!important}
.hf-shop-workshop>.container{max-width:1220px}
.hf-category-showcase{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:7px;margin-bottom:24px}
.hf-category-tile{display:flex;flex-direction:column;min-width:0;height:126px;border:1px solid #c9b89f;background:rgba(255,255,255,.18);color:#17130f;text-decoration:none;overflow:hidden}
.hf-category-tile__image{display:block;flex:1;background-position:center;background-repeat:no-repeat;background-size:contain;margin:7px 8px 0}
.hf-category-tile__title{display:block;padding:5px 3px 8px;text-align:center;font-family:'Oswald',Arial,sans-serif;font-size:.72rem;font-weight:700;line-height:1;text-transform:uppercase}
.hf-category-promo{grid-column:span 2;display:block;min-width:0;height:126px;border:1px solid #c9b89f;background-position:center;background-size:cover;background-repeat:no-repeat}

.hf-home-lower-grid{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(360px,.92fr);gap:26px;align-items:start}
.hf-featured-column{min-width:0;padding-right:25px;border-right:1px solid #a9977e}
.hf-services-column{min-width:0;background:transparent!important;border:0!important;padding:0!important}
.hf-home-lower-grid .hf-section-header{min-height:28px;margin-bottom:10px}
.hf-home-lower-grid .hf-section-title{font-size:1.58rem}
.hf-featured-products .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:0!important}
.hf-featured-products .woocommerce ul.products li.product{display:flex!important;flex-direction:column!important;margin:0!important;width:auto!important;padding:9px!important;border:1px solid #cdbca3!important;background:rgba(255,255,255,.18)!important}
.hf-featured-products .woocommerce ul.products li.product img{height:150px!important;aspect-ratio:auto!important;object-fit:contain!important;background:transparent!important}
.hf-featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:'Oswald',Arial,sans-serif!important;font-size:.8rem!important;line-height:1.2!important;min-height:3.45em!important;text-transform:uppercase}
.hf-featured-products .woocommerce ul.products li.product .price{font-family:'Oswald',Arial,sans-serif!important;font-size:1.05rem!important;font-weight:700!important}
.hf-featured-products .woocommerce ul.products li.product .button{width:100%;text-align:center;margin-top:auto!important;padding:9px 5px!important}

.hf-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.hf-service{position:relative;display:block;height:132px;overflow:hidden;border:1px solid #b59e7e;background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff!important;text-decoration:none}
.hf-service__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,7,7,.96) 0%,rgba(7,7,7,.74) 45%,rgba(7,7,7,.08) 100%)}
.hf-service__content{position:absolute;z-index:2;left:12px;right:10px;bottom:9px;display:block}
.hf-service__content strong{display:block;font-family:'Oswald',Arial,sans-serif;font-size:.92rem;line-height:1.05;text-transform:uppercase;color:#fff}
.hf-service__content small{display:block;margin-top:3px;font-family:Montserrat,Arial,sans-serif;font-size:.62rem;line-height:1.25;color:#eee4d8}

@media(max-width:1100px){
 .hf-trustbar__grid{grid-template-columns:repeat(5,minmax(150px,1fr));overflow-x:auto}
 .hf-category-showcase{grid-template-columns:repeat(7,minmax(105px,1fr));overflow-x:auto;padding-bottom:4px}
 .hf-category-promo{grid-column:span 2;min-width:220px}
 .hf-home-lower-grid{grid-template-columns:1fr}
 .hf-featured-column{padding-right:0;border-right:0}
 .hf-services-column{padding-top:18px!important;border-top:1px solid #a9977e!important}
 .hf-services{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:820px){
 .hf-featured-products .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .hf-services{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
 .hf-trust-item{min-width:180px}
 .hf-category-showcase{grid-template-columns:repeat(7,105px)}
 .hf-category-tile{height:105px}
 .hf-category-promo{height:105px}
 .hf-home-lower-grid .hf-section-header{align-items:flex-end}
 .hf-featured-products .woocommerce ul.products li.product img{height:118px!important}
 .hf-service{height:116px}
}


/* ==========================================================
   v6 Header controls, polished search, account shield & menus
   ========================================================== */
:root{--hf-logo-height:64px}
.hf-header__main{grid-template-columns:minmax(250px,330px) minmax(360px,1fr) auto}
.hf-brand{min-width:0;display:flex;align-items:center}
.hf-brand .custom-logo-link,.hf-brand-fallback{display:flex;align-items:center;max-width:100%}
.hf-brand .custom-logo-link img,.hf-brand-fallback img,.custom-logo{
  width:auto!important;
  height:var(--hf-logo-height)!important;
  max-height:none!important;
  max-width:100%!important;
  object-fit:contain;
  object-position:left center;
}

.hf-search form,.hf-search .woocommerce-product-search{
  position:relative;
  display:flex;
  align-items:stretch;
  min-height:52px;
  background:#f7f1e7;
  border:1px solid rgba(176,141,87,.55);
  border-radius:5px;
  overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 6px 18px rgba(0,0,0,.16);
}
.hf-search input,.hf-search input[type="search"]{
  padding:14px 18px;
  font-size:.96rem;
  outline:none;
}
.hf-search input:focus{box-shadow:inset 0 0 0 2px rgba(176,141,87,.34)}
.hf-search button,.hf-search button[type="submit"]{
  min-width:116px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:0;
  border-left:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,#a72c26 0%,#7f1f1b 100%);
  color:#fff;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size:.86rem;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
  text-shadow:0 1px 0 rgba(0,0,0,.25);
  transition:filter .18s ease,transform .18s ease,box-shadow .18s ease;
}
.hf-search button:before{content:"⌕";font-family:Arial,sans-serif;font-size:1.42rem;line-height:1;transform:rotate(-15deg)}
.hf-search button:hover,.hf-search button:focus-visible{filter:brightness(1.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
.hf-search button:active{transform:translateY(1px)}

.hf-account-cart{gap:14px}
.hf-account-cart a{min-height:44px;padding-left:14px}
.hf-account-link{gap:10px!important}
.hf-account-shield{display:inline-flex;width:31px;height:36px;flex:0 0 auto}
.hf-account-shield svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}
.hf-shield-outer{fill:#8f231f;stroke:#d0aa69;stroke-width:1.5}
.hf-shield-inner{fill:#111416;stroke:#d0aa69;stroke-width:1.35}
.hf-shield-star{fill:#d0aa69}
.hf-account-link:hover .hf-shield-inner{fill:#1d2225}

.hf-nav{overflow:visible}
.hf-nav .container{overflow:visible}
.hf-menu{flex-wrap:nowrap;justify-content:center;width:100%;overflow:visible}
.hf-menu>li{position:relative;list-style:none}
.hf-menu .menu-item-has-children>a{display:flex;align-items:center;gap:7px}
.hf-menu .menu-item-has-children>a:after{
  content:"";
  width:6px;height:6px;
  border-right:2px solid var(--hf-brass);
  border-bottom:2px solid var(--hf-brass);
  transform:rotate(45deg) translateY(-2px);
  transition:transform .18s ease;
}
.hf-menu .menu-item-has-children:hover>a:after,.hf-menu .menu-item-has-children:focus-within>a:after{transform:rotate(225deg) translate(-1px,-1px)}
.hf-menu .sub-menu{
  position:absolute;
  z-index:1000;
  top:100%;left:0;
  min-width:220px;
  margin:0;
  padding:7px 0;
  list-style:none;
  background:#111416;
  border:1px solid rgba(176,141,87,.35);
  border-top:2px solid var(--hf-red);
  box-shadow:0 18px 35px rgba(0,0,0,.45);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
}
.hf-menu li:hover>.sub-menu,.hf-menu li:focus-within>.sub-menu{
  opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;
}
.hf-menu .sub-menu li{position:relative;width:100%}
.hf-menu .sub-menu a{padding:11px 15px;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.055)}
.hf-menu .sub-menu li:last-child>a{border-bottom:0}
.hf-menu .sub-menu a:hover{background:#1d2225;color:var(--hf-brass)}
.hf-menu .sub-menu .sub-menu{top:-9px;left:100%}

@media(max-width:1050px){
 .hf-header__main{grid-template-columns:minmax(210px,270px) minmax(300px,1fr) auto;gap:18px}
 .hf-search button,.hf-search button[type="submit"]{min-width:94px;padding-inline:14px}
}
@media(max-width:820px){
 .hf-brand .custom-logo-link img,.hf-brand-fallback img,.custom-logo{height:min(var(--hf-logo-height),58px)!important}
 .hf-search button,.hf-search button[type="submit"]{min-width:54px;font-size:0;padding:0 16px}
 .hf-search button:before{font-size:1.5rem}
 .hf-menu{width:100%;overflow:visible}
 .hf-menu>li{width:100%}
 .hf-menu .menu-item-has-children>a{justify-content:space-between}
 .hf-menu .sub-menu{
   position:static;
   display:none;
   opacity:1;visibility:visible;transform:none;pointer-events:auto;
   min-width:0;
   padding:0 0 4px 16px;
   border:0;border-left:2px solid rgba(176,141,87,.35);
   box-shadow:none;background:#15191b;
 }
 .hf-menu .menu-item-has-children.submenu-open>.sub-menu{display:block}
 .hf-menu .menu-item-has-children.submenu-open>a:after{transform:rotate(225deg)}
 .hf-menu .sub-menu a{white-space:normal;padding:10px 12px}
}


/* ==========================================================
   v7 Responsive logo sizing and left-growing brand anchor
   ========================================================== */
:root{
  --hf-logo-height-desktop:64px;
  --hf-logo-height-tablet:58px;
  --hf-logo-height-mobile:48px;
}

/* Keep the search column fixed. The logo's right edge is anchored
   at the end of its grid column, so extra width grows leftward. */
.hf-header__main{overflow:visible}
.hf-brand{
  justify-content:flex-end!important;
  overflow:visible;
  position:relative;
  z-index:2;
}
.hf-brand .custom-logo-link,
.hf-brand-fallback{
  width:auto!important;
  max-width:none!important;
  justify-content:flex-end!important;
  overflow:visible;
  flex:0 0 auto;
}
.hf-brand .custom-logo-link img,
.hf-brand-fallback img,
.custom-logo{
  display:block;
  width:auto!important;
  height:var(--hf-logo-height-desktop)!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain;
  object-position:right center;
}

/* Tablet */
@media (min-width:821px) and (max-width:1050px){
  .hf-brand .custom-logo-link img,
  .hf-brand-fallback img,
  .custom-logo{
    height:var(--hf-logo-height-tablet)!important;
  }
}

/* Mobile */
@media (max-width:820px){
  .hf-brand .custom-logo-link img,
  .hf-brand-fallback img,
  .custom-logo{
    height:var(--hf-logo-height-mobile)!important;
  }
}

/* ==========================================================
   v8 Mobile header width correction and mobile trust-bar hide
   ========================================================== */
@media (max-width:820px){
  html,body{max-width:100%;overflow-x:hidden}
  .container{width:min(calc(100% - 24px),var(--hf-max))}
  .hf-header,.hf-header__main,.hf-search,.hf-search form{max-width:100%}
  .hf-header__main{
    width:100%;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    padding:12px 0!important;
    overflow:visible;
  }
  .hf-brand{min-width:0;max-width:100%;justify-content:flex-start!important}
  .hf-brand .custom-logo-link,
  .hf-brand-fallback{max-width:100%!important;justify-content:flex-start!important}
  .hf-brand .custom-logo-link img,
  .hf-brand-fallback img,
  .custom-logo{
    max-width:100%!important;
    object-position:left center;
  }
  .hf-account-cart{gap:10px;white-space:nowrap;min-width:max-content}
  .hf-account-cart a{gap:6px}
  .hf-account-shield{width:34px;height:40px}
  .hf-cart-link>span:first-child{font-size:.76rem}
  .hf-search{
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  .hf-search form,
  .woocommerce-product-search{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .hf-search input,
  .hf-search .search-field{
    width:0!important;
    min-width:0!important;
    flex:1 1 auto!important;
    padding:12px 14px!important;
  }
  .hf-search button,
  .hf-search button[type="submit"]{
    flex:0 0 58px!important;
    width:58px!important;
    min-width:58px!important;
    padding:0!important;
  }
  .hf-trustbar{display:none!important}
}

@media (max-width:480px){
  .container{width:min(calc(100% - 18px),var(--hf-max))}
  .hf-header__main{gap:7px!important}
  .hf-account-cart{gap:7px}
  .hf-account-shield{width:30px;height:35px}
  .hf-cart-count{width:19px;height:19px}
  .hf-search button,
  .hf-search button[type="submit"]{
    flex-basis:52px!important;
    width:52px!important;
    min-width:52px!important;
  }
}

/* v9: Full blog and article presentation */
.hf-blog-header .hf-eyebrow{color:var(--hf-brass);margin-bottom:8px}
.hf-archive-description{max-width:760px;margin-top:14px;color:#d8d1c8}
.hf-blog-grid{align-items:start;grid-template-columns:minmax(0,2.2fr) minmax(260px,.8fr)}
.hf-post-list{min-width:0}
.hf-blog-card{display:grid;grid-template-columns:minmax(240px,38%) 1fr;background:#f8f2e8;border:1px solid rgba(59,42,28,.2);margin-bottom:28px;box-shadow:0 8px 24px rgba(46,31,18,.08);overflow:hidden}
.hf-blog-card:not(:has(.hf-blog-card__image)){grid-template-columns:1fr}
.hf-blog-card__image{display:block;min-height:280px;background:#211b16;overflow:hidden}
.hf-blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hf-blog-card:hover .hf-blog-card__image img{transform:scale(1.025)}
.hf-blog-card__body{padding:28px 30px;display:flex;flex-direction:column;align-items:flex-start}
.hf-post-meta{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#766556;margin-bottom:10px}
.hf-post-meta>*+*{position:relative}
.hf-post-meta>*+*:before{content:'•';position:absolute;left:-12px;color:var(--hf-brass)}
.hf-post-meta a{color:inherit;text-decoration:none}
.hf-blog-card__title{font-family:'Roboto Condensed',sans-serif;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.05;text-transform:uppercase;margin:4px 0 8px}
.hf-blog-card__title a{color:#171513;text-decoration:none}
.hf-blog-card__title a:hover{color:var(--hf-red)}
.hf-post-categories{font-size:.78rem;text-transform:uppercase;font-weight:700;letter-spacing:.05em;margin-bottom:16px}
.hf-post-categories a{color:var(--hf-red);text-decoration:none}
.hf-blog-card__excerpt{font-size:1rem;line-height:1.7;color:#403a34}
.hf-blog-card__excerpt p{margin-top:0}
.hf-read-more{margin-top:auto}
.hf-pagination{margin:34px 0}
.hf-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}
.hf-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;background:#1b1917;color:#fff;text-decoration:none;border:1px solid #3b332b}
.hf-pagination .page-numbers.current,.hf-pagination a.page-numbers:hover{background:var(--hf-red);border-color:var(--hf-red)}
.hf-blog-sidebar{position:sticky;top:28px}
.hf-blog-sidebar .hf-panel{padding:24px;margin-bottom:22px;background:#1a1715;color:#eee7dc;border:1px solid #3c3025}
.hf-blog-sidebar h3{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;color:var(--hf-brass);font-size:1.35rem;margin:0 0 16px}
.hf-blog-sidebar ul{list-style:none;margin:0;padding:0}
.hf-blog-sidebar li{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.09)}
.hf-blog-sidebar li:last-child{border-bottom:0}
.hf-blog-sidebar a{color:#f4eee5;text-decoration:none}
.hf-blog-sidebar a:hover{color:var(--hf-brass)}
.hf-blog-sidebar .search-form{display:flex}
.hf-blog-sidebar .search-field{min-width:0;width:100%;padding:12px;border:1px solid #584838;background:#f6efe4;color:#171513}
.hf-blog-sidebar .search-submit{padding:0 16px;border:0;background:var(--hf-red);color:#fff;font-weight:700}
.hf-empty-state{padding:45px;background:#f7f1e7;border:1px solid rgba(59,42,28,.2)}

.hf-single-header__inner{max-width:1000px}
.hf-single-header h1{max-width:1050px;line-height:.96}
.hf-post-meta--light{color:#d6cbbb;margin-top:18px;margin-bottom:0}
.hf-post-meta--light a{color:#d6cbbb}
.hf-post-categories--light a{color:var(--hf-brass)}
.hf-article{background:#fffaf2;border:1px solid rgba(59,42,28,.2);box-shadow:0 10px 30px rgba(46,31,18,.08);overflow:hidden}
.hf-article__featured{margin:0;max-height:640px;overflow:hidden;background:#181411}
.hf-article__featured img{width:100%;height:auto;display:block}
.hf-article__content{padding:clamp(26px,5vw,58px);font-size:1.08rem;line-height:1.8;color:#2d2925}
.hf-article__content>*:first-child{margin-top:0}
.hf-article__content h2,.hf-article__content h3,.hf-article__content h4{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;line-height:1.08;color:#171513;margin-top:1.6em}
.hf-article__content h2{font-size:2rem}.hf-article__content h3{font-size:1.55rem}
.hf-article__content a{color:var(--hf-red)}
.hf-article__content blockquote{border-left:5px solid var(--hf-brass);margin:30px 0;padding:10px 24px;background:#efe4d3;font-size:1.16rem}
.hf-article__content img{max-width:100%;height:auto}
.hf-article__footer{padding:20px clamp(26px,5vw,58px);border-top:1px solid rgba(59,42,28,.16);background:#f2e8da}
.hf-post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:28px clamp(26px,5vw,58px);border-top:1px solid rgba(59,42,28,.16)}
.hf-post-navigation>div:last-child{text-align:right}
.hf-post-navigation a{font-family:'Roboto Condensed',sans-serif;font-weight:700;text-transform:uppercase;color:#171513;text-decoration:none}
.hf-post-navigation a:hover{color:var(--hf-red)}
.hf-comments{padding:32px clamp(26px,5vw,58px);border-top:1px solid rgba(59,42,28,.16)}
.hf-comments__title,.comment-reply-title{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;color:#171513}
.comment-list{list-style:none;padding:0}
.comment-list .comment-body{padding:20px 0;border-bottom:1px solid rgba(59,42,28,.16)}
.comment-form input:not([type=submit]),.comment-form textarea{width:100%;padding:12px;border:1px solid #cbbbA6;background:#fff}
.comment-form .submit{padding:13px 22px;border:0;background:var(--hf-red);color:#fff;font-weight:700;text-transform:uppercase}

@media(max-width:1000px){
 .hf-blog-grid{grid-template-columns:1fr}
 .hf-blog-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
 .hf-blog-sidebar .hf-panel{margin:0}
}
@media(max-width:720px){
 .hf-blog-card{grid-template-columns:1fr}
 .hf-blog-card__image{min-height:220px;max-height:300px}
 .hf-blog-card__body{padding:22px}
 .hf-blog-sidebar{grid-template-columns:1fr}
 .hf-post-navigation{grid-template-columns:1fr}
 .hf-post-navigation>div:last-child{text-align:left}
 .hf-article__content{font-size:1rem}
}

/* v10 configurable blog archive */
.hf-blog-content--no-header{padding-top:42px}
.hf-blog-grid--no-sidebar{grid-template-columns:minmax(0,1fr)}
.hf-blog-grid--sidebar-left .hf-post-list{order:2}
.hf-blog-grid--sidebar-left .hf-blog-sidebar{order:1}
.hf-blog-card--full{display:block}
.hf-blog-card--full .hf-blog-card__image{min-height:0;height:var(--hf-blog-image-height,420px)}
.hf-blog-card--full .hf-blog-card__body{display:block}
.hf-blog-card__content{width:100%;font-size:1.05rem;line-height:1.78;color:#302b26}
.hf-blog-card__content > :first-child{margin-top:0}
.hf-blog-card__content > :last-child{margin-bottom:0}
.hf-blog-card__content img{max-width:100%;height:auto}
.hf-blog-card__content h2,.hf-blog-card__content h3,.hf-blog-card__content h4{font-family:'Roboto Condensed',sans-serif;text-transform:uppercase;color:#171513}
.hf-blog-grid--no-sidebar .hf-blog-card{max-width:1100px;margin-left:auto;margin-right:auto}
@media(max-width:820px){
 .hf-blog-content--no-header{padding-top:26px}
 .hf-blog-card--full .hf-blog-card__image{height:min(var(--hf-blog-image-height,420px),58vw)}
}

/* v12 Footer controls and clean WooCommerce archive */
.hf-footer__logo{display:block;margin-bottom:18px;max-width:280px}
.hf-footer__logo img{display:block;width:auto;max-width:100%;max-height:86px;object-fit:contain}
.hf-footer__about p,.hf-footer__contact p{color:#b8b8b8;line-height:1.65;margin:0 0 18px}
.hf-footer__socials{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:18px}
.hf-footer__socials a{font-family:'Roboto Condensed',Arial,sans-serif;font-weight:700;text-transform:uppercase;color:var(--hf-brass);font-size:.78rem;letter-spacing:.04em}
.hf-footer__contact-list{margin:0 0 18px!important}
.hf-footer__contact-list li{color:#c9c9c9;margin:7px 0!important}
.hf-footer__contact-list a{color:#e8e1d7}
.hf-footer__contact-button{padding:9px 15px;font-size:.7rem}
.woocommerce-page .widget-area:empty,.woocommerce-page #secondary:empty{display:none!important}

@media (max-width:820px){
  .hf-footer__grid{gap:28px}
  .hf-footer__logo{max-width:240px}
}

/* ===== v13 Enhanced Shop ===== */
.hf-shop-main .hf-section{padding-top:28px;padding-bottom:60px}
.hf-shop-main .woocommerce-breadcrumb{font-size:.78rem;color:#796c5d;margin:0 0 16px}
.hf-shop-main .woocommerce-breadcrumb a{color:#7c1e18;font-weight:700}
.hf-shop-hero{position:relative;overflow:hidden;padding:28px 30px;margin-bottom:18px;background:linear-gradient(105deg,#0e0e0d 0%,#171411 58%,#282019 100%);border:1px solid #3c3024;box-shadow:0 10px 28px rgba(34,24,15,.13);color:#fff}
.hf-shop-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(176,126,66,.18),transparent 35%);pointer-events:none}
.hf-shop-hero__copy,.hf-shop-quicklinks{position:relative;z-index:1}
.hf-shop-eyebrow{display:block;margin-bottom:5px;color:#c9934d;font-family:'Roboto Condensed',Arial,sans-serif;font-size:.74rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hf-shop-hero h1{margin:0;color:#fff;font-size:clamp(2rem,3vw,3.1rem);line-height:1;text-transform:uppercase}
.hf-shop-hero p{max-width:760px;margin:10px 0 20px;color:#d6cec5;font-size:.94rem}
.hf-shop-quicklinks{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}
.hf-shop-chip{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;border:1px solid #4e4235;background:#161514;color:#eee6db;padding:9px 12px;font-family:'Roboto Condensed',Arial,sans-serif;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.hf-shop-chip:hover,.hf-shop-chip.is-active{background:#92231d;border-color:#b84035;color:#fff}
.hf-shop-chip span{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border-radius:20px;background:rgba(255,255,255,.12);font-size:.63rem}
.hf-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:11px 14px;background:rgba(255,255,255,.32);border:1px solid #d1c1aa}
.hf-shop-toolbar__left,.hf-shop-toolbar__right{display:flex;align-items:center;gap:10px}
.hf-shop-toolbar .woocommerce-result-count,.hf-shop-toolbar .woocommerce-ordering{float:none!important;margin:0!important}
.hf-shop-toolbar .woocommerce-result-count{font-family:'Montserrat',sans-serif;font-size:.8rem;color:#5e5348}
.hf-sort-label{font-family:'Roboto Condensed',Arial,sans-serif;font-size:.72rem;font-weight:800;text-transform:uppercase;color:#6e1c17}
.hf-shop-toolbar select{min-height:38px;border:1px solid #bfae96;background:#fffaf2;padding:0 38px 0 12px;font-family:'Montserrat',sans-serif;font-size:.78rem;color:#201a16}
.hf-shop-main .woocommerce ul.products{gap:16px}
.hf-shop-main .woocommerce ul.products li.product{position:relative;overflow:hidden;padding:0 0 13px!important;border:1px solid #cfbea7!important;background:#f7efe3!important;box-shadow:0 4px 14px rgba(43,29,18,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.hf-shop-main .woocommerce ul.products li.product:hover{transform:translateY(-3px);border-color:#a98350!important;box-shadow:0 12px 24px rgba(43,29,18,.13)}
.hf-shop-main .woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:block}
.hf-shop-main .woocommerce ul.products li.product img{width:100%;height:240px;aspect-ratio:auto;object-fit:contain;margin:0 0 13px!important;padding:12px;background:linear-gradient(145deg,#f4eadc,#fffaf4)}
.hf-shop-main .woocommerce ul.products li.product .woocommerce-loop-product__title,.hf-shop-main .woocommerce ul.products li.product .price,.hf-shop-main .hf-product-specs,.hf-shop-main .hf-stock-status{margin-left:13px!important;margin-right:13px!important}
.hf-shop-main .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.7em;font-size:.92rem!important;line-height:1.32;color:#14110f}
.hf-product-specs{min-height:1.1em;margin-top:-2px;color:#8a765f;font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}
.hf-shop-main .woocommerce ul.products li.product .price{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:8px!important;color:#8e211b!important;font-family:'Roboto Condensed',Arial,sans-serif;font-size:1.12rem!important;font-weight:800}
.hf-shop-main .woocommerce ul.products li.product .price del{color:#786f66;opacity:.75;font-size:.75rem;font-weight:600}
.hf-shop-main .woocommerce ul.products li.product .price ins{text-decoration:none}
.hf-stock-status{display:flex;align-items:center;gap:7px;min-height:19px;margin-top:7px;margin-bottom:10px;color:#476443;font-size:.68rem;font-weight:700;text-transform:uppercase}
.hf-stock-status span{width:7px;height:7px;border-radius:50%;background:#4f8c48;box-shadow:0 0 0 3px rgba(79,140,72,.12)}
.hf-stock-status.is-backorder{color:#8a6928}.hf-stock-status.is-backorder span{background:#c5952e;box-shadow:0 0 0 3px rgba(197,149,46,.12)}
.hf-stock-status.is-out-of-stock{color:#8a302c}.hf-stock-status.is-out-of-stock span{background:#a62a24;box-shadow:0 0 0 3px rgba(166,42,36,.12)}
.hf-shop-main .woocommerce ul.products li.product .button{width:calc(100% - 26px);margin:0 13px!important;border-color:#171513;background:#171513;color:#fff;padding:11px 8px;font-size:.7rem}
.hf-shop-main .woocommerce ul.products li.product .button:hover{background:#8f211b;border-color:#8f211b}
.hf-shop-main .woocommerce span.onsale{top:9px!important;right:9px!important;left:auto!important;z-index:3;padding:6px 9px!important;background:#941f19!important;box-shadow:0 2px 8px rgba(0,0,0,.25);font-size:.67rem!important}
.hf-shop-main .woocommerce nav.woocommerce-pagination{margin-top:30px}
.hf-shop-main .woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:6px}
.hf-shop-main .woocommerce nav.woocommerce-pagination ul li{border:0}
.hf-shop-main .woocommerce nav.woocommerce-pagination ul li a,.hf-shop-main .woocommerce nav.woocommerce-pagination ul li span{display:grid;place-items:center;min-width:39px;height:39px;border:1px solid #c7b59c;background:#fff8ee;color:#211a16;font-weight:800}
.hf-shop-main .woocommerce nav.woocommerce-pagination ul li span.current,.hf-shop-main .woocommerce nav.woocommerce-pagination ul li a:hover{background:#8f211b;border-color:#8f211b;color:#fff}

@media(max-width:1050px){
 .hf-shop-main .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
 .hf-shop-main .woocommerce ul.products li.product img{height:210px}
}
@media(max-width:820px){
 .hf-shop-main .hf-section{padding:18px 14px 40px}
 .hf-shop-hero{padding:22px 18px;margin-left:-14px;margin-right:-14px;border-left:0;border-right:0}
 .hf-shop-toolbar{position:sticky;top:0;z-index:20;flex-wrap:wrap;padding:9px;background:#f3e8d8;box-shadow:0 5px 14px rgba(0,0,0,.08)}
 .hf-shop-toolbar__left{flex:1 1 auto}.hf-shop-toolbar__right{flex:1 1 190px;justify-content:flex-end}
 .hf-shop-toolbar select{max-width:190px;width:100%}
 .hf-shop-main .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .hf-shop-main .woocommerce ul.products li.product img{height:180px;padding:8px}
}
@media(max-width:480px){
 .hf-shop-hero h1{font-size:1.85rem}
 .hf-shop-toolbar{align-items:stretch}.hf-shop-toolbar__left,.hf-shop-toolbar__right{width:100%;justify-content:space-between}
 .hf-shop-toolbar select{max-width:none}
 .hf-sort-label{display:none}
 .hf-shop-main .woocommerce ul.products li.product img{height:145px}
 .hf-shop-main .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.78rem!important}
 .hf-shop-main .woocommerce ul.products li.product .price{font-size:.94rem!important}
}


/* v15 shop/category navigation refinement */
.hf-product-nav{
  background:#111315;
  border-top:1px solid rgba(255,255,255,.045);
  border-bottom:1px solid rgba(176,141,87,.34);
  box-shadow:0 5px 14px rgba(0,0,0,.18);
}
.hf-product-nav__scroll{
  display:flex;
  align-items:stretch;
  gap:0;
  overflow-x:auto;
  scrollbar-width:thin;
  scrollbar-color:var(--hf-brass) #17191b;
}
.hf-product-nav__item{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:11px 17px;
  border-right:1px solid rgba(255,255,255,.07);
  color:#eee;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size:.79rem;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease;
}
.hf-product-nav__item:first-child{border-left:1px solid rgba(255,255,255,.07)}
.hf-product-nav__item small{
  display:inline-grid;
  place-items:center;
  min-width:21px;
  height:21px;
  padding:0 6px;
  border-radius:99px;
  background:rgba(255,255,255,.09);
  color:#d9c49f;
  font-size:.65rem;
}
.hf-product-nav__item:hover,
.hf-product-nav__item.is-active{
  background:#8f211b;
  color:#fff;
}
.hf-product-nav__item.is-active small{background:rgba(0,0,0,.22);color:#fff}

/* Stretch only the catalog heading to the viewport, then align its copy with the site logo/container. */
.hf-shop-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-left:max(30px,calc((100vw - var(--hf-max))/2));
  padding-right:max(30px,calc((100vw - var(--hf-max))/2));
}
.hf-shop-hero__copy{max-width:780px}

@media (max-width:820px){
  /* On phones the category navigation is the catalog heading. */
  .hf-shop-hero{display:none}
  .hf-product-nav__scroll{width:100%;padding-inline:0}
  .hf-product-nav__item{min-height:43px;padding:10px 14px;font-size:.73rem}
  .hf-shop-main .hf-section{padding-top:14px}
  .hf-shop-main .woocommerce-breadcrumb{margin-bottom:11px}
}


/* v16 remove light breadcrumb bar on shop and product-category pages */
.hf-shop-main .hf-section{padding-top:0}
.hf-shop-main .woocommerce-breadcrumb{display:none}
@media (max-width:820px){
  .hf-shop-main .hf-section{padding-top:0}
  .hf-shop-main .woocommerce-breadcrumb{display:none}
}


/* v17 top-bar email and shared social links */
.hf-topbar a{color:inherit;text-decoration:none}
.hf-topbar a:hover{color:#f3d29c}
.hf-topbar__contact{align-items:center;justify-content:flex-end}
.hf-topbar__contact>span,
.hf-topbar__contact>a{position:relative;display:inline-flex;align-items:center;white-space:nowrap}
.hf-topbar__contact>span:not(:first-child):before,
.hf-topbar__contact>a:not(:first-child):before{
  content:"";
  width:1px;
  height:12px;
  margin-right:18px;
  background:rgba(255,255,255,.28);
}
.hf-topbar__socials{display:inline-flex!important;align-items:center;gap:10px}
.hf-topbar__socials:before{content:"";width:1px;height:12px;margin-right:8px;background:rgba(255,255,255,.28)}
.hf-topbar__socials a{font-weight:800;letter-spacing:.055em}
@media(max-width:1050px){
  .hf-topbar__contact{gap:12px}
  .hf-topbar__contact>span:not(:first-child):before,
  .hf-topbar__contact>a:not(:first-child):before{margin-right:10px}
  .hf-topbar__socials{gap:7px}
  .hf-topbar__socials a{font-size:.62rem}
}
@media(max-width:820px){
  .hf-topbar__contact{display:none}
}
