/* ============================================================
   DEAD BANK — Home B
   Traditional ecommerce. Red / White / Black. Bold but sleek.
   All scoped under .hb to avoid colliding with global theme.
   ============================================================ */

.hb {
    --hb-bg:        #ffffff;
    --hb-ink:       #0a0a0a;
    --hb-ink-soft:  #1a1a1a;
    --hb-mute:      #6b6b6b;
    --hb-mute-soft: #9a9a9a;
    --hb-line:      #e6e6e6;
    --hb-panel:     #f5f5f5;
    --hb-panel-2:   #ededed;
    --hb-red:       #e10600;
    --hb-red-dark:  #b80500;
    --hb-red-tint:  #fff2f1;

    --hb-display: var(--db-display, 'Big Shoulders Stencil Display', 'Bebas Neue', 'Arial Narrow', sans-serif);
    --hb-mono:    var(--db-mono, 'DM Mono', ui-monospace, monospace);
    --hb-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;

    color: var(--hb-ink);
    background: var(--hb-bg);
    font-family: var(--hb-body);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

/* Override the dark theme background coming from theme.css */
body:has(.hb) { background: #fff; }

.hb a { text-decoration: none; }
.hb a:not(.hb-btn) { color: inherit; }
.hb img { display: block; max-width: 100%; height: auto; }
.hb h1, .hb h2, .hb h3 { margin: 0; letter-spacing: -0.01em; }
.hb p { margin: 0; }
.hb ul, .hb ol { margin: 0; padding: 0; list-style: none; }

/* ============================================================
   PROMO BAR
   ============================================================ */
.hb-promo {
    background: var(--hb-ink);
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #000;
}
.hb-promo-track {
    display: flex;
    gap: 2.5rem;
    padding: 0.6rem 0;
    white-space: nowrap;
    font-family: var(--hb-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    animation: hb-scroll 28s linear infinite;
}
.hb-promo-dot { color: var(--hb-red); }
@keyframes hb-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ============================================================
   SHARED HEADERS
   ============================================================ */
.hb-kicker {
    font-family: var(--hb-mono);
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--hb-red);
    margin-bottom: 0.85rem;
}
.hb-kicker-light { color: #ff5a52; }

.hb-section-head {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2.5rem);
    margin-bottom: 2.25rem;
}
.hb-section-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.hb-section-title {
    font-family: var(--hb-display);
    font-weight: 800;
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.hb-section-sub {
    color: var(--hb-mute);
    font-weight: 700;
}

.hb-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--hb-mono);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hb-ink);
    border-bottom: 2px solid var(--hb-ink);
    padding-bottom: 0.25rem;
    transition: gap 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hb-link-arrow:hover {
    color: var(--hb-red);
    border-color: var(--hb-red);
    gap: 0.7rem;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.hb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 1rem 1.5rem;
    font-family: var(--hb-mono);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
}
.hb-btn:active { transform: translateY(1px); }

.hb-btn-red {
    background: var(--hb-red);
    color: #fff;
    border-color: var(--hb-red);
}
.hb-btn-red:hover { background: var(--hb-red-dark); border-color: var(--hb-red-dark); }

.hb-btn-ghost {
    background: transparent;
    color: var(--hb-ink);
    border-color: var(--hb-ink);
}
.hb-btn-ghost:hover { background: var(--hb-ink); color: #fff; }

.hb-btn-white {
    background: #fff;
    color: var(--hb-ink);
    border-color: #fff;
}
.hb-btn-white:hover { background: var(--hb-red); color: #fff; border-color: var(--hb-red); }

.hb-btn-ghost-white {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.hb-btn-ghost-white:hover { background: #fff; color: var(--hb-ink); }

.hb-btn-black {
    background: var(--hb-ink);
    color: #fff;
    border-color: var(--hb-ink);
}
.hb-btn-black:hover { background: #fff; color: var(--hb-ink); border-color: #fff; }

/* ============================================================
   HERO
   ============================================================ */
.hb-hero {
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 4vw, 2.5rem) clamp(3rem, 7vw, 6rem);
    background: var(--hb-bg);
    position: relative;
    overflow: hidden;
}
.hb-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: var(--hb-line);
}

/* red hero variant -------------------------------------------------- */
.hb-hero--red {
    background: var(--hb-red);
    color: #fff;
    isolation: isolate;
}
.hb-hero--red::before {
    background: rgba(0, 0, 0, 0.18);
    height: 1px;
}
.hb-hero--red::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(0,0,0,0.045) 0 2px, transparent 2px 22px),
        radial-gradient(120% 80% at 12% 0%, rgba(255,255,255,0.08) 0%, transparent 55%),
        radial-gradient(80% 60% at 100% 100%, rgba(0,0,0,0.22) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.hb-hero--red .hb-hero-grid { position: relative; z-index: 1; }

.hb-hero-mark {
    --ball: clamp(18rem, 32vw, 34rem);   /* 8-ball diameter */
    --ink: rgba(0,0,0,0.14);             /* subtle ghost stroke */
    position: absolute;
    top: 50%;
    left: auto;
    right: 7%;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.hb-hero-ball {
    display: grid;
    place-items: center;
    width: var(--ball);
    height: var(--ball);
    border-radius: 50%;
    border: 2px solid var(--ink);
}
.hb-hero-ball-spot {
    display: grid;
    place-items: center;
    width: calc(var(--ball) * 0.44);
    height: calc(var(--ball) * 0.44);
    border-radius: 50%;
    border: 2px solid var(--ink);
    font-family: var(--hb-display);
    font-weight: 900;
    font-size: calc(var(--ball) * 0.3);
    line-height: 1;
    letter-spacing: -0.02em;
    color: transparent;
    -webkit-text-stroke: 2px var(--ink);
}
@media (max-width: 880px) {
    .hb-hero-mark {
        --ball: 24rem;
        right: auto;
        left: 50%;
        top: 0;
        transform: translate(-50%, -8%);
    }
}

/* on red: eyebrow, title highlight, sub copy ------------------------ */
.hb-eyebrow--light { color: rgba(255,255,255,0.85); }
.hb-eyebrow--light i {
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.18);
}

.hb-hero--red .hb-hero-sub { color: rgba(255,255,255,0.86); }
.hb-hl-black {
    color: var(--hb-ink);
    position: relative;
    display: inline-block;
}
.hb-hl-black::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0.12em;
    height: 0.18em;
    background: rgba(0,0,0,0.18);
    z-index: -1;
}

.hb-hero--red .hb-hero-marks {
    border-top: 1px solid rgba(255,255,255,0.25);
}
.hb-hero--red .hb-hero-marks strong { color: #fff; }
.hb-hero--red .hb-hero-marks span {
    color: rgba(255,255,255,0.7);
}

/* felt hero variant — the table under the lamp ---------------------- */
.hb-hero--felt {
    color: #fff;
    isolation: isolate;
    background:
        radial-gradient(120% 78% at 50% -12%, rgba(255,237,201,0.16) 0%, rgba(255,237,201,0.04) 30%, transparent 56%),
        radial-gradient(100% 92% at 50% 46%, #154739 0%, #0e3025 46%, #081a14 82%),
        #07120d;
}
.hb-hero--felt::before { background: rgba(0,0,0,0.4); height: 1px; }
.hb-hero--felt::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.022) 0 1px, transparent 1px 3px),
        repeating-linear-gradient(0deg,  rgba(0,0,0,0.06)      0 1px, transparent 1px 3px),
        radial-gradient(135% 100% at 50% 122%, rgba(0,0,0,0.6) 0%, transparent 56%);
    pointer-events: none;
    z-index: 0;
}
.hb-hero--felt .hb-hero-grid { position: relative; z-index: 1; }
.hb-hero--felt .hb-hero-sub { color: rgba(255,255,255,0.82); }
.hb-hero--felt .hb-eyebrow--light i {
    background: var(--hb-red);
    box-shadow: 0 0 0 4px rgba(225,6,0,0.22);
}
.hb-hero--felt .hb-hero-marks { border-top: 1px solid rgba(255,255,255,0.22); }
.hb-hero--felt .hb-hero-marks strong { color: #fff; }
.hb-hero--felt .hb-hero-marks span { color: rgba(255,255,255,0.64); }

.hb-hl-felt {
    color: #fff;
    position: relative;
    display: inline-block;
}
.hb-hl-felt::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0.12em;
    height: 0.16em;
    background: var(--hb-red);
    z-index: -1;
}

.hb-hero-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}
@media (max-width: 880px) {
    .hb-hero-grid { grid-template-columns: 1fr; }
}

.hb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--hb-mono);
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--hb-mute);
    margin-bottom: 1.4rem;
}
.hb-eyebrow i {
    width: 8px; height: 8px;
    background: var(--hb-red);
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(225,6,0,0.12);
}

.hb-hero-title {
    font-family: var(--hb-display);
    font-weight: 900;
    font-size: clamp(3.2rem, 8vw, 6.5rem);
    line-height: 0.86;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
}
.hb-hl {
    color: var(--hb-red);
    position: relative;
    display: inline-block;
}
.hb-hl-red { color: var(--hb-red); }

.hb-hero-sub {
    max-width: 38ch;
    color: var(--hb-mute);
    font-size: 1.05rem;
    line-height: 1.55;
    margin-bottom: 2rem;
}

.hb-hero-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2.75rem;
}

.hb-hero-marks {
    display: flex;
    gap: clamp(1.5rem, 4vw, 3rem);
    border-top: 1px solid var(--hb-line);
    padding-top: 1.5rem;
}
.hb-hero-marks li {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.hb-hero-marks strong {
    font-family: var(--hb-display);
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1;
}
.hb-hero-marks span {
    font-family: var(--hb-mono);
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hb-mute);
}

/* hero product rack ------------------------------------------------- */
.hb-hero-rack {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 0.85rem;
    aspect-ratio: 4 / 5;
}
.hb-rack-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0.85rem;
    min-height: 0;
}
.hb-rack-panel {
    position: relative;
    overflow: hidden;
    background: var(--hb-ink);
    display: block;
    box-shadow:
        0 28px 50px -28px rgba(0,0,0,0.55),
        inset 0 0 0 1px rgba(0,0,0,0.35);
    transition: transform 0.3s cubic-bezier(.2,.7,.2,1);
}
.hb-rack-panel:hover { transform: translateY(-2px); }
.hb-rack-panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}
.hb-rack-panel:hover img { transform: scale(1.06); }
.hb-rack-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.78) 100%);
    pointer-events: none;
}
.hb-rack-no {
    position: absolute;
    top: 0.7rem;
    left: 0.85rem;
    z-index: 2;
    font-family: var(--hb-display);
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 0.8;
    color: #fff;
    -webkit-text-stroke: 1px rgba(225,6,0,0.55);
    paint-order: stroke fill;
    pointer-events: none;
}
.hb-rack-main .hb-rack-no {
    top: 1.1rem;
    left: 1.25rem;
    font-size: 4.6rem;
}
.hb-rack-tag {
    position: absolute;
    left: 0.85rem;
    bottom: 0.85rem;
    z-index: 2;
    background: #fff;
    color: var(--hb-ink);
    padding: 0.4rem 0.65rem;
    font-family: var(--hb-mono);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.hb-rack-main .hb-rack-tag {
    left: 1.25rem;
    bottom: 1.25rem;
    font-size: 0.7rem;
    padding: 0.55rem 0.9rem;
}
@media (max-width: 880px) {
    .hb-hero-rack { aspect-ratio: 3 / 4; }
}
@media (max-width: 540px) {
    .hb-hero-rack {
        grid-template-columns: 1fr;
        aspect-ratio: auto;
    }
    .hb-rack-main { aspect-ratio: 4 / 5; }
    .hb-rack-stack { grid-template-rows: none; grid-template-columns: 1fr 1fr; aspect-ratio: 2 / 1.2; }
}

/* hero real-world shots — prints laid on the felt ------------------- */
.hb-hero-shots {
    position: relative;
    aspect-ratio: 1 / 0.86;
    width: 100%;
    transform: translateY(1.5rem);
}
.hb-shots-tag {
    position: absolute;
    top: 0;
    left: 2px;
    font-family: var(--hb-mono);
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}
.hb-shots-tag::before {
    content: "";
    display: inline-block;
    width: 7px; height: 7px;
    margin-right: 0.5rem;
    background: var(--hb-red);
    vertical-align: middle;
}
.hb-shot {
    position: absolute;
    margin: 0;
    overflow: hidden;
    background: #0a0a0a;
    border: 5px solid #f3f0e9;
    box-shadow: 0 26px 46px -24px rgba(0,0,0,0.82);
}
.hb-shot img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* bottom-left print, sits underneath */
.hb-shot--inset {
    left: 0;
    bottom: 0;
    width: 74%;
    aspect-ratio: 16 / 10;
    z-index: 1;
}
/* top-right print, larger, laid over the base's top-right corner */
.hb-shot--lead {
    right: -1.25rem;
    top: 2rem;
    width: 76%;
    aspect-ratio: 16 / 9;
    z-index: 2;
}
.hb-shot--lead img { object-position: center 28%; }
.hb-shot-cap {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    padding: 1.4rem 0.9rem 0.65rem;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.78));
}
.hb-shot-cap strong {
    font-family: var(--hb-display);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: 1.15rem;
    line-height: 1;
    color: #fff;
}
.hb-shot-cap span {
    font-family: var(--hb-mono);
    font-size: 0.58rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}
@media (max-width: 880px) {
    .hb-hero-shots { max-width: 560px; margin: 0 auto; }
}
@media (max-width: 540px) {
    .hb-hero-shots {
        aspect-ratio: auto;
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
    }
    .hb-shots-tag {
        position: static;
        display: block;
        margin-bottom: 0.55rem;
    }
    .hb-shot {
        position: relative;
        width: 100%;
        inset: auto;
    }
}

/* ============================================================
   CATEGORY TILES
   ============================================================ */
.hb-cats {
    background: var(--hb-panel);
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 2.5rem);
}
.hb-cat-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 1rem;
    align-items: stretch;
}
.hb-cat-stack {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1rem;
}
@media (max-width: 880px) {
    .hb-cat-grid { grid-template-columns: 1fr; }
    .hb-cat-stack { grid-template-rows: none; grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 600px) {
    .hb-cat-stack { grid-template-columns: 1fr; }
}

.hb-cat {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--hb-ink);
    color: #fff;
    transition: transform 0.25s ease;
}
.hb-cat-feat { aspect-ratio: 4 / 5; }
.hb-cat-mini { aspect-ratio: 5 / 3; min-height: 140px; }
@media (max-width: 880px) {
    .hb-cat-feat { aspect-ratio: 4 / 3; }
    .hb-cat-mini { aspect-ratio: 4 / 5; }
}

.hb-cat-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1), filter 0.4s ease;
    filter: saturate(0.85) brightness(0.78);
}
.hb-cat:hover .hb-cat-img {
    transform: scale(1.08);
    filter: saturate(1) brightness(0.7);
}
.hb-cat::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,0.85) 100%);
    pointer-events: none;
}
.hb-cat-meta {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: clamp(1.1rem, 2vw, 1.6rem);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.hb-cat-count {
    font-family: var(--hb-mono);
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ff5a52;
}
.hb-cat h3 {
    font-family: var(--hb-display);
    font-weight: 800;
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    text-transform: uppercase;
    line-height: 1;
}
.hb-cat-feat h3 { font-size: clamp(2.4rem, 4.5vw, 3.6rem); }
.hb-cat-blurb {
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255,255,255,0.78);
    max-width: 36ch;
    margin-top: 0.35rem;
}
.hb-cat-watermark {
    position: absolute;
    top: 0.6rem;
    right: -0.4rem;
    z-index: 3;
    font-family: var(--hb-display);
    font-weight: 900;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.85;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255,255,255,0.32);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
}
.hb-cat-mini h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.hb-cat-arrow {
    font-family: var(--hb-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 0.4rem;
    transition: color 0.2s ease;
}
.hb-cat:hover .hb-cat-arrow { color: var(--hb-red); }

/* featured tile gets a permanent red accent strip */
.hb-cat-feat::before {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 6px;
    background: var(--hb-red);
    z-index: 3;
}

/* ============================================================
   FEATURED PRODUCT GRID
   ============================================================ */
.hb-featured {
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 2.5rem);
    background: var(--hb-bg);
}
.hb-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
}
@media (max-width: 1000px) { .hb-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .hb-grid { grid-template-columns: repeat(2, 1fr); } }

.hb-card {
    display: block;
    background: var(--hb-bg);
    border: 1px solid var(--hb-line);
    transition: border-color 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}
.hb-card:hover {
    border-color: var(--hb-ink);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -28px rgba(0,0,0,0.4);
}
.hb-card-img {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #ffffff;
}
.hb-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.hb-card:hover .hb-card-img img { transform: scale(1.06); }

.hb-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--hb-mute-soft);
}

.hb-card-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--hb-red);
    color: #fff;
    font-family: var(--hb-mono);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0.3rem 0.55rem;
    z-index: 2;
}

.hb-card-quick {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--hb-ink);
    color: #fff;
    padding: 0.7rem 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-family: var(--hb-mono);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform: translateY(100%);
    transition: transform 0.25s ease;
}
.hb-card:hover .hb-card-quick { transform: translateY(0); }

.hb-card-meta {
    padding: 0.95rem 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.hb-card-cat {
    font-family: var(--hb-mono);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hb-mute);
}
.hb-card-title {
    font-family: var(--hb-display);
    font-weight: 700;
    font-size: 1.15rem;
    text-transform: uppercase;
    line-height: 1.05;
    color: var(--hb-ink);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.3em;
}
.hb-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.hb-card-price {
    font-family: var(--hb-mono);
    font-size: 1rem;
    font-weight: 500;
    color: var(--hb-ink);
}
.hb-card-price small {
    color: var(--hb-mute);
    font-size: 0.85em;
}
.hb-card-cta {
    font-family: var(--hb-mono);
    font-size: 0.66rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hb-red);
    border-bottom: 2px solid currentColor;
    padding-bottom: 1px;
}

/* ============================================================
   CUSTOM CTA STRIP
   ============================================================ */
.hb-cta-strip {
    background: var(--hb-ink);
    color: #fff;
    padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 4vw, 2.5rem);
    position: relative;
    overflow: hidden;
}
.hb-cta-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(225,6,0,0.04) 0 2px, transparent 2px 18px);
    pointer-events: none;
}
.hb-cta-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    position: relative;
}
@media (max-width: 880px) {
    .hb-cta-strip-inner { grid-template-columns: 1fr; }
}

.hb-cta-title {
    font-family: var(--hb-display);
    font-weight: 900;
    font-size: clamp(2.6rem, 6vw, 4.5rem);
    line-height: 0.92;
    text-transform: uppercase;
    margin: 0.5rem 0 1.25rem;
}
.hb-cta-body {
    color: #c4c4c4;
    max-width: 42ch;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.6;
}
.hb-cta-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hb-cta-stack {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.hb-cta-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 1.1rem 1.25rem;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    row-gap: 0.2rem;
    align-items: center;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.hb-cta-card:hover {
    background: rgba(225,6,0,0.08);
    border-color: var(--hb-red);
    transform: translateX(4px);
}
.hb-cta-card-1 { margin-left: 0; }
.hb-cta-card-2 { margin-left: 2rem; }
.hb-cta-card-3 { margin-left: 4rem; }
@media (max-width: 880px) {
    .hb-cta-card-2, .hb-cta-card-3 { margin-left: 0; }
}

.hb-cta-no {
    grid-row: span 2;
    font-family: var(--hb-display);
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--hb-red);
    line-height: 1;
}
.hb-cta-card strong {
    font-family: var(--hb-display);
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.hb-cta-card small {
    grid-column: 2;
    color: #a0a0a0;
    font-size: 0.85rem;
}

/* ============================================================
   TRUST ROW
   ============================================================ */
.hb-trust {
    background: var(--hb-bg);
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 2.5rem);
    border-top: 1px solid var(--hb-line);
    border-bottom: 1px solid var(--hb-line);
}
.hb-trust-grid {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: stretch;
}
.hb-trust-grid::before {
    content: "";
    grid-column: 2;
    background: var(--hb-line);
    width: 1px;
    justify-self: center;
}
@media (max-width: 600px) {
    .hb-trust-grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .hb-trust-grid::before { display: none; }
}

.hb-trust-item {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.5rem 0.25rem;
    text-align: center;
    align-items: center;
}
.hb-trust-item:first-child { grid-column: 1; }
.hb-trust-item:last-child { grid-column: 3; }
@media (max-width: 600px) {
    .hb-trust-item:first-child,
    .hb-trust-item:last-child { grid-column: 1; }
}
.hb-trust-item svg { color: var(--hb-red); margin-bottom: 0.35rem; width: 32px; height: 32px; }
.hb-trust-item h3 {
    font-family: var(--hb-display);
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: var(--hb-ink);
}
.hb-trust-item p {
    color: var(--hb-mute);
    font-size: 0.95rem;
    line-height: 1.5;
    max-width: 28ch;
}

/* ============================================================
   CLOSER / NEWSLETTER
   ============================================================ */
.hb-closer {
    background: var(--hb-red);
    color: #fff;
    padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 4vw, 2.5rem);
    position: relative;
    overflow: hidden;
}
.hb-closer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(0,0,0,0.25) 0%, transparent 60%),
        radial-gradient(80% 60% at 0% 100%, rgba(0,0,0,0.18) 0%, transparent 60%);
    pointer-events: none;
}
.hb-closer-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.hb-closer .hb-kicker { color: #ffd1cf; }
.hb-closer-title {
    font-family: var(--hb-display);
    font-weight: 900;
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    line-height: 0.95;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.hb-closer-title .hb-hl-red { color: #fff; text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 8px; }

.hb-news {
    display: flex;
    gap: 0;
    max-width: 520px;
    margin: 0 auto 1rem;
    background: #fff;
    padding: 0.35rem;
}
.hb-news input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0.8rem 1rem;
    font-family: var(--hb-mono);
    font-size: 0.95rem;
    color: var(--hb-ink);
    outline: none;
}
.hb-news input::placeholder { color: var(--hb-mute-soft); }
.hb-news button {
    border: 0;
    background: var(--hb-ink);
    color: #fff;
    padding: 0.8rem 1.3rem;
    font-family: var(--hb-mono);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.18s ease;
}
.hb-news button:hover { background: var(--hb-red-dark); }

.hb-closer-fine {
    font-family: var(--hb-mono);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.78);
}
