.grc-mcc {
    --mcc-bg-1: #04111f;
    --mcc-bg-2: #0a3471;
    --mcc-surface: rgba(4, 15, 29, 0.78);
    --mcc-accent: #35d7ff;
    --mcc-accent-2: #ffffff;
    --mcc-accent-3: #ffd85c;
    --mcc-text: #ffffff;
    --mcc-muted: rgba(255,255,255,.82);
    --mcc-border: rgba(53,215,255,.72);
    --mcc-divider: rgba(255,255,255,.16);
    --mcc-code-bg: linear-gradient(135deg, rgba(53,215,255,.24), rgba(255,255,255,.12));
    --mcc-code-border: rgba(53,215,255,.76);
    --mcc-code-text: #ffffff;
    --mcc-flap-top: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.05));
    --mcc-flap-bottom: linear-gradient(180deg, rgba(255,255,255,.09), rgba(0,0,0,.2));
    --mcc-flap-border: rgba(255,255,255,.16);
    --mcc-track-bg: rgba(0,0,0,.24);
    --mcc-pattern-a: rgba(255,255,255,.05);
    --mcc-pattern-b: rgba(255,255,255,.025);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    isolation: isolate;
    container-type: inline-size;
    color: var(--mcc-text);
    background: linear-gradient(135deg, var(--mcc-bg-1), var(--mcc-bg-2));
    border: 1px solid var(--mcc-border);
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);
    font-family: inherit;
}

.grc-mcc--electric-race {
    --mcc-bg-1: #031121;
    --mcc-bg-2: #0a4fa3;
    --mcc-surface: rgba(4, 14, 29, 0.76);
    --mcc-accent: #27d4ff;
    --mcc-accent-2: #f9fdff;
    --mcc-accent-3: #ffd54f;
    --mcc-border: rgba(39,212,255,.76);
    --mcc-code-bg: linear-gradient(135deg, rgba(39,212,255,.26), rgba(255,255,255,.12));
    --mcc-code-border: rgba(39,212,255,.78);
    --mcc-track-bg: rgba(0,0,0,.24);
}

.grc-mcc--beach-escape {
    --mcc-bg-1: #0d4d73;
    --mcc-bg-2: #f7b85d;
    --mcc-surface: rgba(12, 72, 93, 0.74);
    --mcc-accent: #fff1a8;
    --mcc-accent-2: #ffffff;
    --mcc-accent-3: #ff6b6b;
    --mcc-border: rgba(255,241,168,.72);
    --mcc-code-bg: linear-gradient(135deg, rgba(255,241,168,.24), rgba(255,107,107,.12));
    --mcc-code-border: rgba(255,241,168,.74);
    --mcc-code-text: #ffffff;
    --mcc-track-bg: rgba(10,54,65,.24);
}

.grc-mcc--bank-holiday {
    --mcc-bg-1: #1d1337;
    --mcc-bg-2: #bd2f57;
    --mcc-surface: rgba(28, 14, 33, 0.78);
    --mcc-accent: #fff0c8;
    --mcc-accent-2: #ffffff;
    --mcc-accent-3: #ff627d;
    --mcc-border: rgba(255,240,200,.72);
    --mcc-code-bg: linear-gradient(135deg, rgba(255,240,200,.2), rgba(255,98,125,.16));
    --mcc-code-border: rgba(255,240,200,.74);
    --mcc-track-bg: rgba(20,8,22,.24);
}

.grc-mcc--midnight-gold {
    --mcc-bg-1: #0f0c09;
    --mcc-bg-2: #2c2418;
    --mcc-surface: rgba(13, 10, 7, 0.8);
    --mcc-accent: #e8ba59;
    --mcc-accent-2: #fff9e6;
    --mcc-accent-3: #8d6a27;
    --mcc-border: rgba(232,186,89,.72);
    --mcc-code-bg: linear-gradient(135deg, rgba(232,186,89,.22), rgba(255,249,230,.08));
    --mcc-code-border: rgba(232,186,89,.72);
    --mcc-code-text: #fff5d8;
    --mcc-track-bg: rgba(0,0,0,.28);
}

.grc-mcc--summer-splash {
    --mcc-bg-1: #153a78;
    --mcc-bg-2: #00a9c6;
    --mcc-surface: rgba(12, 31, 77, 0.74);
    --mcc-accent: #ffb07a;
    --mcc-accent-2: #ffffff;
    --mcc-accent-3: #8ffff3;
    --mcc-border: rgba(143,255,243,.68);
    --mcc-code-bg: linear-gradient(135deg, rgba(255,176,122,.24), rgba(143,255,243,.12));
    --mcc-code-border: rgba(143,255,243,.72);
    --mcc-track-bg: rgba(4, 28, 65, .24);
}

.grc-mcc__texture,
.grc-mcc__art,
.grc-mcc::before,
.grc-mcc::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.grc-mcc__texture {
    z-index: -3;
    background:
        radial-gradient(circle at 14% 18%, rgba(255,255,255,.1), transparent 30%),
        repeating-linear-gradient(90deg, transparent 0 48px, rgba(255,255,255,.018) 48px 49px),
        repeating-linear-gradient(0deg, transparent 0 48px, rgba(255,255,255,.018) 48px 49px);
    opacity: .65;
}

.grc-mcc__art {
    z-index: -2;
    overflow: hidden;
}

.grc-mcc__art-layer {
    position: absolute;
    display: block;
}

/* Electric Race */
.grc-mcc--electric-race .grc-mcc__texture {
    background:
        linear-gradient(0deg, rgba(255,255,255,.025), transparent),
        repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 16px, transparent 16px 32px),
        repeating-linear-gradient(-45deg, rgba(255,255,255,.025) 0 16px, transparent 16px 32px);
    opacity: .55;
}

.grc-mcc--electric-race .grc-mcc__art-layer--a {
    width: 120px;
    height: 120px;
    left: -12px;
    bottom: -26px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, transparent 0 22px, rgba(255,255,255,.82) 22px 24px, transparent 24px 31px, rgba(255,255,255,.4) 31px 33px, transparent 33px),
        repeating-conic-gradient(from 0deg, rgba(255,255,255,.32) 0 6deg, transparent 6deg 30deg),
        radial-gradient(circle at center, rgba(0,0,0,.28) 0 36px, transparent 37px);
    opacity: .34;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.22));
}

.grc-mcc--electric-race .grc-mcc__art-layer--b {
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background:
        linear-gradient(135deg, transparent 0 24%, rgba(255,255,255,.06) 24% 28%, transparent 28% 52%, rgba(255,255,255,.06) 52% 56%, transparent 56% 100%),
        repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 12px, transparent 12px 24px);
    opacity: .28;
}

.grc-mcc--electric-race .grc-mcc__art-layer--c {
    width: 84px;
    height: 84px;
    left: 120px;
    top: 10px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, transparent 0 16px, rgba(255,255,255,.55) 16px 18px, transparent 18px 22px, rgba(255,255,255,.18) 22px 24px, transparent 24px),
        repeating-conic-gradient(from 0deg, rgba(255,255,255,.22) 0 8deg, transparent 8deg 30deg);
    opacity: .24;
}

/* Beach Escape */
.grc-mcc--beach-escape .grc-mcc__texture {
    background:
        linear-gradient(180deg, rgba(255,255,255,.05), transparent),
        radial-gradient(circle at 80% 18%, rgba(255,255,255,.12), transparent 34%);
    opacity: .75;
}

.grc-mcc--beach-escape .grc-mcc__art-layer--a {
    left: 0;
    right: 0;
    bottom: 0;
    height: 44%;
    background:
        linear-gradient(180deg, rgba(255,255,255,0), rgba(255,237,183,.06)),
        linear-gradient(0deg, rgba(238,196,118,.38), rgba(255,238,189,.24));
}

.grc-mcc--beach-escape .grc-mcc__art-layer--b {
    width: 76px;
    height: 76px;
    right: 24px;
    top: 12px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,241,168,.82) 0 54%, rgba(255,241,168,.14) 55% 70%, transparent 71%);
    box-shadow: 0 0 30px rgba(255,241,168,.2);
}

.grc-mcc--beach-escape .grc-mcc__art-layer--c {
    left: 18px;
    bottom: 20px;
    width: 130px;
    height: 82px;
    background:
        radial-gradient(circle at 22px 60px, rgba(255,107,107,.9) 0 16px, transparent 17px),
        radial-gradient(circle at 58px 60px, rgba(255,241,168,.9) 0 16px, transparent 17px),
        linear-gradient(135deg, transparent 0 36%, rgba(255,255,255,.24) 36% 52%, transparent 52% 100%),
        linear-gradient(90deg, transparent 0 49%, rgba(255,255,255,.3) 49% 51%, transparent 51% 100%);
    opacity: .28;
    border-bottom-left-radius: 40px;
}

/* Bank Holiday */
.grc-mcc--bank-holiday .grc-mcc__texture {
    background:
        repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0 18px, transparent 18px 36px),
        radial-gradient(circle at 85% 15%, rgba(255,255,255,.1), transparent 30%);
    opacity: .65;
}

.grc-mcc--bank-holiday .grc-mcc__art-layer--a {
    left: 0;
    top: 0;
    width: 38%;
    height: 100%;
    background:
        linear-gradient(135deg, rgba(255,255,255,.08) 0 8%, transparent 8% 22%, rgba(255,255,255,.08) 22% 30%, transparent 30% 100%);
    opacity: .3;
}

.grc-mcc--bank-holiday .grc-mcc__art-layer--b {
    right: 20px;
    bottom: 14px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, transparent 0 18px, rgba(255,240,200,.62) 18px 20px, transparent 20px 28px, rgba(255,98,125,.34) 28px 30px, transparent 30px),
        repeating-conic-gradient(from 0deg, rgba(255,240,200,.28) 0 10deg, transparent 10deg 30deg);
    opacity: .28;
}

.grc-mcc--bank-holiday .grc-mcc__art-layer--c {
    left: 30px;
    top: 14px;
    width: 104px;
    height: 60px;
    background:
        radial-gradient(circle at 52px 30px, rgba(255,255,255,.2) 0 7px, transparent 8px),
        linear-gradient(180deg, rgba(255,255,255,.18), transparent);
    opacity: .28;
}

/* Midnight Gold */
.grc-mcc--midnight-gold .grc-mcc__art-layer--a {
    inset: auto 22px -18px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232,186,89,.16), transparent 68%);
}

.grc-mcc--midnight-gold .grc-mcc__art-layer--b {
    left: 24px;
    top: 16px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle at center, transparent 0 20px, rgba(232,186,89,.52) 20px 22px, transparent 22px 26px, rgba(255,249,230,.18) 26px 28px, transparent 28px), repeating-conic-gradient(from 0deg, rgba(232,186,89,.2) 0 10deg, transparent 10deg 36deg);
    opacity: .22;
}

.grc-mcc--midnight-gold .grc-mcc__art-layer--c {
    right: 0;
    top: 0;
    width: 46%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0 40%, rgba(232,186,89,.06) 40% 46%, transparent 46% 100%);
}

/* Summer Splash */
.grc-mcc--summer-splash .grc-mcc__texture {
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 20px, transparent 20px 40px),
        radial-gradient(circle at 85% 15%, rgba(255,255,255,.12), transparent 30%);
    opacity: .7;
}

.grc-mcc--summer-splash .grc-mcc__art-layer--a {
    left: 14px;
    bottom: 12px;
    width: 120px;
    height: 58px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 18px 20px, rgba(255,176,122,.9) 0 12px, transparent 13px),
        radial-gradient(circle at 50px 20px, rgba(143,255,243,.9) 0 12px, transparent 13px),
        radial-gradient(circle at 82px 20px, rgba(255,255,255,.78) 0 12px, transparent 13px),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    opacity: .24;
}

.grc-mcc--summer-splash .grc-mcc__art-layer--b {
    right: 22px;
    top: 12px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143,255,243,.72) 0 42%, rgba(255,255,255,.12) 43% 54%, transparent 55%);
    opacity: .3;
}

.grc-mcc--summer-splash .grc-mcc__art-layer--c {
    left: 0;
    right: 0;
    bottom: 0;
    height: 26%;
    background: linear-gradient(0deg, rgba(255,255,255,.06), transparent);
    opacity: .45;
}

.grc-mcc::before,
.grc-mcc::after {
    content: "";
}

.grc-mcc::before {
    background: linear-gradient(90deg, transparent, var(--mcc-accent), transparent);
    height: 2px;
    inset: 0 0 auto 0;
}

.grc-mcc::after {
    inset: auto -35% -65% auto;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.08), transparent 68%);
    filter: blur(10px);
    opacity: .42;
}

.grc-mcc__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) 1px minmax(340px, .98fr);
    align-items: center;
    gap: 22px;
    min-height: 112px;
    padding: 18px 22px;
    box-sizing: border-box;
}

.grc-mcc__campaign,
.grc-mcc__countdown-wrap {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grc-mcc__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--mcc-accent-2);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.grc-mcc__eyebrow-line,
.grc-mcc__countdown-heading::before,
.grc-mcc__countdown-heading::after {
    flex: 0 0 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--mcc-accent), transparent);
    content: "";
}

.grc-mcc__message-row {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.grc-mcc__offer {
    flex: 0 0 auto;
    color: var(--mcc-text);
    font-size: clamp(30px, 4.15cqi, 50px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.05em;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 2px 12px rgba(0,0,0,.25);
}

.grc-mcc__code-stack {
    display: grid;
    justify-items: start;
    gap: 6px;
    min-width: 0;
}

.grc-mcc__code-label,
.grc-mcc__supporting {
    color: var(--mcc-muted);
    font-size: 9px;
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.grc-mcc__code {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid var(--mcc-code-border);
    border-radius: 999px;
    color: var(--mcc-code-text);
    background: var(--mcc-code-bg);
    backdrop-filter: blur(6px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 8px 20px rgba(0,0,0,.16);
    font: inherit;
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

button.grc-mcc__code {
    cursor: pointer;
    transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

button.grc-mcc__code:hover,
button.grc-mcc__code:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.08);
    outline: 0;
    border-color: var(--mcc-accent-2);
}

button.grc-mcc__code.is-copied { filter: saturate(.75) brightness(1.06); }

.grc-mcc__copy-icon {
    position: relative;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
}

.grc-mcc__copy-icon::before,
.grc-mcc__copy-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1.5px solid currentColor;
    border-radius: 2px;
}

.grc-mcc__copy-icon::before { left: 0; top: 0; }
.grc-mcc__copy-icon::after { right: 0; bottom: 0; background: rgba(255,255,255,.08); }

.grc-mcc__divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, transparent, var(--mcc-divider), transparent);
}

.grc-mcc__countdown-heading {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
    color: var(--mcc-accent-2);
    font-size: 10px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.grc-mcc__clock {
    position: relative;
    width: 12px;
    height: 12px;
    border: 1.5px solid var(--mcc-accent);
    border-radius: 50%;
    box-sizing: border-box;
}

.grc-mcc__clock::before,
.grc-mcc__clock::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.5px;
    background: var(--mcc-accent);
    border-radius: 99px;
    transform-origin: center bottom;
}

.grc-mcc__clock::before { height: 4px; transform: translate(-50%, -100%); }
.grc-mcc__clock::after { height: 3px; transform: translate(-50%, -100%) rotate(120deg); }

.grc-mcc__countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(68px, 1fr));
    gap: 10px;
}

.grc-mcc--no-days .grc-mcc__countdown { grid-template-columns: repeat(3, minmax(68px, 1fr)); }

.grc-mcc__unit {
    display: grid;
    justify-items: center;
    gap: 7px;
    min-width: 0;
}

.grc-mcc__flap {
    position: relative;
    width: min(100%, 92px);
    height: 70px;
    border-radius: 12px;
    background: var(--mcc-track-bg);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 18px rgba(0,0,0,.18);
    perspective: 800px;
}

.grc-mcc__flap::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--mcc-flap-border);
    border-radius: inherit;
    pointer-events: none;
}

.grc-mcc__flap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - .5px);
    height: 1px;
    background: rgba(0,0,0,.46);
    z-index: 8;
    pointer-events: none;
}

.grc-mcc__half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    backface-visibility: hidden;
}

.grc-mcc__half--top {
    top: 0;
    border-radius: 12px 12px 0 0;
    background: var(--mcc-flap-top);
    transform-origin: center bottom;
}

.grc-mcc__half--bottom {
    bottom: 0;
    border-radius: 0 0 12px 12px;
    background: var(--mcc-flap-bottom);
    transform-origin: center top;
}

.grc-mcc__digit {
    position: absolute;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-variant-numeric: tabular-nums;
    font-size: clamp(28px, 4.2cqi, 39px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.03em;
    color: var(--mcc-accent-2);
    text-shadow: 0 2px 10px rgba(0,0,0,.28);
}

.grc-mcc__half--top .grc-mcc__digit { top: 0; }
.grc-mcc__half--bottom .grc-mcc__digit { top: -35px; }

.grc-mcc__half--flip-top,
.grc-mcc__half--flip-bottom {
    z-index: 7;
    opacity: 0;
}

.grc-mcc__half--flip-bottom { transform: rotateX(90deg); }

.grc-mcc__unit.is-flipping .grc-mcc__half--flip-top,
.grc-mcc__unit.is-flipping .grc-mcc__half--flip-bottom { opacity: 1; }

.grc-mcc__unit.is-flipping .grc-mcc__half--flip-top {
    animation: grc-mcc-flip-top .28s ease-in forwards;
}

.grc-mcc__unit.is-flipping .grc-mcc__half--flip-bottom {
    animation: grc-mcc-flip-bottom .28s ease-out .28s forwards;
}

@keyframes grc-mcc-flip-top {
    from { transform: rotateX(0deg); }
    to { transform: rotateX(-90deg); }
}

@keyframes grc-mcc-flip-bottom {
    from { transform: rotateX(90deg); }
    to { transform: rotateX(0deg); }
}

.grc-mcc__unit-label {
    color: var(--mcc-muted);
    font-size: 8px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.grc-mcc__end-line {
    margin-top: 9px;
    color: var(--mcc-muted);
    font-size: 9px;
    line-height: 1.3;
    text-align: center;
}

.grc-mcc__expired,
.grc-mcc__expiry-message {
    color: var(--mcc-text);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
}

.grc-mcc__expiry-message { padding: 22px; }

@container (max-width: 760px) {
    .grc-mcc__inner {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
        padding: 16px 15px;
    }

    .grc-mcc__divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--mcc-divider), transparent);
    }

    .grc-mcc__campaign,
    .grc-mcc__countdown-wrap {
        align-items: center;
        text-align: center;
    }

    .grc-mcc__eyebrow,
    .grc-mcc__countdown-heading { justify-content: center; }

    .grc-mcc__message-row {
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .grc-mcc__offer { width: 100%; font-size: clamp(30px, 10cqi, 46px); }
    .grc-mcc__code-stack { justify-items: center; }
    .grc-mcc__countdown { width: 100%; max-width: 430px; }
    .grc-mcc__countdown-heading::before,
    .grc-mcc__countdown-heading::after { flex-basis: 24px; }
}

@container (max-width: 430px) {
    .grc-mcc { border-radius: 12px; }
    .grc-mcc__inner { padding: 14px 10px 13px; gap: 12px; }
    .grc-mcc__eyebrow { font-size: 8px; letter-spacing: .17em; }
    .grc-mcc__offer { font-size: clamp(28px, 11cqi, 40px); }
    .grc-mcc__code { padding: 8px 12px; font-size: 13px; }
    .grc-mcc__countdown { gap: 6px; }
    .grc-mcc__flap { height: 60px; border-radius: 10px; }
    .grc-mcc__digit { height: 60px; font-size: clamp(24px, 9cqi, 32px); }
    .grc-mcc__half--bottom .grc-mcc__digit { top: -30px; }
    .grc-mcc__unit-label { font-size: 7px; letter-spacing: .08em; }
    .grc-mcc__end-line { font-size: 8px; }
}

@media (max-width: 767px) {
    .grc-mcc__inner {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
        padding: 16px 15px;
    }

    .grc-mcc__divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--mcc-divider), transparent);
    }

    .grc-mcc__campaign,
    .grc-mcc__countdown-wrap {
        align-items: center;
        text-align: center;
    }

    .grc-mcc__eyebrow,
    .grc-mcc__countdown-heading { justify-content: center; }

    .grc-mcc__message-row { justify-content: center; flex-wrap: wrap; }
    .grc-mcc__offer { width: 100%; }
    .grc-mcc__code-stack { justify-items: center; }
    .grc-mcc__countdown { width: 100%; max-width: 430px; }
}

/* v1.4.0 optional campaign artwork */
.grc-mcc__custom-bg {
    position: absolute;
    inset: 0;
    z-index: -4;
    pointer-events: none;
    background-image: var(--mcc-custom-bg, none);
    background-position: var(--mcc-custom-pos, center);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}
.grc-mcc--has-custom-bg .grc-mcc__custom-bg { opacity: 1; }
.grc-mcc--has-custom-bg .grc-mcc__texture { opacity: .24; }
.grc-mcc--has-custom-bg .grc-mcc__art { opacity: .24; }
.grc-mcc--has-custom-bg::after {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    filter: none;
    background: rgba(2, 9, 18, var(--mcc-custom-overlay, .46));
    opacity: 1;
    z-index: -1;
}

/* v1.5.0 panoramic scene layout */
.grc-mcc--has-scene .grc-mcc__custom-bg {
    opacity: 1;
    inset: 0 42% 0 0;
    background-size: cover;
    background-position: var(--mcc-custom-pos, center);
    border-radius: 15px 0 0 15px;
}
.grc-mcc--has-scene .grc-mcc__texture,
.grc-mcc--has-scene .grc-mcc__art { opacity: .08; }
.grc-mcc--has-scene::after {
    inset: 0 0 0 54%;
    width: auto;
    height: auto;
    border-radius: 0;
    filter: none;
    background: linear-gradient(90deg, rgba(2,9,18,.18), rgba(2,9,18,.7));
    opacity: 1;
    z-index: -1;
}
.grc-mcc--has-scene .grc-mcc__inner {
    grid-template-columns: minmax(0, 1.38fr) minmax(370px, .92fr);
    gap: 0;
    padding: 0;
    min-height: 170px;
}
.grc-mcc--has-scene .grc-mcc__campaign {
    align-self: stretch;
    justify-content: flex-end;
    padding: 22px 28px;
    background: linear-gradient(90deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.12) 62%, rgba(0,0,0,.58) 100%);
    text-shadow: 0 2px 10px rgba(0,0,0,.72);
}
.grc-mcc--has-scene .grc-mcc__divider { display: none; }
.grc-mcc--has-scene .grc-mcc__countdown-wrap {
    align-self: stretch;
    padding: 20px 22px;
    background: var(--mcc-surface);
    backdrop-filter: blur(10px);
    border-left: 1px solid var(--mcc-border);
    box-shadow: -18px 0 34px rgba(0,0,0,.18);
}
.grc-mcc--has-scene .grc-mcc__offer { font-size: clamp(34px, 4.2cqi, 54px); }
.grc-mcc--has-scene .grc-mcc__eyebrow { text-shadow: 0 2px 8px rgba(0,0,0,.8); }
.grc-mcc--has-scene .grc-mcc__code { backdrop-filter: blur(10px); }

/* scene-matched timer panels */
.grc-mcc--bank-holiday { --mcc-surface: rgba(13,77,115,.88); --mcc-accent:#ffe59a; --mcc-accent-2:#fff; --mcc-border:rgba(255,229,154,.72); --mcc-code-bg:linear-gradient(135deg,#e83f42,#b91f2b); --mcc-code-border:rgba(255,255,255,.72); --mcc-flap-top:linear-gradient(180deg,#d94445,#a9252d); --mcc-flap-bottom:linear-gradient(180deg,#9e2229,#68151b); }
.grc-mcc--electric-race { --mcc-surface:rgba(3,17,33,.9); --mcc-flap-top:linear-gradient(180deg,#173d60,#0b2741); --mcc-flap-bottom:linear-gradient(180deg,#092238,#041521); }
.grc-mcc--space-launch { --mcc-bg-1:#030617; --mcc-bg-2:#0a1b4c; --mcc-surface:rgba(5,8,30,.92); --mcc-accent:#79d8ff; --mcc-accent-2:#fff; --mcc-border:rgba(121,216,255,.68); --mcc-code-bg:linear-gradient(135deg,#1c75d8,#6236c9); --mcc-code-border:rgba(150,210,255,.7); --mcc-flap-top:linear-gradient(180deg,#222b5d,#11183d); --mcc-flap-bottom:linear-gradient(180deg,#101638,#070b22); }
.grc-mcc--christmas { --mcc-bg-1:#08291f; --mcc-bg-2:#6b161c; --mcc-surface:rgba(6,42,31,.9); --mcc-accent:#e8c76b; --mcc-accent-2:#fff8df; --mcc-border:rgba(232,199,107,.68); --mcc-code-bg:linear-gradient(135deg,#9d1d27,#5c1017); --mcc-code-border:rgba(232,199,107,.7); --mcc-flap-top:linear-gradient(180deg,#174d3a,#0b3427); --mcc-flap-bottom:linear-gradient(180deg,#0a3024,#061d16); }
.grc-mcc--payday { --mcc-bg-1:#0b0c0c; --mcc-bg-2:#302617; --mcc-surface:rgba(12,12,11,.92); --mcc-accent:#e7b950; --mcc-accent-2:#fff7db; --mcc-border:rgba(231,185,80,.7); --mcc-code-bg:linear-gradient(135deg,#c28d2f,#745017); --mcc-code-border:rgba(255,222,130,.65); --mcc-flap-top:linear-gradient(180deg,#3e3320,#211b11); --mcc-flap-bottom:linear-gradient(180deg,#211a10,#0f0d09); }
.grc-mcc--summer { --mcc-bg-1:#12527b; --mcc-bg-2:#00a4bd; --mcc-surface:rgba(8,70,105,.9); --mcc-accent:#ffd17d; --mcc-accent-2:#fff; --mcc-border:rgba(255,209,125,.68); --mcc-code-bg:linear-gradient(135deg,#ff7b63,#e54f62); --mcc-code-border:rgba(255,255,255,.65); --mcc-flap-top:linear-gradient(180deg,#087fa1,#075c7b); --mcc-flap-bottom:linear-gradient(180deg,#065671,#04394c); }

@container (max-width: 760px) {
    .grc-mcc--has-scene .grc-mcc__inner { grid-template-columns: 1fr; }
    .grc-mcc--has-scene .grc-mcc__custom-bg { inset: 0 0 48% 0; border-radius: 12px 12px 0 0; }
    .grc-mcc--has-scene::after { inset: 0; background: linear-gradient(180deg, rgba(2,9,18,.05) 0 36%, rgba(2,9,18,.52) 50%, rgba(2,9,18,.75) 100%); }
    .grc-mcc--has-scene .grc-mcc__campaign { min-height: 180px; justify-content:flex-end; padding:18px 16px; background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.62) 100%); }
    .grc-mcc--has-scene .grc-mcc__countdown-wrap { padding:16px 12px; border-left:0; border-top:1px solid var(--mcc-border); box-shadow:0 -10px 24px rgba(0,0,0,.14); }
}
@media (max-width:767px) {
    .grc-mcc--has-scene .grc-mcc__inner { grid-template-columns:1fr; padding:0; }
    .grc-mcc--has-scene .grc-mcc__custom-bg { inset:0 0 48% 0; }
    .grc-mcc--has-scene .grc-mcc__campaign { min-height:180px; padding:18px 16px; }
    .grc-mcc--has-scene .grc-mcc__countdown-wrap { padding:16px 12px; border-left:0; border-top:1px solid var(--mcc-border); }
}

/* ==========================================================
 * v1.6.0 Campaign Banner Builder
 * ========================================================== */

.grc-mcc {
    --mcc-panel-width: 38%;
    --mcc-panel-glass: rgba(5, 13, 25, .88);
    --mcc-panel-soft: rgba(5, 13, 25, .74);
}

.grc-mcc__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    margin-top: 3px;
    border: 1px solid color-mix(in srgb, var(--mcc-accent) 72%, white 12%);
    border-radius: 999px;
    color: var(--mcc-accent-2);
    background: color-mix(in srgb, var(--mcc-accent) 18%, transparent);
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
    transition: transform .16s ease, filter .16s ease, background .16s ease;
}

.grc-mcc__cta:hover,
.grc-mcc__cta:focus-visible {
    color: var(--mcc-accent-2);
    transform: translateY(-1px);
    filter: brightness(1.08);
    outline: none;
}

/* More photographic, calmer scene treatment. */
.grc-mcc--has-scene .grc-mcc__texture,
.grc-mcc--has-scene .grc-mcc__art {
    display: none;
}

.grc-mcc--has-scene::after {
    z-index: -1;
    pointer-events: none;
}

/* ---------------------------
 * Split: panorama + side panel
 * --------------------------- */
.grc-mcc--has-scene.grc-mcc--layout-split {
    min-height: 174px;
    background: var(--mcc-bg-1);
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__custom-bg {
    opacity: 1;
    border-radius: 15px 0 0 15px;
    inset: 0 var(--mcc-panel-width) 0 0;
}

.grc-mcc--has-scene.grc-mcc--layout-split.grc-mcc--panel-left .grc-mcc__custom-bg {
    inset: 0 0 0 var(--mcc-panel-width);
    border-radius: 0 15px 15px 0;
}

.grc-mcc--has-scene.grc-mcc--layout-split::after {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    filter: none;
    opacity: 1;
    background: linear-gradient(90deg,
        rgba(0,0,0,.08) 0%,
        rgba(0,0,0,.20) 48%,
        rgba(0,0,0,0) 62%);
}

.grc-mcc--has-scene.grc-mcc--layout-split.grc-mcc--panel-left::after {
    background: linear-gradient(270deg,
        rgba(0,0,0,.08) 0%,
        rgba(0,0,0,.20) 48%,
        rgba(0,0,0,0) 62%);
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__inner {
    min-height: 174px;
    display: grid;
    grid-template-columns: minmax(0, calc(100% - var(--mcc-panel-width))) minmax(300px, var(--mcc-panel-width));
    grid-template-rows: auto 1fr;
    gap: 0;
    padding: 0;
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__campaign,
.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__countdown-wrap {
    grid-column: 2;
    min-width: 0;
    background: var(--mcc-panel-glass);
    backdrop-filter: blur(12px);
    text-shadow: none;
}

.grc-mcc--has-scene.grc-mcc--layout-split.grc-mcc--panel-left .grc-mcc__campaign,
.grc-mcc--has-scene.grc-mcc--layout-split.grc-mcc--panel-left .grc-mcc__countdown-wrap {
    grid-column: 1;
}

.grc-mcc--has-scene.grc-mcc--layout-split.grc-mcc--panel-left .grc-mcc__inner {
    grid-template-columns: minmax(300px, var(--mcc-panel-width)) minmax(0, calc(100% - var(--mcc-panel-width)));
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__campaign {
    grid-row: 1;
    align-self: stretch;
    justify-content: flex-end;
    padding: 16px 20px 7px;
    border-left: 1px solid var(--mcc-border);
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__countdown-wrap {
    grid-row: 2;
    align-self: stretch;
    padding: 5px 20px 15px;
    border-left: 1px solid var(--mcc-border);
    box-shadow: none;
}

.grc-mcc--has-scene.grc-mcc--layout-split.grc-mcc--panel-left .grc-mcc__campaign,
.grc-mcc--has-scene.grc-mcc--layout-split.grc-mcc--panel-left .grc-mcc__countdown-wrap {
    border-left: 0;
    border-right: 1px solid var(--mcc-border);
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__divider {
    display: none;
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__message-row {
    align-items: flex-end;
    gap: 12px;
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__offer {
    font-size: clamp(25px, 3cqi, 39px);
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__eyebrow {
    margin-bottom: 5px;
    font-size: 8px;
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__code {
    padding: 7px 11px;
    font-size: 12px;
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__countdown-heading {
    margin-bottom: 7px;
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__flap {
    height: 56px;
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__digit {
    height: 56px;
    font-size: clamp(23px, 3cqi, 31px);
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__half--bottom .grc-mcc__digit {
    top: -28px;
}

.grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__end-line {
    margin-top: 6px;
}

/* -----------------------------------------
 * Overlay: full-bleed image + floating panel
 * ----------------------------------------- */
.grc-mcc--has-scene.grc-mcc--layout-overlay {
    min-height: 184px;
}

.grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__custom-bg {
    opacity: 1;
    inset: 0;
    border-radius: inherit;
}

.grc-mcc--has-scene.grc-mcc--layout-overlay::after {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    filter: none;
    opacity: 1;
    background: linear-gradient(90deg,
        rgba(0,0,0,.06) 0%,
        rgba(0,0,0,.12) 48%,
        rgba(0,0,0,.62) 100%);
}

.grc-mcc--has-scene.grc-mcc--layout-overlay.grc-mcc--panel-left::after {
    background: linear-gradient(270deg,
        rgba(0,0,0,.06) 0%,
        rgba(0,0,0,.12) 48%,
        rgba(0,0,0,.62) 100%);
}

.grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__inner {
    min-height: 184px;
    display: grid;
    grid-template-columns: minmax(0, calc(100% - var(--mcc-panel-width))) minmax(300px, var(--mcc-panel-width));
    grid-template-rows: auto 1fr;
    gap: 0;
    padding: 12px;
}

.grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__campaign,
.grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__countdown-wrap {
    grid-column: 2;
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
    background: rgba(4, 10, 20, .76);
    backdrop-filter: blur(14px);
    border-left: 1px solid rgba(255,255,255,.12);
    border-right: 1px solid rgba(255,255,255,.08);
}

.grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__campaign {
    grid-row: 1;
    padding-top: 14px;
    padding-bottom: 6px;
    border-radius: 14px 14px 0 0;
}

.grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__countdown-wrap {
    grid-row: 2;
    padding-top: 5px;
    padding-bottom: 13px;
    border-radius: 0 0 14px 14px;
}

.grc-mcc--has-scene.grc-mcc--layout-overlay.grc-mcc--panel-left .grc-mcc__campaign,
.grc-mcc--has-scene.grc-mcc--layout-overlay.grc-mcc--panel-left .grc-mcc__countdown-wrap {
    grid-column: 1;
}

.grc-mcc--has-scene.grc-mcc--layout-overlay.grc-mcc--panel-left .grc-mcc__inner {
    grid-template-columns: minmax(300px, var(--mcc-panel-width)) minmax(0, calc(100% - var(--mcc-panel-width)));
}

.grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__divider {
    display: none;
}

/* ---------------------------------
 * Stacked desktop: scene + info bar
 * --------------------------------- */
.grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__custom-bg {
    opacity: 1;
    inset: 0 0 48% 0;
    border-radius: 15px 15px 0 0;
}

.grc-mcc--has-scene.grc-mcc--layout-stacked::after {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    filter: none;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 0 38%, rgba(0,0,0,.55) 51%, rgba(0,0,0,.7) 100%);
}

.grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__inner {
    min-height: 230px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(105px, 1fr) auto;
    padding: 0;
    gap: 0;
}

.grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__campaign {
    grid-column: 1;
    grid-row: 2;
    padding: 14px 18px;
    background: var(--mcc-panel-glass);
}

.grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__countdown-wrap {
    grid-column: 2;
    grid-row: 2;
    padding: 14px 18px;
    background: var(--mcc-panel-glass);
    border-left: 1px solid var(--mcc-border);
}

.grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__divider {
    display: none;
}

/* Theme shells used even before custom AI artwork is generated. */
.grc-mcc--black-friday {
    --mcc-bg-1:#09090b; --mcc-bg-2:#2a1115; --mcc-surface:rgba(10,10,12,.92);
    --mcc-accent:#ff525f; --mcc-accent-2:#fff; --mcc-border:rgba(255,82,95,.6);
    --mcc-code-bg:linear-gradient(135deg,#ff4a57,#8d111d); --mcc-code-border:rgba(255,255,255,.45);
    --mcc-flap-top:linear-gradient(180deg,#28282d,#141417); --mcc-flap-bottom:linear-gradient(180deg,#121215,#070708);
}

.grc-mcc--halloween {
    --mcc-bg-1:#17100c; --mcc-bg-2:#5b2610; --mcc-surface:rgba(24,14,8,.92);
    --mcc-accent:#ff9b3d; --mcc-accent-2:#fff6e8; --mcc-border:rgba(255,155,61,.65);
    --mcc-code-bg:linear-gradient(135deg,#f37b27,#7c2710); --mcc-code-border:rgba(255,208,135,.5);
    --mcc-flap-top:linear-gradient(180deg,#54301e,#2d1a10); --mcc-flap-bottom:linear-gradient(180deg,#2a170d,#140c08);
}

.grc-mcc--winter {
    --mcc-bg-1:#071929; --mcc-bg-2:#2c6384; --mcc-surface:rgba(6,28,45,.92);
    --mcc-accent:#b8edff; --mcc-accent-2:#fff; --mcc-border:rgba(184,237,255,.62);
    --mcc-code-bg:linear-gradient(135deg,#77cde9,#397b9b); --mcc-code-border:rgba(255,255,255,.55);
    --mcc-flap-top:linear-gradient(180deg,#2d5e77,#173b50); --mcc-flap-bottom:linear-gradient(180deg,#15364a,#0a2230);
}

/* Urgency is visual only; the timer remains client-side. */
.grc-mcc.is-final-day {
    box-shadow: 0 16px 34px rgba(0,0,0,.22), inset 0 0 0 1px color-mix(in srgb, var(--mcc-accent) 28%, transparent);
}

.grc-mcc.is-final-hours .grc-mcc__countdown-heading,
.grc-mcc.is-final-hour .grc-mcc__countdown-heading {
    color: #fff2a8;
}

.grc-mcc.is-final-hours .grc-mcc__flap,
.grc-mcc.is-final-hour .grc-mcc__flap {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 0 1px rgba(255,214,89,.18), 0 8px 18px rgba(0,0,0,.18);
}

.grc-mcc.is-final-hour::before {
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffd65a, #fff6bd, #ffd65a, transparent);
}

@media (prefers-reduced-motion: reduce) {
    .grc-mcc__unit.is-flipping .grc-mcc__half--flip-top,
    .grc-mcc__unit.is-flipping .grc-mcc__half--flip-bottom {
        animation: none !important;
        opacity: 0 !important;
    }
}

/* Purpose-built mobile composition. */
@container (max-width: 760px) {
    .grc-mcc--has-scene.grc-mcc--layout-split,
    .grc-mcc--has-scene.grc-mcc--layout-overlay,
    .grc-mcc--has-scene.grc-mcc--layout-stacked {
        min-height: 0;
    }

    .grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__custom-bg,
    .grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__custom-bg,
    .grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__custom-bg,
    .grc-mcc--has-scene.grc-mcc--panel-left .grc-mcc__custom-bg {
        inset: 0 0 auto 0;
        height: 155px;
        border-radius: 12px 12px 0 0;
    }

    .grc-mcc--has-scene.grc-mcc--layout-split::after,
    .grc-mcc--has-scene.grc-mcc--layout-overlay::after,
    .grc-mcc--has-scene.grc-mcc--layout-stacked::after,
    .grc-mcc--has-scene.grc-mcc--panel-left::after {
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.04) 0 30%, rgba(0,0,0,.34) 46%, rgba(0,0,0,.74) 72%, rgba(0,0,0,.84) 100%);
    }

    .grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__inner,
    .grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__inner,
    .grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__inner,
    .grc-mcc--has-scene.grc-mcc--panel-left .grc-mcc__inner {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 155px 0 0;
    }

    .grc-mcc--has-scene .grc-mcc__campaign,
    .grc-mcc--has-scene .grc-mcc__countdown-wrap,
    .grc-mcc--has-scene.grc-mcc--panel-left .grc-mcc__campaign,
    .grc-mcc--has-scene.grc-mcc--panel-left .grc-mcc__countdown-wrap {
        width: 100%;
        box-sizing: border-box;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        background: var(--mcc-panel-glass);
    }

    .grc-mcc--has-scene .grc-mcc__campaign {
        padding: 14px 14px 7px;
    }

    .grc-mcc--has-scene .grc-mcc__countdown-wrap {
        padding: 6px 12px 14px;
        border-top: 0;
        box-shadow: none;
    }

    .grc-mcc--has-scene .grc-mcc__message-row {
        justify-content: center;
        align-items: center;
    }

    .grc-mcc--has-scene .grc-mcc__offer {
        width: auto;
        font-size: clamp(28px, 10cqi, 41px);
    }

    .grc-mcc--mobile-compact.grc-mcc--has-scene .grc-mcc__custom-bg {
        height: 118px;
    }

    .grc-mcc--mobile-compact.grc-mcc--has-scene .grc-mcc__inner {
        padding-top: 118px;
    }

    .grc-mcc--mobile-compact .grc-mcc__campaign {
        padding-top: 10px;
    }

    .grc-mcc--mobile-compact .grc-mcc__eyebrow {
        display: none;
    }

    .grc-mcc--mobile-compact .grc-mcc__supporting,
    .grc-mcc--mobile-compact .grc-mcc__end-line {
        display: none;
    }
}

@media (max-width: 767px) {
    .grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__custom-bg,
    .grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__custom-bg,
    .grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__custom-bg,
    .grc-mcc--has-scene.grc-mcc--panel-left .grc-mcc__custom-bg {
        inset: 0 0 auto 0;
        height: 155px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-split .grc-mcc__inner,
    .grc-mcc--has-scene.grc-mcc--layout-overlay .grc-mcc__inner,
    .grc-mcc--has-scene.grc-mcc--layout-stacked .grc-mcc__inner,
    .grc-mcc--has-scene.grc-mcc--panel-left .grc-mcc__inner {
        display: flex;
        flex-direction: column;
        padding: 155px 0 0;
    }
}

/* Artwork darkness control applies directly to the scene. */
.grc-mcc--has-scene .grc-mcc__custom-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(0,0,0,var(--mcc-custom-overlay, .36));
    pointer-events: none;
}


/* ==========================================================
 * v1.7.1 Integrated full-width artwork banner
 * ========================================================== */

.grc-mcc {
    --mcc-panel-width: 34%;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated {
    min-height: 220px;
    background: var(--mcc-bg-1);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__custom-bg {
    opacity: 1;
    inset: 0;
    border-radius: inherit;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated::after {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    filter: none;
    opacity: 1;
    background:
        linear-gradient(90deg,
            rgba(2, 8, 18, .02) 0%,
            rgba(2, 8, 18, .06) 36%,
            rgba(2, 8, 18, .16) 58%,
            rgba(2, 8, 18, .52) 100%);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left::after {
    background:
        linear-gradient(270deg,
            rgba(2, 8, 18, .02) 0%,
            rgba(2, 8, 18, .06) 36%,
            rgba(2, 8, 18, .16) 58%,
            rgba(2, 8, 18, .52) 100%);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__inner {
    min-height: 220px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(290px, var(--mcc-panel-width));
    grid-template-rows: auto auto;
    align-content: end;
    gap: 0;
    padding: 18px 20px 16px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__inner {
    grid-template-columns: minmax(290px, var(--mcc-panel-width)) minmax(0, 1fr);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__campaign,
.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap {
    grid-column: 2;
    min-width: 0;
    text-align: left;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__campaign,
.grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__countdown-wrap {
    grid-column: 1;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__campaign {
    grid-row: 1;
    justify-content: flex-end;
    padding: 0 0 8px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap {
    grid-row: 2;
    padding: 0;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__divider {
    display: none;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__eyebrow {
    margin-bottom: 6px;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__message-row {
    align-items: flex-end;
    gap: 12px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__offer {
    font-size: clamp(30px, 3.5cqi, 46px);
    line-height: .92;
    text-shadow: 0 3px 16px rgba(0,0,0,.45);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code-stack {
    gap: 7px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code-label,
.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__supporting,
.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__unit-label,
.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__end-line {
    text-shadow: 0 2px 10px rgba(0,0,0,.4);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code {
    padding: 9px 13px;
    font-size: 13px;
    backdrop-filter: blur(10px);
    background: color-mix(in srgb, var(--mcc-code-bg) 70%, rgba(4,10,20,.25));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 24px rgba(0,0,0,.18);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__cta {
    backdrop-filter: blur(10px);
    background: rgba(4, 10, 20, .22);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-heading {
    margin-bottom: 8px;
    padding: 0 4px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown {
    gap: 8px;
    padding: 8px 10px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(4,10,20,.18), rgba(4,10,20,.34));
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 38px rgba(0,0,0,.18);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__flap {
    height: 56px;
    width: min(100%, 82px);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__digit {
    height: 56px;
    font-size: clamp(23px, 2.55cqi, 32px);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__half--bottom .grc-mcc__digit {
    top: -28px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__unit-label {
    font-size: 7px;
    letter-spacing: .12em;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__end-line {
    margin-top: 7px;
    text-align: center;
}

/* Keep the image as the full banner on mobile too. */
@container (max-width: 760px) {
    .grc-mcc--has-scene.grc-mcc--layout-integrated {
        min-height: 275px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__custom-bg,
    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__custom-bg {
        inset: 0;
        height: auto;
        border-radius: inherit;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated::after,
    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left::after {
        inset: 0;
        background: linear-gradient(180deg,
            rgba(0,0,0,.02) 0%,
            rgba(0,0,0,.10) 26%,
            rgba(0,0,0,.22) 46%,
            rgba(0,0,0,.58) 74%,
            rgba(0,0,0,.82) 100%);
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__inner,
    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 275px;
        padding: 14px 10px 12px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__campaign,
    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap,
    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__campaign,
    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__countdown-wrap {
        width: 100%;
        box-sizing: border-box;
        border: 0;
        background: transparent;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__campaign {
        padding: 0 0 8px;
        text-align: center;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap {
        padding: 0;
        text-align: center;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__message-row {
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__offer {
        width: 100%;
        font-size: clamp(30px, 10cqi, 42px);
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code-stack,
    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap {
        justify-items: center;
        align-items: center;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown {
        width: 100%;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        padding: 8px 8px 9px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--no-days .grc-mcc__countdown {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__flap {
        width: 100%;
        height: 50px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__digit {
        height: 50px;
        font-size: clamp(22px, 7.6cqi, 29px);
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__half--bottom .grc-mcc__digit {
        top: -25px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__eyebrow,
    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-heading {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .grc-mcc--has-scene.grc-mcc--layout-integrated {
        min-height: 275px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__custom-bg,
    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__custom-bg {
        inset: 0;
        height: auto;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__inner,
    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 275px;
        padding: 14px 10px 12px;
    }
}


/* ==========================================================
 * v1.7.2 copy/wording polish
 * ========================================================== */

.grc-mcc__code-stack {
    align-items: flex-start;
}

.grc-mcc__code-label {
    font-size: 12px;
    letter-spacing: .22em;
    opacity: .92;
}

.grc-mcc__supporting {
    font-size: 13px;
    letter-spacing: .18em;
    opacity: .96;
}

.grc-mcc__code,
.grc-mcc__code:visited {
    min-width: 176px;
    justify-content: center;
    gap: 10px;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .14em;
    border-width: 2px;
    box-shadow: 0 12px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.24);
}

.grc-mcc__code:hover {
    transform: translateY(-1px);
}

.grc-mcc__copy-icon {
    width: 18px;
    height: 18px;
    opacity: .96;
}

.grc-mcc__countdown-heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-size: 12px;
    letter-spacing: .22em;
}

.grc-mcc__countdown-rule {
    flex: 1 1 auto;
    height: 1px;
    max-width: 44px;
    background: rgba(255,255,255,.45);
    box-shadow: 0 0 10px rgba(255,255,255,.12);
}

.grc-mcc__clock {
    display: none !important;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__message-row {
    gap: 16px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code-stack {
    gap: 8px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code {
    min-width: 188px;
    padding: 12px 18px;
    font-size: 18px;
    background: linear-gradient(180deg, rgba(16,127,203,.94), rgba(10,91,154,.94));
    border-color: rgba(255,255,255,.55);
    box-shadow: 0 14px 34px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.28);
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-heading {
    margin-bottom: 10px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-rule {
    max-width: 34px;
}

.grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__supporting {
    font-size: 14px;
}

@container (max-width: 760px) {
    .grc-mcc__code-stack,
    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code-stack {
        align-items: center;
    }

    .grc-mcc__countdown-rule {
        max-width: 24px;
    }

    .grc-mcc__supporting {
        font-size: 12px;
        letter-spacing: .16em;
    }
}

@media (max-width: 767px) {
    .grc-mcc__code-stack,
    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code-stack {
        align-items: center;
    }

    .grc-mcc__countdown-rule {
        max-width: 24px;
    }
}


/* ==========================================================
 * v1.7.3 heading alignment fix
 * ========================================================== */

.grc-mcc__eyebrow {
    justify-content: center;
}

.grc-mcc__eyebrow-text {
    display: inline-block;
    text-align: center;
}


/* ==========================================================
 * v1.7.4 universal template alignment
 * ========================================================== */

/* Use a three-column grid so every theme gets mathematically balanced lines. */
.grc-mcc__eyebrow {
    display: grid !important;
    grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr);
    align-items: center;
    justify-content: stretch;
    column-gap: 10px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.grc-mcc__eyebrow-line {
    display: block;
    width: 100%;
    max-width: 46px;
    min-width: 18px;
    height: 1px;
    justify-self: stretch;
    align-self: center;
}

.grc-mcc__eyebrow-line:first-child {
    justify-self: end;
}

.grc-mcc__eyebrow-line:last-child {
    justify-self: start;
}

.grc-mcc__eyebrow-text {
    display: block;
    min-width: 0;
    max-width: min(100%, 250px);
    text-align: center;
    text-wrap: balance;
    overflow-wrap: normal;
    justify-self: center;
}

/* Keep the label centred inside each content area regardless of theme/layout. */
.grc-mcc--layout-integrated .grc-mcc__eyebrow,
.grc-mcc--layout-overlay .grc-mcc__eyebrow,
.grc-mcc--layout-split .grc-mcc__eyebrow,
.grc-mcc--layout-stacked .grc-mcc__eyebrow {
    margin-left: auto;
    margin-right: auto;
}

/* Longer labels can wrap cleanly without pushing the decorative lines off-centre. */
@container (max-width: 760px) {
    .grc-mcc__eyebrow {
        grid-template-columns: minmax(14px, 1fr) auto minmax(14px, 1fr);
        column-gap: 8px;
    }

    .grc-mcc__eyebrow-line {
        max-width: 34px;
        min-width: 14px;
    }

    .grc-mcc__eyebrow-text {
        max-width: min(100%, 210px);
    }
}

@media (max-width: 767px) {
    .grc-mcc__eyebrow {
        grid-template-columns: minmax(14px, 1fr) auto minmax(14px, 1fr);
        column-gap: 8px;
    }

    .grc-mcc__eyebrow-line {
        max-width: 34px;
        min-width: 14px;
    }
}

/* ==========================================================
 * v1.7.5 desktop composition + theme-aware safe zone
 * ========================================================== */

@media (min-width: 768px) {
    .grc-mcc--has-scene.grc-mcc--layout-integrated {
        --mcc-integrated-width: max(40%, var(--mcc-panel-width));
        min-height: 208px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__inner {
        min-height: 208px;
        align-content: center;
        grid-template-columns: minmax(0, 1fr) var(--mcc-integrated-width);
        padding: 16px 22px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__inner {
        grid-template-columns: var(--mcc-integrated-width) minmax(0, 1fr);
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__campaign,
    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap {
        text-align: center;
        align-items: center;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__campaign {
        padding: 0 18px 9px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap {
        padding: 0 18px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__message-row {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__offer {
        width: auto;
        font-size: clamp(34px, 3.3cqi, 48px);
        text-align: center;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code-stack {
        width: 100%;
        align-items: center;
        justify-items: center;
        gap: 6px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-heading {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown {
        width: min(100%, 440px);
        margin-left: auto;
        margin-right: auto;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__end-line {
        width: 100%;
    }

    /* Bank Holiday artwork is composed with the subject on the right,
       so the automatic safe zone intentionally sits on the left. */
    .grc-mcc--bank-holiday.grc-mcc--panel-auto.grc-mcc--layout-integrated::after {
        background: linear-gradient(270deg,
            rgba(2, 8, 18, .02) 0%,
            rgba(2, 8, 18, .05) 34%,
            rgba(2, 8, 18, .14) 58%,
            rgba(2, 8, 18, .52) 100%);
    }
}

/* ==========================================================
 * v1.7.6 widescreen desktop composition
 * Keeps the image dominant while using the open side properly.
 * ========================================================== */

@media (min-width: 1100px) {
    .grc-mcc--has-scene.grc-mcc--layout-integrated {
        min-height: 228px;
    }

    /* On wide screens use the open 58% of the picture as one composed safe zone,
       rather than stacking a tiny content block in the corner. */
    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__inner {
        min-height: 228px;
        display: grid;
        grid-template-columns: 27% 31% minmax(0, 42%);
        grid-template-rows: 1fr;
        align-items: center;
        align-content: center;
        gap: 0;
        padding: 18px 24px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-right .grc-mcc__inner {
        grid-template-columns: minmax(0, 42%) 31% 27%;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__campaign,
    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap {
        grid-row: 1;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
        align-self: center;
        min-width: 0;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__campaign {
        grid-column: 1;
        padding: 0 16px 0 0;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left .grc-mcc__countdown-wrap {
        grid-column: 2;
        padding: 0 14px 0 8px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-right .grc-mcc__campaign {
        grid-column: 3;
        padding: 0 0 0 16px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-right .grc-mcc__countdown-wrap {
        grid-column: 2;
        padding: 0 8px 0 14px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__campaign {
        text-align: center;
        align-items: center;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__message-row {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__eyebrow {
        width: min(100%, 310px);
        margin: 0 auto 7px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__offer {
        width: auto;
        font-size: clamp(38px, 3.25cqi, 54px);
        line-height: .92;
        text-align: center;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code-stack {
        width: 100%;
        align-items: center;
        justify-items: center;
        gap: 7px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__code {
        min-width: 170px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-wrap {
        text-align: center;
        align-items: stretch;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown-heading {
        width: min(100%, 330px);
        margin: 0 auto 8px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__countdown {
        width: 100%;
        max-width: 470px;
        margin: 0 auto;
        gap: 8px;
        padding: 9px 10px 10px;
        border-radius: 17px;
        background: linear-gradient(180deg, rgba(3,9,18,.18), rgba(3,9,18,.38));
        border: 1px solid rgba(255,255,255,.12);
        backdrop-filter: blur(10px);
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__flap {
        width: 100%;
        max-width: 86px;
        height: 57px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__digit {
        height: 57px;
        font-size: clamp(25px, 2.2cqi, 34px);
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__half--bottom .grc-mcc__digit {
        top: -28.5px;
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated .grc-mcc__end-line {
        margin-top: 8px;
        text-align: center;
    }

    /* Theme-aware gradient follows the safe-zone side, but leaves the subject bright. */
    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-left::after {
        background: linear-gradient(90deg,
            rgba(2,8,18,.42) 0%,
            rgba(2,8,18,.28) 32%,
            rgba(2,8,18,.10) 58%,
            rgba(2,8,18,.02) 76%,
            rgba(2,8,18,0) 100%);
    }

    .grc-mcc--has-scene.grc-mcc--layout-integrated.grc-mcc--panel-right::after {
        background: linear-gradient(270deg,
            rgba(2,8,18,.42) 0%,
            rgba(2,8,18,.28) 32%,
            rgba(2,8,18,.10) 58%,
            rgba(2,8,18,.02) 76%,
            rgba(2,8,18,0) 100%);
    }
}
