.auction-landing {
    background: #111a2d;
    color: #e5ecf8;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

/* Push flash messages down so they clear the relocated header */
.auction-landing #flash-messages {
    margin-top: 140px;
}

body.auction-landing #wrapper {
    background: #0d1426;
    padding-top: 0;
}

body.auction-landing #menu-backlay {
    display: none;
}

body.auction-landing #header #primary li.last {
    margin-right: 0!important;
    background-color: red!important;
}

.auction-landing a {
    text-decoration: none;
}

.auction-landing .section-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.auction-hero {
    position: relative;
    background: #0d1426;
    overflow: hidden;
    padding: 100px 0;
    min-height: 420px;
    height: 75vh;
    max-height: 520px;
    display: flex;
    align-items: center;
}

.auction-hero .hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

.auction-hero .hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auction-hero .hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 20, 38, 0.35) 0%, rgba(13, 20, 38, 0.55) 50%, rgba(13, 20, 38, 0.7) 100%);
    pointer-events: none;
}

.auction-hero.prelaunch .hero-media::after {
    display: none;
}

.auction-hero .hero-inner {
    position: relative;
    z-index: 2;
}

.audio-toggle {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 5;
    background: rgba(13, 20, 38, 0.8);
    color: #f8fbff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.audio-toggle:hover {
    background: rgba(13, 20, 38, 0.95);
    border-color: rgba(255, 255, 255, 0.35);
}
.auction-hero .hero-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.auction-hero .brand {
    font-family: 'Old Standard TT', 'Times New Roman', serif;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #f8fbff;
}

.auction-hero .hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    justify-items: center;
    text-align: center;
}

.auction-hero .hero-copy h1 {
    font-family: 'Old Standard TT', 'Times New Roman', serif;
    font-size: 46px;
    line-height: 1.1;
    color: #f8fbff;
    margin: 0 0 12px;
    letter-spacing: 0.01em;
}

.auction-hero .hero-copy .hero-lede {
    font-size: 17px;
    line-height: 1.7;
    color: #dce4f9;
    margin: 0 0 26px;
}

.auction-hero .countdown {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #f8fbff;
}

.auction-hero .cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.auction-hero .hero-artwork {
    display: none;
}

.auction-landing .relocated-header {
    position: relative !important;
    z-index: 5;
    box-shadow: none;
    margin-top: 0;
    width: 100%;
    top: auto !important;
}

.auction-landing .relocated-header #trustpilot-header {
    display: none !important;
}

.auction-section {
    padding: 96px 0;
}

.auction-section.dark {
    background: #1a2440;
    color: #dfe7f5;
    margin-top: -40px!important;
    padding-top: 120px;
}

.auction-section.dark h2 {
    font-family: 'Old Standard TT', 'Times New Roman', serif;
    font-size: 32px;
    margin: 0 0 20px;
    color: #f8fbff;
    text-align: center;
}

.auction-section.dark .section-lede {
    max-width: 920px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #cfd9f1;
}

.auction-section.dark .section-body {
    max-width: 960px;
    margin: 0 auto 36px;
    text-align: center;
    color: #c3cee7;
    line-height: 1.8;
    font-size: 15px;
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 16px;
    margin: 36px auto 20px;
    max-width: 880px;
}

.story-card {
    background: #15253f;
    border: 1px solid #273a5c;
    border-radius: 12px;
    padding: 20px 18px;
    text-align: left;
}

.story-card .label {
    color: #8a98b9;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    margin-bottom: 6px;
}

.story-card .value {
    color: #f8fbff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}

.story-card .meta {
    color: #9eadcf;
    font-size: 13px;
    margin: 0;
}

.story-cta {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.auction-section.light {
    background: #f2f2f4;
    color: #1a1c22;
}

.auction-section.light h3 {
    font-family: 'Old Standard TT', 'Times New Roman', serif;
    font-size: 28px;
    text-align: center;
    margin: 0 0 16px;
    color: #202233;
}

.auction-section.light .section-lede {
    max-width: 880px;
    margin: 0 auto 14px;
    text-align: center;
    color: #3a3f4f;
    line-height: 1.75;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 18px 20px;
    margin-top: 32px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 20px 44px rgba(17, 24, 39, 0.08);
    border: 1px solid #e6e7ec;
}

.benefit-card .icon {
    width: 44px;
    height: 44px;
    display: block;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.benefit-card .icon::before {
    content: none !important;
}

.benefit-card .icon-lock {
    background-image: url("/s/img/auction/benefits/lock.svg");
}

.benefit-card .icon-certificate {
    background-image: url("/s/img/auction/benefits/certificate.svg");
}

.benefit-card .icon-share {
    background-image: url("/s/img/auction/benefits/share.svg");
}

.benefit-card .icon-shield {
    background-image: url("/s/img/auction/benefits/shield.svg");
}

.benefit-card h4 {
    font-size: 16px;
    margin: 0 0 8px;
    color: #1f2434;
}

.benefit-card p {
    margin: 0;
    color: #4b5161;
    line-height: 1.6;
    font-size: 14px;
}

.excellence-callout {
    position: relative;
    background: transparent;
    padding: 0 24px 46px;
    text-align: center;
    margin-top: -48px!important;
    margin-bottom: -160px;
    z-index: 3;
}

.excellence-callout .section-inner {
    background: #b48663;
    color: #1f1c16;
    border-radius: 8px;
    padding: 46px 28px;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 2;
}

.excellence-callout h4 {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
    font-weight: 800;
    font-size: 18px;
}

.excellence-callout p {
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 600;
}

.excellence-spacer {
    height: 0;
    background: transparent;
}

.cta-bottom {
    background: #18233d;
    color: #e1e8f7;
    text-align: center;
    padding: 96px 0 110px;
}

.cta-bottom h3 {
    font-family: 'Old Standard TT', 'Times New Roman', serif;
    font-size: 28px;
    margin: 32px 0 12px;
    color: #f8fbff;
}

.cta-bottom p {
    margin: 0 auto 22px;
    max-width: 760px;
    color: #c8d3ec;
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.subscribe-card {
    background: #13253f;
    border: 1px solid #273a5c;
    border-radius: 10px;
    padding: 24px;
    max-width: 840px;
    margin: 32px auto 0;
    text-align: left;
    box-shadow: 0 14px 24px rgba(8, 14, 28, 0.22);
}

.subscribe-card h4 {
    margin: 0 0 10px;
    color: #f8fbff;
    font-size: 18px;
}

.subscribe-card .helper {
    margin: 0 0 18px;
    color: #b8c5dd;
    font-size: 14px;
}

.subscribe-card .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.subscribe-card label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #e4eaf8;
    font-size: 13px;
}

.subscribe-card input[type="text"],
.subscribe-card input[type="number"] {
    width: 100%;
    padding: 12px 12px;
    border-radius: 8px;
    border: 1px solid #273a5c;
    background: #0f1d33;
    color: #f8fbff;
    font-size: 14px;
}

.subscribe-card input[type="text"]:focus,
.subscribe-card input[type="number"]:focus {
    outline: none;
    border-color: #4763d9;
    box-shadow: 0 0 0 2px rgba(71, 99, 217, 0.2);
}

.subscribe-card .form-actions {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.subscribe-card .checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #b6c3de;
}

.current-bid-banner {
    margin: 10px 0 16px;
    padding: 12px 14px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(71, 99, 217, 0.22), rgba(94, 157, 255, 0.08));
    border: 1px solid rgba(71, 99, 217, 0.4);
    color: #eaf1ff;
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(10, 18, 36, 0.28);
}

.calc-card {
    margin-top: 18px;
    background: #14253f;
    border: 1px solid #273a5c;
    border-radius: 10px;
    padding: 18px 20px;
    box-shadow: 0 8px 18px rgba(8, 14, 28, 0.2);
}

.calc-card h5 {
    margin: 0 0 12px;
    color: #f8fbff;
    font-size: 15px;
}

.calc-card .calc-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    color: #c5d2ed;
    font-size: 14px;
}

.calc-card .calc-row strong {
    color: #f8fbff;
}

.calc-card hr {
    border: none;
    border-top: 1px solid #1f2b45;
    margin: 12px 0;
}

.subscriptions-block {
    margin-top: 32px;
    text-align: left;
}

.subscriptions-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    color: #dce4f9;
    margin-bottom: 10px;
}

.subscriptions-header h4 {
    margin: 0;
    font-size: 16px;
}

.subscriptions-header .hint {
    font-size: 12px;
    color: #94a4c6;
}

.subscriptions-headings {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr 1fr;
    gap: 8px;
    padding: 6px 12px 8px;
    color: #9fb2d5;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.subscriptions-headings div:nth-child(3),
.subscriptions-headings div:nth-child(4) {
    text-align: right;
    padding-right: 20px;
}

.subscriptions-feed {
    background: #152845;
    border: 1px solid #273a5c;
    border-radius: 10px;
    max-height: 520px;
    overflow-y: auto;
    padding: 12px;
    display: grid;
    gap: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.subscription-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr 1fr;
    align-items: center;
    background: #1b2f4f;
    border: 1px solid #273a5c;
    border-radius: 8px;
    padding: 10px 12px;
    color: #e6edf8;
    gap: 8px;
}

.subscription-row .sub-nickname {
    font-weight: 700;
    color: #f8fbff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subscription-row .sub-grams {
    font-weight: 700;
    font-size: 14px;
    justify-self: end;
    text-align: right;
}

.subscription-row .sub-price {
    font-family: 'Old Standard TT', 'Times New Roman', serif;
    font-size: 15px;
    justify-self: end;
    text-align: right;
}

.subscription-row .sub-date {
    color: #b7c7e4;
    font-size: 12px;
    white-space: nowrap;
    justify-self: start;
}

.subscription-row .sub-mobile-header,
.subscription-row .sub-mobile-bid {
    display: none;
}

.subscription-row .mobile-only {
    display: none;
}

.subscription-row .mobile-label {
    display: none;
    font-size: 12px;
    color: #9fb2d5;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.subscriptions-feed .feed-status {
    text-align: center;
    color: #b7c7e4;
    padding: 10px;
}

.auction-footer {
    background: #0d1426;
    color: #9aa4bc;
    padding: 28px 24px;
    text-align: center;
    font-size: 13px;
}

.auction-footer p {
    margin: 4px 0;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .auction-hero {
        padding-bottom: 90px;
    }

    .auction-hero .hero-menu {
        margin-top: 52px;
    }

    .subscriptions-headings {
        display: none;
    }

    .subscriptions-feed {
        max-height: none;
    }

    .subscription-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px;
    }

    .subscription-row .sub-nickname {
        font-size: 15px;
    }

    .subscription-row .sub-date {
        justify-self: start;
        text-align: left;
        white-space: normal;
    }

    .subscription-row .desktop-line {
        display: none;
    }

    .subscription-row .sub-mobile-header,
    .subscription-row .sub-mobile-bid {
        display: block;
        color: #e6edf8;
        font-size: 14px;
        line-height: 1.4;
    }

    .subscription-row .sub-mobile-header {
        font-weight: 700;
    }

    .subscription-row .mobile-only {
        display: block;
    }

    .subscription-row .mobile-label {
        display: block;
        margin: 0 0 2px;
    }

    @media (max-width: 600px) {
        .subscription-row .sub-meta {
            grid-template-columns: 1fr;
        }
    }
}

@media (max-width: 720px) {
    .auction-hero .hero-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .auction-hero .hero-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .auction-hero .hero-copy h1 {
        font-size: 36px;
    }

    .auction-hero .hero-menu-inner {
        padding: 4px;
    }

    .auction-hero .menu-item {
        flex: 1 1 calc(50% - 8px);
        text-align: center;
    }

    .excellence-callout {
        border-radius: 0;
    }

    .story-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .excellence-callout {
        margin-top: -32px;
        padding-bottom: 32px;
    }

    .excellence-spacer {
        height: 32px;
    }

    /* Ensure mobile top spacing is reduced */
    #main-content.no-padding {
        margin-top: 84px !important;
    }
}
