.homepage-bullion {
    overflow-x: hidden;
    visibility: visible;
    opacity: 1;
}

body.homepage-bullion {
    visibility: visible !important;
    opacity: 1 !important;
}

.samco-homepage {
    background: radial-gradient(circle at top left, rgba(223, 181, 78, 0.12), transparent 26%), linear-gradient(180deg, #f7f2e7 0%, #f5efe3 52%, #efe6d5 100%);
}

.samco-home-nav {
    background: #0a0a0a;
    padding: 1rem 0;
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        padding 0.3s ease;
}

.samco-home-nav.fixed-top {
    position: sticky;
}

.samco-home-nav.is-scrolled {
    background: rgba(10, 10, 10, 0.9);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
    padding: 0.65rem 0;
}

.samco-home-nav__shell {
    max-width: 1360px;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.4rem;
    background: #0a0a0a;
    backdrop-filter: blur(14px);
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
}

.samco-home-nav__info-row {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #ece3cf;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 0 0.35rem;
    width: 100%;
}

.samco-home-nav__info-row .samco-top-navbar__contact {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.samco-home-nav__info-row .samco-top-navbar__contact a,
.samco-home-nav__info-row .samco-top-navbar__clocks {
    color: #ece3cf !important;
    text-decoration: none;
}

.samco-home-nav__info-row .samco-top-navbar__contact a {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.1;
    transition: color 0.2s ease;
}

.samco-home-nav__info-row .samco-top-navbar__contact a:hover,
.samco-home-nav__info-row .samco-top-navbar__contact a:focus {
    color: #fff !important;
}

.samco-home-nav__info-row .samco-top-navbar__contact .fa-whatsapp {
    color: #21a953;
    font-size: 1rem;
}

.samco-home-nav__info-row .samco-top-navbar__clocks {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.samco-home-nav__info-row .samco-top-navbar__clocks li {
    align-items: center;
    color: #ece3cf;
    display: inline-flex;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    justify-content: flex-start;
    line-height: 1;
    min-width: 128px;
    white-space: nowrap;
}

.samco-home-nav__info-row .samco-top-navbar__clocks span[data-samco-clock] {
    display: inline-block;
    font-variant-numeric: tabular-nums;
    min-width: 94px;
    text-align: left;
}

.samco-home-nav__info-row .samco-top-navbar__clocks img {
    display: block;
    height: 32px;
    object-fit: contain;
    width: 32px;
}

.samco-home-nav__top-row {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem 1rem;
    width: 100%;
}

.samco-home-nav__menu-row {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 0.45rem;
    padding-top: 0.45rem;
}

.samco-home-nav__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 1;
    padding: 0.2rem 0.55rem;
    border-radius: 20px;
    background: rgba(10, 10, 10, 0.92);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    width: 370px;
}

.samco-home-nav__brand img {
    display: block;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.samco-home-nav .navbar-collapse {
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}

.samco-home-nav .navbar-nav {
    justify-content: flex-start;
    width: auto;
}

.samco-home-nav__actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.55rem;
    justify-content: flex-end;
    margin-left: auto;
}

.samco-home-nav__account {
    align-items: center;
    background: #d6ad4a;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #141414 !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.95rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1;
    min-height: 56px;
    padding: 1rem 1.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease;
    white-space: nowrap;
}

.samco-home-nav__account:hover,
.samco-home-nav__account:focus {
    background: #f0c65b;
    color: #0a0a0a !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.samco-home-nav__login {
    border-color: rgba(214, 173, 74, 0.38);
    color: #000 !important;
}

.samco-home-nav__login:hover,
.samco-home-nav__login:focus {
    background: #d6ad4a !important;
    color: #141414 !important;
}

.samco-home-nav__link,
.samco-home-nav .dropdown-toggle {
    position: relative;
    /* color: #ffc107; */
    color: #eecf99 !important;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    padding: 0.85rem 0.95rem !important;
    transition:
        color 0.22s ease,
        transform 0.22s ease;
}

.samco-home-nav__link::after {
    content: "";
    position: absolute;
    left: 0.95rem;
    right: 0.95rem;
    bottom: 0.5rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s ease;
}

.samco-home-nav__link:hover::after,
.samco-home-nav__link:focus-visible::after,
.samco-home-nav .show > .samco-home-nav__link::after {
    transform: scaleX(1);
}

.samco-home-nav__link:hover,
.samco-home-nav__link:focus-visible,
.samco-home-nav .show > .samco-home-nav__link,
.samco-home-nav .dropdown-toggle:hover,
.samco-home-nav .dropdown-toggle:focus-visible {
    color: #ffffff !important;
}

.samco-home-nav__toggle {
    align-items: center;
    background: rgba(214, 173, 74, 0.12);
    border: 1px solid rgba(214, 173, 74, 0.42);
    border-radius: 0.9rem;
    display: inline-flex;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    order: 3;
    padding: 0.45rem 0.6rem;
    box-shadow: none !important;
}

.samco-home-nav__toggle .navbar-toggler-icon {
    filter: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23eecf99' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.samco-home-nav__dropdown {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.1rem;
    background: rgba(14, 14, 14, 0.96);
    padding: 0.6rem;
}

.samco-home-nav__dropdown .dropdown-item {
    border-radius: 0.75rem;
    color: #f7f0de;
    padding: 0.7rem 0.9rem;
}

.samco-home-nav__dropdown .dropdown-item:hover,
.samco-home-nav__dropdown .dropdown-item:focus {
    background: rgba(214, 173, 74, 0.18);
    color: #fff;
}

.samco-home-nav__apps {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-left: auto;
    order: 2;
}

.samco-home-nav__app-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.32rem;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        transform 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease;
}

.samco-home-nav__app-link:hover,
.samco-home-nav__app-link:focus {
    transform: translateY(-2px);
    background: rgba(214, 173, 74, 0.18);
    border-color: rgba(214, 173, 74, 0.28);
}

.samco-home-nav__app-link img {
    display: block;
    height: 3.5rem;
    width: auto;
    border-radius: 10px;
}

.samco-home-hero-content {
    padding-top: 3rem;
}

.homepage-bullion .bullion-hero__base {
    background:
        radial-gradient(circle at 20% 20%, rgba(235, 199, 110, 0.28), transparent 30%), radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.1), transparent 24%),
        radial-gradient(circle at 50% 80%, rgba(120, 120, 120, 0.16), transparent 26%), linear-gradient(135deg, #050505 0%, #151515 38%, #232323 100%);
}

.homepage-bullion .bullion-hero__grid {
    background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 92%);
}

.homepage-bullion .bullion-hero__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(24px);
}

.homepage-bullion .bullion-hero__glow--one {
    width: 24rem;
    height: 24rem;
    top: 10%;
    left: -8%;
    background: rgba(214, 173, 74, 0.24);
}

.homepage-bullion .bullion-hero__glow--two {
    width: 20rem;
    height: 20rem;
    right: -5%;
    bottom: 18%;
    background: rgba(183, 183, 183, 0.18);
}

.homepage-bullion .bullion-hero__overlay {
    opacity: 0.08;
    transition: opacity 0.2s linear;
}

.homepage-bullion .hero-logo-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 10, 10, 0.92);
    border-radius: 999px;
    padding: 1rem 1.5rem;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
    width: min(100%, 18rem) !important;
    max-width: 18rem;
    aspect-ratio: 2.1 / 1;
    overflow: hidden;
}

.homepage-bullion .hero-logo-shell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none !important;
}

.homepage-bullion .hero-heading {
    font-size: clamp(2.75rem, 7vw, 7rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.homepage-bullion .hero-side-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.35em;
}

.homepage-bullion .bullion-hero__product {
    position: absolute;
    width: min(28vw, 24rem);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    opacity: 0.72;
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.28));
}

.homepage-bullion .bullion-hero__product--left {
    left: 4%;
    top: 18%;
    transform: rotate(-10deg);
}

.homepage-bullion .bullion-hero__product--right {
    right: 4%;
    bottom: 12%;
    transform: rotate(10deg);
}

.homepage-bullion .bullion-stat-card {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 1.5rem;
}

.samco-storyband {
    align-items: center;
}

.samco-storyband__copy {
    padding: 2rem;
    border-radius: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(247, 239, 225, 0.94));
    box-shadow: 0 26px 60px rgba(77, 58, 17, 0.08);
}

.samco-storyband__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.samco-storyband__fact {
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(16, 16, 16, 0.92);
    color: #f7f0de;
}

.samco-storyband__fact span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.72;
    margin-bottom: 0.45rem;
}

.samco-storyband__fact strong {
    display: block;
    font-size: 1rem;
    line-height: 1.35;
}

.samco-storyband__media {
    position: relative;
    min-height: 34rem;
}

.samco-storyband__photo {
    position: absolute;
    overflow: hidden;
    border-radius: 1.75rem;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.16);
    background: radial-gradient(circle at top left, rgba(214, 173, 74, 0.22), transparent 32%), linear-gradient(145deg, #1b1b1b 0%, #302513 100%);
}

.samco-storyband__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.samco-storyband__photo--primary {
    inset: 0 18% 0% 0;
}

.samco-storyband__photo--secondary {
    top: 8%;
    right: 0;
    width: 42%;
    height: 42%;
}

.samco-storyband__photo--accent {
    right: 8%;
    bottom: 0;
    width: 48%;
    height: 34%;
}

.homepage-bullion .product-card-shell,
.homepage-bullion .product-panel {
    border-radius: 2rem;
}

.homepage-bullion .product-card-shell--gold,
.homepage-bullion .product-panel--gold {
    background: radial-gradient(circle at 25% 20%, rgba(255, 236, 177, 0.75), transparent 24%), linear-gradient(135deg, #7d5a15 0%, #c79a34 54%, #f2e0ac 100%);
}

.homepage-bullion .product-card-shell--silver,
.homepage-bullion .product-panel--silver {
    background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.76), transparent 24%), linear-gradient(135deg, #545a64 0%, #979da6 52%, #eff2f5 100%);
}

.homepage-bullion .product-card-shell--coins,
.homepage-bullion .product-panel--coins {
    background: radial-gradient(circle at 25% 20%, rgba(255, 240, 204, 0.72), transparent 24%), linear-gradient(135deg, #643f16 0%, #b67d2d 52%, #f6cf76 100%);
}

.homepage-bullion .product-fixed-card {
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.12);
}

.homepage-bullion .product-context-card {
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.homepage-bullion .product-context-card--dark {
    background: linear-gradient(160deg, #111 0%, #2e2411 100%);
}

.homepage-bullion .product-context-card--light {
    background: linear-gradient(160deg, #dfe4ea 0%, #f7f8fa 100%);
}

.homepage-bullion .product-context-card--brand {
    background: linear-gradient(160deg, #0f0f0f 0%, #42311d 100%);
}

.homepage-bullion .product-context-card__media {
    position: absolute;
    inset: 0;
}

.homepage-bullion .product-context-card__media img {
    max-width: 38%;
    max-height: 38%;
}

.homepage-bullion .product-context-card__copy {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
}

.homepage-bullion .product-context-card--light .product-context-card__copy {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.05));
}

@media (min-width: 768px) {
    .homepage-bullion #products [data-featured-product-pin],
    .homepage-bullion #products .product-row {
        height: calc(100dvh - 14rem) !important;
        min-height: calc(100dvh - 14rem) !important;
    }
}

.homepage-bullion .about-visual-shell {
    border-radius: 2rem;
    background: radial-gradient(circle at 20% 20%, rgba(239, 211, 132, 0.35), transparent 20%), linear-gradient(140deg, #0e0e0e 0%, #272117 48%, #151515 100%);
}

.homepage-bullion .about-visual-main {
    padding: 3rem;
    max-width: 76%;
    max-height: 76%;
    object-fit: cover;
    border-radius: 1.6rem;
}

.homepage-bullion .about-badge-shell {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
}

.homepage-bullion .footer-backdrop {
    background:
        linear-gradient(rgba(34, 24, 7, 0.7), rgba(8, 8, 8, 0.92)),
        url("../img/appimages/clientbg.jpeg") center / cover no-repeat;
}

.homepage-bullion .footer-contact-panel {
    padding: 2rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.homepage-bullion .homepage-live-footer {
    border-radius: 0 !important;
    overflow: hidden;
}

.homepage-bullion .homepage-live-footer .container {
    max-width: 1440px;
    width: 100%;
}

.homepage-bullion .homepage-live-footer .logo {
    display: inline-flex;
    max-width: 100%;
}

.homepage-bullion .homepage-live-footer .logo img {
    height: auto !important;
    max-height: 90px;
    max-width: min(100%, 320px);
    object-fit: contain;
}

.homepage-bullion #gvDataHighLow .hl_chartt,
.homepage-bullion .home-chart-panel .hl_chartt {
    margin: 0 auto !important;
    max-width: 420px;
    table-layout: fixed;
    width: min(100%, 420px) !important;
}

.homepage-bullion #gvDataHighLow .hl_chartt table,
.homepage-bullion .home-chart-panel .hl_chartt table {
    border-radius: 8px;
    overflow: hidden;
    table-layout: fixed;
    width: 100% !important;
}

.homepage-bullion #gvDataHighLow .hl_chartt td,
.homepage-bullion .home-chart-panel .hl_chartt td {
    box-sizing: border-box;
    line-height: 1.25;
    padding: 0.35rem 0.45rem;
    vertical-align: middle;
    white-space: normal;
}

.homepage-bullion #gvDataHighLow .hl_chartt table td:first-child,
.homepage-bullion .home-chart-panel .hl_chartt table td:first-child {
    width: 34% !important;
}

.homepage-bullion #gvDataHighLow .hl_chartt table td:nth-child(2),
.homepage-bullion .home-chart-panel .hl_chartt table td:nth-child(2) {
    width: 66% !important;
}

@media (max-width: 767px) {
    .homepage-bullion #gvDataHighLow .hl_chartt,
    .homepage-bullion .home-chart-panel .hl_chartt {
        max-width: 320px;
        width: min(100%, 320px) !important;
    }

    .homepage-bullion #gvDataHighLow .hl_chartt td,
    .homepage-bullion .home-chart-panel .hl_chartt td {
        font-size: 0.82rem !important;
        padding: 0.3rem 0.35rem !important;
    }

    .homepage-bullion #gvDataHighLow .hl_chartt table td:nth-child(2),
    .homepage-bullion .home-chart-panel .hl_chartt table td:nth-child(2) {
        font-size: 1rem !important;
    }

    .homepage-bullion #gvDataHighLow .hl_chartt table td:nth-child(2) div,
    .homepage-bullion .home-chart-panel .hl_chartt table td:nth-child(2) div {
        display: block !important;
        margin-left: 0 !important;
        margin-top: 0.1rem;
    }
}

.homepage-bullion .homepage-live-footer h2 {
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.homepage-bullion .homepage-live-footer p,
.homepage-bullion .homepage-live-footer li,
.homepage-bullion .homepage-live-footer a,
.homepage-bullion .homepage-live-footer strong {
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: normal;
}

.homepage-bullion .homepage-live-footer .list li {
    align-items: flex-start;
    display: flex;
    gap: 0.35rem;
}

.homepage-bullion .homepage-live-footer .list li i {
    flex: 0 0 auto;
    margin-top: 0.28rem;
}

.homepage-bullion .homepage-live-footer .list li a {
    min-width: 0;
}

.homepage-bullion .homepage-live-footer .footer-copyright .row {
    row-gap: 0.75rem;
}

.homepage-bullion .homepage-live-footer .footer-copyright {
    border-radius: 0 !important;
}

.samco-home-cta {
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #d3a74c 0%, #f2d081 100%);
    color: #111;
    text-decoration: none;
}

.samco-home-cta--alt {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #000;
}

.homepage-bullion a.text-off-white:hover,
.homepage-bullion a.text-off-white:focus-visible {
    color: #d5d5d5;
}

.skroller-shrink,
.skroller-background {
    --skroller-progress: 0;
}

.skroller-shrink {
    transform-origin: center center;
    transition: transform 0.18s linear;
    will-change: transform;
}

.skroller-background {
    transition:
        background-size 0.18s linear,
        background-position 0.18s linear;
}

@media (max-width: 991px) {
    .samco-home-nav__shell {
        border-radius: 1.5rem;
        padding: 0.75rem 1rem;
    }

    .samco-home-nav__info-row {
        align-items: center;
        flex-direction: column;
        gap: 0.35rem;
        text-align: center;
    }

    .samco-home-nav__info-row .samco-top-navbar__contact {
        align-items: center;
    }

    .samco-home-nav__info-row .samco-top-navbar__clocks {
        justify-content: center;
    }

    .samco-home-nav__menu-row {
        margin-top: 0.65rem;
        padding-top: 0.65rem;
    }

    .samco-home-nav .navbar-collapse {
        align-items: stretch;
        flex-direction: column;
        gap: 0.75rem;
        margin-top: 0;
        border-radius: 1.25rem;
        background: rgba(10, 10, 10, 0.95);
        padding: 0.9rem;
    }

    .samco-home-nav__actions {
        justify-content: flex-start;
        margin-left: 0;
        width: 100%;
    }

    .samco-home-nav__apps {
        margin-left: auto;
        justify-content: flex-end;
    }

    .samco-home-nav__link::after {
        left: 0;
        right: auto;
        width: 3rem;
        bottom: 0.35rem;
    }

    .homepage-bullion .homepage-live-footer {
        padding-top: 22px !important;
    }

    .homepage-bullion .homepage-live-footer .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .homepage-bullion .homepage-live-footer .row > [class*="col-"] {
        margin-bottom: 1.25rem;
    }

    .homepage-bullion .homepage-live-footer .footer-copyright .row > [class*="col-"] {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .samco-storyband__photo--primary {
        inset: 0 0% 0% 0 !important;
    }
    .samco-home-hero-content {
        padding-top: 2rem;
    }

    .homepage-bullion .homepage-live-footer {
        text-align: center;
    }

    .homepage-bullion .homepage-live-footer .logo {
        justify-content: center;
        width: 100%;
    }

    .homepage-bullion .homepage-live-footer .logo img {
        max-width: min(86vw, 280px);
    }

    .homepage-bullion .homepage-live-footer h2 {
        font-size: 0.95rem !important;
        margin-bottom: 0.65rem !important;
    }

    .homepage-bullion .homepage-live-footer p,
    .homepage-bullion .homepage-live-footer li,
    .homepage-bullion .homepage-live-footer a,
    .homepage-bullion .homepage-live-footer strong {
        font-size: 0.92rem;
    }

    .homepage-bullion .homepage-live-footer p.text-justify,
    .homepage-bullion .homepage-live-footer .text-justify {
        text-align: center !important;
    }

    .homepage-bullion .homepage-live-footer .list {
        display: inline-flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .homepage-bullion .homepage-live-footer .footer-copyright {
        margin-top: 0.5rem;
    }

    .homepage-bullion .homepage-live-footer .footer-copyright p,
    .homepage-bullion .homepage-live-footer .footer-copyright .text-md-left,
    .homepage-bullion .homepage-live-footer .footer-copyright .text-md-right {
        text-align: center !important;
    }

    .samco-storyband__copy {
        padding: 1.35rem;
        border-radius: 1.5rem;
    }

    .samco-storyband__facts {
        grid-template-columns: 1fr;
    }

    .samco-storyband__media {
        min-height: 26rem;
    }

    .samco-storyband__photo {
        border-radius: 1.25rem;
    }

    .homepage-bullion .hero-logo-shell {
        padding: 0.8rem 1.15rem;
        width: min(100%, 13rem) !important;
        max-width: 13rem;
    }

    .homepage-bullion .hero-heading {
        font-size: clamp(2.6rem, 11vw, 4.25rem);
    }

    .homepage-bullion .bullion-stat-card,
    .homepage-bullion .footer-contact-panel,
    .homepage-bullion .product-card-shell,
    .homepage-bullion .product-panel,
    .homepage-bullion .product-context-card,
    .homepage-bullion .about-visual-shell {
        border-radius: 1.5rem;
    }

    .homepage-bullion .about-visual-main,
    .homepage-bullion .product-context-card__media img {
        max-width: 58%;
        max-height: 58%;
    }
}

@media (max-width: 575px) {
    .samco-home-nav {
        padding: 0.6rem 0;
    }

    .samco-home-nav__shell {
        padding: 0.65rem;
    }

    .samco-home-nav__info-row .samco-top-navbar__clocks {
        gap: 0.55rem;
    }

    .samco-home-nav__info-row .samco-top-navbar__clocks li {
        font-size: 0.68rem;
        min-width: 96px;
    }

    .samco-home-nav__info-row .samco-top-navbar__clocks img {
        height: 15px;
        width: 22px;
    }

    .samco-home-nav__info-row .samco-top-navbar__clocks span[data-samco-clock] {
        min-width: 72px;
    }

    .samco-home-nav__top-row {
        gap: 0.55rem;
        justify-content: space-between;
        position: relative;
    }

    .samco-home-nav__brand {
        flex: 1 1 100%;
        justify-content: flex-start;
        max-width: 100%;
        order: 1;
        padding: 0.15rem 4rem 0.15rem 0.4rem;
        width: auto;
    }

    .samco-home-nav__brand img {
        width: 100%;
    }

    .samco-home-nav__toggle {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.42);
        display: inline-flex !important;
        flex: 0 0 48px;
        order: 2;
        position: absolute;
        right: 0;
        top: 30%;
        transform: translateY(-50%);
        width: 48px;
        z-index: 5;
    }

    .samco-home-nav__toggle .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .samco-home-nav__apps {
        order: 3;
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .samco-home-nav__menu-row {
        margin-top: 0.55rem;
        padding-top: 0.55rem;
    }

    .samco-home-nav__actions {
        flex-direction: column;
    }

    .samco-home-nav__account {
        min-height: 48px;
        width: 100%;
    }

    .samco-home-nav__app-link img {
        height: 2.45rem;
    }

    .samco-home-hero-content {
        padding-top: 2rem;
    }
}

/* Home page responsive safety layer. */
.homepage-bullion *,
.homepage-bullion *::before,
.homepage-bullion *::after {
    box-sizing: border-box;
}

html,
body.homepage-bullion {
    max-width: 100%;
    overflow-x: hidden;
}

.homepage-bullion img,
.homepage-bullion video,
.homepage-bullion iframe,
.homepage-bullion canvas,
.homepage-bullion svg {
    max-width: 100%;
}

.homepage-bullion .container,
.homepage-bullion .container-fluid,
.homepage-bullion .row,
.homepage-bullion [class*="col-"],
.homepage-bullion .samco-home-nav,
.homepage-bullion .samco-home-nav__shell,
.homepage-bullion .samco-home-nav__top-row,
.homepage-bullion .samco-home-nav__menu-row,
.homepage-bullion section,
.homepage-bullion .card {
    max-width: 100%;
}

.homepage-bullion table {
    max-width: 100%;
}

.homepage-bullion .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.homepage-bullion .home-chart-section,
.homepage-bullion .home-chart-shell,
.homepage-bullion .home-chart-stage,
.homepage-bullion #homeChart,
.homepage-bullion #chart,
.homepage-bullion .chart-wrapper {
    max-width: 100%;
    min-width: 0;
}

@media (max-width: 991px) {
    .samco-home-nav__top-row {
        align-items: center;
    }

    .samco-home-nav__menu-row {
        width: 100%;
    }

    .samco-home-nav .navbar-nav {
        align-items: stretch !important;
    }

    .samco-home-nav__link,
    .samco-home-nav .dropdown-toggle {
        letter-spacing: 0.08em;
    }
}

@media (max-width: 767px) {
    .homepage-bullion .container,
    .homepage-bullion .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .samco-home-nav__shell {
        width: calc(100% - 1rem);
    }

    .samco-home-nav__apps {
        gap: 0.45rem;
    }
}

@media (max-width: 420px) {
    .samco-home-nav__brand {
        width: 220px;
    }

    .homepage-bullion .homepage-live-footer .container {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .homepage-bullion .homepage-live-footer p,
    .homepage-bullion .homepage-live-footer li,
    .homepage-bullion .homepage-live-footer a,
    .homepage-bullion .homepage-live-footer strong {
        font-size: 0.86rem;
    }

    .samco-home-nav__brand img {
        width: 100%;
    }

    .samco-home-nav__app-link img {
        height: 2.15rem;
    }

    .samco-home-hero-content {
        padding-top: 1.5rem;
    }
}

@media (max-width: 991px) {
    .homepage-bullion .samco-home-nav__top-row {
        align-items: center !important;
        display: grid !important;
        gap: 0.65rem !important;
        grid-template-columns: minmax(0, 1fr) 46px !important;
        position: relative !important;
    }

    .homepage-bullion .samco-home-nav__brand {
        grid-column: 1 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0.15rem 0.4rem !important;
        width: auto !important;
    }

    .homepage-bullion .samco-home-nav__toggle.navbar-toggler {
        align-items: center !important;
        background: transparent !important;
        border: 1px solid rgba(255, 255, 255, 0.42) !important;
        border-radius: 0.75rem !important;
        box-shadow: none !important;
        display: inline-flex !important;
        height: 46px !important;
        justify-content: center !important;
        min-height: 46px !important;
        min-width: 46px !important;
        opacity: 1 !important;
        padding: 0 !important;
        position: static !important;
        transform: none !important;
        visibility: visible !important;
        width: 46px !important;
        z-index: 50 !important;
    }

    .homepage-bullion .samco-home-nav__apps {
        grid-column: 1 / -1 !important;
        justify-content: center !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .homepage-bullion .samco-home-nav__toggle.navbar-toggler .navbar-toggler-icon {
        background: #ffffff !important;
        background-image: none !important;
        border-radius: 999px;
        box-shadow:
            0 -8px 0 #ffffff,
            0 8px 0 #ffffff;
        display: block !important;
        filter: none !important;
        height: 2px !important;
        opacity: 1 !important;
        width: 24px !important;
    }
}
