/* SOLERA_GC_PAGE_REPAIR_20260729
   Route-scoped repair for the DB-authored Gentleman's Cut campaign.
   The runtime decorator adds .solera-gc-page-embed after isolating the
   embed's historical global selectors (nav/footer/*) to this container. */

.solera-gc-page-embed.s_embed_code_embedded.container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #0a0a0a !important;
    overflow: clip !important;
}

/* The campaign navigation must participate in page flow, not occupy the
   same fixed viewport layer as Solera's site header. */
.solera-gc-page-embed > nav {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
    z-index: 2 !important;
}

.solera-gc-page-embed .hero {
    margin-top: 0 !important;
}

.solera-gc-page-embed .hero-brand-logo {
    max-width: min(480px, 82vw) !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Explicitly protect every dark-surface heading that lacked .section-title. */
.solera-gc-page-embed #story h3,
.solera-gc-page-embed .lifestyle-section h3,
.solera-gc-page-embed .cta-banner h2 {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.solera-gc-page-embed .cta-banner h2 span,
.solera-gc-page-embed .section-title .gold {
    color: #d4af37 !important;
}

/* Prevent the global Bootstrap secondary-button skin from producing
   white text on a white rectangle. */
.solera-gc-page-embed .btn-secondary {
    color: #d4af37 !important;
    background: transparent !important;
    border: 1px solid #d4af37 !important;
    box-shadow: none !important;
}

.solera-gc-page-embed .btn-secondary:hover,
.solera-gc-page-embed .btn-secondary:focus-visible {
    color: #111 !important;
    background: #d4af37 !important;
    border-color: #d4af37 !important;
}

.solera-gc-page-embed .lifestyle-img {
    aspect-ratio: 1920 / 1147 !important;
    min-height: 1px;
    overflow: hidden !important;
}

.solera-gc-page-embed .lifestyle-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 20% !important;
}

@media (max-width: 991.98px) {
    /* The compact Solera header already owns navigation on phone/tablet. */
    .solera-gc-page-embed > nav {
        display: none !important;
    }

    .solera-gc-page-embed .hero {
        margin-top: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .solera-gc-page-embed .product-name {
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .solera-gc-page-embed .product-desc {
        font-size: 13px !important;
        line-height: 1.5 !important;
        color: rgba(255, 255, 255, 0.76) !important;
    }

    .solera-gc-page-embed .btn-buy,
    .solera-gc-page-embed .btn-buy-outline {
        min-height: 42px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
}
