@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto+Slab:wght@500;600;700;800;900&display=swap');

:root {
    --hw-forest: #07100b;
    --hw-pine: #102219;
    --hw-ivory: #f5efe3;
    --hw-sand: #e8ddc8;
    --hw-brass: #d6b56b;
    --hw-ember: #c66e32;
    --hw-ink: #171713;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
}

.navigation-list,
.navigation-item,
.navigation-item a,
.extendednavigation__item-name {
    font-family: 'Poppins', Arial, sans-serif !important;
}

.navigation-item a {
    letter-spacing: .01em;
}

.navigation-item.selected a,
.navigation-item a:hover {
    color: var(--hw-brass) !important;
}

.account-status,
.navigation-basket-toggle,
.ecombasket__basket-toggle,
.ecombasket__container,
.ecombasket__summary {
    display: none !important;
}

.hw-page-wolfpack h1,
.hw-page-wolfpack h2,
.hw-page-wolfpack h3,
.hw-page-contact h1,
.hw-page-contact h2,
.hw-page-contact h3,
.hw-page-blog h1,
.hw-page-blog h2,
.hw-page-blog h3,
.hw-page-science h1,
.hw-page-science h2,
.hw-page-science h3,
.hw-page-weskus h1,
.hw-page-weskus h2,
.hw-page-weskus h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 700 !important;
    letter-spacing: -.02em !important;
}

.hw-page-wolfpack h2,
.hw-page-contact h2,
.hw-page-blog h2,
.hw-page-science h2,
.hw-page-weskus h2 {
    color: var(--hw-brass) !important;
}

.hw-page-weskus .hwc-kicker,
.hw-page-weskus .hwc-eyebrow,
.hw-page-weskus .hwc-label,
.hw-page-science .hws-kicker,
.hw-page-science .hws-label,
.hw-page-contact .widget__content p:first-child,
.hw-page-wolfpack .button {
    font-family: 'Maven Pro', Arial, sans-serif !important;
    letter-spacing: .08em;
}

.hw-page-science .hws-section h2,
.hw-page-science .hws-section h3,
.hw-page-science [style*="#f5a623"],
.hw-page-science [style*="#F5A623"] {
    color: var(--hw-brass) !important;
}

.hw-page-wolfpack .button,
.hw-page-contact .button,
.hw-page-blog .button,
.hw-page-science .button {
    border-color: var(--hw-brass) !important;
    background: var(--hw-pine) !important;
    color: var(--hw-ivory) !important;
}

.wg-pay,
.wg-more,
.wg-payment-note,
.hwg-merch-note {
    display: none !important;
}

.hw-order-note {
    margin-top: 14px;
    color: rgba(245,239,227,.7);
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

@media (max-width: 620px) {
    .hw-page-wolfpack h1,
    .hw-page-contact h1,
    .hw-page-blog h1,
    .hw-page-science h1,
    .hw-page-weskus h1 {
        letter-spacing: -.015em !important;
    }
}

/* Independent HoutWolf shell: the HostAfrica page chrome is no longer used. */
#page-zones__header,
#page-zones__footer,
.template-header,
.template-footer {
    display: none !important;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--hw-forest) !important;
    color: var(--hw-ivory);
}

body.sidebar-nav,
body.navigation-open {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#page-zones__main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--hw-forest);
}

.hw-page-home #page-zones__main > .widget > .row > .row__container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#hw-site-header {
    position: sticky;
    z-index: 2147482000;
    top: 0;
    min-height: 88px;
    padding: 10px clamp(18px,4vw,66px);
    border-bottom: 1px solid rgba(214,181,107,.25);
    display: grid;
    grid-template-columns: minmax(230px,1fr) auto minmax(230px,1fr);
    align-items: center;
    gap: 26px;
    background: rgba(7,16,11,.94);
    box-shadow: 0 12px 40px rgba(0,0,0,.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
#hw-site-header::after{content:"";display:block}

.hw-brand {position:relative;min-width:230px;min-height:68px;display:flex;align-items:center;color:var(--hw-ivory)!important;text-decoration:none!important}
.hw-brand img {position:absolute;z-index:2;top:-3px;left:0;width:126px;height:126px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.38))}
.hw-brand span {min-height:68px;margin-left:136px;display:flex;flex-direction:column;justify-content:center}
.hw-brand b {display:none}
.hw-brand small {margin-top:0;color:rgba(232,221,200,.7);font-size:11px;letter-spacing:.16em;line-height:1.35;text-transform:uppercase}
.hw-brand em {margin-top:3px;color:var(--hw-brass);font-family:'Cormorant Garamond',serif;font-size:15px;font-weight:600;line-height:1;font-style:italic}
.hw-main-nav {display:flex;align-items:center;justify-content:center;gap:clamp(12px,1.25vw,20px)}
.hw-nav-link {position:relative;padding:12px 0;color:rgba(245,239,227,.82)!important;font-family:'Maven Pro',sans-serif;font-size:14px;font-weight:700;letter-spacing:.035em;text-decoration:none!important;white-space:nowrap}
.hw-nav-link::after {content:"";position:absolute;right:0;bottom:4px;left:0;height:1px;background:var(--hw-brass);transform:scaleX(0);transition:transform .22s ease}
.hw-nav-link:hover,.hw-nav-link.is-active {color:var(--hw-brass)!important}
.hw-nav-link:hover::after,.hw-nav-link.is-active::after {transform:scaleX(1)}
.hw-header-cta {justify-self:end;padding:13px 18px;border:1px solid var(--hw-brass);background:var(--hw-brass);color:var(--hw-forest)!important;font-family:'Maven Pro',sans-serif;font-size:10px;font-weight:800;letter-spacing:.1em;text-decoration:none!important;text-transform:uppercase}
.hw-mobile-nav {display:none;justify-self:end;position:relative}
.hw-mobile-nav summary {width:44px;height:44px;border:1px solid rgba(214,181,107,.4);display:grid;align-content:center;gap:5px;padding:11px;list-style:none;cursor:pointer}
.hw-mobile-nav summary::-webkit-details-marker {display:none}
.hw-mobile-nav summary span {display:block;height:1px;background:var(--hw-ivory)}
.hw-mobile-nav > div {position:absolute;top:54px;right:0;width:250px;padding:14px 22px;border:1px solid rgba(214,181,107,.3);display:flex;flex-direction:column;background:#09150f;box-shadow:0 24px 48px rgba(0,0,0,.45)}

#hw-site-footer {
    position: relative;
    z-index: 5;
    padding: 64px clamp(24px,6vw,100px) 26px;
    border-top: 1px solid rgba(214,181,107,.28);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 42px;
    background: #050b08;
    color: var(--hw-ivory);
}
.hw-footer-mark {display:flex;align-items:flex-start;gap:18px}.hw-footer-mark img{width:76px;height:76px;object-fit:contain}.hw-footer-mark strong,.hw-footer-mark small,.hw-footer-mark em{display:block}.hw-footer-mark strong{font-family:'Maven Pro',sans-serif;font-size:17px;letter-spacing:.18em}.hw-footer-mark small{margin-top:6px;color:rgba(232,221,200,.64);font-family:'Maven Pro',sans-serif;font-size:9px;font-weight:700;letter-spacing:.1em}.hw-footer-mark em{margin-top:4px;color:var(--hw-brass);font-family:'Cormorant Garamond',serif;font-size:16px}.hw-footer-mark p{max-width:350px;color:rgba(245,239,227,.58);font-size:14px;line-height:1.7}
.hw-footer-links,.hw-footer-social{display:flex;flex-direction:column;gap:10px}.hw-footer-links b,.hw-footer-social>b{margin-bottom:5px;color:var(--hw-brass);font-family:'Maven Pro',sans-serif;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.hw-footer-links a{color:rgba(245,239,227,.7)!important;font-size:13px;text-decoration:none!important}.hw-footer-links a:hover{color:var(--hw-brass)!important}
.hw-footer-social>div{display:flex;gap:8px}.hw-footer-social a{width:36px;height:36px;border:1px solid rgba(214,181,107,.35);display:grid;place-items:center;color:var(--hw-brass)!important;text-decoration:none!important;transition:.2s ease}.hw-footer-social a:hover{border-color:var(--hw-brass);background:rgba(214,181,107,.1)}.hw-footer-social svg{width:18px;height:18px;fill:currentColor}
.hw-footer-bottom{grid-column:1/-1;margin:20px 0 0;padding-top:22px;border-top:1px solid rgba(245,239,227,.09);color:rgba(245,239,227,.38);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.hw-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.hw-kicker{margin:0 0 14px;color:var(--hw-brass)!important;font-family:'Maven Pro',sans-serif!important;font-size:11px!important;font-weight:800!important;letter-spacing:.16em!important;text-transform:uppercase}.hw-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--hw-brass);font-family:'Maven Pro',sans-serif;font-size:10px;font-weight:800;letter-spacing:.1em;text-decoration:none!important;text-transform:uppercase}.hw-btn-gold{background:var(--hw-brass);color:var(--hw-forest)!important}.hw-btn-ghost{background:rgba(7,16,11,.38);color:var(--hw-ivory)!important}.hw-hero-actions{display:flex;flex-wrap:wrap;gap:12px}

/* Contact: warm forest glass, ember highlights and a restrained metallic sheen. */
.hw-page-contact #page-zones__main>.widget:first-child>.row{background-position:center!important;background-size:cover!important}
.hw-page-contact #page-zones__main>.widget:first-child>.row>.row__container{width:100%!important;max-width:none!important;padding-right:0!important;padding-left:0!important}
.hw-page-contact #houtwolf-contact{position:relative;isolation:isolate;width:100%!important;max-width:none!important;margin:0!important;padding-right:clamp(22px,7vw,96px)!important;padding-left:clamp(22px,7vw,96px)!important;overflow:hidden;background:radial-gradient(circle at 84% 12%,rgba(238,202,118,.18),transparent 34%),radial-gradient(circle at 8% 86%,rgba(198,110,50,.16),transparent 35%),linear-gradient(125deg,rgba(4,12,8,.2),rgba(14,35,24,.03) 52%,rgba(5,12,8,.25)),url("https://files.saassa.gositebuilder.com/3a/e6/3ae64505-8ea0-4494-97bb-8c7e72ca24de.png") center/cover no-repeat!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none}
.hw-page-contact #houtwolf-contact::before{content:"";position:absolute;z-index:-1;top:-45%;left:-25%;width:52%;height:190%;background:linear-gradient(90deg,transparent,rgba(255,235,183,.08),transparent);transform:rotate(17deg);animation:hw-contact-sheen 9s ease-in-out infinite;pointer-events:none}
.hw-page-contact #houtwolf-contact::after{display:none}
.hw-page-contact #houtwolf-contact .hwc-header{position:relative;background:transparent!important}.hw-page-contact #houtwolf-contact .hwc-header::after{content:"";display:block;width:86px;height:2px;margin:24px auto 0;background:linear-gradient(90deg,transparent,var(--hw-brass),transparent);box-shadow:0 0 16px rgba(214,181,107,.6)}
.hw-page-contact #houtwolf-contact .hwc-eyebrow{color:#f1ce7d!important;text-shadow:0 0 20px rgba(214,181,107,.35)}.hw-page-contact #houtwolf-contact .hwc-header h2{color:var(--hw-ivory)!important;text-shadow:0 8px 35px rgba(0,0,0,.55)}.hw-page-contact #houtwolf-contact .hwc-header h2 span{color:#edc86f!important}
.hw-page-contact #houtwolf-contact .hwc-grid{gap:28px!important;margin-top:clamp(250px,25vw,330px)!important}
.hw-page-contact #houtwolf-contact .hwc-info-card,.hw-page-contact #houtwolf-contact .hwc-form-card{position:relative;overflow:hidden;padding:21px!important;border:0!important;background:linear-gradient(145deg,rgba(18,39,27,.48),rgba(7,17,11,.58))!important;box-shadow:0 22px 50px rgba(0,0,0,.24),inset 0 1px rgba(255,246,218,.08);backdrop-filter:blur(4px);transition:transform .28s ease,box-shadow .28s ease}
.hw-page-contact #houtwolf-contact .hwc-info-card:hover,.hw-page-contact #houtwolf-contact .hwc-form-card:hover{transform:translateY(-4px);box-shadow:0 34px 78px rgba(0,0,0,.38),0 0 38px rgba(214,181,107,.09)}
.hw-page-contact #houtwolf-contact .hwc-info-card::before,.hw-page-contact #houtwolf-contact .hwc-form-card::before{content:"";position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,#f0cd7d,transparent);opacity:.75}
.hw-page-contact #houtwolf-contact .hwc-info-row{margin-bottom:4px;padding:11px 12px!important;border-radius:12px;transition:background .2s ease,transform .2s ease}.hw-page-contact #houtwolf-contact .hwc-info-row:hover{background:rgba(214,181,107,.07);transform:translateX(3px)}
.hw-page-contact #houtwolf-contact .hwc-icon{border:1px solid rgba(230,199,126,.34);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(214,181,107,.16),rgba(214,181,107,.035));box-shadow:0 0 24px rgba(214,181,107,.08)}
.hw-page-contact #houtwolf-contact .hwc-info-label{color:#dfbc6b!important;letter-spacing:.16em}.hw-page-contact #houtwolf-contact .hwc-info-value,.hw-page-contact #houtwolf-contact .hwc-info-value a{color:rgba(250,245,232,.88)!important}
.hw-page-contact #houtwolf-contact .hwc-whatsapp-btn,.hw-page-contact #houtwolf-contact .hwc-form button{border:1px solid #f0cd7d!important;background:linear-gradient(115deg,#b9782f,#f0cd7d 48%,#c98a37)!important;box-shadow:0 13px 35px rgba(198,110,50,.28),inset 0 1px rgba(255,255,255,.4)!important;color:#0b120d!important;text-shadow:0 1px rgba(255,255,255,.24)}
.hw-page-contact #houtwolf-contact .hwc-map-wrap{overflow:hidden;border:0!important;border-radius:15px;box-shadow:0 16px 40px rgba(0,0,0,.35)}
.hw-page-contact #houtwolf-contact .hwc-map-link{min-height:48px;margin-top:16px;padding:0 16px;border:1px solid rgba(230,199,126,.3);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:10px;background:rgba(3,11,7,.4);color:#f0cd7d!important;font-size:12px;font-weight:800;letter-spacing:.1em;text-decoration:none!important;text-transform:uppercase;transition:background .2s ease,color .2s ease}.hw-page-contact #houtwolf-contact .hwc-map-link:hover,.hw-page-contact #houtwolf-contact .hwc-map-link:focus-visible{background:#d6b56b;color:#0b120d!important;outline:none}
.hw-page-contact #houtwolf-contact .hwc-note{border:1px solid rgba(230,199,126,.2);border-left:3px solid var(--hw-brass)!important;border-radius:10px;background:linear-gradient(90deg,rgba(214,181,107,.11),rgba(214,181,107,.035))!important;color:rgba(250,245,232,.72)!important}
.hw-page-contact #houtwolf-contact .hwc-form-card h3{color:#f5efe3!important;font-size:25px!important}.hw-page-contact #houtwolf-contact .hwc-form-card>p{color:rgba(245,239,227,.62)!important}
.hw-page-contact #houtwolf-contact .hwc-form input,.hw-page-contact #houtwolf-contact .hwc-form textarea{border:1px solid rgba(230,199,126,.18)!important;background:rgba(3,11,7,.7)!important;color:#f5efe3!important;box-shadow:inset 0 1px 8px rgba(0,0,0,.2)}.hw-page-contact #houtwolf-contact .hwc-form input:focus,.hw-page-contact #houtwolf-contact .hwc-form textarea:focus{border-color:#d6b56b!important;outline:none;box-shadow:0 0 0 3px rgba(214,181,107,.12),0 0 28px rgba(214,181,107,.08)}
@keyframes hw-contact-sheen{0%,68%,100%{transform:translateX(-25%) rotate(17deg);opacity:0}76%{opacity:1}90%{transform:translateX(250%) rotate(17deg);opacity:0}}
@media(prefers-reduced-motion:reduce){.hw-page-contact #houtwolf-contact::before{animation:none}}
.hw-page-contact #page-zones__main > .widget:first-child .row {background-color:var(--hw-forest)!important}
.hw-page-contact #page-zones__main .row--background-type-image {background-color:#3b291a!important;background-blend-mode:multiply}

/* Wolfpack community rebuild. */
.hw-pack-page,.hw-library-page,.hw-blog-bridge{background:var(--hw-forest);color:var(--hw-ivory)}
.hw-pack-page h1,.hw-pack-page h2,.hw-pack-page h3,.hw-library-page h1,.hw-library-page h2,.hw-library-page h3,.hw-blog-bridge h1{margin-top:0;font-family:'Cormorant Garamond',Georgia,serif!important;line-height:.92;letter-spacing:-.035em!important}.hw-pack-page em,.hw-library-page em,.hw-blog-bridge em{color:var(--hw-brass);font-weight:600}
.hw-pack-hero{min-height:720px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(4,9,6,.96) 0%,rgba(4,9,6,.75) 47%,rgba(4,9,6,.16) 100%),url('https://res.cloudinary.com/ctuv4tdg/image/upload/v1787223092/Codex_Image_20_Aug_2026_12_49_58_iyv5jy.png') center/cover no-repeat}
.hw-pack-hero .hw-shell{padding-block:100px}.hw-pack-hero h1{max-width:800px;margin-bottom:25px;color:var(--hw-ivory)!important;font-size:clamp(64px,8vw,120px)!important}.hw-pack-hero>div>p:not(.hw-kicker){max-width:620px;margin:0 0 32px;color:rgba(245,239,227,.72);font-size:17px;line-height:1.8}
.hw-pack-pulse{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid rgba(214,181,107,.2);background:#0b1912}.hw-pack-pulse div{padding:26px 30px;border-right:1px solid rgba(214,181,107,.14);text-align:center}.hw-pack-pulse strong,.hw-pack-pulse span{display:block}.hw-pack-pulse strong{color:var(--hw-brass);font-family:'Maven Pro',sans-serif;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.hw-pack-pulse span{margin-top:7px;color:rgba(245,239,227,.53);font-size:11px}
.hw-pack-membership{padding-block:110px}.hw-pack-membership>header{max-width:720px;margin-bottom:50px}.hw-pack-membership h2,.hw-pack-club h2,.hw-social-wall h2{color:var(--hw-ivory)!important;font-size:clamp(50px,6vw,86px)!important}.hw-pack-membership>header>p:last-child,.hw-social-wall header>p:last-child{color:rgba(245,239,227,.62);line-height:1.8}
.hw-pack-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hw-pack-tier{position:relative;padding:38px 32px;border:1px solid rgba(214,181,107,.2);background:linear-gradient(145deg,#102219,#08130d);box-shadow:0 24px 60px rgba(0,0,0,.18)}.hw-pack-tier.is-featured{border-color:var(--hw-brass);transform:translateY(-12px)}.hw-pack-tier>span{color:rgba(214,181,107,.5);font-family:'Maven Pro',sans-serif;font-size:11px}.hw-pack-tier h3{margin:20px 0 8px;color:var(--hw-ivory)!important;font-size:38px!important}.hw-pack-tier>strong{display:block;color:var(--hw-brass);font-family:'Cormorant Garamond',serif;font-size:48px}.hw-pack-tier>strong small{font-family:'Poppins',sans-serif;font-size:11px}.hw-pack-tier p{min-height:50px;color:rgba(245,239,227,.56);font-size:13px;line-height:1.6}.hw-pack-tier ul{padding:20px 0 22px;border-top:1px solid rgba(245,239,227,.08);list-style:none}.hw-pack-tier li{padding:7px 0;color:rgba(245,239,227,.76);font-size:12px}.hw-pack-tier li::before{content:'◆';margin-right:10px;color:var(--hw-brass);font-size:7px}.hw-pack-tier>a{color:var(--hw-brass)!important;font-family:'Maven Pro',sans-serif;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hw-pack-club{padding:90px 0;background:linear-gradient(90deg,rgba(5,11,8,.92),rgba(5,11,8,.55)),url('https://res.cloudinary.com/ctuv4tdg/image/upload/v1786739485/Codex_Image_14_Aug_2026_22_30_34_mmoxw5.png') center/cover}.hw-pack-club .hw-shell{display:flex;align-items:end;justify-content:space-between;gap:40px}.hw-pack-club .hw-shell>div{max-width:700px}.hw-pack-club p:last-child{color:rgba(245,239,227,.68);line-height:1.8}
.hw-social-wall{padding-block:110px}.hw-social-wall>header{max-width:700px;margin-bottom:45px}.hw-social-grid{display:grid;grid-template-columns:1fr 1fr .82fr;gap:18px}.hw-social-embed,.hw-social-notes{min-width:0;padding:18px;border:1px solid rgba(214,181,107,.18);background:#0b1912}.hw-social-head{margin-bottom:14px;display:flex;justify-content:space-between}.hw-social-head b{font-family:'Maven Pro',sans-serif;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.hw-social-head a,.hw-social-notes a{color:var(--hw-brass)!important;font-size:11px}.hw-social-embed iframe{width:100%;height:500px;border:0;background:#fff}.hw-embed-fallback{margin:10px 0 0;color:rgba(245,239,227,.45);font-size:10px}.hw-social-notes{display:flex;flex-direction:column;justify-content:center;padding:34px}.hw-social-notes blockquote{margin:10px 0 30px;color:var(--hw-sand);font-family:'Cormorant Garamond',serif;font-size:28px;line-height:1.3}.hw-social-notes>a{margin-top:14px}

/* Natural Wood Library rebuild. */
.hw-library-hero{min-height:700px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(4,9,6,.88),rgba(4,9,6,.57) 47%,rgba(4,9,6,.08)),url('/assets/wood-guide/wood-guide-hero.png') center center/cover no-repeat}.hw-library-hero .hw-shell{padding-block:90px}.hw-library-hero h1,.hw-blog-bridge h1{max-width:900px;margin-bottom:25px;color:var(--hw-ivory)!important;font-size:clamp(64px,8vw,118px)!important}.hw-library-hero>div>p:not(.hw-kicker),.hw-blog-bridge .hw-shell>p:not(.hw-kicker){max-width:650px;margin:0 0 32px;color:rgba(245,239,227,.82);font-size:17px;line-height:1.8;text-shadow:0 2px 18px rgba(0,0,0,.75)}
.hw-fire-basics,.hw-wood-guide{padding-block:105px}.hw-fire-basics header,.hw-wood-guide>header{max-width:760px;margin-bottom:48px}.hw-fire-basics h2,.hw-wood-guide h2,.hw-process-story h2,.hw-library-cta h2{color:var(--hw-ivory)!important;font-size:clamp(48px,6vw,82px)!important}.hw-basics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(214,181,107,.2)}.hw-basics-grid article{padding:40px;background:#0c1b13}.hw-basics-grid span{color:var(--hw-brass);font-family:'Maven Pro',sans-serif;font-size:11px}.hw-basics-grid h3{margin:45px 0 14px;color:var(--hw-sand)!important;font-size:38px!important}.hw-basics-grid p{color:rgba(245,239,227,.58);font-size:13px;line-height:1.8}
.hw-wood-guide{padding-top:45px}.hw-wood-guide>header>p:last-child{color:rgba(245,239,227,.6);line-height:1.8}.hw-wood-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.hw-wood-card{min-height:370px;border:1px solid rgba(214,181,107,.16);display:grid;grid-template-columns:42% 58%;overflow:hidden;background:#0b1912}.hw-wood-card>img{width:100%;height:100%;object-fit:cover;filter:saturate(.85) contrast(1.05)}.hw-wood-card>div{padding:30px}.hw-wood-card h3{margin:0 0 4px;color:var(--hw-ivory)!important;font-size:42px!important}.hw-wood-card>div>span{color:rgba(214,181,107,.76);font-family:'Maven Pro',sans-serif;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.hw-wood-card>div>p:not(.hw-kicker){color:rgba(245,239,227,.6);font-size:12px;line-height:1.75}.hw-wood-card details{margin-top:16px;border-top:1px solid rgba(245,239,227,.09);padding-top:14px}.hw-wood-card summary{color:var(--hw-brass);font-family:'Maven Pro',sans-serif;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.hw-wood-card li{margin:7px 0;color:rgba(245,239,227,.65);font-size:11px}
.hw-process-story{padding:105px 0;background:linear-gradient(90deg,#0d2016,#07100b)}.hw-process-story .hw-shell{display:grid;grid-template-columns:1.6fr .8fr;align-items:center;gap:90px}.hw-process-story p:not(.hw-kicker){color:rgba(245,239,227,.65);line-height:1.9}.hw-process-story a{color:var(--hw-brass)!important;font-family:'Maven Pro',sans-serif;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hw-process-story aside{padding-left:42px;border-left:1px solid rgba(214,181,107,.3);display:grid;gap:10px}.hw-process-story aside strong{margin-top:15px;color:var(--hw-brass);font-family:'Cormorant Garamond',serif;font-size:58px}.hw-process-story aside span{color:rgba(245,239,227,.5);font-size:11px;line-height:1.6}.hw-library-cta{padding-block:110px;text-align:center}.hw-library-cta p:not(.hw-kicker){max-width:620px;margin:0 auto 30px;color:rgba(245,239,227,.62)}
.hw-blog-bridge{min-height:700px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(4,9,6,.95),rgba(4,9,6,.6)),url('https://files.saassa.gositebuilder.com/41/7d/417dd32a-f056-4923-aeac-7516b6354e8a.png') center/cover}.hw-blog-bridge .hw-shell{padding-block:100px}

#hw3-global-firewood-cart{top:auto!important;bottom:22px!important;right:22px!important;left:auto!important}
#hw3-floating-cart{top:auto!important;bottom:22px!important;z-index:2147483001!important}

.hw-page-contact #page-zones__main>.widget>.row,.hw-page-store #page-zones__main>.widget>.row,.hw-page-delivery #page-zones__main>.widget>.row,.hw-page-weskus #page-zones__main>.widget>.row{padding-top:0!important;padding-bottom:0!important;background-color:transparent!important}
.hw-page-contact #page-zones__main>.widget>.row>.row__container,.hw-page-store #page-zones__main>.widget>.row>.row__container,.hw-page-delivery #page-zones__main>.widget>.row>.row__container,.hw-page-weskus #page-zones__main>.widget>.row>.row__container{padding-top:0!important;padding-bottom:0!important}
.hw-page-contact #page-zones__main>.widget>.row>.row--background-overlay,.hw-page-store #page-zones__main>.widget>.row>.row--background-overlay,.hw-page-delivery #page-zones__main>.widget>.row>.row--background-overlay,.hw-page-weskus #page-zones__main>.widget>.row>.row--background-overlay{display:none!important}

.hw-page-home .hw3-welcome-copy h1 small{display:none!important}
.hw-page-home .hw3-welcome-copy>h1,.hw-page-home .hw3-welcome-copy>.hw3-welcome-tagline,.hw-page-home .hw3-welcome-copy>.hw3-welcome-core{width:min(720px,100%);max-width:720px;text-align:center!important}
.hw3-order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.hw3-order-card-head h3{margin:0!important}.hw3-order-card-head .hw3-clear-cart{flex:0 0 auto;min-height:32px!important;margin:0!important;padding:0 10px!important;border:1px solid rgba(7,16,11,.24)!important;border-radius:999px!important}.hw3-order-card-head .hw3-clear-cart:hover,.hw3-order-card-head .hw3-clear-cart:focus-visible{border-color:#173d2c!important;background:rgba(23,61,44,.08)!important}
.hw3-take-twenty{border-color:#d6b56b!important;background:linear-gradient(115deg,rgba(214,181,107,.17),rgba(23,61,44,.32))!important}.hw3-take-twenty:hover,.hw3-take-twenty:focus-visible{background:#d6b56b!important;color:#07100b!important}
#hw3-rule{position:relative;margin-top:22px!important;padding:17px 18px 17px 48px!important;border:1px solid rgba(23,61,44,.14);border-radius:9px!important;font-size:12px!important;font-weight:500!important;line-height:1.65!important}#hw3-rule::before{content:"i";position:absolute;top:18px;left:16px;width:21px;height:21px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:13px;font-weight:700}#hw3-rule>strong,#hw3-rule>.hw3-rule-copy{display:block;color:inherit!important}#hw3-rule>strong{margin-bottom:3px;font-family:'Maven Pro',Arial,sans-serif;font-size:10px;letter-spacing:.12em;text-transform:uppercase}#hw3-rule>.hw3-rule-copy{opacity:.82}

/* Ember-and-timber dividers shared by Gear, Delivery and The Pack. */
.hw-page-store .wg-trust-strip,.hw-page-delivery .hwd-promise-strip,.hw-pack-pulse{position:relative;isolation:isolate;overflow:hidden;border:0!important;background:linear-gradient(100deg,#110b07 0%,#24140b 48%,#100a07 100%)!important;box-shadow:inset 0 1px rgba(227,155,72,.35),inset 0 -1px rgba(227,155,72,.24)}
.hw-page-store .wg-trust-strip:before,.hw-page-delivery .hwd-promise-strip:before,.hw-pack-pulse:before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 12% 50%,rgba(238,105,34,.25),transparent 19%),radial-gradient(circle at 76% 35%,rgba(214,181,107,.13),transparent 24%),repeating-linear-gradient(96deg,transparent 0 68px,rgba(255,222,175,.025) 69px 71px);opacity:.9}
.hw-page-store .wg-trust-grid,.hw-page-delivery .hwd-promise-grid,.hw-pack-pulse{gap:0}
.hw-page-store .wg-trust-strip span,.hw-page-delivery .hwd-promise-grid article,.hw-pack-pulse>div{position:relative;min-height:92px!important;padding:25px 28px!important;border:0!important;display:flex;align-items:center;justify-content:center;text-align:center}
.hw-page-store .wg-trust-strip span:not(:last-child):after,.hw-page-delivery .hwd-promise-grid article:not(:last-child):after,.hw-pack-pulse>div:not(:last-child):after{content:"";position:absolute;top:25%;right:0;width:1px;height:50%;background:linear-gradient(transparent,rgba(227,155,72,.45),transparent)}
.hw-page-store .wg-trust-strip span,.hw-page-delivery .hwd-promise-grid span,.hw-pack-pulse strong{color:#f0dfc5!important;font-size:10px!important;font-weight:800!important;letter-spacing:.14em!important;line-height:1.55!important;text-transform:uppercase}
.hw-pack-pulse>div{flex-direction:column;gap:7px}.hw-pack-pulse span{color:rgba(240,223,197,.55)!important;font-size:9px!important;letter-spacing:.06em}
.hw-basics-grid h3{margin-top:0!important;padding-top:34px;position:relative}.hw-basics-grid h3:before{content:"";position:absolute;top:0;left:0;width:54px;height:5px;border-radius:50%;background:linear-gradient(90deg,#7a341a,#e3903f,#d6b56b);box-shadow:0 0 18px rgba(227,112,45,.35)}

@media(max-width:1100px){#hw-site-header{grid-template-columns:1fr auto}#hw-site-header::after{display:none}.hw-main-nav{display:none}.hw-mobile-nav{display:block}.hw-social-grid{grid-template-columns:1fr 1fr}.hw-social-notes{grid-column:1/-1}.hw-wood-card{grid-template-columns:38% 62%}}
@media(max-width:760px){#hw-site-header{min-height:72px;padding:7px 14px;gap:10px}.hw-brand{min-width:90px;min-height:58px}.hw-brand img{top:-1px;width:82px;height:82px}.hw-brand span{display:none}.hw-mobile-nav{grid-column:2}.hw-shell{width:min(100% - 30px,1180px)}#hw-site-footer{grid-template-columns:1fr 1fr;padding:48px 24px 24px}.hw-footer-mark{grid-column:1/-1}.hw-footer-bottom{grid-column:1/-1}.hw-pack-hero,.hw-library-hero{min-height:650px}.hw-pack-hero h1,.hw-library-hero h1,.hw-blog-bridge h1{font-size:56px!important}.hw-pack-pulse{grid-template-columns:1fr 1fr}.hw-pack-tier-grid,.hw-basics-grid,.hw-social-grid,.hw-process-story .hw-shell{grid-template-columns:1fr}.hw-pack-tier.is-featured{transform:none}.hw-pack-club .hw-shell{align-items:flex-start;flex-direction:column}.hw-social-notes{grid-column:auto}.hw-wood-grid{grid-template-columns:1fr}.hw-wood-card{grid-template-columns:1fr;min-height:0}.hw-wood-card>img{height:240px}.hw-process-story .hw-shell{gap:35px}.hw-process-story aside{padding:25px 0 0;border-top:1px solid rgba(214,181,107,.3);border-left:0}.hw-page-contact #houtwolf-contact{border-radius:0;backdrop-filter:none}.hw-page-contact #houtwolf-contact .hwc-grid{gap:18px!important;margin-top:250px!important}#hw3-global-firewood-cart{bottom:12px!important;right:12px!important;left:12px!important;width:auto!important}#hw3-floating-cart{bottom:12px!important;left:12px!important;width:calc(100% - 24px)!important;transform:none!important}}

.hw-library-hero h1{max-width:780px!important;font-size:clamp(54px,6.5vw,96px)!important}
@media(max-width:760px){.hw-library-hero h1{font-size:48px!important}}

.wg-krapper-price{width:max-content;margin-top:24px;padding:11px 16px;border-left:3px solid #d67835;background:rgba(7,11,9,.72);display:flex;align-items:baseline;gap:18px}.wg-krapper-price span{color:rgba(232,221,200,.58)!important;font:800 9px/1 'Montserrat',Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}.wg-krapper-price strong{color:#e8ddc8!important;font:700 30px/1 'Cormorant Garamond',Georgia,serif}
@media(max-width:620px){.hw-page-home .hw3-welcome-content{align-items:flex-start!important;padding:160px 0 0!important}.hw-page-home .hw3-welcome-copy{position:relative!important;transform:translateY(0)!important}.hw-page-home .hw3-welcome-content h1 span{font-size:clamp(36px,10.5vw,44px)!important;letter-spacing:-.055em!important}.hw-page-home .hw3-welcome-region{margin:247px 0 0!important}.hw-page-home .hw3-fire-cta{margin:16px 0 0!important}.wg-krapper-price{margin:22px auto 0}}
/* Alpha's Den shop gateway */
.hw-den-shop-cta{position:relative;isolation:isolate;min-height:100svh;overflow:hidden;display:flex;align-items:center;background:#07100b;color:#f4efe5}
.hw-page-home .hw3-welcome-hero:after{display:none!important;content:none!important}
.hw-page-home .hw3-welcome-hero{border-bottom:0!important;box-shadow:inset 0 -70px 70px -55px #07100b}
.hw-den-shop-cta:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(5,10,7,.88) 0%,rgba(5,10,7,.62) 42%,rgba(5,10,7,.18) 76%),linear-gradient(180deg,rgba(7,16,11,.2),transparent 35%,rgba(7,16,11,.62))}
.hw-den-wood-backdrop{position:absolute;z-index:-2;inset:0;display:grid;grid-template-columns:repeat(4,1fr)}
.hw-den-wood-backdrop figure{min-width:0;margin:0;overflow:hidden;border-right:1px solid rgba(232,221,200,.18)}.hw-den-wood-backdrop figure:last-child{border-right:0}.hw-den-wood-backdrop img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.06);transform:scale(1.02)}
.hw-den-shop-grid{display:flex;align-items:center;min-height:100svh;padding:100px 0}
.hw-den-shop-copy{max-width:620px;padding:36px 0}
.hw-den-shop-copy>.hw-kicker{margin:0 0 18px!important;color:#d67835!important;font-size:11px!important;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.hw-den-shop-copy h2{max-width:520px;margin:0;color:#f4efe5!important;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(44px,4.5vw,62px);font-weight:700;line-height:.98;letter-spacing:-.015em}
.hw-den-shop-copy>p{max-width:540px;margin:24px 0 30px;color:rgba(255,255,255,.78)!important;font-size:17px;line-height:1.7}
.hw-den-shop-copy>div{display:flex;align-items:center;flex-wrap:wrap;gap:22px}
.hw-den-guide-link{color:#f4efe5!important;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid rgba(214,120,53,.55);padding:10px 0}
.hw-store-firewood{scroll-margin-top:130px}
.hw-store-firewood+#wg-store{border-top:1px solid rgba(214,120,53,.45)}
.hw-home-social{width:min(1180px,92%);margin:0 auto;padding-block:88px!important}
.hw-home-social>header{margin-bottom:34px}.hw-home-social h2{font-size:clamp(42px,4.5vw,60px)!important;line-height:1!important}
.hw-join-pack-cta{margin-top:28px;padding:34px 38px;border:1px solid rgba(214,120,53,.32);display:flex;align-items:center;justify-content:space-between;gap:36px;background:linear-gradient(115deg,rgba(23,61,44,.72),rgba(7,16,11,.94));box-shadow:0 18px 48px rgba(0,0,0,.22)}
.hw-join-pack-cta span{color:#d67835;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hw-join-pack-cta h3{margin:7px 0 6px;color:#f4efe5!important;font-family:'Cormorant Garamond',Georgia,serif;font-size:32px;line-height:1}.hw-join-pack-cta p{max-width:630px;margin:0;color:rgba(255,255,255,.65)!important;font-size:14px;line-height:1.6}
.hw-claw-button{width:min(360px,42vw);aspect-ratio:5/2;flex:0 0 auto;display:block;background:url('/assets/houtwolf-claw-button.webp') center/contain no-repeat;filter:drop-shadow(0 14px 20px rgba(0,0,0,.34));transition:transform .2s ease,filter .2s ease}.hw-claw-button:hover{transform:translateY(-4px) scale(1.015);filter:brightness(1.07) drop-shadow(0 17px 24px rgba(0,0,0,.42))}.hw-claw-button:focus-visible{outline:3px solid #f4efe5;outline-offset:5px}
@media(max-width:900px){.hw-den-shop-copy{max-width:650px}}
@media(max-width:700px){.hw-den-shop-cta,.hw-den-shop-grid{min-height:90svh}.hw-den-shop-cta:before{background:linear-gradient(180deg,rgba(5,10,7,.38),rgba(5,10,7,.8) 58%,rgba(5,10,7,.92))}.hw-den-wood-backdrop{grid-template-columns:repeat(4,1fr)}.hw-den-wood-backdrop img{object-position:center}.hw-den-shop-grid{align-items:flex-end;padding:70px 0}.hw-den-shop-copy{text-align:left;padding:0}.hw-den-shop-copy h2{font-size:44px}.hw-den-shop-copy>p{font-size:16px}.hw-den-shop-copy>div{align-items:flex-start;flex-direction:column;gap:12px}.hw-den-shop-copy .hw-btn{width:100%}.hw-home-social{width:min(100% - 30px,1180px);padding-block:68px!important}.hw-join-pack-cta{padding:28px 22px;align-items:flex-start;flex-direction:column}.hw-claw-button{width:min(100%,360px)}}

/* HoutWolf typography system: one rugged display face, one clean supporting face. */
body,
body :where(a,p,li,span,small,strong,b,em,label,button,input,select,textarea,summary,blockquote,figcaption){font-family:'Montserrat',Arial,sans-serif!important}
body :where(h1,h2,h3,h4,h5,h6),
body :where(h1,h2,h3,h4,h5,h6) *,
body :where(.hw3-title,.hw3-product-name,.hw3-pack-total),
body :where(.hw3-title,.hw3-product-name,.hw3-pack-total) *{font-family:'Roboto Slab',Georgia,serif!important}

/* Keep names and headings intact: wrap between words, never through them. */
body :where(h1,h2,h3,h4,h5,h6,.hw3-title,.hw3-product-name,.hw3-pack-total){overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
.hw-wood-card h3{font-size:clamp(30px,3vw,38px)!important;letter-spacing:-.045em!important;white-space:nowrap}
@media(max-width:380px){.hw-wood-card h3{font-size:28px!important}}

/* Generated HoutWolf CTA artwork. */
.hw-page-home .hw3-fire-cta{width:min(340px,100%)!important;height:auto!important;min-width:0!important;aspect-ratio:3/1;margin-top:18px!important;padding:0!important;border:0!important;clip-path:none!important;display:block!important;background:url('/assets/button-shop-firewood.webp') center/contain no-repeat!important;filter:drop-shadow(0 14px 22px rgba(0,0,0,.4));transition:transform .2s ease,filter .2s ease!important}
.hw-page-home .hw3-fire-cta:before,.hw-page-home .hw3-fire-cta svg{display:none!important}.hw-page-home .hw3-fire-cta span{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.hw-page-home .hw3-fire-cta:hover,.hw-page-home .hw3-fire-cta:focus-visible{transform:translateY(-4px) scale(1.015)!important;filter:brightness(1.08) drop-shadow(0 18px 26px rgba(0,0,0,.48));outline:3px solid #f4efe5!important;outline-offset:4px}
.hw-den-shop-actions{width:min(760px,100%);display:grid!important;grid-template-columns:1fr 1fr;gap:14px!important}.hw-image-button{aspect-ratio:3/1;display:block;background-position:center;background-size:contain;background-repeat:no-repeat;filter:drop-shadow(0 12px 20px rgba(0,0,0,.4));transition:transform .2s ease,filter .2s ease}.hw-guide-button{background-image:url('/assets/button-wood-guide.webp')}.hw-shop-now-button{background-image:url('/assets/button-shop-now.webp')}.hw-image-button:hover,.hw-image-button:focus-visible{transform:translateY(-4px) scale(1.015);filter:brightness(1.08) drop-shadow(0 17px 25px rgba(0,0,0,.48));outline:3px solid #f4efe5;outline-offset:4px}
@media(max-width:620px){.hw-page-home .hw3-fire-cta{width:min(310px,92%)!important}.hw-den-shop-actions{grid-template-columns:1fr!important;width:min(360px,100%)!important;gap:10px!important}}

/* Approved rugged homepage hero and leather-card Store gateway. */
.hw-rugged-home-hero,.hw-rugged-store-cta{position:relative;isolation:isolate;width:100%;overflow:hidden;background:#050806}
.hw-rugged-home-hero{min-height:calc(100svh - 104px)}
.hw-rugged-home-hero>img,.hw-rugged-store-cta>img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.hw-rugged-mobile-hero,.hw-rugged-mobile-store{display:none}
.hw-rugged-hero-shop-link,.hw-rugged-store-link{position:absolute;z-index:2;display:block;border-radius:10px}
.hw-rugged-hero-shop-link{left:50%;top:78.5%;width:29%;height:11%;transform:translateX(-50%)}
.hw-rugged-store-cta{min-height:clamp(620px,56.25vw,944px)}
.hw-rugged-store-link{left:40%;top:74%;width:20%;height:9%}
.hw-rugged-hero-shop-link:hover,.hw-rugged-hero-shop-link:focus-visible,.hw-rugged-store-link:hover,.hw-rugged-store-link:focus-visible{background:radial-gradient(ellipse,rgba(239,112,38,.2),transparent 70%);box-shadow:0 0 24px rgba(239,112,38,.58),0 0 52px rgba(214,120,53,.3);outline:0}
@media(max-width:700px){
  .hw-rugged-home-hero,.hw-rugged-store-cta{min-height:0;overflow:visible}
  .hw-rugged-home-hero>.hw-rugged-desktop-art,.hw-rugged-store-cta>.hw-rugged-desktop-art,.hw-rugged-hero-shop-link,.hw-rugged-store-link{display:none}
  .hw-rugged-mobile-hero,.hw-rugged-mobile-store{box-sizing:border-box;display:flex;align-items:center;flex-direction:column;text-align:center}
  .hw-rugged-mobile-hero{min-height:calc(100svh - 72px);padding:68px 20px 60px;background:radial-gradient(circle at 50% 42%,rgba(58,62,47,.28),transparent 43%),linear-gradient(135deg,#070907,#10110d 52%,#050604);box-shadow:inset 0 18px 0 #100a06,inset 0 23px 20px rgba(204,76,19,.2),inset 0 -18px 0 #100a06,inset 0 -23px 20px rgba(204,76,19,.18)}
  .hw-rugged-mobile-hero>img{position:static;width:min(58vw,225px);height:auto;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.52))}
  .hw-rugged-mobile-hero strong{margin-top:22px;color:#eadbc0!important;font-family:'Roboto Slab',Georgia,serif!important;font-size:clamp(17px,5vw,21px);line-height:1.2;letter-spacing:.01em;white-space:normal}.hw-rugged-mobile-hero strong i{color:#d86627;font-style:normal}
  .hw-rugged-mobile-hero em{margin-top:10px;color:#df6725!important;font-family:'Cormorant Garamond',Georgia,serif!important;font-size:clamp(28px,7.8vw,34px);font-weight:700;line-height:1;font-style:italic}
  .hw-rugged-mobile-hero span{margin-top:13px;color:#eadbc0!important;font-size:13px;font-weight:800;letter-spacing:.1em}
  .hw-mobile-shop-firewood,.hw-mobile-shop-now{display:block;background-position:center;background-size:contain;background-repeat:no-repeat;filter:drop-shadow(0 13px 20px rgba(0,0,0,.48));transition:transform .2s ease,filter .2s ease}
  .hw-mobile-shop-firewood{width:min(78vw,300px);aspect-ratio:3/1;margin-top:22px;background-image:url('/assets/button-shop-firewood.webp')}
  .hw-rugged-mobile-store{padding:78px 18px 66px;background:radial-gradient(circle at 50% 12%,rgba(73,69,48,.24),transparent 33%),linear-gradient(145deg,#080907,#10100d 55%,#060604);box-shadow:inset 0 16px 0 #120a06,inset 0 22px 22px rgba(206,79,20,.2),inset 0 -16px 0 #120a06}
  .hw-rugged-mobile-store h2{margin:0;color:#eadbc0!important;font-size:clamp(35px,10.5vw,46px)!important;line-height:1!important}.hw-rugged-mobile-store>p{max-width:330px;margin:18px auto 30px;color:rgba(234,219,192,.72)!important;font-size:16px;line-height:1.6}
  .hw-mobile-leather-cards{width:100%;display:grid;gap:12px}.hw-mobile-leather-cards article{padding:22px 20px;border:1px solid rgba(187,94,38,.48);background:radial-gradient(circle at top left,rgba(128,62,28,.2),transparent 38%),linear-gradient(145deg,#19130f,#0a0b09);box-shadow:inset 0 1px rgba(240,163,94,.2),0 12px 24px rgba(0,0,0,.28)}
  .hw-mobile-leather-cards b,.hw-mobile-leather-cards span{display:block}.hw-mobile-leather-cards b{color:#eadbc0!important;font-family:'Roboto Slab',Georgia,serif!important;font-size:22px}.hw-mobile-leather-cards span{margin-top:7px;color:rgba(234,219,192,.66)!important;font-size:14px;line-height:1.5}
  .hw-mobile-store-actions{width:100%;margin-top:26px;display:grid;gap:8px;justify-items:center}.hw-mobile-shop-now{width:min(74vw,285px);aspect-ratio:3/1;background-image:url('/assets/button-shop-now.webp')}
  .hw-mobile-shop-firewood:hover,.hw-mobile-shop-firewood:focus-visible,.hw-mobile-shop-now:hover,.hw-mobile-shop-now:focus-visible{transform:translateY(-3px) scale(1.012);filter:brightness(1.1) drop-shadow(0 0 9px rgba(239,112,38,.65)) drop-shadow(0 15px 22px rgba(0,0,0,.5));outline:0}
}

/* Burnt-timber frames and leather fields carry sections three and four into one continuous story. */
.hw-page-home .hwg-merch,.hw-page-home .hw-home-social{position:relative;isolation:isolate;margin:-1px 0 0!important;overflow:hidden;background-color:#070806!important}
.hw-page-home .hw-home-social:before,.hw-page-home .hw-home-social:after{display:none!important}
.hw-page-home .hw-burnt-edge{display:none!important}
.hw-page-home .hw-burnt-edge-top{top:0;background-position:center top}
.hw-page-home .hw-burnt-edge-bottom{bottom:0;background-position:center bottom}
.hw-page-home .hwg-merch>.hw-burnt-edge-top,
.hw-page-home .hwg-merch+.hw-home-social .hw-burnt-edge-top{display:none}
.hw-page-home .hw-home-social{width:100%;max-width:none;box-sizing:border-box;padding:58px max(3vw,calc((100% - 1280px)/2))!important;background:radial-gradient(circle at 82% 18%,rgba(174,67,22,.18),transparent 30%),radial-gradient(circle at 12% 86%,rgba(80,41,18,.24),transparent 34%),linear-gradient(135deg,#060807 0%,#0e0e0b 48%,#080705 100%)!important;box-shadow:inset 0 24px 34px rgba(0,0,0,.72),inset 0 -24px 34px rgba(0,0,0,.72)}
.hw-page-home .hw-home-social-inner{position:relative;z-index:1;padding:52px;border:1px solid rgba(191,101,43,.48);background:radial-gradient(circle at 10% 8%,rgba(134,61,25,.22),transparent 28%),linear-gradient(145deg,rgba(25,17,12,.96),rgba(7,8,6,.96) 72%);box-shadow:inset 0 1px rgba(241,162,91,.22),inset 0 0 70px rgba(0,0,0,.34),0 26px 62px rgba(0,0,0,.46)}
.hw-page-home .hw-home-social-inner:before{content:"";position:absolute;inset:10px;border:1px solid rgba(116,58,28,.34);pointer-events:none}
.hw-page-home .hw-home-social-inner>header{max-width:760px;margin-bottom:34px}.hw-page-home .hw-home-social-inner>header>p:last-child{color:rgba(244,239,229,.72)!important}
.hw-page-home .hw-home-social .hw-social-embed,.hw-page-home .hw-home-social .hw-social-notes{border:1px solid rgba(191,101,43,.45);background:radial-gradient(circle at top left,rgba(116,55,25,.2),transparent 36%),linear-gradient(145deg,#17110d,#090a08 72%)!important;box-shadow:inset 0 1px rgba(240,163,94,.2),0 22px 48px rgba(0,0,0,.35)}
.hw-page-home .hw-join-pack-cta{border:1px solid rgba(191,101,43,.52);background:radial-gradient(circle at 78% 50%,rgba(166,68,25,.2),transparent 35%),linear-gradient(110deg,#21130c,#0b0b08 68%)!important;box-shadow:inset 0 1px rgba(240,163,94,.2),0 20px 48px rgba(0,0,0,.38)}
@media(max-width:700px){.hw-page-home .hw-home-social{padding:54px 10px!important}.hw-page-home .hw-home-social-inner{padding:46px 14px 42px}.hw-page-home .hw-home-social-inner:before{inset:6px}.hw-page-home .hw-burnt-edge{height:96px;background-size:auto 326px}.hw-page-home .hw-burnt-edge-top{top:0;background-position:center top}.hw-page-home .hw-burnt-edge-bottom{bottom:0;background-position:center bottom}}

/* One continuous burnt-timber and black-leather language across Alpha's Den. */
.hw-page-home,.hw-page-home #page-zones__main,.hw-page-home #page-zones__main>.widget,.hw-page-home #page-zones__main>.widget>.row,.hw-page-home #page-zones__main>.widget>.row>.row__container,.hw-page-home #page-zones__main .widget.embed{background:#070806!important}
.hw-page-home .hw-rugged-home-hero,.hw-page-home .hw-rugged-store-cta,.hw-page-home .hwg-merch,.hw-page-home .hw-home-social{border-radius:0!important}
.hw-page-home .hwg-merch{border:0!important;padding:30px 0;background:#080806!important;box-shadow:inset 0 28px 36px rgba(0,0,0,.76),inset 0 -28px 36px rgba(0,0,0,.76)}
.hw-page-home .hwg-merch-inner{position:relative;z-index:1}
.hw-page-home .hwg-merch:before{background:linear-gradient(90deg,rgba(5,6,5,.97) 0%,rgba(11,9,7,.88) 38%,rgba(8,7,5,.38) 70%,rgba(5,6,5,.12) 100%),linear-gradient(180deg,rgba(71,31,13,.18),transparent 30%,rgba(5,6,5,.72))!important}
.hw-page-home .hwg-merch-copy{box-sizing:border-box;padding:42px;border:1px solid rgba(190,97,40,.42);background:radial-gradient(circle at 15% 12%,rgba(135,62,27,.2),transparent 34%),linear-gradient(145deg,rgba(28,20,15,.94),rgba(7,8,6,.92));box-shadow:inset 0 1px rgba(239,157,88,.2),0 24px 60px rgba(0,0,0,.4)}
.hw-page-home .hwg-merch-features{border-color:rgba(205,104,43,.42)!important}
.hw-page-home .hwg-merch-cta:hover,.hw-page-home .hwg-merch-cta:focus-visible,.hw-page-home .hw-claw-button:hover,.hw-page-home .hw-claw-button:focus-visible{outline:0!important;filter:brightness(1.1) drop-shadow(0 0 10px rgba(239,112,38,.66)) drop-shadow(0 18px 28px rgba(0,0,0,.55))!important}
@media(max-width:760px){.hw-page-home .hwg-merch{padding:20px 0}.hw-page-home .hwg-merch-inner{padding:0 16px 54px!important;background:linear-gradient(180deg,#090a08,#100c08 55%,#070806)!important}.hw-page-home .hwg-merch-copy{margin-top:-1px;padding:30px 18px 34px}.hw-page-home .hwg-merch-bg{height:330px}.hw-page-home .hwg-merch:before{height:331px!important;background:linear-gradient(0deg,#090a08 0%,rgba(7,8,6,.2) 50%,transparent 100%)!important}}

/* Store delivery booking: calendar, time windows and WhatsApp handoff. */
.hw-page-store #hw3-shop>#wg-store{width:100%;max-width:none;margin:0}
.hw-booking,.hw-booking *{box-sizing:border-box}.hw-booking{scroll-margin-top:115px;padding:92px 0;background:radial-gradient(circle at 12% 12%,rgba(214,120,53,.11),transparent 30%),linear-gradient(135deg,#e9e0cf,#d9ccb5);color:#142118}.hw-booking-shell{width:min(1320px,92%);margin:0 auto}.hw-checkout-flow{max-width:900px;margin:0 auto 54px;display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:12px}.hw-checkout-flow span{display:flex;align-items:center;gap:9px;color:#6f705f;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.hw-checkout-flow span b{width:28px;height:28px;border:1px solid rgba(20,33,24,.28);border-radius:50%;display:grid;place-items:center;font-size:10px}.hw-checkout-flow span.is-done,.hw-checkout-flow span.is-current{color:#173d2c}.hw-checkout-flow span.is-done b{background:#173d2c;color:#fff}.hw-checkout-flow span.is-current b{border-color:#d67835;background:#d67835;color:#130c07}.hw-checkout-flow i{height:1px;background:rgba(20,33,24,.18)}
.hw-booking-head{margin-bottom:32px;display:flex;align-items:end;justify-content:space-between;gap:36px}.hw-booking-head p{margin:0 0 8px;color:#9b5426!important;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hw-booking-head h2{margin:0;color:#132019!important;font-size:clamp(40px,5vw,64px)!important;line-height:.95}.hw-booking-head>span{max-width:390px;padding-bottom:7px;color:#59645a;font-size:12px;font-weight:700;line-height:1.5;text-align:right}.hw-booking-grid{display:grid;grid-template-columns:1.05fr .9fr .72fr;border:1px solid rgba(20,33,24,.18);background:rgba(248,243,234,.68);box-shadow:0 30px 70px rgba(46,37,25,.13)}.hw-calendar-panel,.hw-slot-panel,.hw-booking-summary{min-width:0;padding:34px}.hw-slot-panel,.hw-booking-summary{border-left:1px solid rgba(20,33,24,.14)}.hw-booking-step{display:flex;align-items:center;gap:13px;margin-bottom:30px}.hw-booking-step>b{width:37px;height:37px;border:1px solid rgba(23,61,44,.25);border-radius:50%;display:grid;place-items:center;color:#8c4a22;font-size:10px}.hw-booking-step span{display:grid;gap:3px}.hw-booking-step strong{color:#17271d!important;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.hw-booking-step small{color:#747669!important;font-size:10px;line-height:1.4}.hw-calendar-nav{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;margin-bottom:20px}.hw-calendar-nav strong{text-align:center;color:#17271d!important;font-size:16px}.hw-calendar-nav button{width:38px;height:38px;border:1px solid rgba(20,33,24,.17);border-radius:50%;background:transparent;color:#173d2c;font-size:24px;line-height:1;cursor:pointer}.hw-calendar-nav button:hover{border-color:#d67835;background:rgba(214,120,53,.09)}.hw-calendar-week,.hw-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.hw-calendar-week{margin-bottom:7px}.hw-calendar-week span{color:#77786b;font-size:8px;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}.hw-calendar-days>span,.hw-calendar-days button{aspect-ratio:1;border:0;border-radius:50%;display:grid;place-items:center;background:transparent}.hw-calendar-days button{color:#26352b;font-size:12px;font-weight:700;cursor:pointer}.hw-calendar-days button:not(:disabled):hover{outline:1px solid #d67835;background:rgba(214,120,53,.1)}.hw-calendar-days button:disabled{background:rgba(20,33,24,.055);color:rgba(20,33,24,.25);cursor:not-allowed}.hw-calendar-days button.is-selected{background:#173d2c;color:#fff;box-shadow:0 7px 16px rgba(23,61,44,.22)}.hw-calendar-key{margin-top:21px;display:flex;flex-wrap:wrap;gap:16px;color:#686c62;font-size:9px}.hw-calendar-key span{display:flex;align-items:center;gap:6px}.hw-calendar-key i{width:10px;height:10px;border:1px solid rgba(20,33,24,.28);border-radius:50%}.hw-calendar-key i.is-blocked{border:0;background:rgba(20,33,24,.1)}.hw-calendar-key i.is-selected{border:0;background:#173d2c}
.hw-slot-empty{min-height:222px;padding:35px;border:1px dashed rgba(23,61,44,.25);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;text-align:center}.hw-slot-empty[hidden]{display:none!important}.hw-slot-empty strong{color:#2c3d31!important;font-size:13px}.hw-slot-empty span{color:#77786b;font-size:11px}.hw-slots{display:grid;gap:10px}.hw-slots[hidden]{display:none}.hw-slots button{min-height:62px;padding:0 18px;border:1px solid rgba(20,33,24,.16);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.44);color:#17271d;cursor:pointer;text-align:left}.hw-slots button strong{font-size:17px}.hw-slots button span{color:#77786b;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hw-slots button:not(:disabled):hover{border-color:#d67835;background:#fff}.hw-slots button.is-selected{border-color:#173d2c;background:#173d2c;color:#fff}.hw-slots button.is-selected span{color:#e4bd78}.hw-slots button:disabled{opacity:.38;cursor:not-allowed}.hw-slot-note{margin-top:22px;padding-top:19px;border-top:1px solid rgba(20,33,24,.13);display:grid;gap:5px}.hw-slot-note strong{color:#283b2d!important;font-size:10px}.hw-slot-note span{color:#77786b;font-size:10px;line-height:1.5}.hw-booking-summary{background:linear-gradient(155deg,#173d2c,#0d2419);color:#f4efe5}.hw-booking-summary .hw-booking-step>b{border-color:rgba(214,181,107,.38);color:#d6b56b}.hw-booking-summary .hw-booking-step strong{color:#f4efe5!important}.hw-booking-summary .hw-booking-step small{color:rgba(244,239,229,.53)}.hw-booking-summary dl{margin:35px 0 0}.hw-booking-summary dl>div{padding:18px 0;border-bottom:1px solid rgba(244,239,229,.12)}.hw-booking-summary dt{color:rgba(244,239,229,.48);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hw-booking-summary dd{margin:7px 0 0;color:#fff;font-size:14px;font-weight:700;line-height:1.5}.hw-payment-rule{margin-top:27px;padding:20px;border-left:3px solid #d67835;background:rgba(0,0,0,.16);display:grid;gap:7px}.hw-payment-rule strong{color:#e4bd78!important;font-size:11px;text-transform:uppercase}.hw-payment-rule span{color:rgba(244,239,229,.66);font-size:10px;line-height:1.6}.hw-booking-summary>button{width:100%;min-height:54px;margin-top:25px;border:1px solid #d67835;background:#d67835;color:#160d07;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.hw-booking-summary>button:hover:not(:disabled){background:#e7a264}.hw-booking-summary>button:disabled{opacity:.38;cursor:not-allowed}
@media(max-width:980px){.hw-booking-grid{grid-template-columns:1fr 1fr}.hw-booking-summary{grid-column:1/-1;border-top:1px solid rgba(20,33,24,.14);border-left:0}.hw-booking-summary dl{display:grid;grid-template-columns:1fr 1fr;gap:28px}.hw-booking-summary dl>div{padding-top:0}.hw-payment-rule{max-width:620px}}
@media(max-width:680px){.hw-booking{padding:68px 0}.hw-booking-shell{width:min(100% - 28px,1320px)}.hw-checkout-flow{grid-template-columns:1fr 1fr;margin-bottom:38px;gap:8px}.hw-checkout-flow i{display:none}.hw-checkout-flow span{padding:9px;border:1px solid rgba(20,33,24,.12);white-space:normal}.hw-booking-head{align-items:flex-start;flex-direction:column;gap:12px}.hw-booking-head>span{text-align:left}.hw-booking-grid{grid-template-columns:1fr}.hw-calendar-panel,.hw-slot-panel,.hw-booking-summary{padding:25px 20px}.hw-slot-panel,.hw-booking-summary{grid-column:auto;border-top:1px solid rgba(20,33,24,.14);border-left:0}.hw-booking-summary dl{grid-template-columns:1fr;gap:0}.hw-calendar-week,.hw-calendar-days{gap:4px}.hw-calendar-days button{font-size:11px}.hw-slot-empty{min-height:160px}}

/* Booking opens from the order form instead of interrupting the Store page. */
html.hw-booking-open{overflow:hidden}.hw-booking[hidden]{display:none!important}.hw-booking{position:fixed;z-index:2147483400;inset:0;overflow-y:auto;padding:54px 0;background:rgba(4,8,6,.82);backdrop-filter:blur(9px)}.hw-booking>.hw-booking-shell{padding:38px;background:linear-gradient(135deg,#e9e0cf,#d9ccb5);box-shadow:0 35px 100px rgba(0,0,0,.55)}.hw-booking-close{position:fixed;z-index:2;top:18px;right:22px;width:44px;height:44px;border:1px solid rgba(255,255,255,.44);border-radius:50%;display:grid;place-items:center;background:#17271d;color:#fff;font-size:27px;line-height:1;cursor:pointer}.hw-booking-trigger{grid-column:1/-1;width:100%;min-height:70px;padding:14px 18px;border:1px solid #d67835!important;border-radius:8px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;flex-direction:column;background:linear-gradient(115deg,#27160c,#173d2c)!important;color:#f4efe5!important;text-align:left;box-shadow:0 10px 24px rgba(19,12,7,.18);transition:transform .2s ease,filter .2s ease}.hw-booking-trigger:hover,.hw-booking-trigger:focus-visible{transform:translateY(-2px);filter:brightness(1.09);outline:2px solid #d67835;outline-offset:2px}.hw-booking-trigger strong{color:#f4efe5!important;font-size:12px!important;letter-spacing:.09em;text-transform:uppercase}.hw-booking-trigger span{margin-top:5px;color:rgba(244,239,229,.68)!important;font-size:10px!important}.hw-booking-trigger.is-booked{border-color:#7eb78b!important;background:linear-gradient(115deg,#173d2c,#24583d)!important;box-shadow:0 0 0 3px rgba(126,183,139,.15),0 10px 24px rgba(19,12,7,.18)}.hw-booking-trigger.is-booked strong{color:#bfe0c5!important}
@media(max-width:680px){.hw-booking{padding:58px 0 24px}.hw-booking>.hw-booking-shell{width:min(100% - 18px,1320px);padding:22px 10px}.hw-booking-close{top:9px;right:10px;width:40px;height:40px}.hw-booking .hw-checkout-flow{margin-inline:10px}.hw-booking .hw-booking-head{padding-inline:10px}.hw-booking-trigger{min-height:76px}}
.hw-slot-note span{color:#34483a!important;font-size:12px!important;font-weight:800!important;line-height:1.6!important}.hw-page-home .hwg-merch-cta{width:min(520px,100%)!important;aspect-ratio:3/1;margin-top:26px!important;padding:0!important;border:0!important;display:block!important;background:url('/assets/button-browse-wolfpack-gear.png') center/contain no-repeat!important;color:transparent!important;font-size:0!important;filter:drop-shadow(0 15px 24px rgba(0,0,0,.48));transition:transform .2s ease,filter .2s ease!important}.hw-page-home .hwg-merch-cta:hover,.hw-page-home .hwg-merch-cta:focus-visible{transform:translateY(-4px) scale(1.012);filter:brightness(1.07) drop-shadow(0 19px 28px rgba(0,0,0,.56));outline:3px solid #f4efe5;outline-offset:4px}

/* Image-button interaction: illuminate the artwork, never its rectangular link box. */
.hw-page-home :where(.hw-rugged-hero-shop-link,.hw-rugged-store-link,.hw-mobile-shop-firewood,.hw-mobile-shop-now,.hwg-merch-cta,.hw-claw-button){border:0!important;outline:0!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent}
.hw-page-home :where(.hw-rugged-hero-shop-link,.hw-rugged-store-link):hover,.hw-page-home :where(.hw-rugged-hero-shop-link,.hw-rugged-store-link):focus-visible{background:transparent!important;outline:0!important;box-shadow:none!important}
.hw-page-home :where(.hw-mobile-shop-firewood,.hw-mobile-shop-now,.hwg-merch-cta,.hw-claw-button):hover,.hw-page-home :where(.hw-mobile-shop-firewood,.hw-mobile-shop-now,.hwg-merch-cta,.hw-claw-button):focus-visible{background-color:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;filter:brightness(1.12) saturate(1.05) drop-shadow(0 0 5px rgba(255,152,74,.88)) drop-shadow(0 0 13px rgba(225,86,24,.62)) drop-shadow(0 17px 25px rgba(0,0,0,.58))!important}
