:root {
    color-scheme: dark;
    --bg: #080503;
    --bg-soft: #100904;
    --panel: rgba(27, 19, 12, 0.86);
    --panel-2: rgba(31, 22, 13, 0.9);
    --panel-3: rgba(19, 13, 8, 0.68);
    --border: rgba(214, 162, 56, 0.07);
    --border-strong: rgba(232, 180, 68, 0.13);
    --gold: #d5a63b;
    --gold-2: #ecb447;
    --orange: #ff7416;
    --text: #fff7ef;
    --muted: #b3a393;
    --shadow: 0 12px 28px rgba(0, 0, 0, 0.17);
    --shadow-soft: 0 8px 18px rgba(0, 0, 0, 0.09);
    --glow: 0 0 16px rgba(255, 116, 22, 0.045);
    --radius-xl: 18px;
    --radius-lg: 14px;
    --radius-md: 12px;
    --radius-sm: 10px;
    --page-width: min(1080px, calc(100vw - 30px));
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background:
        radial-gradient(circle at 82% 2%, rgba(255, 116, 22, 0.08), transparent 26rem),
        radial-gradient(circle at 12% 10%, rgba(213, 166, 59, 0.055), transparent 28rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 20rem),
        var(--bg);
    scroll-behavior: smooth;
    overflow-x: clip;
}

body.bandito-home-v2 {
    min-width: 0;
    margin: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 14rem),
        linear-gradient(180deg, rgba(17, 10, 5, 0.9), rgba(8, 5, 3, 0.985) 38%);
    color: var(--text);
    font: 400 14px/1.58 var(--font-sans);
    overflow-x: clip;
}

body.bandito-home-v2.bh-panel-open {
    overflow: hidden;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

[hidden] {
    display: none !important;
}

.bh-header,
.bh-shell,
.bh-footer {
    width: var(--page-width);
    margin-inline: auto;
}

.bh-header {
    padding: 14px 0 4px;
    text-align: center;
}

.bh-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 14px;
    padding: 0 12px 10px;
    border-bottom: 1px solid var(--border);
}

.bh-nav a,
.bh-account-link {
    color: rgba(255, 247, 239, 0.78);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.085em;
    font-size: 10px;
    transition: color 0.18s ease, transform 0.18s ease;
}

.bh-nav a:hover,
.bh-account-link:hover,
.bh-footer a:hover {
    color: var(--gold-2);
}

.bh-account-link {
    display: inline-block;
    margin-top: 8px;
}

.bh-shell,
.bh-footer {
    position: relative;
    margin-top: 8px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(34, 22, 12, 0.9), rgba(11, 7, 4, 0.98)),
        var(--bg-soft);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.bh-shell::before,
.bh-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(240, 184, 63, 0.028);
    border-radius: inherit;
    pointer-events: none;
}

.bh-shell {
    display: grid;
    gap: 8px;
    padding: clamp(10px, 1.25vw, 14px);
}

.bh-footer {
    margin-bottom: 32px;
    padding: clamp(10px, 1.2vw, 14px);
}

.bh-card-shell {
    position: relative;
    padding: clamp(10px, 1.1vw, 13px);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 16%),
        linear-gradient(145deg, rgba(255, 116, 22, 0.026), rgba(236, 180, 71, 0.012)),
        var(--panel);
    box-shadow: var(--shadow-soft);
    isolation: isolate;
}

.bh-card-shell::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(240, 184, 63, 0.016);
    border-radius: calc(var(--radius-xl) - 8px);
    pointer-events: none;
}

.bh-eyebrow {
    margin: 0 0 4px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.bh-hero {
    min-height: 144px;
    display: grid;
    place-items: center;
    gap: 4px;
    text-align: center;
    margin-bottom: 18px;
}

.bh-hero-brand {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-inline: auto;
    align-content: center;
}

.bh-logo {
    width: clamp(94px, 11.5vw, 120px);
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.2));
    justify-self: center;
    margin-top: 8px;
}

.bh-hero-copy {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 1px;
    width: 100%;
}

.bh-hero .bh-eyebrow {
    margin: 0;
    line-height: 1.05;
}

.bh-hero h1,
.bh-products-head h2,
.bh-info-head h2,
.bh-reviews-head h2,
.bh-footer-card h2,
.bh-status-card h3,
.bh-product-face h3,
.bh-opinion-panel h2,
.bh-cookie h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.02;
}

.bh-hero h1 {
    font-size: clamp(27px, 3.9vw, 38px);
    color: var(--gold-2);
    text-transform: uppercase;
}

.bh-hero-claim {
    max-width: 470px;
    margin: 0;
    color: var(--text);
    font-size: clamp(12px, 1.3vw, 14px);
    line-height: 1.24;
    margin-top: 2px;
}

.bh-hero-chip-row {
    display: flex;
    justify-content: center;
    margin-top: 2px;
}

.bh-status-chip,
.bh-status-overline,
.bh-review-badge,
.bh-product-back-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(240, 184, 63, 0.12);
    background: rgba(255, 255, 255, 0.02);
    color: var(--gold-2);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bh-status-chip[data-phase="DROP"] {
    color: #140b03;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(255, 116, 22, 0.12);
}

.bh-status-chip[data-phase="LOOT"] {
    color: var(--text);
    border-color: rgba(240, 184, 63, 0.2);
    background: rgba(240, 184, 63, 0.06);
}

.bh-products-head,
.bh-info-head,
.bh-reviews-head {
    margin-bottom: 8px;
    text-align: center;
}

.bh-products-head h2,
.bh-info-head h2,
.bh-reviews-head h2 {
    font-size: clamp(17px, 2vw, 22px);
    color: var(--text);
}

.bh-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.bh-product-card {
    position: relative;
    min-height: 192px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    perspective: 1400px;
    outline: none;
}

.bh-product-card-inner {
    position: relative;
    height: 100%;
    min-height: inherit;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
}

.bh-product-card.is-flipped .bh-product-card-inner {
    transform: rotateY(180deg);
}

.bh-product-card:focus-visible .bh-product-face-front,
.bh-product-card:hover .bh-product-face-front {
    border-color: var(--border-strong);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.11), var(--glow);
}

.bh-product-face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding: 12px 11px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 20%),
        linear-gradient(145deg, rgba(240, 184, 63, 0.026), rgba(255, 116, 22, 0.012)),
        var(--panel-2);
    backface-visibility: hidden;
    box-shadow: var(--shadow-soft);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.bh-product-face-back {
    align-items: flex-start;
    transform: rotateY(180deg);
    gap: 7px;
}

.bh-product-meta {
    margin: 0;
    padding: 4px 8px;
    border: 1px solid rgba(240, 184, 63, 0.12);
    border-radius: 999px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bh-product-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(240, 184, 63, 0.12);
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08), transparent 42%),
        linear-gradient(165deg, rgba(240, 184, 63, 0.075), rgba(255, 116, 22, 0.035)),
        rgba(255, 255, 255, 0.016);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    position: relative;
}

.bh-product-icon::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.96;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}

.bh-product-icon--bbq::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.2 18c-1.75-1.56-1.95-4.27-.43-6.05.4-.46.63-.97.68-1.54.08-.92-.27-1.82-1.01-2.62m6.9 10.21c-1.75-1.56-1.95-4.27-.43-6.05.4-.46.63-.97.68-1.54.08-.92-.27-1.82-1.01-2.62m6.12 10.21c-1.75-1.56-1.95-4.27-.43-6.05.4-.46.63-.97.68-1.54.08-.92-.27-1.82-1.01-2.62' stroke='%23ecb447' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bh-product-icon--sweet::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3.8c1.15 2.1 4.22 4.26 4.22 8.03A4.22 4.22 0 1 1 7.78 11.8C7.78 8.05 10.85 5.9 12 3.8Z' stroke='%23ecb447' stroke-width='1.6'/%3E%3Cpath d='M9.5 14.2c.6.84 1.46 1.28 2.5 1.28 1.03 0 1.9-.44 2.5-1.28' stroke='%23ff7416' stroke-width='1.55' stroke-linecap='round'/%3E%3C/svg%3E");
}

.bh-product-icon--chilli::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.8 5.2c.2-1.08.92-1.87 2.15-2.35-.2 1.08.07 1.92.82 2.54M8.1 13.06c0-3.45 2.65-6.15 6.19-6.15 1.88 0 3.35.56 4.4 1.68 1.06 1.12 1.6 2.58 1.6 4.38 0 3.7-2.85 6.57-6.56 6.57-1.7 0-3.04-.52-4.02-1.56-.98-1.05-1.61-2.69-1.61-4.92Z' stroke='%23ecb447' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='16.2' cy='12.1' r='0.9' fill='%23ff7416'/%3E%3C/svg%3E");
}

.bh-product-face h3 {
    color: var(--orange);
    font-size: clamp(13px, 1.45vw, 17px);
    text-transform: uppercase;
    text-align: center;
}

.bh-product-short,
.bh-product-face-back p,
.bh-newsletter-intro,
.bh-footer-card p,
.bh-status-card p {
    margin: 0;
    color: var(--muted);
}

.bh-product-short {
    text-align: center;
    font-size: 10px;
    line-height: 1.34;
}

.bh-product-facts {
    display: grid;
    gap: 6px;
    width: 100%;
    margin: 0;
}

.bh-product-facts div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 6px;
    border-top: 1px solid rgba(240, 184, 63, 0.07);
}

.bh-product-facts dt {
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bh-product-facts dd {
    margin: 0;
    color: var(--text);
    text-align: right;
    font-size: 10px;
    font-weight: 600;
}

.bh-info-band {
    display: grid;
    gap: 8px;
}

.bh-status-card {
    padding: 7px;
    border: 1px solid rgba(240, 184, 63, 0.08);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 20%),
        linear-gradient(145deg, rgba(255, 116, 22, 0.022), rgba(240, 184, 63, 0.012)),
        rgba(15, 10, 6, 0.46);
}

.bh-status-card-frame {
    display: grid;
    gap: 7px;
    padding: clamp(9px, 1.05vw, 11px);
    border: 1px solid rgba(240, 184, 63, 0.08);
    border-radius: calc(var(--radius-lg) - 4px);
    background: linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.03));
    justify-items: center;
    text-align: center;
}

.bh-status-card-copy {
    display: grid;
    gap: 4px;
    justify-items: center;
    width: 100%;
}

.bh-status-topline {
    position: relative;
    display: grid;
    justify-items: center;
    width: 100%;
    min-height: 20px;
    gap: 8px;
}

.bh-status-card h3 {
    color: var(--text);
    font-size: clamp(15px, 1.7vw, 18px);
}

.bh-status-mini-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 3px 7px;
    border: 1px solid rgba(240, 184, 63, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.018);
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.bh-stock-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.bh-stock-row span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    border-radius: 999px;
    border: 1px solid rgba(240, 184, 63, 0.12);
    background: rgba(255, 255, 255, 0.022);
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bh-stock-row strong {
    color: var(--text);
}

.bh-status-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.bh-button,
.bh-link-button,
.bh-icon-button {
    border: 0;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.bh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.bh-button:hover,
.bh-link-button:hover,
.bh-icon-button:hover {
    transform: translateY(-1px);
}

.bh-button-primary {
    color: #140b03;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    box-shadow: 0 8px 18px rgba(255, 116, 22, 0.1);
}

.bh-button-primary:hover {
    box-shadow: 0 10px 20px rgba(255, 106, 0, 0.14);
}

.bh-button-secondary,
.bh-button-ghost {
    color: var(--text);
    border: 1px solid rgba(240, 184, 63, 0.14);
    background: rgba(255, 255, 255, 0.022);
}

.bh-button-secondary:hover,
.bh-button-ghost:hover {
    border-color: rgba(255, 106, 0, 0.22);
    background: rgba(255, 106, 0, 0.06);
}

.bh-form {
    display: grid;
    gap: 8px;
}

.bh-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.bh-form-wide {
    grid-column: 1 / -1;
}

.bh-newsletter-intro {
    font-size: 12px;
    line-height: 1.42;
}

.bh-form label,
.bh-opinion-panel label {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.bh-form label > span,
.bh-opinion-panel label > span,
.bh-rating-field > span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bh-form input,
.bh-form textarea,
.bh-opinion-panel input,
.bh-opinion-panel textarea {
    width: 100%;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(240, 184, 63, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.026);
    color: var(--text);
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bh-form textarea,
.bh-opinion-panel textarea {
    min-height: 82px;
    resize: vertical;
}

.bh-form input:focus,
.bh-form textarea:focus,
.bh-opinion-panel input:focus,
.bh-opinion-panel textarea:focus {
    border-color: rgba(255, 106, 0, 0.3);
    box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.06);
    background: rgba(255, 255, 255, 0.035);
}

.bh-consent {
    grid-template-columns: 9px 1fr;
    align-items: start;
    gap: 12px;
}

.bh-consent input,
.bh-cookie-row input {
    width: 9px;
    height: 9px;
    min-height: 9px;
    margin-top: 2px;
    accent-color: var(--orange);
}

.bh-consent span {
    color: var(--muted);
    font-size: 8px;
    line-height: 1.42;
    text-transform: none;
    letter-spacing: 0;
}

.bh-consent a,
.bh-footer a {
    color: var(--gold-2);
}

.bh-success {
    padding: 10px 12px;
    border: 1px solid rgba(84, 191, 88, 0.22);
    border-radius: 12px;
    background: rgba(84, 191, 88, 0.07);
    color: #ddffd8;
    font-weight: 700;
}

.bh-reviews {
    overflow: hidden;
}

.bh-review-carousel {
    position: relative;
    overflow: hidden;
}

.bh-review-viewport {
    overflow: hidden;
    user-select: none;
    cursor: grab;
}

.bh-review-viewport:active {
    cursor: grabbing;
}

.bh-review-track {
    display: flex;
    gap: 8px;
    align-items: stretch;
    will-change: transform;
}

.bh-review-status {
    margin: 0;
    padding: 8px 0 2px;
    color: var(--muted);
}

.bh-review-status.is-error {
    color: #ffb39c;
}

.bh-review-card {
    flex: 0 0 clamp(208px, 21vw, 242px);
    min-width: 0;
}

.bh-review-card.is-expanded .bh-review-paper {
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(240, 184, 63, 0.04);
}

.bh-review-modal {
    top: 50%;
    left: 50%;
    right: auto;
    width: min(620px, calc(100vw - 28px));
    max-height: calc(100vh - 40px);
    transform: translate3d(-50%, -46%, 0);
}

.bh-review-modal.is-open {
    transform: translate3d(-50%, -50%, 0);
}

.bh-review-paper {
    display: grid;
    gap: 6px;
    min-height: 100%;
    padding: 11px;
    border: 1px solid rgba(240, 184, 63, 0.18);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.013), transparent 20%),
        linear-gradient(145deg, rgba(89, 60, 18, 0.2), rgba(28, 17, 10, 0.62)),
        rgba(22, 14, 9, 0.84);
    box-shadow: inset 0 0 0 1px rgba(240, 184, 63, 0.02);
}

.bh-review-paper-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(240, 184, 63, 0.12);
}

.bh-review-label {
    margin: 0;
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bh-review-badge {
    min-height: 22px;
    padding-inline: 8px;
    font-size: 9px;
}

.bh-review-name {
    color: var(--gold-2);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.05;
}

.bh-review-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
}

.bh-review-rating span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(240, 184, 63, 0.2);
    background: rgba(255, 255, 255, 0.02);
}

.bh-review-rating span.is-filled {
    background: linear-gradient(135deg, var(--gold), var(--orange));
    border-color: transparent;
    box-shadow: 0 0 8px rgba(255, 106, 0, 0.12);
}

.bh-review-rating small,
.bh-review-date {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}

.bh-review-text {
    margin: 0;
    color: var(--text);
    font-size: 11px;
    line-height: 1.4;
}

.bh-review-text.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bh-review-expand {
    justify-self: start;
    padding: 0;
    border: 0;
    background: none;
    color: var(--gold-2);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bh-review-modal-copy {
    display: grid;
    gap: 2px;
}

.bh-review-modal-body {
    display: grid;
}

.bh-review-paper--modal {
    gap: 10px;
    padding: 14px;
}

.bh-review-text--full {
    display: block;
    font-size: 13px;
    line-height: 1.62;
}

.bh-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 8px;
}

.bh-footer-card {
    padding: 10px 11px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0.008));
}

.bh-footer-card h2 {
    font-size: clamp(12px, 1.15vw, 15px);
    color: var(--text);
    line-height: 1.38;
}

.bh-footer-card ul {
    display: grid;
    gap: 5px;
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
}

.bh-footer-card li {
    color: var(--muted);
}

.bh-footer-bottom {
    margin: 10px 0 0;
    padding-top: 9px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    text-align: center;
    font-size: 11px;
}

.bh-side-trigger {
    position: fixed;
    right: 14px;
    top: 50%;
    bottom: auto;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 8px 7px;
    border: 1px solid rgba(240, 184, 63, 0.14);
    border-radius: 11px;
    background: linear-gradient(180deg, var(--gold), var(--orange));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    color: #140b03;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(-50%);
    transform-origin: center;
}

.bh-side-trigger:hover {
    transform: translateY(-50%) translateX(-1px);
    box-shadow: 0 12px 24px rgba(255, 116, 22, 0.14);
}

.bh-backdrop {
    position: fixed;
    inset: 0;
    z-index: 39;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 116, 22, 0.08), transparent 38%),
        linear-gradient(180deg, rgba(16, 10, 6, 0.7), rgba(8, 5, 3, 0.84));
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.bh-backdrop.is-visible {
    opacity: 1;
}

.bh-opinion-panel,
.bh-cookie {
    position: fixed;
    z-index: 40;
    border: 1px solid var(--border);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(31, 20, 11, 0.96), rgba(11, 7, 4, 0.98)),
        radial-gradient(circle at top, rgba(255, 116, 22, 0.06), transparent 48%),
        var(--bg-soft);
    box-shadow: var(--shadow);
}

.bh-opinion-panel {
    top: 24px;
    right: 24px;
    width: min(540px, calc(100vw - 28px));
    max-height: calc(100vh - 48px);
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate3d(28px, 0, 0);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.bh-opinion-panel .bh-form {
    min-width: 0;
    overflow-x: hidden;
}

.bh-opinion-panel.is-open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
}

.bh-opinion-panel-head,
.bh-cookie-actions,
.bh-cookie-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bh-opinion-panel-head {
    margin-bottom: 12px;
}

.bh-opinion-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.bh-opinion-brand-mark {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
    flex: 0 0 auto;
}

.bh-opinion-brand-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.bh-icon-button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(240, 184, 63, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 22px;
}

.bh-switch-row {
    grid-template-columns: 1fr auto auto;
    align-items: center;
}

.bh-switch-row input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bh-switch-visual {
    position: relative;
    width: 42px;
    height: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(240, 184, 63, 0.1);
}

.bh-switch-visual::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    transition: transform 0.18s ease;
}

#check-nick:checked + .bh-switch-visual::after {
    transform: translateX(20px);
}

.bh-rating-field {
    display: grid;
    gap: 8px;
}

.bh-rating-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.bh-rating-buttons button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(240, 184, 63, 0.16);
    background: rgba(255, 255, 255, 0.03);
}

.bh-rating-buttons button.is-filled {
    background: linear-gradient(135deg, var(--gold), var(--orange));
    border-color: transparent;
}

.bh-cookie {
    left: 24px;
    bottom: 24px;
    width: min(460px, calc(100vw - 28px));
    padding: 16px;
}

.bh-cookie h2 {
    margin-bottom: 8px;
    color: var(--text);
    font-size: 20px;
}

.bh-cookie p {
    margin: 0;
    color: var(--muted);
}

.bh-cookie-inner {
    display: grid;
    gap: 12px;
}

.bh-cookie-settings {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(240, 184, 63, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
}

.bh-cookie-actions {
    flex-wrap: wrap;
}

.bh-cookie-primary-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bh-link-button {
    padding: 0;
    background: none;
    color: var(--gold-2);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bh-toast {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 60;
    max-width: min(520px, calc(100vw - 24px));
    padding: 10px 14px;
    border: 1px solid rgba(240, 184, 63, 0.14);
    border-radius: 12px;
    background: rgba(15, 9, 5, 0.96);
    box-shadow: var(--shadow-soft);
    color: var(--text);
    transform: translate(-50%, 16px);
    opacity: 0;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.bh-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.bh-toast.is-error {
    border-color: rgba(217, 111, 74, 0.22);
    color: #ffd1bf;
}

.bh-honeypot {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.36s ease, transform 0.36s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 1024px) {
    .bh-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bh-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bh-footer-card:first-child {
        grid-column: 1 / -1;
    }
}

@media (min-width: 681px) and (max-width: 1024px) {
    :root {
        --page-width: min(960px, calc(100vw - 34px));
    }

    .bh-header {
        padding-top: 16px;
    }

    .bh-nav {
        gap: 8px 16px;
        padding: 0 10px 9px;
    }

    .bh-hero {
        min-height: 142px;
        margin-bottom: 16px;
    }

    .bh-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bh-product-card {
        min-height: 182px;
    }

    .bh-product-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: min(360px, 100%);
        width: 100%;
        justify-self: center;
    }

    .bh-info-band {
        gap: 10px;
    }

    .bh-review-card {
        flex-basis: min(40vw, 260px);
    }

    .bh-review-viewport {
        padding-inline: 4px;
    }

    .bh-review-track {
        gap: 10px;
    }

    .bh-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bh-footer-card:first-child {
        grid-column: 1 / -1;
    }

    .bh-status-card-frame {
        padding: 11px 12px;
    }

    .bh-newsletter-intro {
        max-width: 68ch;
        margin-inline: auto;
    }
}

@media (max-width: 680px) {
    .bh-shell,
    .bh-footer {
        padding: 10px;
        border-radius: 18px;
    }

    .bh-card-shell {
        padding: 11px;
    }

    .bh-product-grid,
    .bh-form-grid,
    .bh-footer-grid {
        grid-template-columns: 1fr;
    }

    .bh-product-card {
        min-height: 184px;
    }

    .bh-side-trigger {
        min-height: 92px;
        right: 12px;
        font-size: 9px;
    }
}

@media (max-width: 640px) {
    :root {
        --page-width: calc(100vw - 18px);
    }

    .bh-header {
        padding-top: 12px;
    }

    .bh-nav {
        gap: 6px 12px;
        padding-bottom: 8px;
    }

    .bh-hero {
        min-height: unset;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .bh-hero-brand {
        gap: 10px;
    }

    .bh-logo {
        width: 76px;
    }

    .bh-hero-copy {
        text-align: center;
    }

    .bh-status-topline {
        min-height: 22px;
    }

    .bh-status-card h3 {
        font-size: 18px;
    }

    .bh-status-actions,
    .bh-cookie-primary-row {
        flex-direction: column;
        align-items: stretch;
    }

    .bh-button {
        width: 100%;
    }

    .bh-review-card {
        flex-basis: min(80vw, 232px);
    }

    .bh-opinion-panel,
    .bh-cookie {
        inset-inline: 10px;
        width: auto;
    }

    .bh-opinion-panel {
        top: auto;
        bottom: 12px;
        max-height: calc(100vh - 24px);
    }

    .bh-review-modal {
        left: 10px;
        right: 10px;
        top: auto;
        bottom: 12px;
        width: auto;
        max-height: calc(100vh - 24px);
        transform: translate3d(0, 18px, 0);
    }

    .bh-review-modal.is-open {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 420px) {
    .bh-shell,
    .bh-footer {
        border-radius: 15px;
    }

    .bh-card-shell,
    .bh-product-face,
    .bh-footer-card {
        border-radius: 13px;
    }

    .bh-card-shell {
        padding: 10px;
    }

    .bh-hero h1 {
        font-size: 24px;
    }

    .bh-products-head h2,
    .bh-info-head h2,
    .bh-reviews-head h2 {
        font-size: 18px;
    }

    .bh-product-card {
        min-height: 178px;
    }

    .bh-status-card-frame {
        padding: 10px;
    }

    .bh-side-trigger {
        min-height: 84px;
        padding: 8px 6px;
        right: 10px;
    }
}
