/* Scoped presentation layer. Real gallery and dashboard images retain their own styles. */
.hvb-image{object-fit:cover;object-position:center;max-width:100%}
.hvb-label{display:block;background:#172016;color:#d2d6c9;padding:7px 12px;font:500 10px/1.4 monospace;letter-spacing:.04em;text-align:left}
.hnr .hnr-hero-media{background:#172016;overflow:hidden}
.hnr .hnr-hero-media img.hvb-image{display:block;width:100%;height:auto;max-height:none;aspect-ratio:3/2;object-fit:cover}
.hero-home .hvb-label{position:absolute;right:18px;bottom:18px;z-index:3;max-width:180px;background:rgba(15,22,14,.88)}
.hvb-story{--hvb-paper:#eeeede;--hvb-yellow:#ffd600;box-sizing:border-box;display:grid;grid-template-columns:1.2fr 1fr;gap:0;width:min(1240px,calc(100% - 64px));margin:64px auto;background:#192317;color:var(--hvb-paper);border:1px solid #3d4836;overflow:hidden;text-align:left}
.hvb-story figure,.hvb-product-scene figure{margin:0;min-width:0}
.hvb-story figure>img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.hvb-story figcaption,.hvb-product-scene figcaption{background:#11190f;color:#bdc8b6;padding:10px 16px;font:11px/1.55 monospace}
.hvb-story .hvb-story-copy{padding:clamp(24px,4vw,46px);align-self:center;min-width:0}
.hvb-story .hvb-eyebrow,.hvb-product-scene .hvb-eyebrow{color:#ffd600;font:700 11px/1.5 monospace;letter-spacing:.06em;margin:0 0 18px}
.hvb-story h2,.hvb-product-scene h2{font-size:clamp(26px,3vw,42px);line-height:1.08;letter-spacing:-.03em;color:#f1f1e5;margin:0 0 22px;text-wrap:balance}
.hvb-story-copy>p:not(.hvb-eyebrow),.hvb-product-scene>div>p:not(.hvb-eyebrow){font-size:16px;line-height:1.65;color:#c5ccbd;margin:0 0 24px}
.hvb-story a.hvb-link{display:inline-block;color:#ffd600;border-bottom:1px solid #ffd600;text-decoration:none;font-weight:700;padding:8px 0;line-height:1.4}
.hvb-story a.hvb-link:focus-visible{outline:2px solid #ffd600;outline-offset:5px}
.hvb-product-scene{clear:both;display:grid;grid-template-columns:1.25fr 1fr;align-items:center;gap:0;background:#192317;color:#f1f1e5;margin:40px 0;width:100%;border:1px solid #3d4836;box-sizing:border-box}
.hvb-product-scene figure>img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.hvb-product-scene>div{padding:clamp(24px,4vw,44px)}
@media(max-width:900px){.hvb-story,.hvb-product-scene{grid-template-columns:1fr}.hvb-story figure>img{max-height:520px}}
@media(max-width:600px){.hvb-story{width:calc(100% - 32px);margin:36px auto}.hvb-story h2,.hvb-product-scene h2{font-size:28px}.hero-home .hvb-label{right:8px;bottom:8px;font-size:9px}}
