:root {
	--hh-black: #05070b;
	--hh-black-soft: #0d1119;
	--hh-blue: #123bbb;
	--hh-blue-bright: #2158ff;
	--hh-gold: #ffc400;
	--hh-white: #fff;
	--hh-paper: #f4f5f7;
	--hh-ink: #111722;
	--hh-muted: #626a78;
	--hh-border: #dce0e7;
	--hh-shell: min(1180px, calc(100% - 40px));
	--hh-display: "Bebas Neue", Impact, sans-serif;
	--hh-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--hh-ink); background: var(--hh-white); font-family: var(--hh-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.hh-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--hh-gold); outline-offset: 4px; }
.hh-shell { width: var(--hh-shell); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; margin: 0; padding: 14px 20px; top: 8px; left: 8px; z-index: 100000; background: var(--hh-white); color: var(--hh-black); }

.hh-topbar { color: var(--hh-white); background: var(--hh-blue); font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hh-topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hh-topbar p { margin: 0; }
.hh-topbar p span { margin-left: 14px; opacity: .75; }
.hh-topbar a { text-decoration: none; }
.hh-header { position: sticky; top: 0; z-index: 1000; color: var(--hh-ink); background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--hh-border); box-shadow: 0 8px 28px rgba(16, 23, 35, .06); backdrop-filter: blur(14px); }
.admin-bar .hh-header { top: 32px; }
.hh-header__inner { min-height: 88px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 38px; }
.hh-brand img { width: 178px; max-height: 64px; object-fit: contain; }
.hh-brand a { display: inline-flex; }
.custom-logo-link { line-height: 0; }
.hh-nav__list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 27px; list-style: none; margin: 0; padding: 0; }
.hh-nav__list > li { position: relative; }
.hh-nav__list a { display: block; position: relative; color: var(--hh-ink); font-size: .85rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.hh-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--hh-gold); transition: right .2s ease; }
.hh-nav__list a:hover::after, .hh-nav__list .current-menu-item > a::after { right: 0; }
.hh-nav__list .sub-menu { min-width: 245px; display: none; position: absolute; top: calc(100% + 18px); left: -20px; z-index: 10; gap: 0; margin: 0; padding: 9px; list-style: none; background: var(--hh-white); border: 1px solid var(--hh-border); border-radius: 4px; box-shadow: 0 16px 35px rgba(17,23,34,.14); }
.hh-nav__list .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 20px; }
.hh-nav__list .sub-menu a { padding: 10px 12px; font-size: .72rem; line-height: 1.35; }
.hh-nav__list .sub-menu a::after { display: none; }
.hh-nav__list .sub-menu a:hover, .hh-nav__list .sub-menu a:focus { color: var(--hh-gold); }
.hh-nav__list > li:hover > .sub-menu, .hh-nav__list > li:focus-within > .sub-menu { display: grid; }
.hh-header__actions { display: flex; align-items: center; gap: 18px; }
.hh-account { font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.hh-cart { min-width: 46px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; position: relative; color: var(--hh-white); background: var(--hh-blue); border: 1px solid var(--hh-blue); border-radius: 50%; text-decoration: none; }
.hh-cart__count { position: absolute; top: -4px; right: -5px; min-width: 21px; height: 21px; display: grid; place-items: center; padding: 0 5px; color: var(--hh-black); background: var(--hh-gold); border: 2px solid var(--hh-white); border-radius: 999px; font-size: .65rem; font-weight: 800; }
.hh-menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; padding: 0; color: var(--hh-blue); background: var(--hh-white); border: 2px solid var(--hh-blue); border-radius: 50%; }
.hh-menu-toggle__icon { width: 20px; display: grid; gap: 4px; }
.hh-menu-toggle__icon span { height: 2px; display: block; background: currentColor; border-radius: 2px; }

.hh-hero { min-height: 690px; position: relative; overflow: hidden; color: var(--hh-ink); background-color: #fff; }
.hh-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hh-hero-image); background-repeat: no-repeat; background-position: center top; background-size: auto 116%; filter: brightness(1.08) saturate(.96); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
.hh-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg, var(--hh-blue) 0 72%, var(--hh-gold) 72%); }
.hh-hero__grid { min-height: 690px; display: grid; grid-template-columns: 1fr; align-items: center; position: relative; padding-block: 76px; }
.hh-hero__content { max-width: 560px; position: relative; z-index: 1; }
.hh-hero__mobile-scene { display: none; }
.hh-hero__copy { width: min(560px, 100%); margin-left: -30px; padding: 28px 30px 30px; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.88); border-radius: 12px; box-shadow: 0 18px 48px rgba(7,16,30,.16); backdrop-filter: blur(6px); }
.hh-kicker { margin: 0 0 15px; color: #8b6300; font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hh-kicker--blue { color: var(--hh-blue-bright); }
.hh-hero h1, .hh-section h2, .hh-services h2, .hh-cta h2, .hh-page-header h1, .hh-error h1 { margin: 0; font-family: var(--hh-display); font-weight: 400; letter-spacing: .008em; line-height: .94; text-transform: uppercase; }
.hh-hero h1 { max-width: 560px; color: #07101e; font-size: clamp(3.8rem, 6vw, 6rem); -webkit-text-stroke: 0; text-shadow: none; animation: hh-hero-title-in .85s cubic-bezier(.18,.82,.32,1) .08s both; }
.hh-hero__lead { max-width: 520px; margin: 28px 0 0; color: #111722; font-size: 1.08rem; font-weight: 700; line-height: 1.72; -webkit-text-stroke: 0; text-shadow: none; }
.hh-hero .hh-kicker { color: #765500; -webkit-text-stroke: 0; text-shadow: none; }
.hh-hero .hh-proof strong { color: #07101e; -webkit-text-stroke: 0; text-shadow: none; }
.hh-hero .hh-proof span { color: #303947; -webkit-text-stroke: 0; text-shadow: none; }
.hh-hero .hh-proof span { font-weight: 800; }

@keyframes hh-hero-title-in {
	from { opacity: 0; transform: translateX(-78px); }
	to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
	.hh-hero h1 { animation: none; }
}
.hh-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hh-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid transparent; border-radius: 4px; font-size: .8rem; font-weight: 800; letter-spacing: .055em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, color .18s ease, background-color .18s ease, border-color .18s ease; }
.hh-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); }
.hh-button--gold { color: var(--hh-black); background: var(--hh-gold); }
.hh-button--ghost { color: var(--hh-ink); background: rgba(255,255,255,.72); border-color: var(--hh-ink); }
.hh-button--ghost:hover { color: var(--hh-white); background: var(--hh-ink); border-color: var(--hh-ink); }
.hh-button--blue, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button { color: var(--hh-white); background: var(--hh-blue); }
.hh-button--outline-dark { color: var(--hh-black); background: transparent; border-color: var(--hh-black); }
.hh-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(17,23,34,.2); }
.hh-proof div { display: grid; gap: 2px; }
.hh-proof strong { color: var(--hh-ink); font-family: var(--hh-display); font-size: 1.8rem; font-weight: 400; letter-spacing: .035em; text-transform: uppercase; }
.hh-proof span { color: var(--hh-muted); font-size: .68rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }

.hh-section { padding-block: 105px; }
.hh-section--light { background: var(--hh-paper); }
.hh-section--black { color: var(--hh-ink); background: #eef1f6; border-block: 1px solid var(--hh-border); }
.hh-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 470px); align-items: end; gap: 50px; margin-bottom: 45px; }
.hh-section-heading h2, .hh-feature h2, .hh-services h2, .hh-cta h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.hh-section-heading > p { margin: 0; color: var(--hh-muted); }
.hh-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hh-category-card { min-width: 0; display: grid; grid-template-columns: 1fr auto; position: relative; overflow: hidden; color: var(--hh-ink); background: var(--hh-white); border: 1px solid var(--hh-border); border-bottom: 4px solid var(--hh-gold); border-radius: 12px; text-decoration: none; box-shadow: 0 14px 32px rgba(11,16,28,.08); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.hh-category-card:hover { transform: translateY(-6px); border-color: #b8c5e8; box-shadow: 0 22px 45px rgba(18,59,187,.14); }
.hh-category-card__image { grid-column: 1 / -1; aspect-ratio: 1.45; overflow: hidden; background: #e7ebf2; border-bottom: 1px solid var(--hh-border); }
.hh-category-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform .35s ease, filter .35s ease; }
.hh-category-card:hover .hh-category-card__image img { transform: scale(1.045); filter: saturate(1.06); }
.hh-category-card__body { min-width: 0; display: grid; gap: 5px; align-content: center; padding: 22px 8px 22px 22px; }
.hh-category-card__body strong { font-family: var(--hh-display); font-size: 1.45rem; font-weight: 400; letter-spacing: .025em; line-height: 1.05; text-transform: uppercase; }
.hh-category-card__body span { color: var(--hh-muted); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hh-category-card__arrow { width: 40px; height: 40px; display: grid; place-items: center; align-self: center; margin-right: 18px; padding: 0; color: var(--hh-white); background: var(--hh-blue); border-radius: 50%; font-size: 1.05rem; transition: transform .22s ease, background-color .22s ease; }
.hh-category-card:hover .hh-category-card__arrow { transform: rotate(8deg); background: var(--hh-blue-bright); }
.hh-feature { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 8%; }
.hh-feature__media { overflow: hidden; border: 1px solid #cbd1dc; border-radius: 6px; transform: rotate(-1deg); box-shadow: -18px 18px 0 var(--hh-blue); }
.hh-feature__media img { width: 100%; }
.hh-feature__content > p:not(.hh-kicker) { max-width: 650px; color: var(--hh-muted); font-size: 1.04rem; }
.hh-check-list { display: grid; gap: 0; margin: 34px 0; padding: 0; list-style: none; border-top: 1px solid #cfd5df; }
.hh-check-list li { display: grid; grid-template-columns: 170px 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid #cfd5df; }
.hh-check-list strong { color: var(--hh-ink); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.hh-check-list span { color: var(--hh-muted); font-size: .85rem; }
.hh-text-link { color: var(--hh-blue); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.hh-text-link span { margin-left: 7px; font-size: 1.2em; }
.hh-text-link--dark { color: var(--hh-blue); }

.hh-section--products { background: var(--hh-white); }
.hh-product-showcase .woocommerce { margin: 0; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: 100% !important; display: flex; flex-direction: column; margin: 0; padding: 0 0 18px; overflow: hidden; background: var(--hh-white); border: 1px solid var(--hh-border); border-bottom: 4px solid var(--hh-gold); border-radius: 12px; box-shadow: 0 12px 28px rgba(11,16,28,.07); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); border-color: #bcc8e6; box-shadow: 0 22px 44px rgba(18,59,187,.14); }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { flex: 1; display: flex; flex-direction: column; text-decoration: none; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1.08; margin: 0 0 20px; object-fit: cover; background: linear-gradient(145deg, #f8f9fb, #e8ecf3); border-bottom: 1px solid var(--hh-border); transition: transform .35s ease, filter .35s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); filter: saturate(1.04); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 5.4em; display: -webkit-box; overflow: hidden; margin: 0; padding: 0 18px; color: #07101e; font-size: 1rem; font-weight: 800; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.woocommerce ul.products li.product .price { display: block; margin: auto 0 0; padding: 14px 18px 0; color: var(--hh-blue); font-size: 1.02rem; font-weight: 800; }
.woocommerce ul.products li.product .button { width: calc(100% - 36px); min-height: 44px; margin: 15px 18px 0; padding: 10px 14px; border-radius: 6px; font-size: .75rem; }
.woocommerce ul.products li.product a:focus-visible { outline-offset: -4px; }
.woocommerce ul.products li.product-category .woocommerce-loop-category__title { margin: 0; padding: 0 18px 8px; color: var(--hh-ink); font-family: var(--hh-display); font-size: 1.55rem; font-weight: 400; letter-spacing: .02em; line-height: 1.08; text-transform: uppercase; }
.woocommerce ul.products li.product-category .count { color: var(--hh-muted); background: transparent; font-family: var(--hh-body); font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.woocommerce span.onsale { min-width: 48px; min-height: 48px; display: grid; place-items: center; padding: 4px; top: 10px; left: 10px; color: var(--hh-black); background: var(--hh-gold); border-radius: 50%; font-size: .67rem; line-height: 1; }

.hh-services { padding-block: 105px; color: var(--hh-ink); background: #eaf0ff; border-block: 1px solid #d6e0fb; }
.hh-services > .hh-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; }
.hh-services__intro > p:not(.hh-kicker) { color: var(--hh-muted); }
.hh-services__grid { display: grid; }
.hh-services__grid > div { display: grid; grid-template-columns: 60px minmax(130px, .7fr) 1fr; align-items: baseline; gap: 20px; padding: 25px 0; border-bottom: 1px solid #c9d4ef; }
.hh-services__grid > div:first-child { border-top: 1px solid #c9d4ef; }
.hh-services__grid span { color: #a36d00; font-size: .72rem; font-weight: 800; }
.hh-services__grid h3 { margin: 0; color: var(--hh-blue); font-family: var(--hh-display); font-size: 2.2rem; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.hh-services__grid p { margin: 0; color: var(--hh-muted); font-size: .86rem; }
.hh-cta { padding-block: 84px; background: var(--hh-gold); }
.hh-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.hh-cta h2 { max-width: 660px; }
.hh-cta p:not(.hh-kicker) { margin: 12px 0 0; }
.hh-cta .hh-actions { flex: 0 0 auto; margin: 0; }

.hh-content { min-height: 55vh; padding-block: 75px 100px; }
.hh-content--narrow { max-width: 900px; }
.hh-page-header { margin-bottom: 48px; }
.hh-page-header h1, .hh-error h1 { font-size: clamp(3.4rem, 6.7vw, 6.8rem); }
.hh-page-header__description { max-width: 760px; margin-top: 20px; color: var(--hh-muted); }
.hh-entry__content { max-width: 900px; font-size: 1.02rem; }
.hh-entry__content > * { max-width: 760px; margin-inline: auto; }
.hh-entry__content > .alignwide { max-width: 1100px; }
.hh-entry__content > .alignfull { max-width: none; width: 100vw; margin-left: calc(50% - 50vw); }
.hh-entry__content img, .hh-entry__featured img { border-radius: 5px; }
.hh-entry__content a { color: var(--hh-blue); }
.hh-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hh-contact-card { min-height: 245px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 30px; background: var(--hh-paper); border: 1px solid var(--hh-border); border-radius: 10px; }
.hh-contact-card:first-child { color: var(--hh-white); background: var(--hh-blue); border-color: var(--hh-blue); }
.hh-contact-card--wide { color: var(--hh-ink); background: #fff3bd; border-color: #efd36a; }
.hh-contact-card > span { margin-bottom: auto; color: var(--hh-gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hh-contact-card h2 { margin: 22px 0 5px; font-family: var(--hh-display); font-size: clamp(2.25rem, 3vw, 3.3rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.hh-contact-card p { max-width: 580px; margin: 8px 0 20px; font-size: .92rem; }
.hh-contact-card__locations { display: grid; gap: 2px; }
.hh-contact-card__locations strong { color: var(--hh-blue); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.hh-contact-card__locations a { color: var(--hh-blue); font-weight: 700; }
.hh-contact-form-card { display: grid; grid-template-columns: minmax(270px, .58fr) minmax(0, 1.42fr); align-items: start; gap: clamp(40px, 6vw, 78px); margin-top: 18px; padding: clamp(32px, 5vw, 62px); background: var(--hh-white); border: 1px solid var(--hh-border); border-radius: 12px; box-shadow: 0 20px 55px rgba(11,16,28,.08); }
.hh-contact-form-card__intro h2 { margin: 0; font-family: var(--hh-display); font-size: clamp(3.1rem, 5vw, 5rem); font-weight: 400; line-height: .96; text-transform: uppercase; }
.hh-contact-form-card__intro > p:last-child { color: var(--hh-muted); }
.hh-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.hh-form-grid .hh-form-field { min-width: 0; display: grid; gap: 8px; color: var(--hh-ink); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hh-form-field--wide { grid-column: 1 / -1; }
.hh-form-grid input:not([type="submit"]), .hh-form-grid select, .hh-form-grid textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--hh-ink); background: #f7f8fa; border: 1px solid #cfd5df; border-radius: 5px; font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.hh-form-grid textarea { min-height: 155px; resize: vertical; }
.hh-form-grid input:focus, .hh-form-grid select:focus, .hh-form-grid textarea:focus { outline: 3px solid rgba(33,88,255,.22); border-color: var(--hh-blue-bright); }
.hh-form-submit { display: flex; align-items: center; gap: 16px; }
.hh-form-submit input[type="submit"] { min-height: 52px; padding: 13px 24px; color: var(--hh-white); background: var(--hh-blue); border: 2px solid var(--hh-blue); border-radius: 4px; font-size: .8rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; }
.hh-contact-form-card .wpcf7-spinner { margin: 0; }
.hh-contact-form-card .wpcf7-response-output { margin: 24px 0 0; padding: 12px 16px; border-width: 1px; border-radius: 5px; }
.hh-contact-form-card .wpcf7-not-valid-tip { margin-top: 5px; font-size: .78rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.hh-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hh-post-card { overflow: hidden; border: 1px solid var(--hh-border); border-radius: 5px; }
.hh-post-card__image { display: block; aspect-ratio: 1.35; overflow: hidden; }
.hh-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.hh-post-card__body { padding: 25px; }
.hh-post-card__body h2 { font-size: 1.2rem; line-height: 1.35; }
.hh-post-card__body h2 a { text-decoration: none; }
.hh-content--services .hh-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.hh-content--services .hh-post-card { display: flex; flex-direction: column; background: var(--hh-white); border-radius: 12px; box-shadow: 0 14px 32px rgba(11,16,28,.08); }
.hh-content--services .hh-post-card__image { aspect-ratio: 1.65; }
.hh-content--services .hh-post-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.hh-content--services .hh-post-card__body h2 { margin: 0; font-size: 1.25rem; line-height: 1.3; }
.hh-content--services .hh-post-card__body p { margin: 12px 0 20px; color: var(--hh-muted); font-size: .9rem; line-height: 1.6; }
.hh-post-card__link { align-self: flex-start; margin-top: auto; color: var(--hh-blue); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.hh-post-card__link:hover { text-decoration: underline; }
.hh-error { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 100px; }
.hh-error p:not(.hh-kicker) { max-width: 550px; margin-bottom: 28px; }

.hh-woocommerce .woocommerce-breadcrumb { color: var(--hh-muted); font-size: .78rem; }
.hh-woocommerce .woocommerce-products-header__title, .hh-woocommerce .product_title, .cart_totals h2, .woocommerce-order-details__title, .woocommerce-customer-details h2 { font-family: var(--hh-display); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.hh-woocommerce .woocommerce-products-header { max-width: 850px; margin-bottom: 32px; }
.hh-woocommerce .term-description { color: var(--hh-muted); font-size: 1.02rem; }
.hh-woocommerce .woocommerce-result-count { color: var(--hh-muted); font-size: .85rem; }
.hh-woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.hh-woocommerce .woocommerce-ordering select { min-width: 230px; background: var(--hh-white); }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--hh-blue); font-weight: 800; }
.woocommerce div.product form.cart .button { min-height: 48px; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt { color: var(--hh-white); background: var(--hh-blue); }
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover { color: var(--hh-white); background: #0c2e99; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--hh-border); border-radius: 3px; }
.woocommerce table.shop_table { border-color: var(--hh-border); border-radius: 4px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { min-height: 48px; padding: 10px 12px; border: 1px solid #aeb5c1; border-radius: 3px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-top-color: var(--hh-blue); background: var(--hh-paper); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--hh-blue); }
.hh-cart-notice__actions { display: inline-flex; flex-wrap: wrap; gap: 8px; margin-left: 15px; }
.category-description { color: var(--hh-muted); font-size: .78rem; }
.grecaptcha-badge { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.cky-btn-revisit-wrapper { right: auto !important; bottom: 15px !important; left: 20px !important; width: 35px !important; height: 35px !important; background: var(--hh-blue) !important; box-shadow: 0 10px 26px rgba(7,25,42,.2) !important; }
.cky-btn-revisit-wrapper .cky-btn-revisit, .cky-btn-revisit-wrapper .cky-btn-revisit img { width: 23px !important; height: 23px !important; }
.cky-btn-revisit-wrapper, #cya11y-container { transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out; }
.page-scrolling .cky-btn-revisit-wrapper, .page-scrolling #cya11y-container { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; }
.hh-menu-open .cky-btn-revisit-wrapper { display: none !important; }
.hh-menu-open #cya11y-container { display: none !important; }

.wp-block-legitsquares-woocommerce-mobile-theme { display: grid; gap: 8px; margin: 18px 0; padding: 28px; background: var(--hh-paper); border: 1px solid var(--hh-border); border-radius: 5px; }
.wp-block-legitsquares-woocommerce-mobile-theme > span:first-of-type { font-size: 1.1rem; font-weight: 800; }
.wp-block-legitsquares-woocommerce-mobile-theme > a { width: fit-content; color: var(--hh-blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.hh-footer { color: var(--hh-muted); background: var(--hh-white); border-top: 1px solid var(--hh-border); }
.hh-footer__grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 9%; padding-block: 76px 68px; }
.hh-footer__brand img { width: 190px; }
.hh-footer__brand p { max-width: 380px; color: var(--hh-muted); font-size: .86rem; }
.hh-footer h2 { margin: 0 0 18px; color: var(--hh-ink); font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; }
.hh-footer__links, .hh-footer .hh-nav__list { display: grid; justify-content: start; gap: 10px; margin: 0; padding: 0; list-style: none; }
.hh-footer__links a, .hh-footer .hh-nav__list a { color: var(--hh-muted); font-size: .83rem; text-decoration: none; text-transform: none; letter-spacing: 0; }
.hh-footer .hh-nav__list a::after { display: none; }
.hh-footer__links a:hover, .hh-footer .hh-nav__list a:hover { color: var(--hh-blue); }
.hh-footer__bottom { min-height: 106px; display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 10px; padding-block: 20px; border-top: 1px solid var(--hh-border); color: #626b7a; font-size: .72rem; letter-spacing: .035em; line-height: 1.65; text-align: center; text-transform: none; }
.hh-footer__bottom p { margin: 0; }
.site-footer__credit { margin-inline: auto; text-align: center; }
.site-footer__credit a { color: var(--hh-blue); }
.site-footer__break--mobile { display: none; }
.site-footer__heart { color: #d32032; }
.hh-footer__legal { display: flex; justify-content: center; gap: 20px; text-transform: uppercase; }

.hh-newsletter { padding-block: 54px; color: var(--hh-white); background: #05070b; }
.hh-newsletter__inner { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(420px, 1.3fr); align-items: end; gap: clamp(38px, 7vw, 100px); }
.hh-newsletter h2 { margin: 0; color: var(--hh-white); font-size: 1.15rem; font-weight: 500; letter-spacing: .035em; text-transform: uppercase; }
.hh-newsletter__copy p { margin: 13px 0 0; color: #9ba5b5; font-size: .9rem; }
.hh-newsletter-form { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 164px; gap: 12px; }
.hh-newsletter-form input[type="email"] { width: 100%; min-height: 54px; padding: 13px 17px; color: var(--hh-ink); background: var(--hh-white); border: 1px solid var(--hh-white); border-radius: 6px; font: inherit; }
.hh-newsletter-form input[type="email"]:focus { outline: 3px solid rgba(255,194,0,.4); outline-offset: 2px; }
.hh-newsletter-form button { min-height: 54px; padding: 13px 24px; color: var(--hh-black); background: var(--hh-gold); border: 2px solid var(--hh-gold); border-radius: 6px; font-size: .82rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; }
.hh-newsletter-form button:hover { background: #ffd242; border-color: #ffd242; }
.hh-newsletter-form__hp { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.hh-newsletter__success { margin: 0; padding: 16px 18px; color: var(--hh-white); background: rgba(56,184,74,.18); border: 1px solid rgba(102,226,118,.55); border-radius: 6px; }
.hh-newsletter-modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 20px; }
.hh-newsletter-modal[hidden] { display: none; }
.hh-newsletter-modal__backdrop { position: absolute; inset: 0; background: rgba(2,7,15,.78); backdrop-filter: blur(5px); }
.hh-newsletter-modal__dialog { width: min(560px, 100%); position: relative; z-index: 1; padding: clamp(30px, 6vw, 52px); color: var(--hh-ink); background: var(--hh-white); border: 1px solid rgba(255,255,255,.8); border-radius: 12px; box-shadow: 0 28px 80px rgba(0,0,0,.38); }
.hh-newsletter-modal__dialog h2 { margin: 0; font-family: var(--hh-display); font-size: clamp(3rem, 8vw, 4.5rem); font-weight: 400; line-height: .95; text-transform: uppercase; }
.hh-newsletter-modal__dialog > p:not(.hh-kicker) { margin: 18px 0 26px; color: var(--hh-muted); line-height: 1.65; }
.hh-newsletter-modal__close { width: 44px; height: 44px; position: absolute; top: 10px; right: 10px; display: grid; place-items: center; padding: 0; color: var(--hh-ink); background: transparent; border: 0; border-radius: 50%; font-size: 2rem; line-height: 1; cursor: pointer; }
.hh-newsletter-modal__close:hover, .hh-newsletter-modal__close:focus-visible { color: var(--hh-white); background: var(--hh-blue); }
.hh-newsletter-modal-open { overflow: hidden; }
.hh-newsletter-toast { max-width: min(460px, calc(100% - 28px)); position: fixed; left: 50%; bottom: 24px; z-index: 2100; padding: 14px 18px; transform: translateX(-50%); color: var(--hh-white); background: #16782d; border: 2px solid var(--hh-white); border-radius: 6px; box-shadow: 0 16px 38px rgba(0,0,0,.3); font-size: .86rem; font-weight: 700; text-align: center; }
.hh-newsletter-toast--error { background: #b51f2e; }

.hh-contact-float { display: flex; position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 900; flex-direction: column; align-items: flex-end; gap: 14px; font-size: .78rem; }
.hh-contact-float__button { width: 52px; height: 52px; display: flex; position: relative; align-items: center; justify-content: flex-end; gap: 0; overflow: hidden; padding: 0 14px; color: var(--hh-white); border: 2px solid var(--hh-white); border-radius: 999px; text-decoration: none; box-shadow: 0 10px 28px rgba(7,25,42,.24); transition: width .35s ease, transform .18s ease, box-shadow .18s ease; }
.hh-contact-float__button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(7,25,42,.3); }
.hh-contact-float__button--whatsapp { background: #38b84a; }
.hh-contact-float__button--sms { background: #389adb; }
.hh-contact-float__button svg { width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hh-contact-float__button svg circle { fill: currentColor; stroke: none; }
.hh-contact-float__label { width: 0; overflow: hidden; opacity: 0; font-weight: 800; letter-spacing: .035em; line-height: 1.2; white-space: nowrap; text-transform: uppercase; transition: width .35s ease, margin-left .35s ease, opacity .2s ease; }
.hh-contact-float__status { width: 11px; height: 11px; position: absolute; top: -1px; right: -1px; z-index: 1; background: #2ab930; border: 2px solid var(--hh-white); border-radius: 50%; }
.hh-menu-open .hh-contact-float { display: none; }

@media (hover: hover) and (pointer: fine) {
	.hh-contact-float__button:hover, .hh-contact-float__button:focus-visible { width: 270px; }
	.hh-contact-float__button--sms:hover, .hh-contact-float__button--sms:focus-visible { width: 230px; }
	.hh-contact-float__button:hover .hh-contact-float__label, .hh-contact-float__button:focus-visible .hh-contact-float__label { width: auto; margin-left: 14px; opacity: 1; }
}

@media (max-width: 1000px) {
	.hh-header__inner { grid-template-columns: auto 1fr auto; }
	.hh-menu-toggle { display: inline-flex; }
	.hh-brand { justify-self: center; }
	.hh-account { display: none; }
	.hh-nav { display: none; position: fixed; top: 89px; left: 0; right: 0; height: calc(100dvh - 89px); padding: 35px 20px; overflow: auto; background: var(--hh-white); }
	.admin-bar .hh-nav { top: 89px; height: calc(100dvh - 121px); }
	.hh-nav.is-open { display: block; }
	.hh-nav__list { display: grid; justify-items: stretch; gap: 0; }
	.hh-nav__list li { border-bottom: 1px solid var(--hh-border); }
	.hh-nav__list a { padding: 17px 2px; font-size: 1rem; }
	.hh-nav__list a::after { display: none; }
	.hh-nav__list .sub-menu { min-width: 0; display: grid; position: static; gap: 0; padding: 0 0 8px 18px; background: transparent; border: 0; box-shadow: none; }
	.hh-nav__list .sub-menu::before { display: none; }
	.hh-nav__list .sub-menu li { border: 0; }
	.hh-nav__list .sub-menu a { padding: 8px 2px; color: var(--hh-muted); font-size: .78rem; }
	.hh-hero__grid { grid-template-columns: 1fr; }
	.hh-category-grid { grid-template-columns: repeat(2, 1fr); }
	.hh-feature { gap: 6%; }
	.hh-services > .hh-shell { grid-template-columns: 1fr; gap: 45px; }
	.hh-cta__inner { align-items: flex-start; flex-direction: column; }
	.hh-cta .hh-actions { margin-top: 0; }
	.hh-footer__grid { gap: 5%; }
}

@media (max-width: 782px) {
	.admin-bar .hh-header { top: 46px; }
	.admin-bar .hh-nav { top: 77px; height: calc(100dvh - 123px); }
	.hh-topbar p span { display: none; }
	.hh-header__inner { min-height: 76px; }
	.hh-brand img { width: 145px; max-height: 52px; }
	.hh-nav { top: 77px; height: calc(100dvh - 77px); }
	.cky-btn-revisit-wrapper { top: auto !important; right: auto !important; bottom: 15px !important; left: 20px !important; width: 25px !important; height: 25px !important; }
	.cky-btn-revisit-wrapper .cky-btn-revisit, .cky-btn-revisit-wrapper .cky-btn-revisit img { width: 17px !important; height: 17px !important; }
	.hh-hero { min-height: 0; color: var(--hh-white); background: #071322; }
	.hh-hero::before { display: block; height: auto; inset: -18px; background-image: var(--hh-hero-image); background-position: 75% center; background-size: cover; filter: blur(12px) brightness(.32) saturate(.9); -webkit-mask-image: none; mask-image: none; }
	.hh-hero__mobile-scene { display: block; position: absolute; inset: 0; z-index: 0; background-image: var(--hh-hero-image); background-repeat: no-repeat; background-position: 87% top; background-size: auto 140vw; filter: brightness(.79) saturate(1.02); -webkit-mask-image: linear-gradient(180deg, #000 0, #000 90%, transparent 100%); mask-image: linear-gradient(180deg, #000 0, #000 90%, transparent 100%); }
	.hh-hero__mobile-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,10,20,.72), rgba(3,10,20,.14) 45%, rgba(3,10,20,.72)); }
	.hh-hero__grid { min-height: clamp(720px, calc(100svh - 112px), 860px); align-items: stretch; padding-block: 24px 38px; }
	.hh-hero__content { max-width: 630px; display: flex; }
	.hh-hero__copy { width: 100%; display: flex; flex: 1; flex-direction: column; margin-left: 0; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; backdrop-filter: none; }
	.hh-hero h1 { color: var(--hh-white); font-size: clamp(2.35rem, 10.2vw, 3.1rem); line-height: .96; text-shadow: 0 3px 2px #02060c, 0 0 22px rgba(0,0,0,.9); }
	.hh-hero .hh-kicker { color: var(--hh-gold); }
	.hh-hero__lead { color: #f2f6fc; font-size: .92rem; line-height: 1.6; text-shadow: 0 2px 10px rgba(0,0,0,.82); }
	.hh-hero .hh-actions { margin-top: auto; }
	.hh-hero .hh-proof { margin-top: 22px; padding-top: 18px; }
	.hh-hero .hh-proof { border-top-color: rgba(255,255,255,.3); }
	.hh-hero .hh-proof strong { color: var(--hh-white); }
	.hh-hero .hh-proof span { color: #d6deea; }
	.hh-hero .hh-button--ghost { color: var(--hh-white); background: rgba(7,19,34,.55); border-color: var(--hh-white); }
	.hh-section, .hh-services { padding-block: 78px; }
	.hh-section-heading { grid-template-columns: 1fr; gap: 20px; }
	.hh-feature { grid-template-columns: 1fr; gap: 58px; }
	.hh-feature__media { max-width: 520px; margin-inline: auto; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hh-services__grid > div { grid-template-columns: 45px minmax(120px, .65fr) 1fr; }
	.hh-post-grid { grid-template-columns: repeat(2, 1fr); }
	.hh-footer__grid { grid-template-columns: 1fr 1fr; }
	.hh-footer__brand { grid-column: 1 / -1; }
	.hh-newsletter__inner { grid-template-columns: 1fr; align-items: start; gap: 26px; }
}

@media (max-width: 560px) {
	:root { --hh-shell: min(100% - 28px, 1180px); }
	.hh-topbar__inner { min-height: 40px; }
	.hh-topbar { font-size: .65rem; }
	.hh-header__inner { gap: 8px; }
	.hh-menu-toggle, .hh-cart { width: 44px; min-width: 44px; height: 44px; min-height: 44px; }
	.hh-brand img { width: 126px; }
	.hh-hero__grid { min-height: clamp(680px, calc(100svh - 117px), 740px); padding-block: 24px 34px; }
	.hh-hero h1 { margin-top: 2px; }
	.hh-hero .hh-kicker { font-size: clamp(.6rem, 3.45vw, .75rem); letter-spacing: clamp(.06em, .35vw, .13em); white-space: nowrap; }
	.hh-hero__lead { display: none; }
	.hh-actions { display: grid; }
	.hh-hero__copy .hh-actions { margin-left: 0; }
	.hh-button { width: 100%; }
	.hh-cta .hh-actions { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.hh-cta .hh-button { padding-inline: 6px; font-size: .66rem; letter-spacing: 0; white-space: nowrap; }
	.hh-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 42px; }
	.hh-proof > div { justify-items: center; padding-inline: 4px; text-align: center; }
	.hh-proof strong { font-size: clamp(1.2rem, 5.8vw, 1.45rem); }
	.hh-proof span { font-size: .58rem; line-height: 1.35; }
	.hh-section { padding-block: 65px; }
	.hh-section-heading h2, .hh-feature h2, .hh-cta h2 { font-size: clamp(3.2rem, 15vw, 4.25rem); }
	.hh-category-grid { grid-template-columns: 1fr; }
	.hh-category-card { grid-template-columns: 1fr auto; }
	.hh-category-card__image { aspect-ratio: 1.6; }
	.hh-check-list li { grid-template-columns: 1fr; gap: 4px; }
	.woocommerce ul.products { gap: 10px; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 5.6em; padding-inline: 12px; font-size: .88rem; line-height: 1.4; }
	.woocommerce ul.products li.product .price { padding-inline: 12px; font-size: .94rem; }
	.woocommerce ul.products li.product .button { width: calc(100% - 24px); margin-inline: 12px; }
	.woocommerce ul.products li.product-category .woocommerce-loop-category__title { padding-inline: 12px; font-size: 1.25rem; }
	.hh-services { padding-block: 34px; }
	.hh-services > .hh-shell { gap: 20px; }
	.hh-services h2 { font-size: clamp(2.4rem, 10.5vw, 2.85rem); }
	.hh-services__intro > p:not(.hh-kicker) { margin-bottom: 0; font-size: .82rem; line-height: 1.5; }
	.hh-services__grid > div { grid-template-columns: 24px minmax(100px, .58fr) 1fr; align-items: start; gap: 6px 8px; padding-block: 12px; }
	.hh-services__grid span { font-size: .65rem; }
	.hh-services__grid h3 { font-size: 1.48rem; line-height: 1; }
	.hh-services__grid p { grid-column: auto; font-size: .68rem; line-height: 1.4; }
	.hh-cta { padding-block: 62px; }
	.hh-content { padding-block: 55px 75px; }
	.hh-content--services { padding-top: 22px; }
	.hh-page-header { margin-bottom: 35px; }
	.hh-content--services .hh-page-header { margin-bottom: 26px; }
	.hh-content--services .hh-post-grid { grid-template-columns: 1fr; gap: 18px; }
	.hh-content--services .hh-post-card__image { aspect-ratio: 1.55; }
	.hh-content--services .hh-post-card__body { padding: 20px; }
	.hh-content--services .hh-post-card__body h2 { font-size: 1.12rem; }
	.hh-content--services .hh-post-card__body p { font-size: .84rem; line-height: 1.55; }
	.hh-page-header h1, .hh-error h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
	.hh-contact-grid, .hh-contact-form-card, .hh-post-grid { grid-template-columns: 1fr; }
	.hh-contact-card { min-height: 280px; padding: 28px; }
	.hh-form-grid { grid-template-columns: 1fr; }
	.hh-form-field--wide { grid-column: auto; }
	.hh-contact-float { right: max(12px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); gap: 10px; }
	.hh-contact-float__button { width: 48px; height: 48px; padding: 0 12px; }
	.hh-contact-float__button svg { width: 22px; height: 22px; flex-basis: 22px; }
	.hh-newsletter { padding-block: 44px; }
	.hh-newsletter-form { grid-template-columns: 1fr; }
	.hh-newsletter-modal { padding: 14px; }
	.hh-newsletter-modal__dialog { padding: 34px 22px 24px; }
	.hh-newsletter-modal__dialog h2 { font-size: 3.15rem; }
	.hh-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; padding-block: 52px; }
	.hh-footer__brand { grid-column: 1 / -1; }
	.hh-footer__bottom { align-items: center; padding-block: 20px; }
	.site-footer__credit { font-size: clamp(.58rem, 2.8vw, .72rem); letter-spacing: .02em; }
	.site-footer__credit-line { white-space: nowrap; }
	.site-footer__break--mobile { display: inline; }
	.site-footer__break--desktop { display: none; }
	.hh-cart-notice__actions { margin: 12px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
