/**
 * UPFIT INDUSTRIES — Final UI/UX overrides (frontend only)
 */

/* —— Official logo (full stacked mark) —— */
.brand-logo,
.brand-logo--upfit,
.brand-logo img,
.logo-mark {
    background: transparent !important;
    box-shadow: none !important;
}
.brand-logo--upfit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    text-decoration: none !important;
    line-height: 0 !important;
    flex-shrink: 0 !important;
}
.brand-wordmark {
    display: none !important;
}
.brand-logo img,
.logo-mark {
    filter: none !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    width: auto !important;
    height: 132px !important;
    max-height: 132px !important;
    max-width: none !important;
}
.logo-mark--header {
    height: 132px !important;
    max-height: 132px !important;
}
.logo-mark--mobile {
    height: 132px !important;
    max-height: 132px !important;
}

/* —— Solid sticky header (never overlaps hero) —— */
.announce-bar { display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }
.site-header,
.site-header.site-header--solid,
.site-header.is-transparent,
.site-header.is-transparent:not(.is-scrolled),
.site-header.is-scrolled {
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    z-index: 1100 !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-shadow: 0 1px 0 rgba(27, 27, 27, 0.08) !important;
}
.site-header .header-main,
.site-header .container,
.site-header .header-container {
    overflow: visible !important;
    height: 100%;
}
.home-page .hp-hero-premium,
.home-page #hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.home-page main#main-content,
.home-page #main-content {
    padding-top: 0 !important;
}
.header-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1rem;
    min-height: var(--header-h);
    height: var(--header-h);
}
.site-header .brand-logo--upfit {
    order: 1;
    margin-right: auto;
}
.site-header .main-nav {
    order: 2;
    justify-content: center !important;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
}
.main-nav .nav-list {
    justify-content: center !important;
    gap: 0.35rem !important;
}
.site-header .header-actions {
    order: 3;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.25rem;
    flex-shrink: 0;
}
.site-header .nav-toggle {
    order: 4;
    flex-shrink: 0;
    margin-left: 0.15rem;
}
@media (min-width: 992px) {
    .site-header .main-nav {
        display: flex !important;
    }
}

/* —— Mega menu: not clipped —— */
.has-mega {
    position: static !important;
}
.mega-menu,
.mega-menu--catalog {
    position: absolute !important;
    top: calc(100% - 2px) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(10px) !important;
    width: min(1040px, calc(100vw - 1.5rem)) !important;
    max-height: min(72vh, 560px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 1200 !important;
    background: #fff !important;
    box-shadow: 0 24px 60px rgba(27, 27, 27, 0.2) !important;
}
.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
    transform: translateX(-50%) translateY(0) !important;
}
.mega-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.25rem 1.5rem !important;
}

/* —— Premium hero slider (uploaded banners only) —— */
.hp-hero-premium {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background: #0a0a0a;
}
.hp-hero-premium--banners .hp-hero-swiper,
.hp-hero-premium--banners .hp-hero-slide {
    height: auto !important;
    min-height: 0 !important;
}
.hp-hero-premium--banners .hp-hero-slide {
    aspect-ratio: 2.2 / 1;
    background: #0a0a0a;
}
.hp-hero-premium--banners .hp-hero-banner-img {
    position: absolute !important;
    inset: 0 !important;
    display: block;
    width: 100%;
    height: 100% !important;
    max-height: none;
    object-fit: contain;
    object-position: center center;
}
/* Legacy text overlays forced off for banner hero */
.hp-hero-premium--banners .hp-hero-slide-bg,
.hp-hero-premium--banners .hp-hero-slide-overlay,
.hp-hero-premium--banners .hp-hero-slide-inner {
    display: none !important;
}
.hp-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(27, 27, 27, 0.45);
    color: #fff;
    display: grid;
    place-items: center;
    backdrop-filter: blur(6px);
    transition: background 0.25s ease;
    cursor: pointer;
}
.hp-hero-nav:hover { background: var(--uf-primary, #7A0F1D); }
.hp-hero-prev { left: 1.25rem; }
.hp-hero-next { right: 1.25rem; }
.hp-hero-pagination {
    position: absolute;
    bottom: 1.5rem !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 5;
}
.hp-hero-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}
.hp-hero-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 22px;
    border-radius: 999px;
}

/* —— Hero cinematic (legacy) —— */
.hp-cinematic {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    background: #1B1B1B;
    color: #fff;
}
.hp-cine-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: calc(var(--header-h) + 2rem) 1.25rem 4rem !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hp-cine-brand {
    justify-content: center !important;
    margin-bottom: 1.5rem !important;
}
.hp-cine-label {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 8vw, 5.5rem) !important;
    line-height: 0.95 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 0.85rem !important;
    text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}
.hp-cine-sub {
    font-size: clamp(1rem, 2.2vw, 1.25rem) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin: 0 0 1.75rem !important;
    max-width: 34rem;
}
.hp-cine-finale {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 6vw, 4.2rem) !important;
    line-height: 1.05 !important;
    margin: 0 0 1.75rem !important;
    text-align: center;
}
.hp-cine-overlay {
    background:
        linear-gradient(180deg, rgba(27, 27, 27, 0.45) 0%, rgba(27, 27, 27, 0.35) 40%, rgba(122, 15, 29, 0.78) 100%) !important;
}
.hp-cine-progress {
    margin-left: auto;
    margin-right: auto;
}
.hp-cinematic .hp-hero-ctas {
    justify-content: center !important;
}
.hp-hero-scroll {
    left: 50% !important;
    transform: translateX(-50%);
}

/* —— Full-width banner slider —— */
.hp-banners {
    padding: 0 !important;
    background: #1B1B1B;
}
.hp-banners .container {
    max-width: none !important;
    padding: 0 !important;
    width: 100%;
}
.hp-banner-grid {
    display: none !important;
}
.hp-banner-swiper {
    width: 100%;
    height: clamp(420px, 62vh, 640px);
    position: relative;
    overflow: hidden;
}
.hp-banner-slide {
    position: relative;
    width: 100%;
    height: clamp(420px, 62vh, 640px);
    overflow: hidden;
}
.hp-banner-slide .hp-banner-bg {
    position: absolute;
    inset: -3%;
    background-size: cover;
    background-position: center 20%;
    transform: scale(1.08);
    transition: transform 6s ease-out;
}
.hp-banner-slide.swiper-slide-active .hp-banner-bg {
    transform: scale(1);
}
.hp-banner-slide .hp-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(27, 27, 27, 0.82) 0%, rgba(27, 27, 27, 0.45) 48%, rgba(122, 15, 29, 0.35) 100%);
}
.hp-banner-slide .hp-banner-copy {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 640px;
    padding: 3rem clamp(1.25rem, 5vw, 5rem);
    color: #fff;
}
.hp-banner-slide .hp-banner-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #F5C6CB;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.hp-banner-slide h2 {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    line-height: 0.95;
    margin: 0 0 0.85rem;
    color: #fff;
    text-transform: uppercase;
}
.hp-banner-slide p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 1.5rem;
    max-width: 28rem;
}
.hp-banner-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(27, 27, 27, 0.35);
    color: #fff;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background 0.25s ease;
}
.hp-banner-nav:hover {
    background: var(--uf-primary);
}
.hp-banner-prev { left: 1rem; }
.hp-banner-next { right: 1rem; }
.hp-banner-pagination {
    position: absolute;
    bottom: 1.25rem !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 4;
}
.hp-banner-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}
.hp-banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 22px;
    border-radius: 999px;
}

/* —— Image fallback —— */
img {
    max-width: 100%;
}
img.uf-broken {
    object-fit: cover;
    background: #1B1B1B;
}

/* —— Page heroes —— */
.page-hero--media {
    background-color: #1B1B1B;
    background-size: cover;
    background-position: center top;
}

.hp-cine-brand .brand-logo-stack .logo-mark {
    height: 64px !important;
    max-height: 68px !important;
}
.hp-cine-brand {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}
.hp-hero-brand {
    letter-spacing: 0.28em;
    font-size: 0.78rem;
    font-weight: 700;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

/* Prevent horizontal scroll */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.site-header,
.header-main {
    overflow: visible !important;
}

@media (max-width: 991.98px) {
    :root {
        --header-h: 150px;
    }
    .header-row {
        gap: 0.65rem !important;
        min-height: var(--header-h);
        height: var(--header-h);
        align-items: center !important;
    }
    .site-header .brand-logo--upfit {
        margin-right: auto !important;
    }
    .site-header .nav-toggle {
        order: 4 !important;
        margin-left: 0.25rem !important;
    }
    .site-header .header-actions {
        order: 3 !important;
    }
    .site-header .logo-mark,
    .site-header .logo-mark--header,
    .brand-logo img.logo-mark--header {
        height: 134px !important;
        max-height: 134px !important;
        max-width: none !important;
        width: auto !important;
    }
    .main-nav { display: none !important; }
    .mega-menu { display: none !important; }
    .hp-banner-nav { display: none; }
    .hp-banner-slide .hp-banner-copy {
        align-items: center;
        text-align: center;
        padding: 2.5rem 1.25rem;
    }
    .hp-banner-slide p { margin-left: auto; margin-right: auto; }
    .hp-cinematic {
        min-height: 100svh;
        height: auto;
        padding-bottom: 2rem;
    }
}
@media (max-width: 575.98px) {
    :root {
        --header-h: 158px;
    }
    .announce-bar { font-size: 0.68rem; padding: 0.45rem 0.75rem; }
    .header-cta-desktop { display: none !important; }
    .header-container {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }
    .header-row {
        min-height: var(--header-h);
        height: var(--header-h);
        gap: 0.5rem !important;
        align-items: center !important;
    }
    .site-header .logo-mark,
    .site-header .logo-mark--header,
    .brand-logo img.logo-mark--header {
        height: 142px !important;
        max-height: 142px !important;
        max-width: min(64vw, 170px) !important;
        width: auto !important;
    }
    .mobile-panel .logo-mark--mobile {
        height: 96px !important;
        max-height: 96px !important;
    }
    .site-header .header-actions {
        gap: 0.1rem !important;
    }
    .site-header .header-actions .icon-btn {
        width: 36px;
        height: 36px;
    }
    body { overflow-x: hidden; }
}

.hp-cine-bg {
    position: absolute;
    inset: -4%;
    background-color: #1B1B1B;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
    animation: cineKen 8s ease-out forwards;
}
.hp-banner-slide .hp-banner-bg {
    background-color: #1B1B1B;
}
.home-page .hp-hero-premium {
    margin-bottom: 0;
}
.home-page .hp-banners {
    margin-top: clamp(3rem, 6vw, 5.5rem) !important;
    padding-top: 0 !important;
}
.home-page .hp-section {
    padding-top: clamp(4rem, 8vw, 6.5rem);
    padding-bottom: clamp(4rem, 8vw, 6.5rem);
}
.home-page #categories {
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

/* —— Luxury footer —— */
.site-footer--lux {
    background:
        radial-gradient(ellipse at 15% 0%, rgba(122, 15, 29, 0.28), transparent 50%),
        linear-gradient(180deg, #141414 0%, #6B0F1A 100%);
    color: rgba(255, 255, 255, 0.72);
    padding: clamp(4rem, 8vw, 6rem) 0 0;
}
.footer-lux-top {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 2.5rem;
    align-items: end;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-lux-brand .logo-mark--footer {
    display: none !important;
}
.footer-lux-brand .brand-logo--footer {
    display: none !important;
}
.footer-lux-brand .brand-wordmark__upfit,
.footer-lux-brand .brand-wordmark__industries {
    display: none !important;
}
.footer-lux-brand .footer-lux-tagline {
    margin-top: 0;
}
.footer-lux-tagline {
    max-width: 420px;
    margin: 1.25rem 0 1.5rem;
    font-size: 1.02rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
}
.footer-lux-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.5rem;
}
.footer-lux-contact a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}
.footer-lux-contact a:hover { color: #fff; }
.footer-lux-contact i { color: #F5C6CB; }
.footer-lux-social {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}
.footer-lux-social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    transition: 0.25s ease;
}
.footer-lux-social a:hover {
    background: var(--uf-primary, #7A0F1D);
    border-color: transparent;
    transform: translateY(-2px);
}
.footer-lux-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem 2rem;
    padding-bottom: 3rem;
    align-items: start;
}
.footer-lux-col h5 {
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 1.35rem;
    padding-bottom: 0.75rem;
    position: relative;
}
.footer-lux-col h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: #F5C6CB;
    border-radius: 2px;
}
.footer-lux-col a {
    display: block;
    padding: 0.4rem 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.65);
}
.footer-lux-col a:hover {
    color: #fff;
    padding-left: 0.2rem;
}
.footer-lux-news p {
    font-size: 0.9rem;
    margin: 0 0 1.1rem;
    color: rgba(255, 255, 255, 0.6);
}
.footer-lux-form {
    display: flex;
    gap: 0.4rem;
    padding: 0.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
}
.footer-lux-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0.7rem 1rem;
    outline: none;
    font-family: inherit;
}
.footer-lux-form button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--uf-primary, #7A0F1D);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.footer-lux-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
}
.footer-lux-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    justify-content: center;
}
.footer-lux-legal a:hover { color: #fff; }
.footer-lux-credit {
    margin: 0;
    text-align: right;
}
.footer-lux-credit a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* —— Mobile Shop accordion —— */
.mobile-accordion {
    border-bottom: 1px solid rgba(27, 27, 27, 0.08);
}
.mobile-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    background: none;
    border: 0;
    font: inherit;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--uf-navy, #1B1B1B);
    text-align: left;
    min-height: 48px;
}
.mobile-accordion-trigger i {
    transition: transform 0.25s ease;
}
.mobile-accordion.is-open .mobile-accordion-trigger i {
    transform: rotate(180deg);
}
.mobile-accordion-panel {
    padding: 0 0 1rem 0.25rem;
}
.mobile-shop-all {
    display: block;
    font-weight: 700;
    padding: 0.55rem 0;
    color: var(--uf-primary, #7A0F1D) !important;
}
.mobile-cat-group {
    padding: 0.65rem 0 0.85rem;
    border-top: 1px solid rgba(27, 27, 27, 0.06);
}
.mobile-cat-parent {
    display: block;
    font-weight: 700;
    padding: 0.45rem 0;
    font-size: 0.95rem;
}
.mobile-cat-sub {
    display: block;
    padding: 0.45rem 0 0.45rem 0.85rem;
    font-size: 0.9rem;
    color: rgba(27, 27, 27, 0.7) !important;
    min-height: 44px;
}

@media (max-width: 991.98px) {
    .footer-lux-top { grid-template-columns: 1fr; }
    .footer-lux-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-lux-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-lux-credit { text-align: center; }
}
@media (max-width: 575.98px) {
    .footer-lux-grid { grid-template-columns: 1fr; }
}

/* —— Process cards (no photos) —— */
.hp-process-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1.5rem 1.25rem 1.35rem;
    min-width: 220px;
    backdrop-filter: blur(4px);
}
.hp-process-card .hp-timeline-media { display: none !important; }
.hp-process-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(122, 15, 29, 0.35);
    color: #F5C6CB;
    font-size: 1.2rem;
    margin: 0.75rem 0 1rem;
}
.hp-process-card h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 0.45rem;
}
.hp-process-card p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.55;
}

/* —— Quality cards (icons only) —— */
.hp-quality-card--icon {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 12px 40px rgba(27, 27, 27, 0.06);
    border: 1px solid rgba(27, 27, 27, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hp-quality-card--icon:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(122, 15, 29, 0.12);
}
.hp-quality-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(122, 15, 29, 0.08);
    color: var(--uf-primary, #7A0F1D);
    font-size: 1.35rem;
}
.hp-quality-card--icon h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
}
.hp-quality-card--icon p {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(27, 27, 27, 0.68);
    line-height: 1.6;
}
.hp-quality-img { display: none !important; }

/* —— Testimonials (names only, no photos) —— */
.hp-testimonial--text .hp-author--text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.hp-testimonial--text .hp-author img,
.hp-testimonial--text .hp-author span {
    display: none !important;
}
.hp-testimonial--text .hp-author strong {
    font-size: 1rem;
    color: #fff;
}

/* —— Certifications & Partners —— */
.hp-trust-section .section-text {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
}
.hp-cert-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}
.hp-cert-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 1rem;
    background: #fff;
    border: 1px solid rgba(27, 27, 27, 0.08);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(27, 27, 27, 0.05);
    text-align: center;
    min-height: 100%;
}
.hp-cert-card img {
    width: 100%;
    max-width: 200px;
    height: auto;
    object-fit: contain;
}
.hp-cert-name {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--uf-navy, #1B1B1B);
}
.hp-partners-block {
    margin-top: 1.75rem;
}
.hp-partners-block + .hp-partners-block {
    margin-top: 2.25rem;
}
.hp-partners-label {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--uf-primary, #7A0F1D);
    text-align: center;
}
.hp-partner-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}
.hp-partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid rgba(27, 27, 27, 0.08);
    border-radius: 0.85rem;
    min-height: 84px;
    box-shadow: 0 8px 24px rgba(27, 27, 27, 0.04);
}
.hp-partner-card img {
    width: 100%;
    max-width: 140px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

/* —— Factory image —— */
.hp-factory-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1.25rem;
    box-shadow: 0 28px 70px rgba(27, 27, 27, 0.22);
}
.hp-custom-media {
    overflow: hidden;
    border-radius: 1.25rem;
}
.hp-factory-brandpanel {
    width: 100%;
    min-height: 420px;
    height: 100%;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.08), transparent 55%),
        linear-gradient(150deg, #1B1B1B 0%, #6B0F1A 100%);
    box-shadow: 0 28px 70px rgba(27, 27, 27, 0.22);
    padding: 3rem 2rem;
}
.hp-custom-media .hp-factory-brandpanel img.logo-mark,
.hp-factory-brandpanel .logo-mark--factory {
    width: auto !important;
    height: 110px !important;
    min-height: 0 !important;
    max-width: 120px !important;
    max-height: 120px !important;
    object-fit: contain !important;
    image-rendering: auto;
}
.hp-factory-brandpanel strong {
    font-family: var(--font-display);
    font-size: 1.4rem;
    letter-spacing: 0.18em;
}
.hp-factory-brandpanel span {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991.98px) {
    .hp-hero-premium--banners .hp-hero-slide {
        aspect-ratio: 16 / 9;
    }
    .hp-hero-banner-img {
        object-fit: contain;
        object-position: center center !important;
    }
    .hp-hero-nav {
        display: grid !important;
        width: 40px;
        height: 40px;
    }
    .hp-hero-prev { left: 0.65rem; }
    .hp-hero-next { right: 0.65rem; }
    .hp-hero-pagination {
        display: flex !important;
        bottom: 1rem !important;
    }
    .hp-cert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hp-partner-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .brand-wordmark {
        display: none !important;
    }
    .site-header .logo-mark--header {
        height: 134px !important;
        max-height: 134px !important;
        max-width: none !important;
    }
    .header-row {
        display: flex !important;
        align-items: center !important;
        gap: 0.65rem !important;
    }
    @media (max-width: 575.98px) {
        .site-header .logo-mark--header,
        .site-header .logo-mark,
        .brand-logo img.logo-mark--header {
            height: 142px !important;
            max-height: 142px !important;
            max-width: min(64vw, 170px) !important;
        }
    }
    .section,
    .hp-section,
    .pdp-section {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .product-grid {
        gap: 0.85rem !important;
    }
    .pdp-grid {
        gap: 1.5rem !important;
    }
    .footer-lux-contact {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.55rem !important;
    }
    .footer-lux-grid {
        gap: 1.75rem !important;
    }
}

/* Hide all storefront prices / currency placeholders */
.product-price,
.product-detail-price,
.price-row,
.compare,
.cart-summary-row .price,
.cart-item-price,
.cart-line-total,
.order-total-price,
[data-price],
.price,
.product-card .price,
.qv-price,
.search-hit-price {
    display: none !important;
}

/* Hide product ratings everywhere on storefront */
.product-rating,
.product-meta:has(.product-rating),
.product-card .product-meta,
.pdp-meta-row .product-rating,
[class*="product-rating"],
.related-products .product-rating {
    display: none !important;
}
.product-card .product-meta:empty,
.pdp-meta-row:has(> .product-rating:only-child) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

.pdp-desc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.5rem;
    margin-top: 1.25rem;
}
.pdp-desc-block h3 {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--uf-primary, #7A0F1D);
    margin: 0 0 0.35rem;
}
.pdp-desc-block p {
    margin: 0;
    color: var(--uf-text-soft, #5a5a5a);
    line-height: 1.55;
    font-size: 0.95rem;
}
@media (max-width: 575.98px) {
    .hp-hero-banner-img {
        max-height: none;
        object-fit: contain;
        object-position: center center !important;
    }
    .hp-cert-grid,
    .hp-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }
    .hp-partner-card {
        min-height: 72px;
        padding: 0.65rem 0.75rem;
    }
    .hp-hero-nav {
        width: 36px;
        height: 36px;
    }
}

.footer-lux-address {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    max-width: 280px;
}
.footer-lux-address i {
    margin-top: 0.15rem;
}
