/* LEFT Store — Premium Metal UI
   Scoped only to store.html through body.store-premium-metal */

:root {
    --bg: #090b0e;
    --surface: #12161b;
    --card: #171c22;
    --card-soft: #0e1216;
    --text: #f5f7f9;
    --muted: #929aa4;
    --accent: #ffc400;
    --accent-2: #ff8a00;
    --accent-soft: rgba(255, 178, 0, .14);
    --accent-glow: rgba(255, 168, 0, .22);
    --border: rgba(255, 255, 255, .10);
    --border-accent: rgba(255, 190, 0, .34);
    --surface-rgb: 18, 22, 27;
    --success: #35d07f;
    --warning: #ffc400;
    --danger: #ff6262;
}

html {
    color-scheme: dark;
    background: #07090b;
}

body.store-premium-metal {
    min-height: 100vh;
    padding-bottom: 104px;
    color: var(--text);
    background:
        radial-gradient(circle at 82% -8%, rgba(255, 174, 0, .13), transparent 34%),
        radial-gradient(circle at 14% 12%, rgba(255, 112, 0, .06), transparent 24%),
        linear-gradient(160deg, #11151a 0%, #090b0e 42%, #07090b 100%);
    background-attachment: fixed;
}

body.store-premium-metal::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .52;
    background-image:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

body.store-premium-metal * {
    scrollbar-color: #c88b00 #0b0e12;
    scrollbar-width: thin;
}

body.store-premium-metal ::selection {
    color: #111;
    background: #ffc400;
}

/* ---------- Top bar ---------- */
body.store-premium-metal .topbar {
    top: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 187, 0, .20);
    background: rgba(10, 13, 16, .86);
    box-shadow: 0 12px 34px rgba(0,0,0,.28);
    backdrop-filter: blur(22px) saturate(130%);
}

body.store-premium-metal .topbar::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 34%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ff9d00, #ffd53e);
}

body.store-premium-metal .topbar-inner {
    max-width: 1440px;
    height: 68px;
    padding: 9px 22px;
}

body.store-premium-metal .left-group {
    gap: 11px;
}

body.store-premium-metal .menu-btn {
    width: 42px;
    height: 42px;
    gap: 4px;
    border-radius: 13px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(145deg, #242a31, #101419);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 8px 20px rgba(0,0,0,.28);
}

body.store-premium-metal .menu-btn:hover {
    border-color: rgba(255,190,0,.45);
    transform: translateY(-1px);
}

body.store-premium-metal .menu-btn span {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #ff8a00, #ffd43b);
    box-shadow: none;
}

body.store-premium-metal .brand-lockup {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

body.store-premium-metal .brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    color: #121212;
    font-family: Orbitron, sans-serif;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(145deg, #fff18a 0%, #ffc400 48%, #ff8500 100%);
    clip-path: polygon(25% 0, 75% 0, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0 75%, 0 25%);
    box-shadow: 0 0 0 1px rgba(255,215,70,.3), 0 7px 20px rgba(255,145,0,.24);
}

body.store-premium-metal .brand-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

body.store-premium-metal .logo {
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    text-shadow: none;
}

body.store-premium-metal .brand-subtitle {
    margin-top: 5px;
    color: #9aa2ac;
    font-family: Orbitron, sans-serif;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 2.1px;
}

body.store-premium-metal .user-box {
    gap: 9px;
}

body.store-premium-metal .balance,
body.store-premium-metal .notif-bell {
    border: 1px solid rgba(255,255,255,.11);
    background: linear-gradient(145deg, rgba(40,46,54,.96), rgba(15,19,24,.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 8px 20px rgba(0,0,0,.22);
}

body.store-premium-metal .balance {
    min-height: 39px;
    padding: 6px 10px;
    border-radius: 13px;
    color: #ffd13d;
    font-size: 11px;
}

body.store-premium-metal .balance > i {
    color: #ffb000;
}

body.store-premium-metal .add-balance {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 7px;
    color: #111;
    background: linear-gradient(145deg, #ffe15e, #ff9700);
}

body.store-premium-metal .notif-bell {
    width: 39px;
    height: 39px;
    border-radius: 13px;
    color: #ffc400;
}

/* ---------- Page shell ---------- */
body.store-premium-metal .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 22px 34px;
}

/* ---------- Hero ---------- */
body.store-premium-metal .hero-slider {
    position: relative;
    isolation: isolate;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 190, 0, .25);
    border-radius: 24px;
    background: #11161c;
    box-shadow: 0 24px 60px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08);
}

body.store-premium-metal .hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(7,9,11,.72) 0%, rgba(7,9,11,.25) 42%, transparent 72%),
        linear-gradient(180deg, transparent 58%, rgba(7,9,11,.38));
}

body.store-premium-metal .hero-slider::after {
    content: "";
    position: absolute;
    right: -18%;
    bottom: -1px;
    z-index: 4;
    width: 56%;
    height: 2px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, #ff8a00 35%, #ffe35c 65%, transparent);
}

body.store-premium-metal .slider-container {
    height: clamp(190px, 21vw, 310px);
}

body.store-premium-metal .slide img {
    transform: scale(1.002);
    object-position: center;
}

body.store-premium-metal .hero-copy {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 34px;
    width: min(430px, 48%);
    transform: translateY(-50%);
    pointer-events: none;
}

body.store-premium-metal .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid rgba(255,196,0,.30);
    border-radius: 999px;
    color: #ffd85d;
    background: rgba(13,16,20,.58);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 800;
}

body.store-premium-metal .hero-copy h1 {
    margin: 0;
    color: #fff;
    font-family: Cairo, sans-serif;
    font-size: clamp(24px, 3vw, 47px);
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -.8px;
    text-shadow: 0 8px 28px rgba(0,0,0,.55);
}

body.store-premium-metal .hero-copy h1 strong {
    color: #ffc400;
    font-family: Orbitron, Cairo, sans-serif;
}

body.store-premium-metal .hero-copy p {
    max-width: 380px;
    margin-top: 10px;
    color: #c4cad1;
    font-size: 12px;
    line-height: 1.8;
}

body.store-premium-metal .slider-dots {
    z-index: 7;
    bottom: 12px;
}

body.store-premium-metal .dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.32);
    background: rgba(255,255,255,.25);
    box-shadow: none;
}

body.store-premium-metal .dot.active {
    width: 28px;
    border-color: rgba(255,202,36,.75);
    background: linear-gradient(90deg, #ff8400, #ffd43f);
}

/* ---------- Trust strip ---------- */
body.store-premium-metal .trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

body.store-premium-metal .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(35,40,47,.88), rgba(14,18,22,.92));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 12px 28px rgba(0,0,0,.20);
}

body.store-premium-metal .trust-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid rgba(255,197,0,.33);
    border-radius: 12px;
    color: #1b1608;
    background: linear-gradient(145deg, #ffe465, #ff9b00);
    box-shadow: 0 8px 20px rgba(255,139,0,.16);
    font-size: 15px;
}

body.store-premium-metal .trust-item strong {
    display: block;
    color: #f8f8f8;
    font-size: 11px;
}

body.store-premium-metal .trust-item span {
    display: block;
    margin-top: 2px;
    color: #858e98;
    font-size: 9px;
}

/* ---------- Ticker ---------- */
body.store-premium-metal .ticker {
    height: 34px;
    margin-bottom: 17px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(14,18,22,.82);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

body.store-premium-metal .ticker-track {
    padding: 8px 0;
    color: #b8bec6;
    font-size: 9px;
}

body.store-premium-metal .ticker-track i {
    color: #ffc400;
}

/* ---------- Search ---------- */
body.store-premium-metal .catalog-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 2px 0 18px;
}

body.store-premium-metal .category-search {
    position: relative;
    flex: 1;
}

body.store-premium-metal .category-search > i {
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #ffb400;
    font-size: 13px;
}

body.store-premium-metal .category-search input {
    width: 100%;
    height: 48px;
    padding: 0 45px 0 16px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 15px;
    outline: none;
    color: #fff;
    background: linear-gradient(145deg, rgba(31,36,42,.96), rgba(13,17,21,.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 12px 26px rgba(0,0,0,.17);
    font-size: 12px;
}

body.store-premium-metal .category-search input:focus {
    border-color: rgba(255,190,0,.50);
    box-shadow: 0 0 0 3px rgba(255,180,0,.08), 0 12px 26px rgba(0,0,0,.22);
}

body.store-premium-metal .catalog-count {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
    height: 48px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 15px;
    color: #9fa7b0;
    background: rgba(16,20,25,.85);
    font-size: 10px;
}

body.store-premium-metal .catalog-count strong {
    color: #ffc400;
    font-family: Orbitron, sans-serif;
    font-size: 12px;
}

/* ---------- Section heading ---------- */
body.store-premium-metal .section-header {
    margin: 0 0 12px;
    padding: 0 2px;
}

body.store-premium-metal .section-title {
    padding-right: 15px;
    color: #fff;
    font-family: Cairo, sans-serif;
    font-size: 18px;
    font-weight: 900;
}

body.store-premium-metal .section-title::before {
    width: 5px;
    height: 22px;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffe260, #ff8a00);
    box-shadow: 0 0 16px rgba(255,160,0,.26);
}

body.store-premium-metal .view-all {
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    color: #abb2ba;
    background: rgba(255,255,255,.025);
    font-size: 10px;
}

body.store-premium-metal .view-all:hover {
    color: #ffc400;
    border-color: rgba(255,190,0,.26);
}

/* ---------- Category grid ---------- */
body.store-premium-metal .grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

body.store-premium-metal .card.category-card {
    position: relative;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: linear-gradient(155deg, #252b32 0%, #151a20 58%, #0e1216 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 34px rgba(0,0,0,.28);
    transform: translateZ(0);
}

body.store-premium-metal .card.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(125deg, rgba(255,255,255,.10), transparent 22%, transparent 72%, rgba(255,164,0,.05));
}

body.store-premium-metal .card.category-card::after {
    content: "";
    position: absolute;
    right: 12%;
    bottom: 0;
    left: 12%;
    z-index: 4;
    height: 2px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ff9500, #ffe069, transparent);
    transition: opacity .22s ease;
}

body.store-premium-metal .card.category-card:hover {
    border-color: rgba(255,190,0,.35);
    transform: translateY(-5px);
    box-shadow: 0 22px 46px rgba(0,0,0,.38), 0 0 0 1px rgba(255,180,0,.04);
}

body.store-premium-metal .card.category-card:hover::after {
    opacity: 1;
}

body.store-premium-metal .category-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #0c1014;
}

body.store-premium-metal .card.category-card img {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    transition: transform .42s ease, filter .42s ease;
    filter: saturate(.9) contrast(1.04) brightness(.86);
}

body.store-premium-metal .card.category-card:hover img {
    transform: scale(1.055);
    filter: saturate(1.04) contrast(1.06) brightness(.94);
}

body.store-premium-metal .category-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(8,10,13,.82));
}

body.store-premium-metal .category-icon {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    border: 1px solid rgba(255,215,80,.34);
    border-radius: 12px;
    color: #16120a;
    background: linear-gradient(145deg, #ffe46a, #ff9400);
    box-shadow: 0 8px 18px rgba(255,135,0,.18);
    font-size: 15px;
}

body.store-premium-metal .category-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    min-height: 63px;
    padding: 11px 12px 12px;
}

body.store-premium-metal .category-copy {
    min-width: 0;
}

body.store-premium-metal .category-title {
    overflow: hidden;
    margin: 0;
    color: #f6f7f8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.store-premium-metal .category-meta {
    margin-top: 3px;
    color: #7f8892;
    font-size: 9px;
}

body.store-premium-metal .category-arrow {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    color: #ffc400;
    background: rgba(255,255,255,.035);
    transition: transform .22s ease, border-color .22s ease;
}

body.store-premium-metal .card.category-card:hover .category-arrow {
    transform: translateX(-3px);
    border-color: rgba(255,190,0,.26);
}

body.store-premium-metal .empty-catalog {
    grid-column: 1 / -1;
    padding: 40px 18px;
    border: 1px dashed rgba(255,190,0,.22);
    border-radius: 18px;
    text-align: center;
    color: #9aa2ac;
    background: rgba(255,255,255,.02);
}

/* ---------- Loader ---------- */
body.store-premium-metal .sphere-loader {
    min-height: 260px;
}

body.store-premium-metal .loader,
body.store-premium-metal .diamond-loader {
    width: 62px !important;
    height: 62px !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, #ffe260, #ff9000) !important;
    box-shadow: 0 15px 34px rgba(255,145,0,.22), inset 0 1px 0 rgba(255,255,255,.4) !important;
    animation: leftLoader 1.25s ease-in-out infinite !important;
}

body.store-premium-metal .loader::before,
body.store-premium-metal .loader::after,
body.store-premium-metal .diamond-loader::before,
body.store-premium-metal .diamond-loader::after {
    display: none !important;
}

@keyframes leftLoader {
    0%, 100% { transform: rotate(45deg) scale(.72); opacity: .62; }
    50% { transform: rotate(45deg) scale(1); opacity: 1; }
}

/* ---------- Drawer / overlays ---------- */
body.store-premium-metal .drawer {
    width: min(330px, 88vw);
    border-left: 1px solid rgba(255,190,0,.17);
    background: linear-gradient(155deg, #1c2229, #0c1014 68%);
    box-shadow: -25px 0 60px rgba(0,0,0,.44);
}

body.store-premium-metal .drawer-user,
body.store-premium-metal .drawer-exchange-box,
body.store-premium-metal .drawer-currency-switch {
    border-color: rgba(255,255,255,.09);
    background: rgba(255,255,255,.035);
}

body.store-premium-metal .drawer-avatar {
    border-color: rgba(255,196,0,.38);
    color: #17130a;
    background: linear-gradient(145deg, #ffe56b, #ff8b00);
    box-shadow: 0 12px 26px rgba(255,140,0,.18);
}

body.store-premium-metal .drawer-menu-item {
    border: 1px solid transparent;
    border-radius: 12px;
    color: #c4cad1;
}

body.store-premium-metal .drawer-menu-item:hover {
    border-color: rgba(255,190,0,.16);
    color: #fff;
    background: rgba(255,184,0,.07);
}

body.store-premium-metal .drawer-menu-item i {
    color: #ffb400;
}

body.store-premium-metal .overlay,
body.store-premium-metal .notif-modal,
body.store-premium-metal .channels-modal {
    backdrop-filter: blur(9px);
    background: rgba(2,4,6,.76);
}

body.store-premium-metal .notif-box,
body.store-premium-metal .channels-box {
    border: 1px solid rgba(255,190,0,.22);
    background: linear-gradient(155deg, #252b32, #101419 72%);
    box-shadow: 0 28px 70px rgba(0,0,0,.48);
}

/* ---------- Floating support ---------- */
body.store-premium-metal .floating-purple {
    left: 22px;
    bottom: 108px;
}

body.store-premium-metal .fab-main {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,215,80,.37);
    color: #15120b;
    background: linear-gradient(145deg, #ffe568, #ff8a00);
    box-shadow: 0 14px 32px rgba(255,133,0,.22), inset 0 1px 0 rgba(255,255,255,.36);
}

body.store-premium-metal .fab-main i {
    color: #16120a;
}

body.store-premium-metal .fab-option {
    border-color: rgba(255,255,255,.14);
    background: #1c2229;
}

/* ---------- Bottom dock ---------- */
body.store-premium-metal .bottom-nav {
    right: 50%;
    left: auto;
    bottom: 18px;
    width: min(560px, calc(100% - 30px));
    padding: 7px;
    transform: translateX(50%);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 20px;
    background: rgba(14,18,22,.90);
    box-shadow: 0 18px 45px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(20px) saturate(135%);
}

body.store-premium-metal .nav-items {
    max-width: none;
    gap: 4px;
}

body.store-premium-metal .nav-item {
    position: relative;
    flex: 1;
    min-height: 51px;
    gap: 4px;
    justify-content: center;
    padding: 6px 9px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #858e98;
    font-size: 9px;
}

body.store-premium-metal .nav-item i {
    font-size: 16px;
}

body.store-premium-metal .nav-item.active {
    color: #18140a;
    text-shadow: none;
    border-color: rgba(255,230,120,.34);
    background: linear-gradient(145deg, #ffe15e, #ff9500);
    box-shadow: 0 9px 24px rgba(255,140,0,.18), inset 0 1px 0 rgba(255,255,255,.38);
}

/* ---------- Responsive ---------- */
@media (max-width: 1150px) {
    body.store-premium-metal .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.store-premium-metal {
        padding-bottom: 92px;
    }

    body.store-premium-metal .topbar-inner {
        height: 62px;
        padding: 8px 14px;
    }

    body.store-premium-metal .container {
        padding: 14px 12px 28px;
    }

    body.store-premium-metal .brand-mark {
        width: 33px;
        height: 33px;
        flex-basis: 33px;
        font-size: 17px;
    }

    body.store-premium-metal .logo {
        font-size: 14px;
    }

    body.store-premium-metal .brand-subtitle {
        font-size: 6px;
        letter-spacing: 1.5px;
    }

    body.store-premium-metal .hero-copy {
        right: 20px;
        width: 58%;
    }

    body.store-premium-metal .hero-copy p {
        display: none;
    }

    body.store-premium-metal .trust-strip {
        gap: 8px;
    }

    body.store-premium-metal .trust-item {
        min-height: 50px;
        padding: 8px 9px;
    }

    body.store-premium-metal .trust-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        font-size: 13px;
    }

    body.store-premium-metal .trust-item span {
        display: none;
    }

    body.store-premium-metal .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 560px) {
    body.store-premium-metal .menu-btn {
        width: 37px;
        height: 37px;
        border-radius: 11px;
    }

    body.store-premium-metal .brand-copy {
        max-width: 95px;
    }

    body.store-premium-metal .brand-subtitle {
        display: none;
    }

    body.store-premium-metal .notif-bell {
        width: 36px;
        height: 36px;
    }

    body.store-premium-metal .balance {
        min-height: 36px;
        padding: 5px 8px;
        font-size: 9px;
    }

    body.store-premium-metal .hero-slider {
        border-radius: 18px;
    }

    body.store-premium-metal .slider-container {
        height: 155px;
    }

    body.store-premium-metal .hero-slider::before {
        background: linear-gradient(90deg, rgba(7,9,11,.70), rgba(7,9,11,.12) 70%, transparent);
    }

    body.store-premium-metal .hero-copy {
        right: 16px;
        width: 68%;
    }

    body.store-premium-metal .hero-eyebrow {
        margin-bottom: 7px;
        padding: 4px 8px;
        font-size: 8px;
    }

    body.store-premium-metal .hero-copy h1 {
        font-size: 21px;
    }

    body.store-premium-metal .trust-strip {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 12px;
    }

    body.store-premium-metal .trust-item {
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        min-width: 0;
        padding: 8px 4px;
        text-align: center;
    }

    body.store-premium-metal .trust-item strong {
        overflow: hidden;
        width: 100%;
        font-size: 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    body.store-premium-metal .ticker {
        margin-bottom: 13px;
    }

    body.store-premium-metal .catalog-tools {
        gap: 8px;
        margin-bottom: 14px;
    }

    body.store-premium-metal .category-search input {
        height: 44px;
        font-size: 11px;
    }

    body.store-premium-metal .catalog-count {
        height: 44px;
        padding: 0 11px;
    }

    body.store-premium-metal .catalog-count span {
        display: none;
    }

    body.store-premium-metal .section-title {
        font-size: 15px;
    }

    body.store-premium-metal .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    body.store-premium-metal .category-body {
        min-height: 57px;
        padding: 9px 10px 10px;
    }

    body.store-premium-metal .category-title {
        font-size: 10px;
    }

    body.store-premium-metal .category-meta {
        font-size: 8px;
    }

    body.store-premium-metal .floating-purple {
        left: 12px;
        bottom: 90px;
    }

    body.store-premium-metal .fab-main {
        width: 46px;
        height: 46px;
    }

    body.store-premium-metal .bottom-nav {
        bottom: 8px;
        width: calc(100% - 16px);
        padding: 5px;
        border-radius: 17px;
    }

    body.store-premium-metal .nav-item {
        min-height: 48px;
        padding: 5px 4px;
        border-radius: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.store-premium-metal *,
    body.store-premium-metal *::before,
    body.store-premium-metal *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
