/* Golden Horse Jewelry — requested final enhancements */

/* Hero fills the available opening viewport and uses trust points to remove dead space. */
@media (min-width: 1051px) {
    .hero {
        min-height: max(720px, calc(100svh - 154px));
    }

    .hero-content {
        width: calc(100% - 80px);
        max-width: none;
        padding: 52px 0 58px;
    }

    .hero-content > * {
        max-width: 650px;
    }
}

.hero-trust-points {
    width: min(100%, 620px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 26px;
}

.hero-trust-points article {
    min-width: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
    border: 1px solid rgba(150, 110, 24, .22);
    background: rgba(255, 250, 245, .72);
    backdrop-filter: blur(7px);
}

.hero-trust-points i {
    flex: 0 0 auto;
    color: var(--gold);
    font-size: 23px;
}

.hero-trust-points div {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.hero-trust-points strong {
    color: var(--ink);
    font: 700 15px/1.1 "Inter", sans-serif;
}

.hero-trust-points span {
    margin-top: 4px;
    color: var(--muted);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

/* Homepage gold-bar section: banner left, three products right. */
.home-gold-bars-shell {
    display: block !important;
}

.gold-bars-home-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

.gold-bars-home-heading h2 {
    margin: 10px 0 8px;
    color: #f6d978;
    font: 600 clamp(46px, 5vw, 72px)/.92 "Cormorant Garamond", serif;
}

.gold-bars-home-heading > div:first-child > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.gold-bars-home-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.gold-bars-outline-button {
    border-color: rgba(246, 217, 120, .65);
    background: transparent;
    color: #f6d978;
}

.gold-bars-outline-button:hover {
    background: #f6d978;
    color: #111;
}

.gold-bars-home-showcase {
    display: grid;
    grid-template-columns: minmax(340px, 1.25fr) minmax(0, 1.75fr);
    align-items: stretch;
    gap: 18px;
}

.gold-bars-banner {
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(232, 199, 109, .45);
    background: #090806;
}

.gold-bars-banner img {
    height: 100%;
    object-fit: cover;
}

.home-gold-bars-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px;
}

.gold-bar-image {
    position: relative;
}

.gold-bar-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    min-width: 47px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 236, 166, .45);
    background: rgba(10, 8, 5, .78);
    color: #f6d978;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: center;
}

/* Visit / Contact section now includes a social video row. */
.visit-section {
    grid-template-areas:
        "copy media"
        "social social";
    align-items: start;
    padding-top: 58px;
    padding-bottom: 68px;
}

.visit-content {
    align-self: start;
    padding-top: 12px;
}

.visit-social {
    grid-area: social;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.visit-social-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.visit-social-heading h4 {
    margin: 10px 0 8px;
    color: var(--ink);
    font: 600 clamp(34px, 4vw, 52px)/.98 "Cormorant Garamond", serif;
}

.visit-social-heading > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.social-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.social-video-tile {
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--line);
    background: #1a130c;
}

.social-video-tile iframe,
.social-video-tile video,
.social-video-tile > a,
.social-video-tile img {
    width: 100%;
    height: 100%;
}

.social-video-tile iframe {
    border: 0;
}

.social-video-tile video {
    display: block;
    object-fit: cover;
    background: #080706;
}

.social-video-tile > a {
    position: relative;
    display: block;
}

.social-video-tile img {
    object-fit: cover;
    opacity: .62;
    transition: transform .35s ease, opacity .35s ease;
}

.social-video-tile:hover img {
    transform: scale(1.035);
    opacity: .48;
}

.social-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(180deg, rgba(20, 12, 5, .12), rgba(20, 12, 5, .76));
    color: #fff;
    text-align: center;
}

.social-video-overlay i {
    margin-bottom: 12px;
    color: #f6d978;
    font-size: 30px;
}

.social-video-overlay strong {
    font: 600 25px/1 "Cormorant Garamond", serif;
}

.social-video-overlay small {
    max-width: 290px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 10px;
    line-height: 1.5;
}

/* Live Gold Rate page */
.live-rate-page-hero {
    padding: 90px 32px 76px;
    background: linear-gradient(135deg, #966e18, #6f4f0f);
    color: #fff;
    text-align: center;
}

.live-rate-page-hero-inner {
    width: min(100%, 880px);
    margin: auto;
}

.live-rate-page-hero .eyebrow {
    color: #ffedb6;
}

.live-rate-page-hero h1 {
    margin: 14px 0 15px;
    font: 600 clamp(60px, 8vw, 104px)/.88 "Cormorant Garamond", serif;
}

.live-rate-page-hero p:last-child {
    max-width: 700px;
    margin: auto;
    color: rgba(255, 255, 255, .84);
    font-size: 15px;
    line-height: 1.75;
}

.live-rate-page-section {
    padding: 76px 32px;
    background: var(--peach);
}

.live-rate-page-shell {
    width: min(100%, var(--container));
    margin: auto;
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 54px;
}

.live-rate-page-copy h2 {
    margin: 10px 0 18px;
    font: 600 clamp(44px, 5vw, 68px)/.94 "Cormorant Garamond", serif;
}

.live-rate-page-copy > p:not(.eyebrow) {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.live-rate-page-updated {
    margin: 16px 0 24px !important;
    color: var(--gold) !important;
    font-size: 10px !important;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.live-rate-page-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    background: var(--ivory);
    box-shadow: 0 18px 50px rgba(57, 40, 21, .08);
}

.live-rate-page-card {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    border: 1px solid rgba(150, 110, 24, .18);
    background: #fff;
}

.live-rate-page-card span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
}

.live-rate-page-card strong {
    margin-top: 12px;
    color: var(--ink);
    font: 600 46px/1 "Cormorant Garamond", serif;
}

.live-rate-page-card small {
    margin-top: 8px;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.live-rate-page-error {
    grid-column: 1 / -1;
    margin: 0;
    padding: 34px;
    color: var(--muted);
    text-align: center;
}

.live-gold-bars-section {
    padding: 78px 32px 92px;
    border-top: 14px solid var(--gold);
    background: #090806;
    color: #fff;
}

.live-gold-bars-shell {
    width: min(100%, var(--container));
    margin: auto;
}

.live-gold-bars-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 34px;
}

.live-gold-bars-heading h2 {
    margin: 10px 0 8px;
    color: #f6d978;
    font: 600 clamp(50px, 6vw, 80px)/.9 "Cormorant Garamond", serif;
}

.live-gold-bars-heading > div > p:last-child {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.7;
}

.live-gold-bars-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.live-gold-bar-card {
    overflow: hidden;
    border: 1px solid rgba(232, 199, 109, .34);
    background: #17130d;
}

.live-gold-bar-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.live-gold-bar-image img {
    height: 100%;
    object-fit: cover;
}

.live-gold-bar-copy {
    padding: 18px;
}

.live-gold-bar-copy > p {
    margin: 0;
    color: #d6b95d;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.live-gold-bar-copy h3 {
    margin: 9px 0 8px;
    color: #fff5d3;
    font: 600 27px/1 "Cormorant Garamond", serif;
}

.live-gold-bar-copy span {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    line-height: 1.5;
}

.live-gold-bar-copy a {
    display: inline-block;
    margin-top: 16px;
    color: #f6d978;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 1050px) {
    .gold-bars-home-showcase {
        grid-template-columns: 1fr;
    }

    .gold-bars-banner {
        aspect-ratio: 16 / 7;
    }

    .live-gold-bars-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .hero-trust-points {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-bottom: 20px;
    }

    .hero-trust-points article {
        min-height: 55px;
        padding: 9px 11px;
    }

    .hero-trust-points i {
        font-size: 20px;
    }

    .hero-trust-points div {
        flex-direction: row;
        align-items: baseline;
        gap: 7px;
    }

    .hero-trust-points strong {
        font-size: 13px;
    }

    .hero-trust-points span {
        margin-top: 0;
        font-size: 7.5px;
    }

    .gold-bars-home-heading,
    .live-gold-bars-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .gold-bars-home-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .gold-bars-home-actions .button {
        flex: 1;
        min-width: 0;
        padding-inline: 10px;
        font-size: 8px;
    }

    .gold-bars-banner {
        aspect-ratio: 16 / 9;
    }

    .home-gold-bars-grid {
        display: flex !important;
        flex-flow: row nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .home-gold-bars-grid::-webkit-scrollbar {
        display: none;
    }

    .home-gold-bars-grid .gold-bar-card {
        flex: 0 0 82%;
        width: 82%;
        min-width: 82%;
        scroll-snap-align: start;
    }

    .visit-section {
        grid-template-areas: "copy" "media" "social";
        padding-top: 48px;
        padding-bottom: 56px;
    }

    .visit-content h3 {
        font-size: 32px !important;
    }

    .social-video-grid {
        display: flex;
        flex-flow: row nowrap;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .social-video-grid::-webkit-scrollbar {
        display: none;
    }

    .social-video-tile {
        flex: 0 0 88%;
        width: 88%;
        min-width: 88%;
        scroll-snap-align: start;
    }

    .live-rate-page-hero {
        padding: 68px 18px 56px;
    }

    .live-rate-page-section,
    .live-gold-bars-section {
        padding-inline: 18px;
    }

    .live-rate-page-shell {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .live-rate-page-board {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        padding: 10px;
    }

    .live-rate-page-card {
        min-height: 118px;
        padding: 14px;
    }

    .live-rate-page-card strong {
        font-size: 34px;
    }

    .live-gold-bars-grid {
        display: flex;
        flex-flow: row nowrap;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .live-gold-bars-grid::-webkit-scrollbar {
        display: none;
    }

    .live-gold-bar-card {
        flex: 0 0 82%;
        width: 82%;
        min-width: 82%;
        scroll-snap-align: start;
    }
}
/* =========================================================
   Visit section contact details and free parking
   ========================================================= */

.visit-content {
    width: 100%;
    max-width: 780px;
}

.visit-address {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.visit-address i {
    margin-top: 5px;
    color: #966e18;
}

.visit-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 25px;
}

.visit-detail-card {
    min-width: 0;
    min-height: 145px;
    display: flex;
    align-items: flex-start;
    gap: 13px;

    padding: 18px 16px;

    border: 1px solid rgba(150, 110, 24, 0.22);
    background: rgba(255, 255, 255, 0.48);

    color: #392815;

    box-shadow:
        0 12px 28px rgba(81, 52, 15, 0.07);

    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

a.visit-detail-card:hover {
    border-color: #966e18;
    background: rgba(255, 255, 255, 0.75);
    transform: translateY(-3px);

    box-shadow:
        0 17px 34px rgba(81, 52, 15, 0.12);
}

.visit-detail-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #966e18;
    color: #ffffff;

    font-size: 16px;
}

.visit-detail-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.visit-detail-copy small {
    color: #966e18;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-transform: uppercase;
}

.visit-detail-copy strong {
    display: block;
    margin-top: 8px;

    color: #392815;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.visit-detail-copy a {
    display: block;
}

.visit-detail-copy a + a strong {
    margin-top: 4px;
}

.visit-detail-copy em {
    margin-top: 7px;

    color: #796552;

    font-size: 11px;
    font-style: normal;
    line-height: 1.5;
}

/* Parking card fills the complete row */
.visit-parking-card {
    grid-column: 1 / -1;
    min-height: 105px;
    align-items: center;

    border-color: rgba(150, 110, 24, 0.45);

    background:
        linear-gradient(
            100deg,
            rgba(150, 110, 24, 0.13),
            rgba(255, 255, 255, 0.54)
        );
}

.visit-parking-card .visit-detail-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 20px;
}

.visit-parking-card .visit-detail-copy strong {
    font-size: 18px;
}

.visit-content .hero-actions {
    margin-top: 22px;
}
@media (max-width: 1250px) {
    .visit-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .visit-parking-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .visit-contact-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 21px;
    }

    .visit-detail-card,
    .visit-parking-card {
        grid-column: auto;
        min-height: 0;
        padding: 16px 14px;
    }

    .visit-detail-copy strong {
        font-size: 15px;
    }

    .visit-parking-card .visit-detail-copy strong {
        font-size: 17px;
    }

    .visit-parking-card .visit-detail-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 17px;
    }
}
.visit-content h3 {
    font-size: 64px;
    line-height: 1;
}
.visit-address {
    font-size: 84px;
    line-height: 1.5;
}

.visit-address strong {
    font-size: inherit;
    font-weight: 900;
}

.visit-address i {
    font-size: 18px;
}
/* Move hero text further inward on desktop */
@media (min-width: 1051px) {
    .hero-content {
        padding-left: clamp(55px, 5vw, 110px);
    }
}
.opening-hours-text {
    display: flex !important;
    flex-direction: column;
    gap: 3px;
}

.opening-hours-text span {
    display: block;
}
/* =========================================================
   Centred and enlarged Live Gold Rate board
   ========================================================= */

.live-rate-page-section {
    padding: 72px 32px 86px !important;
}

/* Change the old two-column layout into one centred column */
.live-rate-page-shell.live-rate-centered-shell {
    display: block !important;

    width: min(calc(100% - 64px), 1180px) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}

/* Text centred above the rate box */
.live-rate-page-copy-centered {
    width: min(100%, 780px);
    margin: 0 auto 34px;
    text-align: center;
}

.live-rate-page-copy-centered h2 {
    margin: 9px 0 14px !important;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(50px, 5vw, 72px) !important;
    font-style: normal;
    font-weight: 600;
    line-height: 0.95;
}

.live-rate-page-copy-centered > p:not(.eyebrow) {
    max-width: 680px;
    margin: 0 auto;

    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* Complete outer rate box */
.live-rate-board-wrap {
    width: 100%;
    margin: 0 auto;

    border: 1px solid rgba(150, 110, 24, 0.32);
    background: #fffaf4;

    box-shadow:
        0 22px 55px rgba(57, 40, 21, 0.12);
}

/* Date appears as the top row of the box */
.live-rate-date-row {
    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    padding: 20px 30px;

    border-bottom: 1px solid rgba(150, 110, 24, 0.24);
    background: rgba(150, 110, 24, 0.08);
}

.live-rate-date-row span {
    color: #966e18;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.live-rate-date-row strong {
    color: #392815;

    font-family: "Inter", sans-serif !important;
    font-size: 22px;
    font-style: normal !important;
    font-weight: 700;
    line-height: 1.3;
    text-align: right;
}

/* Four rates in a spacious 2 × 2 grid */
.live-rate-board-wrap .live-rate-page-board {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;

    width: 100%;
    padding: 22px !important;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.live-rate-board-wrap .live-rate-page-card {
    min-height: 190px !important;
    padding: 30px !important;

    border: 1px solid rgba(150, 110, 24, 0.22);
    background: #ffffff;
}

.live-rate-board-wrap .live-rate-page-card span {
    font-size: 14px !important;
}

.live-rate-board-wrap .live-rate-page-card strong {
    margin-top: 16px !important;

    font-family: "Inter", sans-serif !important;
    font-size: clamp(48px, 4vw, 62px) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.live-rate-board-wrap .live-rate-page-card small {
    margin-top: 10px !important;
    font-size: 10px !important;
}

/* Updated time and button below the rates */
.live-rate-board-footer {
    min-height: 90px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    padding: 18px 30px 22px;

    border-top: 1px solid rgba(150, 110, 24, 0.22);
}

.live-rate-board-footer .live-rate-page-updated {
    margin: 0 !important;
}

.live-rate-board-footer .button {
    flex: 0 0 auto;
}
@media (max-width: 1050px) {
    .live-rate-page-section {
        padding: 46px 20px 58px !important;
    }

    .live-rate-page-shell.live-rate-centered-shell {
        width: 100% !important;
    }

    .live-rate-page-copy-centered {
        margin-bottom: 26px;
    }

    .live-rate-board-wrap .live-rate-page-card {
        min-height: 150px !important;
        padding: 22px !important;
    }

    .live-rate-board-wrap .live-rate-page-card strong {
        font-size: 44px !important;
    }
}@media (max-width: 720px) {
    .live-rate-page-section {
        padding: 34px 12px 44px !important;
    }

    .live-rate-page-copy-centered {
        margin-bottom: 20px;
    }

    .live-rate-page-copy-centered h2 {
        font-size: 40px !important;
    }

    .live-rate-page-copy-centered > p:not(.eyebrow) {
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    .live-rate-date-row {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;

        padding: 14px 16px;
    }

    .live-rate-date-row strong {
        font-size: 17px;
        text-align: left;
    }

    .live-rate-board-wrap .live-rate-page-board {
        gap: 8px !important;
        padding: 8px !important;
    }

    .live-rate-board-wrap .live-rate-page-card {
        min-height: 108px !important;
        padding: 14px 11px !important;
    }

    .live-rate-board-wrap .live-rate-page-card span {
        font-size: 10px !important;
    }

    .live-rate-board-wrap .live-rate-page-card strong {
        margin-top: 8px !important;
        font-size: 30px !important;
    }

    .live-rate-board-wrap .live-rate-page-card small {
        margin-top: 6px !important;
        font-size: 7px !important;
    }

    .live-rate-board-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;

        padding: 14px 16px 16px;
    }

    .live-rate-board-footer .button {
        width: 100%;
    }
}
/* =========================================================
   Live Gold Rate banner
   ========================================================= */

.live-rate-banner {
    width: 100%;
    overflow: hidden;

    border-bottom: 1px solid rgba(150, 110, 24, 0.25);
    background: #fff8ed;
}

.live-rate-banner img {
    display: block;

    width: 100%;
    height: auto;
    max-height: 360px;

    object-fit: cover;
    object-position: center;
}
/* Purity and price on the same line */
.live-rate-board-wrap .live-rate-page-card {
    display: grid !important;

    grid-template-columns: auto 1fr;
    grid-template-areas:
        "purity price"
        "unit unit";

    align-items: baseline;
    column-gap: 20px;
    row-gap: 10px;
}

/* 24K, 22K, 21K, 18K */
.live-rate-board-wrap .live-rate-page-card > span {
    grid-area: purity;

    margin: 0 !important;

    color: #966e18;
    font-family: "Inter", sans-serif !important;
    font-size: clamp(42px, 4vw, 60px) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

/* Gold rate */
.live-rate-board-wrap .live-rate-page-card > strong {
    grid-area: price;

    margin: 0 !important;

    color: #392815;
    font-family: "Inter", sans-serif !important;
    font-size: clamp(42px, 4vw, 60px) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

/* AED per gram */
.live-rate-board-wrap .live-rate-page-card > small {
    grid-area: unit;

    margin: 0 !important;

    font-family: "Inter", sans-serif;
    font-size: 10px !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
@media (max-width: 1050px) {
    .live-rate-banner img {
        max-height: 280px;
    }

    .live-rate-board-wrap .live-rate-page-card {
        column-gap: 14px;
    }

    .live-rate-board-wrap .live-rate-page-card > span,
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 40px !important;
    }
}
@media (max-width: 720px) {
    .live-rate-banner img {
        height: 150px;
        max-height: none;

        object-fit: cover;
        object-position: center;
    }

    .live-rate-board-wrap .live-rate-page-card {
        min-height: 105px !important;
        padding: 14px 10px !important;

        column-gap: 8px;
        row-gap: 7px;
    }

    .live-rate-board-wrap .live-rate-page-card > span,
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 27px !important;
    }

    .live-rate-board-wrap .live-rate-page-card > small {
        font-size: 7px !important;
    }
}
@media (max-width: 380px) {
    .live-rate-banner img {
        height: 125px;
    }

    .live-rate-board-wrap .live-rate-page-card > span,
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 23px !important;
    }
}
/* =========================================================
   FINAL v3.2 — stable header scroll and aligned live rates
   ========================================================= */

/* Keep the header fixed without changing document flow while scrolling. */
.site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
    background: #fff;
}

/* Reserve the full header height so the page never jumps when gold bars collapse. */
body > main {
    padding-top: 154px;
}

.header-top-bar,
.header-bottom-bar {
    max-height: 40px;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transform-origin: top;
    transition:
        max-height .28s ease,
        min-height .28s ease,
        opacity .18s ease,
        transform .28s ease;
}

.site-header.scrolled .header-top-bar,
.site-header.scrolled .header-bottom-bar {
    min-height: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    transform: translateY(-8px);
    pointer-events: none;
}

.site-header.scrolled .header-main {
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 8px 24px rgba(57,40,21,.12);
}

/* Live-rate section: one centred board. */
.live-rate-page-section {
    padding: 64px 24px 84px !important;
}

.live-rate-page-shell.live-rate-centered-shell {
    display: block !important;
    width: min(calc(100% - 32px), 1180px) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}

.live-rate-page-copy-centered {
    width: min(100%, 760px);
    margin: 0 auto 28px;
    text-align: center;
}

.live-rate-board-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(150,110,24,.30);
    background: #fffaf4;
    box-shadow: 0 22px 55px rgba(57,40,21,.12);
}

.live-rate-banner {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(150,110,24,.22);
    background: #fff8ed;
}

.live-rate-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
    object-position: center;
}

.live-rate-date-row {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 28px;
    border-bottom: 1px solid rgba(150,110,24,.22);
    background: rgba(150,110,24,.07);
}

.live-rate-date-row span {
    color: #966e18;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.live-rate-date-row strong {
    color: #392815;
    font-family: "Inter", sans-serif !important;
    font-size: 21px;
    font-style: normal !important;
    font-weight: 700;
    text-align: right;
}

.live-rate-board-wrap .live-rate-page-board {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100%;
    padding: 18px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.live-rate-board-wrap .live-rate-page-card {
    min-width: 0;
    min-height: 166px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-content: center;
    align-items: baseline;
    justify-content: flex-start;
    column-gap: 18px;
    row-gap: 10px;
    padding: 24px 26px !important;
    border: 1px solid rgba(150,110,24,.20);
    background: #fff;
}

.live-rate-board-wrap .live-rate-page-card > span,
.live-rate-board-wrap .live-rate-page-card > strong {
    margin: 0 !important;
    font-family: "Inter", sans-serif !important;
    font-size: clamp(40px, 4vw, 58px) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
}

.live-rate-board-wrap .live-rate-page-card > span {
    color: #966e18;
}

.live-rate-board-wrap .live-rate-page-card > strong {
    color: #392815;
}

.live-rate-board-wrap .live-rate-page-card > small {
    flex: 0 0 100%;
    margin: 0 !important;
    color: #766858;
    font-family: "Inter", sans-serif;
    font-size: 10px !important;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.live-rate-board-footer {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 28px 20px;
    border-top: 1px solid rgba(150,110,24,.22);
}

.live-rate-board-footer .live-rate-page-updated {
    margin: 0 !important;
}

@media (max-width: 1050px) {
    body > main {
        padding-top: 82px;
    }

    .header-top-bar,
    .header-bottom-bar {
        display: none !important;
    }

    .live-rate-page-shell.live-rate-centered-shell {
        width: 100% !important;
    }

    .live-rate-banner img {
        max-height: 280px;
    }

    .live-rate-board-wrap .live-rate-page-card > span,
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 40px !important;
    }
}

@media (max-width: 720px) {
    body > main {
        padding-top: 74px;
    }

    .live-rate-page-section {
        padding: 30px 10px 42px !important;
    }

    .live-rate-page-copy-centered {
        margin-bottom: 18px;
    }

    .live-rate-banner img {
        height: 138px;
        max-height: none;
        object-fit: cover;
    }

    .live-rate-date-row {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 13px 14px;
    }

    .live-rate-date-row strong {
        font-size: 16px;
        text-align: left;
    }

    .live-rate-board-wrap .live-rate-page-board {
        gap: 8px !important;
        padding: 8px !important;
    }

    .live-rate-board-wrap .live-rate-page-card {
        min-height: 104px !important;
        column-gap: 7px;
        row-gap: 7px;
        padding: 13px 10px !important;
    }

    .live-rate-board-wrap .live-rate-page-card > span,
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: clamp(22px, 7vw, 29px) !important;
    }

    .live-rate-board-wrap .live-rate-page-card > small {
        font-size: 7px !important;
    }

    .live-rate-board-footer {
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 11px;
        padding: 13px 14px 15px;
    }

    .live-rate-board-footer .button {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .live-rate-banner img {
        height: 118px;
    }

    .live-rate-board-wrap .live-rate-page-card > span,
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 21px !important;
    }
}
/* =========================================================
   Live-rate card: purity left and price right
   ========================================================= */

.live-rate-board-wrap .live-rate-page-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
        "purity price"
        ". unit" !important;

    width: 100% !important;
    align-items: baseline !important;

    column-gap: 50px !important;
    row-gap: 10px !important;

    padding: 30px !important;
}

/* 24K, 22K, 21K, 18K */
.live-rate-board-wrap .live-rate-page-card > span {
    grid-area: purity;

    justify-self: start !important;

    margin: 0 !important;

    font-size: clamp(46px, 4vw, 62px) !important;
    line-height: 1 !important;
    white-space: nowrap;
}

/* Gold price */
.live-rate-board-wrap .live-rate-page-card > strong {
    grid-area: price;

    justify-self: end !important;

    margin: 0 !important;

    font-size: clamp(46px, 4vw, 62px) !important;
    line-height: 1 !important;
    text-align: right !important;
    white-space: nowrap;
}

/* AED PER GRAM below the price */
.live-rate-board-wrap .live-rate-page-card > small {
    grid-area: unit;

    justify-self: end !important;

    margin: 0 !important;

    text-align: right !important;
    white-space: nowrap;
}
@media (max-width: 720px) {
    .live-rate-board-wrap .live-rate-page-card {
        column-gap: 14px !important;
        row-gap: 7px !important;

        padding: 16px 12px !important;
    }

    .live-rate-board-wrap .live-rate-page-card > span,
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 27px !important;
    }

    .live-rate-board-wrap .live-rate-page-card > small {
        font-size: 7px !important;
    }
}

@media (max-width: 380px) {
    .live-rate-board-wrap .live-rate-page-card > span,
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 23px !important;
    }
}
/* =========================================================
   Live Gold Rate — smaller mobile text and sharper banner
   ========================================================= */

@media (max-width: 600px) {

    /* Keep the banner at its natural proportions */
    .live-rate-banner {
        width: 100% !important;
        overflow: hidden !important;
        background: #fff8ed;
    }

    .live-rate-banner img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;

        object-fit: contain !important;
        object-position: center !important;

        transform: none !important;
        filter: none !important;
        image-rendering: auto !important;
    }

    /* Rate cards */
    .live-rate-board-wrap .live-rate-page-card {
        column-gap: 7px !important;
        padding: 14px 12px !important;
    }

    /* 24K, 22K, 21K and 18K */
    .live-rate-board-wrap .live-rate-page-card > span {
        font-size: 22px !important;
        line-height: 1 !important;
    }

    /* 485.50, 449.50, etc. */
    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 25px !important;
        line-height: 1 !important;
    }

    /* AED PER GRAM */
    .live-rate-board-wrap .live-rate-page-card > small {
        margin-top: 4px !important;
        font-size: 6px !important;
        letter-spacing: 0.1em !important;
    }
}
@media (max-width: 380px) {
    .live-rate-board-wrap .live-rate-page-card {
        padding: 12px 9px !important;
        column-gap: 5px !important;
    }

    .live-rate-board-wrap .live-rate-page-card > span {
        font-size: 19px !important;
    }

    .live-rate-board-wrap .live-rate-page-card > strong {
        font-size: 22px !important;
    }
}