/* ── RESET — properly scoped ── */
.hmv-cat *, .hmv-cat *::before, .hmv-cat *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}

/* ── DESIGN TOKENS ── */
.hmv-cat {
  --c-dark:       #091916;
  --c-green:      #1A3735;
  --c-green-card: #111f1d;
  --c-green-mid:  #415957;
  --c-gold:       #926D1F;
  --c-gold-b:     #b49b65;
  --c-gold-pale:  #dacdb3;
  --c-gold-cream: #f6f3ec;
  --c-cream:      #fdf8f2;
  --c-white:      #FBFBFB;
  --c-divider:    rgba(26,55,53,.08);
  --c-divider-gold: rgba(180,155,101,.15);
  --ff-serif:     'Cormorant Garamond', Georgia, serif;
  --ff-sans:      'Jost', system-ui, sans-serif;
  --fw-light:     300;
  --fw-reg:       400;
  --fw-med:       500;
  --fw-semi:      600;
  --nav-h:        72px;
  --sp-md: clamp(20px, 3vw, 36px);
  --sp-lg: clamp(40px, 5.5vw, 64px);
  --sp-xl: clamp(48px, 7vw, 80px);
  font-family: var(--ff-sans);
  background: var(--c-dark);
  color: var(--c-white);
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* ── LAYOUT ── */
.hmv-cat .wrap { max-width: 1450px; margin: 0 auto; padding: 0 var(--sp-md); }

/* ── FADE-IN ── */
.hmv-cat .fi { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.hmv-cat .fi.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .hmv-cat .fi { opacity: 1; transform: none; transition: none; }
}

/* ── BUTTONS ── */
.hmv-cat .btn-p, .hmv-cat .btn-g, .hmv-cat .btn-cleanse {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--ff-sans); font-weight: var(--fw-semi);
  letter-spacing: .22em; text-transform: uppercase;
  cursor: pointer; text-decoration: none;
  transition: background .25s, border-color .25s, color .25s, transform .2s;
  white-space: nowrap; border: none; min-height: 48px;
}
.hmv-cat .btn-p { font-size: 11px; padding: 15px 32px; color: var(--c-dark); background: var(--c-gold-b); }
.hmv-cat .btn-p:hover { background: var(--c-gold); color: var(--c-gold-cream); transform: translateY(-2px); }
.hmv-cat .btn-p:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 3px; }
.hmv-cat .btn-g { font-size: 11px; padding: 15px 32px; color: var(--c-gold-pale); background: transparent; border: 1px solid rgba(180,155,101,.3); }
.hmv-cat .btn-g:hover { border-color: var(--c-gold-b); color: var(--c-gold-b); }
.hmv-cat .btn-g:focus-visible { outline: 2px solid var(--c-gold-b); outline-offset: 3px; }
.hmv-cat .btn-cleanse { font-size: 10px; padding: 15px 20px; background: var(--c-gold-b); color: var(--c-dark); width: 100%; justify-content: center; border-radius: 4px; }
.hmv-cat .btn-cleanse:hover { background: var(--c-gold); color: var(--c-gold-cream); }

/* ── HERO ── */
.hmv-cat .cat-hero { background: var(--c-dark); padding: 36px 0 64px; position: relative; overflow: hidden; width: 100%; }
.hmv-cat .cat-hero::before { content: ''; position: absolute; top: -40%; right: -8%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(180,155,101,.05) 0%, transparent 70%); pointer-events: none; }
.hmv-cat .cat-hero .wrap { position: relative; z-index: 2; padding-right: var(--sp-md); }
@media (min-width: 900px) { .hmv-cat .cat-hero .wrap { padding-right: 42%; } }
.hmv-cat .cat-hero h1 { font-family: var(--ff-serif); font-size: clamp(36px, 6vw, 72px); font-weight: var(--fw-light); line-height: 1.08; color: var(--c-cream); margin-bottom: 20px; overflow-wrap: break-word; max-width: 100%; }
.hmv-cat .cat-hero h1 em { font-style: italic; color: var(--c-gold-b); display: inline; overflow-wrap: break-word; }
.hmv-cat .cat-hero-desc { font-size: clamp(15px,1.4vw,17px); font-weight: var(--fw-light); line-height: 1.9; color: rgba(251,251,251,.75); max-width: 560px; margin-bottom: 32px; }
.hmv-cat .hero-eyebrow { font-family: var(--ff-sans); font-size: 9px; letter-spacing: .35em; text-transform: uppercase; color: var(--c-gold-b); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.hmv-cat .hero-eyebrow::before { content: ''; height: 1px; width: 22px; background: var(--c-gold-b); opacity: .5; }

.hmv-cat .trust-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.hmv-cat .trust-pill { display: inline-flex; align-items: center; gap: 7px; font-family: var(--ff-sans); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--c-gold-b); border: 1px solid rgba(180,155,101,.18); padding: 6px 14px; min-height: 36px; }
.hmv-cat .trust-pill svg { width: 10px; height: 10px; fill: none; stroke: var(--c-gold-b); stroke-width: 2.5; flex-shrink: 0; }

.hmv-cat .cat-hero-img { position: absolute; right: 0; top: 0; bottom: 0; width: 38%; overflow: hidden; display: none; }
@media (min-width: 900px) { .hmv-cat .cat-hero-img { display: block; } }
.hmv-cat .cat-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hmv-cat .cat-hero-img::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, var(--c-dark) 0%, transparent 45%); z-index: 1; }

/* ── STAT BAR ── */
.hmv-cat .stat-bar { background: var(--c-white); padding: var(--sp-lg) 0; border-bottom: 1px solid var(--c-divider); }
.hmv-cat .stat-bar-inner { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
@media (min-width: 900px) { .hmv-cat .stat-bar-inner { grid-template-columns: repeat(4,1fr); } }
@media (max-width: 380px) { .hmv-cat .stat-bar-inner { grid-template-columns: 1fr !important; } }
.hmv-cat .stat-tile { background: var(--c-white); border: 1px solid var(--c-divider); border-top: 3px solid var(--c-gold-b); border-radius: 0 0 8px 8px; padding: clamp(16px,3vw,22px) 16px; text-align: center; }
.hmv-cat .stat-num { font-family: var(--ff-serif); font-size: clamp(28px,4vw,38px); font-weight: var(--fw-light); color: var(--c-green); line-height: 1; margin-bottom: 8px; }
.hmv-cat .stat-lbl { font-family: var(--ff-sans); font-size: 9px; font-weight: var(--fw-med); letter-spacing: .12em; text-transform: uppercase; color: var(--c-green-mid); line-height: 1.6; }

/* ── MARQUEE ── */
.hmv-cat .marquee-ribbon { background: var(--c-gold-b); overflow: hidden; padding: 11px 0; }
.hmv-cat .marquee-track { display: flex; align-items: center; white-space: nowrap; animation: hmvgut-marquee 32s linear infinite; }
@media (prefers-reduced-motion: reduce) { .hmv-cat .marquee-track { animation: none; } }
@keyframes hmvgut-marquee { to { transform: translateX(-50%); } }
.hmv-cat .m-item { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-sans); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; color: rgba(9,25,22,.85); font-weight: var(--fw-semi); padding: 0 28px; }
.hmv-cat .m-dot { display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: rgba(9,25,22,.35); }

/* ── SECTION SHARED ── */
.hmv-cat .section-eyebrow { font-family: var(--ff-sans); font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--c-gold-b); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.hmv-cat .section-eyebrow::before { content: ''; width: 16px; height: 2px; background: var(--c-gold-b); flex-shrink: 0; }
.hmv-cat .section-title { font-family: var(--ff-serif); font-size: clamp(28px,3.8vw,48px); font-weight: var(--fw-light); line-height: 1.08; margin-bottom: 12px; }
.hmv-cat .section-title em { font-style: italic; color: var(--c-gold); }

/* ── INFO STRIP ── */
.hmv-cat .info-strip { background: rgba(26,55,53,.3); border: 1px solid rgba(180,155,101,.1); padding: clamp(20px,3vw,32px) clamp(16px,3vw,36px); margin-bottom: 56px; display: grid; gap: 24px; }
@media (min-width: 700px) { .hmv-cat .info-strip { grid-template-columns: 1fr 1fr 1fr; } }
.hmv-cat .info-item h4 { font-family: var(--ff-serif); font-size: 18px; font-weight: var(--fw-reg); color: var(--c-gold-b); margin-bottom: 6px; }
.hmv-cat .info-item p { font-family: var(--ff-sans); font-size: 12px; font-weight: var(--fw-light); line-height: 1.7; color: rgba(251,251,251,.45); }

/* ── PRODUCTS SECTION ── */
.hmv-cat .products-section { padding: clamp(48px,6vw,80px) 0; background: var(--c-dark); }
.hmv-cat .subcat-label { font-family: var(--ff-sans); font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--c-gold-b); opacity: .75; margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
.hmv-cat .subcat-label::after { content: ''; flex: 1; height: 1px; background: rgba(180,155,101,.1); }

.hmv-cat .products-grid { display: grid; gap: 20px; grid-template-columns: 1fr; margin-bottom: 56px; align-items: stretch; }
@media (min-width: 560px) { .hmv-cat .products-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 900px) { .hmv-cat .products-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 1100px) { .hmv-cat .products-grid { grid-template-columns: repeat(4,1fr); } }

.hmv-cat .prod-card { background: var(--c-green-card); border: 1px solid rgba(180,155,101,.14); display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: border-color .25s, transform .25s; cursor: pointer; height: 100%; }
.hmv-cat .prod-card:hover { border-color: rgba(180,155,101,.4); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.35); }
.hmv-cat .prod-card:focus-visible { outline: 2px solid var(--c-gold-b); outline-offset: 3px; }

.hmv-cat .pc-img { aspect-ratio: 4/3; overflow: hidden; position: relative; background: var(--c-green); }
.hmv-cat .pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.hmv-cat .prod-card:hover .pc-img img { transform: scale(1.04); }

.hmv-cat .pc-badge { position: absolute; top: 12px; left: 12px; font-family: var(--ff-sans); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; padding: 5px 10px; font-weight: var(--fw-semi); }
.hmv-cat .pc-badge.featured { background: var(--c-gold-b); color: var(--c-dark); }
.hmv-cat .pc-badge.new { background: rgba(180,155,101,.15); color: var(--c-gold-b); border: 1px solid rgba(180,155,101,.25); }
.hmv-cat .pc-badge.research { background: rgba(26,55,53,.8); color: var(--c-gold-b); border: 1px solid rgba(180,155,101,.2); }
.hmv-cat .pc-badge.protocol { background: var(--c-green); color: var(--c-gold-b); border: 1px solid rgba(180,155,101,.2); }

.hmv-cat .pc-body { flex: 1 !important; padding: 20px 20px 14px; }
.hmv-cat .pc-cat { font-family: var(--ff-sans); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--c-gold-b) !important; opacity: 1 !important; margin-bottom: 8px; }

/* SmartStore overrides — kept from source */
.hmv-cat .pc-name {
  font-family: var(--ff-serif) !important;
  font-size: 20px !important;
  font-weight: var(--fw-reg) !important;
  color: var(--c-gold-cream) !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}
.hmv-cat .pc-desc {
  font-family: var(--ff-sans);
  font-size: 13px !important;
  font-weight: var(--fw-light);
  line-height: 1.75 !important;
  color: rgba(218,205,179,.80) !important;
  opacity: 1 !important;
}

.hmv-cat .pc-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 20px; border-top: 1px solid rgba(180,155,101,.15); margin-top: auto; }
.hmv-cat .pc-member-tag { font-family: var(--ff-sans); font-size: 10px; font-weight: var(--fw-med); letter-spacing: .18em; text-transform: uppercase; color: var(--c-gold-b); opacity: .75; }
.hmv-cat .pc-action { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ff-sans); font-size: 9px; font-weight: var(--fw-semi); letter-spacing: .2em; text-transform: uppercase; padding: 9px 18px; min-height: 36px; background: var(--c-gold-b); color: var(--c-dark); white-space: nowrap; flex-shrink: 0; transition: background .2s; pointer-events: none; }
.hmv-cat .prod-card:hover .pc-action { background: var(--c-gold); }
.hmv-cat .pc-img-note { font-family: var(--ff-sans); font-size: 9px; font-style: italic; font-weight: 300; color: rgba(180,155,101,.65); padding: 0 20px 12px; line-height: 1.4; }

/* ── PARASITE CLEANSE SECTION ── */
.hmv-cat .cleanse-section { background: #fff; padding: clamp(56px,7vw,80px) 0; border-top: 1px solid var(--c-divider); }
.hmv-cat .cleanse-inner { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 860px) { .hmv-cat .cleanse-inner { grid-template-columns: 1fr 380px; gap: 72px; align-items: start; } }
.hmv-cat .cleanse-eyebrow { font-family: var(--ff-sans); font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--c-green-mid); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.hmv-cat .cleanse-eyebrow::before { content: ''; width: 16px; height: 2px; background: var(--c-green); flex-shrink: 0; }
.hmv-cat .cleanse-title { font-family: var(--ff-serif); font-size: clamp(28px,3.8vw,48px); font-weight: var(--fw-light); line-height: 1.08; margin-bottom: 16px; color: var(--c-green); }
.hmv-cat .cleanse-title em { font-style: italic; color: var(--c-gold); }
.hmv-cat .cleanse-body p { font-family: var(--ff-sans); font-size: 14px; font-weight: var(--fw-light); line-height: 1.9; color: var(--c-green-mid); margin-bottom: 16px; max-width: 560px; }
.hmv-cat .cleanse-body p:last-child { margin-bottom: 0; }
.hmv-cat .compound-list { display: flex; flex-direction: column; gap: 10px; margin: 28px 0; }
.hmv-cat .compound-item { background: var(--c-cream); border: 1px solid var(--c-divider); border-left: 3px solid var(--c-gold-b); border-radius: 0 6px 6px 0; padding: 16px 20px; }
.hmv-cat .compound-name { font-family: var(--ff-serif); font-size: 18px; font-weight: var(--fw-reg); color: var(--c-green); margin-bottom: 4px; }
.hmv-cat .compound-desc { font-family: var(--ff-sans); font-size: 12px; font-weight: var(--fw-light); line-height: 1.7; color: var(--c-green-mid); }
.hmv-cat .cleanse-disclaimer { background: #f5f9f7; border: 1px solid var(--c-divider); border-left: 3px solid rgba(26,55,53,.2); border-radius: 0 6px 6px 0; padding: 16px 20px; margin-top: 28px; }
.hmv-cat .cleanse-disclaimer p { font-family: var(--ff-sans); font-size: 11px; font-weight: var(--fw-light); line-height: 1.8; color: var(--c-green-mid); }
.hmv-cat .cleanse-disclaimer strong { color: var(--c-green); font-weight: var(--fw-med); }
.hmv-cat .cleanse-card { background: var(--c-green); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 24px rgba(26,55,53,.15); }
.hmv-cat .cleanse-card-header { background: #0d2e1a; padding: 24px 28px; border-bottom: 3px solid var(--c-gold-b); }
.hmv-cat .cleanse-card-eye { font-family: var(--ff-sans); font-size: 10px; font-weight: var(--fw-semi); letter-spacing: .28em; text-transform: uppercase; color: var(--c-gold-b); margin-bottom: 8px; opacity: .8; }
.hmv-cat .cleanse-card-title { font-family: var(--ff-serif); font-size: 20px; font-weight: var(--fw-light); color: var(--c-gold-cream); line-height: 1.25; }
.hmv-cat .cleanse-card-body { padding: 24px 28px; background: rgba(253,248,242,.04); }
.hmv-cat .cleanse-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.hmv-cat .cleanse-list li { display: flex; gap: 10px; font-family: var(--ff-sans); font-size: 13px; font-weight: var(--fw-light); color: rgba(218,205,179,.75); line-height: 1.6; align-items: flex-start; }
.hmv-cat .cleanse-list li::before { content: '✓'; color: var(--c-gold-b); font-size: 12px; flex-shrink: 0; margin-top: 1px; font-weight: 700; }
.hmv-cat .cleanse-divider { border: none; border-top: 1px solid rgba(180,155,101,.12); margin: 18px 0; }
.hmv-cat .cleanse-register-label { font-family: var(--ff-sans); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--c-gold-b); margin-bottom: 10px; opacity: .8; }
.hmv-cat .cleanse-note { font-family: var(--ff-sans); font-size: 10px; font-weight: var(--fw-light); color: rgba(218,205,179,.7); text-align: center; margin-top: 10px; letter-spacing: .06em; }

/* ── RELATED ── */
.hmv-cat .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-top: 16px; }
.hmv-cat .related-card { display: flex; flex-direction: column; gap: 6px; padding: clamp(14px,2vw,16px) 18px; background: #f7fcf9; border: 1px solid var(--c-divider); border-left: 3px solid var(--c-gold-b); border-radius: 0 6px 6px 0; text-decoration: none; transition: background .15s, transform .15s; }
.hmv-cat .related-card:hover { background: #eef7f2; transform: translateY(-2px); }
.hmv-cat .related-card:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 3px; }
.hmv-cat .related-label { font-family: var(--ff-sans); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--c-gold-b); }
.hmv-cat .related-name { font-family: var(--ff-serif); font-size: 16px; font-weight: var(--fw-reg); color: var(--c-green); line-height: 1.3; }
.hmv-cat .related-desc { font-family: var(--ff-sans); font-size: 12px; font-weight: var(--fw-light); color: var(--c-green-mid); line-height: 1.5; }
.hmv-cat .related-cta-row { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; margin-top: 10px; font-family: var(--ff-sans); font-size: 9px; font-weight: var(--fw-semi); letter-spacing: .16em; text-transform: uppercase; color: var(--c-white); background: var(--c-green); border: 1px solid var(--c-green); padding: 10px 14px; min-height: 40px; transition: background .2s, border-color .2s; }
.hmv-cat .related-card:hover .related-cta-row { background: var(--c-gold); border-color: var(--c-gold); }
.hmv-cat .related-cta-row svg { flex-shrink: 0; transition: transform .2s; }
.hmv-cat .related-card:hover .related-cta-row svg { transform: translateX(3px); }

/* ── FAQ ── */
.hmv-cat .faq-section { background: #f5f9f7; padding: clamp(48px,6vw,72px) 0; }
.hmv-cat .faq-item { border-bottom: 1px solid rgba(26,55,53,.1); }
.hmv-cat .faq-item:first-of-type { border-top: 1px solid rgba(26,55,53,.1); }
.hmv-cat .faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 0; cursor: pointer; list-style: none; font-family: var(--ff-sans); font-size: clamp(14px,1.2vw,15px); font-weight: var(--fw-reg); color: var(--c-green); line-height: 1.4; -webkit-tap-highlight-color: transparent; min-height: 48px; }
.hmv-cat .faq-item summary::-webkit-details-marker { display: none; }
.hmv-cat .faq-item summary:hover { color: var(--c-green-mid); }
.hmv-cat .faq-icon { width: 24px; min-width: 24px; height: 24px; border: 1px solid rgba(26,55,53,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .25s; background: #fff; }
.hmv-cat .faq-icon svg { width: 9px; height: 9px; stroke: var(--c-green); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.hmv-cat details[open].faq-item .faq-icon { background: var(--c-green); border-color: var(--c-green); }
.hmv-cat details[open].faq-item .faq-icon svg { stroke: #fff; transform: rotate(45deg); }
.hmv-cat .faq-body { font-family: var(--ff-sans); font-size: 14px; font-weight: var(--fw-light); line-height: 1.9; color: var(--c-green-mid); padding: 0 0 20px; max-width: 640px; overflow-wrap: break-word; word-break: break-word; }

/* ── CTA ── */
.hmv-cat .join-section { background: var(--c-green); padding: var(--sp-xl) 0; text-align: center; position: relative; overflow: hidden; }
.hmv-cat .join-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: min(600px,90vw); height: 280px; background: radial-gradient(ellipse, rgba(180,155,101,.12) 0%, transparent 70%); pointer-events: none; }
.hmv-cat .join-section h2 { font-family: var(--ff-serif); font-size: clamp(28px,4.5vw,54px); font-weight: var(--fw-light); color: var(--c-gold-cream); margin-bottom: 14px; line-height: 1.08; }
.hmv-cat .join-section h2 em { font-style: italic; color: var(--c-gold-b); }
.hmv-cat .join-section p { font-family: var(--ff-sans); font-size: clamp(13px,1.2vw,14px); font-weight: var(--fw-light); color: rgba(218,205,179,.65); max-width: 460px; margin: 0 auto 36px; line-height: 1.85; }
.hmv-cat .join-btns { display: flex !important; gap: 14px; justify-content: center; flex-wrap: wrap; flex-direction: row !important; align-items: center !important; }
@media (max-width: 479px) { .hmv-cat .join-btns { flex-direction: column !important; } .hmv-cat .join-btns .btn-p, .hmv-cat .join-btns .btn-g { width: 100%; justify-content: center; } }

/* ── E-E-A-T ── */
.hmv-cat .eeat-bar { background: #f5f9f7; border-top: 1px solid var(--c-divider); border-bottom: 1px solid var(--c-divider); padding: 16px 0; }
.hmv-cat .eeat-inner { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.hmv-cat .eeat-reviewer { display: flex; align-items: center; gap: 11px; }
.hmv-cat .eeat-avatar { width: 32px; min-width: 32px; height: 32px; border: 1px solid var(--c-divider); background: #e6f4ed; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.hmv-cat .eeat-avatar svg { width: 14px; height: 14px; stroke: var(--c-green-mid); fill: none; stroke-width: 1.5; stroke-linecap: round; }
.hmv-cat .eeat-name { font-family: var(--ff-sans); font-size: 9px; font-weight: var(--fw-med); letter-spacing: .18em; text-transform: uppercase; color: var(--c-green-mid); margin-bottom: 2px; }
.hmv-cat .eeat-title { font-family: var(--ff-sans); font-size: 12.5px; font-weight: var(--fw-reg); color: var(--c-green); line-height: 1.3; }
.hmv-cat .eeat-links { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hmv-cat .eeat-links a { font-family: var(--ff-sans); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-gold); text-decoration: none; transition: opacity .2s; }
.hmv-cat .eeat-links a:hover { opacity: .7; }
