/*
Theme Name: Haiti Legacy Collection
Theme URI: https://haitilegacycollection.com
Author: Virgile Consulting, LLC
Author URI: https://haitilegacycollection.com
Description: A responsive, mobile-first WordPress theme for Haiti Legacy Collection, a subsidiary of Virgile Consulting, LLC (Utah, USA). Black, gold, and flag-blue-and-red design with a kit-lineup hero, a gallery carousel, category tiles, a filterable product grid, a book feature, and ready-made Privacy Policy and Terms of Service pages. WooCommerce ready.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haiti-legacy
Tags: e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready, dark, one-column, two-columns, wide-blocks
*/

/* =========================================================================
   1. Tokens
   ========================================================================= */
:root {
	--hl-bg: #050403;
	--hl-panel: #0E0C09;
	--hl-panel2: #14110C;
	--hl-fg: #F3EBDA;
	--hl-muted: #B0A48B;
	--hl-line: #2B2417;
	--hl-gold: #E0B957;
	--hl-gold2: #AF8A53;
	--hl-red: #C4232B;
	--hl-red2: #8E1218;
	--hl-blue: #1E3E7F;
	--hl-blue2: #0F2456;
	--hl-green: #1F6B3F;
	--hl-ivory: #EADFC8;
	--hl-ink: #120D04;
	--hl-display: 'Cinzel', 'Trajan Pro', 'Times New Roman', serif;
	--hl-body: 'Jost', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	color-scheme: dark;
}

/* =========================================================================
   2. Base
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--hl-bg);
	color: var(--hl-fg);
	font-family: var(--hl-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	padding-left: env(safe-area-inset-left, 0);
	padding-right: env(safe-area-inset-right, 0);
}
h1, h2, h3, h4, h5, h6 { font-family: var(--hl-display); line-height: 1.15; margin: 0 0 .5em; letter-spacing: .02em; }
p { margin: 0 0 1em; }
a { color: var(--hl-gold); }
a:hover { color: #F6DA88; }
img, svg, video { max-width: 100%; height: auto; }
img { display: block; }
button { font: inherit; color: inherit; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--hl-gold); outline-offset: 2px; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important;
	width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus, .skip-link:focus {
	background: var(--hl-gold); color: var(--hl-ink); clip: auto !important; clip-path: none;
	display: block; font-weight: 600; height: auto; left: 8px; top: 8px; padding: 12px 18px;
	width: auto; z-index: 100000; text-decoration: none;
}

.hl-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.hl-narrow { max-width: 820px; }
.hl-center { text-align: center; }
.hl-main { display: block; min-height: 50vh; }
.hl-sec { padding: 44px 0 8px; }

/* Headings */
.hl-h1 { font-size: clamp(30px, 6.5vw, 52px); font-weight: 700; color: var(--hl-fg); margin-bottom: .2em; }
.hl-h2 { font-size: clamp(26px, 5.4vw, 40px); font-weight: 700; margin-bottom: 0; }
.hl-h2-sm { font-size: 24px; }
.hl-rule { width: 88px; height: 3px; background: linear-gradient(90deg, var(--hl-red), var(--hl-gold)); border: 0; margin: 12px 0 0; }
.hl-rule-c { margin-inline: auto; }
.hl-lede { color: var(--hl-muted); margin: 10px 0 0; max-width: 58ch; }
.hl-meta { color: var(--hl-muted); font-size: 14px; }
.hl-fine { color: var(--hl-muted); font-size: 13px; margin-top: 10px; }

/* Buttons and fields */
.hl-btn {
	display: inline-block; font-family: var(--hl-display); font-weight: 700; font-size: 14px; letter-spacing: .08em;
	background: var(--hl-red); color: #fff; border: 0; border-radius: 4px; padding: 14px 24px;
	text-decoration: none; text-align: center; line-height: 1.2; transition: background .2s;
}
.hl-btn:hover { background: #D6303A; color: #fff; }
.hl-btn.hl-gold { background: var(--hl-gold); color: var(--hl-ink); }
.hl-btn.hl-gold:hover { background: #F0CB6E; color: var(--hl-ink); }
.hl-btn.hl-line { background: none; color: var(--hl-gold); border: 1.5px solid var(--hl-gold2); padding: 12.5px 22px; }
.hl-btn.hl-line:hover { background: rgba(224, 185, 87, .12); color: var(--hl-gold); }
.hl-field, .hl-search input[type="search"] {
	width: 100%; padding: 13px 14px; background: var(--hl-panel); color: var(--hl-fg);
	border: 1.5px solid var(--hl-line); border-radius: 4px; font: 400 16px var(--hl-body);
}
.hl-notice { background: rgba(224, 185, 87, .12); border: 1px dashed var(--hl-gold2); color: var(--hl-gold); padding: 10px 14px; border-radius: 6px; font-size: 14px; }

/* =========================================================================
   3. Announcement bar + header
   ========================================================================= */
.hl-promo { background: var(--hl-gold); color: var(--hl-ink); text-align: center; font: 500 13px/1.3 var(--hl-body); letter-spacing: .05em; padding: 9px 12px; }
.hl-top { position: sticky; top: 0; z-index: 900; background: rgba(5, 4, 3, .94); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom: 1px solid var(--hl-line); }
.admin-bar .hl-top { top: 32px; }
@media (max-width: 782px) { .admin-bar .hl-top { top: 46px; } }
@media (max-width: 600px) { .admin-bar .hl-top { top: 0; } } /* the admin bar scrolls away on phones */
.hl-top-in { max-width: 1180px; margin: 0 auto; padding: 8px 16px; display: flex; align-items: center; gap: 12px; position: relative; }
.hl-brand { display: flex; align-items: center; gap: 10px; color: var(--hl-gold); text-decoration: none; font: 700 15px/1.1 var(--hl-display); letter-spacing: .1em; text-transform: uppercase; min-width: 0; min-height: 44px; }
.hl-brand img, .hl-brand .custom-logo { width: 34px; height: auto; border-radius: 6px; }
.hl-brand span { display: none; }
@media (min-width: 440px) { .hl-brand span { display: block; } }
.hl-menu-toggle { margin-left: auto; background: none; border: 1.5px solid var(--hl-gold2); border-radius: 4px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--hl-gold); padding: 0; }
.hl-menu-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.hl-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--hl-panel); border-bottom: 2px solid var(--hl-gold2); padding: 8px 16px 14px; }
.hl-nav.is-open { display: block; max-height: calc(100vh - 64px); max-height: calc(100dvh - 64px); overflow-y: auto; overscroll-behavior: contain; }
.hl-menu, .hl-flist, .hl-menu ul { list-style: none; margin: 0; padding: 0; }
.hl-menu a { display: block; padding: 13px 4px; color: var(--hl-fg); text-decoration: none; font: 600 14px var(--hl-display); letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--hl-line); }
.hl-menu a:hover, .hl-menu .current-menu-item > a { color: var(--hl-gold); }
.hl-bagbtn { display: flex; align-items: center; gap: 8px; border: 1.5px solid var(--hl-gold2); border-radius: 4px; padding: 8px 12px; color: var(--hl-gold); text-decoration: none; font: 700 13px var(--hl-display); letter-spacing: .08em; }
.hl-bagbtn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hl-bag-label { display: none; }
.hl-bag-count { background: var(--hl-red); color: #fff; border-radius: 999px; min-width: 22px; height: 22px; display: inline-grid; place-items: center; font: 600 12px var(--hl-body); padding: 0 6px; }
@media (min-width: 520px) { .hl-bag-label { display: inline; } }
@media (min-width: 860px) {
	.hl-menu-toggle { display: none; }
	.hl-nav, .hl-nav.is-open { display: block; position: static; background: none; border: 0; padding: 0; margin-left: auto; max-height: none; overflow: visible; }
	.hl-menu { display: flex; gap: 26px; }
	.hl-menu a { border: 0; padding: 6px 0; font-size: 13px; }
	.hl-bagbtn { margin-left: 8px; }
}

/* =========================================================================
   4. Hero
   ========================================================================= */
.hl-hero {
	position: relative; overflow: hidden; text-align: center; padding: 14px 0 28px;
	background: radial-gradient(circle at 0% 15%, rgba(43, 86, 201, .6), transparent 46%), radial-gradient(circle at 100% 15%, rgba(196, 35, 43, .55), transparent 46%), var(--hl-bg);
}
.hl-rays {
	position: absolute; inset: 0; pointer-events: none;
	background: repeating-conic-gradient(from 0deg at 50% 80%, rgba(224, 185, 87, .2) 0 3deg, transparent 3deg 10deg);
	-webkit-mask-image: radial-gradient(ellipse at 50% 80%, #000 0, transparent 70%);
	mask-image: radial-gradient(ellipse at 50% 80%, #000 0, transparent 70%);
}
.hl-hero-in { position: relative; max-width: 820px; margin: 0 auto; padding: 0 16px; }
.hl-crest { width: min(78%, 300px); margin: 0 auto; mix-blend-mode: lighten; }
.hl-hero-title {
	font-size: clamp(38px, 10vw, 76px); font-weight: 800; letter-spacing: .03em; line-height: 1; margin: 6px 0 0;
	background: linear-gradient(180deg, #FBE7A6 0%, #E0B957 48%, #A8792A 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
}
.hl-hero-sub { margin: 10px 0 0; font: 500 15px var(--hl-display); letter-spacing: .12em; text-transform: uppercase; }
.hl-acts { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }
.hl-lineup { display: flex; justify-content: center; align-items: flex-end; margin: 26px auto 0; max-width: 820px; }
.hl-lineup a { position: relative; margin: 0 -6vw; line-height: 0; display: block; }
.hl-lineup a::before { content: ''; position: absolute; left: 50%; bottom: 8%; width: 120%; aspect-ratio: 1; transform: translateX(-50%); background: radial-gradient(circle, var(--g), transparent 62%); opacity: .75; }
.hl-lineup img { position: relative; height: var(--h); width: auto; mix-blend-mode: lighten; transition: transform .3s; }
.hl-lineup a:hover img { transform: translateY(-8px); }
.hl-lineup .l1 { order: 1; --g: #2E9160; --h: min(26vw, 176px); } .hl-lineup .l1 img { z-index: 1; }
.hl-lineup .l2 { order: 2; --g: #D6303A; --h: min(33vw, 224px); } .hl-lineup .l2 img { z-index: 2; }
.hl-lineup .l3 { order: 3; --g: #2B56C9; --h: min(42vw, 290px); } .hl-lineup .l3 img { z-index: 3; }
.hl-lineup .l4 { order: 4; --g: #E0B957; --h: min(33vw, 224px); } .hl-lineup .l4 img { z-index: 2; }
.hl-lineup .l5 { order: 5; --g: #8A8A9A; --h: min(26vw, 176px); } .hl-lineup .l5 img { z-index: 1; }
@media (min-width: 820px) { .hl-lineup a { margin: 0 -34px; } }

/* Ribbon */
.hl-ribbon { background: var(--hl-red); border-block: 2px solid var(--hl-gold); overflow: hidden; white-space: nowrap; }
.hl-ribbon-track { display: inline-block; padding: 11px 0; font: 700 15px var(--hl-display); letter-spacing: .16em; color: #FCEFC8; animation: hl-slide 60s linear infinite; }
.hl-ribbon-track i { font-style: normal; color: var(--hl-gold); margin: 0 18px; }
.hl-ribbon-track span { margin: 0; }
@keyframes hl-slide { to { transform: translateX(-50%); } }

/* =========================================================================
   5. Gallery carousel
   ========================================================================= */
.hl-gallery { background: #0A0806; border-block: 1px solid var(--hl-line); padding: 40px 0 26px; }
.hl-carousel { margin-top: 22px; }
.hl-stagewrap { position: relative; --hs: clamp(250px, 58vw, 560px); }
@media (orientation: landscape) and (max-height: 500px) { .hl-stagewrap { --hs: 68vh; } } /* phones held sideways */
.hl-track { display: flex; margin: 0; padding: 0; list-style: none; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; border-radius: 8px; }
.hl-track::-webkit-scrollbar { display: none; }
.hl-slide { flex: 0 0 100%; scroll-snap-align: center; scroll-snap-stop: always; min-width: 0; }
.hl-fig { margin: 0; }
.hl-stage { position: relative; height: var(--hs); display: flex; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, #1D160A 0%, #080605 72%); }
.hl-stage > img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.hl-fig figcaption { text-align: center; padding: 14px 8px 0; }
.hl-fig figcaption b { display: block; font: 700 clamp(18px, 4vw, 24px) var(--hl-display); color: var(--hl-gold); letter-spacing: .03em; }
.hl-fig figcaption span { display: block; color: var(--hl-muted); margin-top: 2px; }
.hl-nav-btn { position: absolute; top: calc(var(--hs) / 2); transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: rgba(5, 4, 3, .72); border: 1.5px solid var(--hl-gold2); color: var(--hl-gold); font-size: 28px; line-height: 1; display: grid; place-items: center; padding: 0 0 4px; z-index: 2; }
.hl-nav-btn:hover { background: var(--hl-gold); color: var(--hl-ink); }
.hl-prev { left: 8px; } .hl-next { right: 8px; }
.hl-carousel-bar { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; color: var(--hl-muted); font-size: 14px; }
.hl-pause { background: none; border: 1px solid var(--hl-line); color: var(--hl-muted); border-radius: 4px; padding: 10px 16px; font: 600 12px var(--hl-display); letter-spacing: .08em; }
.hl-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 10px 2px 6px; scrollbar-width: thin; scrollbar-color: var(--hl-gold2) transparent; }
.hl-thumb { flex: none; width: 72px; height: 54px; padding: 0; border: 2px solid var(--hl-line); border-radius: 4px; background: #000; overflow: hidden; opacity: .7; display: grid; place-items: center; }
.hl-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hl-thumb[aria-pressed="true"] { border-color: var(--hl-gold); opacity: 1; }
.hl-thumb.is-text { font: 700 14px var(--hl-display); color: var(--hl-gold); background: linear-gradient(155deg, var(--hl-blue), var(--hl-red2)); }
.hl-thumb.hl-s-values { background: linear-gradient(155deg, var(--hl-green), var(--hl-blue2)); }

/* text slides */
.hl-s-1804 { background: radial-gradient(circle at 50% 80%, #2A1D08 0%, #080605 70%); }
.hl-s-1804 .hl-rays { opacity: .9; }
.hl-s-inner { position: relative; text-align: center; }
.hl-big { display: block; font: 800 clamp(72px, 24vw, 220px)/1 var(--hl-display); background: linear-gradient(180deg, #FBE7A6, #E0B957 50%, #A8792A); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; letter-spacing: .04em; }
.hl-motto { display: block; font: 600 clamp(13px, 3vw, 20px) var(--hl-display); letter-spacing: .2em; color: var(--hl-fg); text-transform: uppercase; }
.hl-s-values { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; padding: 0; background: none; }
.hl-s-values span { display: grid; place-items: center; font: 800 clamp(20px, 6vw, 46px) var(--hl-display); color: #fff; letter-spacing: .04em; text-align: center; padding: 8px; }
.hl-s-values .v1 { background: linear-gradient(155deg, #3C6BD6, #0F2456); }
.hl-s-values .v2 { background: linear-gradient(155deg, #F6DA88, #A8792A); color: var(--hl-ink); }
.hl-s-values .v3 { background: linear-gradient(155deg, #3CA56E, #0F3B22); }
.hl-s-values .v4 { background: linear-gradient(155deg, #E2434B, #6E0E14); }
@media (min-width: 760px) { .hl-s-values { grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr; } }

/* =========================================================================
   6. Values, categories, shop grid
   ========================================================================= */
.hl-values { background: linear-gradient(180deg, var(--hl-blue2), #0A1A42); }
.hl-values-in { max-width: 1180px; margin: 0 auto; padding: 22px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
@media (min-width: 760px) { .hl-values-in { grid-template-columns: repeat(4, 1fr); } }
.hl-val { display: flex; gap: 12px; align-items: center; }
.hl-val svg { flex: none; width: 34px; height: 34px; fill: none; stroke: var(--hl-gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hl-val b { display: block; font: 700 13px/1.2 var(--hl-display); letter-spacing: .06em; }
.hl-val span { display: block; font-size: 14px; color: #C6D0EE; line-height: 1.3; }

/* tile backgrounds */
.hl-t-blue { background: linear-gradient(155deg, #3C6BD6 0%, #1B3A86 55%, #0F2456 100%); }
.hl-t-red { background: linear-gradient(155deg, #E2434B 0%, #B21C21 55%, #6E0E14 100%); }
.hl-t-gold { background: linear-gradient(155deg, #F6DA88 0%, #DDB04E 55%, #A8792A 100%); }
.hl-t-green { background: linear-gradient(155deg, #3CA56E 0%, #1F6B3F 55%, #0F3B22 100%); }
.hl-t-ivory { background: linear-gradient(155deg, #FBF3E1 0%, #E6D8B9 60%, #C7B486 100%); }
.hl-t-night { background: radial-gradient(circle at 50% 42%, var(--glow, #2B56C9) 0%, #0B0A08 64%, #050403 100%); }

.hl-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
@media (min-width: 760px) { .hl-cats { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.hl-cat { position: relative; overflow: hidden; display: block; border-radius: 6px; aspect-ratio: 4 / 3; padding: 14px; text-decoration: none; color: var(--hl-fg); }
.hl-cat b { position: relative; z-index: 2; display: block; font: 700 17px/1.15 var(--hl-display); max-width: 60%; }
.hl-cat small { position: relative; z-index: 2; display: block; font: 500 13px var(--hl-body); margin-top: 4px; opacity: .88; max-width: 60%; }
.hl-cat img { position: absolute; right: -4%; bottom: -6%; height: 82%; width: auto; filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .4)); transition: transform .3s; }
.hl-cat:hover img { transform: scale(1.06) rotate(-2deg); }
.hl-t-gold.hl-cat, .hl-t-ivory.hl-cat { color: var(--hl-ink); }
.hl-t-night.hl-cat img { mix-blend-mode: lighten; filter: none; }

.hl-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center; margin-top: 22px; }
.hl-chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; max-width: 100%; scrollbar-width: thin; }
.hl-chip { flex: none; background: none; border: 1.5px solid var(--hl-line); border-radius: 999px; color: var(--hl-muted); font: 600 13px var(--hl-display); letter-spacing: .05em; padding: 9px 16px; }
.hl-chip[aria-pressed="true"] { background: var(--hl-gold); border-color: var(--hl-gold); color: var(--hl-ink); }
.hl-sortlbl { font-size: 14px; color: var(--hl-muted); }
.hl-sort { background: var(--hl-panel); color: var(--hl-fg); border: 1.5px solid var(--hl-line); border-radius: 6px; padding: 9px 12px; font: 500 16px var(--hl-body); } /* 16px stops iOS zooming on focus */

.hl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 12px; margin-top: 22px; grid-auto-flow: dense; }
@media (min-width: 760px) { .hl-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 18px; } }
@media (min-width: 1020px) { .hl-grid { grid-template-columns: repeat(4, 1fr); } }
.hl-wide { grid-column: span 2; }
.hl-tile { position: relative; display: block; width: 100%; aspect-ratio: 1; border-radius: 6px; overflow: hidden; }
.hl-wide .hl-tile { aspect-ratio: 2 / 1; }
.hl-tile img { position: absolute; inset: 11%; width: 78%; height: 78%; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .38)); transition: transform .35s; }
.hl-tile.hl-t-night img { inset: 6%; width: 88%; height: 88%; filter: none; mix-blend-mode: lighten; }
.hl-wide .hl-tile img { inset: 6%; width: 88%; height: 88%; }
.hl-card:hover .hl-tile img { transform: scale(1.05); }
.hl-badge { position: absolute; left: 8px; top: 8px; z-index: 2; background: var(--hl-ink); color: var(--hl-gold); font: 700 10px/1 var(--hl-display); letter-spacing: .1em; padding: 5px 7px; border-radius: 3px; }
.hl-info { display: flex; gap: 8px; align-items: flex-start; padding-top: 10px; }
.hl-nm { flex: 1; min-width: 0; color: var(--hl-fg); text-decoration: none; font: 600 14px/1.3 var(--hl-display); letter-spacing: .02em; }
.hl-pr { display: block; font: 500 15px var(--hl-body); color: var(--hl-gold); margin-top: 2px; letter-spacing: 0; }
.hl-pr del { color: var(--hl-muted); margin-right: 6px; }
.hl-pr ins { text-decoration: none; }
.hl-add { flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--hl-gold); color: var(--hl-ink); text-decoration: none; font: 600 22px/1 var(--hl-body); display: grid; place-items: center; padding-bottom: 2px; }
.hl-add:hover { background: #F0CB6E; color: var(--hl-ink); }
.hl-more { text-align: center; margin-top: 28px; }

/* =========================================================================
   7. Bands: book, story, giving back, newsletter
   ========================================================================= */
.hl-band-ivory { background: linear-gradient(180deg, #EADFC8, #DCCBA8); color: var(--hl-ink); margin-top: 56px; }
.hl-book-in { max-width: 980px; margin: 0 auto; padding: 46px 16px; display: grid; gap: 26px; align-items: center; }
@media (min-width: 760px) { .hl-book-in { grid-template-columns: 280px 1fr; gap: 48px; } }
.hl-book-in img { width: min(60%, 260px); margin: 0 auto; border-radius: 3px; box-shadow: 0 22px 38px rgba(0, 0, 0, .45), 0 0 0 1px rgba(0, 0, 0, .2); }
.hl-band-ivory .hl-h2 { color: #1A1206; }
.hl-band-ivory p { margin-top: 10px; max-width: 52ch; }
.hl-band-ivory .hl-btn { margin-top: 12px; }
.hl-pill { display: inline-block; font: 600 12px var(--hl-display); letter-spacing: .12em; color: var(--hl-red2); border: 1.5px solid var(--hl-red2); padding: 5px 10px; border-radius: 3px; margin-bottom: 12px; }

.hl-story { display: grid; gap: 28px; align-items: center; }
@media (min-width: 820px) { .hl-story { grid-template-columns: 1.1fr 1fr; } }
.hl-mission { font-size: 20px; line-height: 1.5; margin-top: 14px; max-width: 34ch; }
.hl-founder { display: flex; gap: 16px; align-items: center; background: var(--hl-panel); border: 1px solid var(--hl-line); border-radius: 6px; padding: 16px; }
.hl-founder img { width: 104px; height: 104px; object-fit: cover; border-radius: 50%; border: 2px solid var(--hl-gold2); box-shadow: 0 0 0 4px rgba(224, 185, 87, .12); flex: none; }
.hl-role { font: 600 12px var(--hl-display); letter-spacing: .14em; color: var(--hl-gold2); }
.hl-name { font: 700 18px/1.2 var(--hl-display); color: var(--hl-gold); margin: 2px 0 6px; }
.hl-founder p { font-size: 15px; margin: 0; }

.hl-band-red {
	background: linear-gradient(120deg, rgba(110, 14, 20, .84), rgba(160, 24, 32, .6) 55%, rgba(110, 14, 20, .84)), url(assets/img/give-bg.webp) center 35% / cover, #8E1218;
	margin-top: 56px; text-align: center;
}
.hl-band-red .hl-h2, .hl-band-red p { text-shadow: 0 2px 14px rgba(0, 0, 0, .7), 0 1px 3px rgba(0, 0, 0, .6); }
.hl-give-in { max-width: 760px; margin: 0 auto; padding: 56px 16px; }
@media (min-width: 760px) { .hl-give-in { padding: 92px 16px; } }
.hl-band-red .hl-h2 { color: #FFF3D6; }
.hl-band-red p { margin: 10px 0 0; color: #FFE5C4; }

.hl-news { max-width: 640px; margin: 0 auto; padding: 48px 16px 20px; text-align: center; }
.hl-news .hl-lede { margin-inline: auto; }
.hl-news-form { display: flex; gap: 8px; margin-top: 18px; }
.hl-news-form .hl-field { flex: 1; min-width: 0; }
.hl-hp { position: absolute; left: -9999px; }
.hl-form-msg { color: var(--hl-gold); min-height: 1.5em; margin: 10px 0 0; }
@media (max-width: 479px) { .hl-news-form { flex-direction: column; } }

/* =========================================================================
   8. Footer
   ========================================================================= */
.hl-foot { border-top: 1px solid var(--hl-line); margin-top: 26px; padding: 34px 16px calc(40px + env(safe-area-inset-bottom, 0px)); }
.hl-foot-in { max-width: 1180px; margin: 0 auto; display: grid; gap: 26px; grid-template-columns: 1fr 1fr; }
@media (min-width: 760px) { .hl-foot-in { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.hl-foot-brand { grid-column: 1 / -1; }
@media (min-width: 760px) { .hl-foot-brand { grid-column: auto; } }
.hl-crest-sm { width: 150px; height: auto; mix-blend-mode: lighten; }
.hl-tag { color: var(--hl-muted); font-size: 14px; margin: 6px 0 0; }
.hl-foot-h { font-size: 13px; letter-spacing: .14em; color: var(--hl-gold); margin: 0 0 10px; text-transform: uppercase; }
.hl-flist a { display: block; color: var(--hl-muted); text-decoration: none; font-size: 15px; padding: 9px 0; }
@media (min-width: 860px) { .hl-flist a { padding: 4px 0; } }
.hl-flist a:hover { color: var(--hl-fg); }
.hl-social { margin-top: 12px; }
.hl-legal { max-width: 1180px; margin: 28px auto 0; padding-top: 18px; border-top: 1px solid var(--hl-line); color: var(--hl-muted); font-size: 13px; }
.hl-legal p { margin: 0 0 4px; }

/* =========================================================================
   9. Pages, posts, and the legal pages
   ========================================================================= */
.hl-main > .hl-wrap { padding-top: 34px; padding-bottom: 40px; }
.hl-home > .hl-wrap { padding-top: 0; padding-bottom: 0; }
.hl-page-head { margin-bottom: 22px; }
.hl-content { font-size: 17px; line-height: 1.7; overflow-wrap: break-word; }
.hl-content h2 { font-size: 24px; margin: 1.8em 0 .5em; color: var(--hl-gold); }
.hl-content h3 { font-size: 19px; margin: 1.5em 0 .4em; }
.hl-content ul, .hl-content ol { padding-left: 1.3em; margin: 0 0 1em; }
.hl-content li { margin-bottom: .4em; }
.hl-content blockquote { margin: 1.4em 0; padding-left: 16px; border-left: 3px solid var(--hl-red); font-style: italic; color: var(--hl-fg); }
.hl-content table { width: 100%; border-collapse: collapse; }
.hl-content th, .hl-content td { border: 1px solid var(--hl-line); padding: 8px 10px; text-align: left; }
.hl-content img { border-radius: 4px; }
.hl-content .alignwide { max-width: 1100px; }
.hl-content .alignleft { float: left; margin: 0 1.2em 1em 0; }
.hl-content .alignright { float: right; margin: 0 0 1em 1.2em; }
.hl-content .aligncenter { margin-inline: auto; }
.hl-content iframe, .hl-content video { max-width: 100%; }
@media (max-width: 599px) {
	.hl-content .alignleft, .hl-content .alignright { float: none; margin: 0 auto 1em; }
	.hl-content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
.wp-caption, .gallery-caption, .wp-caption-text { color: var(--hl-muted); font-size: 14px; }
.hl-legal-page .hl-content { font-size: 16.5px; }
.hl-legal-page .hl-content h2 { border-top: 1px solid var(--hl-line); padding-top: 1.1em; }
.hl-legal-page .hl-content h2:first-of-type { border-top: 0; }
.hl-posts { display: grid; gap: 34px; }
@media (min-width: 760px) { .hl-posts { grid-template-columns: 1fr 1fr; } }
.hl-post-title { font-size: 24px; }
.hl-post-title a { color: var(--hl-fg); text-decoration: none; }
.hl-post-img { display: block; margin-bottom: 12px; }
.hl-feature { margin-bottom: 22px; }
.hl-search { display: flex; gap: 8px; max-width: 460px; margin: 18px auto; }
.hl-comments { margin-top: 40px; }
.hl-comment-list { padding-left: 1.2em; }
.navigation.pagination, .post-navigation { margin-top: 30px; }
.nav-links { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* =========================================================================
   10. WooCommerce (shop, product, cart, checkout, account)
   ========================================================================= */
.hl-wc .woocommerce, .hl-wc { color: var(--hl-fg); }
.hl-wc h1, .hl-wc .page-title, .hl-wc .product_title { font-size: clamp(28px, 6vw, 44px); }
.woocommerce ul.products { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 12px; margin: 0 0 30px; padding: 0; list-style: none; }
@media (min-width: 760px) { .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1020px) { .woocommerce ul.products.columns-4, .woocommerce ul.products { grid-template-columns: repeat(4, 1fr); } }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; position: relative; }
.woocommerce ul.products li.product a img { border-radius: 6px; background: linear-gradient(155deg, #3C6BD6, #0F2456); margin: 0 0 10px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font: 600 14px/1.3 var(--hl-display); padding: 0; color: var(--hl-fg); }
.woocommerce .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price { color: var(--hl-gold); font-family: var(--hl-body); font-weight: 500; }
.woocommerce .price del { color: var(--hl-muted); }
.woocommerce span.onsale { background: var(--hl-red); color: #fff; min-height: 0; min-width: 0; line-height: 1; padding: 7px 10px; border-radius: 3px; font: 700 10px var(--hl-display); letter-spacing: .1em; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.wc-block-components-button:not(.is-link), .wp-block-button__link {
	background: var(--hl-red); color: #fff; border-radius: 4px; font: 700 14px var(--hl-display); letter-spacing: .08em; padding: 14px 22px; text-transform: uppercase; border: 0;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: #D6303A; color: #fff; }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce a.checkout-button { background: var(--hl-gold); color: var(--hl-ink); }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: #F0CB6E; color: var(--hl-ink); }
.woocommerce div.product { position: relative; }
.woocommerce div.product div.images img { border-radius: 8px; background: linear-gradient(155deg, #3C6BD6, #0F2456); }
.woocommerce div.product .product_title { color: var(--hl-gold); }
.woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.select2-container--default .select2-selection--single, .wc-block-components-text-input input, .wc-block-components-select .wc-blocks-components-select__select {
	background: var(--hl-panel); color: var(--hl-fg); border: 1.5px solid var(--hl-line); border-radius: 4px; padding: 11px 12px; font-family: var(--hl-body); font-size: 16px;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { background: transparent; }
@media (max-width: 767px) {
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 { width: 100%; float: none; }
	.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; }
	.woocommerce .quantity .qty { width: 4.5em; }
}
.woocommerce table.shop_table, .woocommerce table.shop_table td, .woocommerce table.shop_table th { border-color: var(--hl-line); background: transparent; color: var(--hl-fg); }
.woocommerce .cart_totals, .woocommerce-checkout #payment, .woocommerce-checkout #payment div.payment_box { background: var(--hl-panel); color: var(--hl-fg); border-radius: 6px; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--hl-panel); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: var(--hl-panel); color: var(--hl-fg); border-top-color: var(--hl-gold); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--hl-gold); }
.woocommerce-breadcrumb, .woocommerce-breadcrumb a { color: var(--hl-muted); font-size: 14px; }
.woocommerce-tabs ul.tabs li { background: var(--hl-panel); border-color: var(--hl-line); }
.woocommerce-tabs ul.tabs li.active { background: var(--hl-panel2); }
.woocommerce-tabs ul.tabs li a { color: var(--hl-fg); font-family: var(--hl-display); }
.woocommerce-tabs .panel { color: var(--hl-fg); }
.wc-block-components-product-price, .wc-block-components-totals-item, .wc-block-components-order-summary, .wc-block-cart, .wc-block-checkout { color: var(--hl-fg); }
.wc-block-components-text-input label, .wc-block-components-checkbox label { color: var(--hl-muted); }
@media (max-width: 767px) {
	.woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
}

/* =========================================================================
   11. Motion and print
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
	.hl-promo, .hl-top, .hl-ribbon, .hl-gallery, .hl-foot, .hl-news, .hl-bagbtn { display: none !important; }
	body { background: #fff; color: #000; }
	a { color: #000; }
	.hl-content h2 { color: #000; }
}
