:root {
  --hb-ink: #0b0d0b;
  --hb-cream: #0b0d0b;
  --hb-paper: #0b0d0b;
  --hb-gold: #b08d57;
  --hb-rust: #b08d57;
  --hb-green: #0b0d0b;
  --hb-coral: #0b0d0b;
  --hb-line: rgba(176, 141, 87, .28);
  --hb-shell: min(1280px, calc(100vw - 64px));
  --hb-serif: Georgia, 'Times New Roman', serif;
  --hb-sans: Arial, Helvetica, sans-serif;
}

html { scroll-behavior: smooth; }
body.hb-site { margin: 0; background: var(--hb-cream); color: var(--hb-ink); font-family: var(--hb-sans); font-size: 16px; line-height: 1.6; }
.hb-site *, .hb-site *::before, .hb-site *::after { box-sizing: border-box; }
.hb-site img { display: block; max-width: 100%; }
.hb-site a { color: inherit; text-decoration: none; }
.hb-site p, .hb-site h1, .hb-site h2, .hb-site h3, .hb-site figure, .hb-site dl { margin-top: 0; }
.hb-shell { width: var(--hb-shell); margin-inline: auto; }
.hb-main { overflow: hidden; }
.hb-skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; background: #fff; color: #000; padding: 12px 18px; }
.hb-skip-link:focus { top: 16px; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }

.hb-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); }
.hb-header__inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hb-brand { width: 178px; flex: none; }
.hb-brand img { width: 100%; max-height: 78px; object-fit: contain; filter: brightness(0) invert(1); }
.hb-nav { display: flex; align-items: center; gap: clamp(16px, 1.7vw, 28px); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hb-nav > a { position: relative; padding-block: 10px; }
.hb-nav > a:not(.hb-nav__cta)::after { content: ''; position: absolute; left: 0; bottom: 2px; width: 0; height: 1px; background: var(--hb-gold); transition: width .25s ease; }
.hb-nav > a:hover::after, .hb-nav > a:focus-visible::after { width: 100%; }
.hb-nav__cta { border: 1px solid rgba(255,255,255,.7); padding: 13px 19px !important; transition: background .2s, color .2s; }
.hb-nav__cta:hover, .hb-nav__cta:focus-visible { background: var(--hb-gold); border-color: var(--hb-gold); color: var(--hb-ink); }
.hb-menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); background: transparent; padding: 13px 10px; }
.hb-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 6px 0; background: #fff; transition: transform .2s; }

.hb-hero { min-height: 850px; height: 100svh; max-height: 1040px; position: relative; display: flex; align-items: center; background: var(--hb-ink); color: #fff; padding: 154px 0 90px; }
.hb-hero::after { content: ''; position: absolute; inset: 0; background: none; pointer-events: none; }
.hb-hero__texture { position: absolute; width: min(48vw, 700px); aspect-ratio: 1; min-width: 420px; right: -5vw; top: 14%; background: url('../images/cannabis-leaf-outline.svg') center/contain no-repeat; opacity: .2; }
.hb-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: clamp(50px, 8vw, 130px); align-items: center; }
.hb-eyebrow, .hb-kicker, .hb-section-number { font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.hb-eyebrow { display: flex; align-items: center; gap: 14px; color: var(--hb-gold); margin-bottom: 26px; }
.hb-eyebrow::before { content: ''; width: 46px; height: 1px; background: currentColor; }
.hb-hero h1, .hb-page-hero h1 { margin-bottom: 26px; font-family: var(--hb-serif); font-weight: 400; letter-spacing: -.045em; line-height: .91; }
.hb-hero h1 { font-size: clamp(58px, 7.2vw, 112px); max-width: 880px; }
.hb-hero h1 em { color: var(--hb-gold); font-weight: 400; }
.hb-hero__lede { max-width: 660px; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.hb-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hb-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 15px 25px; border: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.hb-button:hover, .hb-button:focus-visible { transform: translateY(-2px); }
.hb-button--gold { background: var(--hb-gold); border-color: var(--hb-gold); color: var(--hb-ink); }
.hb-button--gold:hover { background: #e6bc68; }
.hb-button--ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.hb-button--ghost:hover { background: #fff; color: var(--hb-ink); }
.hb-button--dark { background: var(--hb-ink); color: #fff; border-color: var(--hb-ink); }
.hb-hero__portrait { position: relative; align-self: end; margin-bottom: -36px; }
.hb-hero__frame { aspect-ratio: .76; overflow: hidden; filter: saturate(.82) contrast(1.05); }
.hb-hero__frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,11,9,.38), transparent 50%); }
.hb-hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hb-hero__portrait > p { display: flex; gap: 14px; border-top: 1px solid rgba(255,255,255,.3); padding-top: 13px; margin-top: 14px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.67); }
.hb-hero__portrait > p span { color: var(--hb-gold); }
.hb-scroll-cue { position: absolute; z-index: 3; bottom: 35px; left: max(32px, calc((100vw - 1280px)/2)); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hb-scroll-cue span { display: block; width: 40px; height: 1px; background: var(--hb-gold); }

.hb-marquee { overflow: hidden; background: var(--hb-rust); color: #fff; border-block: 1px solid rgba(255,255,255,.18); }
.hb-marquee div { width: max-content; padding: 16px 0; font: 700 14px/1 var(--hb-sans); letter-spacing: .18em; word-spacing: 12px; animation: hb-marquee 25s linear infinite; }
.hb-marquee span { color: var(--hb-gold); }
@keyframes hb-marquee { to { transform: translateX(-50%); } }

.hb-section { padding: clamp(90px, 10vw, 160px) 0; }
.hb-section-number { color: rgba(9,11,9,.48); }
.hb-kicker { color: var(--hb-rust); margin-bottom: 22px; }
.hb-site h2 { font: 400 clamp(46px, 5.4vw, 78px)/.99 var(--hb-serif); letter-spacing: -.04em; }
.hb-large-copy { max-width: 890px; font: 400 clamp(23px, 2.45vw, 34px)/1.4 var(--hb-serif); }
.hb-manifesto { background: var(--hb-cream); }
.hb-manifesto__grid { display: grid; grid-template-columns: 1fr 3fr; gap: 50px; }
.hb-manifesto h2 { max-width: 890px; margin-bottom: 34px; }
.hb-text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 24px; padding-bottom: 7px; border-bottom: 1px solid var(--hb-ink); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hb-text-link span { color: var(--hb-rust); font-size: 18px; }

.hb-story-panel { padding-block: 0; background: var(--hb-green); color: #fff; }
.hb-story-panel__grid { width: 100%; max-width: 1600px; display: grid; grid-template-columns: 1.02fr .98fr; }
.hb-story-panel__image { min-height: 760px; }
.hb-story-panel__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.hb-story-panel__copy { padding: clamp(75px, 8vw, 130px); align-self: center; }
.hb-story-panel__copy h2 { margin-bottom: 30px; }
.hb-story-panel__copy > p:not(.hb-kicker) { color: rgba(255,255,255,.75); max-width: 560px; font-size: 18px; }
.hb-proof-list { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.22); }
.hb-proof-list > div { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.hb-proof-list dt { color: var(--hb-gold); font: 400 33px/1 var(--hb-serif); }
.hb-proof-list dd { margin: 0; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.hb-explore { background: var(--hb-paper); }
.hb-section-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.hb-section-heading h2 { max-width: 800px; margin: 16px 0 0; }
.hb-section-heading > p { max-width: 380px; color: rgba(9,11,9,.62); }
.hb-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hb-feature-card { min-height: 580px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; padding: 28px; }
.hb-feature-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.05) 65%); }
.hb-feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.hb-feature-card:hover img { transform: scale(1.035); }
.hb-feature-card > *:not(img) { position: relative; z-index: 2; }
.hb-feature-card__index { position: absolute !important; left: 28px; top: 25px; font-size: 10px; letter-spacing: .18em; }
.hb-feature-card p { margin-bottom: 8px; color: var(--hb-gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hb-feature-card h3 { max-width: 330px; margin-bottom: 0; font: 400 clamp(30px, 2.7vw, 42px)/1.04 var(--hb-serif); letter-spacing: -.035em; }
.hb-feature-card__arrow { position: absolute !important; right: 28px; bottom: 28px; font-size: 25px; }
.hb-feature-card--story img { object-position: center; }

.hb-quality { min-height: 760px; position: relative; display: flex; align-items: center; background: var(--hb-ink); color: #fff; }
.hb-quality__image { position: absolute; inset: 0; background: var(--hb-ink); }
.hb-quality__content { position: relative; z-index: 2; }
.hb-quality__content .hb-section-number { color: rgba(255,255,255,.5); margin-bottom: 100px; }
.hb-quality__content h2 { max-width: 680px; }
.hb-quality__content > p:not(.hb-section-number,.hb-kicker) { max-width: 500px; color: rgba(255,255,255,.7); font-size: 18px; }
.hb-quality__content .hb-button { margin-top: 25px; }

.hb-retailer-cta { background: var(--hb-coral); }
.hb-retailer-cta__grid { display: grid; grid-template-columns: 2fr 1fr; gap: clamp(50px, 10vw, 150px); align-items: end; }
.hb-retailer-cta h2 { max-width: 850px; margin: 17px 0 0; }
.hb-retailer-cta__grid > div:last-child p { font-size: 18px; margin-bottom: 30px; }

.hb-page-hero { min-height: 610px; display: flex; align-items: flex-end; position: relative; padding: 190px 0 95px; background: var(--hb-ink); color: #fff; }
.hb-page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,11,9,.95), rgba(9,11,9,.4)); }
.hb-page-hero .hb-shell { position: relative; z-index: 2; }
.hb-page-hero h1 { max-width: 1050px; font-size: clamp(57px, 7.7vw, 116px); margin: 0; }
.hb-page-hero .hb-shell > p:last-child:not(.hb-eyebrow) { max-width: 600px; color: rgba(255,255,255,.72); font-size: 18px; margin: 25px 0 0; }
.hb-page-hero--story { min-height: 780px; background: url('../images/Jack-Herer-header.jpg') center 25%/cover no-repeat; }
.hb-page-hero--story::before { background: linear-gradient(90deg, rgba(9,11,9,.92), rgba(9,11,9,.15)); }
.hb-page-hero--locations, .hb-page-hero--coas { background: var(--hb-ink); }
.hb-page-hero--default { background: linear-gradient(135deg, var(--hb-green), var(--hb-ink)); }

.hb-about-intro__grid { display: grid; grid-template-columns: 1fr 3fr; gap: 50px; }
.hb-about-intro h2 { max-width: 880px; }
.hb-about-intro__grid > div > p:last-child { max-width: 700px; color: rgba(9,11,9,.66); }
.hb-about-portrait { background: var(--hb-cream); padding-bottom: clamp(90px,10vw,160px); }
.hb-about-portrait img { width: 100%; height: min(75vw, 780px); object-fit: cover; object-position: center 28%; filter: saturate(.84); }
.hb-about-copy { background: var(--hb-rust); color: #fff; }
.hb-about-copy__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(50px,9vw,130px); }
.hb-about-copy .hb-section-number { color: rgba(255,255,255,.55); }
.hb-about-copy h2 { margin-top: 22px; }
.hb-about-copy__grid > div:last-child { padding-top: 45px; font: 400 clamp(21px,2vw,28px)/1.55 var(--hb-serif); color: rgba(255,255,255,.83); }
.hb-gallery-section { background: var(--hb-ink); color: #fff; }
.hb-gallery-section .hb-section-number { color: rgba(255,255,255,.5); }
.hb-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hb-gallery figure { height: 480px; overflow: hidden; margin-bottom: 0; background: var(--hb-ink); }
.hb-gallery figure.hb-gallery__wide { grid-column: span 2; height: 690px; }
.hb-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hb-gallery figure:last-child img { object-fit: contain; padding: 50px; }
.hb-next-cta { text-align: center; background: var(--hb-green); color: #fff; }
.hb-next-cta h2 { max-width: 900px; margin: 0 auto 36px; }

.hb-page-content { min-height: 420px; padding: clamp(70px,8vw,120px) 0; background: var(--hb-paper); }
.hb-page-content > .hb-shell { max-width: 1100px; }
.hb-page-content h1, .hb-page-content h2, .hb-page-content h3 { color: var(--hb-ink); font-family: var(--hb-serif); }
.hb-page-content h2 { font-size: clamp(34px,4vw,58px); }
.hb-page-content p, .hb-page-content li { color: rgba(9,11,9,.72); }
.hb-page-content input:not([type='submit']), .hb-page-content textarea, .hb-page-content select { border: 1px solid var(--hb-line) !important; border-radius: 0 !important; background: #fff !important; min-height: 50px; padding: 12px 14px !important; }
.hb-page-content input[type='submit'], .hb-page-content button[type='submit'], .hb-page-content .fusion-button { background: var(--hb-ink) !important; color: #fff !important; border: 0 !important; border-radius: 0 !important; padding: 16px 24px !important; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; }

/* Preserve the retailer functionality while visually integrating the plugin. */
.hb-page-content--directory > .hb-shell { width: min(1440px, calc(100vw - 48px)); max-width: none; }
.hb-page-content--directory #jh-locations-map { --jh-coral: var(--hb-rust); --jh-cream: var(--hb-paper); --jh-ink: var(--hb-ink); padding: 0; font-family: var(--hb-sans); }
.hb-page-content--directory #jh-locations-map .jh-wrap { max-width: none; padding: clamp(24px, 3vw, 48px); }
.hb-page-content--directory #jh-locations-map .jh-kicker { color: var(--hb-rust); }
.hb-page-content--directory #jh-locations-map h2 { font-family: var(--hb-serif); font-weight: 400; letter-spacing: -.035em; }
.hb-page-content--directory #jh-locations-map .jh-card, .hb-page-content--directory #jh-locations-map input, .hb-page-content--directory #jh-locations-map select, .hb-page-content--directory #jh-locations-map #jh-map-canvas { border-radius: 0; }
.hb-page-content--directory #jh-locations-map .jh-card { border-color: var(--hb-line); box-shadow: none; }
.hb-page-content--directory #jh-locations-map .jh-card:hover { border-color: var(--hb-rust); transform: translateY(-2px); }


.hb-footer { background: var(--hb-ink); color: #fff; padding: 85px 0 28px; }
.hb-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 75px; }
.hb-footer__brand img { width: 180px; max-height: 86px; object-fit: contain; filter: brightness(0) invert(1); margin-bottom: 25px; }
.hb-footer__brand p { max-width: 390px; color: rgba(255,255,255,.58); }
.hb-footer__grid > div:not(.hb-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.hb-footer__label { color: var(--hb-gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 10px; }
.hb-footer__grid a { color: rgba(255,255,255,.72); font-size: 14px; }
.hb-footer__grid a:hover { color: var(--hb-gold); }
.hb-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.17); }
.hb-footer__bottom p { margin: 0; color: rgba(255,255,255,.43); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

[data-hb-reveal] { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --hb-shell: min(100% - 40px, 900px); }
  .hb-header__inner { min-height: 88px; }.hb-brand { width: 142px; }
  .hb-menu-toggle { display: block; position: relative; z-index: 3; }
  .hb-menu-toggle[aria-expanded='true'] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .hb-menu-toggle[aria-expanded='true'] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hb-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 100px 40px; gap: 10px; background: var(--hb-ink); transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; font-family: var(--hb-serif); font-size: 38px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .hb-nav.is-open { transform: none; visibility: visible; }.hb-nav__cta { margin-top: 20px; font: 800 11px/1 var(--hb-sans); letter-spacing: .16em; text-transform: uppercase; }
  body.hb-menu-open { overflow: hidden; }
  .hb-hero { height: auto; max-height: none; min-height: 850px; padding-top: 135px; }
  .hb-hero__grid { grid-template-columns: 1fr .55fr; gap: 38px; }.hb-hero h1 { font-size: clamp(58px,9vw,88px); }.hb-hero__portrait { margin-bottom: 0; }
  .hb-manifesto__grid, .hb-about-intro__grid { grid-template-columns: 1fr; gap: 35px; }
  .hb-story-panel__grid { grid-template-columns: 1fr; }.hb-story-panel__image { min-height: 620px; }.hb-story-panel__copy { padding: 80px 40px; }
  .hb-card-grid { grid-template-columns: 1fr 1fr; }.hb-feature-card { min-height: 520px; }
  .hb-about-copy__grid, .hb-retailer-cta__grid { grid-template-columns: 1fr; }.hb-about-copy__grid > div:last-child { padding-top: 0; }
}

@media (max-width: 680px) {
  :root { --hb-shell: calc(100% - 32px); }
  .hb-hero { padding: 120px 0 78px; min-height: auto; }.hb-hero__grid { grid-template-columns: 1fr; }.hb-hero h1 { font-size: clamp(50px,15.4vw,72px); }.hb-hero__lede { font-size: 16px; }
  .hb-hero__portrait { width: 78%; margin: 30px 0 0 auto; }.hb-scroll-cue { display: none; }
  .hb-actions { flex-direction: column; align-items: stretch; }.hb-button { width: 100%; }
  .hb-section { padding: 82px 0; }.hb-site h2 { font-size: clamp(41px,12vw,60px); }
  .hb-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
  .hb-story-panel__image { min-height: 480px; }.hb-story-panel__copy { padding: 70px 22px; }
  .hb-proof-list > div { grid-template-columns: 90px 1fr; }
  .hb-card-grid { grid-template-columns: 1fr; }.hb-feature-card, .hb-feature-card:last-child { grid-column: auto; min-height: 470px; }
  .hb-quality { min-height: 680px; }.hb-quality__image { background-position: 60% center; }.hb-quality__content .hb-section-number { margin-bottom: 72px; }
  .hb-page-hero { min-height: 520px; padding: 155px 0 70px; }.hb-page-hero h1 { font-size: clamp(50px,14vw,75px); }.hb-page-hero--story { min-height: 650px; background-position: 62% center; }
  .hb-about-portrait img { height: 105vw; }.hb-gallery { grid-template-columns: 1fr; }.hb-gallery figure, .hb-gallery figure.hb-gallery__wide { grid-column: auto; height: 430px; }.hb-gallery figure:last-child { height: 300px; }.hb-gallery figure:last-child img { padding: 20px; }
  .hb-footer__grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 50px; }.hb-footer__bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hb-marquee div { animation: none; }
  [data-hb-reveal] { opacity: 1; transform: none; transition: none; }
}

/* Avada's generated options stylesheet loads later; keep the child presentation authoritative. */
body.hb-site .hb-page-hero { background-color: var(--hb-ink) !important; color: #fff !important; }
body.hb-site .hb-page-hero h1 { color: #fff !important; font-family: var(--hb-serif) !important; font-weight: 400 !important; letter-spacing: -.045em !important; line-height: .91 !important; text-transform: none !important; }
body.hb-site .hb-section h2 { font-family: var(--hb-serif) !important; font-weight: 400 !important; letter-spacing: -.04em !important; line-height: .99 !important; text-transform: none !important; }
body.hb-site .hb-page-hero--story { background-image: url('../images/Jack-Herer-header.jpg') !important; background-position: center 25% !important; background-size: cover !important; }
body.hb-site .hb-page-hero--default { background-image: linear-gradient(135deg, var(--hb-green), var(--hb-ink)) !important; }
body.hb-site .hb-about-intro, body.hb-site .hb-page-content { background: var(--hb-paper) !important; color: var(--hb-ink) !important; }
body.hb-site .hb-manifesto h2, body.hb-site .hb-explore > .hb-shell > .hb-section-heading h2, body.hb-site .hb-retailer-cta h2 { color: var(--hb-ink) !important; }
body.hb-site.page-id-1002 .hb-about-intro h2, body.hb-site.page-id-1002 .hb-about-intro .hb-large-copy { color: var(--hb-ink) !important; }
body.hb-site.page-id-1002 .hb-about-intro p { color: rgba(9, 11, 9, .68) !important; }
body.hb-site.page-id-1002 .hb-about-intro .hb-kicker { color: var(--hb-rust) !important; }
body.hb-site.page-id-1002 .hb-about-intro .hb-section-number { color: rgba(9, 11, 9, .48) !important; }

/* Dark-only brand direction: one near-black foundation, bone text, and restrained antique gold. */
:root {
  --hb-ink: #0b0d0b;
  --hb-cream: #0b0d0b;
  --hb-paper: #0b0d0b;
  --hb-gold: #b08d57;
  --hb-rust: #b08d57;
  --hb-green: #0b0d0b;
  --hb-coral: #0b0d0b;
  --hb-bone: #eee8dc;
  --hb-line: rgba(176, 141, 87, .28);
}

body.hb-site { background: var(--hb-ink); color: var(--hb-bone); }
body.hb-site .hb-manifesto,
body.hb-site .hb-explore,
body.hb-site .hb-about-intro,
body.hb-site .hb-about-portrait,
body.hb-site .hb-page-content { background: var(--hb-ink) !important; color: var(--hb-bone) !important; }
body.hb-site .hb-manifesto { border-bottom: 1px solid var(--hb-line); }
body.hb-site .hb-explore { background: var(--hb-ink) !important; }
body.hb-site .hb-story-panel,
body.hb-site .hb-about-copy,
body.hb-site .hb-retailer-cta,
body.hb-site .hb-next-cta { background: var(--hb-ink) !important; border-color: var(--hb-line); }
body.hb-site .hb-story-panel,
body.hb-site .hb-about-copy { border-block: 1px solid var(--hb-line); }
body.hb-site .hb-retailer-cta,
body.hb-site .hb-next-cta { border-top: 1px solid var(--hb-line); color: var(--hb-bone) !important; }
body.hb-site .hb-marquee { background: var(--hb-ink); color: var(--hb-gold); border-color: var(--hb-line); }
body.hb-site .hb-gallery figure { background: var(--hb-ink); }

body.hb-site .hb-manifesto h2,
body.hb-site .hb-explore > .hb-shell > .hb-section-heading h2,
body.hb-site .hb-retailer-cta h2,
body.hb-site.page-id-1002 .hb-about-intro h2,
body.hb-site.page-id-1002 .hb-about-intro .hb-large-copy,
body.hb-site .hb-page-content h1,
body.hb-site .hb-page-content h2,
body.hb-site .hb-page-content h3 { color: var(--hb-bone) !important; }
body.hb-site.page-id-1002 .hb-about-intro p,
body.hb-site .hb-manifesto p,
body.hb-site .hb-explore .hb-section-heading > p,
body.hb-site .hb-retailer-cta p,
body.hb-site .hb-page-content p,
body.hb-site .hb-page-content li { color: rgba(238, 232, 220, .7) !important; }
body.hb-site.page-id-1002 .hb-about-intro .hb-kicker,
body.hb-site .hb-kicker { color: var(--hb-gold) !important; }
body.hb-site.page-id-1002 .hb-about-intro .hb-section-number,
body.hb-site .hb-section-number { color: rgba(176, 141, 87, .78) !important; }
body.hb-site .hb-text-link { color: var(--hb-bone); border-color: var(--hb-gold); }
body.hb-site .hb-text-link span { color: var(--hb-gold); }

body.hb-site .hb-button--gold,
body.hb-site a.hb-button--gold,
body.hb-site .hb-retailer-cta .hb-button--dark { background: var(--hb-gold) !important; border-color: var(--hb-gold) !important; color: var(--hb-ink) !important; }
body.hb-site .hb-button--gold:hover,
body.hb-site .hb-retailer-cta .hb-button--dark:hover { background: #c09d65 !important; color: var(--hb-ink) !important; }
body.hb-site .hb-page-content input:not([type='submit']),
body.hb-site .hb-page-content textarea,
body.hb-site .hb-page-content select { background: #f3eee4 !important; color: var(--hb-ink) !important; }

.hb-age-restricted { margin: 0; background: var(--hb-ink); color: var(--hb-bone); }
.hb-age-restricted #wpadminbar { display: none; }
.hb-age-screen { min-height: 100svh; position: relative; display: grid; place-items: center; overflow: hidden; padding: 48px 24px; background: var(--hb-ink); }
.hb-age-screen__mark { position: absolute; width: min(72vw, 820px); aspect-ratio: 1; right: -12vw; background: url('../images/cannabis-leaf-outline.svg') center/contain no-repeat; opacity: .24; }
.hb-age-screen__mark::before, .hb-age-screen__mark::after { display: none; }
.hb-age-screen__content { position: relative; z-index: 2; width: min(720px, 100%); text-align: center; }
.hb-age-screen__content > img { width: 220px; max-height: 105px; object-fit: contain; filter: brightness(0) invert(1); margin: 0 auto 55px; }
.hb-age-screen__content .hb-eyebrow { justify-content: center; }
.hb-age-screen__content h1 { margin: 0 0 28px; font: 400 clamp(48px, 7vw, 86px)/.98 var(--hb-serif); letter-spacing: -.045em; color: var(--hb-bone); }
.hb-age-screen__content > p:last-child { color: rgba(238,232,220,.62); font-size: 17px; }

/* Graphic structure replaces generic product and lifestyle stock imagery. */
body.hb-site .hb-feature-card { border: 1px solid var(--hb-line); background-color: var(--hb-ink); isolation: isolate; }
body.hb-site .hb-feature-card::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .62; transition: opacity .3s, transform .55s ease; }
body.hb-site .hb-feature-card::after { z-index: -1; background: linear-gradient(145deg, transparent 20%, rgba(11,13,11,.9) 86%); }
body.hb-site .hb-feature-card:hover::before { opacity: .9; transform: scale(1.035); }
body.hb-site .hb-feature-card--story::before,
body.hb-site .hb-feature-card--locations::before,
body.hb-site .hb-feature-card--coas::before { background-image: url('../images/cannabis-leaf-outline.svg'); background-repeat: no-repeat; background-size: 78% auto; }
body.hb-site .hb-feature-card--story::before { background-position: 122% -20%; }
body.hb-site .hb-feature-card--locations::before { background-position: 115% 50%; }
body.hb-site .hb-feature-card--coas::before { background-position: 120% 120%; }
body.hb-site .hb-feature-card h3 { color: var(--hb-bone) !important; }
body.hb-site .hb-feature-card p { color: var(--hb-gold) !important; }

body.hb-site .hb-quality__image { background: var(--hb-ink) url('../images/cannabis-leaf-outline.svg') 84% 50%/min(52vw, 680px) auto no-repeat !important; opacity: .52; }
body.hb-site .hb-page-hero--locations,
body.hb-site .hb-page-hero--coas { background: var(--hb-ink) url('../images/cannabis-leaf-outline.svg') 88% 52%/min(48vw, 620px) auto no-repeat !important; }
body.hb-site .hb-page-hero--locations::before,
body.hb-site .hb-page-hero--coas::before { background: linear-gradient(90deg, rgba(11,13,11,.98), rgba(11,13,11,.26)) !important; }
body.hb-site .hb-page-content--coas .fusion-fullwidth,
body.hb-site .hb-page-content--coas .fusion-builder-row,
body.hb-site .hb-page-content--coas .fusion-layout-column,
body.hb-site .hb-page-content--coas .fusion-column-wrapper,
body.hb-site .hb-page-content--coas #jh-coa-page { background-color: var(--hb-ink) !important; }
body.hb-site .hb-gallery figure:last-child img { object-fit: cover; padding: 0; }

.hb-strain-preview { background: var(--hb-ink); border-top: 1px solid var(--hb-line); }
.hb-strain-preview .hb-section-heading > div:last-child p { color: rgba(238,232,220,.68); }
.hb-strain-preview__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--hb-line); border: 1px solid var(--hb-line); }
.hb-strain-preview figure { position: relative; min-width: 0; height: 410px; margin: 0; overflow: hidden; background: var(--hb-ink); }
.hb-strain-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hb-strain-preview figure:hover img { transform: scale(1.035); }
.hb-strain-preview figcaption { position: absolute; inset: auto 0 0; padding: 45px 16px 16px; background: linear-gradient(transparent, rgba(11,13,11,.94)); color: var(--hb-bone); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.hb-page-hero--strains { background: var(--hb-ink) url('../images/cannabis-leaf-outline.svg') 88% 52%/min(48vw, 620px) auto no-repeat; }
.hb-strain-catalog { background: var(--hb-ink); }
.hb-strain-catalog__intro { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid var(--hb-line); }
.hb-strain-catalog__intro p { margin: 0; color: rgba(238,232,220,.62); }
.hb-strain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hb-line); border: 1px solid var(--hb-line); }
.hb-strain-card { min-width: 0; background: var(--hb-ink); }
.hb-strain-card__image { aspect-ratio: 1; overflow: hidden; background: var(--hb-ink); }
.hb-strain-card__image img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.18); transition: filter .5s ease, transform .5s ease; }
.hb-strain-card:hover img { transform: scale(1.035); }
.hb-strain-card__meta { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; min-height: 190px; padding: 24px; border-top: 1px solid var(--hb-line); }
.hb-strain-card__meta span { color: var(--hb-gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
body.hb-site .hb-strain-card__meta h2 { margin: 0; color: var(--hb-bone) !important; font-size: clamp(23px, 2vw, 32px) !important; }
.hb-strain-card__copy p { max-width: 34ch; margin: 13px 0 0; color: rgba(238,232,220,.64); font-size: 14px; line-height: 1.55; }

.hb-instagram { background: var(--hb-ink); border-top: 1px solid var(--hb-line); border-bottom: 1px solid var(--hb-line); }
.hb-instagram__header { display: grid; grid-template-columns: clamp(110px, 12vw, 170px) minmax(0, 1.15fr) minmax(280px, .65fr); gap: clamp(30px, 5vw, 80px); align-items: center; margin-bottom: 54px; }
.hb-instagram__brand-mark { display: grid; width: clamp(110px, 12vw, 170px); aspect-ratio: 1; place-items: center; color: var(--hb-gold); border: 1px solid rgba(176,141,87,.5); transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.hb-instagram__brand-mark:hover { color: var(--hb-ink); background: var(--hb-gold); transform: translateY(-3px); }
.hb-instagram__brand-mark svg { width: 62%; height: 62%; fill: none; stroke: currentColor; stroke-width: 1.15; }
.hb-instagram__brand-mark .hb-instagram__dot { fill: currentColor; stroke: none; }
.hb-instagram__intro .hb-kicker { margin-bottom: 14px; }
.hb-instagram__handle { margin: 0 0 10px; color: var(--hb-gold); font-size: clamp(18px, 2vw, 26px); font-weight: 700; letter-spacing: .04em; }
body.hb-site .hb-instagram h2 { max-width: 760px; margin: 0; color: var(--hb-bone) !important; }
.hb-instagram__cta { padding-bottom: 8px; }
.hb-instagram__cta > p { margin-bottom: 26px; color: rgba(238,232,220,.68); font-size: 17px; }
.hb-instagram__gallery { display: grid; grid-template-columns: 1.25fr .85fr .85fr 1.25fr; gap: 1px; padding: 1px; background: var(--hb-line); }
.hb-instagram__gallery figure { height: clamp(280px, 32vw, 480px); margin: 0; overflow: hidden; background: var(--hb-ink); }
.hb-instagram__gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .45s ease, filter .45s ease; }
.hb-instagram__gallery figure:nth-child(1) img { object-position: 54% center; }
.hb-instagram__gallery figure:nth-child(3) img { object-position: center 25%; }
.hb-instagram__gallery:hover img { filter: saturate(1) contrast(1.02); }
.hb-instagram__gallery figure:hover img { transform: scale(1.035); }
.hb-instagram__live-feed #sb_instagram { width: 100% !important; padding: 0 !important; background: transparent !important; }
.hb-instagram__live-feed #sbi_images { padding: 1px !important; gap: 1px; background: var(--hb-line); }
.hb-instagram__live-feed .sbi_item { overflow: hidden; background: var(--hb-ink); }
.hb-instagram__live-feed #sbi_load { padding-top: 28px !important; }
.hb-instagram__live-feed .sbi_load_btn { display: none !important; }
.hb-instagram__live-feed .sbi_follow_btn a { border-radius: 0 !important; background: var(--hb-gold) !important; color: var(--hb-ink) !important; box-shadow: none !important; font-family: var(--hb-sans) !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: .12em !important; text-transform: uppercase; }

@media (max-width: 1100px) {
  .hb-strain-preview__grid { grid-template-columns: repeat(3, 1fr); }
  .hb-strain-grid { grid-template-columns: repeat(2, 1fr); }
  .hb-instagram__gallery { grid-template-columns: repeat(2, 1fr); }
  .hb-instagram__gallery figure { height: 440px; }
  .hb-instagram__header { grid-template-columns: 120px 1fr; }
  .hb-instagram__cta { grid-column: 2; }
}

@media (max-width: 680px) {
  .hb-page-content--directory > .hb-shell { width: calc(100vw - 28px); }
  .hb-page-content--directory #jh-locations-map .jh-wrap { padding: 22px 16px; }
  .hb-strain-preview__grid { grid-template-columns: repeat(2, 1fr); }
  .hb-strain-preview figure { height: 290px; }
  .hb-strain-catalog__intro { display: block; }.hb-strain-catalog__intro p + p { margin-top: 12px; }
  .hb-strain-grid { grid-template-columns: 1fr; }
  .hb-instagram__header { grid-template-columns: 82px 1fr; gap: 24px; margin-bottom: 38px; }
  .hb-instagram__brand-mark { width: 82px; }
  .hb-instagram__cta { grid-column: 1 / -1; }
  .hb-instagram__gallery figure { height: 58vw; }
}
